01M0XH0P4TKM776ZC1Z6YAAZM6: 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: 01M0XH13NFTJC9Y609GA7TBZQN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T22:36:27.295Zjob assigned to worker 01M0XH16R2X6JMMNZVNK9X4YFR [factory aws, i-0e1c9c072cfdb80a2] (queued for 51 s)
 
22026-08-25T22:36:34.473Zstarting task 0: "setup"
32026-08-25T22:36:34.477Z++ uname -s
42026-08-25T22:36:34.481Z+ kern=SunOS
52026-08-25T22:36:34.481Z+ build_user=build
62026-08-25T22:36:34.481Z+ build_uid=12345
72026-08-25T22:36:34.481Z+ work_dir=/work
82026-08-25T22:36:34.481Z+ input_dir=/input
92026-08-25T22:36:34.481Z+ [[ 0 == 12345 ]]
102026-08-25T22:36:34.481Z+ case "$kern" in
112026-08-25T22:36:34.481Z+ groupadd -g 12345 build
122026-08-25T22:36:34.485Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T22:36:36.489Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T22:36:36.678Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T22:36:36.682Z+ home_fs=zfs
162026-08-25T22:36:36.682Z+ [[ zfs == autofs ]]
172026-08-25T22:36:36.682Z+ mkdir -p /home/build
182026-08-25T22:36:36.682Z+ chown build:build /home/build /work
192026-08-25T22:36:38.684Z+ chmod 0700 /home/build /work
202026-08-25T22:36:38.688Zprocess exited: duration 4218 ms, exit code 0
 
212026-08-25T22:36:38.695Zstarting task 1: "rust-toolchain"
222026-08-25T22:36:38.701Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T22:36:38.701Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T22:36:38.701Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T22:36:38.701Z * rust toolchain channel = "1.97.1"
262026-08-25T22:36:38.701Z * rust toolchain profile = "default"
272026-08-25T22:36:38.701Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T22:36:38.704Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T22:36:38.704Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T22:36:38.789Zinfo: downloading installer
312026-08-25T22:36:40.163Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T22:36:40.163Zwarn: /home/build/.rustup/settings.toml
332026-08-25T22:36:40.163Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T22:36:40.167Zwarn: instead of the one inferred from the default host triple.
352026-08-25T22:36:40.176Zinfo: profile set to default
362026-08-25T22:36:40.176Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T22:36:40.179Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T22:36:40.328Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T22:36:40.332Zinfo: downloading 6 components
402026-08-25T22:36:54.205Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T22:36:54.205Z
422026-08-25T22:36:54.234Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T22:36:54.234Z
442026-08-25T22:36:54.234Z
452026-08-25T22:36:54.234ZRust is installed now. Great!
462026-08-25T22:36:54.235Z
472026-08-25T22:36:54.235ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T22:36:54.235Zenvironment variable. This has not been done automatically.
492026-08-25T22:36:54.235Z
502026-08-25T22:36:54.235ZTo configure your current shell, you need to source
512026-08-25T22:36:54.235Zthe corresponding env file under $HOME/.cargo.
522026-08-25T22:36:54.235Z
532026-08-25T22:36:54.235ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T22:36:54.235Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T22:36:54.235Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T22:36:54.235Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T22:36:54.235Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T22:36:54.235Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T22:36:54.235Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T22:36:54.238Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T22:36:54.239Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T22:36:54.340Z+ rustup --version
632026-08-25T22:36:54.345Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T22:36:54.349Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T22:36:54.365Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T22:36:54.368Z+ cargo --version
672026-08-25T22:36:54.377Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T22:36:54.380Z+ rustc --version
692026-08-25T22:36:54.399Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T22:36:54.402Zprocess exited: duration 15706 ms, exit code 0
 
712026-08-25T22:36:54.409Zstarting task 2: "authentication"
722026-08-25T22:36:54.426Zprocess exited: duration 17 ms, exit code 0
 
732026-08-25T22:36:54.433Zstarting task 3: "clone repository"
742026-08-25T22:36:54.437Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T22:36:54.441Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T22:36:54.474ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T22:37:12.279Z+ cd /work/oxidecomputer/omicron
782026-08-25T22:37:12.279Z+ git fetch origin 1f434a86565fc333096a97e446b86bdac323e6f1
792026-08-25T22:37:12.825ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T22:37:12.825Z * branch 1f434a86565fc333096a97e446b86bdac323e6f1 -> FETCH_HEAD
812026-08-25T22:37:12.840Z+ [[ -n alan/gzip-to-lz4 ]]
822026-08-25T22:37:12.843Z++ git branch --show-current
832026-08-25T22:37:12.843Z+ current=main
842026-08-25T22:37:12.843Z+ [[ main != alan/gzip-to-lz4 ]]
852026-08-25T22:37:12.844Z+ git branch -f alan/gzip-to-lz4 1f434a86565fc333096a97e446b86bdac323e6f1
862026-08-25T22:37:12.847Z+ git checkout -f alan/gzip-to-lz4
872026-08-25T22:37:13.098ZSwitched to branch 'alan/gzip-to-lz4'
882026-08-25T22:37:13.103Z+ git reset --hard 1f434a86565fc333096a97e446b86bdac323e6f1
892026-08-25T22:37:13.167ZHEAD is now at 1f434a865 fix expected test output
902026-08-25T22:37:13.171Zprocess exited: duration 18735 ms, exit code 0
 
912026-08-25T22:37:13.178Zstarting task 4: "build"
922026-08-25T22:37:13.183Z+ source .github/buildomat/ci-env.sh
932026-08-25T22:37:13.186Z++ export CARGO_TERM_COLOR=always
942026-08-25T22:37:13.186Z++ CARGO_TERM_COLOR=always
952026-08-25T22:37:13.186Z+++ uname -s
962026-08-25T22:37:13.186Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T22:37:13.186Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T22:37:13.190Z+ cargo --version
992026-08-25T22:37:13.198Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T22:37:13.201Z+ rustc --version
1012026-08-25T22:37:13.220Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T22:37:13.223Z+ cargo tree --locked
1032026-08-25T22:37:13.399Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-25T22:37:13.834Z Updating crates.io index
1052026-08-25T22:37:13.837Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-25T22:37:14.284Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-25T22:37:14.968Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-25T22:37:17.153Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-25T22:37:18.001Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-25T22:37:20.465Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-25T22:37:22.073Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-25T22:37:22.407Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-25T22:37:22.801Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-25T22:37:24.529Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-25T22:37:25.132Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-25T22:37:25.544Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-25T22:37:25.811Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-25T22:37:26.114Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-25T22:37:26.380Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-25T22:37:26.714Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-25T22:37:27.029Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-25T22:37:27.351Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-25T22:37:27.896Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-25T22:37:28.612Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-25T22:37:29.168Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-25T22:37:29.463Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-25T22:37:30.000Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-25T22:37:30.367Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-25T22:37:30.647Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-25T22:37:31.090Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-25T22:37:31.380Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-25T22:37:31.796Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-25T22:37:32.153Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-25T22:37:32.411Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-25T22:37:32.738Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-25T22:37:33.120Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-25T22:37:33.709Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-25T22:37:34.001Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-25T22:37:34.324Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-25T22:37:34.652Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-25T22:37:34.999Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-25T22:37:35.302Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-25T22:37:35.602Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-25T22:37:35.940Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-25T22:37:36.254Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-25T22:37:36.640Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-08-25T22:37:39.475Z Downloading crates ...
1482026-08-25T22:37:39.533Z Downloaded clap v4.6.1
1492026-08-25T22:37:39.538Z Downloaded cmake v0.1.57
1502026-08-25T22:37:39.543Z Downloaded addr2line v0.25.1
1512026-08-25T22:37:39.547Z Downloaded cpufeatures v0.3.0
1522026-08-25T22:37:39.547Z Downloaded crucible-workspace-hack v0.1.0
1532026-08-25T22:37:39.547Z Downloaded crc v3.4.0
1542026-08-25T22:37:39.550Z Downloaded hash32 v0.3.1
1552026-08-25T22:37:39.553Z Downloaded diesel_table_macro_syntax v0.3.0
1562026-08-25T22:37:39.553Z Downloaded headers-core v0.3.0
1572026-08-25T22:37:39.553Z Downloaded http-body v1.0.1
1582026-08-25T22:37:39.553Z Downloaded heck v0.5.0
1592026-08-25T22:37:39.556Z Downloaded instant v0.1.13
1602026-08-25T22:37:39.560Z Downloaded compression-codecs v0.4.37
1612026-08-25T22:37:39.563Z Downloaded corncobs v0.1.4
1622026-08-25T22:37:39.566Z Downloaded crossbeam-deque v0.8.6
1632026-08-25T22:37:39.569Z Downloaded heck v0.4.1
1642026-08-25T22:37:39.569Z Downloaded hex v0.4.3
1652026-08-25T22:37:39.569Z Downloaded hubpack_derive v0.1.1
1662026-08-25T22:37:39.569Z Downloaded is-terminal v0.4.17
1672026-08-25T22:37:39.572Z Downloaded hex-literal v1.1.0
1682026-08-25T22:37:39.572Z Downloaded ctr v0.10.1
1692026-08-25T22:37:39.572Z Downloaded hostname v0.3.1
1702026-08-25T22:37:39.576Z Downloaded crunchy v0.2.4
1712026-08-25T22:37:39.576Z Downloaded constant_time_eq v0.3.1
1722026-08-25T22:37:39.576Z Downloaded hostname v0.4.2
1732026-08-25T22:37:39.576Z Downloaded crc-catalog v2.4.0
1742026-08-25T22:37:39.579Z Downloaded http-range v0.1.5
1752026-08-25T22:37:39.582Z Downloaded convert_case v0.4.0
1762026-08-25T22:37:39.582Z Downloaded colored v3.1.1
1772026-08-25T22:37:39.582Z Downloaded console v0.16.2
1782026-08-25T22:37:39.586Z Downloaded crossbeam-utils v0.8.21
1792026-08-25T22:37:39.586Z Downloaded hash32 v0.2.1
1802026-08-25T22:37:39.586Z Downloaded crossbeam-epoch v0.9.18
1812026-08-25T22:37:39.589Z Downloaded cipher v0.5.2
1822026-08-25T22:37:39.589Z Downloaded critical-section v1.2.0
1832026-08-25T22:37:39.592Z Downloaded crypto-common v0.1.7
1842026-08-25T22:37:39.592Z Downloaded hubpack v0.1.2
1852026-08-25T22:37:39.596Z Downloaded clap_lex v1.0.0
1862026-08-25T22:37:39.600Z Downloaded cpubits v0.1.1
1872026-08-25T22:37:39.603Z Downloaded darling_macro v0.20.11
1882026-08-25T22:37:39.603Z Downloaded guppy-workspace-hack v0.1.0
1892026-08-25T22:37:39.603Z Downloaded group v0.13.0
1902026-08-25T22:37:39.603Z Downloaded cobs v0.3.0
1912026-08-25T22:37:39.606Z Downloaded colorchoice v1.0.4
1922026-08-25T22:37:39.610Z Downloaded defmt v0.3.100
1932026-08-25T22:37:39.610Z Downloaded half v1.8.3
1942026-08-25T22:37:39.610Z Downloaded const_format v0.2.35
1952026-08-25T22:37:39.613Z Downloaded crypto-bigint v0.5.5
1962026-08-25T22:37:39.617Z Downloaded hex-literal v0.4.1
1972026-08-25T22:37:39.620Z Downloaded compression-core v0.4.31
1982026-08-25T22:37:39.623Z Downloaded home v0.5.12
1992026-08-25T22:37:39.623Z Downloaded defmt-parser v1.0.0
2002026-08-25T22:37:39.626Z Downloaded crypto-common v0.2.2
2012026-08-25T22:37:39.626Z Downloaded is_ci v1.2.0
2022026-08-25T22:37:39.631Z Downloaded crc8 v0.1.1
2032026-08-25T22:37:39.634Z Downloaded darling_macro v0.13.4
2042026-08-25T22:37:39.638Z Downloaded derive_builder_macro v0.20.2
2052026-08-25T22:37:39.641Z Downloaded httpdate v1.0.3
2062026-08-25T22:37:39.641Z Downloaded indent_write v2.2.0
2072026-08-25T22:37:39.644Z Downloaded is_terminal_polyfill v1.70.2
2082026-08-25T22:37:39.644Z Downloaded darling_macro v0.21.3
2092026-08-25T22:37:39.644Z Downloaded indoc v1.0.9
2102026-08-25T22:37:39.647Z Downloaded cstr-argument v0.1.2
2112026-08-25T22:37:39.647Z Downloaded curve25519-dalek-derive v0.1.1
2122026-08-25T22:37:39.647Z Downloaded darling_macro v0.23.0
2132026-08-25T22:37:39.651Z Downloaded inout v0.1.4
2142026-08-25T22:37:39.654Z Downloaded internet-checksum v0.2.1
2152026-08-25T22:37:39.657Z Downloaded idna_adapter v1.2.1
2162026-08-25T22:37:39.657Z Downloaded anstyle-query v1.1.5
2172026-08-25T22:37:39.661Z Downloaded inout v0.2.2
2182026-08-25T22:37:39.661Z Downloaded hyper-tls v0.6.0
2192026-08-25T22:37:39.679Z Downloaded ident_case v1.0.1
2202026-08-25T22:37:39.679Z Downloaded bcrypt-pbkdf v0.11.0
2212026-08-25T22:37:39.679Z Downloaded clang-sys v1.8.1
2222026-08-25T22:37:39.679Z Downloaded cmov v0.5.4
2232026-08-25T22:37:39.679Z Downloaded criterion-plot v0.6.0
2242026-08-25T22:37:39.679Z Downloaded derive-where v1.6.0
2252026-08-25T22:37:39.679Z Downloaded assert_matches v1.5.0
2262026-08-25T22:37:39.679Z Downloaded concurrent-queue v2.5.0
2272026-08-25T22:37:39.679Z Downloaded constant_time_eq v0.4.2
2282026-08-25T22:37:39.679Z Downloaded cpufeatures v0.2.17
2292026-08-25T22:37:39.683Z Downloaded highway v1.3.0
2302026-08-25T22:37:39.683Z Downloaded clap_derive v4.6.1
2312026-08-25T22:37:39.683Z Downloaded const_format_proc_macros v0.2.34
2322026-08-25T22:37:39.683Z Downloaded daft v0.1.8
2332026-08-25T22:37:39.683Z Downloaded der_derive v0.7.3
2342026-08-25T22:37:39.687Z Downloaded cast v0.3.0
2352026-08-25T22:37:39.687Z Downloaded illumos-nvpair v0.3.0
2362026-08-25T22:37:39.687Z Downloaded illumos-nvpair-sys v0.2.0
2372026-08-25T22:37:39.690Z Downloaded async-object-pool v0.2.0
2382026-08-25T22:37:39.690Z Downloaded olpc-cjson v0.1.4
2392026-08-25T22:37:39.690Z Downloaded opaque-debug v0.3.1
2402026-08-25T22:37:39.690Z Downloaded async-recursion v1.1.1
2412026-08-25T22:37:39.694Z Downloaded async-stream v0.3.6
2422026-08-25T22:37:39.694Z Downloaded instability v0.3.11
2432026-08-25T22:37:39.697Z Downloaded base16ct v1.0.0
2442026-08-25T22:37:39.700Z Downloaded http-body-util v0.1.3
2452026-08-25T22:37:39.700Z Downloaded ingot v0.2.1
2462026-08-25T22:37:39.704Z Downloaded password-hash v0.6.1
2472026-08-25T22:37:39.704Z Downloaded pathdiff v0.2.3
2482026-08-25T22:37:39.704Z Downloaded phf_shared v0.12.1
2492026-08-25T22:37:39.707Z Downloaded hmac v0.12.1
2502026-08-25T22:37:39.707Z Downloaded csv-core v0.1.13
2512026-08-25T22:37:39.707Z Downloaded delegate v0.13.5
2522026-08-25T22:37:39.711Z Downloaded hmac v0.13.0
2532026-08-25T22:37:39.711Z Downloaded httptest v0.16.4
2542026-08-25T22:37:39.711Z Downloaded hickory-client v0.25.2
2552026-08-25T22:37:39.714Z Downloaded diesel-dtrace v0.5.0
2562026-08-25T22:37:39.714Z Downloaded darling v0.13.4
2572026-08-25T22:37:39.714Z Downloaded data-encoding v2.10.0
2582026-08-25T22:37:39.714Z Downloaded debug-ignore v1.0.5
2592026-08-25T22:37:39.718Z Downloaded cfg_aliases v0.2.1
2602026-08-25T22:37:39.718Z Downloaded ciborium-io v0.2.2
2612026-08-25T22:37:39.718Z Downloaded deranged v0.5.8
2622026-08-25T22:37:39.721Z Downloaded derive_builder_core v0.20.2
2632026-08-25T22:37:39.721Z Downloaded defmt v1.0.1
2642026-08-25T22:37:39.725Z Downloaded derive-ex v0.1.8
2652026-08-25T22:37:39.725Z Downloaded group v0.14.0
2662026-08-25T22:37:39.728Z Downloaded humantime v2.3.0
2672026-08-25T22:37:39.735Z Downloaded defmt-macros v1.0.1
2682026-08-25T22:37:39.738Z Downloaded hyper-staticfile v0.10.1
2692026-08-25T22:37:39.738Z Downloaded ingot-types v0.2.0
2702026-08-25T22:37:39.738Z Downloaded potential_utf v0.1.4
2712026-08-25T22:37:39.742Z Downloaded ipnetwork v0.21.1
2722026-08-25T22:37:39.746Z Downloaded anstyle v1.0.14
2732026-08-25T22:37:39.746Z Downloaded arrayvec v0.7.6
2742026-08-25T22:37:39.746Z Downloaded impl-trait-for-tuples v0.2.3
2752026-08-25T22:37:39.746Z Downloaded ipnet v2.12.0
2762026-08-25T22:37:39.750Z Downloaded convert_case v0.10.0
2772026-08-25T22:37:39.750Z Downloaded half v2.7.1
2782026-08-25T22:37:39.753Z Downloaded console v0.15.11
2792026-08-25T22:37:39.753Z Downloaded cookie_store v0.22.1
2802026-08-25T22:37:39.753Z Downloaded derive_more v2.1.1
2812026-08-25T22:37:39.759Z Downloaded pretty-hex v0.4.1
2822026-08-25T22:37:39.763Z Downloaded progenitor-macro v0.13.0
2832026-08-25T22:37:39.763Z Downloaded rand_pcg v0.10.2
2842026-08-25T22:37:39.763Z Downloaded indoc v2.0.7
2852026-08-25T22:37:39.763Z Downloaded bb8 v0.8.6
2862026-08-25T22:37:39.768Z Downloaded bitfield v0.19.4
2872026-08-25T22:37:39.772Z Downloaded plotters-backend v0.3.7
2882026-08-25T22:37:39.776Z Downloaded pbkdf2 v0.13.0
2892026-08-25T22:37:39.776Z Downloaded phc v0.6.1
2902026-08-25T22:37:39.779Z Downloaded rfc6979 v0.4.0
2912026-08-25T22:37:39.779Z Downloaded rustc_version v0.1.7
2922026-08-25T22:37:39.779Z Downloaded httparse v1.10.1
2932026-08-25T22:37:39.779Z Downloaded ref-cast v1.0.25
2942026-08-25T22:37:39.782Z Downloaded ref-cast-impl v1.0.25
2952026-08-25T22:37:39.786Z Downloaded scopeguard v1.2.0
2962026-08-25T22:37:39.786Z Downloaded serde_bytes v0.11.19
2972026-08-25T22:37:39.786Z Downloaded rtoolbox v0.0.3
2982026-08-25T22:37:39.789Z Downloaded signal-hook-mio v0.2.5
2992026-08-25T22:37:39.789Z Downloaded colored v2.2.0
3002026-08-25T22:37:39.793Z Downloaded des v0.9.0
3012026-08-25T22:37:39.793Z Downloaded buf-list v1.1.2
3022026-08-25T22:37:39.796Z Downloaded daft-derive v0.1.8
3032026-08-25T22:37:39.796Z Downloaded owo-colors v3.5.0
3042026-08-25T22:37:39.799Z Downloaded pem-rfc7468 v0.7.0
3052026-08-25T22:37:39.799Z Downloaded pin-project-lite v0.2.17
3062026-08-25T22:37:39.804Z Downloaded derive_builder v0.20.2
3072026-08-25T22:37:39.807Z Downloaded darling v0.23.0
3082026-08-25T22:37:39.810Z Downloaded darling v0.21.3
3092026-08-25T22:37:39.810Z Downloaded parse-display-derive v0.10.0
3102026-08-25T22:37:39.813Z Downloaded ctutils v0.4.2
3112026-08-25T22:37:39.813Z Downloaded darling v0.20.11
3122026-08-25T22:37:39.817Z Downloaded pin-project-internal v1.1.11
3132026-08-25T22:37:39.821Z Downloaded ingot-macros v0.2.0
3142026-08-25T22:37:39.824Z Downloaded cookie v0.18.1
3152026-08-25T22:37:39.824Z Downloaded predicates v3.1.4
3162026-08-25T22:37:39.827Z Downloaded signature v2.2.0
3172026-08-25T22:37:39.827Z Downloaded progenitor v0.13.0
3182026-08-25T22:37:39.830Z Downloaded strsim v0.10.0
3192026-08-25T22:37:39.830Z Downloaded supports-hyperlinks v3.2.0
3202026-08-25T22:37:39.834Z Downloaded heapless v0.8.0
3212026-08-25T22:37:39.834Z Downloaded target-triple v1.0.0
3222026-08-25T22:37:39.837Z Downloaded strip-ansi-escapes v0.2.1
3232026-08-25T22:37:39.837Z Downloaded sync_wrapper v1.0.2
3242026-08-25T22:37:39.837Z Downloaded iana-time-zone v0.1.65
3252026-08-25T22:37:39.837Z Downloaded termtree v0.5.1
3262026-08-25T22:37:39.841Z Downloaded sync-ptr v0.1.4
3272026-08-25T22:37:39.841Z Downloaded thread-id v4.2.2
3282026-08-25T22:37:39.841Z Downloaded const-oid v0.9.6
3292026-08-25T22:37:39.849Z Downloaded parking_lot v0.12.5
3302026-08-25T22:37:39.853Z Downloaded psm v0.1.30
3312026-08-25T22:37:39.853Z Downloaded rand_seeder v0.4.0
3322026-08-25T22:37:39.853Z Downloaded rand_chacha v0.9.0
3332026-08-25T22:37:39.856Z Downloaded rustls-native-certs v0.8.3
3342026-08-25T22:37:39.860Z Downloaded scroll v0.12.0
3352026-08-25T22:37:39.860Z Downloaded scroll v0.13.0
3362026-08-25T22:37:39.860Z Downloaded backon v1.6.0
3372026-08-25T22:37:39.864Z Downloaded cancel-safe-futures v0.1.5
3382026-08-25T22:37:39.864Z Downloaded toml_write v0.1.2
3392026-08-25T22:37:39.864Z Downloaded hashbrown v0.14.5
3402026-08-25T22:37:39.867Z Downloaded typify-macro v0.6.2
3412026-08-25T22:37:39.867Z Downloaded universal-hash v0.6.1
3422026-08-25T22:37:39.870Z Downloaded unicode-xid v0.2.6
3432026-08-25T22:37:39.870Z Downloaded untrusted v0.9.0
3442026-08-25T22:37:39.870Z Downloaded crc-any v2.5.0
3452026-08-25T22:37:39.870Z Downloaded darling_core v0.13.4
3462026-08-25T22:37:39.874Z Downloaded const-oid v0.10.2
3472026-08-25T22:37:39.874Z Downloaded crc32fast v1.5.0
3482026-08-25T22:37:39.877Z Downloaded datatest-stable v0.3.3
3492026-08-25T22:37:39.877Z Downloaded tower-service v0.3.3
3502026-08-25T22:37:39.877Z Downloaded relative-path v1.9.3
3512026-08-25T22:37:39.877Z Downloaded rpassword v7.5.4
3522026-08-25T22:37:39.880Z Downloaded blake2 v0.10.6
3532026-08-25T22:37:39.880Z Downloaded blake2 v0.11.0-rc.6
3542026-08-25T22:37:39.884Z Downloaded derive_more v0.99.20
3552026-08-25T22:37:39.887Z Downloaded anyhow v1.0.104
3562026-08-25T22:37:39.890Z Downloaded usdt-macro v0.6.0
3572026-08-25T22:37:39.890Z Downloaded xshell-macros v0.2.7
3582026-08-25T22:37:39.890Z Downloaded wait-timeout v0.2.1
3592026-08-25T22:37:39.890Z Downloaded waitgroup v0.1.2
3602026-08-25T22:37:39.894Z Downloaded allocator-api2 v0.2.21
3612026-08-25T22:37:39.894Z Downloaded primeorder v0.13.6
3622026-08-25T22:37:39.894Z Downloaded darling_core v0.20.11
3632026-08-25T22:37:39.897Z Downloaded slog-dtrace v0.3.0
3642026-08-25T22:37:39.897Z Downloaded indexmap v1.9.3
3652026-08-25T22:37:39.900Z Downloaded ignore v0.4.25
3662026-08-25T22:37:39.904Z Downloaded hyper-rustls v0.27.7
3672026-08-25T22:37:39.904Z Downloaded smf v0.2.3
3682026-08-25T22:37:39.907Z Downloaded synstructure v0.13.2
3692026-08-25T22:37:39.907Z Downloaded zone_cfg_derive v0.3.1
3702026-08-25T22:37:39.907Z Downloaded hybrid-array v0.4.13
3712026-08-25T22:37:39.911Z Downloaded primeorder v0.14.0
3722026-08-25T22:37:39.914Z Downloaded strsim v0.11.1
3732026-08-25T22:37:39.917Z Downloaded oxide-update-engine-types v0.1.2
3742026-08-25T22:37:39.917Z Downloaded escape8259 v0.5.3
3752026-08-25T22:37:39.921Z Downloaded icu_properties v2.1.2
3762026-08-25T22:37:39.921Z Downloaded icu_provider v2.1.1
3772026-08-25T22:37:39.925Z Downloaded thiserror-impl v2.0.18
3782026-08-25T22:37:39.928Z Downloaded rustls-pemfile v2.2.0
3792026-08-25T22:37:39.932Z Downloaded serde_cbor v0.11.2
3802026-08-25T22:37:39.935Z Downloaded serde-hex v0.1.0
3812026-08-25T22:37:39.935Z Downloaded bitflags v2.11.0
3822026-08-25T22:37:39.939Z Downloaded foreign-types v0.5.0
3832026-08-25T22:37:39.939Z Downloaded downcast-rs v2.0.2
3842026-08-25T22:37:39.942Z Downloaded fnv v1.0.7
3852026-08-25T22:37:39.942Z Downloaded generic-array v0.14.7
3862026-08-25T22:37:39.942Z Downloaded termcolor v1.4.1
3872026-08-25T22:37:39.946Z Downloaded time-macros v0.2.27
3882026-08-25T22:37:39.946Z Downloaded guppy v0.17.25
3892026-08-25T22:37:39.949Z Downloaded heapless v0.7.17
3902026-08-25T22:37:39.952Z Downloaded darling_core v0.21.3
3912026-08-25T22:37:39.956Z Downloaded goblin v0.10.5
3922026-08-25T22:37:39.959Z Downloaded darling_core v0.23.0
3932026-08-25T22:37:39.959Z Downloaded tokio-tungstenite v0.21.0
3942026-08-25T22:37:39.964Z Downloaded form_urlencoded v1.2.2
3952026-08-25T22:37:39.964Z Downloaded futures-io v0.3.32
3962026-08-25T22:37:39.964Z Downloaded git-stub v1.0.0
3972026-08-25T22:37:39.964Z Downloaded headers v0.4.1
3982026-08-25T22:37:39.968Z Downloaded version_check v0.9.5
3992026-08-25T22:37:39.969Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4002026-08-25T22:37:39.969Z Downloaded jiff-static v0.2.34
4012026-08-25T22:37:39.969Z Downloaded lalrpop-util v0.19.12
4022026-08-25T22:37:39.969Z Downloaded semver v1.0.28
4032026-08-25T22:37:39.969Z Downloaded usdt-attr-macro v0.6.0
4042026-08-25T22:37:39.972Z Downloaded compact_str v0.8.1
4052026-08-25T22:37:39.972Z Downloaded crossbeam-channel v0.5.15
4062026-08-25T22:37:39.972Z Downloaded libscf-sys v1.2.0
4072026-08-25T22:37:39.972Z Downloaded linkme-impl v0.3.35
4082026-08-25T22:37:39.975Z Downloaded memoffset v0.9.1
4092026-08-25T22:37:39.976Z Downloaded proc-macro2 v1.0.106
4102026-08-25T22:37:39.976Z Downloaded serde_with_macros v3.21.0
4112026-08-25T22:37:39.979Z Downloaded stringprep v0.1.5
4122026-08-25T22:37:39.982Z Downloaded walkdir v2.5.0
4132026-08-25T22:37:39.982Z Downloaded displaydoc v0.2.5
4142026-08-25T22:37:39.986Z Downloaded env_logger v0.11.11
4152026-08-25T22:37:39.989Z Downloaded nested v0.1.1
4162026-08-25T22:37:39.992Z Downloaded newline-converter v0.3.0
4172026-08-25T22:37:39.992Z Downloaded slog-term v2.9.2
4182026-08-25T22:37:39.996Z Downloaded new_debug_unreachable v1.0.6
4192026-08-25T22:37:39.996Z Downloaded num v0.4.3
4202026-08-25T22:37:39.996Z Downloaded maplit v1.0.2
4212026-08-25T22:37:39.996Z Downloaded match_cfg v0.1.0
4222026-08-25T22:37:40.001Z Downloaded approx v0.5.1
4232026-08-25T22:37:40.005Z Downloaded digest v0.11.3
4242026-08-25T22:37:40.005Z Downloaded itertools v0.10.5
4252026-08-25T22:37:40.008Z Downloaded toml v0.8.23
4262026-08-25T22:37:40.008Z Downloaded p384 v0.14.0
4272026-08-25T22:37:40.014Z Downloaded fallible-iterator v0.2.0
4282026-08-25T22:37:40.014Z Downloaded array-init v0.0.4
4292026-08-25T22:37:40.019Z Downloaded icu_normalizer_data v2.1.1
4302026-08-25T22:37:40.019Z Downloaded indicatif v0.18.4
4312026-08-25T22:37:40.023Z Downloaded fd-lock v4.0.4
4322026-08-25T22:37:40.023Z Downloaded find-msvc-tools v0.1.9
4332026-08-25T22:37:40.023Z Downloaded globset v0.4.18
4342026-08-25T22:37:40.023Z Downloaded block-buffer v0.12.1
4352026-08-25T22:37:40.027Z Downloaded der v0.7.10
4362026-08-25T22:37:40.036Z Downloaded openssl-macros v0.1.1
4372026-08-25T22:37:40.040Z Downloaded fs-err v2.11.0
4382026-08-25T22:37:40.040Z Downloaded icu_locale_core v2.1.1
4392026-08-25T22:37:40.043Z Downloaded oso-derive v0.27.3
4402026-08-25T22:37:40.043Z Downloaded schemars v0.8.22
4412026-08-25T22:37:40.048Z Downloaded serde_yaml v0.9.34+deprecated
4422026-08-25T22:37:40.051Z Downloaded vergen-git2 v9.1.0
4432026-08-25T22:37:40.051Z Downloaded futures-executor v0.3.32
4442026-08-25T22:37:40.055Z Downloaded parse-size v1.1.0
4452026-08-25T22:37:40.055Z Downloaded peg-runtime v0.8.5
4462026-08-25T22:37:40.055Z Downloaded phf_shared v0.11.3
4472026-08-25T22:37:40.058Z Downloaded precomputed-hash v0.1.1
4482026-08-25T22:37:40.058Z Downloaded proc-macro-error-attr2 v2.0.0
4492026-08-25T22:37:40.058Z Downloaded hickory-resolver v0.24.4
4502026-08-25T22:37:40.062Z Downloaded libefi-sys v0.1.0
4512026-08-25T22:37:40.062Z Downloaded pest_meta v2.8.6
4522026-08-25T22:37:40.062Z Downloaded diff v0.1.13
4532026-08-25T22:37:40.065Z Downloaded ecdsa v0.17.0
4542026-08-25T22:37:40.065Z Downloaded linkme v0.3.35
4552026-08-25T22:37:40.065Z Downloaded nu-ansi-term v0.50.3
4562026-08-25T22:37:40.069Z Downloaded hickory-resolver v0.25.2
4572026-08-25T22:37:40.069Z Downloaded icu_normalizer v2.1.1
4582026-08-25T22:37:40.072Z Downloaded path-slash v0.1.5
4592026-08-25T22:37:40.072Z Downloaded similar v2.7.0
4602026-08-25T22:37:40.075Z Downloaded slog v2.8.2
4612026-08-25T22:37:40.075Z Downloaded proc-macro-crate v1.3.1
4622026-08-25T22:37:40.075Z Downloaded native-tls v0.2.18
4632026-08-25T22:37:40.079Z Downloaded num_enum v0.7.6
4642026-08-25T22:37:40.079Z Downloaded rand_distr v0.5.1
4652026-08-25T22:37:40.082Z Downloaded textwrap v0.16.2
4662026-08-25T22:37:40.082Z Downloaded anstream v0.6.21
4672026-08-25T22:37:40.085Z Downloaded atomicwrites v0.4.4
4682026-08-25T22:37:40.085Z Downloaded progenitor-macro v0.14.0
4692026-08-25T22:37:40.085Z Downloaded cc v1.2.56
4702026-08-25T22:37:40.085Z Downloaded recursive v0.1.1
4712026-08-25T22:37:40.089Z Downloaded toml_parser v1.1.2+spec-1.1.0
4722026-08-25T22:37:40.089Z Downloaded ucd-trie v0.1.7
4732026-08-25T22:37:40.089Z Downloaded rfc6979 v0.6.0
4742026-08-25T22:37:40.089Z Downloaded bit-set v0.8.0
4752026-08-25T22:37:40.092Z Downloaded backoff v0.4.0
4762026-08-25T22:37:40.092Z Downloaded http v1.4.2
4772026-08-25T22:37:40.092Z Downloaded rand_xorshift v0.4.0
4782026-08-25T22:37:40.096Z Downloaded bcs v0.1.6
4792026-08-25T22:37:40.096Z Downloaded bit-vec v0.6.3
4802026-08-25T22:37:40.096Z Downloaded russh-util v0.52.0
4812026-08-25T22:37:40.096Z Downloaded rustc_version v0.4.1
4822026-08-25T22:37:40.096Z Downloaded secrecy v0.8.0
4832026-08-25T22:37:40.096Z Downloaded hashbrown v0.13.2
4842026-08-25T22:37:40.099Z Downloaded same-file v1.0.6
4852026-08-25T22:37:40.099Z Downloaded serde_repr v0.1.20
4862026-08-25T22:37:40.099Z Downloaded serde_core v1.0.228
4872026-08-25T22:37:40.102Z Downloaded tungstenite v0.21.0
4882026-08-25T22:37:40.105Z Downloaded cexpr v0.6.0
4892026-08-25T22:37:40.106Z Downloaded derive_more-impl v2.1.1
4902026-08-25T22:37:40.109Z Downloaded hickory-server v0.25.2
4912026-08-25T22:37:40.109Z Downloaded tinyvec v1.10.0
4922026-08-25T22:37:40.112Z Downloaded uuid v1.23.4
4932026-08-25T22:37:40.112Z Downloaded jobserver v0.1.34
4942026-08-25T22:37:40.117Z Downloaded cargo_metadata v0.23.1
4952026-08-25T22:37:40.117Z Downloaded cipher v0.4.4
4962026-08-25T22:37:40.117Z Downloaded siphasher v1.0.2
4972026-08-25T22:37:40.117Z Downloaded sapling-renderdag v0.1.0
4982026-08-25T22:37:40.117Z Downloaded serde-big-array v0.5.1
4992026-08-25T22:37:40.120Z Downloaded oxnet v0.1.6
5002026-08-25T22:37:40.120Z Downloaded litemap v0.8.1
5012026-08-25T22:37:40.123Z Downloaded criterion v0.7.0
5022026-08-25T22:37:40.127Z Downloaded strum v0.27.2
5032026-08-25T22:37:40.127Z Downloaded rand v0.8.6
5042026-08-25T22:37:40.130Z Downloaded zerocopy-derive v0.7.35
5052026-08-25T22:37:40.133Z Downloaded subtle v2.6.1
5062026-08-25T22:37:40.133Z Downloaded swrite v0.1.0
5072026-08-25T22:37:40.138Z Downloaded pkg-config v0.3.32
5082026-08-25T22:37:40.141Z Downloaded poly1305 v0.8.0
5092026-08-25T22:37:40.141Z Downloaded ppv-lite86 v0.2.21
5102026-08-25T22:37:40.141Z Downloaded progenitor-client v0.13.0
5112026-08-25T22:37:40.141Z Downloaded tabled_derive v0.7.0
5122026-08-25T22:37:40.145Z Downloaded terminal_size v0.1.17
5132026-08-25T22:37:40.145Z Downloaded hyper-util v0.1.20
5142026-08-25T22:37:40.148Z Downloaded icu_collections v2.1.1
5152026-08-25T22:37:40.151Z Downloaded argon2 v0.6.0-rc.8
5162026-08-25T22:37:40.151Z Downloaded async-lock v3.4.2
5172026-08-25T22:37:40.151Z Downloaded samael v0.0.19
5182026-08-25T22:37:40.155Z Downloaded snafu v0.8.9
5192026-08-25T22:37:40.158Z Downloaded miette-derive v7.6.0
5202026-08-25T22:37:40.158Z Downloaded topological-sort v0.2.2
5212026-08-25T22:37:40.161Z Downloaded usdt v0.6.0
5222026-08-25T22:37:40.161Z Downloaded testing_table v0.3.0
5232026-08-25T22:37:40.161Z Downloaded drift v0.2.0
5242026-08-25T22:37:40.166Z Downloaded indexmap v2.14.0
5252026-08-25T22:37:40.170Z Downloaded serdect v0.4.3
5262026-08-25T22:37:40.170Z Downloaded der v0.8.0
5272026-08-25T22:37:40.173Z Downloaded diesel_derives v2.3.7
5282026-08-25T22:37:40.176Z Downloaded generic-array v1.4.3
5292026-08-25T22:37:40.179Z Downloaded publicsuffix v2.3.0
5302026-08-25T22:37:40.179Z Downloaded qorb v0.4.1
5312026-08-25T22:37:40.183Z Downloaded usdt v0.5.0
5322026-08-25T22:37:40.183Z Downloaded scrypt v0.12.0
5332026-08-25T22:37:40.183Z Downloaded trait-variant v0.1.2
5342026-08-25T22:37:40.183Z Downloaded internal-russh-num-bigint v0.5.0
5352026-08-25T22:37:40.186Z Downloaded unicode-truncate v1.1.0
5362026-08-25T22:37:40.186Z Downloaded dyn-clone v1.0.20
5372026-08-25T22:37:40.189Z Downloaded hashbrown v0.12.3
5382026-08-25T22:37:40.189Z Downloaded crossterm v0.28.1
5392026-08-25T22:37:40.193Z Downloaded byteorder v1.5.0
5402026-08-25T22:37:40.193Z Downloaded camino v1.2.5
5412026-08-25T22:37:40.196Z Downloaded parking_lot v0.11.2
5422026-08-25T22:37:40.196Z Downloaded serde_tokenstream v0.3.0
5432026-08-25T22:37:40.196Z Downloaded stable_deref_trait v1.2.1
5442026-08-25T22:37:40.196Z Downloaded stringmetrics v2.2.2
5452026-08-25T22:37:40.200Z Downloaded embedded-io v0.6.1
5462026-08-25T22:37:40.200Z Downloaded void v1.0.2
5472026-08-25T22:37:40.200Z Downloaded xattr v1.6.1
5482026-08-25T22:37:40.200Z Downloaded display-error-chain v0.2.2
5492026-08-25T22:37:40.200Z Downloaded slab v0.4.12
5502026-08-25T22:37:40.200Z Downloaded elliptic-curve v0.14.1
5512026-08-25T22:37:40.203Z Downloaded pkcs1 v0.7.5
5522026-08-25T22:37:40.203Z Downloaded foreign-types-shared v0.1.1
5532026-08-25T22:37:40.203Z Downloaded foreign-types-shared v0.3.1
5542026-08-25T22:37:40.206Z Downloaded snafu-derive v0.8.9
5552026-08-25T22:37:40.206Z Downloaded itoa v1.0.17
5562026-08-25T22:37:40.207Z Downloaded futures-macro v0.3.32
5572026-08-25T22:37:40.207Z Downloaded futures-sink v0.3.32
5582026-08-25T22:37:40.207Z Downloaded dirs-sys-next v0.1.2
5592026-08-25T22:37:40.207Z Downloaded dsl_auto_type v0.2.0
5602026-08-25T22:37:40.210Z Downloaded tinystr v0.8.2
5612026-08-25T22:37:40.210Z Downloaded errno v0.3.14
5622026-08-25T22:37:40.210Z Downloaded p521 v0.14.0
5632026-08-25T22:37:40.213Z Downloaded poly1305 v0.9.0
5642026-08-25T22:37:40.217Z Downloaded target-spec v3.5.7
5652026-08-25T22:37:40.217Z Downloaded thiserror v2.0.18
5662026-08-25T22:37:40.220Z Downloaded kstat-rs v0.2.5
5672026-08-25T22:37:40.223Z Downloaded memmap v0.7.0
5682026-08-25T22:37:40.226Z Downloaded yansi v1.0.1
5692026-08-25T22:37:40.226Z Downloaded maybe-uninit v2.0.0
5702026-08-25T22:37:40.226Z Downloaded nibble_vec v0.1.0
5712026-08-25T22:37:40.230Z Downloaded num-conv v0.2.0
5722026-08-25T22:37:40.230Z Downloaded toml_writer v1.1.1+spec-1.1.0
5732026-08-25T22:37:40.233Z Downloaded lru-cache v0.1.2
5742026-08-25T22:37:40.236Z Downloaded thiserror-impl v1.0.69
5752026-08-25T22:37:40.236Z Downloaded cfg-expr v0.20.6
5762026-08-25T22:37:40.236Z Downloaded nonempty v0.12.0
5772026-08-25T22:37:40.236Z Downloaded sha2 v0.11.0
5782026-08-25T22:37:40.240Z Downloaded tls_codec_derive v0.4.2
5792026-08-25T22:37:40.240Z Downloaded newtype_derive v0.1.6
5802026-08-25T22:37:40.240Z Downloaded num-iter v0.1.45
5812026-08-25T22:37:40.243Z Downloaded steno v0.4.1
5822026-08-25T22:37:40.246Z Downloaded async-stream-impl v0.3.6
5832026-08-25T22:37:40.246Z Downloaded atomic-waker v1.1.2
5842026-08-25T22:37:40.246Z Downloaded zeroize v1.9.0
5852026-08-25T22:37:40.251Z Downloaded zstd v0.13.3
5862026-08-25T22:37:40.251Z Downloaded crossterm v0.29.0
5872026-08-25T22:37:40.255Z Downloaded oso v0.27.3
5882026-08-25T22:37:40.258Z Downloaded atty v0.2.14
5892026-08-25T22:37:40.258Z Downloaded unicase v2.9.0
5902026-08-25T22:37:40.264Z Downloaded ena v0.14.4
5912026-08-25T22:37:40.267Z Downloaded ff v0.14.0
5922026-08-25T22:37:40.268Z Downloaded miniz_oxide v0.8.9
5932026-08-25T22:37:40.271Z Downloaded openssl-probe v0.1.6
5942026-08-25T22:37:40.271Z Downloaded rstest_macros v0.25.0
5952026-08-25T22:37:40.271Z Downloaded tokio-postgres v0.7.16
5962026-08-25T22:37:40.275Z Downloaded vsss-rs v3.3.4
5972026-08-25T22:37:40.279Z Downloaded foldhash v0.1.5
5982026-08-25T22:37:40.279Z Downloaded futures-task v0.3.32
5992026-08-25T22:37:40.279Z Downloaded oxide-generation-macros v0.2.0
6002026-08-25T22:37:40.279Z Downloaded predicates-core v1.0.10
6012026-08-25T22:37:40.283Z Downloaded flagset v0.4.7
6022026-08-25T22:37:40.286Z Downloaded git-stub-vcs v0.1.0
6032026-08-25T22:37:40.286Z Downloaded slog-stdlog v4.1.1
6042026-08-25T22:37:40.289Z Downloaded parse-display v0.10.0
6052026-08-25T22:37:40.289Z Downloaded plotters-svg v0.3.7
6062026-08-25T22:37:40.293Z Downloaded rustls-platform-verifier v0.6.2
6072026-08-25T22:37:40.296Z Downloaded knus-derive v3.4.0
6082026-08-25T22:37:40.296Z Downloaded rand_chacha v0.3.1
6092026-08-25T22:37:40.296Z Downloaded scheduled-thread-pool v0.2.7
6102026-08-25T22:37:40.299Z Downloaded hashbrown v0.17.0
6112026-08-25T22:37:40.299Z Downloaded russh-cryptovec v0.62.0
6122026-08-25T22:37:40.303Z Downloaded vergen v9.1.0
6132026-08-25T22:37:40.313Z Downloaded aes v0.9.1
6142026-08-25T22:37:40.318Z Downloaded serde_with v1.14.0
6152026-08-25T22:37:40.321Z Downloaded scroll_derive v0.12.1
6162026-08-25T22:37:40.321Z Downloaded tokio-rustls v0.26.4
6172026-08-25T22:37:40.321Z Downloaded anstream v1.0.0
6182026-08-25T22:37:40.321Z Downloaded sha1 v0.11.0
6192026-08-25T22:37:40.325Z Downloaded serde_plain v1.0.2
6202026-08-25T22:37:40.325Z Downloaded signature v3.0.0
6212026-08-25T22:37:40.328Z Downloaded sponge-cursor v0.1.0
6222026-08-25T22:37:40.328Z Downloaded num_enum_derive v0.7.6
6232026-08-25T22:37:40.328Z Downloaded aead v0.6.1
6242026-08-25T22:37:40.328Z Downloaded clap_builder v4.6.0
6252026-08-25T22:37:40.332Z Downloaded flate2 v1.1.9
6262026-08-25T22:37:40.335Z Downloaded twox-hash v2.1.2
6272026-08-25T22:37:40.338Z Downloaded hashbrown v0.16.1
6282026-08-25T22:37:40.339Z Downloaded async-trait v0.1.89
6292026-08-25T22:37:40.342Z Downloaded byte-wrapper v0.1.0
6302026-08-25T22:37:40.342Z Downloaded sha1 v0.10.6
6312026-08-25T22:37:40.345Z Downloaded slog-envlogger v2.2.0
6322026-08-25T22:37:40.345Z Downloaded autocfg v1.5.0
6332026-08-25T22:37:40.345Z Downloaded thread-id v5.1.0
6342026-08-25T22:37:40.345Z Downloaded supports-unicode v3.0.0
6352026-08-25T22:37:40.345Z Downloaded tabwriter v1.4.1
6362026-08-25T22:37:40.349Z Downloaded time-core v0.1.8
6372026-08-25T22:37:40.349Z Downloaded oxide-generation v0.1.3
6382026-08-25T22:37:40.349Z Downloaded bytecount v0.6.9
6392026-08-25T22:37:40.352Z Downloaded p256 v0.14.0
6402026-08-25T22:37:40.355Z Downloaded socket2 v0.5.10
6412026-08-25T22:37:40.356Z Downloaded peg v0.8.5
6422026-08-25T22:37:40.359Z Downloaded untrusted v0.7.1
6432026-08-25T22:37:40.359Z Downloaded subprocess v0.2.15
6442026-08-25T22:37:40.362Z Downloaded peg-macros v0.8.5
6452026-08-25T22:37:40.366Z Downloaded unit-prefix v0.5.2
6462026-08-25T22:37:40.366Z Downloaded unarray v0.1.4
6472026-08-25T22:37:40.366Z Downloaded digest-io v0.1.0
6482026-08-25T22:37:40.366Z Downloaded embedded-io v0.4.0
6492026-08-25T22:37:40.369Z Downloaded endian-type v0.1.2
6502026-08-25T22:37:40.369Z Downloaded lock_api v0.4.14
6512026-08-25T22:37:40.369Z Downloaded primefield v0.14.0
6522026-08-25T22:37:40.369Z Downloaded progenitor-extras v0.2.0
6532026-08-25T22:37:40.373Z Downloaded sec1 v0.8.1
6542026-08-25T22:37:40.376Z Downloaded quote v1.0.45
6552026-08-25T22:37:40.376Z Downloaded hashbrown v0.15.5
6562026-08-25T22:37:40.379Z Downloaded itertools v0.12.1
6572026-08-25T22:37:40.383Z Downloaded usdt-attr-macro v0.5.0
6582026-08-25T22:37:40.383Z Downloaded want v0.3.1
6592026-08-25T22:37:40.383Z Downloaded yoke-derive v0.8.1
6602026-08-25T22:37:40.386Z Downloaded unicode-segmentation v1.12.0
6612026-08-25T22:37:40.391Z Downloaded toml v0.7.8
6622026-08-25T22:37:40.395Z Downloaded enum-as-inner v0.6.1
6632026-08-25T22:37:40.398Z Downloaded serde_spanned v1.1.1
6642026-08-25T22:37:40.402Z Downloaded dof v0.4.0
6652026-08-25T22:37:40.402Z Downloaded dtrace-parser v0.2.0
6662026-08-25T22:37:40.402Z Downloaded dtrace-parser v0.3.0
6672026-08-25T22:37:40.402Z Downloaded float-cmp v0.10.0
6682026-08-25T22:37:40.402Z Downloaded idna v1.1.0
6692026-08-25T22:37:40.406Z Downloaded float-ord v0.3.2
6702026-08-25T22:37:40.406Z Downloaded slog-json v2.6.1
6712026-08-25T22:37:40.409Z Downloaded string_cache v0.8.9
6722026-08-25T22:37:40.409Z Downloaded ghash v0.6.0
6732026-08-25T22:37:40.409Z Downloaded lzss v0.8.2
6742026-08-25T22:37:40.413Z Downloaded chumsky v0.9.3
6752026-08-25T22:37:40.413Z Downloaded spki v0.8.0
6762026-08-25T22:37:40.416Z Downloaded support-bundle-viewer v0.1.2
6772026-08-25T22:37:40.416Z Downloaded tungstenite v0.23.0
6782026-08-25T22:37:40.416Z Downloaded argon2 v0.5.3
6792026-08-25T22:37:40.419Z Downloaded strum_macros v0.24.3
6802026-08-25T22:37:40.423Z Downloaded h2 v0.4.15
6812026-08-25T22:37:40.426Z Downloaded lru-slab v0.1.2
6822026-08-25T22:37:40.426Z Downloaded thread_local v1.1.9
6832026-08-25T22:37:40.429Z Downloaded parking_lot_core v0.9.12
6842026-08-25T22:37:40.433Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6852026-08-25T22:37:40.433Z Downloaded aead v0.5.2
6862026-08-25T22:37:40.433Z Downloaded pem v3.0.6
6872026-08-25T22:37:40.433Z Downloaded ascii-canvas v3.0.0
6882026-08-25T22:37:40.433Z Downloaded bit-set v0.5.3
6892026-08-25T22:37:40.436Z Downloaded block-buffer v0.10.4
6902026-08-25T22:37:40.436Z Downloaded castaway v0.2.4
6912026-08-25T22:37:40.439Z Downloaded tui-tree-widget v0.23.1
6922026-08-25T22:37:40.443Z Downloaded icu_properties_data v2.1.2
6932026-08-25T22:37:40.447Z Downloaded wnaf v0.14.0
6942026-08-25T22:37:40.451Z Downloaded ed25519-dalek v3.0.0
6952026-08-25T22:37:40.451Z Downloaded zstd-safe v7.2.4
6962026-08-25T22:37:40.454Z Downloaded ciborium-ll v0.2.2
6972026-08-25T22:37:40.454Z Downloaded ml-kem v0.3.2
6982026-08-25T22:37:40.457Z Downloaded enum_dispatch v0.3.13
6992026-08-25T22:37:40.462Z Downloaded hkdf v0.12.4
7002026-08-25T22:37:40.466Z Downloaded proc-macro-crate v3.4.0
7012026-08-25T22:37:40.466Z Downloaded hkdf v0.13.0
7022026-08-25T22:37:40.469Z Downloaded serde v1.0.228
7032026-08-25T22:37:40.469Z Downloaded plotters v0.3.7
7042026-08-25T22:37:40.472Z Downloaded itertools v0.15.0
7052026-08-25T22:37:40.476Z Downloaded powerfmt v0.2.0
7062026-08-25T22:37:40.479Z Downloaded rustc-hash v2.1.1
7072026-08-25T22:37:40.479Z Downloaded futures-timer v3.0.3
7082026-08-25T22:37:40.479Z Downloaded recursive-proc-macro-impl v0.1.1
7092026-08-25T22:37:40.479Z Downloaded zopfli v0.8.3
7102026-08-25T22:37:40.483Z Downloaded itertools v0.13.0
7112026-08-25T22:37:40.486Z Downloaded libsw v3.5.0
7122026-08-25T22:37:40.486Z Downloaded libsw-core v0.3.2
7132026-08-25T22:37:40.486Z Downloaded psl-types v2.0.11
7142026-08-25T22:37:40.486Z Downloaded knuffel-derive v3.2.0
7152026-08-25T22:37:40.489Z Downloaded ssh-key v0.7.0-rc.11
7162026-08-25T22:37:40.493Z Downloaded nanorand v0.7.0
7172026-08-25T22:37:40.496Z Downloaded secrecy v0.10.3
7182026-08-25T22:37:40.496Z Downloaded semver v0.1.20
7192026-08-25T22:37:40.496Z Downloaded pin-project v1.1.11
7202026-08-25T22:37:40.501Z Downloaded signal-hook-tokio v0.3.1
7212026-08-25T22:37:40.505Z Downloaded structmeta v0.3.0
7222026-08-25T22:37:40.505Z Downloaded take_mut v0.2.2
7232026-08-25T22:37:40.505Z Downloaded zip v0.6.6
7242026-08-25T22:37:40.508Z Downloaded terminal_size v0.4.3
7252026-08-25T22:37:40.508Z Downloaded papergrid v0.11.0
7262026-08-25T22:37:40.508Z Downloaded num-derive v0.4.2
7272026-08-25T22:37:40.512Z Downloaded num_enum v0.5.11
7282026-08-25T22:37:40.512Z Downloaded cassowary v0.3.0
7292026-08-25T22:37:40.512Z Downloaded supports-color v2.1.0
7302026-08-25T22:37:40.515Z Downloaded tokio-test v0.4.5
7312026-08-25T22:37:40.515Z Downloaded usdt-macro v0.5.0
7322026-08-25T22:37:40.518Z Downloaded pkcs8 v0.10.2
7332026-08-25T22:37:40.518Z Downloaded zerocopy v0.6.6
7342026-08-25T22:37:40.521Z Downloaded anstyle-parse v0.2.7
7352026-08-25T22:37:40.521Z Downloaded hyper v1.10.1
7362026-08-25T22:37:40.525Z Downloaded bit-vec v0.8.0
7372026-08-25T22:37:40.525Z Downloaded oxide-tokio-rt v0.1.4
7382026-08-25T22:37:40.528Z Downloaded oxide-update-engine v0.1.2
7392026-08-25T22:37:40.528Z Downloaded tower-layer v0.3.3
7402026-08-25T22:37:40.528Z Downloaded path-tree v0.8.3
7412026-08-25T22:37:40.528Z Downloaded zerovec v0.11.5
7422026-08-25T22:37:40.531Z Downloaded quinn v0.11.11
7432026-08-25T22:37:40.544Z Downloaded rustls-webpki v0.103.13
7442026-08-25T22:37:40.545Z Downloaded rand v0.9.2
7452026-08-25T22:37:40.549Z Downloaded rsa v0.10.0-rc.18
7462026-08-25T22:37:40.550Z Downloaded port-file v0.1.0
7472026-08-25T22:37:40.550Z Downloaded parking_lot_core v0.8.6
7482026-08-25T22:37:40.550Z Downloaded crypto-primes v0.7.2
7492026-08-25T22:37:40.550Z Downloaded jiff-core v0.1.0
7502026-08-25T22:37:40.550Z Downloaded zerofrom v0.1.6
7512026-08-25T22:37:40.550Z Downloaded rstest v0.25.0
7522026-08-25T22:37:40.553Z Downloaded iri-string v0.7.10
7532026-08-25T22:37:40.553Z Downloaded equivalent v1.0.2
7542026-08-25T22:37:40.556Z Downloaded rand_core v0.9.5
7552026-08-25T22:37:40.557Z Downloaded dunce v1.0.5
7562026-08-25T22:37:40.557Z Downloaded fixedbitset v0.4.2
7572026-08-25T22:37:40.557Z Downloaded r2d2 v0.8.10
7582026-08-25T22:37:40.557Z Downloaded itertools v0.14.0
7592026-08-25T22:37:40.560Z Downloaded funty v2.0.0
7602026-08-25T22:37:40.560Z Downloaded getrandom v0.2.17
7612026-08-25T22:37:40.564Z Downloaded term v1.2.1
7622026-08-25T22:37:40.564Z Downloaded arc-swap v1.8.2
7632026-08-25T22:37:40.567Z Downloaded bytes v1.11.1
7642026-08-25T22:37:40.567Z Downloaded linked-hash-map v0.5.6
7652026-08-25T22:37:40.571Z Downloaded rustc-demangle v0.1.27
7662026-08-25T22:37:40.571Z Downloaded lazy_static v1.5.0
7672026-08-25T22:37:40.571Z Downloaded chacha20poly1305 v0.10.1
7682026-08-25T22:37:40.571Z Downloaded keccak v0.1.6
7692026-08-25T22:37:40.574Z Downloaded rust-argon2 v2.1.0
7702026-08-25T22:37:40.574Z Downloaded ssh-cipher v0.3.0
7712026-08-25T22:37:40.574Z Downloaded fancy-regex v0.14.0
7722026-08-25T22:37:40.577Z Downloaded nodrop v0.1.14
7732026-08-25T22:37:40.577Z Downloaded arrayref v0.3.9
7742026-08-25T22:37:40.577Z Downloaded num-bigint v0.4.6
7752026-08-25T22:37:40.581Z Downloaded serde_tokenstream v0.2.3
7762026-08-25T22:37:40.581Z Downloaded textwrap v0.15.2
7772026-08-25T22:37:40.581Z Downloaded typenum v1.20.1
7782026-08-25T22:37:40.584Z Downloaded libxml v0.3.3
7792026-08-25T22:37:40.587Z Downloaded target-lexicon v0.13.3
7802026-08-25T22:37:40.587Z Downloaded signal-hook-registry v1.4.8
7812026-08-25T22:37:40.591Z Downloaded strum_macros v0.27.2
7822026-08-25T22:37:40.591Z Downloaded cfg_aliases v0.1.1
7832026-08-25T22:37:40.591Z Downloaded prettyplease v0.2.37
7842026-08-25T22:37:40.594Z Downloaded goblin v0.8.2
7852026-08-25T22:37:40.598Z Downloaded ciborium v0.2.2
7862026-08-25T22:37:40.598Z Downloaded document-features v0.2.12
7872026-08-25T22:37:40.602Z Downloaded vte v0.14.1
7882026-08-25T22:37:40.605Z Downloaded rand v0.10.1
7892026-08-25T22:37:40.608Z Downloaded xshell v0.2.7
7902026-08-25T22:37:40.609Z Downloaded plain v0.2.3
7912026-08-25T22:37:40.609Z Downloaded progenitor-client v0.14.0
7922026-08-25T22:37:40.609Z Downloaded url v2.5.8
7932026-08-25T22:37:40.612Z Downloaded usdt-impl v0.5.0
7942026-08-25T22:37:40.612Z Downloaded serde_derive v1.0.228
7952026-08-25T22:37:40.615Z Downloaded filetime v0.2.27
7962026-08-25T22:37:40.615Z Downloaded iddqd v0.4.2
7972026-08-25T22:37:40.619Z Downloaded progenitor v0.14.0
7982026-08-25T22:37:40.622Z Downloaded percent-encoding v2.3.2
7992026-08-25T22:37:40.622Z Downloaded usdt-impl v0.6.0
8002026-08-25T22:37:40.622Z Downloaded zerovec-derive v0.11.2
8012026-08-25T22:37:40.626Z Downloaded erased-serde v0.3.31
8022026-08-25T22:37:40.626Z Downloaded structmeta-derive v0.3.0
8032026-08-25T22:37:40.626Z Downloaded x509-cert v0.2.5
8042026-08-25T22:37:40.629Z Downloaded sha2 v0.10.9
8052026-08-25T22:37:40.632Z Downloaded macaddr v1.0.1
8062026-08-25T22:37:40.632Z Downloaded smawk v0.3.2
8072026-08-25T22:37:40.632Z Downloaded supports-hyperlinks v2.1.0
8082026-08-25T22:37:40.636Z Downloaded mime_guess v2.0.5
8092026-08-25T22:37:40.636Z Downloaded tap v1.0.1
8102026-08-25T22:37:40.636Z Downloaded thiserror-impl-no-std v2.0.2
8112026-08-25T22:37:40.639Z Downloaded smallvec v1.15.1
8122026-08-25T22:37:40.639Z Downloaded unicode-linebreak v0.1.5
8132026-08-25T22:37:40.644Z Downloaded pest v2.8.6
8142026-08-25T22:37:40.648Z Downloaded num_enum_derive v0.5.11
8152026-08-25T22:37:40.648Z Downloaded smallvec v0.6.14
8162026-08-25T22:37:40.651Z Downloaded tempfile v3.27.0
8172026-08-25T22:37:40.651Z Downloaded ed25519-dalek v2.2.0
8182026-08-25T22:37:40.654Z Downloaded tagptr v0.2.0
8192026-08-25T22:37:40.655Z Downloaded utf-8 v0.7.6
8202026-08-25T22:37:40.658Z Downloaded bitflags v1.3.2
8212026-08-25T22:37:40.661Z Downloaded base64ct v1.8.3
8222026-08-25T22:37:40.661Z Downloaded dropshot-api-manager-types v0.8.0
8232026-08-25T22:37:40.664Z Downloaded bs58 v0.5.1
8242026-08-25T22:37:40.664Z Downloaded env_filter v2.0.0
8252026-08-25T22:37:40.664Z Downloaded managed v0.8.0
8262026-08-25T22:37:40.669Z Downloaded term v0.7.0
8272026-08-25T22:37:40.672Z Downloaded camino-tempfile-ext v0.3.3
8282026-08-25T22:37:40.672Z Downloaded foreign-types-macros v0.2.3
8292026-08-25T22:37:40.676Z Downloaded pest_generator v2.8.6
8302026-08-25T22:37:40.676Z Downloaded partial-io v0.5.4
8312026-08-25T22:37:40.679Z Downloaded backtrace-ext v0.2.1
8322026-08-25T22:37:40.679Z Downloaded multimap v0.10.1
8332026-08-25T22:37:40.679Z Downloaded adler2 v2.0.1
8342026-08-25T22:37:40.683Z Downloaded bitfield-struct v0.6.2
8352026-08-25T22:37:40.683Z Downloaded assert-json-diff v2.0.2
8362026-08-25T22:37:40.683Z Downloaded miette-derive v5.10.0
8372026-08-25T22:37:40.683Z Downloaded block-padding v0.4.2
8382026-08-25T22:37:40.683Z Downloaded parking v2.2.1
8392026-08-25T22:37:40.686Z Downloaded oxide-update-engine-display v0.1.2
8402026-08-25T22:37:40.689Z Downloaded miette v7.6.0
8412026-08-25T22:37:40.689Z Downloaded newtype-uuid v1.3.2
8422026-08-25T22:37:40.693Z Downloaded flume v0.11.1
8432026-08-25T22:37:40.693Z Downloaded tracing-attributes v0.1.31
8442026-08-25T22:37:40.697Z Downloaded sec1 v0.7.3
8452026-08-25T22:37:40.697Z Downloaded phf v0.13.1
8462026-08-25T22:37:40.702Z Downloaded serde_path_to_error v0.1.20
8472026-08-25T22:37:40.706Z Downloaded slog-async v2.8.0
8482026-08-25T22:37:40.709Z Downloaded thiserror-no-std v2.0.2
8492026-08-25T22:37:40.712Z Downloaded tokio-tungstenite v0.23.1
8502026-08-25T22:37:40.715Z Downloaded supports-unicode v2.1.0
8512026-08-25T22:37:40.719Z Downloaded sqlparser_derive v0.5.0
8522026-08-25T22:37:40.722Z Downloaded try-lock v0.2.5
8532026-08-25T22:37:40.725Z Downloaded ron v0.8.1
8542026-08-25T22:37:40.729Z Downloaded writeable v0.6.2
8552026-08-25T22:37:40.732Z Downloaded serde_spanned v0.6.9
8562026-08-25T22:37:40.732Z Downloaded typify v0.6.2
8572026-08-25T22:37:40.736Z Downloaded unicode-properties v0.1.4
8582026-08-25T22:37:40.736Z Downloaded vergen-lib v9.1.0
8592026-08-25T22:37:40.736Z Downloaded event-listener-strategy v0.5.4
8602026-08-25T22:37:40.739Z Downloaded utf8_iter v1.0.4
8612026-08-25T22:37:40.739Z Downloaded zeroize_derive v1.5.0
8622026-08-25T22:37:40.739Z Downloaded difflib v0.4.0
8632026-08-25T22:37:40.739Z Downloaded fxhash v0.2.1
8642026-08-25T22:37:40.743Z Downloaded portable-atomic v1.13.1
8652026-08-25T22:37:40.747Z Downloaded glob v0.3.3
8662026-08-25T22:37:40.751Z Downloaded aes-gcm v0.11.0
8672026-08-25T22:37:40.751Z Downloaded once_cell v1.21.3
8682026-08-25T22:37:40.754Z Downloaded pkcs8 v0.11.0
8692026-08-25T22:37:40.754Z Downloaded mio v1.2.0
8702026-08-25T22:37:40.758Z Downloaded digest v0.10.7
8712026-08-25T22:37:40.758Z Downloaded linear-map v1.2.0
8722026-08-25T22:37:40.758Z Downloaded num-rational v0.4.2
8732026-08-25T22:37:40.758Z Downloaded kem v0.3.0
8742026-08-25T22:37:40.761Z Downloaded rustls-pki-types v1.14.0
8752026-08-25T22:37:40.761Z Downloaded newtype-uuid-macros v0.1.0
8762026-08-25T22:37:40.764Z Downloaded rsa v0.9.10
8772026-08-25T22:37:40.771Z Downloaded quinn-udp v0.5.14
8782026-08-25T22:37:40.774Z Downloaded dropshot_endpoint v0.17.1
8792026-08-25T22:37:40.774Z Downloaded knus v3.4.0
8802026-08-25T22:37:40.778Z Downloaded rand_core v0.6.4
8812026-08-25T22:37:40.778Z Downloaded miette v5.10.0
8822026-08-25T22:37:40.781Z Downloaded bumpalo v3.20.2
8832026-08-25T22:37:40.781Z Downloaded openssl-probe v0.2.1
8842026-08-25T22:37:40.784Z Downloaded minimal-lexical v0.2.1
8852026-08-25T22:37:40.788Z Downloaded resolv-conf v0.7.6
8862026-08-25T22:37:40.792Z Downloaded rusty-fork v0.3.1
8872026-08-25T22:37:40.792Z Downloaded shlex v1.3.0
8882026-08-25T22:37:40.792Z Downloaded slog-bunyan v2.5.0
8892026-08-25T22:37:40.792Z Downloaded sqlformat v0.3.5
8902026-08-25T22:37:40.795Z Downloaded cfg-if v1.0.4
8912026-08-25T22:37:40.795Z Downloaded scroll_derive v0.13.1
8922026-08-25T22:37:40.795Z Downloaded serde_regex v1.1.0
8932026-08-25T22:37:40.795Z Downloaded sigpipe v0.1.3
8942026-08-25T22:37:40.795Z Downloaded tower v0.5.3
8952026-08-25T22:37:40.804Z Downloaded base64 v0.21.7
8962026-08-25T22:37:40.808Z Downloaded termios v0.3.3
8972026-08-25T22:37:40.812Z Downloaded trybuild v1.0.116
8982026-08-25T22:37:40.815Z Downloaded gethostname v0.5.0
8992026-08-25T22:37:40.815Z Downloaded either v1.15.0
9002026-08-25T22:37:40.815Z Downloaded fastrand v2.3.0
9012026-08-25T22:37:40.815Z Downloaded vergen-gitcl v1.0.8
9022026-08-25T22:37:40.819Z Downloaded sha3 v0.12.0
9032026-08-25T22:37:40.819Z Downloaded wyz v0.5.1
9042026-08-25T22:37:40.822Z Downloaded ecdsa v0.16.9
9052026-08-25T22:37:40.825Z Downloaded password-hash v0.5.0
9062026-08-25T22:37:40.829Z Downloaded globwalk v0.9.1
9072026-08-25T22:37:40.832Z Downloaded mime v0.3.17
9082026-08-25T22:37:40.832Z Downloaded tokio-util v0.7.18
9092026-08-25T22:37:40.835Z Downloaded omicron-zone-package v0.12.3
9102026-08-25T22:37:40.839Z Downloaded futures-channel v0.3.32
9112026-08-25T22:37:40.839Z Downloaded blake2b_simd v1.0.4
9122026-08-25T22:37:40.839Z Downloaded ff v0.13.1
9132026-08-25T22:37:40.839Z Downloaded normalize-line-endings v0.3.0
9142026-08-25T22:37:40.839Z Downloaded fixedbitset v0.5.7
9152026-08-25T22:37:40.842Z Downloaded ryu v1.0.23
9162026-08-25T22:37:40.842Z Downloaded packed_struct v0.10.1
9172026-08-25T22:37:40.842Z Downloaded proc-macro-error2 v2.0.1
9182026-08-25T22:37:40.846Z Downloaded num-integer v0.1.46
9192026-08-25T22:37:40.846Z Downloaded num-complex v0.4.6
9202026-08-25T22:37:40.846Z Downloaded shell-words v1.1.1
9212026-08-25T22:37:40.850Z Downloaded supports-color v3.0.2
9222026-08-25T22:37:40.856Z Downloaded postcard v1.1.3
9232026-08-25T22:37:40.860Z Downloaded radium v0.7.0
9242026-08-25T22:37:40.863Z Downloaded signal-hook v0.3.18
9252026-08-25T22:37:40.863Z Downloaded toml v1.1.2+spec-1.1.0
9262026-08-25T22:37:40.867Z Downloaded unicode-ident v1.0.24
9272026-08-25T22:37:40.867Z Downloaded getrandom v0.4.3
9282026-08-25T22:37:40.870Z Downloaded socket2 v0.6.3
9292026-08-25T22:37:40.870Z Downloaded tokio-dtrace v0.1.1
9302026-08-25T22:37:40.874Z Downloaded winnow v1.0.3
9312026-08-25T22:37:40.877Z Downloaded tiny-keccak v2.0.2
9322026-08-25T22:37:40.877Z Downloaded bitvec v1.0.1
9332026-08-25T22:37:40.885Z Downloaded yoke v0.8.1
9342026-08-25T22:37:40.888Z Downloaded async-compression v0.4.41
9352026-08-25T22:37:40.891Z Downloaded lru v0.12.5
9362026-08-25T22:37:40.892Z Downloaded zmij v1.0.21
9372026-08-25T22:37:40.892Z Downloaded elliptic-curve v0.13.8
9382026-08-25T22:37:40.895Z Downloaded spki v0.7.3
9392026-08-25T22:37:40.895Z Downloaded memmap2 v0.9.10
9402026-08-25T22:37:40.895Z Downloaded base16ct v0.2.0
9412026-08-25T22:37:40.898Z Downloaded tokio-macros v2.7.0
9422026-08-25T22:37:40.898Z Downloaded getrandom v0.3.4
9432026-08-25T22:37:40.898Z Downloaded anes v0.1.6
9442026-08-25T22:37:40.902Z Downloaded ed25519 v2.2.3
9452026-08-25T22:37:40.902Z Downloaded fs-err v3.3.0
9462026-08-25T22:37:40.902Z Downloaded serde_urlencoded v0.7.1
9472026-08-25T22:37:40.902Z Downloaded toml_datetime v0.6.11
9482026-08-25T22:37:40.916Z Downloaded chrono v0.4.45
9492026-08-25T22:37:40.920Z Downloaded quick-error v1.2.3
9502026-08-25T22:37:40.923Z Downloaded postgres-types v0.2.12
9512026-08-25T22:37:40.923Z Downloaded toml_edit v0.19.15
9522026-08-25T22:37:40.930Z Downloaded whoami v1.6.1
9532026-08-25T22:37:40.934Z Downloaded blowfish v0.10.0
9542026-08-25T22:37:40.934Z Downloaded pem-rfc7468 v1.0.0
9552026-08-25T22:37:40.934Z Downloaded phf v0.12.1
9562026-08-25T22:37:40.934Z Downloaded strum_macros v0.26.4
9572026-08-25T22:37:40.937Z Downloaded memchr v2.8.0
9582026-08-25T22:37:40.940Z Downloaded num_threads v0.1.7
9592026-08-25T22:37:40.940Z Downloaded predicates-tree v1.0.13
9602026-08-25T22:37:40.940Z Downloaded similar-asserts v1.7.0
9612026-08-25T22:37:40.940Z Downloaded phf_shared v0.13.1
9622026-08-25T22:37:40.944Z Downloaded strum v0.26.3
9632026-08-25T22:37:40.944Z Downloaded bzip2 v0.6.1
9642026-08-25T22:37:40.944Z Downloaded cbc v0.2.1
9652026-08-25T22:37:40.944Z Downloaded owo-colors v4.3.0
9662026-08-25T22:37:40.948Z Downloaded tokio-native-tls v0.3.1
9672026-08-25T22:37:40.948Z Downloaded backtrace v0.3.76
9682026-08-25T22:37:40.948Z Downloaded test-strategy v0.4.5
9692026-08-25T22:37:40.951Z Downloaded foldhash v0.2.0
9702026-08-25T22:37:40.951Z Downloaded prefix-trie v0.7.0
9712026-08-25T22:37:40.954Z Downloaded proc-macro-error-attr v1.0.4
9722026-08-25T22:37:40.954Z Downloaded universal-hash v0.5.1
9732026-08-25T22:37:40.954Z Downloaded zerofrom-derive v0.1.6
9742026-08-25T22:37:40.958Z Downloaded dirs-next v2.0.0
9752026-08-25T22:37:40.961Z Downloaded zone v0.3.1
9762026-08-25T22:37:40.961Z Downloaded camino-tempfile v1.4.1
9772026-08-25T22:37:40.964Z Downloaded md5 v0.8.0
9782026-08-25T22:37:40.964Z Downloaded packed_struct_codegen v0.10.1
9792026-08-25T22:37:40.967Z Downloaded spin v0.9.8
9802026-08-25T22:37:40.967Z Downloaded schemars_derive v0.8.22
9812026-08-25T22:37:40.967Z Downloaded serde_with_macros v1.5.2
9822026-08-25T22:37:40.971Z Downloaded ed25519 v3.0.0
9832026-08-25T22:37:40.974Z Downloaded bitfield-macros v0.19.4
9842026-08-25T22:37:40.974Z Downloaded md-5 v0.10.6
9852026-08-25T22:37:40.977Z Downloaded unicode-normalization v0.1.25
9862026-08-25T22:37:40.981Z Downloaded progenitor-impl v0.13.0
9872026-08-25T22:37:40.981Z Downloaded fs_extra v1.3.0
9882026-08-25T22:37:40.984Z Downloaded async-bb8-diesel v0.2.1
9892026-08-25T22:37:40.987Z Downloaded pest_derive v2.8.6
9902026-08-25T22:37:40.988Z Downloaded salsa20 v0.11.0
9912026-08-25T22:37:40.988Z Downloaded multer v3.1.0
9922026-08-25T22:37:40.991Z Downloaded seq-macro v0.3.6
9932026-08-25T22:37:40.994Z Downloaded futures-core v0.3.32
9942026-08-25T22:37:40.994Z Downloaded foreign-types v0.3.2
9952026-08-25T22:37:40.998Z Downloaded ssh-encoding v0.3.0
9962026-08-25T22:37:41.005Z Downloaded cargo-platform v0.3.2
9972026-08-25T22:37:41.009Z Downloaded tls_codec v0.4.2
9982026-08-25T22:37:41.013Z Downloaded tinytemplate v1.2.1
9992026-08-25T22:37:41.016Z Downloaded toml_edit v0.22.27
10002026-08-25T22:37:41.016Z Downloaded utf8parse v0.2.2
10012026-08-25T22:37:41.016Z Downloaded log v0.4.33
10022026-08-25T22:37:41.021Z Downloaded pretty_assertions v1.4.1
10032026-08-25T22:37:41.024Z Downloaded num-traits v0.2.19
10042026-08-25T22:37:41.027Z Downloaded quick-xml v0.37.5
10052026-08-25T22:37:41.031Z Downloaded polyval v0.7.1
10062026-08-25T22:37:41.031Z Downloaded assert_cmd v2.1.2
10072026-08-25T22:37:41.034Z Downloaded schemars v0.9.0
10082026-08-25T22:37:41.038Z Downloaded scuffle v0.1.0
10092026-08-25T22:37:41.042Z Downloaded pkcs5 v0.8.1
10102026-08-25T22:37:41.045Z Downloaded rand_core v0.10.0
10112026-08-25T22:37:41.045Z Downloaded libtest-mimic v0.8.1
10122026-08-25T22:37:41.045Z Downloaded vergen-lib v0.1.6
10132026-08-25T22:37:41.048Z Downloaded zlib-rs v0.6.2
10142026-08-25T22:37:41.048Z Downloaded tinyvec_macros v0.1.1
10152026-08-25T22:37:41.051Z Downloaded dof v0.3.0
10162026-08-25T22:37:41.052Z Downloaded module-lattice v0.2.3
10172026-08-25T22:37:41.052Z Downloaded libloading v0.8.9
10182026-08-25T22:37:41.052Z Downloaded anstyle-parse v1.0.0
10192026-08-25T22:37:41.052Z Downloaded rcgen v0.12.1
10202026-08-25T22:37:41.055Z Downloaded unsafe-libyaml v0.2.11
10212026-08-25T22:37:41.055Z Downloaded uzers v0.12.2
10222026-08-25T22:37:41.058Z Downloaded whoami v2.1.0
10232026-08-25T22:37:41.058Z Downloaded static_assertions v1.1.0
10242026-08-25T22:37:41.058Z Downloaded schemars v1.2.1
10252026-08-25T22:37:41.066Z Downloaded rustversion v1.0.22
10262026-08-25T22:37:41.069Z Downloaded stacker v0.1.23
10272026-08-25T22:37:41.069Z Downloaded oorandom v11.1.5
10282026-08-25T22:37:41.069Z Downloaded libm v0.2.16
10292026-08-25T22:37:41.074Z Downloaded nom v7.1.3
10302026-08-25T22:37:41.077Z Downloaded litrs v1.0.0
10312026-08-25T22:37:41.080Z Downloaded serde_derive_internals v0.29.1
10322026-08-25T22:37:41.080Z Downloaded simd-adler32 v0.3.8
10332026-08-25T22:37:41.080Z Downloaded openssl-sys v0.9.117
10342026-08-25T22:37:41.084Z Downloaded tough v0.22.0
10352026-08-25T22:37:41.087Z Downloaded postgres-protocol v0.6.10
10362026-08-25T22:37:41.090Z Downloaded libbz2-rs-sys v0.2.2
10372026-08-25T22:37:41.091Z Downloaded paste v1.0.15
10382026-08-25T22:37:41.091Z Downloaded proc-macro-error v1.0.4
10392026-08-25T22:37:41.094Z Downloaded papergrid v0.18.0
10402026-08-25T22:37:41.094Z Downloaded winnow v0.7.14
10412026-08-25T22:37:41.099Z Downloaded bzip2 v0.4.4
10422026-08-25T22:37:41.102Z Downloaded rawzip v0.4.4
10432026-08-25T22:37:41.106Z Downloaded keccak v0.2.0
10442026-08-25T22:37:41.106Z Downloaded syn v1.0.109
10452026-08-25T22:37:41.109Z Downloaded zip v4.6.1
10462026-08-25T22:37:41.113Z Downloaded thiserror v1.0.69
10472026-08-25T22:37:41.116Z Downloaded slog-scope v4.4.1
10482026-08-25T22:37:41.116Z Downloaded fatfs v0.3.6
10492026-08-25T22:37:41.116Z Downloaded tracing-core v0.1.36
10502026-08-25T22:37:41.124Z Downloaded pkcs1 v0.8.0-rc.4
10512026-08-25T22:37:41.130Z Downloaded rayon v1.11.0
10522026-08-25T22:37:41.135Z Downloaded chacha20 v0.9.1
10532026-08-25T22:37:41.138Z Downloaded zerotrie v0.2.3
10542026-08-25T22:37:41.141Z Downloaded toml_edit v0.23.10+spec-1.0.0
10552026-08-25T22:37:41.141Z Downloaded curve25519-dalek v5.0.0
10562026-08-25T22:37:41.146Z Downloaded ahash v0.8.12
10572026-08-25T22:37:41.149Z Downloaded event-listener v5.4.1
10582026-08-25T22:37:41.152Z Downloaded rayon-core v1.13.0
10592026-08-25T22:37:41.156Z Downloaded futures v0.3.32
10602026-08-25T22:37:41.159Z Downloaded moka v0.12.13
10612026-08-25T22:37:41.162Z Downloaded yasna v0.5.2
10622026-08-25T22:37:41.167Z Downloaded zerocopy-derive v0.8.55
10632026-08-25T22:37:41.175Z Downloaded object v0.30.4
10642026-08-25T22:37:41.180Z Downloaded tar v0.4.46
10652026-08-25T22:37:41.183Z Downloaded zerocopy v0.7.35
10662026-08-25T22:37:41.189Z Downloaded reqwest v0.13.2
10672026-08-25T22:37:41.193Z Downloaded crypto-bigint v0.7.5
10682026-08-25T22:37:41.201Z Downloaded winnow v0.5.40
10692026-08-25T22:37:41.206Z Downloaded reedline v0.40.0
10702026-08-25T22:37:41.209Z Downloaded knuffel v3.2.0
10712026-08-25T22:37:41.213Z Downloaded unicode_categories v0.1.1
10722026-08-25T22:37:41.213Z Downloaded chacha20 v0.10.0
10732026-08-25T22:37:41.216Z Downloaded smoltcp v0.9.1
10742026-08-25T22:37:41.219Z Downloaded tokio-stream v0.1.18
10752026-08-25T22:37:41.222Z Downloaded progenitor-impl v0.14.0
10762026-08-25T22:37:41.223Z Downloaded unicode-bidi v0.3.18
10772026-08-25T22:37:41.226Z Downloaded proptest v1.11.0
10782026-08-25T22:37:41.229Z Downloaded nom v8.0.0
10792026-08-25T22:37:41.232Z Downloaded base64 v0.22.1
10802026-08-25T22:37:41.235Z Downloaded curve25519-dalek v4.1.3
10812026-08-25T22:37:41.239Z Downloaded openssl v0.10.80
10822026-08-25T22:37:41.242Z Downloaded aws-lc-rs v1.16.3
10832026-08-25T22:37:41.247Z Downloaded rustyline v14.0.0
10842026-08-25T22:37:41.251Z Downloaded tabled v0.21.0
10852026-08-25T22:37:41.259Z Downloaded ar_archive_writer v0.5.1
10862026-08-25T22:37:41.262Z Downloaded futures-util v0.3.32
10872026-08-25T22:37:41.267Z Downloaded expectorate v1.2.0
10882026-08-25T22:37:41.270Z Downloaded tabled v0.15.0
10892026-08-25T22:37:41.277Z Downloaded smoltcp v0.11.0
10902026-08-25T22:37:41.283Z Downloaded unicode-width v0.1.14
10912026-08-25T22:37:41.292Z Downloaded typed-path v0.9.3
10922026-08-25T22:37:41.303Z Downloaded russh v0.62.4
10932026-08-25T22:37:41.326Z Downloaded vcpkg v0.2.15
10942026-08-25T22:37:41.348Z Downloaded zerocopy v0.8.55
10952026-08-25T22:37:41.359Z Downloaded reqwest v0.12.28
10962026-08-25T22:37:41.362Z Downloaded polar-core v0.27.3
10972026-08-25T22:37:41.367Z Downloaded dropshot-api-manager v0.8.0
10982026-08-25T22:37:41.371Z Downloaded hickory-proto v0.25.2
10992026-08-25T22:37:41.379Z Downloaded serde_json v1.0.151
11002026-08-25T22:37:41.383Z Downloaded regex-syntax v0.6.29
11012026-08-25T22:37:41.387Z Downloaded blake3 v1.8.5
11022026-08-25T22:37:41.392Z Downloaded salty v0.3.0
11032026-08-25T22:37:41.396Z Downloaded hickory-proto v0.24.4
11042026-08-25T22:37:41.404Z Downloaded time v0.3.47
11052026-08-25T22:37:41.411Z Downloaded aho-corasick v1.1.4
11062026-08-25T22:37:41.414Z Downloaded git2 v0.20.4
11072026-08-25T22:37:41.420Z Downloaded num-bigint-dig v0.8.6
11082026-08-25T22:37:41.424Z Downloaded dropshot v0.17.1
11092026-08-25T22:37:41.434Z Downloaded tower-http v0.6.8
11102026-08-25T22:37:41.439Z Downloaded gimli v0.32.3
11112026-08-25T22:37:41.443Z Downloaded winnow v0.6.26
11122026-08-25T22:37:41.448Z Downloaded serde_with v3.21.0
11132026-08-25T22:37:41.455Z Downloaded bstr v1.12.1
11142026-08-25T22:37:41.460Z Downloaded petname v2.0.2
11152026-08-25T22:37:41.465Z Downloaded radix_trie v0.2.1
11162026-08-25T22:37:41.469Z Downloaded lalrpop v0.19.12
11172026-08-25T22:37:41.472Z Downloaded openapiv3 v2.2.0
11182026-08-25T22:37:41.479Z Downloaded bindgen v0.71.1
11192026-08-25T22:37:41.482Z Downloaded diesel v2.3.7
11202026-08-25T22:37:41.495Z Downloaded regex v1.12.3
11212026-08-25T22:37:41.498Z Downloaded rustls v0.23.41
11222026-08-25T22:37:41.505Z Downloaded object v0.37.3
11232026-08-25T22:37:41.511Z Downloaded p384 v0.13.1
11242026-08-25T22:37:41.514Z Downloaded tracing v0.1.44
11252026-08-25T22:37:41.527Z Downloaded regress v0.10.5
11262026-08-25T22:37:41.532Z Downloaded quinn-proto v0.11.16
11272026-08-25T22:37:41.536Z Downloaded nix v0.28.0
11282026-08-25T22:37:41.542Z Downloaded syn v3.0.3
11292026-08-25T22:37:41.549Z Downloaded unicode-width v0.2.0
11302026-08-25T22:37:41.552Z Downloaded regress v0.11.1
11312026-08-25T22:37:41.557Z Downloaded rustix v0.38.44
11322026-08-25T22:37:41.571Z Downloaded nix v0.31.2
11332026-08-25T22:37:41.577Z Downloaded sha3 v0.11.0
11342026-08-25T22:37:41.581Z Downloaded typify-impl v0.6.2
11352026-08-25T22:37:41.588Z Downloaded nix v0.27.1
11362026-08-25T22:37:41.594Z Downloaded rustix v1.1.4
11372026-08-25T22:37:41.607Z Downloaded syn v2.0.117
11382026-08-25T22:37:41.613Z Downloaded sqlparser v0.61.0
11392026-08-25T22:37:41.619Z Downloaded petgraph v0.6.5
11402026-08-25T22:37:41.652Z Downloaded zerocopy-derive v0.6.6
11412026-08-25T22:37:41.658Z Downloaded chrono-tz v0.10.4
11422026-08-25T22:37:41.691Z Downloaded sled v0.34.7
11432026-08-25T22:37:41.704Z Downloaded regex-syntax v0.8.10
11442026-08-25T22:37:41.714Z Downloaded bzip2-sys v0.1.13+1.0.8
11452026-08-25T22:37:41.728Z Downloaded ratatui v0.29.0
11462026-08-25T22:37:41.742Z Downloaded encoding_rs v0.8.35
11472026-08-25T22:37:41.760Z Downloaded regex-automata v0.4.14
11482026-08-25T22:37:41.768Z Downloaded ring v0.17.14
11492026-08-25T22:37:41.792Z Downloaded httpmock v0.8.3
11502026-08-25T22:37:41.822Z Downloaded jiff v0.2.34
11512026-08-25T22:37:41.874Z Downloaded petgraph v0.8.3
11522026-08-25T22:37:41.887Z Downloaded csv v1.4.0
11532026-08-25T22:37:41.899Z Downloaded tokio v1.52.1
11542026-08-25T22:37:41.921Z Downloaded sha3 v0.10.8
11552026-08-25T22:37:41.933Z Downloaded libz-sys v1.1.24
11562026-08-25T22:37:41.945Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11572026-08-25T22:37:41.956Z Downloaded libc v0.2.185
11582026-08-25T22:37:42.073Z Downloaded libgit2-sys v0.18.3+1.9.2
11592026-08-25T22:37:42.604Z Downloaded aws-lc-sys v0.40.0
11602026-08-25T22:37:43.014Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11612026-08-25T22:37:49.234Z Startup: Refreshing catalog 'helios' ... Done
11622026-08-25T22:37:49.620Z Startup: Caching catalogs ... Done
11632026-08-25T22:37:51.802ZPlanning: Solver setup ... Done (2.061s)
11642026-08-25T22:37:51.864ZPlanning: Running solver ... Done (0.062s)
11652026-08-25T22:37:51.913ZPlanning: Finding local manifests ... Done (0.003s)
11662026-08-25T22:37:51.927ZPlanning: Fetching manifests: 0/2 0% complete
11672026-08-25T22:37:51.951ZPlanning: Fetching manifests: 2/2 100% complete
11682026-08-25T22:37:51.965ZPlanning: Package planning ... Done (0.014s)
11692026-08-25T22:37:51.968ZPlanning: Merging actions ... Done (0.001s)
11702026-08-25T22:37:52.181ZPlanning: Checking for conflicting actions ... Done (0.214s)
11712026-08-25T22:37:52.184ZPlanning: Consolidating action changes ... Done (0.001s)
11722026-08-25T22:37:53.051ZPlanning: Evaluating mediators ... Done (0.869s)
11732026-08-25T22:37:53.055ZPlanning: Planning completed in 3.39 seconds
11742026-08-25T22:37:53.061Z Packages to install: 2
11752026-08-25T22:37:53.061Z Estimated space available: 155.73 GB
11762026-08-25T22:37:53.061ZEstimated space to be consumed: 80.56 MB
11772026-08-25T22:37:53.061Z Create boot environment: No
11782026-08-25T22:37:53.061ZCreate backup boot environment: No
11792026-08-25T22:37:53.061Z Rebuild boot archive: No
11802026-08-25T22:37:53.064Z
11812026-08-25T22:37:53.065ZChanged packages:
11822026-08-25T22:37:53.065Zhelios
11832026-08-25T22:37:53.065Z developer/build-essential
11842026-08-25T22:37:53.065Z None -> 11-3.0
11852026-08-25T22:37:53.065Z library/libxmlsec1
11862026-08-25T22:37:53.065Z None -> 1.2.35-3.0
11872026-08-25T22:37:53.087Z
11882026-08-25T22:37:53.087ZDownload: 0/214 items 0.0/1.3MB 0% complete
11892026-08-25T22:37:53.158ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
11902026-08-25T22:37:53.263Z Actions: 1/268 actions (Installing new actions)
11912026-08-25T22:37:53.301Z Actions: Completed 268 actions in 0.04 seconds.
11922026-08-25T22:37:53.338ZFinalize: Updating package state database ... Done (0.037s)
11932026-08-25T22:37:53.342ZFinalize: Updating package cache ... Done (0.000s)
11942026-08-25T22:37:53.428ZFinalize: Updating image state ... Done (0.090s)
11952026-08-25T22:37:56.068ZFinalize: Creating fast lookup database ... Done (2.580s)
11962026-08-25T22:37:56.138ZFinalize: Reading search index ... Done (0.012s)
11972026-08-25T22:37:56.165ZFinalize: Updating search index ... Done (0.000s)
11982026-08-25T22:37:56.239ZFinalize: Updating package cache ... Done (0.000s)
11992026-08-25T22:37:56.597ZPlanning: Evaluating mediator changes ... Done
12002026-08-25T22:37:56.698ZPlanning: Checking for conflicting actions ... Done
12012026-08-25T22:37:56.702ZPlanning: Consolidating action changes ... Done
12022026-08-25T22:37:56.855ZPlanning: Evaluating mediators ... Done
12032026-08-25T22:37:56.860ZPlanning: Planning completed in 0.26 seconds
12042026-08-25T22:37:56.877Z Mediators to change: 2
12052026-08-25T22:37:56.877Z Create boot environment: No
12062026-08-25T22:37:56.882ZCreate backup boot environment: No
12072026-08-25T22:37:56.948ZFinalize: Updating package state database ... Done
12082026-08-25T22:37:56.948ZFinalize: Updating package cache ... Done
12092026-08-25T22:37:57.002ZFinalize: Updating image state ... Done
12102026-08-25T22:37:58.913ZFinalize: Creating fast lookup database ... Done
12112026-08-25T22:37:58.975ZFinalize: Reading search index ... Done
12122026-08-25T22:37:58.978ZFinalize: Updating search index ... Done
12132026-08-25T22:37:59.056ZFinalize: Updating package cache ... Done
12142026-08-25T22:37:59.340ZPlanning: Evaluating mediator changes ... Done
12152026-08-25T22:37:59.443ZPlanning: Checking for conflicting actions ... Done
12162026-08-25T22:37:59.447ZPlanning: Consolidating action changes ... Done
12172026-08-25T22:37:59.598ZPlanning: Evaluating mediators ... Done
12182026-08-25T22:37:59.602ZPlanning: Planning completed in 0.26 seconds
12192026-08-25T22:37:59.621Z Mediators to change: 1
12202026-08-25T22:37:59.621Z Create boot environment: No
12212026-08-25T22:37:59.621ZCreate backup boot environment: No
12222026-08-25T22:37:59.688ZFinalize: Updating package state database ... Done
12232026-08-25T22:37:59.688ZFinalize: Updating package cache ... Done
12242026-08-25T22:37:59.739ZFinalize: Updating image state ... Done
12252026-08-25T22:38:01.657ZFinalize: Creating fast lookup database ... Done
12262026-08-25T22:38:01.719ZFinalize: Reading search index ... Done
12272026-08-25T22:38:01.723ZFinalize: Updating search index ... Done
12282026-08-25T22:38:01.808ZFinalize: Updating package cache ... Done
12292026-08-25T22:38:02.112ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12302026-08-25T22:38:02.112Zapache system 2.4 system
12312026-08-25T22:38:02.112Zclang system 15 system
12322026-08-25T22:38:02.112Zcsh system system illumos
12332026-08-25T22:38:02.112Zctags system system illumos
12342026-08-25T22:38:02.112Zfile vendor vendor darwinsys
12352026-08-25T22:38:02.112Zfile system system illumos
12362026-08-25T22:38:02.112Zgcc vendor 14 vendor
12372026-08-25T22:38:02.112Zgcc system 13 system
12382026-08-25T22:38:02.112Zgcc system 10 system
12392026-08-25T22:38:02.112Zgo system 1.25 system
12402026-08-25T22:38:02.112Zllvm system 15 system
12412026-08-25T22:38:02.112Zmariadb system 11.4 system
12422026-08-25T22:38:02.112Zmta vendor vendor dma
12432026-08-25T22:38:02.112Zopenjdk system 17 system
12442026-08-25T22:38:02.112Zopenjdk system 11 system
12452026-08-25T22:38:02.112Zopenssl vendor 3 vendor
12462026-08-25T22:38:02.112Zperl system 5.40 system
12472026-08-25T22:38:02.112Zpostgresql system 18 system
12482026-08-25T22:38:02.112Zpostgresql system 17 system
12492026-08-25T22:38:02.112Zpython vendor 3 vendor
12502026-08-25T22:38:02.112Zpython system 2 system
12512026-08-25T22:38:02.112Zpython3 vendor 3.13 vendor
12522026-08-25T22:38:02.112Zruby system 3.4 system
12532026-08-25T22:38:02.112Zruby system 3.0 system
12542026-08-25T22:38:02.112Zwords vendor vendor american-english
12552026-08-25T22:38:02.112Zwords system system australian-english
12562026-08-25T22:38:02.112Zwords system system british-english
12572026-08-25T22:38:02.113Zwords system system canadian-english
12582026-08-25T22:38:02.113Zwords system system french
12592026-08-25T22:38:02.113Zwords system system italian
12602026-08-25T22:38:02.113Zwords system system ngerman
12612026-08-25T22:38:02.113Zwords system system ogerman
12622026-08-25T22:38:02.113Zwords system system spanish
12632026-08-25T22:38:02.361ZPUBLISHER TYPE STATUS P LOCATION
12642026-08-25T22:38:02.361Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12652026-08-25T22:38:02.853ZFMRI IFO
12662026-08-25T22:38:02.853Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12672026-08-25T22:38:02.853Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12682026-08-25T22:38:02.853Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12692026-08-25T22:38:02.853Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12702026-08-25T22:38:02.853Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12712026-08-25T22:38:02.853Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12722026-08-25T22:38:02.853Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12732026-08-25T22:38:02.853Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12742026-08-25T22:38:02.853Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12752026-08-25T22:38:03.470Z Downloading crates ...
12762026-08-25T22:38:03.515Z Downloaded cargo_toml v0.21.0
12772026-08-25T22:38:03.554Z Compiling proc-macro2 v1.0.106
12782026-08-25T22:38:03.554Z Compiling unicode-ident v1.0.24
12792026-08-25T22:38:03.554Z Compiling quote v1.0.45
12802026-08-25T22:38:03.559Z Compiling serde_core v1.0.228
12812026-08-25T22:38:03.559Z Compiling libc v0.2.185
12822026-08-25T22:38:03.559Z Compiling version_check v0.9.5
12832026-08-25T22:38:03.559Z Compiling memchr v2.8.0
12842026-08-25T22:38:03.632Z Compiling serde v1.0.228
12852026-08-25T22:38:03.636Z Compiling zmij v1.0.21
12862026-08-25T22:38:03.636Z Compiling ucd-trie v0.1.7
12872026-08-25T22:38:03.636Z Compiling itoa v1.0.17
12882026-08-25T22:38:03.636Z Compiling thiserror v1.0.69
12892026-08-25T22:38:03.640Z Compiling rustix v1.1.4
12902026-08-25T22:38:03.644Z Compiling byteorder v1.5.0
12912026-08-25T22:38:03.784Z Compiling serde_json v1.0.151
12922026-08-25T22:38:03.929Z Compiling bitflags v2.11.0
12932026-08-25T22:38:03.981Z Compiling syn v1.0.109
12942026-08-25T22:38:04.052Z Compiling usdt-impl v0.5.0
12952026-08-25T22:38:04.082Z Compiling proc-macro-error-attr v1.0.4
12962026-08-25T22:38:04.092Z Compiling camino v1.2.5
12972026-08-25T22:38:04.208Z Compiling pest v2.8.6
12982026-08-25T22:38:04.257Z Compiling proc-macro-error v1.0.4
12992026-08-25T22:38:04.268Z Compiling log v0.4.33
13002026-08-25T22:38:04.272Z Compiling hashbrown v0.17.0
13012026-08-25T22:38:04.395Z Compiling getrandom v0.4.3
13022026-08-25T22:38:04.429Z Compiling plain v0.2.3
13032026-08-25T22:38:04.439Z Compiling equivalent v1.0.2
13042026-08-25T22:38:04.452Z Compiling utf8parse v0.2.2
13052026-08-25T22:38:04.469Z Compiling autocfg v1.5.0
13062026-08-25T22:38:04.480Z Compiling anstyle-query v1.1.5
13072026-08-25T22:38:04.530Z Compiling errno v0.3.14
13082026-08-25T22:38:04.541Z Compiling thread-id v4.2.2
13092026-08-25T22:38:04.552Z Compiling anstyle-parse v1.0.0
13102026-08-25T22:38:04.573Z Compiling anstyle v1.0.14
13112026-08-25T22:38:04.587Z Compiling winnow v0.7.14
13122026-08-25T22:38:04.598Z Compiling colorchoice v1.0.4
13132026-08-25T22:38:04.607Z Compiling cfg-if v1.0.4
13142026-08-25T22:38:04.611Z Compiling thiserror v2.0.18
13152026-08-25T22:38:04.631Z Compiling toml_write v0.1.2
13162026-08-25T22:38:04.695Z Compiling is_terminal_polyfill v1.70.2
13172026-08-25T22:38:04.735Z Compiling pretty-hex v0.4.1
13182026-08-25T22:38:04.790Z Compiling fnv v1.0.7
13192026-08-25T22:38:04.819Z Compiling indexmap v2.14.0
13202026-08-25T22:38:04.840Z Compiling anstream v1.0.0
13212026-08-25T22:38:04.854Z Compiling fastrand v2.3.0
13222026-08-25T22:38:04.874Z Compiling heck v0.4.1
13232026-08-25T22:38:04.885Z Compiling clap_lex v1.0.0
13242026-08-25T22:38:04.905Z Compiling bytecount v0.6.9
13252026-08-25T22:38:04.939Z Compiling fs-err v3.3.0
13262026-08-25T22:38:05.023Z Compiling anyhow v1.0.104
13272026-08-25T22:38:05.049Z Compiling once_cell v1.21.3
13282026-08-25T22:38:05.111Z Compiling syn v2.0.117
13292026-08-25T22:38:05.136Z Compiling strsim v0.11.1
13302026-08-25T22:38:05.146Z Compiling heck v0.5.0
13312026-08-25T22:38:05.156Z Compiling unicode-width v0.1.14
13322026-08-25T22:38:05.212Z Compiling memmap v0.7.0
13332026-08-25T22:38:05.273Z Compiling unicode-width v0.2.0
13342026-08-25T22:38:05.284Z Compiling smawk v0.3.2
13352026-08-25T22:38:05.345Z Compiling pest_meta v2.8.6
13362026-08-25T22:38:05.387Z Compiling papergrid v0.11.0
13372026-08-25T22:38:05.436Z Compiling unicode-linebreak v0.1.5
13382026-08-25T22:38:05.456Z Compiling swrite v0.1.0
13392026-08-25T22:38:05.566Z Compiling terminal_size v0.4.3
13402026-08-25T22:38:05.566Z Compiling tempfile v3.27.0
13412026-08-25T22:38:05.662Z Compiling clap_builder v4.6.0
13422026-08-25T22:38:05.662Z Compiling textwrap v0.16.2
13432026-08-25T22:38:05.903Z Compiling cargo-platform v0.3.2
13442026-08-25T22:38:05.903Z Compiling semver v1.0.28
13452026-08-25T22:38:06.175Z Compiling camino-tempfile v1.4.1
13462026-08-25T22:38:06.528Z Compiling tabled_derive v0.7.0
13472026-08-25T22:38:07.178Z Compiling tabled v0.15.0
13482026-08-25T22:38:07.217Z Compiling pest_generator v2.8.6
13492026-08-25T22:38:07.752Z Compiling serde_derive v1.0.228
13502026-08-25T22:38:07.752Z Compiling thiserror-impl v1.0.69
13512026-08-25T22:38:07.752Z Compiling zerocopy-derive v0.7.35
13522026-08-25T22:38:07.755Z Compiling scroll_derive v0.12.1
13532026-08-25T22:38:07.756Z Compiling thiserror-impl v2.0.18
13542026-08-25T22:38:07.756Z Compiling clap_derive v4.6.1
13552026-08-25T22:38:07.798Z Compiling pest_derive v2.8.6
13562026-08-25T22:38:08.334Z Compiling scroll v0.12.0
13572026-08-25T22:38:08.414Z Compiling zerocopy v0.7.35
13582026-08-25T22:38:08.529Z Compiling goblin v0.8.2
13592026-08-25T22:38:08.739Z Compiling dtrace-parser v0.2.0
13602026-08-25T22:38:09.015Z Compiling clap v4.6.1
13612026-08-25T22:38:10.018Z Compiling serde_spanned v0.6.9
13622026-08-25T22:38:10.018Z Compiling toml_datetime v0.6.11
13632026-08-25T22:38:10.021Z Compiling macaddr v1.0.1
13642026-08-25T22:38:10.021Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13652026-08-25T22:38:10.021Z Compiling cargo_metadata v0.23.1
13662026-08-25T22:38:10.034Z Compiling dof v0.3.0
13672026-08-25T22:38:10.037Z Compiling serde_tokenstream v0.2.3
13682026-08-25T22:38:10.173Z Compiling toml_edit v0.22.27
13692026-08-25T22:38:10.725Z Compiling usdt-macro v0.5.0
13702026-08-25T22:38:10.725Z Compiling usdt-attr-macro v0.5.0
13712026-08-25T22:38:11.316Z Compiling usdt v0.5.0
13722026-08-25T22:38:11.433Z Compiling toml v0.8.23
13732026-08-25T22:38:11.736Z Compiling cargo_toml v0.21.0
13742026-08-25T22:38:13.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13752026-08-25T22:38:15.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s
13762026-08-25T22:38:15.085Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13772026-08-25T22:38:15.850Z Compiling serde_core v1.0.228
13782026-08-25T22:38:15.850Z Compiling libc v0.2.185
13792026-08-25T22:38:15.850Z Compiling serde v1.0.228
13802026-08-25T22:38:15.853Z Compiling log v0.4.33
13812026-08-25T22:38:15.853Z Compiling smallvec v1.15.1
13822026-08-25T22:38:15.853Z Compiling shlex v1.3.0
13832026-08-25T22:38:15.853Z Compiling find-msvc-tools v0.1.9
13842026-08-25T22:38:15.970Z Compiling subtle v2.6.1
13852026-08-25T22:38:16.017Z Compiling scopeguard v1.2.0
13862026-08-25T22:38:16.021Z Compiling stable_deref_trait v1.2.1
13872026-08-25T22:38:16.028Z Compiling typenum v1.20.1
13882026-08-25T22:38:16.038Z Compiling zerocopy v0.8.55
13892026-08-25T22:38:16.038Z Compiling portable-atomic v1.13.1
13902026-08-25T22:38:16.087Z Compiling serde_json v1.0.151
13912026-08-25T22:38:16.101Z Compiling syn v2.0.117
13922026-08-25T22:38:16.115Z Compiling critical-section v1.2.0
13932026-08-25T22:38:16.157Z Compiling lock_api v0.4.14
13942026-08-25T22:38:16.169Z Compiling libm v0.2.16
13952026-08-25T22:38:16.192Z Compiling num-traits v0.2.19
13962026-08-25T22:38:16.213Z Compiling pkg-config v0.3.32
13972026-08-25T22:38:16.227Z Compiling getrandom v0.4.3
13982026-08-25T22:38:16.240Z Compiling generic-array v0.14.7
13992026-08-25T22:38:16.259Z Compiling pin-project-lite v0.2.17
14002026-08-25T22:38:16.308Z Compiling const-oid v0.9.6
14012026-08-25T22:38:16.342Z Compiling rand_core v0.10.0
14022026-08-25T22:38:16.403Z Compiling parking_lot_core v0.9.12
14032026-08-25T22:38:16.406Z Compiling litemap v0.8.1
14042026-08-25T22:38:16.448Z Compiling percent-encoding v2.3.2
14052026-08-25T22:38:16.533Z Compiling writeable v0.6.2
14062026-08-25T22:38:16.562Z Compiling icu_properties_data v2.1.2
14072026-08-25T22:38:16.578Z Compiling icu_normalizer_data v2.1.1
14082026-08-25T22:38:16.593Z Compiling futures-core v0.3.32
14092026-08-25T22:38:16.623Z Compiling rustix v1.1.4
14102026-08-25T22:38:16.665Z Compiling getrandom v0.3.4
14112026-08-25T22:38:16.679Z Compiling utf8_iter v1.0.4
14122026-08-25T22:38:16.713Z Compiling futures-sink v0.3.32
14132026-08-25T22:38:16.752Z Compiling form_urlencoded v1.2.2
14142026-08-25T22:38:16.784Z Compiling slab v0.4.12
14152026-08-25T22:38:16.812Z Compiling futures-channel v0.3.32
14162026-08-25T22:38:16.839Z Compiling futures-task v0.3.32
14172026-08-25T22:38:16.843Z Compiling futures-io v0.3.32
14182026-08-25T22:38:16.946Z Compiling errno v0.3.14
14192026-08-25T22:38:16.961Z Compiling jobserver v0.1.34
14202026-08-25T22:38:16.974Z Compiling getrandom v0.2.17
14212026-08-25T22:38:17.017Z Compiling mio v1.2.0
14222026-08-25T22:38:17.031Z Compiling socket2 v0.6.3
14232026-08-25T22:38:17.061Z Compiling rustversion v1.0.22
14242026-08-25T22:38:17.064Z Compiling signal-hook-registry v1.4.8
14252026-08-25T22:38:17.064Z Compiling iana-time-zone v0.1.65
14262026-08-25T22:38:17.107Z Compiling once_cell v1.21.3
14272026-08-25T22:38:17.189Z Compiling cc v1.2.56
14282026-08-25T22:38:17.213Z Compiling rand_core v0.6.4
14292026-08-25T22:38:17.227Z Compiling parking_lot v0.12.5
14302026-08-25T22:38:17.273Z Compiling regex-syntax v0.8.10
14312026-08-25T22:38:17.313Z Compiling base64ct v1.8.3
14322026-08-25T22:38:17.344Z Compiling fs_extra v1.3.0
14332026-08-25T22:38:17.358Z Compiling flagset v0.4.7
14342026-08-25T22:38:17.373Z Compiling dunce v1.0.5
14352026-08-25T22:38:17.456Z Compiling ident_case v1.0.1
14362026-08-25T22:38:17.484Z Compiling base64 v0.22.1
14372026-08-25T22:38:17.498Z Compiling syn v1.0.109
14382026-08-25T22:38:17.514Z Compiling rand_core v0.9.5
14392026-08-25T22:38:17.527Z Compiling schemars v0.8.22
14402026-08-25T22:38:17.593Z Compiling pem-rfc7468 v0.7.0
14412026-08-25T22:38:17.616Z Compiling vcpkg v0.2.15
14422026-08-25T22:38:17.640Z Compiling dyn-clone v1.0.20
14432026-08-25T22:38:17.646Z Compiling tracing-core v0.1.36
14442026-08-25T22:38:17.660Z Compiling simd-adler32 v0.3.8
14452026-08-25T22:38:17.675Z Compiling aws-lc-rs v1.16.3
14462026-08-25T22:38:17.760Z Compiling cpufeatures v0.2.17
14472026-08-25T22:38:17.780Z Compiling spin v0.9.8
14482026-08-25T22:38:17.809Z Compiling openssl-probe v0.2.1
14492026-08-25T22:38:17.824Z Compiling crc32fast v1.5.0
14502026-08-25T22:38:17.851Z Compiling adler2 v2.0.1
14512026-08-25T22:38:17.911Z Compiling httparse v1.10.1
14522026-08-25T22:38:17.930Z Compiling cmake v0.1.57
14532026-08-25T22:38:17.951Z Compiling cmov v0.5.4
14542026-08-25T22:38:17.985Z Compiling tinyvec_macros v0.1.1
14552026-08-25T22:38:17.998Z Compiling miniz_oxide v0.8.9
14562026-08-25T22:38:18.015Z Compiling aho-corasick v1.1.4
14572026-08-25T22:38:18.018Z Compiling radium v0.7.0
14582026-08-25T22:38:18.064Z Compiling tinyvec v1.10.0
14592026-08-25T22:38:18.078Z Compiling untrusted v0.7.1
14602026-08-25T22:38:18.170Z Compiling ctutils v0.4.2
14612026-08-25T22:38:18.184Z Compiling bitflags v2.11.0
14622026-08-25T22:38:18.233Z Compiling semver v1.0.28
14632026-08-25T22:38:18.267Z Compiling indexmap v2.14.0
14642026-08-25T22:38:18.301Z Compiling uuid v1.23.4
14652026-08-25T22:38:18.378Z Compiling try-lock v0.2.5
14662026-08-25T22:38:18.412Z Compiling tower-layer v0.3.3
14672026-08-25T22:38:18.427Z Compiling tower-service v0.3.3
14682026-08-25T22:38:18.430Z Compiling atomic-waker v1.1.2
14692026-08-25T22:38:18.442Z Compiling rustc_version v0.4.1
14702026-08-25T22:38:18.493Z Compiling want v0.3.1
14712026-08-25T22:38:18.595Z Compiling wait-timeout v0.2.1
14722026-08-25T22:38:18.598Z Compiling rustls v0.23.41
14732026-08-25T22:38:18.625Z Compiling untrusted v0.9.0
14742026-08-25T22:38:18.664Z Compiling bit-vec v0.8.0
14752026-08-25T22:38:18.754Z Compiling aws-lc-sys v0.40.0
14762026-08-25T22:38:18.769Z Compiling openssl-sys v0.9.117
14772026-08-25T22:38:18.783Z Compiling openssl v0.10.80
14782026-08-25T22:38:18.798Z Compiling httpdate v1.0.3
14792026-08-25T22:38:18.802Z Compiling maybe-uninit v2.0.0
14802026-08-25T22:38:18.832Z Compiling regex-automata v0.4.14
14812026-08-25T22:38:18.872Z Compiling tap v1.0.1
14822026-08-25T22:38:18.909Z Compiling synstructure v0.13.2
14832026-08-25T22:38:18.923Z Compiling serde_derive_internals v0.29.1
14842026-08-25T22:38:18.984Z Compiling pest_generator v2.8.6
14852026-08-25T22:38:19.000Z Compiling darling_core v0.20.11
14862026-08-25T22:38:19.024Z Compiling quick-error v1.2.3
14872026-08-25T22:38:19.056Z Compiling foreign-types-shared v0.1.1
14882026-08-25T22:38:19.162Z Compiling foreign-types v0.3.2
14892026-08-25T22:38:19.177Z Compiling wyz v0.5.1
14902026-08-25T22:38:19.180Z Compiling bit-set v0.8.0
14912026-08-25T22:38:19.242Z Compiling tempfile v3.27.0
14922026-08-25T22:38:19.365Z Compiling terminal_size v0.4.3
14932026-08-25T22:38:19.384Z Compiling bzip2-sys v0.1.13+1.0.8
14942026-08-25T22:38:19.384Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-08-25T22:38:19.509Z Compiling rusty-fork v0.3.1
14962026-08-25T22:38:19.542Z Compiling unicode-normalization v0.1.25
14972026-08-25T22:38:19.646Z Compiling num-integer v0.1.46
14982026-08-25T22:38:19.663Z Compiling rand_xorshift v0.4.0
14992026-08-25T22:38:19.686Z Compiling ahash v0.8.12
15002026-08-25T22:38:19.726Z Compiling num-conv v0.2.0
15012026-08-25T22:38:19.741Z Compiling powerfmt v0.2.0
15022026-08-25T22:38:19.756Z Compiling funty v2.0.0
15032026-08-25T22:38:19.810Z Compiling num-bigint-dig v0.8.6
15042026-08-25T22:38:19.843Z Compiling paste v1.0.15
15052026-08-25T22:38:19.858Z Compiling unarray v0.1.4
15062026-08-25T22:38:19.873Z Compiling native-tls v0.2.18
15072026-08-25T22:38:19.890Z Compiling time-core v0.1.8
15082026-08-25T22:38:19.907Z Compiling packed_struct v0.10.1
15092026-08-25T22:38:19.979Z Compiling deranged v0.5.8
15102026-08-25T22:38:19.983Z Compiling num-iter v0.1.45
15112026-08-25T22:38:20.023Z Compiling clap_builder v4.6.0
15122026-08-25T22:38:20.051Z Compiling time-macros v0.2.27
15132026-08-25T22:38:20.120Z Compiling bitvec v1.0.1
15142026-08-25T22:38:20.134Z Compiling slog v2.8.2
15152026-08-25T22:38:20.161Z Compiling lazy_static v1.5.0
15162026-08-25T22:38:20.193Z Compiling sync_wrapper v1.0.2
15172026-08-25T22:38:20.207Z Compiling syn v3.0.3
15182026-08-25T22:38:20.259Z Compiling indexmap v1.9.3
15192026-08-25T22:38:20.312Z Compiling nodrop v0.1.14
15202026-08-25T22:38:20.341Z Compiling object v0.37.3
15212026-08-25T22:38:20.346Z Compiling zlib-rs v0.6.2
15222026-08-25T22:38:20.413Z Compiling crossbeam-utils v0.8.21
15232026-08-25T22:38:20.464Z Compiling crc-catalog v2.4.0
15242026-08-25T22:38:20.570Z Compiling siphasher v1.0.2
15252026-08-25T22:38:20.606Z Compiling num_threads v0.1.7
15262026-08-25T22:38:20.621Z Compiling serde_derive v1.0.228
15272026-08-25T22:38:20.716Z Compiling zeroize_derive v1.5.0
15282026-08-25T22:38:20.720Z Compiling zerocopy-derive v0.8.55
15292026-08-25T22:38:20.765Z Compiling zerofrom-derive v0.1.6
15302026-08-25T22:38:20.968Z Compiling yoke-derive v0.8.1
15312026-08-25T22:38:21.033Z Compiling zerovec-derive v0.11.2
15322026-08-25T22:38:21.130Z Compiling displaydoc v0.2.5
15332026-08-25T22:38:21.339Z Compiling tokio-macros v2.7.0
15342026-08-25T22:38:21.409Z Compiling futures-macro v0.3.32
15352026-08-25T22:38:21.603Z Compiling der_derive v0.7.3
15362026-08-25T22:38:21.804Z Compiling thiserror-impl v2.0.18
15372026-08-25T22:38:21.905Z Compiling tracing-attributes v0.1.31
15382026-08-25T22:38:22.144Z Compiling schemars_derive v0.8.22
15392026-08-25T22:38:22.203Z Compiling scroll_derive v0.13.1
15402026-08-25T22:38:22.240Z Compiling pest_derive v2.8.6
15412026-08-25T22:38:22.253Z Compiling zerofrom v0.1.6
15422026-08-25T22:38:22.299Z Compiling futures-util v0.3.32
15432026-08-25T22:38:22.389Z Compiling yoke v0.8.1
15442026-08-25T22:38:22.587Z Compiling zerovec v0.11.5
15452026-08-25T22:38:22.651Z Compiling zerotrie v0.2.3
15462026-08-25T22:38:22.715Z Compiling darling_macro v0.20.11
15472026-08-25T22:38:22.975Z Compiling openssl-macros v0.1.1
15482026-08-25T22:38:23.010Z Compiling thiserror-impl v1.0.69
15492026-08-25T22:38:23.040Z Compiling tinystr v0.8.2
15502026-08-25T22:38:23.054Z Compiling potential_utf v0.1.4
15512026-08-25T22:38:23.107Z Compiling scroll v0.13.0
15522026-08-25T22:38:23.194Z Compiling icu_collections v2.1.1
15532026-08-25T22:38:23.233Z Compiling icu_locale_core v2.1.1
15542026-08-25T22:38:23.249Z Compiling thiserror v2.0.18
15552026-08-25T22:38:23.262Z Compiling darling v0.20.11
15562026-08-25T22:38:23.284Z Compiling tracing v0.1.44
15572026-08-25T22:38:23.358Z Compiling goblin v0.10.5
15582026-08-25T22:38:23.378Z Compiling packed_struct_codegen v0.10.1
15592026-08-25T22:38:23.401Z Compiling clap_derive v4.6.1
15602026-08-25T22:38:23.416Z Compiling bitfield-macros v0.19.4
15612026-08-25T22:38:23.580Z Compiling zerocopy-derive v0.6.6
15622026-08-25T22:38:23.596Z Compiling usdt-impl v0.6.0
15632026-08-25T22:38:23.689Z Compiling dtrace-parser v0.3.0
15642026-08-25T22:38:23.745Z Compiling daft-derive v0.1.8
15652026-08-25T22:38:23.835Z Compiling derive_builder_core v0.20.2
15662026-08-25T22:38:24.145Z Compiling zeroize v1.9.0
15672026-08-25T22:38:24.179Z Compiling bytes v1.11.1
15682026-08-25T22:38:24.202Z Compiling icu_provider v2.1.1
15692026-08-25T22:38:24.379Z Compiling chrono v0.4.45
15702026-08-25T22:38:24.460Z Compiling icu_properties v2.1.2
15712026-08-25T22:38:24.479Z Compiling icu_normalizer v2.1.1
15722026-08-25T22:38:24.517Z Compiling der v0.7.10
15732026-08-25T22:38:24.531Z Compiling rustls-pki-types v1.14.0
15742026-08-25T22:38:24.535Z Compiling hybrid-array v0.4.13
15752026-08-25T22:38:24.660Z Compiling tokio v1.52.1
15762026-08-25T22:38:24.730Z Compiling http v1.4.2
15772026-08-25T22:38:24.798Z Compiling ipnet v2.12.0
15782026-08-25T22:38:24.888Z Compiling crypto-common v0.1.7
15792026-08-25T22:38:25.011Z Compiling block-buffer v0.10.4
15802026-08-25T22:38:25.025Z Compiling hex v0.4.3
15812026-08-25T22:38:25.049Z Compiling thiserror v1.0.69
15822026-08-25T22:38:25.164Z Compiling digest v0.10.7
15832026-08-25T22:38:25.202Z Compiling ppv-lite86 v0.2.21
15842026-08-25T22:38:25.216Z Compiling toml_datetime v0.6.11
15852026-08-25T22:38:25.301Z Compiling idna_adapter v1.2.1
15862026-08-25T22:38:25.320Z Compiling serde_spanned v0.6.9
15872026-08-25T22:38:25.324Z Compiling clap v4.6.1
15882026-08-25T22:38:25.418Z Compiling idna v1.1.0
15892026-08-25T22:38:25.433Z Compiling spki v0.7.3
15902026-08-25T22:38:25.447Z Compiling http-body v1.0.1
15912026-08-25T22:38:25.463Z Compiling sha2 v0.10.9
15922026-08-25T22:38:25.478Z Compiling signature v2.2.0
15932026-08-25T22:38:25.493Z Compiling rand_chacha v0.9.0
15942026-08-25T22:38:25.542Z Compiling rand_chacha v0.3.1
15952026-08-25T22:38:25.557Z Compiling hmac v0.12.1
15962026-08-25T22:38:25.621Z Compiling pkcs8 v0.10.2
15972026-08-25T22:38:25.654Z Compiling http-body-util v0.1.3
15982026-08-25T22:38:25.722Z Compiling url v2.5.8
15992026-08-25T22:38:25.735Z Compiling rand v0.9.2
16002026-08-25T22:38:25.896Z Compiling rand v0.8.6
16012026-08-25T22:38:25.915Z Compiling pkcs1 v0.7.5
16022026-08-25T22:38:25.930Z Compiling zerocopy v0.6.6
16032026-08-25T22:38:25.960Z Compiling bitfield v0.19.4
16042026-08-25T22:38:26.072Z Compiling dof v0.4.0
16052026-08-25T22:38:26.273Z Compiling erased-serde v0.3.31
16062026-08-25T22:38:26.273Z Compiling flate2 v1.1.9
16072026-08-25T22:38:26.324Z Compiling proptest v1.11.0
16082026-08-25T22:38:26.328Z Compiling time v0.3.47
16092026-08-25T22:38:26.532Z Compiling scroll_derive v0.12.1
16102026-08-25T22:38:26.551Z Compiling structmeta-derive v0.3.0
16112026-08-25T22:38:26.720Z Compiling crc v3.4.0
16122026-08-25T22:38:26.824Z Compiling array-init v0.0.4
16132026-08-25T22:38:26.869Z Compiling smallvec v0.6.14
16142026-08-25T22:38:26.987Z Compiling darling_core v0.23.0
16152026-08-25T22:38:27.071Z Compiling ipnetwork v0.21.1
16162026-08-25T22:38:27.092Z Compiling heapless v0.7.17
16172026-08-25T22:38:27.184Z Compiling thread-id v5.1.0
16182026-08-25T22:38:27.249Z Compiling env_filter v2.0.0
16192026-08-25T22:38:27.280Z Compiling cookie v0.18.1
16202026-08-25T22:38:27.296Z Compiling hashbrown v0.12.3
16212026-08-25T22:38:27.353Z Compiling oxnet v0.1.6
16222026-08-25T22:38:27.367Z Compiling zstd-safe v7.2.4
16232026-08-25T22:38:27.382Z Compiling allocator-api2 v0.2.21
16242026-08-25T22:38:27.504Z Compiling iri-string v0.7.10
16252026-08-25T22:38:27.519Z Compiling winnow v0.5.40
16262026-08-25T22:38:27.587Z Compiling unicode-properties v0.1.4
16272026-08-25T22:38:27.603Z Compiling ryu v1.0.23
16282026-08-25T22:38:27.620Z Compiling anyhow v1.0.104
16292026-08-25T22:38:27.660Z Compiling unicode-bidi v0.3.18
16302026-08-25T22:38:27.731Z Compiling base64 v0.21.7
16312026-08-25T22:38:27.749Z Compiling signal-hook v0.3.18
16322026-08-25T22:38:27.801Z Compiling gimli v0.32.3
16332026-08-25T22:38:27.805Z Compiling serde_urlencoded v0.7.1
16342026-08-25T22:38:27.844Z Compiling structmeta v0.3.0
16352026-08-25T22:38:27.974Z Compiling ron v0.8.1
16362026-08-25T22:38:27.994Z Compiling stringprep v0.1.5
16372026-08-25T22:38:28.078Z Compiling rsa v0.9.10
16382026-08-25T22:38:28.091Z Compiling env_logger v0.11.11
16392026-08-25T22:38:28.227Z Compiling scroll v0.12.0
16402026-08-25T22:38:28.240Z Compiling serde-hex v0.1.0
16412026-08-25T22:38:28.294Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-25T22:38:28.447Z Compiling tokio-util v0.7.18
16432026-08-25T22:38:28.462Z Compiling tower v0.5.3
16442026-08-25T22:38:28.489Z Compiling tokio-native-tls v0.3.1
16452026-08-25T22:38:28.506Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16462026-08-25T22:38:28.814Z Compiling newtype-uuid v1.3.2
16472026-08-25T22:38:28.934Z Compiling tower-http v0.6.8
16482026-08-25T22:38:28.953Z Compiling toml_edit v0.19.15
16492026-08-25T22:38:29.034Z Compiling daft v0.1.8
16502026-08-25T22:38:29.172Z Compiling h2 v0.4.15
16512026-08-25T22:38:29.352Z Compiling bzip2 v0.4.4
16522026-08-25T22:38:29.383Z Compiling hashbrown v0.13.2
16532026-08-25T22:38:29.528Z Compiling darling_macro v0.23.0
16542026-08-25T22:38:29.544Z Compiling addr2line v0.25.1
16552026-08-25T22:38:29.595Z Compiling x509-cert v0.2.5
16562026-08-25T22:38:29.648Z Compiling md-5 v0.10.6
16572026-08-25T22:38:29.803Z Compiling block-padding v0.4.2
16582026-08-25T22:38:29.850Z Compiling crypto-common v0.2.2
16592026-08-25T22:38:29.905Z Compiling block-buffer v0.12.1
16602026-08-25T22:38:29.924Z Compiling rustls-native-certs v0.8.3
16612026-08-25T22:38:29.998Z Compiling derive_builder_macro v0.20.2
16622026-08-25T22:38:30.024Z Compiling serde_tokenstream v0.2.3
16632026-08-25T22:38:30.067Z Compiling camino v1.2.5
16642026-08-25T22:38:30.127Z Compiling bstr v1.12.1
16652026-08-25T22:38:30.228Z Compiling pin-project-internal v1.1.11
16662026-08-25T22:38:30.354Z Compiling zerocopy-derive v0.7.35
16672026-08-25T22:38:30.477Z Compiling async-trait v0.1.89
16682026-08-25T22:38:30.493Z Compiling curve25519-dalek v4.1.3
16692026-08-25T22:38:30.507Z Compiling vergen-lib v9.1.0
16702026-08-25T22:38:30.697Z Compiling hash32 v0.2.1
16712026-08-25T22:38:30.784Z Compiling encoding_rs v0.8.35
16722026-08-25T22:38:30.843Z Compiling memoffset v0.9.1
16732026-08-25T22:38:30.902Z Compiling litrs v1.0.0
16742026-08-25T22:38:31.053Z Compiling cfg_aliases v0.2.1
16752026-08-25T22:38:31.134Z Compiling crc-any v2.5.0
16762026-08-25T22:38:31.148Z Compiling ref-cast v1.0.25
16772026-08-25T22:38:31.235Z Compiling smoltcp v0.9.1
16782026-08-25T22:38:31.261Z Compiling rustix v0.38.44
16792026-08-25T22:38:31.344Z Compiling psl-types v2.0.11
16802026-08-25T22:38:31.378Z Compiling mime v0.3.17
16812026-08-25T22:38:31.429Z Compiling owo-colors v4.3.0
16822026-08-25T22:38:31.472Z Compiling rustc-demangle v0.1.27
16832026-08-25T22:38:31.487Z Compiling fallible-iterator v0.2.0
16842026-08-25T22:38:31.587Z Compiling publicsuffix v2.3.0
16852026-08-25T22:38:31.601Z Compiling document-features v0.2.12
16862026-08-25T22:38:31.631Z Compiling pin-project v1.1.11
16872026-08-25T22:38:31.659Z Compiling zerocopy v0.7.35
16882026-08-25T22:38:31.663Z Compiling nix v0.31.2
16892026-08-25T22:38:31.762Z Compiling backtrace v0.3.76
16902026-08-25T22:38:31.809Z Compiling postgres-protocol v0.6.10
16912026-08-25T22:38:31.847Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16922026-08-25T22:38:31.940Z Compiling derive_builder v0.20.2
16932026-08-25T22:38:31.961Z Compiling toml v0.7.8
16942026-08-25T22:38:31.999Z Compiling darling v0.23.0
16952026-08-25T22:38:32.087Z Compiling inout v0.2.2
16962026-08-25T22:38:32.101Z Compiling object v0.30.4
16972026-08-25T22:38:32.102Z Compiling zip v0.6.6
16982026-08-25T22:38:32.102Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16992026-08-25T22:38:32.222Z Compiling goblin v0.8.2
17002026-08-25T22:38:32.387Z Compiling hyper v1.10.1
17012026-08-25T22:38:32.413Z Compiling derive-ex v0.1.8
17022026-08-25T22:38:32.487Z Compiling futures-executor v0.3.32
17032026-08-25T22:38:32.576Z Compiling hubpack_derive v0.1.1
17042026-08-25T22:38:32.672Z Compiling regex v1.12.3
17052026-08-25T22:38:32.713Z Compiling phf_shared v0.13.1
17062026-08-25T22:38:32.743Z Compiling snafu-derive v0.8.9
17072026-08-25T22:38:32.768Z Compiling curve25519-dalek-derive v0.1.1
17082026-08-25T22:38:32.918Z Compiling strum_macros v0.27.2
17092026-08-25T22:38:32.974Z Compiling ref-cast-impl v1.0.25
17102026-08-25T22:38:32.978Z Compiling cargo-platform v0.3.2
17112026-08-25T22:38:33.054Z Compiling vergen v9.1.0
17122026-08-25T22:38:33.124Z Compiling ff v0.13.1
17132026-08-25T22:38:33.219Z Compiling fs-err v3.3.0
17142026-08-25T22:38:33.253Z Compiling unicode-segmentation v1.12.0
17152026-08-25T22:38:33.272Z Compiling foldhash v0.2.0
17162026-08-25T22:38:33.287Z Compiling bumpalo v3.20.2
17172026-08-25T22:38:33.426Z Compiling same-file v1.0.6
17182026-08-25T22:38:33.447Z Compiling path-slash v0.1.5
17192026-08-25T22:38:33.450Z Compiling bitflags v1.3.2
17202026-08-25T22:38:33.518Z Compiling hyper-util v0.1.20
17212026-08-25T22:38:33.549Z Compiling managed v0.8.0
17222026-08-25T22:38:33.563Z Compiling foldhash v0.1.5
17232026-08-25T22:38:33.567Z Compiling either v1.15.0
17242026-08-25T22:38:33.589Z Compiling libbz2-rs-sys v0.2.2
17252026-08-25T22:38:33.607Z Compiling is_ci v1.2.0
17262026-08-25T22:38:33.650Z Compiling base16ct v0.2.0
17272026-08-25T22:38:33.748Z Compiling jiff-core v0.1.0
17282026-08-25T22:38:33.761Z Compiling textwrap v0.16.2
17292026-08-25T22:38:33.784Z Compiling sec1 v0.7.3
17302026-08-25T22:38:33.839Z Compiling supports-color v3.0.2
17312026-08-25T22:38:34.028Z Compiling bzip2 v0.6.1
17322026-08-25T22:38:34.049Z Compiling hashbrown v0.15.5
17332026-08-25T22:38:34.152Z Compiling test-strategy v0.4.5
17342026-08-25T22:38:34.202Z Compiling walkdir v2.5.0
17352026-08-25T22:38:34.239Z Compiling zopfli v0.8.3
17362026-08-25T22:38:34.296Z Compiling hashbrown v0.16.1
17372026-08-25T22:38:34.529Z Compiling jiff v0.2.34
17382026-08-25T22:38:34.618Z Compiling dof v0.3.0
17392026-08-25T22:38:34.633Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17402026-08-25T22:38:34.691Z Compiling snafu v0.8.9
17412026-08-25T22:38:34.912Z Compiling group v0.13.0
17422026-08-25T22:38:34.929Z Compiling hyper-tls v0.6.0
17432026-08-25T22:38:34.944Z Compiling cargo_metadata v0.23.1
17442026-08-25T22:38:34.960Z Compiling strum v0.27.2
17452026-08-25T22:38:35.027Z Compiling hubpack v0.1.2
17462026-08-25T22:38:35.066Z Compiling phf v0.13.1
17472026-08-25T22:38:35.106Z Compiling reqwest v0.12.28
17482026-08-25T22:38:35.106Z Compiling cookie_store v0.22.1
17492026-08-25T22:38:35.183Z Compiling futures v0.3.32
17502026-08-25T22:38:35.243Z Compiling signal-hook-mio v0.2.5
17512026-08-25T22:38:35.285Z Compiling zstd v0.13.3
17522026-08-25T22:38:35.311Z Compiling cipher v0.5.2
17532026-08-25T22:38:35.346Z Compiling postgres-types v0.2.12
17542026-08-25T22:38:35.375Z Compiling backtrace-ext v0.2.1
17552026-08-25T22:38:35.554Z Compiling serde_with_macros v3.21.0
17562026-08-25T22:38:35.660Z Compiling globset v0.4.18
17572026-08-25T22:38:35.679Z Compiling usdt-macro v0.6.0
17582026-08-25T22:38:35.736Z Compiling usdt-attr-macro v0.6.0
17592026-08-25T22:38:35.791Z Compiling byte-wrapper v0.1.0
17602026-08-25T22:38:35.914Z Compiling ed25519 v2.2.3
17612026-08-25T22:38:36.053Z Compiling hkdf v0.12.4
17622026-08-25T22:38:36.147Z Compiling dtrace-parser v0.2.0
17632026-08-25T22:38:36.239Z Compiling crypto-bigint v0.5.5
17642026-08-25T22:38:36.297Z Compiling serde-big-array v0.5.1
17652026-08-25T22:38:36.339Z Compiling olpc-cjson v0.1.4
17662026-08-25T22:38:36.353Z Compiling serde_plain v1.0.2
17672026-08-25T22:38:36.454Z Compiling phf_shared v0.11.3
17682026-08-25T22:38:36.473Z Compiling strum_macros v0.26.4
17692026-08-25T22:38:36.516Z Compiling async-recursion v1.1.1
17702026-08-25T22:38:36.566Z Compiling serde_repr v0.1.20
17712026-08-25T22:38:36.589Z Compiling miette-derive v7.6.0
17722026-08-25T22:38:36.658Z Compiling enum-as-inner v0.6.1
17732026-08-25T22:38:36.727Z Compiling float-cmp v0.10.0
17742026-08-25T22:38:36.773Z Compiling pem v3.0.6
17752026-08-25T22:38:36.848Z Compiling thread-id v4.2.2
17762026-08-25T22:38:36.926Z Compiling memmap2 v0.9.10
17772026-08-25T22:38:36.940Z Compiling predicates-core v1.0.10
17782026-08-25T22:38:36.955Z Compiling cpufeatures v0.3.0
17792026-08-25T22:38:37.048Z Compiling data-encoding v2.10.0
17802026-08-25T22:38:37.146Z Compiling supports-hyperlinks v3.2.0
17812026-08-25T22:38:37.161Z Compiling winnow v1.0.3
17822026-08-25T22:38:37.174Z Compiling static_assertions v1.1.0
17832026-08-25T22:38:37.180Z Compiling normalize-line-endings v0.3.0
17842026-08-25T22:38:37.247Z Compiling keccak v0.1.6
17852026-08-25T22:38:37.273Z Compiling difflib v0.4.0
17862026-08-25T22:38:37.277Z Compiling supports-unicode v3.0.0
17872026-08-25T22:38:37.289Z Compiling typed-path v0.9.3
17882026-08-25T22:38:37.304Z Compiling precomputed-hash v0.1.1
17892026-08-25T22:38:37.319Z Compiling fixedbitset v0.5.7
17902026-08-25T22:38:37.400Z Compiling new_debug_unreachable v1.0.6
17912026-08-25T22:38:37.444Z Compiling const-oid v0.10.2
17922026-08-25T22:38:37.459Z Compiling fixedbitset v0.4.2
17932026-08-25T22:38:37.486Z Compiling whoami v2.1.0
17942026-08-25T22:38:37.653Z Compiling petgraph v0.6.5
17952026-08-25T22:38:37.666Z Compiling digest v0.11.3
17962026-08-25T22:38:37.688Z Compiling petgraph v0.8.3
17972026-08-25T22:38:37.796Z Compiling tokio-postgres v0.7.16
17982026-08-25T22:38:37.835Z Compiling miette v7.6.0
17992026-08-25T22:38:37.848Z Compiling predicates v3.1.4
18002026-08-25T22:38:37.876Z Compiling string_cache v0.8.9
18012026-08-25T22:38:37.909Z Compiling sha3 v0.10.8
18022026-08-25T22:38:38.007Z Compiling hickory-proto v0.25.2
18032026-08-25T22:38:38.119Z Compiling toml_parser v1.1.2+spec-1.1.0
18042026-08-25T22:38:38.135Z Compiling elliptic-curve v0.13.8
18052026-08-25T22:38:38.276Z Compiling toml_edit v0.22.27
18062026-08-25T22:38:38.328Z Compiling strum v0.26.3
18072026-08-25T22:38:38.390Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18082026-08-25T22:38:38.466Z Compiling usdt v0.6.0
18092026-08-25T22:38:38.483Z Compiling chacha20 v0.10.0
18102026-08-25T22:38:38.510Z Compiling usdt-impl v0.5.0
18112026-08-25T22:38:38.536Z Compiling serde_with v3.21.0
18122026-08-25T22:38:38.576Z Compiling zip v4.6.1
18132026-08-25T22:38:38.750Z Compiling crossterm v0.28.1
18142026-08-25T22:38:38.776Z Compiling ed25519-dalek v2.2.0
18152026-08-25T22:38:38.878Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18162026-08-25T22:38:39.207Z Compiling iddqd v0.4.2
18172026-08-25T22:38:39.328Z Compiling itertools v0.13.0
18182026-08-25T22:38:39.342Z Compiling itertools v0.15.0
18192026-08-25T22:38:39.531Z Compiling similar v2.7.0
18202026-08-25T22:38:39.546Z Compiling heck v0.4.1
18212026-08-25T22:38:39.645Z Compiling crossbeam-epoch v0.9.18
18222026-08-25T22:38:39.785Z Compiling oxide-generation v0.1.3
18232026-08-25T22:38:39.980Z Compiling tokio-stream v0.1.18
18242026-08-25T22:38:40.056Z Compiling buf-list v1.1.2
18252026-08-25T22:38:40.072Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18262026-08-25T22:38:40.100Z Compiling openapiv3 v2.2.0
18272026-08-25T22:38:40.327Z Compiling lalrpop-util v0.19.12
18282026-08-25T22:38:40.351Z Compiling peg-runtime v0.8.5
18292026-08-25T22:38:40.382Z Compiling thread_local v1.1.9
18302026-08-25T22:38:40.397Z Compiling slog-async v2.8.0
18312026-08-25T22:38:40.411Z Compiling crossbeam-channel v0.5.15
18322026-08-25T22:38:40.446Z Compiling filetime v0.2.27
18332026-08-25T22:38:40.487Z Compiling is-terminal v0.4.17
18342026-08-25T22:38:40.540Z Compiling take_mut v0.2.2
18352026-08-25T22:38:40.582Z Compiling xattr v1.6.1
18362026-08-25T22:38:40.601Z Compiling term v1.2.1
18372026-08-25T22:38:40.639Z Compiling camino-tempfile v1.4.1
18382026-08-25T22:38:40.705Z Compiling tar v0.4.46
18392026-08-25T22:38:40.874Z Compiling slog-term v2.9.2
18402026-08-25T22:38:58.050Z Compiling rustls-webpki v0.103.13
18412026-08-25T22:39:00.712Z Compiling tokio-rustls v0.26.4
18422026-08-25T22:39:00.712Z Compiling rustls-platform-verifier v0.6.2
18432026-08-25T22:39:00.716Z Compiling tough v0.22.0
18442026-08-25T22:39:00.927Z Compiling hyper-rustls v0.27.7
18452026-08-25T22:39:01.115Z Compiling reqwest v0.13.2
18462026-08-25T22:39:03.254Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18472026-08-25T22:39:03.483Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18482026-08-25T22:39:06.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.21s
18492026-08-25T22:39:06.507Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18502026-08-25T22:39:06.536ZAug 25 22:39:05.721 INFO Starting download, target: Console
18512026-08-25T22:39:06.536ZAug 25 22:39:05.722 INFO Starting download, target: DendriteStub
18522026-08-25T22:39:06.536ZAug 25 22:39:05.722 INFO Starting download, target: Cockroach
18532026-08-25T22:39:06.536ZAug 25 22:39:05.722 INFO Starting download, target: MaghemiteMgd
18542026-08-25T22:39:06.552ZAug 25 22:39:05.722 INFO Starting download, target: MaghemiteDdmd
18552026-08-25T22:39:06.553ZAug 25 22:39:05.722 INFO Starting download, target: TransceiverControl
18562026-08-25T22:39:06.553ZAug 25 22:39:05.722 INFO Starting download, target: Clickhouse
18572026-08-25T22:39:06.553ZAug 25 22:39:05.722 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18582026-08-25T22:39:06.553ZAug 25 22:39:05.722 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18592026-08-25T22:39:06.553ZAug 25 22:39:05.722 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18602026-08-25T22:39:06.553ZAug 25 22:39:05.722 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18612026-08-25T22:39:06.553ZAug 25 22:39:05.723 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18622026-08-25T22:39:06.553ZAug 25 22:39:05.723 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18632026-08-25T22:39:06.554ZAug 25 22:39:05.723 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18642026-08-25T22:39:07.486ZAug 25 22:39:06.647 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18652026-08-25T22:39:07.706ZAug 25 22:39:06.875 INFO Download complete, target: TransceiverControl
18662026-08-25T22:39:08.309ZAug 25 22:39:07.500 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18672026-08-25T22:39:08.322ZAug 25 22:39:07.516 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18682026-08-25T22:39:08.582ZAug 25 22:39:07.767 INFO Download complete, target: Console
18692026-08-25T22:39:09.286ZAug 25 22:39:08.481 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18702026-08-25T22:39:09.426ZAug 25 22:39:08.614 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18712026-08-25T22:39:09.600ZAug 25 22:39:08.797 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18722026-08-25T22:39:10.165ZAug 25 22:39:09.363 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18732026-08-25T22:39:10.165ZAug 25 22:39:09.363 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18742026-08-25T22:39:11.408ZAug 25 22:39:10.604 INFO Download complete, target: MaghemiteDdmd
18752026-08-25T22:39:11.870ZAug 25 22:39:11.067 INFO Download complete, target: DendriteStub
18762026-08-25T22:39:12.183ZAug 25 22:39:11.382 INFO Download complete, target: MaghemiteMgd
18772026-08-25T22:39:14.830ZAug 25 22:39:14.015 INFO Checking that binary works, target: Cockroach
18782026-08-25T22:39:14.941ZAug 25 22:39:14.132 INFO Download complete, target: Cockroach
18792026-08-25T22:39:15.138ZAug 25 22:39:14.336 INFO Checking that binary works, target: Clickhouse
18802026-08-25T22:39:15.224ZAug 25 22:39:14.422 INFO Download complete, target: Clickhouse
18812026-08-25T22:39:15.229ZAll prerequisites installed successfully
18822026-08-25T22:39:15.233Z
18832026-08-25T22:39:15.234Zreal 1:32.211768139
18842026-08-25T22:39:15.234Zuser 7:14.950936847
18852026-08-25T22:39:15.234Zsys 1:40.988436138
18862026-08-25T22:39:15.234Ztrap 0.257414076
18872026-08-25T22:39:15.234Ztflt 0.912829648
18882026-08-25T22:39:15.234Zdflt 1.600616026
18892026-08-25T22:39:15.234Zkflt 0.021797033
18902026-08-25T22:39:15.234Zlock 26:44.840602007
18912026-08-25T22:39:15.234Zslp 19:40.359552014
18922026-08-25T22:39:15.234Zlat 22.509695863
18932026-08-25T22:39:15.234Zstop 2:49.898375897
18942026-08-25T22:39:15.234Z+ source ./tools/include/force-git-over-https.sh
18952026-08-25T22:39:15.234Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18962026-08-25T22:39:15.234Z++ (( i = 0 ))
18972026-08-25T22:39:15.234Z++ (( i < 5 ))
18982026-08-25T22:39:15.235Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18992026-08-25T22:39:15.238Z++ (( i++ ))
19002026-08-25T22:39:15.239Z++ (( i < 5 ))
19012026-08-25T22:39:15.239Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19022026-08-25T22:39:15.239Z++ (( i++ ))
19032026-08-25T22:39:15.239Z++ (( i < 5 ))
19042026-08-25T22:39:15.239Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19052026-08-25T22:39:15.243Z++ (( i++ ))
19062026-08-25T22:39:15.243Z++ (( i < 5 ))
19072026-08-25T22:39:15.243Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19082026-08-25T22:39:15.243Z++ (( i++ ))
19092026-08-25T22:39:15.243Z++ (( i < 5 ))
19102026-08-25T22:39:15.243Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19112026-08-25T22:39:15.247Z++ (( i++ ))
19122026-08-25T22:39:15.247Z++ (( i < 5 ))
19132026-08-25T22:39:15.247Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19142026-08-25T22:39:15.247Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19152026-08-25T22:39:15.247Z+ rc=0
19162026-08-25T22:39:15.247Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19172026-08-25T22:39:24.153Z+ case $rc in
19182026-08-25T22:39:24.153Z+ pfexec zfs create -p rpool/images/build/host
19192026-08-25T22:39:24.357Z+ pfexec zfs create -p rpool/images/build/recovery
19202026-08-25T22:39:24.424Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19212026-08-25T22:39:24.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19222026-08-25T22:39:24.893Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19232026-08-25T22:39:25.737Z Compiling proc-macro2 v1.0.106
19242026-08-25T22:39:25.738Z Compiling quote v1.0.45
19252026-08-25T22:39:25.745Z Compiling unicode-ident v1.0.24
19262026-08-25T22:39:25.746Z Compiling serde_core v1.0.228
19272026-08-25T22:39:25.746Z Compiling libc v0.2.185
19282026-08-25T22:39:25.746Z Compiling serde v1.0.228
19292026-08-25T22:39:25.746Z Compiling cfg-if v1.0.4
19302026-08-25T22:39:25.746Z Compiling autocfg v1.5.0
19312026-08-25T22:39:25.746Z Compiling find-msvc-tools v0.1.9
19322026-08-25T22:39:25.882Z Compiling shlex v1.3.0
19332026-08-25T22:39:25.892Z Compiling version_check v0.9.5
19342026-08-25T22:39:25.892Z Compiling zerocopy v0.8.55
19352026-08-25T22:39:25.893Z Compiling portable-atomic v1.13.1
19362026-08-25T22:39:25.893Z Compiling memchr v2.8.0
19372026-08-25T22:39:25.893Z Compiling zmij v1.0.21
19382026-08-25T22:39:26.079Z Compiling serde_json v1.0.151
19392026-08-25T22:39:26.088Z Compiling libm v0.2.16
19402026-08-25T22:39:26.110Z Compiling getrandom v0.4.3
19412026-08-25T22:39:26.186Z Compiling icu_properties_data v2.1.2
19422026-08-25T22:39:26.300Z Compiling num-traits v0.2.19
19432026-08-25T22:39:26.330Z Compiling generic-array v0.14.7
19442026-08-25T22:39:26.335Z Compiling parking_lot_core v0.9.12
19452026-08-25T22:39:26.359Z Compiling icu_normalizer_data v2.1.1
19462026-08-25T22:39:26.364Z Compiling pkg-config v0.3.32
19472026-08-25T22:39:26.408Z Compiling smallvec v1.15.1
19482026-08-25T22:39:26.414Z Compiling rustix v1.1.4
19492026-08-25T22:39:26.423Z Compiling log v0.4.33
19502026-08-25T22:39:26.471Z Compiling itoa v1.0.17
19512026-08-25T22:39:26.533Z Compiling getrandom v0.3.4
19522026-08-25T22:39:26.605Z Compiling subtle v2.6.1
19532026-08-25T22:39:26.687Z Compiling stable_deref_trait v1.2.1
19542026-08-25T22:39:26.731Z Compiling scopeguard v1.2.0
19552026-08-25T22:39:26.797Z Compiling jobserver v0.1.34
19562026-08-25T22:39:26.797Z Compiling errno v0.3.14
19572026-08-25T22:39:26.822Z Compiling typenum v1.20.1
19582026-08-25T22:39:26.827Z Compiling critical-section v1.2.0
19592026-08-25T22:39:26.870Z Compiling lock_api v0.4.14
19602026-08-25T22:39:26.876Z Compiling heck v0.5.0
19612026-08-25T22:39:26.957Z Compiling rand_core v0.10.0
19622026-08-25T22:39:27.024Z Compiling cc v1.2.56
19632026-08-25T22:39:27.053Z Compiling thiserror v2.0.18
19642026-08-25T22:39:27.120Z Compiling syn v2.0.117
19652026-08-25T22:39:27.211Z Compiling getrandom v0.2.17
19662026-08-25T22:39:27.252Z Compiling litemap v0.8.1
19672026-08-25T22:39:27.331Z Compiling once_cell v1.21.3
19682026-08-25T22:39:27.343Z Compiling percent-encoding v2.3.2
19692026-08-25T22:39:27.343Z Compiling writeable v0.6.2
19702026-08-25T22:39:27.381Z Compiling fs_extra v1.3.0
19712026-08-25T22:39:27.426Z Compiling dunce v1.0.5
19722026-08-25T22:39:27.460Z Compiling rand_core v0.6.4
19732026-08-25T22:39:27.521Z Compiling schemars v0.8.22
19742026-08-25T22:39:27.647Z Compiling const-oid v0.9.6
19752026-08-25T22:39:27.726Z Compiling pin-project-lite v0.2.17
19762026-08-25T22:39:27.763Z Compiling rustversion v1.0.22
19772026-08-25T22:39:27.775Z Compiling cmake v0.1.57
19782026-08-25T22:39:27.803Z Compiling equivalent v1.0.2
19792026-08-25T22:39:27.869Z Compiling signal-hook-registry v1.4.8
19802026-08-25T22:39:28.075Z Compiling bitflags v2.11.0
19812026-08-25T22:39:28.108Z Compiling semver v1.0.28
19822026-08-25T22:39:28.328Z Compiling aws-lc-sys v0.40.0
19832026-08-25T22:39:28.358Z Compiling utf8_iter v1.0.4
19842026-08-25T22:39:28.380Z Compiling futures-core v0.3.32
19852026-08-25T22:39:28.448Z Compiling aws-lc-rs v1.16.3
19862026-08-25T22:39:28.510Z Compiling parking_lot v0.12.5
19872026-08-25T22:39:28.530Z Compiling form_urlencoded v1.2.2
19882026-08-25T22:39:28.555Z Compiling mio v1.2.0
19892026-08-25T22:39:28.810Z Compiling crc32fast v1.5.0
19902026-08-25T22:39:28.838Z Compiling fnv v1.0.7
19912026-08-25T22:39:28.987Z Compiling vcpkg v0.2.15
19922026-08-25T22:39:28.999Z Compiling hashbrown v0.17.0
19932026-08-25T22:39:29.070Z Compiling syn v1.0.109
19942026-08-25T22:39:29.095Z Compiling byteorder v1.5.0
19952026-08-25T22:39:29.136Z Compiling strsim v0.11.1
19962026-08-25T22:39:29.169Z Compiling socket2 v0.6.3
19972026-08-25T22:39:29.352Z Compiling radium v0.7.0
19982026-08-25T22:39:29.368Z Compiling iana-time-zone v0.1.65
19992026-08-25T22:39:29.412Z Compiling futures-sink v0.3.32
20002026-08-25T22:39:29.417Z Compiling httparse v1.10.1
20012026-08-25T22:39:29.517Z Compiling futures-channel v0.3.32
20022026-08-25T22:39:29.548Z Compiling thiserror v1.0.69
20032026-08-25T22:39:29.567Z Compiling futures-task v0.3.32
20042026-08-25T22:39:29.607Z Compiling openssl-sys v0.9.117
20052026-08-25T22:39:29.682Z Compiling indexmap v2.14.0
20062026-08-25T22:39:29.703Z Compiling slab v0.4.12
20072026-08-25T22:39:29.723Z Compiling futures-io v0.3.32
20082026-08-25T22:39:29.788Z Compiling rustls v0.23.41
20092026-08-25T22:39:29.847Z Compiling base64 v0.22.1
20102026-08-25T22:39:29.933Z Compiling maybe-uninit v2.0.0
20112026-08-25T22:39:29.950Z Compiling synstructure v0.13.2
20122026-08-25T22:39:29.966Z Compiling serde_derive_internals v0.29.1
20132026-08-25T22:39:30.018Z Compiling rustc_version v0.4.1
20142026-08-25T22:39:30.086Z Compiling uuid v1.23.4
20152026-08-25T22:39:30.233Z Compiling regex-syntax v0.8.10
20162026-08-25T22:39:30.251Z Compiling rand_core v0.9.5
20172026-08-25T22:39:30.326Z Compiling bzip2-sys v0.1.13+1.0.8
20182026-08-25T22:39:30.413Z Compiling ahash v0.8.12
20192026-08-25T22:39:30.417Z Compiling ucd-trie v0.1.7
20202026-08-25T22:39:30.446Z Compiling ident_case v1.0.1
20212026-08-25T22:39:30.475Z Compiling base64ct v1.8.3
20222026-08-25T22:39:30.542Z Compiling dyn-clone v1.0.20
20232026-08-25T22:39:30.571Z Compiling fastrand v2.3.0
20242026-08-25T22:39:30.614Z Compiling num-bigint-dig v0.8.6
20252026-08-25T22:39:30.651Z Compiling packed_struct v0.10.1
20262026-08-25T22:39:30.686Z Compiling pest v2.8.6
20272026-08-25T22:39:30.739Z Compiling openssl v0.10.80
20282026-08-25T22:39:30.765Z Compiling pem-rfc7468 v0.7.0
20292026-08-25T22:39:30.786Z Compiling flagset v0.4.7
20302026-08-25T22:39:30.829Z Compiling tempfile v3.27.0
20312026-08-25T22:39:30.829Z Compiling paste v1.0.15
20322026-08-25T22:39:30.951Z Compiling syn v3.0.3
20332026-08-25T22:39:30.954Z Compiling indexmap v1.9.3
20342026-08-25T22:39:31.215Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20352026-08-25T22:39:31.238Z Compiling serde_derive v1.0.228
20362026-08-25T22:39:31.267Z Compiling zeroize_derive v1.5.0
20372026-08-25T22:39:31.278Z Compiling zerofrom-derive v0.1.6
20382026-08-25T22:39:31.315Z Compiling zerocopy-derive v0.8.55
20392026-08-25T22:39:31.331Z Compiling yoke-derive v0.8.1
20402026-08-25T22:39:31.485Z Compiling zerovec-derive v0.11.2
20412026-08-25T22:39:31.576Z Compiling displaydoc v0.2.5
20422026-08-25T22:39:31.605Z Compiling tokio-macros v2.7.0
20432026-08-25T22:39:31.644Z Compiling futures-macro v0.3.32
20442026-08-25T22:39:31.703Z Compiling thiserror-impl v2.0.18
20452026-08-25T22:39:31.894Z Compiling der_derive v0.7.3
20462026-08-25T22:39:31.998Z Compiling schemars_derive v0.8.22
20472026-08-25T22:39:32.294Z Compiling tracing-attributes v0.1.31
20482026-08-25T22:39:32.328Z Compiling thiserror-impl v1.0.69
20492026-08-25T22:39:32.344Z Compiling clap_derive v4.6.1
20502026-08-25T22:39:32.415Z Compiling zerofrom v0.1.6
20512026-08-25T22:39:32.558Z Compiling yoke v0.8.1
20522026-08-25T22:39:32.566Z Compiling futures-util v0.3.32
20532026-08-25T22:39:32.785Z Compiling zerovec v0.11.5
20542026-08-25T22:39:32.842Z Compiling zerotrie v0.2.3
20552026-08-25T22:39:33.169Z Compiling packed_struct_codegen v0.10.1
20562026-08-25T22:39:33.519Z Compiling pest_meta v2.8.6
20572026-08-25T22:39:33.555Z Compiling tinystr v0.8.2
20582026-08-25T22:39:33.555Z Compiling potential_utf v0.1.4
20592026-08-25T22:39:33.555Z Compiling bitfield-macros v0.19.4
20602026-08-25T22:39:33.649Z Compiling icu_locale_core v2.1.1
20612026-08-25T22:39:33.676Z Compiling icu_collections v2.1.1
20622026-08-25T22:39:34.128Z Compiling zerocopy-derive v0.6.6
20632026-08-25T22:39:34.140Z Compiling daft-derive v0.1.8
20642026-08-25T22:39:34.166Z Compiling pest_generator v2.8.6
20652026-08-25T22:39:34.336Z Compiling icu_provider v2.1.1
20662026-08-25T22:39:34.525Z Compiling zeroize v1.9.0
20672026-08-25T22:39:34.565Z Compiling bytes v1.11.1
20682026-08-25T22:39:34.787Z Compiling icu_normalizer v2.1.1
20692026-08-25T22:39:34.804Z Compiling icu_properties v2.1.2
20702026-08-25T22:39:34.951Z Compiling chrono v0.4.45
20712026-08-25T22:39:35.226Z Compiling tokio v1.52.1
20722026-08-25T22:39:35.278Z Compiling block-buffer v0.10.4
20732026-08-25T22:39:35.335Z Compiling crypto-common v0.1.7
20742026-08-25T22:39:35.457Z Compiling digest v0.10.7
20752026-08-25T22:39:35.488Z Compiling der v0.7.10
20762026-08-25T22:39:35.501Z Compiling hex v0.4.3
20772026-08-25T22:39:35.731Z Compiling idna_adapter v1.2.1
20782026-08-25T22:39:35.812Z Compiling ppv-lite86 v0.2.21
20792026-08-25T22:39:35.889Z Compiling idna v1.1.0
20802026-08-25T22:39:35.988Z Compiling openssl-macros v0.1.1
20812026-08-25T22:39:36.019Z Compiling cpufeatures v0.2.17
20822026-08-25T22:39:36.067Z Compiling simd-adler32 v0.3.8
20832026-08-25T22:39:36.112Z Compiling native-tls v0.2.18
20842026-08-25T22:39:36.281Z Compiling url v2.5.8
20852026-08-25T22:39:36.323Z Compiling rand_chacha v0.9.0
20862026-08-25T22:39:36.354Z Compiling pest_derive v2.8.6
20872026-08-25T22:39:36.433Z Compiling scroll_derive v0.13.1
20882026-08-25T22:39:36.528Z Compiling spki v0.7.3
20892026-08-25T22:39:36.656Z Compiling rand v0.9.2
20902026-08-25T22:39:36.821Z Compiling utf8parse v0.2.2
20912026-08-25T22:39:36.834Z Compiling adler2 v2.0.1
20922026-08-25T22:39:36.946Z Compiling camino v1.2.5
20932026-08-25T22:39:37.008Z Compiling anstyle v1.0.14
20942026-08-25T22:39:37.020Z Compiling crossbeam-utils v0.8.21
20952026-08-25T22:39:37.138Z Compiling miniz_oxide v0.8.9
20962026-08-25T22:39:37.200Z Compiling anstyle-parse v1.0.0
20972026-08-25T22:39:37.254Z Compiling pkcs8 v0.10.2
20982026-08-25T22:39:37.312Z Compiling sha2 v0.10.9
20992026-08-25T22:39:37.376Z Compiling http v1.4.2
21002026-08-25T22:39:37.435Z Compiling rustls-pki-types v1.14.0
21012026-08-25T22:39:37.452Z Compiling terminal_size v0.4.3
21022026-08-25T22:39:37.730Z Compiling slog v2.8.2
21032026-08-25T22:39:37.937Z Compiling spin v0.9.8
21042026-08-25T22:39:37.957Z Compiling time-core v0.1.8
21052026-08-25T22:39:38.127Z Compiling colorchoice v1.0.4
21062026-08-25T22:39:38.159Z Compiling is_terminal_polyfill v1.70.2
21072026-08-25T22:39:38.185Z Compiling tinyvec_macros v0.1.1
21082026-08-25T22:39:38.241Z Compiling num-conv v0.2.0
21092026-08-25T22:39:38.260Z Compiling anstyle-query v1.1.5
21102026-08-25T22:39:38.271Z Compiling tinyvec v1.10.0
21112026-08-25T22:39:38.319Z Compiling structmeta-derive v0.3.0
21122026-08-25T22:39:38.353Z Compiling anstream v1.0.0
21132026-08-25T22:39:38.384Z Compiling async-trait v0.1.89
21142026-08-25T22:39:38.395Z Compiling time-macros v0.2.27
21152026-08-25T22:39:38.521Z Compiling tracing-core v0.1.36
21162026-08-25T22:39:38.608Z Compiling wait-timeout v0.2.1
21172026-08-25T22:39:38.669Z Compiling cmov v0.5.4
21182026-08-25T22:39:38.760Z Compiling bit-vec v0.8.0
21192026-08-25T22:39:38.881Z Compiling object v0.37.3
21202026-08-25T22:39:38.929Z Compiling quick-error v1.2.3
21212026-08-25T22:39:38.987Z Compiling untrusted v0.7.1
21222026-08-25T22:39:39.024Z Compiling plain v0.2.3
21232026-08-25T22:39:39.066Z Compiling rusty-fork v0.3.1
21242026-08-25T22:39:39.096Z Compiling bit-set v0.8.0
21252026-08-25T22:39:39.142Z Compiling tracing v0.1.44
21262026-08-25T22:39:39.159Z Compiling ctutils v0.4.2
21272026-08-25T22:39:39.248Z Compiling tokio-util v0.7.18
21282026-08-25T22:39:39.306Z Compiling structmeta v0.3.0
21292026-08-25T22:39:39.321Z Compiling http-body v1.0.1
21302026-08-25T22:39:39.480Z Compiling serde_spanned v0.6.9
21312026-08-25T22:39:39.547Z Compiling toml_datetime v0.6.11
21322026-08-25T22:39:39.551Z Compiling pin-project-internal v1.1.11
21332026-08-25T22:39:39.587Z Compiling rand_xorshift v0.4.0
21342026-08-25T22:39:39.717Z Compiling cookie v0.18.1
21352026-08-25T22:39:39.870Z Compiling untrusted v0.9.0
21362026-08-25T22:39:39.897Z Compiling clap_lex v1.0.0
21372026-08-25T22:39:39.938Z Compiling openssl-probe v0.2.1
21382026-08-25T22:39:39.972Z Compiling unarray v0.1.4
21392026-08-25T22:39:40.031Z Compiling tap v1.0.1
21402026-08-25T22:39:40.136Z Compiling zstd-safe v7.2.4
21412026-08-25T22:39:40.303Z Compiling wyz v0.5.1
21422026-08-25T22:39:40.318Z Compiling proptest v1.11.0
21432026-08-25T22:39:40.463Z Compiling clap_builder v4.6.0
21442026-08-25T22:39:40.576Z Compiling derive-ex v0.1.8
21452026-08-25T22:39:40.616Z Compiling hybrid-array v0.4.13
21462026-08-25T22:39:40.658Z Compiling unicode-normalization v0.1.25
21472026-08-25T22:39:40.680Z Compiling ipnetwork v0.21.1
21482026-08-25T22:39:40.747Z Compiling rand_chacha v0.3.1
21492026-08-25T22:39:40.764Z Compiling signature v2.2.0
21502026-08-25T22:39:40.809Z Compiling scroll_derive v0.12.1
21512026-08-25T22:39:40.999Z Compiling heapless v0.7.17
21522026-08-25T22:39:41.152Z Compiling num-integer v0.1.46
21532026-08-25T22:39:41.177Z Compiling aho-corasick v1.1.4
21542026-08-25T22:39:41.258Z Compiling anyhow v1.0.104
21552026-08-25T22:39:41.273Z Compiling tower-service v0.3.3
21562026-08-25T22:39:41.384Z Compiling atomic-waker v1.1.2
21572026-08-25T22:39:41.404Z Compiling signal-hook v0.3.18
21582026-08-25T22:39:41.452Z Compiling tower-layer v0.3.3
21592026-08-25T22:39:41.480Z Compiling usdt-impl v0.6.0
21602026-08-25T22:39:41.607Z Compiling rustix v0.38.44
21612026-08-25T22:39:41.623Z Compiling funty v2.0.0
21622026-08-25T22:39:41.638Z Compiling zlib-rs v0.6.2
21632026-08-25T22:39:41.658Z Compiling try-lock v0.2.5
21642026-08-25T22:39:41.692Z Compiling pretty-hex v0.4.1
21652026-08-25T22:39:41.922Z Compiling h2 v0.4.15
21662026-08-25T22:39:41.953Z Compiling want v0.3.1
21672026-08-25T22:39:41.969Z Compiling bitvec v1.0.1
21682026-08-25T22:39:42.068Z Compiling regex-automata v0.4.14
21692026-08-25T22:39:42.087Z Compiling test-strategy v0.4.5
21702026-08-25T22:39:42.386Z Compiling clap v4.6.1
21712026-08-25T22:39:42.495Z Compiling num-iter v0.1.45
21722026-08-25T22:39:42.801Z Compiling newtype-uuid v1.3.2
21732026-08-25T22:39:43.004Z Compiling rand v0.8.6
21742026-08-25T22:39:43.190Z Compiling oxnet v0.1.6
21752026-08-25T22:39:43.759Z Compiling lazy_static v1.5.0
21762026-08-25T22:39:43.803Z Compiling flate2 v1.1.9
21772026-08-25T22:39:43.807Z Compiling scroll v0.13.0
21782026-08-25T22:39:43.873Z Compiling ipnet v2.12.0
21792026-08-25T22:39:44.184Z Compiling snafu-derive v0.8.9
21802026-08-25T22:39:44.320Z Compiling strum_macros v0.26.4
21812026-08-25T22:39:44.774Z Compiling darling_core v0.23.0
21822026-08-25T22:39:45.472Z Compiling darling_core v0.20.11
21832026-08-25T22:39:45.873Z Compiling crc-catalog v2.4.0
21842026-08-25T22:39:45.893Z Compiling httpdate v1.0.3
21852026-08-25T22:39:46.152Z Compiling foreign-types-shared v0.1.1
21862026-08-25T22:39:46.152Z Compiling winnow v0.5.40
21872026-08-25T22:39:46.186Z Compiling nodrop v0.1.14
21882026-08-25T22:39:46.301Z Compiling array-init v0.0.4
21892026-08-25T22:39:46.305Z Compiling foreign-types v0.3.2
21902026-08-25T22:39:46.372Z Compiling hyper v1.10.1
21912026-08-25T22:39:46.679Z Compiling crc v3.4.0
21922026-08-25T22:39:46.950Z Compiling darling_macro v0.23.0
21932026-08-25T22:39:47.096Z Compiling goblin v0.10.5
21942026-08-25T22:39:47.457Z Compiling darling_macro v0.20.11
21952026-08-25T22:39:47.480Z Compiling daft v0.1.8
21962026-08-25T22:39:47.533Z Compiling smallvec v0.6.14
21972026-08-25T22:39:47.753Z Compiling toml_edit v0.19.15
21982026-08-25T22:39:47.890Z Compiling pkcs1 v0.7.5
21992026-08-25T22:39:48.146Z Compiling zerocopy v0.6.6
22002026-08-25T22:39:48.285Z Compiling bitfield v0.19.4
22012026-08-25T22:39:48.482Z Compiling zerocopy-derive v0.7.35
22022026-08-25T22:39:48.535Z Compiling curve25519-dalek v4.1.3
22032026-08-25T22:39:48.597Z Compiling env_filter v2.0.0
22042026-08-25T22:39:48.613Z Compiling memoffset v0.9.1
22052026-08-25T22:39:48.798Z Compiling owo-colors v4.3.0
22062026-08-25T22:39:48.876Z Compiling base64 v0.21.7
22072026-08-25T22:39:48.972Z Compiling litrs v1.0.0
22082026-08-25T22:39:49.013Z Compiling smoltcp v0.9.1
22092026-08-25T22:39:49.107Z Compiling ref-cast v1.0.25
22102026-08-25T22:39:49.299Z Compiling hashbrown v0.12.3
22112026-08-25T22:39:49.467Z Compiling toml v0.7.8
22122026-08-25T22:39:49.510Z Compiling ron v0.8.1
22132026-08-25T22:39:49.542Z Compiling document-features v0.2.12
22142026-08-25T22:39:49.940Z Compiling dof v0.4.0
22152026-08-25T22:39:50.464Z Compiling env_logger v0.11.11
22162026-08-25T22:39:50.605Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22172026-08-25T22:39:50.605Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22182026-08-25T22:39:50.825Z Compiling rsa v0.9.10
22192026-08-25T22:39:51.192Z Compiling darling v0.20.11
22202026-08-25T22:39:51.235Z Compiling hyper-util v0.1.20
22212026-08-25T22:39:51.270Z Compiling serde-hex v0.1.0
22222026-08-25T22:39:51.303Z Compiling bzip2 v0.4.4
22232026-08-25T22:39:51.509Z Compiling darling v0.23.0
22242026-08-25T22:39:51.575Z Compiling hashbrown v0.13.2
22252026-08-25T22:39:52.013Z Compiling dtrace-parser v0.3.0
22262026-08-25T22:39:52.049Z Compiling x509-cert v0.2.5
22272026-08-25T22:39:52.063Z Compiling hmac v0.12.1
22282026-08-25T22:39:52.253Z Compiling erased-serde v0.3.31
22292026-08-25T22:39:52.409Z Compiling async-recursion v1.1.1
22302026-08-25T22:39:52.604Z Compiling sync_wrapper v1.0.2
22312026-08-25T22:39:52.834Z Compiling thread-id v5.1.0
22322026-08-25T22:39:52.853Z Compiling cfg_aliases v0.2.1
22332026-08-25T22:39:52.936Z Compiling powerfmt v0.2.0
22342026-08-25T22:39:53.009Z Compiling siphasher v1.0.2
22352026-08-25T22:39:53.015Z Compiling crc-any v2.5.0
22362026-08-25T22:39:53.368Z Compiling deranged v0.5.8
22372026-08-25T22:39:53.436Z Compiling nix v0.31.2
22382026-08-25T22:39:53.472Z Compiling tower v0.5.3
22392026-08-25T22:39:54.045Z Compiling object v0.30.4
22402026-08-25T22:39:54.402Z Compiling serde_with_macros v3.21.0
22412026-08-25T22:39:54.756Z Compiling zip v0.6.6
22422026-08-25T22:39:54.814Z Compiling derive_builder_core v0.20.2
22432026-08-25T22:39:54.929Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22442026-08-25T22:39:55.326Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22452026-08-25T22:39:55.452Z Compiling bstr v1.12.1
22462026-08-25T22:39:55.475Z Compiling block-buffer v0.12.1
22472026-08-25T22:39:55.562Z Compiling crypto-common v0.2.2
22482026-08-25T22:39:55.645Z Compiling http-body-util v0.1.3
22492026-08-25T22:39:55.935Z Compiling futures-executor v0.3.32
22502026-08-25T22:39:55.995Z Compiling serde_tokenstream v0.2.3
22512026-08-25T22:39:56.295Z Compiling hubpack_derive v0.1.1
22522026-08-25T22:39:56.326Z Compiling ref-cast-impl v1.0.25
22532026-08-25T22:39:56.413Z Compiling curve25519-dalek-derive v0.1.1
22542026-08-25T22:39:56.579Z Compiling strum_macros v0.27.2
22552026-08-25T22:39:56.760Z Compiling fs-err v3.3.0
22562026-08-25T22:39:56.808Z Compiling usdt-impl v0.5.0
22572026-08-25T22:39:56.867Z Compiling iri-string v0.7.10
22582026-08-25T22:39:57.036Z Compiling path-slash v0.1.5
22592026-08-25T22:39:57.206Z Compiling unicode-properties v0.1.4
22602026-08-25T22:39:57.268Z Compiling num_threads v0.1.7
22612026-08-25T22:39:57.359Z Compiling allocator-api2 v0.2.21
22622026-08-25T22:39:57.383Z Compiling ryu v1.0.23
22632026-08-25T22:39:57.398Z Compiling gimli v0.32.3
22642026-08-25T22:39:57.425Z Compiling unicode-bidi v0.3.18
22652026-08-25T22:39:57.554Z Compiling same-file v1.0.6
22662026-08-25T22:39:57.856Z Compiling serde_urlencoded v0.7.1
22672026-08-25T22:39:57.903Z Compiling time v0.3.47
22682026-08-25T22:39:58.004Z Compiling stringprep v0.1.5
22692026-08-25T22:39:58.146Z Compiling walkdir v2.5.0
22702026-08-25T22:39:58.304Z Compiling tower-http v0.6.8
22712026-08-25T22:39:59.148Z Compiling addr2line v0.25.1
22722026-08-25T22:39:59.624Z Compiling futures v0.3.32
22732026-08-25T22:39:59.746Z Compiling derive_builder_macro v0.20.2
22742026-08-25T22:40:00.368Z Compiling tokio-native-tls v0.3.1
22752026-08-25T22:40:00.569Z Compiling strum v0.26.3
22762026-08-25T22:40:00.742Z Compiling block-padding v0.4.2
22772026-08-25T22:40:00.795Z Compiling scroll v0.12.0
22782026-08-25T22:40:00.848Z Compiling pin-project v1.1.11
22792026-08-25T22:40:00.864Z Compiling rustls-native-certs v0.8.3
22802026-08-25T22:40:00.967Z Compiling md-5 v0.10.6
22812026-08-25T22:40:01.015Z Compiling hash32 v0.2.1
22822026-08-25T22:40:01.050Z Compiling vergen-lib v9.1.0
22832026-08-25T22:40:01.120Z Compiling encoding_rs v0.8.35
22842026-08-25T22:40:01.136Z Compiling mime v0.3.17
22852026-08-25T22:40:01.172Z Compiling fallible-iterator v0.2.0
22862026-08-25T22:40:01.186Z Compiling jiff-core v0.1.0
22872026-08-25T22:40:01.216Z Compiling cpufeatures v0.3.0
22882026-08-25T22:40:01.250Z Compiling rustc-demangle v0.1.27
22892026-08-25T22:40:01.553Z Compiling psl-types v2.0.11
22902026-08-25T22:40:01.610Z Compiling postgres-protocol v0.6.10
22912026-08-25T22:40:01.663Z Compiling publicsuffix v2.3.0
22922026-08-25T22:40:01.709Z Compiling goblin v0.8.2
22932026-08-25T22:40:02.057Z Compiling jiff v0.2.34
22942026-08-25T22:40:02.111Z Compiling snafu v0.8.9
22952026-08-25T22:40:02.125Z Compiling inout v0.2.2
22962026-08-25T22:40:02.297Z Compiling backtrace v0.3.76
22972026-08-25T22:40:02.423Z Compiling hyper-tls v0.6.0
22982026-08-25T22:40:02.457Z Compiling derive_builder v0.20.2
22992026-08-25T22:40:02.827Z Compiling usdt-macro v0.6.0
23002026-08-25T22:40:02.862Z Compiling usdt-attr-macro v0.6.0
23012026-08-25T22:40:02.882Z Compiling globset v0.4.18
23022026-08-25T22:40:02.899Z Compiling phf_shared v0.13.1
23032026-08-25T22:40:02.952Z Compiling crossbeam-epoch v0.9.18
23042026-08-25T22:40:03.068Z Compiling zerocopy v0.7.35
23052026-08-25T22:40:03.314Z Compiling regex v1.12.3
23062026-08-25T22:40:03.651Z Compiling serde_plain v1.0.2
23072026-08-25T22:40:03.667Z Compiling serde_repr v0.1.20
23082026-08-25T22:40:03.723Z Compiling miette-derive v7.6.0
23092026-08-25T22:40:03.888Z Compiling enum-as-inner v0.6.1
23102026-08-25T22:40:03.904Z Compiling pem v3.0.6
23112026-08-25T22:40:03.933Z Compiling vergen v9.1.0
23122026-08-25T22:40:03.957Z Compiling ff v0.13.1
23132026-08-25T22:40:04.112Z Compiling cargo-platform v0.3.2
23142026-08-25T22:40:04.142Z Compiling filetime v0.2.27
23152026-08-25T22:40:04.156Z Compiling is_ci v1.2.0
23162026-08-25T22:40:04.195Z Compiling typed-path v0.9.3
23172026-08-25T22:40:04.271Z Compiling foldhash v0.1.5
23182026-08-25T22:40:04.303Z Compiling libbz2-rs-sys v0.2.2
23192026-08-25T22:40:04.366Z Compiling base16ct v0.2.0
23202026-08-25T22:40:04.480Z Compiling foldhash v0.2.0
23212026-08-25T22:40:04.549Z Compiling managed v0.8.0
23222026-08-25T22:40:04.749Z Compiling bumpalo v3.20.2
23232026-08-25T22:40:04.794Z Compiling unicode-linebreak v0.1.5
23242026-08-25T22:40:04.864Z Compiling unicode-segmentation v1.12.0
23252026-08-25T22:40:04.879Z Compiling smawk v0.3.2
23262026-08-25T22:40:04.928Z Compiling bitflags v1.3.2
23272026-08-25T22:40:05.011Z Compiling either v1.15.0
23282026-08-25T22:40:05.026Z Compiling const-oid v0.10.2
23292026-08-25T22:40:05.058Z Compiling unicode-width v0.2.0
23302026-08-25T22:40:05.074Z Compiling xattr v1.6.1
23312026-08-25T22:40:05.189Z Compiling digest v0.11.3
23322026-08-25T22:40:05.240Z Compiling tar v0.4.46
23332026-08-25T22:40:05.288Z Compiling zopfli v0.8.3
23342026-08-25T22:40:05.344Z Compiling textwrap v0.16.2
23352026-08-25T22:40:05.475Z Compiling bzip2 v0.6.1
23362026-08-25T22:40:05.612Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23372026-08-25T22:40:05.694Z Compiling hashbrown v0.16.1
23382026-08-25T22:40:05.744Z Compiling sec1 v0.7.3
23392026-08-25T22:40:05.811Z Compiling hashbrown v0.15.5
23402026-08-25T22:40:05.836Z Compiling cargo_metadata v0.23.1
23412026-08-25T22:40:05.853Z Compiling supports-color v3.0.2
23422026-08-25T22:40:06.050Z Compiling group v0.13.0
23432026-08-25T22:40:06.084Z Compiling dof v0.3.0
23442026-08-25T22:40:07.412Z Compiling phf v0.13.1
23452026-08-25T22:40:07.588Z Compiling zstd v0.13.3
23462026-08-25T22:40:07.665Z Compiling backtrace-ext v0.2.1
23472026-08-25T22:40:07.767Z Compiling reqwest v0.12.28
23482026-08-25T22:40:07.838Z Compiling signal-hook-mio v0.2.5
23492026-08-25T22:40:07.849Z Compiling cipher v0.5.2
23502026-08-25T22:40:07.853Z Compiling cookie_store v0.22.1
23512026-08-25T22:40:07.884Z Compiling postgres-types v0.2.12
23522026-08-25T22:40:08.039Z Compiling strum v0.27.2
23532026-08-25T22:40:08.270Z Compiling hubpack v0.1.2
23542026-08-25T22:40:08.321Z Compiling phf_shared v0.11.3
23552026-08-25T22:40:08.390Z Compiling hkdf v0.12.4
23562026-08-25T22:40:08.442Z Compiling dtrace-parser v0.2.0
23572026-08-25T22:40:08.493Z Compiling byte-wrapper v0.1.0
23582026-08-25T22:40:08.520Z Compiling olpc-cjson v0.1.4
23592026-08-25T22:40:08.544Z Compiling ed25519 v2.2.3
23602026-08-25T22:40:08.817Z Compiling crypto-bigint v0.5.5
23612026-08-25T22:40:08.909Z Compiling serde-big-array v0.5.1
23622026-08-25T22:40:09.029Z Compiling float-cmp v0.10.0
23632026-08-25T22:40:09.065Z Compiling memmap2 v0.9.10
23642026-08-25T22:40:09.107Z Compiling thread-id v4.2.2
23652026-08-25T22:40:09.191Z Compiling precomputed-hash v0.1.1
23662026-08-25T22:40:09.205Z Compiling new_debug_unreachable v1.0.6
23672026-08-25T22:40:09.230Z Compiling predicates-core v1.0.10
23682026-08-25T22:40:09.286Z Compiling unicode-width v0.1.14
23692026-08-25T22:40:09.301Z Compiling whoami v2.1.0
23702026-08-25T22:40:09.430Z Compiling difflib v0.4.0
23712026-08-25T22:40:09.590Z Compiling data-encoding v2.10.0
23722026-08-25T22:40:09.623Z Compiling fixedbitset v0.5.7
23732026-08-25T22:40:09.660Z Compiling winnow v1.0.3
23742026-08-25T22:40:09.694Z Compiling toml_write v0.1.2
23752026-08-25T22:40:09.926Z Compiling supports-unicode v3.0.0
23762026-08-25T22:40:09.963Z Compiling supports-hyperlinks v3.2.0
23772026-08-25T22:40:10.086Z Compiling fixedbitset v0.4.2
23782026-08-25T22:40:10.132Z Compiling winnow v0.7.14
23792026-08-25T22:40:10.149Z Compiling keccak v0.1.6
23802026-08-25T22:40:10.360Z Compiling rayon-core v1.13.0
23812026-08-25T22:40:10.388Z Compiling static_assertions v1.1.0
23822026-08-25T22:40:10.478Z Compiling normalize-line-endings v0.3.0
23832026-08-25T22:40:10.589Z Compiling predicates v3.1.4
23842026-08-25T22:40:10.604Z Compiling toml_parser v1.1.2+spec-1.1.0
23852026-08-25T22:40:10.730Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23862026-08-25T22:40:10.990Z Compiling sha3 v0.10.8
23872026-08-25T22:40:11.169Z Compiling chacha20 v0.10.0
23882026-08-25T22:40:11.202Z Compiling petgraph v0.6.5
23892026-08-25T22:40:11.272Z Compiling miette v7.6.0
23902026-08-25T22:40:11.427Z Compiling hickory-proto v0.25.2
23912026-08-25T22:40:11.444Z Compiling petgraph v0.8.3
23922026-08-25T22:40:11.499Z Compiling toml_edit v0.22.27
23932026-08-25T22:40:11.600Z Compiling elliptic-curve v0.13.8
23942026-08-25T22:40:11.954Z Compiling tokio-postgres v0.7.16
23952026-08-25T22:40:12.378Z Compiling string_cache v0.8.9
23962026-08-25T22:40:12.613Z Compiling usdt v0.6.0
23972026-08-25T22:40:13.400Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23982026-08-25T22:40:13.804Z Compiling ed25519-dalek v2.2.0
23992026-08-25T22:40:14.476Z Compiling crossterm v0.28.1
24002026-08-25T22:40:14.693Z Compiling zip v4.6.1
24012026-08-25T22:40:15.190Z Compiling iddqd v0.4.2
24022026-08-25T22:40:15.634Z Compiling oxide-generation v0.1.3
24032026-08-25T22:40:15.650Z Compiling itertools v0.15.0
24042026-08-25T22:40:15.759Z Compiling itertools v0.13.0
24052026-08-25T22:40:15.912Z Compiling heck v0.4.1
24062026-08-25T22:40:15.949Z Compiling similar v2.7.0
24072026-08-25T22:40:16.426Z Compiling serde_with v3.21.0
24082026-08-25T22:40:17.231Z Compiling tokio-stream v0.1.18
24092026-08-25T22:40:17.279Z Compiling buf-list v1.1.2
24102026-08-25T22:40:17.327Z Compiling half v2.7.1
24112026-08-25T22:40:17.343Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24122026-08-25T22:40:17.360Z Compiling openapiv3 v2.2.0
24132026-08-25T22:40:17.751Z Compiling peg-runtime v0.8.5
24142026-08-25T22:40:18.209Z Compiling lalrpop-util v0.19.12
24152026-08-25T22:40:18.234Z Compiling ciborium-io v0.2.2
24162026-08-25T22:40:18.320Z Compiling ciborium-ll v0.2.2
24172026-08-25T22:40:19.661Z Compiling crossbeam-deque v0.8.6
24182026-08-25T22:40:20.144Z Compiling camino-tempfile v1.4.1
24192026-08-25T22:40:20.717Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24202026-08-25T22:40:21.191Z Compiling blake3 v1.8.5
24212026-08-25T22:40:21.207Z Compiling fs-err v2.11.0
24222026-08-25T22:40:22.259Z Compiling rustls-webpki v0.103.13
24232026-08-25T22:40:23.788Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24242026-08-25T22:40:25.189Z Compiling ciborium v0.2.2
24252026-08-25T22:40:25.687Z Compiling tokio-rustls v0.26.4
24262026-08-25T22:40:25.896Z Compiling rustls-platform-verifier v0.6.2
24272026-08-25T22:40:25.966Z Compiling hyper-rustls v0.27.7
24282026-08-25T22:40:25.994Z Compiling tough v0.22.0
24292026-08-25T22:40:26.122Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24302026-08-25T22:40:26.275Z Compiling reqwest v0.13.2
24312026-08-25T22:40:27.150Z Compiling thread_local v1.1.9
24322026-08-25T22:40:27.154Z Compiling arrayref v0.3.9
24332026-08-25T22:40:27.185Z Compiling slog-async v2.8.0
24342026-08-25T22:40:27.298Z Compiling arrayvec v0.7.6
24352026-08-25T22:40:27.461Z Compiling constant_time_eq v0.4.2
24362026-08-25T22:40:27.530Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24372026-08-25T22:40:27.565Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24382026-08-25T22:40:27.570Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24392026-08-25T22:40:27.737Z Compiling toml v0.8.23
24402026-08-25T22:40:27.843Z Compiling atomicwrites v0.4.4
24412026-08-25T22:40:27.860Z Compiling digest-io v0.1.0
24422026-08-25T22:40:27.932Z Compiling sha2 v0.11.0
24432026-08-25T22:40:27.951Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24442026-08-25T22:40:28.021Z Compiling crossbeam-channel v0.5.15
24452026-08-25T22:40:28.099Z Compiling serde_path_to_error v0.1.20
24462026-08-25T22:40:28.148Z Compiling is-terminal v0.4.17
24472026-08-25T22:40:28.267Z Compiling rawzip v0.4.4
24482026-08-25T22:40:28.582Z Compiling term v1.2.1
24492026-08-25T22:40:28.701Z Compiling debug-ignore v1.0.5
24502026-08-25T22:40:28.800Z Compiling indent_write v2.2.0
24512026-08-25T22:40:28.832Z Compiling take_mut v0.2.2
24522026-08-25T22:40:28.874Z Compiling parse-size v1.1.0
24532026-08-25T22:40:28.983Z Compiling topological-sort v0.2.2
24542026-08-25T22:40:29.086Z Compiling slog-term v2.9.2
24552026-08-25T22:40:29.103Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24562026-08-25T22:40:29.172Z Compiling shell-words v1.1.1
24572026-08-25T22:40:29.577Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24582026-08-25T22:40:36.425Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24592026-08-25T22:40:38.470Z Compiling omicron-zone-package v0.12.3
24602026-08-25T22:40:38.777Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24612026-08-25T22:40:39.072Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24622026-08-25T22:40:39.098Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24632026-08-25T22:40:43.566Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24642026-08-25T22:40:55.833Z Finished `release` profile [optimized] target(s) in 1m 30s
24652026-08-25T22:40:55.981Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24662026-08-25T22:40:56.037ZAug 25 22:40:55.235 DEBG changing working directory to /work/oxidecomputer/omicron
24672026-08-25T22:40:56.132ZAug 25 22:40:55.330 DEBG running: git rev-parse HEAD
24682026-08-25T22:40:56.135ZAug 25 22:40:55.332 DEBG process exited with exit status: 0 (2.382372ms)
24692026-08-25T22:40:56.135ZAug 25 22:40:55.332 INFO version: 23.0.0-0.ci+git1f434a86565
24702026-08-25T22:40:56.142ZAug 25 22:40:55.341 INFO cloning helios to /work/oxidecomputer/helios
24712026-08-25T22:40:56.142ZAug 25 22:40:55.341 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24722026-08-25T22:40:56.146ZCloning into '/work/oxidecomputer/helios'...
24732026-08-25T22:40:56.719ZAug 25 22:40:55.915 DEBG process exited with exit status: 0 (574.719513ms)
24742026-08-25T22:40:56.719ZAug 25 22:40:55.915 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24752026-08-25T22:40:56.734ZAug 25 22:40:55.918 DEBG process exited with exit status: 0 (2.314061ms)
24762026-08-25T22:40:56.734ZAug 25 22:40:55.918 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24772026-08-25T22:40:57.097ZAug 25 22:40:56.294 DEBG process exited with exit status: 0 (376.609264ms)
24782026-08-25T22:40:57.097ZAug 25 22:40:56.294 DEBG running: zfs list rpool/images/build/host
24792026-08-25T22:40:57.101ZNAME USED AVAIL REFER MOUNTPOINT
24802026-08-25T22:40:57.101Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24812026-08-25T22:40:57.101ZAug 25 22:40:56.299 DEBG process exited with exit status: 0 (4.323284ms)
24822026-08-25T22:40:57.101ZAug 25 22:40:56.299 DEBG running: zfs list rpool/images/build/recovery
24832026-08-25T22:40:57.104ZNAME USED AVAIL REFER MOUNTPOINT
24842026-08-25T22:40:57.104Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24852026-08-25T22:40:57.104ZAug 25 22:40:56.302 DEBG process exited with exit status: 0 (3.722442ms)
24862026-08-25T22:40:57.105ZAug 25 22:40:56.302 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24872026-08-25T22:40:57.118ZAug 25 22:40:56.315 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 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24882026-08-25T22:40:57.121ZAug 25 22:40:56.316 INFO [incorp-manifest] running task
24892026-08-25T22:40:57.121ZAug 25 22:40:56.316 INFO [hubris-production] running task
24902026-08-25T22:40:57.121ZAug 25 22:40:56.316 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24912026-08-25T22:40:57.121ZAug 25 22:40:56.316 INFO [hubris-staging] running task
24922026-08-25T22:40:57.121ZAug 25 22:40:56.316 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24932026-08-25T22:40:57.121ZAug 25 22:40:56.317 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
24942026-08-25T22:40:57.121ZAug 25 22:40:56.317 INFO [incorp-create] running: pkgrepo create /work/incorporation
24952026-08-25T22:40:57.160Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24962026-08-25T22:40:57.359ZAug 25 22:40:56.555 INFO [incorp-create] process exited with exit status: 0 (238.12842ms)
24972026-08-25T22:40:57.365ZAug 25 22:40:56.555 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24982026-08-25T22:40:57.605ZAug 25 22:40:56.783 INFO [incorp-publisher] process exited with exit status: 0 (228.023432ms)
24992026-08-25T22:40:57.620Z[ omicron-package] Blocking waiting for file lock on package cache
25002026-08-25T22:40:58.263Z[ omicron-package] Blocking waiting for file lock on package cache
25012026-08-25T22:40:58.297ZAug 25 22:40:57.494 INFO [hubris-production] task succeeded (1.178760848s)
25022026-08-25T22:40:59.065Z[ omicron-package] Compiling macaddr v1.0.1
25032026-08-25T22:40:59.065Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25042026-08-25T22:40:59.066Z[ omicron-package] Compiling secrecy v0.10.3
25052026-08-25T22:40:59.071Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25062026-08-25T22:40:59.071Z[ omicron-package] Compiling heapless v0.8.0
25072026-08-25T22:40:59.071Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25082026-08-25T22:40:59.071Z[ omicron-package] Compiling ingot-macros v0.2.0
25092026-08-25T22:40:59.071Z[ omicron-package] Compiling hash32 v0.3.1
25102026-08-25T22:40:59.071Z[ omicron-package] Compiling inout v0.1.4
25112026-08-25T22:40:59.072Z[ omicron-package] Compiling multer v3.1.0
25122026-08-25T22:40:59.072Z[ omicron-package] Compiling match_cfg v0.1.0
25132026-08-25T22:40:59.072Z[ omicron-package] Compiling compression-core v0.4.31
25142026-08-25T22:40:59.072Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25152026-08-25T22:40:59.072Z[ omicron-package] Compiling smoltcp v0.11.0
25162026-08-25T22:40:59.072Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25172026-08-25T22:40:59.072Z[ omicron-package] Compiling slog-json v2.6.1
25182026-08-25T22:40:59.313ZAug 25 22:40:58.511 DEBG process exited with exit status: 0 (2.194996733s)
25192026-08-25T22:40:59.316ZAug 25 22:40:58.514 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25202026-08-25T22:40:59.895Z[ omicron-package] Compiling cipher v0.4.4
25212026-08-25T22:40:59.919Z[ omicron-package] Compiling compression-codecs v0.4.37
25222026-08-25T22:40:59.947Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25232026-08-25T22:40:59.979Z[ omicron-package] Compiling cobs v0.3.0
25242026-08-25T22:41:00.016Z[ omicron-package] Compiling universal-hash v0.5.1
25252026-08-25T22:41:00.033Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25262026-08-25T22:41:00.343Z[ omicron-package] Compiling hostname v0.3.1
25272026-08-25T22:41:00.591Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25282026-08-25T22:41:00.646Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25292026-08-25T22:41:00.646Z[ omicron-package] Compiling dropshot v0.17.1
25302026-08-25T22:41:00.783Z[ omicron-package] Compiling serde_spanned v1.1.1
25312026-08-25T22:41:00.817Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-25T22:41:00.861Z[ omicron-package] Compiling async-stream-impl v0.3.6
25332026-08-25T22:41:00.861Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25342026-08-25T22:41:00.865Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25352026-08-25T22:41:00.865Z[ omicron-package] Compiling convert_case v0.4.0
25362026-08-25T22:41:00.865Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25372026-08-25T22:41:00.865Z[ omicron-package] Compiling opaque-debug v0.3.1
25382026-08-25T22:41:01.239Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25392026-08-25T22:41:01.338Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25402026-08-25T22:41:01.338Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25412026-08-25T22:41:01.450Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25422026-08-25T22:41:01.450Z[ omicron-package] Compiling derive_more v0.99.20
25432026-08-25T22:41:01.450Z[ omicron-package] Compiling poly1305 v0.8.0
25442026-08-25T22:41:01.450Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25452026-08-25T22:41:01.521Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25462026-08-25T22:41:01.553Z[ omicron-package] Compiling chacha20 v0.9.1
25472026-08-25T22:41:01.553Z[ omicron-package] Compiling slog-bunyan v2.5.0
25482026-08-25T22:41:01.554Z[ omicron-package] Compiling postcard v1.1.3
25492026-08-25T22:41:01.723Z[ omicron-package] Compiling async-compression v0.4.41
25502026-08-25T22:41:01.818Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25512026-08-25T22:41:01.877Z[ omicron-package] Compiling async-stream v0.3.6
25522026-08-25T22:41:01.905Z[ omicron-package] Compiling sha1 v0.11.0
25532026-08-25T22:41:01.980ZAug 25 22:41:01.146 DEBG process exited with exit status: 0 (2.633258033s)
25542026-08-25T22:41:02.051Z[ omicron-package] Compiling num_enum_derive v0.7.6
25552026-08-25T22:41:02.051ZAug 25 22:41:01.150 INFO [incorp-manifest] task succeeded (4.83423892s)
25562026-08-25T22:41:02.051ZAug 25 22:41:01.150 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25572026-08-25T22:41:02.051Z[ omicron-package] Compiling progenitor-client v0.14.0
25582026-08-25T22:41:02.113Z[ omicron-package] Compiling parse-display-derive v0.10.0
25592026-08-25T22:41:02.175Z[ omicron-package] Compiling waitgroup v0.1.2
25602026-08-25T22:41:02.175Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25612026-08-25T22:41:02.201ZAug 25 22:41:01.361 INFO [incorp-fmt] process exited with exit status: 0 (211.40936ms)
25622026-08-25T22:41:02.202ZAug 25 22:41:01.361 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25632026-08-25T22:41:02.296Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25642026-08-25T22:41:02.367Z[ omicron-package] Compiling backon v1.6.0
25652026-08-25T22:41:02.443Z[ omicron-package] Compiling password-hash v0.5.0
25662026-08-25T22:41:02.547Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25672026-08-25T22:41:02.553Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T224101Z
25682026-08-25T22:41:02.554Z[ incorp-pkgsend] PUBLISHED
25692026-08-25T22:41:02.604Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25702026-08-25T22:41:02.629ZAug 25 22:41:01.797 INFO [incorp-pkgsend] process exited with exit status: 0 (435.542168ms)
25712026-08-25T22:41:02.629ZAug 25 22:41:01.799 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25722026-08-25T22:41:02.718Z[ omicron-package] Compiling blake2 v0.10.6
25732026-08-25T22:41:02.768Z[ omicron-package] Compiling aead v0.5.2
25742026-08-25T22:41:02.796Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25752026-08-25T22:41:02.796Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25762026-08-25T22:41:02.870Z[ helios-incorp] Retrieving packages for publisher helios ...
25772026-08-25T22:41:02.888Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25782026-08-25T22:41:02.904Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25792026-08-25T22:41:02.904Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25802026-08-25T22:41:02.904Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25812026-08-25T22:41:02.904Z[ helios-incorp]
25822026-08-25T22:41:02.904Z[ helios-incorp] Archiving packages ...
25832026-08-25T22:41:02.904Z[ helios-incorp] Packages to add: 1
25842026-08-25T22:41:02.905Z[ helios-incorp] Files to retrieve: 0
25852026-08-25T22:41:02.905Z[ helios-incorp] Estimated transfer size: 0.00 B
25862026-08-25T22:41:02.905Z[ helios-incorp]
25872026-08-25T22:41:02.905Z[ helios-incorp] Packages to archive:
25882026-08-25T22:41:02.905Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T224101Z
25892026-08-25T22:41:02.905Z[ helios-incorp]
25902026-08-25T22:41:02.905Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25912026-08-25T22:41:02.905Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25922026-08-25T22:41:02.952ZAug 25 22:41:02.150 INFO [helios-incorp] process exited with exit status: 0 (353.045977ms)
25932026-08-25T22:41:02.994Z[ omicron-package] Compiling proc-macro-error v1.0.4
25942026-08-25T22:41:03.066Z[ omicron-package] Compiling hostname v0.4.2
25952026-08-25T22:41:03.145Z[ omicron-package] Compiling instant v0.1.13
25962026-08-25T22:41:03.176Z[ omicron-package] Compiling ingot-types v0.2.0
25972026-08-25T22:41:03.277Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25982026-08-25T22:41:03.303Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25992026-08-25T22:41:03.348Z[ omicron-package] Compiling num_enum v0.7.6
26002026-08-25T22:41:03.372Z[ omicron-package] Compiling backoff v0.4.0
26012026-08-25T22:41:03.513Z[ omicron-package] Compiling argon2 v0.5.3
26022026-08-25T22:41:03.517Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26032026-08-25T22:41:03.533Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26042026-08-25T22:41:03.648Z[ omicron-package] Compiling num_enum_derive v0.5.11
26052026-08-25T22:41:03.674Z[ omicron-package] Compiling progenitor-extras v0.2.0
26062026-08-25T22:41:03.678Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26072026-08-25T22:41:03.779Z[ omicron-package] Compiling parse-display v0.10.0
26082026-08-25T22:41:03.831Z[ omicron-package] Compiling ingot v0.2.1
26092026-08-25T22:41:03.858Z[ omicron-package] Compiling vsss-rs v3.3.4
26102026-08-25T22:41:03.921Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26112026-08-25T22:41:03.956Z[ omicron-package] Compiling foreign-types v0.5.0
26122026-08-25T22:41:03.992Z[ omicron-package] Compiling regress v0.10.5
26132026-08-25T22:41:04.062Z[ omicron-package] Compiling itertools v0.14.0
26142026-08-25T22:41:04.115Z[ omicron-package] Compiling tabwriter v1.4.1
26152026-08-25T22:41:04.188Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26162026-08-25T22:41:04.262Z[ omicron-package] Compiling cstr-argument v0.1.2
26172026-08-25T22:41:04.323Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26182026-08-25T22:41:04.565Z[ omicron-package] Compiling humantime v2.3.0
26192026-08-25T22:41:04.659Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26202026-08-25T22:41:04.722Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26212026-08-25T22:41:04.807Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26222026-08-25T22:41:04.992Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26232026-08-25T22:41:04.995Z[ omicron-package] Compiling num_enum v0.5.11
26242026-08-25T22:41:05.165Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26252026-08-25T22:41:05.224Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26262026-08-25T22:41:05.262Z[ omicron-package] Compiling rayon v1.11.0
26272026-08-25T22:41:05.315Z[ omicron-package] Compiling rand v0.10.1
26282026-08-25T22:41:05.319Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26292026-08-25T22:41:05.381Z[ omicron-package] Compiling colored v3.1.1
26302026-08-25T22:41:05.404Z[ omicron-package] Compiling libefi-sys v0.1.0
26312026-08-25T22:41:05.514Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26322026-08-25T22:41:05.611Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26332026-08-25T22:41:05.723Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26342026-08-25T22:41:05.784Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26352026-08-25T22:41:05.863Z[ omicron-package] Compiling itertools v0.12.1
26362026-08-25T22:41:05.863Z[ omicron-package] Compiling usdt-macro v0.5.0
26372026-08-25T22:41:05.867Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26382026-08-25T22:41:05.886Z[ omicron-package] Compiling sigpipe v0.1.3
26392026-08-25T22:41:06.067Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26402026-08-25T22:41:06.086Z[ omicron-package] Compiling memmap v0.7.0
26412026-08-25T22:41:06.219Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26422026-08-25T22:41:06.366Z[ omicron-package] Compiling num-derive v0.4.2
26432026-08-25T22:41:06.440Z[ omicron-package] Compiling bitfield-struct v0.6.2
26442026-08-25T22:41:06.501Z[ omicron-package] Compiling swrite v0.1.0
26452026-08-25T22:41:06.501Z[ omicron-package] Compiling glob v0.3.3
26462026-08-25T22:41:06.501Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26472026-08-25T22:41:06.603Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26482026-08-25T22:41:06.941Z[ omicron-package] Compiling usdt v0.5.0
26492026-08-25T22:41:07.117Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26502026-08-25T22:41:07.309Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26512026-08-25T22:41:07.343Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26522026-08-25T22:41:07.440Z[ omicron-package] Compiling smf v0.2.3
26532026-08-25T22:41:07.495Z[ omicron-package] Compiling whoami v1.6.1
26542026-08-25T22:41:07.578Z[ omicron-package] Compiling zone v0.3.1
26552026-08-25T22:41:07.770Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26562026-08-25T22:41:07.831Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26572026-08-25T22:41:07.840Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26582026-08-25T22:41:07.953Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26592026-08-25T22:41:08.089Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26602026-08-25T22:41:08.126Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26612026-08-25T22:41:08.158Z[ omicron-package] Compiling gethostname v0.5.0
26622026-08-25T22:41:08.178Z[ omicron-package] Compiling console v0.16.2
26632026-08-25T22:41:08.267Z[ omicron-package] Compiling unit-prefix v0.5.2
26642026-08-25T22:41:08.317Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26652026-08-25T22:41:08.521Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26662026-08-25T22:41:08.846Z[ omicron-package] Compiling indicatif v0.18.4
26672026-08-25T22:41:09.565Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26682026-08-25T22:41:12.425Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26692026-08-25T22:41:13.181Z[ helios-setup] Aug 25 22:41:12.361 INFO helios repository root is: /work/oxidecomputer/helios
26702026-08-25T22:41:13.195Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26712026-08-25T22:41:13.199Z[ helios-setup] Aug 25 22:41:12.362 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
26722026-08-25T22:41:13.199Z[ helios-setup] Aug 25 22:41:12.362 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26732026-08-25T22:41:13.823Z[ helios-setup] Aug 25 22:41:13.019 INFO clone ok!, project: dmar-report
26742026-08-25T22:41:13.835Z[ helios-setup] Aug 25 22:41:13.019 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
26752026-08-25T22:41:13.836Z[ helios-setup] Aug 25 22:41:13.019 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26762026-08-25T22:41:13.836Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26772026-08-25T22:41:14.992ZAug 25 22:41:14.180 INFO [hubris-staging] task succeeded (17.864391015s)
26782026-08-25T22:41:21.450Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26792026-08-25T22:41:24.487Z[ helios-setup] Aug 25 22:41:23.619 INFO clone ok!, project: amd-firmware
26802026-08-25T22:41:24.492Z[ helios-setup] Aug 25 22:41:23.619 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26812026-08-25T22:41:24.492Z[ helios-setup] Aug 25 22:41:23.619 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
26822026-08-25T22:41:24.492Z[ helios-setup] Aug 25 22:41:23.619 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26832026-08-25T22:41:24.492Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26842026-08-25T22:41:24.815Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26852026-08-25T22:41:25.269Z[ helios-setup] Aug 25 22:41:24.466 INFO clone ok!, project: pilot
26862026-08-25T22:41:25.275Z[ helios-setup] Aug 25 22:41:24.466 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
26872026-08-25T22:41:25.275Z[ helios-setup] Aug 25 22:41:24.466 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26882026-08-25T22:41:25.276Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26892026-08-25T22:41:25.873Z[ helios-setup] Aug 25 22:41:25.071 INFO clone ok!, project: image-builder
26902026-08-25T22:41:25.881Z[ helios-setup] Aug 25 22:41:25.071 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
26912026-08-25T22:41:25.881Z[ helios-setup] Aug 25 22:41:25.071 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26922026-08-25T22:41:25.881Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26932026-08-25T22:41:25.924Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26942026-08-25T22:41:26.493Z[ helios-setup] Aug 25 22:41:25.690 INFO clone ok!, project: phbl
26952026-08-25T22:41:26.496Z[ helios-setup] Aug 25 22:41:25.691 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
26962026-08-25T22:41:26.496Z[ helios-setup] Aug 25 22:41:25.691 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26972026-08-25T22:41:26.496Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26982026-08-25T22:41:27.540Z[ helios-setup] Aug 25 22:41:26.737 INFO clone ok!, project: chelsio-t6-roms
26992026-08-25T22:41:27.540Z[ helios-setup] Aug 25 22:41:26.737 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27002026-08-25T22:41:27.540Z[ helios-setup] Aug 25 22:41:26.737 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27012026-08-25T22:41:27.545Z[ helios-setup] Aug 25 22:41:26.737 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
27022026-08-25T22:41:27.545Z[ helios-setup] Aug 25 22:41:26.737 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27032026-08-25T22:41:27.545Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27042026-08-25T22:41:28.015Z[ helios-setup] Aug 25 22:41:27.213 INFO clone ok!, project: pinprick
27052026-08-25T22:41:28.015Z[ helios-setup] Aug 25 22:41:27.213 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
27062026-08-25T22:41:28.018Z[ helios-setup] Aug 25 22:41:27.213 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
27072026-08-25T22:41:28.018Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27082026-08-25T22:41:28.870Z[ helios-setup] Aug 25 22:41:28.068 INFO clone ok!, project: amd-host-image-builder
27092026-08-25T22:41:28.870Z[ helios-setup] Aug 25 22:41:28.068 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
27102026-08-25T22:41:28.874Z[ helios-setup] Aug 25 22:41:28.068 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27112026-08-25T22:41:28.874Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27122026-08-25T22:41:29.392Z[ helios-setup] Aug 25 22:41:28.590 INFO clone ok!, project: bootserver
27132026-08-25T22:41:29.395Z[ helios-setup] Aug 25 22:41:28.590 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27142026-08-25T22:41:29.600Z[ helios-setup] Aug 25 22:41:28.797 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27152026-08-25T22:41:29.805Z[ helios-setup] Aug 25 22:41:29.003 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27162026-08-25T22:41:29.805Z[ helios-setup] Aug 25 22:41:29.003 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27172026-08-25T22:41:30.011Z[ helios-setup] Aug 25 22:41:29.208 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27182026-08-25T22:41:30.217Z[ helios-setup] Aug 25 22:41:29.415 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27192026-08-25T22:41:30.217Z[ helios-setup] Aug 25 22:41:29.415 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27202026-08-25T22:41:30.422Z[ helios-setup] Aug 25 22:41:29.620 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27212026-08-25T22:41:30.628Z[ helios-setup] Aug 25 22:41:29.826 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27222026-08-25T22:41:30.628Z[ helios-setup] Aug 25 22:41:29.826 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27232026-08-25T22:41:30.631Z[ helios-setup] Aug 25 22:41:29.826 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27242026-08-25T22:41:30.631Z[ helios-setup] Aug 25 22:41:29.826 INFO ok!
27252026-08-25T22:41:30.632Z[ helios-setup] Aug 25 22:41:29.826 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27262026-08-25T22:41:30.632Z[ helios-setup] Aug 25 22:41:29.826 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27272026-08-25T22:41:30.632Z[ helios-setup] Aug 25 22:41:29.826 INFO ok!
27282026-08-25T22:41:30.632Z[ helios-setup] Aug 25 22:41:29.826 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27292026-08-25T22:41:30.632Z[ helios-setup] Aug 25 22:41:29.826 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27302026-08-25T22:41:30.632Z[ helios-setup] Aug 25 22:41:29.826 INFO ok!
27312026-08-25T22:41:30.632Z[ helios-setup] Aug 25 22:41:29.826 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27322026-08-25T22:41:30.635Z[ helios-setup] Aug 25 22:41:29.833 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
27332026-08-25T22:41:30.635Z[ helios-setup] Aug 25 22:41:29.833 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27342026-08-25T22:41:30.635Z[ helios-setup] Aug 25 22:41:29.833 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27352026-08-25T22:41:30.720Z[ helios-setup] Aug 25 22:41:29.918 INFO E| Updating crates.io index
27362026-08-25T22:41:30.797Z[ helios-setup] Aug 25 22:41:29.995 INFO E| Downloading crates ...
27372026-08-25T22:41:30.843Z[ helios-setup] Aug 25 22:41:30.041 INFO E| Downloaded autocfg v1.4.0
27382026-08-25T22:41:30.861Z[ helios-setup] Aug 25 22:41:30.059 INFO E| Downloaded errno v0.3.12
27392026-08-25T22:41:30.866Z[ helios-setup] Aug 25 22:41:30.060 INFO E| Downloaded itoa v1.0.15
27402026-08-25T22:41:30.877Z[ helios-setup] Aug 25 22:41:30.075 INFO E| Downloaded time-core v0.1.4
27412026-08-25T22:41:30.897Z[ helios-setup] Aug 25 22:41:30.095 INFO E| Downloaded thiserror-impl v2.0.12
27422026-08-25T22:41:30.900Z[ helios-setup] Aug 25 22:41:30.096 INFO E| Downloaded time-macros v0.2.22
27432026-08-25T22:41:30.903Z[ helios-setup] Aug 25 22:41:30.100 INFO E| Downloaded serde_with_macros v3.12.0
27442026-08-25T22:41:30.907Z[ helios-setup] Aug 25 22:41:30.105 INFO E| Downloaded thiserror v2.0.12
27452026-08-25T22:41:30.923Z[ helios-setup] Aug 25 22:41:30.121 INFO E| Downloaded ryu v1.0.20
27462026-08-25T22:41:30.926Z[ helios-setup] Aug 25 22:41:30.122 INFO E| Downloaded tempfile v3.20.0
27472026-08-25T22:41:30.926Z[ helios-setup] Aug 25 22:41:30.124 INFO E| Downloaded deranged v0.4.0
27482026-08-25T22:41:30.926Z[ helios-setup] Aug 25 22:41:30.124 INFO E| Downloaded quote v1.0.40
27492026-08-25T22:41:30.930Z[ helios-setup] Aug 25 22:41:30.126 INFO E| Downloaded serde_derive v1.0.219
27502026-08-25T22:41:30.930Z[ helios-setup] Aug 25 22:41:30.127 INFO E| Downloaded unicode-ident v1.0.18
27512026-08-25T22:41:30.937Z[ helios-setup] Aug 25 22:41:30.135 INFO E| Downloaded bitflags v2.9.1
27522026-08-25T22:41:30.945Z[ helios-setup] Aug 25 22:41:30.137 INFO E| Downloaded iana-time-zone v0.1.63
27532026-08-25T22:41:30.945Z[ helios-setup] Aug 25 22:41:30.140 INFO E| Downloaded proc-macro2 v1.0.95
27542026-08-25T22:41:30.951Z[ helios-setup] Aug 25 22:41:30.149 INFO E| Downloaded getrandom v0.3.3
27552026-08-25T22:41:30.956Z[ helios-setup] Aug 25 22:41:30.153 INFO E| Downloaded anyhow v1.0.98
27562026-08-25T22:41:30.962Z[ helios-setup] Aug 25 22:41:30.161 INFO E| Downloaded serde_with v3.12.0
27572026-08-25T22:41:30.969Z[ helios-setup] Aug 25 22:41:30.166 INFO E| Downloaded memchr v2.7.4
27582026-08-25T22:41:30.972Z[ helios-setup] Aug 25 22:41:30.169 INFO E| Downloaded indexmap v2.9.0
27592026-08-25T22:41:30.980Z[ helios-setup] Aug 25 22:41:30.178 INFO E| Downloaded serde v1.0.219
27602026-08-25T22:41:31.006Z[ helios-setup] Aug 25 22:41:30.204 INFO E| Downloaded hashbrown v0.15.3
27612026-08-25T22:41:31.011Z[ helios-setup] Aug 25 22:41:30.210 INFO E| Downloaded time v0.3.41
27622026-08-25T22:41:31.016Z[ helios-setup] Aug 25 22:41:30.214 INFO E| Downloaded serde_json v1.0.140
27632026-08-25T22:41:31.038Z[ helios-setup] Aug 25 22:41:30.236 INFO E| Downloaded chrono v0.4.41
27642026-08-25T22:41:31.057Z[ helios-setup] Aug 25 22:41:30.251 INFO E| Downloaded syn v2.0.101
27652026-08-25T22:41:31.077Z[ helios-setup] Aug 25 22:41:30.275 INFO E| Downloaded rustix v1.0.7
27662026-08-25T22:41:31.105Z[ helios-setup] Aug 25 22:41:30.303 INFO E| Downloaded libc v0.2.172
27672026-08-25T22:41:31.149Z[ helios-setup] Aug 25 22:41:30.347 INFO E| Compiling proc-macro2 v1.0.95
27682026-08-25T22:41:31.149Z[ helios-setup] Aug 25 22:41:30.347 INFO E| Compiling unicode-ident v1.0.18
27692026-08-25T22:41:31.152Z[ helios-setup] Aug 25 22:41:30.347 INFO E| Compiling libc v0.2.172
27702026-08-25T22:41:31.152Z[ helios-setup] Aug 25 22:41:30.347 INFO E| Compiling ident_case v1.0.1
27712026-08-25T22:41:31.152Z[ helios-setup] Aug 25 22:41:30.347 INFO E| Compiling strsim v0.11.1
27722026-08-25T22:41:31.152Z[ helios-setup] Aug 25 22:41:30.347 INFO E| Compiling fnv v1.0.7
27732026-08-25T22:41:31.153Z[ helios-setup] Aug 25 22:41:30.347 INFO E| Compiling serde v1.0.219
27742026-08-25T22:41:31.153Z[ helios-setup] Aug 25 22:41:30.347 INFO E| Compiling getrandom v0.3.3
27752026-08-25T22:41:31.163Z[ helios-setup] Aug 25 22:41:30.361 INFO E| Compiling rustix v1.0.7
27762026-08-25T22:41:31.168Z[ helios-setup] Aug 25 22:41:30.362 INFO E| Compiling bitflags v2.9.1
27772026-08-25T22:41:31.169Z[ helios-setup] Aug 25 22:41:30.362 INFO E| Compiling anyhow v1.0.98
27782026-08-25T22:41:31.169Z[ helios-setup] Aug 25 22:41:30.362 INFO E| Compiling cfg-if v1.0.0
27792026-08-25T22:41:31.169Z[ helios-setup] Aug 25 22:41:30.362 INFO E| Compiling serde_json v1.0.140
27802026-08-25T22:41:31.169Z[ helios-setup] Aug 25 22:41:30.362 INFO E| Compiling thiserror v2.0.12
27812026-08-25T22:41:31.169Z[ helios-setup] Aug 25 22:41:30.362 INFO E| Compiling fastrand v2.3.0
27822026-08-25T22:41:31.169Z[ helios-setup] Aug 25 22:41:30.362 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27832026-08-25T22:41:31.280Z[ helios-setup] Aug 25 22:41:30.478 INFO E| Compiling once_cell v1.21.3
27842026-08-25T22:41:31.280Z[ helios-setup] Aug 25 22:41:30.478 INFO E| Compiling ryu v1.0.20
27852026-08-25T22:41:31.297Z[ helios-setup] Aug 25 22:41:30.486 INFO E| Compiling memchr v2.7.4
27862026-08-25T22:41:31.315Z[ helios-setup] Aug 25 22:41:30.512 INFO E| Compiling itoa v1.0.15
27872026-08-25T22:41:31.769Z[ helios-setup] Aug 25 22:41:30.966 INFO E| Compiling errno v0.3.12
27882026-08-25T22:41:31.991Z[ helios-setup] Aug 25 22:41:31.189 INFO E| Compiling quote v1.0.40
27892026-08-25T22:41:32.140Z[ helios-setup] Aug 25 22:41:31.338 INFO E| Compiling syn v2.0.101
27902026-08-25T22:41:32.509Z[ helios-setup] Aug 25 22:41:31.707 INFO E| Compiling tempfile v3.20.0
27912026-08-25T22:41:34.108Z[ helios-setup] Aug 25 22:41:33.306 INFO E| Compiling darling_core v0.20.11
27922026-08-25T22:41:34.934Z[ helios-setup] Aug 25 22:41:34.132 INFO E| Compiling serde_derive v1.0.219
27932026-08-25T22:41:34.934Z[ helios-setup] Aug 25 22:41:34.132 INFO E| Compiling thiserror-impl v2.0.12
27942026-08-25T22:41:35.457Z[ helios-setup] Aug 25 22:41:34.655 INFO E| Compiling darling_macro v0.20.11
27952026-08-25T22:41:35.997Z[ helios-setup] Aug 25 22:41:35.195 INFO E| Compiling darling v0.20.11
27962026-08-25T22:41:36.065Z[ helios-setup] Aug 25 22:41:35.263 INFO E| Compiling serde_with_macros v3.12.0
27972026-08-25T22:41:36.480Z[ omicron-package] Finished `release` profile [optimized] target(s) in 39.35s
27982026-08-25T22:41:36.726Z[ omicron-package]
27992026-08-25T22:41:36.726Z[ omicron-package] real 39.530146972
28002026-08-25T22:41:36.730Z[ omicron-package] user 3:50.079179649
28012026-08-25T22:41:36.730Z[ omicron-package] sys 26.666377011
28022026-08-25T22:41:36.730Z[ omicron-package] trap 0.442940613
28032026-08-25T22:41:36.730Z[ omicron-package] tflt 0.537633599
28042026-08-25T22:41:36.730Z[ omicron-package] dflt 2.479647746
28052026-08-25T22:41:36.730Z[ omicron-package] kflt 0.000110200
28062026-08-25T22:41:36.730Z[ omicron-package] lock 11:46.926954481
28072026-08-25T22:41:36.730Z[ omicron-package] slp 5:54.547945869
28082026-08-25T22:41:36.730Z[ omicron-package] lat 47.505783992
28092026-08-25T22:41:36.730Z[ omicron-package] stop 1:58.779557479
28102026-08-25T22:41:36.730ZAug 25 22:41:35.924 INFO [omicron-package] process exited with exit status: 0 (39.60766102s)
28112026-08-25T22:41:36.730ZAug 25 22:41:35.924 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28122026-08-25T22:41:36.730ZAug 25 22:41:35.925 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28132026-08-25T22:41:36.736Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28142026-08-25T22:41:36.741Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28152026-08-25T22:41:36.741Z[ host-target] Created new build target 'host' and set it as active
28162026-08-25T22:41:36.741Z[ recovery-target] Created new build target 'recovery' and set it as active
28172026-08-25T22:41:36.744ZAug 25 22:41:35.939 INFO [host-target] process exited with exit status: 0 (14.318911ms)
28182026-08-25T22:41:36.744ZAug 25 22:41:35.939 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28192026-08-25T22:41:36.744ZAug 25 22:41:35.939 INFO [recovery-target] process exited with exit status: 0 (14.476601ms)
28202026-08-25T22:41:36.747Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28212026-08-25T22:41:38.239Z[ host-package] Compiling heck v0.5.0
28222026-08-25T22:41:38.449Z[ host-package] Compiling regress v0.11.1
28232026-08-25T22:41:38.489Z[ host-package] Compiling unsafe-libyaml v0.2.11
28242026-08-25T22:41:38.513Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28252026-08-25T22:41:38.545Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28262026-08-25T22:41:38.545Z[ host-package] Compiling derive-where v1.6.0
28272026-08-25T22:41:38.550Z[ host-package] Compiling bytecount v0.6.9
28282026-08-25T22:41:38.565Z[ helios-setup] Aug 25 22:41:37.763 INFO E| Compiling serde_with v3.12.0
28292026-08-25T22:41:38.617Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28302026-08-25T22:41:38.618Z[ host-package] Compiling atomicwrites v0.4.4
28312026-08-25T22:41:38.632Z[ host-package] Compiling is-terminal v0.4.17
28322026-08-25T22:41:38.632Z[ host-package] Compiling prettyplease v0.2.37
28332026-08-25T22:41:38.632Z[ host-package] Compiling newline-converter v0.3.0
28342026-08-25T22:41:38.724Z[ host-package] Compiling console v0.15.11
28352026-08-25T22:41:38.724Z[ host-package] Compiling slog-dtrace v0.3.0
28362026-08-25T22:41:38.728Z[ host-package] Compiling resolv-conf v0.7.6
28372026-08-25T22:41:38.728Z[ host-package] Compiling cancel-safe-futures v0.1.5
28382026-08-25T22:41:38.836Z[ host-package] Compiling num-rational v0.4.2
28392026-08-25T22:41:38.836Z[ host-package] Compiling num-complex v0.4.6
28402026-08-25T22:41:38.901Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28412026-08-25T22:41:38.970Z[ host-package] Compiling thread_local v1.1.9
28422026-08-25T22:41:39.067Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28432026-08-25T22:41:39.241Z[ host-package] Compiling expectorate v1.2.0
28442026-08-25T22:41:39.275Z[ host-package] Compiling compression-core v0.4.31
28452026-08-25T22:41:39.326Z[ host-package] Compiling match_cfg v0.1.0
28462026-08-25T22:41:39.397Z[ host-package] Compiling num v0.4.3
28472026-08-25T22:41:39.409Z[ host-package] Compiling multer v3.1.0
28482026-08-25T22:41:39.530Z[ host-package] Compiling compression-codecs v0.4.37
28492026-08-25T22:41:39.594Z[ host-package] Compiling hostname v0.3.1
28502026-08-25T22:41:39.666Z[ host-package] Compiling slog-async v2.8.0
28512026-08-25T22:41:39.742Z[ host-package] Compiling crossbeam-channel v0.5.15
28522026-08-25T22:41:39.758Z[ host-package] Compiling slog-json v2.6.1
28532026-08-25T22:41:39.802Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28542026-08-25T22:41:39.814Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28552026-08-25T22:41:39.874Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28562026-08-25T22:41:39.881Z[ host-package] Compiling serde_spanned v1.1.1
28572026-08-25T22:41:39.881Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28582026-08-25T22:41:39.881Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28592026-08-25T22:41:40.016Z[ host-package] Compiling typify-impl v0.6.2
28602026-08-25T22:41:40.044Z[ host-package] Compiling term v1.2.1
28612026-08-25T22:41:40.067Z[ host-package] Compiling take_mut v0.2.2
28622026-08-25T22:41:40.138Z[ host-package] Compiling linked-hash-map v0.5.6
28632026-08-25T22:41:40.146Z[ host-package] Compiling float-ord v0.3.2
28642026-08-25T22:41:40.210Z[ host-package] Compiling linear-map v1.2.0
28652026-08-25T22:41:40.228Z[ host-package] Compiling slog-bunyan v2.5.0
28662026-08-25T22:41:40.342Z[ host-package] Compiling lru-cache v0.1.2
28672026-08-25T22:41:40.353Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28682026-08-25T22:41:40.383Z[ host-package] Compiling slog-term v2.9.2
28692026-08-25T22:41:40.430Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28702026-08-25T22:41:40.430Z[ host-package] Compiling async-compression v0.4.41
28712026-08-25T22:41:40.591Z[ host-package] Compiling async-stream v0.3.6
28722026-08-25T22:41:40.634Z[ host-package] Compiling dropshot v0.17.1
28732026-08-25T22:41:40.719Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28742026-08-25T22:41:40.765Z[ host-package] Compiling sha1 v0.11.0
28752026-08-25T22:41:40.823Z[ host-package] Compiling progenitor-client v0.14.0
28762026-08-25T22:41:40.848Z[ host-package] Compiling waitgroup v0.1.2
28772026-08-25T22:41:40.898Z[ host-package] Compiling rustls-pemfile v2.2.0
28782026-08-25T22:41:40.898Z[ host-package] Compiling backon v1.6.0
28792026-08-25T22:41:40.969Z[ host-package] Compiling serde_path_to_error v0.1.20
28802026-08-25T22:41:41.058Z[ host-package] Compiling hostname v0.4.2
28812026-08-25T22:41:41.120Z[ host-package] Compiling instant v0.1.13
28822026-08-25T22:41:41.169Z[ host-package] Compiling debug-ignore v1.0.5
28832026-08-25T22:41:41.195Z[ host-package] Compiling oxide-update-engine v0.1.2
28842026-08-25T22:41:41.232Z[ host-package] Compiling minimal-lexical v0.2.1
28852026-08-25T22:41:41.316Z[ host-package] Compiling backoff v0.4.0
28862026-08-25T22:41:41.322Z[ host-package] Compiling progenitor-extras v0.2.0
28872026-08-25T22:41:41.525Z[ host-package] Compiling nom v7.1.3
28882026-08-25T22:41:41.568Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28892026-08-25T22:41:41.575Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28902026-08-25T22:41:41.620Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28912026-08-25T22:41:41.825Z[ host-package] Compiling parse-display v0.10.0
28922026-08-25T22:41:41.864Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28932026-08-25T22:41:41.945Z[ host-package] Compiling hickory-proto v0.24.4
28942026-08-25T22:41:42.320Z[ host-package] Compiling itertools v0.14.0
28952026-08-25T22:41:42.567Z[ host-package] Compiling regress v0.10.5
28962026-08-25T22:41:42.790Z[ host-package] Compiling macaddr v1.0.1
28972026-08-25T22:41:42.849Z[ helios-setup] Aug 25 22:41:42.046 INFO E| Finished `release` profile [optimized] target(s) in 12.20s
28982026-08-25T22:41:42.917Z[ helios-setup] Aug 25 22:41:42.107 INFO building project "dmar-report" ok (12 seconds)
28992026-08-25T22:41:42.917Z[ helios-setup] Aug 25 22:41:42.108 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29002026-08-25T22:41:42.924Z[ helios-setup] Aug 25 22:41:42.116 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
29012026-08-25T22:41:42.924Z[ helios-setup] Aug 25 22:41:42.116 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29022026-08-25T22:41:42.924Z[ helios-setup] Aug 25 22:41:42.116 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29032026-08-25T22:41:43.029Z[ helios-setup] Aug 25 22:41:42.227 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29042026-08-25T22:41:43.049Z[ host-package] Compiling unicode-xid v0.2.6
29052026-08-25T22:41:43.113Z[ host-package] Compiling humantime v2.3.0
29062026-08-25T22:41:43.154Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29072026-08-25T22:41:43.258Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-08-25T22:41:43.363Z[ helios-setup] Aug 25 22:41:42.560 INFO E| From https://github.com/jclulow/hiercmd
29092026-08-25T22:41:43.363Z[ helios-setup] Aug 25 22:41:42.560 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29102026-08-25T22:41:43.382Z[ helios-setup] Aug 25 22:41:42.580 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29112026-08-25T22:41:43.397Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29122026-08-25T22:41:43.418Z[ host-package] Compiling convert_case v0.10.0
29132026-08-25T22:41:43.483Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29142026-08-25T22:41:43.643Z[ host-package] Compiling toml v0.8.23
29152026-08-25T22:41:43.666Z[ host-package] Compiling papergrid v0.11.0
29162026-08-25T22:41:43.715Z[ host-package] Compiling typify-macro v0.6.2
29172026-08-25T22:41:43.722Z[ helios-setup] Aug 25 22:41:42.920 INFO E| From https://github.com/oxidecomputer/network-interface
29182026-08-25T22:41:43.723Z[ helios-setup] Aug 25 22:41:42.920 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29192026-08-25T22:41:43.737Z[ helios-setup] Aug 25 22:41:42.933 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29202026-08-25T22:41:43.741Z[ host-package] Compiling derive_more-impl v2.1.1
29212026-08-25T22:41:44.053Z[ helios-setup] Aug 25 22:41:43.250 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29222026-08-25T22:41:44.053Z[ helios-setup] Aug 25 22:41:43.250 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29232026-08-25T22:41:44.070Z[ helios-setup] Aug 25 22:41:43.268 INFO E| Updating crates.io index
29242026-08-25T22:41:44.227Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29252026-08-25T22:41:44.361Z[ helios-setup] Aug 25 22:41:43.558 INFO E| Downloading crates ...
29262026-08-25T22:41:44.406Z[ helios-setup] Aug 25 22:41:43.604 INFO E| Downloaded anstyle v1.0.13
29272026-08-25T22:41:44.417Z[ helios-setup] Aug 25 22:41:43.615 INFO E| Downloaded futures-macro v0.3.31
29282026-08-25T22:41:44.458Z[ helios-setup] Aug 25 22:41:43.655 INFO E| Downloaded bitfield-macros v0.19.3
29292026-08-25T22:41:44.467Z[ helios-setup] Aug 25 22:41:43.664 INFO E| Downloaded futures-task v0.3.31
29302026-08-25T22:41:44.470Z[ helios-setup] Aug 25 22:41:43.666 INFO E| Downloaded futures-sink v0.3.31
29312026-08-25T22:41:44.470Z[ helios-setup] Aug 25 22:41:43.666 INFO E| Downloaded futures-core v0.3.31
29322026-08-25T22:41:44.470Z[ helios-setup] Aug 25 22:41:43.667 INFO E| Downloaded pin-utils v0.1.0
29332026-08-25T22:41:44.470Z[ helios-setup] Aug 25 22:41:43.668 INFO E| Downloaded serde_spanned v1.0.3
29342026-08-25T22:41:44.477Z[ helios-setup] Aug 25 22:41:43.671 INFO E| Downloaded clap_lex v0.7.6
29352026-08-25T22:41:44.477Z[ helios-setup] Aug 25 22:41:43.672 INFO E| Downloaded devinfo v0.1.0
29362026-08-25T22:41:44.495Z[ helios-setup] Aug 25 22:41:43.692 INFO E| Downloaded env_filter v0.1.4
29372026-08-25T22:41:44.498Z[ helios-setup] Aug 25 22:41:43.693 INFO E| Downloaded time-core v0.1.6
29382026-08-25T22:41:44.501Z[ helios-setup] Aug 25 22:41:43.697 INFO E| Downloaded futures-io v0.3.31
29392026-08-25T22:41:44.501Z[ helios-setup] Aug 25 22:41:43.697 INFO E| Downloaded libdevinfo-sys v1.1.0
29402026-08-25T22:41:44.511Z[ helios-setup] Aug 25 22:41:43.709 INFO E| Downloaded zeroize_derive v1.4.2
29412026-08-25T22:41:44.527Z[ helios-setup] Aug 25 22:41:43.723 INFO E| Downloaded anstyle-query v1.1.4
29422026-08-25T22:41:44.531Z[ helios-setup] Aug 25 22:41:43.724 INFO E| Downloaded simd-adler32 v0.3.7
29432026-08-25T22:41:44.531Z[ helios-setup] Aug 25 22:41:43.725 INFO E| Downloaded quote v1.0.41
29442026-08-25T22:41:44.531Z[ helios-setup] Aug 25 22:41:43.727 INFO E| Downloaded find-msvc-tools v0.1.4
29452026-08-25T22:41:44.537Z[ helios-setup] Aug 25 22:41:43.734 INFO E| Downloaded bitfield v0.19.3
29462026-08-25T22:41:44.540Z[ helios-setup] Aug 25 22:41:43.735 INFO E| Downloaded env_logger v0.11.8
29472026-08-25T22:41:44.540Z[ helios-setup] Aug 25 22:41:43.737 INFO E| Downloaded toml_writer v1.0.4
29482026-08-25T22:41:44.540Z[ helios-setup] Aug 25 22:41:43.738 INFO E| Downloaded toml_datetime v0.7.3
29492026-08-25T22:41:44.543Z[ helios-setup] Aug 25 22:41:43.739 INFO E| Downloaded deranged v0.5.5
29502026-08-25T22:41:44.549Z[ helios-setup] Aug 25 22:41:43.746 INFO E| Downloaded futures-channel v0.3.31
29512026-08-25T22:41:44.552Z[ host-package] Compiling hickory-resolver v0.24.4
29522026-08-25T22:41:44.552Z[ helios-setup] Aug 25 22:41:43.748 INFO E| Downloaded futures-executor v0.3.31
29532026-08-25T22:41:44.552Z[ helios-setup] Aug 25 22:41:43.749 INFO E| Downloaded pin-project-lite v0.2.16
29542026-08-25T22:41:44.555Z[ helios-setup] Aug 25 22:41:43.752 INFO E| Downloaded clap_derive v4.5.49
29552026-08-25T22:41:44.555Z[ helios-setup] Aug 25 22:41:43.753 INFO E| Downloaded num_enum_derive v0.7.5
29562026-08-25T22:41:44.559Z[ helios-setup] Aug 25 22:41:43.754 INFO E| Downloaded getrandom v0.2.16
29572026-08-25T22:41:44.559Z[ helios-setup] Aug 25 22:41:43.756 INFO E| Downloaded crc v3.3.0
29582026-08-25T22:41:44.564Z[ helios-setup] Aug 25 22:41:43.757 INFO E| Downloaded generic-array v0.14.9
29592026-08-25T22:41:44.567Z[ helios-setup] Aug 25 22:41:43.758 INFO E| Downloaded getopts v0.2.24
29602026-08-25T22:41:44.568Z[ helios-setup] Aug 25 22:41:43.759 INFO E| Downloaded tokio-macros v2.6.0
29612026-08-25T22:41:44.568Z[ helios-setup] Aug 25 22:41:43.759 INFO E| Downloaded signal-hook-registry v1.4.6
29622026-08-25T22:41:44.568Z[ helios-setup] Aug 25 22:41:43.760 INFO E| Downloaded slab v0.4.11
29632026-08-25T22:41:44.568Z[ helios-setup] Aug 25 22:41:43.761 INFO E| Downloaded thiserror v2.0.17
29642026-08-25T22:41:44.568Z[ helios-setup] Aug 25 22:41:43.764 INFO E| Downloaded zeroize v1.8.2
29652026-08-25T22:41:44.572Z[ helios-setup] Aug 25 22:41:43.770 INFO E| Downloaded thiserror-impl v2.0.17
29662026-08-25T22:41:44.584Z[ helios-setup] Aug 25 22:41:43.782 INFO E| Downloaded base64ct v1.8.0
29672026-08-25T22:41:44.588Z[ helios-setup] Aug 25 22:41:43.783 INFO E| Downloaded unicode-ident v1.0.22
29682026-08-25T22:41:44.588Z[ helios-setup] Aug 25 22:41:43.785 INFO E| Downloaded num_enum v0.7.5
29692026-08-25T22:41:44.591Z[ helios-setup] Aug 25 22:41:43.788 INFO E| Downloaded time-macros v0.2.24
29702026-08-25T22:41:44.591Z[ helios-setup] Aug 25 22:41:43.789 INFO E| Downloaded anyhow v1.0.100
29712026-08-25T22:41:44.594Z[ helios-setup] Aug 25 22:41:43.793 INFO E| Downloaded clap_builder v4.5.51
29722026-08-25T22:41:44.598Z[ host-package] Compiling derive_more v2.1.1
29732026-08-25T22:41:44.601Z[ helios-setup] Aug 25 22:41:43.798 INFO E| Downloaded term v1.2.0
29742026-08-25T22:41:44.605Z[ helios-setup] Aug 25 22:41:43.800 INFO E| Downloaded iana-time-zone v0.1.64
29752026-08-25T22:41:44.605Z[ helios-setup] Aug 25 22:41:43.802 INFO E| Downloaded bitflags v2.10.0
29762026-08-25T22:41:44.631Z[ helios-setup] Aug 25 22:41:43.805 INFO E| Downloaded toml_parser v1.0.4
29772026-08-25T22:41:44.634Z[ helios-setup] Aug 25 22:41:43.827 INFO E| Downloaded futures v0.3.31
29782026-08-25T22:41:44.634Z[ helios-setup] Aug 25 22:41:43.830 INFO E| Downloaded log v0.4.28
29792026-08-25T22:41:44.634Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29802026-08-25T22:41:44.638Z[ helios-setup] Aug 25 22:41:43.832 INFO E| Downloaded uuid v1.18.1
29812026-08-25T22:41:44.638Z[ helios-setup] Aug 25 22:41:43.834 INFO E| Downloaded clap v4.5.51
29822026-08-25T22:41:44.657Z[ helios-setup] Aug 25 22:41:43.854 INFO E| Downloaded toml v0.9.8
29832026-08-25T22:41:44.660Z[ helios-setup] Aug 25 22:41:43.857 INFO E| Downloaded flate2 v1.1.5
29842026-08-25T22:41:44.665Z[ helios-setup] Aug 25 22:41:43.860 INFO E| Downloaded proc-macro2 v1.0.103
29852026-08-25T22:41:44.669Z[ host-package] Compiling tabled_derive v0.7.0
29862026-08-25T22:41:44.669Z[ helios-setup] Aug 25 22:41:43.864 INFO E| Downloaded typenum v1.19.0
29872026-08-25T22:41:44.672Z[ helios-setup] Aug 25 22:41:43.868 INFO E| Downloaded bytes v1.10.1
29882026-08-25T22:41:44.675Z[ helios-setup] Aug 25 22:41:43.872 INFO E| Downloaded memchr v2.7.6
29892026-08-25T22:41:44.678Z[ helios-setup] Aug 25 22:41:43.875 INFO E| Downloaded zerocopy-derive v0.8.27
29902026-08-25T22:41:44.682Z[ helios-setup] Aug 25 22:41:43.878 INFO E| Downloaded socket2 v0.6.1
29912026-08-25T22:41:44.685Z[ helios-setup] Aug 25 22:41:43.880 INFO E| Downloaded cc v1.2.44
29922026-08-25T22:41:44.692Z[ helios-setup] Aug 25 22:41:43.883 INFO E| Downloaded rand v0.8.5
29932026-08-25T22:41:44.692Z[ helios-setup] Aug 25 22:41:43.885 INFO E| Downloaded toml_edit v0.23.7
29942026-08-25T22:41:44.695Z[ host-package] Compiling termtree v0.5.1
29952026-08-25T22:41:44.695Z[ helios-setup] Aug 25 22:41:43.891 INFO E| Downloaded rsa v0.9.8
29962026-08-25T22:41:44.703Z[ helios-setup] Aug 25 22:41:43.899 INFO E| Downloaded mio v1.1.0
29972026-08-25T22:41:44.707Z[ helios-setup] Aug 25 22:41:43.903 INFO E| Downloaded num-bigint-dig v0.8.4
29982026-08-25T22:41:44.711Z[ helios-setup] Aug 25 22:41:43.909 INFO E| Downloaded iddqd v0.3.14
29992026-08-25T22:41:44.715Z[ helios-setup] Aug 25 22:41:43.913 INFO E| Downloaded indexmap v2.12.0
30002026-08-25T22:41:44.729Z[ helios-setup] Aug 25 22:41:43.927 INFO E| Downloaded futures-util v0.3.31
30012026-08-25T22:41:44.740Z[ host-package] Compiling crossterm v0.29.0
30022026-08-25T22:41:44.744Z[ helios-setup] Aug 25 22:41:43.939 INFO E| Downloaded hashbrown v0.16.0
30032026-08-25T22:41:44.747Z[ helios-setup] Aug 25 22:41:43.943 INFO E| Downloaded time v0.3.44
30042026-08-25T22:41:44.761Z[ helios-setup] Aug 25 22:41:43.958 INFO E| Downloaded winnow v0.7.13
30052026-08-25T22:41:44.765Z[ helios-setup] Aug 25 22:41:43.963 INFO E| Downloaded libm v0.2.15
30062026-08-25T22:41:44.774Z[ helios-setup] Aug 25 22:41:43.970 INFO E| Downloaded serde_json v1.0.145
30072026-08-25T22:41:44.806Z[ helios-setup] Aug 25 22:41:44.003 INFO E| Downloaded zerocopy v0.8.27
30082026-08-25T22:41:44.837Z[ helios-setup] Aug 25 22:41:44.034 INFO E| Downloaded chrono v0.4.42
30092026-08-25T22:41:44.841Z[ helios-setup] Aug 25 22:41:44.039 INFO E| Downloaded unicode-width v0.2.2
30102026-08-25T22:41:44.847Z[ helios-setup] Aug 25 22:41:44.042 INFO E| Downloaded syn v2.0.108
30112026-08-25T22:41:44.851Z[ helios-setup] Aug 25 22:41:44.049 INFO E| Downloaded rustix v1.1.2
30122026-08-25T22:41:44.890Z[ helios-setup] Aug 25 22:41:44.087 INFO E| Downloaded libc v0.2.177
30132026-08-25T22:41:44.900Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30142026-08-25T22:41:44.904Z[ helios-setup] Aug 25 22:41:44.102 INFO E| Downloaded tokio v1.48.0
30152026-08-25T22:41:45.055Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling proc-macro2 v1.0.103
30162026-08-25T22:41:45.055Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling unicode-ident v1.0.22
30172026-08-25T22:41:45.055Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling quote v1.0.41
30182026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling libc v0.2.177
30192026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling serde_core v1.0.228
30202026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling cfg-if v1.0.4
30212026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling serde v1.0.228
30222026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling version_check v0.9.5
30232026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling autocfg v1.5.0
30242026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling typenum v1.19.0
30252026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling const-oid v0.9.6
30262026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling libm v0.2.15
30272026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling zerocopy v0.8.27
30282026-08-25T22:41:45.059Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling rustversion v1.0.22
30292026-08-25T22:41:45.060Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling smallvec v1.15.1
30302026-08-25T22:41:45.060Z[ helios-setup] Aug 25 22:41:44.253 INFO E| Compiling zeroize v1.8.2
30312026-08-25T22:41:45.361Z[ host-package] Compiling typify v0.6.2
30322026-08-25T22:41:45.618Z[ helios-setup] Aug 25 22:41:44.815 INFO E| Compiling base64ct v1.8.0
30332026-08-25T22:41:45.625Z[ host-package] Compiling progenitor-impl v0.14.0
30342026-08-25T22:41:45.732Z[ host-package] Compiling tabled v0.15.0
30352026-08-25T22:41:46.087Z[ helios-setup] Aug 25 22:41:45.284 INFO E| Compiling byteorder v1.5.0
30362026-08-25T22:41:46.226Z[ helios-setup] Aug 25 22:41:45.424 INFO E| Compiling utf8parse v0.2.2
30372026-08-25T22:41:46.413Z[ helios-setup] Aug 25 22:41:45.611 INFO E| Compiling hashbrown v0.16.0
30382026-08-25T22:41:46.417Z[ helios-setup] Aug 25 22:41:45.611 INFO E| Compiling crc32fast v1.5.0
30392026-08-25T22:41:46.502Z[ helios-setup] Aug 25 22:41:45.698 INFO E| Compiling pem-rfc7468 v0.7.0
30402026-08-25T22:41:46.715Z[ helios-setup] Aug 25 22:41:45.913 INFO E| Compiling rustix v1.1.2
30412026-08-25T22:41:46.763Z[ helios-setup] Aug 25 22:41:45.960 INFO E| Compiling generic-array v0.14.9
30422026-08-25T22:41:46.785Z[ helios-setup] Aug 25 22:41:45.980 INFO E| Compiling memchr v2.7.6
30432026-08-25T22:41:46.832Z[ helios-setup] Aug 25 22:41:46.030 INFO E| Compiling equivalent v1.0.2
30442026-08-25T22:41:46.894Z[ helios-setup] Aug 25 22:41:46.091 INFO E| Compiling anyhow v1.0.100
30452026-08-25T22:41:46.913Z[ host-package] Compiling qorb v0.4.1
30462026-08-25T22:41:47.011Z[ host-package] Compiling phf_shared v0.12.1
30472026-08-25T22:41:47.014Z[ helios-setup] Aug 25 22:41:46.210 INFO E| Compiling num-traits v0.2.19
30482026-08-25T22:41:47.020Z[ helios-setup] Aug 25 22:41:46.216 INFO E| Compiling flagset v0.4.7
30492026-08-25T22:41:47.041Z[ helios-setup] Aug 25 22:41:46.239 INFO E| Compiling winnow v0.7.13
30502026-08-25T22:41:47.365Z[ helios-setup] Aug 25 22:41:46.563 INFO E| Compiling anstyle-parse v0.2.7
30512026-08-25T22:41:47.616Z[ helios-setup] Aug 25 22:41:46.813 INFO E| Compiling getrandom v0.2.16
30522026-08-25T22:41:47.622Z[ helios-setup] Aug 25 22:41:46.820 INFO E| Compiling errno v0.3.14
30532026-08-25T22:41:47.637Z[ helios-setup] Aug 25 22:41:46.834 INFO E| Compiling indexmap v2.12.0
30542026-08-25T22:41:47.807Z[ helios-setup] Aug 25 22:41:47.005 INFO E| Compiling shlex v1.3.0
30552026-08-25T22:41:47.877Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30562026-08-25T22:41:47.897Z[ helios-setup] Aug 25 22:41:47.095 INFO E| Compiling rand_core v0.6.4
30572026-08-25T22:41:47.922Z[ helios-setup] Aug 25 22:41:47.120 INFO E| Compiling colorchoice v1.0.4
30582026-08-25T22:41:47.930Z[ helios-setup] Aug 25 22:41:47.126 INFO E| Compiling anstyle v1.0.13
30592026-08-25T22:41:47.959Z[ helios-setup] Aug 25 22:41:47.157 INFO E| Compiling cpufeatures v0.2.17
30602026-08-25T22:41:47.984Z[ helios-setup] Aug 25 22:41:47.181 INFO E| Compiling is_terminal_polyfill v1.70.2
30612026-08-25T22:41:48.044Z[ helios-setup] Aug 25 22:41:47.241 INFO E| Compiling syn v2.0.108
30622026-08-25T22:41:48.065Z[ helios-setup] Aug 25 22:41:47.260 INFO E| Compiling anstyle-query v1.1.4
30632026-08-25T22:41:48.088Z[ helios-setup] Aug 25 22:41:47.284 INFO E| Compiling toml_datetime v0.7.3
30642026-08-25T22:41:48.112Z[ helios-setup] Aug 25 22:41:47.309 INFO E| Compiling find-msvc-tools v0.1.4
30652026-08-25T22:41:48.112Z[ helios-setup] Aug 25 22:41:47.309 INFO E| Compiling syn v1.0.109
30662026-08-25T22:41:48.207Z[ helios-setup] Aug 25 22:41:47.405 INFO E| Compiling radium v0.7.0
30672026-08-25T22:41:48.214Z[ helios-setup] Aug 25 22:41:47.411 INFO E| Compiling allocator-api2 v0.2.21
30682026-08-25T22:41:48.580Z[ helios-setup] Aug 25 22:41:47.778 INFO E| Compiling cc v1.2.44
30692026-08-25T22:41:48.702Z[ helios-setup] Aug 25 22:41:47.900 INFO E| Compiling anstream v0.6.21
30702026-08-25T22:41:48.710Z[ helios-setup] Aug 25 22:41:47.907 INFO E| Compiling slog v2.8.2
30712026-08-25T22:41:48.813Z[ host-package] Compiling csv-core v0.1.13
30722026-08-25T22:41:48.862Z[ host-package] Compiling vte v0.14.1
30732026-08-25T22:41:48.894Z[ helios-setup] Aug 25 22:41:48.092 INFO E| Compiling pkg-config v0.3.32
30742026-08-25T22:41:49.016Z[ helios-setup] Aug 25 22:41:48.214 INFO E| Compiling block-buffer v0.10.4
30752026-08-25T22:41:49.078Z[ helios-setup] Aug 25 22:41:48.276 INFO E| Compiling crypto-common v0.1.6
30762026-08-25T22:41:49.345Z[ helios-setup] Aug 25 22:41:48.543 INFO E| Compiling digest v0.10.7
30772026-08-25T22:41:49.358Z[ helios-setup] Aug 25 22:41:48.556 INFO E| Compiling tap v1.0.1
30782026-08-25T22:41:49.365Z[ helios-setup] Aug 25 22:41:48.562 INFO E| Compiling futures-sink v0.3.31
30792026-08-25T22:41:49.414Z[ helios-setup] Aug 25 22:41:48.610 INFO E| Compiling unicode-width v0.2.2
30802026-08-25T22:41:49.478Z[ helios-setup] Aug 25 22:41:48.676 INFO E| Compiling futures-core v0.3.31
30812026-08-25T22:41:49.495Z[ helios-setup] Aug 25 22:41:48.693 INFO E| Compiling maybe-uninit v2.0.0
30822026-08-25T22:41:49.495Z[ helios-setup] Aug 25 22:41:48.693 INFO E| Compiling pin-project-lite v0.2.16
30832026-08-25T22:41:49.505Z[ helios-setup] Aug 25 22:41:48.702 INFO E| Compiling parking_lot_core v0.9.12
30842026-08-25T22:41:49.717Z[ helios-setup] Aug 25 22:41:48.911 INFO E| Compiling futures-channel v0.3.31
30852026-08-25T22:41:49.725Z[ helios-setup] Aug 25 22:41:48.923 INFO E| Compiling wyz v0.5.1
30862026-08-25T22:41:49.826Z[ helios-setup] Aug 25 22:41:49.013 INFO E| Compiling sha2 v0.10.9
30872026-08-25T22:41:49.826Z[ host-package] Compiling highway v1.3.0
30882026-08-25T22:41:49.853Z[ host-package] Compiling chrono-tz v0.10.4
30892026-08-25T22:41:49.906Z[ helios-setup] Aug 25 22:41:49.103 INFO E| Compiling getopts v0.2.24
30902026-08-25T22:41:49.933Z[ helios-setup] Aug 25 22:41:49.131 INFO E| Compiling ahash v0.8.12
30912026-08-25T22:41:49.937Z[ helios-setup] Aug 25 22:41:49.132 INFO E| Compiling thiserror v1.0.69
30922026-08-25T22:41:49.946Z[ helios-setup] Aug 25 22:41:49.143 INFO E| Compiling funty v2.0.0
30932026-08-25T22:41:50.136Z[ host-package] Compiling progenitor-macro v0.14.0
30942026-08-25T22:41:50.262Z[ helios-setup] Aug 25 22:41:49.457 INFO E| Compiling toml_parser v1.0.4
30952026-08-25T22:41:50.367Z[ helios-setup] Aug 25 22:41:49.563 INFO E| Compiling num-integer v0.1.46
30962026-08-25T22:41:50.462Z[ helios-setup] Aug 25 22:41:49.656 INFO E| Compiling powerfmt v0.2.0
30972026-08-25T22:41:50.488Z[ helios-setup] Aug 25 22:41:49.686 INFO E| Compiling clap_lex v0.7.6
30982026-08-25T22:41:50.617Z[ helios-setup] Aug 25 22:41:49.813 INFO E| Compiling time-core v0.1.6
30992026-08-25T22:41:50.689Z[ helios-setup] Aug 25 22:41:49.887 INFO E| Compiling bytes v1.10.1
31002026-08-25T22:41:50.754Z[ helios-setup] Aug 25 22:41:49.952 INFO E| Compiling packed_struct v0.10.1
31012026-08-25T22:41:50.900Z[ helios-setup] Aug 25 22:41:50.097 INFO E| Compiling num-conv v0.1.0
31022026-08-25T22:41:50.912Z[ helios-setup] Aug 25 22:41:50.110 INFO E| Compiling heck v0.5.0
31032026-08-25T22:41:51.044Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31042026-08-25T22:41:51.057Z[ helios-setup] Aug 25 22:41:50.251 INFO E| Compiling pin-utils v0.1.0
31052026-08-25T22:41:51.111Z[ helios-setup] Aug 25 22:41:50.309 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31062026-08-25T22:41:51.125Z[ helios-setup] Aug 25 22:41:50.323 INFO E| Compiling slab v0.4.11
31072026-08-25T22:41:51.145Z[ helios-setup] Aug 25 22:41:50.341 INFO E| Compiling strsim v0.11.1
31082026-08-25T22:41:51.237Z[ helios-setup] Aug 25 22:41:50.434 INFO E| Compiling itoa v1.0.15
31092026-08-25T22:41:51.352Z[ helios-setup] Aug 25 22:41:50.545 INFO E| Compiling bitflags v2.10.0
31102026-08-25T22:41:51.356Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31112026-08-25T22:41:51.437Z[ helios-setup] Aug 25 22:41:50.635 INFO E| Compiling toml_edit v0.23.7
31122026-08-25T22:41:51.460Z[ helios-setup] Aug 25 22:41:50.658 INFO E| Compiling scopeguard v1.2.0
31132026-08-25T22:41:51.483Z[ helios-setup] Aug 25 22:41:50.681 INFO E| Compiling spin v0.9.8
31142026-08-25T22:41:51.550Z[ helios-setup] Aug 25 22:41:50.747 INFO E| Compiling futures-task v0.3.31
31152026-08-25T22:41:51.601Z[ helios-setup] Aug 25 22:41:50.799 INFO E| Compiling num-bigint-dig v0.8.4
31162026-08-25T22:41:51.683Z[ helios-setup] Aug 25 22:41:50.881 INFO E| Compiling futures-io v0.3.31
31172026-08-25T22:41:51.689Z[ helios-setup] Aug 25 22:41:50.887 INFO E| Compiling getrandom v0.3.4
31182026-08-25T22:41:51.899Z[ helios-setup] Aug 25 22:41:51.095 INFO E| Compiling lazy_static v1.5.0
31192026-08-25T22:41:51.931Z[ host-package] Compiling csv v1.4.0
31202026-08-25T22:41:51.956Z[ helios-setup] Aug 25 22:41:51.154 INFO E| Compiling lock_api v0.4.14
31212026-08-25T22:41:52.001Z[ helios-setup] Aug 25 22:41:51.198 INFO E| Compiling time-macros v0.2.24
31222026-08-25T22:41:52.029Z[ helios-setup] Aug 25 22:41:51.227 INFO E| Compiling num-iter v0.1.45
31232026-08-25T22:41:52.045Z[ helios-setup] Aug 25 22:41:51.242 INFO E| Compiling deranged v0.5.5
31242026-08-25T22:41:52.058Z[ helios-setup] Aug 25 22:41:51.253 INFO E| Compiling bitvec v1.0.1
31252026-08-25T22:41:52.257Z[ helios-setup] Aug 25 22:41:51.455 INFO E| Compiling indexmap v1.9.3
31262026-08-25T22:41:52.561Z[ helios-setup] Aug 25 22:41:51.759 INFO E| Compiling log v0.4.28
31272026-08-25T22:41:52.590Z[ helios-setup] Aug 25 22:41:51.786 INFO E| Compiling simd-adler32 v0.3.7
31282026-08-25T22:41:52.680Z[ helios-setup] Aug 25 22:41:51.878 INFO E| Compiling once_cell v1.21.3
31292026-08-25T22:41:52.772Z[ helios-setup] Aug 25 22:41:51.969 INFO E| Compiling crc-catalog v2.4.0
31302026-08-25T22:41:52.871Z[ helios-setup] Aug 25 22:41:52.069 INFO E| Compiling terminal_size v0.4.3
31312026-08-25T22:41:52.888Z[ helios-setup] Aug 25 22:41:52.078 INFO E| Compiling iana-time-zone v0.1.64
31322026-08-25T22:41:52.888Z[ host-package] Compiling phf v0.12.1
31332026-08-25T22:41:52.917Z[ helios-setup] Aug 25 22:41:52.107 INFO E| Compiling serde_json v1.0.145
31342026-08-25T22:41:53.000Z[ helios-setup] Aug 25 22:41:52.198 INFO E| Compiling nodrop v0.1.14
31352026-08-25T22:41:53.014Z[ helios-setup] Aug 25 22:41:52.212 INFO E| Compiling proc-macro-crate v3.4.0
31362026-08-25T22:41:53.125Z[ helios-setup] Aug 25 22:41:52.323 INFO E| Compiling clap_builder v4.5.51
31372026-08-25T22:41:53.170Z[ helios-setup] Aug 25 22:41:52.367 INFO E| Compiling adler2 v2.0.1
31382026-08-25T22:41:53.314Z[ host-package] Compiling const_format_proc_macros v0.2.34
31392026-08-25T22:41:53.380Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31402026-08-25T22:41:53.475Z[ host-package] Compiling fd-lock v4.0.4
31412026-08-25T22:41:53.539Z[ helios-setup] Aug 25 22:41:52.736 INFO E| Compiling thiserror v2.0.17
31422026-08-25T22:41:53.573Z[ helios-setup] Aug 25 22:41:52.770 INFO E| Compiling miniz_oxide v0.8.9
31432026-08-25T22:41:53.641Z[ host-package] Compiling peg-macros v0.8.5
31442026-08-25T22:41:53.726Z[ helios-setup] Aug 25 22:41:52.924 INFO E| Compiling chrono v0.4.42
31452026-08-25T22:41:53.738Z[ helios-setup] Aug 25 22:41:52.931 INFO E| Compiling array-init v0.0.4
31462026-08-25T22:41:53.805Z[ helios-setup] Aug 25 22:41:53.002 INFO E| Compiling crc v3.3.0
31472026-08-25T22:41:53.939Z[ helios-setup] Aug 25 22:41:53.137 INFO E| Compiling env_filter v0.1.4
31482026-08-25T22:41:53.950Z[ helios-setup] Aug 25 22:41:53.143 INFO E| Compiling parking_lot v0.12.5
31492026-08-25T22:41:54.049Z[ host-package] Compiling nu-ansi-term v0.50.3
31502026-08-25T22:41:54.208Z[ helios-setup] Aug 25 22:41:53.405 INFO E| Compiling smallvec v0.6.14
31512026-08-25T22:41:54.368Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31522026-08-25T22:41:54.552Z[ helios-setup] Aug 25 22:41:53.750 INFO E| Compiling time v0.3.44
31532026-08-25T22:41:54.632Z[ helios-setup] Aug 25 22:41:53.829 INFO E| Compiling serde_spanned v1.0.3
31542026-08-25T22:41:54.756Z[ helios-setup] Aug 25 22:41:53.953 INFO E| Compiling signature v2.2.0
31552026-08-25T22:41:54.875Z[ helios-setup] Aug 25 22:41:54.072 INFO E| Compiling signal-hook-registry v1.4.6
31562026-08-25T22:41:54.895Z[ helios-setup] Aug 25 22:41:54.092 INFO E| Compiling is-terminal v0.4.17
31572026-08-25T22:41:55.028Z[ host-package] Compiling reedline v0.40.0
31582026-08-25T22:41:55.059Z[ helios-setup] Aug 25 22:41:54.257 INFO E| Compiling socket2 v0.6.1
31592026-08-25T22:41:55.069Z[ helios-setup] Aug 25 22:41:54.266 INFO E| Compiling mio v1.1.0
31602026-08-25T22:41:55.082Z[ helios-setup] Aug 25 22:41:54.279 INFO E| Compiling thread_local v1.1.9
31612026-08-25T22:41:55.170Z[ helios-setup] Aug 25 22:41:54.367 INFO E| Compiling packed_struct_codegen v0.10.1
31622026-08-25T22:41:55.409Z[ helios-setup] Aug 25 22:41:54.606 INFO E| Compiling serde_derive v1.0.228
31632026-08-25T22:41:55.440Z[ helios-setup] Aug 25 22:41:54.638 INFO E| Compiling zerocopy-derive v0.8.27
31642026-08-25T22:41:55.527Z[ helios-setup] Aug 25 22:41:54.725 INFO E| Compiling der_derive v0.7.3
31652026-08-25T22:41:55.840Z[ host-package] Compiling const_format v0.2.35
31662026-08-25T22:41:55.851Z[ helios-setup] Aug 25 22:41:55.049 INFO E| Compiling futures-macro v0.3.31
31672026-08-25T22:41:56.089Z[ helios-setup] Aug 25 22:41:55.287 INFO E| Compiling zerocopy-derive v0.6.6
31682026-08-25T22:41:56.093Z[ helios-setup] Aug 25 22:41:55.287 INFO E| Compiling bitfield-macros v0.19.3
31692026-08-25T22:41:56.196Z[ helios-setup] Aug 25 22:41:55.391 INFO E| Compiling clap_derive v4.5.49
31702026-08-25T22:41:56.466Z[ helios-setup] Aug 25 22:41:55.663 INFO E| Compiling num_enum_derive v0.7.5
31712026-08-25T22:41:56.558Z[ host-package] Compiling peg v0.8.5
31722026-08-25T22:41:56.563Z[ helios-setup] Aug 25 22:41:55.760 INFO E| Compiling thiserror-impl v1.0.69
31732026-08-25T22:41:56.732Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31742026-08-25T22:41:56.890Z[ host-package] Compiling bcs v0.1.6
31752026-08-25T22:41:56.913Z[ helios-setup] Aug 25 22:41:56.111 INFO E| Compiling tokio-macros v2.6.0
31762026-08-25T22:41:57.486Z[ helios-setup] Aug 25 22:41:56.682 INFO E| Compiling thiserror-impl v2.0.17
31772026-08-25T22:41:57.793Z[ helios-setup] Aug 25 22:41:56.990 INFO E| Compiling toml_writer v1.0.4
31782026-08-25T22:41:57.948Z[ helios-setup] Aug 25 22:41:57.145 INFO E| Compiling zerocopy v0.6.6
31792026-08-25T22:41:57.955Z[ helios-setup] Aug 25 22:41:57.152 INFO E| Compiling futures-util v0.3.31
31802026-08-25T22:41:57.955Z[ helios-setup] Aug 25 22:41:57.152 INFO E| Compiling der v0.7.10
31812026-08-25T22:41:57.996Z[ helios-setup] Aug 25 22:41:57.183 INFO E| Compiling bitfield v0.19.3
31822026-08-25T22:41:57.999Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31832026-08-25T22:41:58.131Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31842026-08-25T22:41:58.163Z[ helios-setup] Aug 25 22:41:57.361 INFO E| Compiling winnow v0.5.40
31852026-08-25T22:41:58.332Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31862026-08-25T22:41:58.455Z[ helios-setup] Aug 25 22:41:57.652 INFO E| Compiling term v1.2.0
31872026-08-25T22:41:58.512Z[ helios-setup] Aug 25 22:41:57.708 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31882026-08-25T22:41:58.600Z[ host-package] Compiling progenitor v0.14.0
31892026-08-25T22:41:58.821Z[ helios-setup] Aug 25 22:41:58.018 INFO E| Compiling num_enum v0.7.5
31902026-08-25T22:41:58.885Z[ helios-setup] Aug 25 22:41:58.083 INFO E| Compiling subtle v2.6.1
31912026-08-25T22:41:58.888Z[ host-package] Compiling nom v8.0.0
31922026-08-25T22:41:58.907Z[ helios-setup] Aug 25 22:41:58.104 INFO E| Compiling libdevinfo-sys v1.1.0
31932026-08-25T22:41:59.073Z[ helios-setup] Aug 25 22:41:58.270 INFO E| Compiling base64 v0.21.7
31942026-08-25T22:41:59.137Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31952026-08-25T22:41:59.168Z[ helios-setup] Aug 25 22:41:58.365 INFO E| Compiling hashbrown v0.12.3
31962026-08-25T22:41:59.239Z[ host-package] Compiling semver v0.1.20
31972026-08-25T22:41:59.397Z[ helios-setup] Aug 25 22:41:58.595 INFO E| Compiling ryu v1.0.20
31982026-08-25T22:41:59.432Z[ helios-setup] Aug 25 22:41:58.630 INFO E| Compiling devinfo v0.1.0
31992026-08-25T22:41:59.489Z[ helios-setup] Aug 25 22:41:58.686 INFO E| Compiling tokio v1.48.0
32002026-08-25T22:41:59.903Z[ helios-setup] Aug 25 22:41:59.100 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32012026-08-25T22:41:59.906Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32022026-08-25T22:41:59.989Z[ helios-setup] Aug 25 22:41:59.187 INFO E| Compiling toml v0.9.8
32032026-08-25T22:42:00.080Z[ helios-setup] Aug 25 22:41:59.278 INFO E| Compiling clap v4.5.51
32042026-08-25T22:42:00.101Z[ helios-setup] Aug 25 22:41:59.299 INFO E| Compiling bzip2 v0.4.4
32052026-08-25T22:42:00.161Z[ host-package] Compiling rustc_version v0.1.7
32062026-08-25T22:42:00.185Z[ helios-setup] Aug 25 22:41:59.377 INFO E| Compiling flate2 v1.1.5
32072026-08-25T22:42:00.279Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32082026-08-25T22:42:00.691Z[ helios-setup] Aug 25 22:41:59.888 INFO E| Compiling spki v0.7.3
32092026-08-25T22:42:00.708Z[ helios-setup] Aug 25 22:41:59.906 INFO E| Compiling uuid v1.18.1
32102026-08-25T22:42:00.777Z[ helios-setup] Aug 25 22:41:59.974 INFO E| Compiling env_logger v0.11.8
32112026-08-25T22:42:00.794Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32122026-08-25T22:42:00.904Z[ helios-setup] Aug 25 22:42:00.101 INFO E| Compiling foldhash v0.2.0
32132026-08-25T22:42:01.007Z[ host-package] Compiling newtype_derive v0.1.6
32142026-08-25T22:42:01.343Z[ helios-setup] Aug 25 22:42:00.541 INFO E| Compiling pkcs8 v0.10.2
32152026-08-25T22:42:01.343Z[ helios-setup] Aug 25 22:42:00.541 INFO E| Compiling x509-cert v0.2.5
32162026-08-25T22:42:01.430Z[ helios-setup] Aug 25 22:42:00.627 INFO E| Compiling ppv-lite86 v0.2.21
32172026-08-25T22:42:01.496Z[ helios-setup] Aug 25 22:42:00.693 INFO E| Compiling bitflags v1.3.2
32182026-08-25T22:42:01.559Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32192026-08-25T22:42:01.559Z[ helios-setup] Aug 25 22:42:00.756 INFO E| Compiling crc-any v2.5.0
32202026-08-25T22:42:01.604Z[ helios-setup] Aug 25 22:42:00.801 INFO E| Compiling rustc-hash v2.1.1
32212026-08-25T22:42:01.893Z[ helios-setup] Aug 25 22:42:01.091 INFO E| Compiling erased-serde v0.3.31
32222026-08-25T22:42:01.936Z[ helios-setup] Aug 25 22:42:01.134 INFO E| Compiling pkcs1 v0.7.5
32232026-08-25T22:42:02.102Z[ helios-setup] Aug 25 22:42:01.299 INFO E| Compiling rand_chacha v0.3.1
32242026-08-25T22:42:02.109Z[ helios-setup] Aug 25 22:42:01.306 INFO E| Compiling toml_datetime v0.6.11
32252026-08-25T22:42:02.126Z[ helios-setup] Aug 25 22:42:01.323 INFO E| Compiling serde_spanned v0.6.9
32262026-08-25T22:42:02.134Z[ helios-setup] Aug 25 22:42:01.332 INFO E| Compiling hashbrown v0.13.2
32272026-08-25T22:42:02.216Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32282026-08-25T22:42:02.570Z[ helios-setup] Aug 25 22:42:01.763 INFO E| Compiling rand v0.8.5
32292026-08-25T22:42:02.710Z[ helios-setup] Aug 25 22:42:01.908 INFO E| Compiling toml_edit v0.19.15
32302026-08-25T22:42:02.745Z[ host-package] Compiling serde_tokenstream v0.3.0
32312026-08-25T22:42:03.126Z[ helios-setup] Aug 25 22:42:02.323 INFO E| Compiling futures-executor v0.3.31
32322026-08-25T22:42:03.263Z[ helios-setup] Aug 25 22:42:02.460 INFO E| Compiling serde-hex v0.1.0
32332026-08-25T22:42:03.310Z[ helios-setup] Aug 25 22:42:02.508 INFO E| Compiling ron v0.8.1
32342026-08-25T22:42:03.348Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32352026-08-25T22:42:03.552Z[ host-package] Compiling oxide-generation-macros v0.2.0
32362026-08-25T22:42:03.670Z[ helios-setup] Aug 25 22:42:02.868 INFO E| Compiling futures v0.3.31
32372026-08-25T22:42:03.733Z[ helios-setup] Aug 25 22:42:02.930 INFO E| Compiling hex v0.4.3
32382026-08-25T22:42:03.767Z[ helios-setup] Aug 25 22:42:02.964 INFO E| Compiling object v0.30.4
32392026-08-25T22:42:03.948Z[ helios-setup] Aug 25 22:42:03.145 INFO E| Compiling slog-term v2.9.2
32402026-08-25T22:42:04.177Z[ helios-setup] Aug 25 22:42:03.375 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
32412026-08-25T22:42:04.313Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32422026-08-25T22:42:04.407Z[ helios-setup] Aug 25 22:42:03.572 INFO E| Compiling iddqd v0.3.14
32432026-08-25T22:42:04.411Z[ helios-setup] Aug 25 22:42:03.605 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32442026-08-25T22:42:04.909Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32452026-08-25T22:42:04.913Z[ helios-setup] Aug 25 22:42:04.107 INFO E| Compiling zip v0.6.6
32462026-08-25T22:42:05.397Z[ helios-setup] Aug 25 22:42:04.595 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32472026-08-25T22:42:05.717Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32482026-08-25T22:42:05.772Z[ helios-setup] Aug 25 22:42:04.969 INFO E| Compiling rsa v0.9.8
32492026-08-25T22:42:05.835Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
32502026-08-25T22:42:05.839Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32512026-08-25T22:42:05.952Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
32522026-08-25T22:42:05.987Z[ helios-setup] Aug 25 22:42:05.185 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32532026-08-25T22:42:06.251Z[ host-package] Compiling steno v0.4.1
32542026-08-25T22:42:06.428Z[ helios-setup] Aug 25 22:42:05.626 INFO E| Compiling toml v0.7.8
32552026-08-25T22:42:07.005Z[ helios-setup] Aug 25 22:42:06.202 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32562026-08-25T22:42:07.032Z[ host-package] Compiling sha1 v0.10.6
32572026-08-25T22:42:07.119Z[ helios-setup] Aug 25 22:42:06.316 INFO E| Compiling path-slash v0.1.5
32582026-08-25T22:42:07.289Z[ host-package] Compiling tagptr v0.2.0
32592026-08-25T22:42:07.392Z[ host-package] Compiling utf-8 v0.7.6
32602026-08-25T22:42:07.760Z[ host-package] Compiling moka v0.12.13
32612026-08-25T22:42:07.935Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32622026-08-25T22:42:08.134Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32632026-08-25T22:42:08.474Z[ host-package] Compiling tungstenite v0.21.0
32642026-08-25T22:42:08.768Z[ helios-setup] Aug 25 22:42:07.965 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32652026-08-25T22:42:09.085Z[ helios-setup] Aug 25 22:42:08.282 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32662026-08-25T22:42:09.444Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32672026-08-25T22:42:10.576Z[ host-package] Compiling hickory-resolver v0.25.2
32682026-08-25T22:42:10.867Z[ host-package] Compiling tokio-tungstenite v0.21.0
32692026-08-25T22:42:11.891Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32702026-08-25T22:42:12.130Z[ host-package] Compiling darling_core v0.21.3
32712026-08-25T22:42:13.823Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32722026-08-25T22:42:14.363Z[ host-package] Compiling display-error-chain v0.2.2
32732026-08-25T22:42:14.414Z[ host-package] Compiling libscf-sys v1.2.0
32742026-08-25T22:42:14.577Z[ helios-setup] Aug 25 22:42:13.775 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32752026-08-25T22:42:14.592Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32762026-08-25T22:42:14.761Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32772026-08-25T22:42:14.894Z[ host-package] Compiling vergen-lib v0.1.6
32782026-08-25T22:42:15.199Z[ host-package] Compiling darling_macro v0.21.3
32792026-08-25T22:42:15.464Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32802026-08-25T22:42:15.873Z[ host-package] Compiling diesel_derives v2.3.7
32812026-08-25T22:42:15.905Z[ helios-setup] Aug 25 22:42:15.102 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32822026-08-25T22:42:16.042Z[ host-package] Compiling darling v0.21.3
32832026-08-25T22:42:16.251Z[ host-package] Compiling dsl_auto_type v0.2.0
32842026-08-25T22:42:16.747Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32852026-08-25T22:42:17.136Z[ host-package] Compiling vergen-gitcl v1.0.8
32862026-08-25T22:42:17.697Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32872026-08-25T22:42:17.946Z[ host-package] Compiling dirs-sys-next v0.1.2
32882026-08-25T22:42:18.144Z[ host-package] Compiling maplit v1.0.2
32892026-08-25T22:42:18.402Z[ host-package] Compiling crunchy v0.2.4
32902026-08-25T22:42:18.457Z[ host-package] Compiling glob v0.3.3
32912026-08-25T22:42:18.542Z[ host-package] Compiling dirs-next v2.0.0
32922026-08-25T22:42:18.929Z[ host-package] Compiling r2d2 v0.8.10
32932026-08-25T22:42:19.014Z[ host-package] Compiling clang-sys v1.8.1
32942026-08-25T22:42:19.101Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32952026-08-25T22:42:19.140Z[ host-package] Compiling papergrid v0.18.0
32962026-08-25T22:42:19.267Z[ host-package] Compiling xshell-macros v0.2.7
32972026-08-25T22:42:19.347Z[ host-package] Compiling tiny-keccak v2.0.2
32982026-08-25T22:42:19.426Z[ host-package] Compiling downcast-rs v2.0.2
32992026-08-25T22:42:19.542Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33002026-08-25T22:42:19.692Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33012026-08-25T22:42:19.743Z[ host-package] Compiling xshell v0.2.7
33022026-08-25T22:42:19.834Z[ host-package] Compiling term v0.7.0
33032026-08-25T22:42:19.887Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33042026-08-25T22:42:19.906Z[ helios-setup] Aug 25 22:42:19.104 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33052026-08-25T22:42:20.183Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33062026-08-25T22:42:20.459Z[ host-package] Compiling tabled v0.21.0
33072026-08-25T22:42:20.522Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33082026-08-25T22:42:20.845Z[ host-package] Compiling bit-vec v0.6.3
33092026-08-25T22:42:21.023Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33102026-08-25T22:42:21.093Z[ host-package] Compiling bit-set v0.5.3
33112026-08-25T22:42:21.206Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33122026-08-25T22:42:21.279Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33132026-08-25T22:42:21.319Z[ host-package] Compiling ascii-canvas v3.0.0
33142026-08-25T22:42:21.698Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33152026-08-25T22:42:21.865Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33162026-08-25T22:42:21.914Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33172026-08-25T22:42:22.144Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33182026-08-25T22:42:22.352Z[ host-package] Compiling itertools v0.10.5
33192026-08-25T22:42:22.421Z[ host-package] Compiling ena v0.14.4
33202026-08-25T22:42:22.450Z[ host-package] Compiling libloading v0.8.9
33212026-08-25T22:42:22.540Z[ host-package] Compiling regex-syntax v0.6.29
33222026-08-25T22:42:22.673Z[ host-package] Compiling diff v0.1.13
33232026-08-25T22:42:22.740Z[ host-package] Compiling unicase v2.9.0
33242026-08-25T22:42:22.981Z[ host-package] Compiling bindgen v0.71.1
33252026-08-25T22:42:23.497Z[ host-package] Compiling diesel v2.3.7
33262026-08-25T22:42:23.561Z[ host-package] Compiling cexpr v0.6.0
33272026-08-25T22:42:23.653Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33282026-08-25T22:42:23.973Z[ host-package] Compiling crc8 v0.1.1
33292026-08-25T22:42:24.055Z[ host-package] Compiling rustc-hash v2.1.1
33302026-08-25T22:42:24.240Z[ host-package] Compiling lalrpop v0.19.12
33312026-08-25T22:42:24.660Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33322026-08-25T22:42:24.803Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33332026-08-25T22:42:24.881Z[ host-package] Compiling headers-core v0.3.0
33342026-08-25T22:42:25.251Z[ host-package] Compiling libxml v0.3.3
33352026-08-25T22:42:25.644Z[ host-package] Compiling headers v0.4.1
33362026-08-25T22:42:25.902Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33372026-08-25T22:42:25.939Z[ host-package] Compiling strum_macros v0.24.3
33382026-08-25T22:42:25.942Z[ host-package] Compiling indoc v1.0.9
33392026-08-25T22:42:26.480Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33402026-08-25T22:42:26.515Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33412026-08-25T22:42:26.539Z[ host-package] Compiling derive_builder v0.20.2
33422026-08-25T22:42:26.670Z[ host-package] Compiling oso-derive v0.27.3
33432026-08-25T22:42:26.739Z[ host-package] Compiling quick-xml v0.37.5
33442026-08-25T22:42:26.780Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33452026-08-25T22:42:27.592Z[ host-package] Compiling openssl-probe v0.1.6
33462026-08-25T22:42:27.848Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33472026-08-25T22:42:27.939Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33482026-08-25T22:42:28.143Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33492026-08-25T22:42:28.796Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33502026-08-25T22:42:28.880Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33512026-08-25T22:42:28.982Z[ host-package] Compiling bb8 v0.8.6
33522026-08-25T22:42:29.079Z[ host-package] Compiling trait-variant v0.1.2
33532026-08-25T22:42:29.247Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33542026-08-25T22:42:29.527Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33552026-08-25T22:42:29.632Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33562026-08-25T22:42:29.846Z[ host-package] Compiling half v1.8.3
33572026-08-25T22:42:29.948Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33582026-08-25T22:42:29.996Z[ host-package] Compiling proc-macro-error2 v2.0.1
33592026-08-25T22:42:30.204Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33602026-08-25T22:42:30.401Z[ host-package] Compiling serde_cbor v0.11.2
33612026-08-25T22:42:30.504Z[ host-package] Compiling hashbrown v0.14.5
33622026-08-25T22:42:30.576Z[ host-package] Compiling rfc6979 v0.4.0
33632026-08-25T22:42:30.644Z[ host-package] Compiling salty v0.3.0
33642026-08-25T22:42:30.780Z[ host-package] Compiling ecdsa v0.16.9
33652026-08-25T22:42:31.072Z[ host-package] Compiling samael v0.0.19
33662026-08-25T22:42:31.103Z[ host-package] Compiling knus-derive v3.4.0
33672026-08-25T22:42:31.233Z[ host-package] Compiling chumsky v0.9.3
33682026-08-25T22:42:31.476Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33692026-08-25T22:42:31.589Z[ host-package] Compiling progenitor-impl v0.13.0
33702026-08-25T22:42:31.742Z[ host-package] Compiling primeorder v0.13.6
33712026-08-25T22:42:32.076Z[ helios-setup] Aug 25 22:42:31.274 INFO E| Finished `release` profile [optimized] target(s) in 49.14s
33722026-08-25T22:42:32.080Z[ helios-setup] Aug 25 22:42:31.276 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33732026-08-25T22:42:32.080Z[ helios-setup] Aug 25 22:42:31.276 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33742026-08-25T22:42:32.102Z[ host-package] Compiling nonempty v0.12.0
33752026-08-25T22:42:32.137Z[ helios-setup] Aug 25 22:42:31.334 INFO building project "pilot" ok (49 seconds)
33762026-08-25T22:42:32.137Z[ helios-setup] Aug 25 22:42:31.334 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
33772026-08-25T22:42:32.152Z[ helios-setup] Aug 25 22:42:31.349 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
33782026-08-25T22:42:32.152Z[ helios-setup] Aug 25 22:42:31.350 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33792026-08-25T22:42:32.156Z[ helios-setup] Aug 25 22:42:31.350 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33802026-08-25T22:42:32.261Z[ helios-setup] Aug 25 22:42:31.458 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33812026-08-25T22:42:32.347Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33822026-08-25T22:42:32.505Z[ host-package] Compiling p384 v0.13.1
33832026-08-25T22:42:32.603Z[ helios-setup] Aug 25 22:42:31.800 INFO E| From https://github.com/jclulow/rust-jmclib
33842026-08-25T22:42:32.603Z[ helios-setup] Aug 25 22:42:31.800 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33852026-08-25T22:42:32.616Z[ helios-setup] Aug 25 22:42:31.814 INFO E| Updating crates.io index
33862026-08-25T22:42:32.626Z[ host-package] Compiling knus v3.4.0
33872026-08-25T22:42:32.745Z[ helios-setup] Aug 25 22:42:31.942 INFO E| Downloading crates ...
33882026-08-25T22:42:32.799Z[ helios-setup] Aug 25 22:42:31.997 INFO E| Downloaded libdevinfo-sys v1.0.0
33892026-08-25T22:42:32.802Z[ helios-setup] Aug 25 22:42:31.998 INFO E| Downloaded errno v0.3.1
33902026-08-25T22:42:32.808Z[ helios-setup] Aug 25 22:42:32.005 INFO E| Downloaded digest v0.9.0
33912026-08-25T22:42:32.812Z[ helios-setup] Aug 25 22:42:32.007 INFO E| Downloaded block-buffer v0.9.0
33922026-08-25T22:42:32.815Z[ helios-setup] Aug 25 22:42:32.011 INFO E| Downloaded itoa v1.0.9
33932026-08-25T22:42:32.819Z[ helios-setup] Aug 25 22:42:32.016 INFO E| Downloaded opaque-debug v0.3.0
33942026-08-25T22:42:32.822Z[ helios-setup] Aug 25 22:42:32.019 INFO E| Downloaded cpufeatures v0.2.9
33952026-08-25T22:42:32.827Z[ helios-setup] Aug 25 22:42:32.025 INFO E| Downloaded md-5 v0.9.1
33962026-08-25T22:42:32.839Z[ helios-setup] Aug 25 22:42:32.037 INFO E| Downloaded fastrand v2.0.0
33972026-08-25T22:42:32.843Z[ helios-setup] Aug 25 22:42:32.041 INFO E| Downloaded tempfile v3.7.0
33982026-08-25T22:42:32.848Z[ helios-setup] Aug 25 22:42:32.046 INFO E| Downloaded quote v1.0.31
33992026-08-25T22:42:32.851Z[ helios-setup] Aug 25 22:42:32.047 INFO E| Downloaded sha-1 v0.9.8
34002026-08-25T22:42:32.851Z[ helios-setup] Aug 25 22:42:32.048 INFO E| Downloaded walkdir v2.3.3
34012026-08-25T22:42:32.854Z[ helios-setup] Aug 25 22:42:32.050 INFO E| Downloaded glob v0.3.1
34022026-08-25T22:42:32.858Z[ helios-setup] Aug 25 22:42:32.056 INFO E| Downloaded unicode-width v0.1.10
34032026-08-25T22:42:32.863Z[ helios-setup] Aug 25 22:42:32.061 INFO E| Downloaded anyhow v1.0.72
34042026-08-25T22:42:32.867Z[ helios-setup] Aug 25 22:42:32.064 INFO E| Downloaded bitflags v2.3.3
34052026-08-25T22:42:32.870Z[ helios-setup] Aug 25 22:42:32.065 INFO E| Downloaded once_cell v1.18.0
34062026-08-25T22:42:32.870Z[ helios-setup] Aug 25 22:42:32.067 INFO E| Downloaded typenum v1.16.0
34072026-08-25T22:42:32.873Z[ helios-setup] Aug 25 22:42:32.068 INFO E| Downloaded ryu v1.0.15
34082026-08-25T22:42:32.873Z[ helios-setup] Aug 25 22:42:32.071 INFO E| Downloaded uuid v0.8.2
34092026-08-25T22:42:32.877Z[ helios-setup] Aug 25 22:42:32.073 INFO E| Downloaded unicode-ident v1.0.11
34102026-08-25T22:42:32.880Z[ helios-setup] Aug 25 22:42:32.075 INFO E| Downloaded proc-macro2 v1.0.66
34112026-08-25T22:42:32.881Z[ helios-setup] Aug 25 22:42:32.077 INFO E| Downloaded serde_derive v1.0.193
34122026-08-25T22:42:32.884Z[ helios-setup] Aug 25 22:42:32.078 INFO E| Downloaded toml v0.5.11
34132026-08-25T22:42:32.884Z[ helios-setup] Aug 25 22:42:32.080 INFO E| Downloaded getrandom v0.2.10
34142026-08-25T22:42:32.889Z[ helios-setup] Aug 25 22:42:32.086 INFO E| Downloaded serde v1.0.193
34152026-08-25T22:42:32.905Z[ helios-setup] Aug 25 22:42:32.102 INFO E| Downloaded serde_json v1.0.103
34162026-08-25T22:42:32.925Z[ helios-setup] Aug 25 22:42:32.122 INFO E| Downloaded syn v2.0.32
34172026-08-25T22:42:32.936Z[ helios-setup] Aug 25 22:42:32.134 INFO E| Downloaded rustix v0.38.4
34182026-08-25T22:42:32.954Z[ helios-setup] Aug 25 22:42:32.151 INFO E| Downloaded libc v0.2.147
34192026-08-25T22:42:33.019Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling libc v0.2.147
34202026-08-25T22:42:33.019Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling proc-macro2 v1.0.66
34212026-08-25T22:42:33.019Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling unicode-ident v1.0.11
34222026-08-25T22:42:33.022Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling cfg-if v1.0.0
34232026-08-25T22:42:33.022Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling typenum v1.16.0
34242026-08-25T22:42:33.022Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling version_check v0.9.4
34252026-08-25T22:42:33.022Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling serde v1.0.193
34262026-08-25T22:42:33.022Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling slog v2.7.0
34272026-08-25T22:42:33.023Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling time-core v0.1.2
34282026-08-25T22:42:33.023Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling num-conv v0.1.0
34292026-08-25T22:42:33.023Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling itoa v1.0.9
34302026-08-25T22:42:33.023Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling powerfmt v0.2.0
34312026-08-25T22:42:33.023Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling rustix v0.38.4
34322026-08-25T22:42:33.023Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling bitflags v2.3.3
34332026-08-25T22:42:33.023Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling once_cell v1.18.0
34342026-08-25T22:42:33.023Z[ helios-setup] Aug 25 22:42:32.215 INFO E| Compiling num_threads v0.1.6
34352026-08-25T22:42:33.306Z[ host-package] Compiling polar-core v0.27.3
34362026-08-25T22:42:33.592Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34372026-08-25T22:42:33.663Z[ helios-setup] Aug 25 22:42:32.860 INFO E| Compiling generic-array v0.14.7
34382026-08-25T22:42:33.664Z[ helios-setup] Aug 25 22:42:32.860 INFO E| Compiling serde_json v1.0.103
34392026-08-25T22:42:33.913Z[ helios-setup] Aug 25 22:42:33.111 INFO E| Compiling anyhow v1.0.72
34402026-08-25T22:42:33.916Z[ helios-setup] Aug 25 22:42:33.111 INFO E| Compiling opaque-debug v0.3.0
34412026-08-25T22:42:33.946Z[ host-package] Compiling progenitor-macro v0.13.0
34422026-08-25T22:42:34.018Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34432026-08-25T22:42:34.040Z[ helios-setup] Aug 25 22:42:33.238 INFO E| Compiling thread_local v1.1.7
34442026-08-25T22:42:34.107Z[ helios-setup] Aug 25 22:42:33.305 INFO E| Compiling fastrand v2.0.0
34452026-08-25T22:42:34.247Z[ helios-setup] Aug 25 22:42:33.445 INFO E| Compiling deranged v0.3.11
34462026-08-25T22:42:34.248Z[ helios-setup] Aug 25 22:42:33.445 INFO E| Compiling same-file v1.0.6
34472026-08-25T22:42:34.267Z[ helios-setup] Aug 25 22:42:33.464 INFO E| Compiling unicode-width v0.1.10
34482026-08-25T22:42:34.564Z[ helios-setup] Aug 25 22:42:33.761 INFO E| Compiling ryu v1.0.15
34492026-08-25T22:42:34.576Z[ helios-setup] Aug 25 22:42:33.774 INFO E| Compiling time-macros v0.2.18
34502026-08-25T22:42:34.576Z[ helios-setup] Aug 25 22:42:33.774 INFO E| Compiling cpufeatures v0.2.9
34512026-08-25T22:42:34.593Z[ helios-setup] Aug 25 22:42:33.790 INFO E| Compiling quote v1.0.31
34522026-08-25T22:42:34.658Z[ helios-setup] Aug 25 22:42:33.856 INFO E| Compiling walkdir v2.3.3
34532026-08-25T22:42:34.666Z[ helios-setup] Aug 25 22:42:33.864 INFO E| Compiling getopts v0.2.21
34542026-08-25T22:42:34.671Z[ host-package] Compiling progenitor-client v0.13.0
34552026-08-25T22:42:34.787Z[ helios-setup] Aug 25 22:42:33.985 INFO E| Compiling libdevinfo-sys v1.0.0
34562026-08-25T22:42:34.787Z[ helios-setup] Aug 25 22:42:33.985 INFO E| Compiling glob v0.3.1
34572026-08-25T22:42:34.880Z[ helios-setup] Aug 25 22:42:34.078 INFO E| Compiling syn v2.0.32
34582026-08-25T22:42:34.890Z[ helios-setup] Aug 25 22:42:34.088 INFO E| Compiling dirs-sys-next v0.1.2
34592026-08-25T22:42:34.953Z[ helios-setup] Aug 25 22:42:34.151 INFO E| Compiling errno v0.3.1
34602026-08-25T22:42:34.961Z[ helios-setup] Aug 25 22:42:34.159 INFO E| Compiling atty v0.2.14
34612026-08-25T22:42:35.058Z[ host-package] Compiling fxhash v0.2.1
34622026-08-25T22:42:35.061Z[ helios-setup] Aug 25 22:42:34.258 INFO E| Compiling getrandom v0.2.10
34632026-08-25T22:42:35.151Z[ helios-setup] Aug 25 22:42:34.349 INFO E| Compiling dirs-next v2.0.0
34642026-08-25T22:42:35.253Z[ helios-setup] Aug 25 22:42:34.450 INFO E| Compiling term v0.7.0
34652026-08-25T22:42:35.542Z[ host-package] Compiling libz-sys v1.1.24
34662026-08-25T22:42:35.706Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34672026-08-25T22:42:35.761Z[ helios-setup] Aug 25 22:42:34.958 INFO E| Compiling digest v0.9.0
34682026-08-25T22:42:35.761Z[ helios-setup] Aug 25 22:42:34.958 INFO E| Compiling block-buffer v0.9.0
34692026-08-25T22:42:35.883Z[ helios-setup] Aug 25 22:42:35.080 INFO E| Compiling md-5 v0.9.1
34702026-08-25T22:42:35.883Z[ helios-setup] Aug 25 22:42:35.080 INFO E| Compiling sha-1 v0.9.8
34712026-08-25T22:42:35.995Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34722026-08-25T22:42:36.056Z[ helios-setup] Aug 25 22:42:35.252 INFO E| Compiling tempfile v3.7.0
34732026-08-25T22:42:36.204Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34742026-08-25T22:42:36.314Z[ helios-setup] Aug 25 22:42:35.511 INFO E| Compiling time v0.3.36
34752026-08-25T22:42:37.069Z[ helios-setup] Aug 25 22:42:36.266 INFO E| Compiling serde_derive v1.0.193
34762026-08-25T22:42:37.118Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34772026-08-25T22:42:37.240Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34782026-08-25T22:42:37.345Z[ helios-setup] Aug 25 22:42:36.542 INFO E| Compiling slog-term v2.9.0
34792026-08-25T22:42:37.710Z[ host-package] Compiling kstat-rs v0.2.5
34802026-08-25T22:42:38.577Z[ host-package] Compiling mime_guess v2.0.5
34812026-08-25T22:42:39.223Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34822026-08-25T22:42:39.286Z[ host-package] Compiling progenitor v0.13.0
34832026-08-25T22:42:39.994Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34842026-08-25T22:42:40.139Z[ host-package] Compiling nanorand v0.7.0
34852026-08-25T22:42:40.218Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34862026-08-25T22:42:40.652Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34872026-08-25T22:42:40.717Z[ host-package] Compiling parking_lot_core v0.8.6
34882026-08-25T22:42:41.221Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34892026-08-25T22:42:41.444Z[ host-package] Compiling flume v0.11.1
34902026-08-25T22:42:41.766Z[ helios-setup] Aug 25 22:42:40.962 INFO E| Compiling toml v0.5.11
34912026-08-25T22:42:41.766Z[ helios-setup] Aug 25 22:42:40.962 INFO E| Compiling uuid v0.8.2
34922026-08-25T22:42:41.924Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34932026-08-25T22:42:42.257Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34942026-08-25T22:42:42.512Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34952026-08-25T22:42:42.560Z[ helios-setup] Aug 25 22:42:41.757 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34962026-08-25T22:42:42.988Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34972026-08-25T22:42:43.126Z[ host-package] Compiling git-stub v1.0.0
34982026-08-25T22:42:43.315Z[ helios-setup] Aug 25 22:42:42.510 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34992026-08-25T22:42:43.429Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
35002026-08-25T22:42:43.495Z[ host-package] Compiling http-range v0.1.5
35012026-08-25T22:42:43.674Z[ host-package] Compiling strsim v0.10.0
35022026-08-25T22:42:43.827Z[ host-package] Compiling instability v0.3.11
35032026-08-25T22:42:43.867Z[ host-package] Compiling corncobs v0.1.4
35042026-08-25T22:42:43.999Z[ host-package] Compiling darling_core v0.13.4
35052026-08-25T22:42:44.096Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35062026-08-25T22:42:44.240Z[ host-package] Compiling oso v0.27.3
35072026-08-25T22:42:45.055Z[ host-package] Compiling diesel-dtrace v0.5.0
35082026-08-25T22:42:45.441Z[ host-package] Compiling async-bb8-diesel v0.2.1
35092026-08-25T22:42:45.901Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-08-25T22:42:45.946Z[ host-package] Compiling git-stub-vcs v0.1.0
35112026-08-25T22:42:47.690Z[ helios-setup] Aug 25 22:42:46.887 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.52s
35122026-08-25T22:42:47.714Z[ helios-setup] Aug 25 22:42:46.912 INFO building project "image-builder" ok (15 seconds)
35132026-08-25T22:42:47.714Z[ helios-setup] Aug 25 22:42:46.912 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35142026-08-25T22:42:48.306Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35152026-08-25T22:42:49.089Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35162026-08-25T22:42:49.517Z[ host-package] Compiling ignore v0.4.25
35172026-08-25T22:42:50.173Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35182026-08-25T22:42:50.872Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35192026-08-25T22:42:51.153Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35202026-08-25T22:42:51.257Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35212026-08-25T22:42:52.511Z[ host-package] Compiling anstyle-parse v0.2.7
35222026-08-25T22:42:52.753Z[ host-package] Compiling secrecy v0.8.0
35232026-08-25T22:42:52.812Z[ host-package] Compiling castaway v0.2.4
35242026-08-25T22:42:52.861Z[ host-package] Compiling vergen-git2 v9.1.0
35252026-08-25T22:42:52.973Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35262026-08-25T22:42:52.998Z[ host-package] Compiling indoc v2.0.7
35272026-08-25T22:42:53.233Z[ host-package] Compiling compact_str v0.8.1
35282026-08-25T22:42:53.333Z[ host-package] Compiling anstream v0.6.21
35292026-08-25T22:42:53.588Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35302026-08-25T22:42:54.421Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35312026-08-25T22:42:54.690Z[ host-package] Compiling globwalk v0.9.1
35322026-08-25T22:42:54.783Z[ host-package] Compiling parking_lot v0.11.2
35332026-08-25T22:42:55.070Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35342026-08-25T22:42:55.398Z[ host-package] Compiling hyper-staticfile v0.10.1
35352026-08-25T22:42:55.764Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35362026-08-25T22:42:55.793Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35372026-08-25T22:42:55.850Z[ host-package] Compiling darling_macro v0.13.4
35382026-08-25T22:42:56.345Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35392026-08-25T22:42:56.532Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35402026-08-25T22:42:56.624Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35412026-08-25T22:42:57.139Z[ host-package] Compiling predicates-tree v1.0.13
35422026-08-25T22:42:57.596Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35432026-08-25T22:42:57.626Z[ host-package] Compiling unicode-truncate v1.1.0
35442026-08-25T22:42:57.743Z[ host-package] Compiling lru v0.12.5
35452026-08-25T22:42:57.879Z[ host-package] Compiling rand_seeder v0.4.0
35462026-08-25T22:42:57.902Z[ host-package] Compiling prefix-trie v0.7.0
35472026-08-25T22:42:58.056Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35482026-08-25T22:42:58.086Z[ host-package] Compiling cassowary v0.3.0
35492026-08-25T22:42:58.180Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35502026-08-25T22:42:58.373Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35512026-08-25T22:42:58.402Z[ host-package] Compiling ratatui v0.29.0
35522026-08-25T22:42:58.552Z[ host-package] Compiling hickory-server v0.25.2
35532026-08-25T22:42:58.706Z[ host-package] Compiling darling v0.13.4
35542026-08-25T22:42:58.851Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35552026-08-25T22:42:59.012Z[ host-package] Compiling sled v0.34.7
35562026-08-25T22:42:59.034Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35572026-08-25T22:42:59.157Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35582026-08-25T22:42:59.791Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35592026-08-25T22:42:59.903Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35602026-08-25T22:43:00.006Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35612026-08-25T22:43:00.352Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35622026-08-25T22:43:00.558Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35632026-08-25T22:43:02.137Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35642026-08-25T22:43:02.811Z[ host-package] Compiling serde_with_macros v1.5.2
35652026-08-25T22:43:03.229Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35662026-08-25T22:43:03.875Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35672026-08-25T22:43:04.079Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35682026-08-25T22:43:04.368Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35692026-08-25T22:43:04.641Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35702026-08-25T22:43:04.898Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35712026-08-25T22:43:05.124Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35722026-08-25T22:43:05.354Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35732026-08-25T22:43:05.438Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35742026-08-25T22:43:05.634Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35752026-08-25T22:43:05.678Z[ host-package] Compiling arc-swap v1.8.2
35762026-08-25T22:43:05.731Z[ host-package] Compiling void v1.0.2
35772026-08-25T22:43:05.908Z[ host-package] Compiling lzss v0.8.2
35782026-08-25T22:43:05.991Z[ host-package] Compiling slog-scope v4.4.1
35792026-08-25T22:43:06.412Z[ host-package] Compiling illumos-nvpair v0.3.0
35802026-08-25T22:43:06.436Z[ host-package] Compiling serde_with v1.14.0
35812026-08-25T22:43:06.955Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35822026-08-25T22:43:07.431Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35832026-08-25T22:43:07.727Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35842026-08-25T22:43:07.957Z[ host-package] Compiling git2 v0.20.4
35852026-08-25T22:43:08.912Z[ helios-setup] Aug 25 22:43:08.109 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')"
35862026-08-25T22:43:08.912Z[ helios-setup] Aug 25 22:43:08.109 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35872026-08-25T22:43:08.923Z[ helios-setup] Aug 25 22:43:08.120 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
35882026-08-25T22:43:08.923Z[ helios-setup] Aug 25 22:43:08.120 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35892026-08-25T22:43:08.926Z[ helios-setup] Aug 25 22:43:08.120 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35902026-08-25T22:43:09.030Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35912026-08-25T22:43:09.054Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35922026-08-25T22:43:09.114Z[ helios-setup] Aug 25 22:43:08.310 INFO E| Downloading crates ...
35932026-08-25T22:43:09.159Z[ helios-setup] Aug 25 22:43:08.356 INFO E| Downloaded adler2 v2.0.0
35942026-08-25T22:43:09.172Z[ helios-setup] Aug 25 22:43:08.369 INFO E| Downloaded miniz_oxide v0.8.8
35952026-08-25T22:43:09.213Z[ helios-setup] Aug 25 22:43:08.410 INFO E| Compiling adler2 v2.0.0
35962026-08-25T22:43:09.319Z[ helios-setup] Aug 25 22:43:08.517 INFO E| Compiling miniz_oxide v0.8.8
35972026-08-25T22:43:09.876Z[ host-package] Compiling scuffle v0.1.0
35982026-08-25T22:43:10.579Z[ helios-setup] Aug 25 22:43:09.776 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35992026-08-25T22:43:11.038Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36002026-08-25T22:43:11.085Z[ helios-setup] Aug 25 22:43:10.282 INFO E| Finished `release` profile [optimized] target(s) in 2.15s
36012026-08-25T22:43:11.096Z[ helios-setup] Aug 25 22:43:10.293 INFO building project "pinprick" ok (2 seconds)
36022026-08-25T22:43:11.096Z[ helios-setup] Aug 25 22:43:10.293 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
36032026-08-25T22:43:11.133Z[ helios-setup] Aug 25 22:43:10.330 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')"
36042026-08-25T22:43:11.133Z[ helios-setup] Aug 25 22:43:10.330 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
36052026-08-25T22:43:11.136Z[ helios-setup] Aug 25 22:43:10.330 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
36062026-08-25T22:43:11.243Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36072026-08-25T22:43:11.342Z[ helios-setup] Aug 25 22:43:10.539 INFO E| Updating crates.io index
36082026-08-25T22:43:11.345Z[ helios-setup] Aug 25 22:43:10.539 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36092026-08-25T22:43:11.907Z[ helios-setup] Aug 25 22:43:11.104 INFO E| From https://github.com/oxidecomputer/amd-apcb
36102026-08-25T22:43:11.907Z[ helios-setup] Aug 25 22:43:11.105 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
36112026-08-25T22:43:11.921Z[ helios-setup] Aug 25 22:43:11.118 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36122026-08-25T22:43:12.087Z[ host-package] Compiling tungstenite v0.23.0
36132026-08-25T22:43:12.224Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36142026-08-25T22:43:12.298Z[ helios-setup] Aug 25 22:43:11.495 INFO E| From https://github.com/oxidecomputer/amd-efs
36152026-08-25T22:43:12.298Z[ helios-setup] Aug 25 22:43:11.495 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36162026-08-25T22:43:12.522Z[ helios-setup] Aug 25 22:43:11.719 INFO E| Blocking waiting for file lock on package cache
36172026-08-25T22:43:12.530Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36182026-08-25T22:43:14.051Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36192026-08-25T22:43:14.077Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36202026-08-25T22:43:14.261Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36212026-08-25T22:43:14.285Z[ host-package] Compiling nix v0.27.1
36222026-08-25T22:43:14.314Z[ host-package] Compiling twox-hash v2.1.2
36232026-08-25T22:43:14.392Z[ host-package] Compiling libsw-core v0.3.2
36242026-08-25T22:43:14.518Z[ host-package] Compiling serde_bytes v0.11.19
36252026-08-25T22:43:14.625Z[ host-package] Compiling atty v0.2.14
36262026-08-25T22:43:14.684Z[ host-package] Compiling libsw v3.5.0
36272026-08-25T22:43:14.841Z[ host-package] Compiling tokio-tungstenite v0.23.1
36282026-08-25T22:43:14.867Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36292026-08-25T22:43:14.890Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36302026-08-25T22:43:14.926Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36312026-08-25T22:43:14.938Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36322026-08-25T22:43:15.243Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36332026-08-25T22:43:15.414Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36342026-08-25T22:43:15.460Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36352026-08-25T22:43:19.116Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36362026-08-25T22:43:19.229Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36372026-08-25T22:43:19.260Z[ host-package] Compiling slog-stdlog v4.1.1
36382026-08-25T22:43:19.678Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36392026-08-25T22:43:19.708Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36402026-08-25T22:43:19.930Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36412026-08-25T22:43:20.244Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36422026-08-25T22:43:20.500Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36432026-08-25T22:43:20.676Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36442026-08-25T22:43:21.442Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36452026-08-25T22:43:23.109Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36462026-08-25T22:43:23.170Z[ helios-setup] Aug 25 22:43:22.368 INFO E| Blocking waiting for file lock on package cache
36472026-08-25T22:43:23.229Z[ helios-setup] Aug 25 22:43:22.424 INFO E| Downloading crates ...
36482026-08-25T22:43:23.274Z[ helios-setup] Aug 25 22:43:22.471 INFO E| Downloaded fletcher v1.0.0
36492026-08-25T22:43:23.278Z[ helios-setup] Aug 25 22:43:22.476 INFO E| Downloaded parse_int v0.9.0
36502026-08-25T22:43:23.281Z[ helios-setup] Aug 25 22:43:22.477 INFO E| Downloaded unic-ucd-version v0.9.0
36512026-08-25T22:43:23.297Z[ helios-setup] Aug 25 22:43:22.494 INFO E| Downloaded unic-char-range v0.9.0
36522026-08-25T22:43:23.301Z[ helios-setup] Aug 25 22:43:22.496 INFO E| Downloaded strsim v0.8.0
36532026-08-25T22:43:23.301Z[ helios-setup] Aug 25 22:43:22.496 INFO E| Downloaded strum v0.27.1
36542026-08-25T22:43:23.305Z[ helios-setup] Aug 25 22:43:22.499 INFO E| Downloaded unic-common v0.9.0
36552026-08-25T22:43:23.305Z[ helios-setup] Aug 25 22:43:22.501 INFO E| Downloaded heck v0.3.3
36562026-08-25T22:43:23.309Z[ helios-setup] Aug 25 22:43:22.502 INFO E| Downloaded four-cc v0.4.0
36572026-08-25T22:43:23.309Z[ helios-setup] Aug 25 22:43:22.503 INFO E| Downloaded vec_map v0.8.2
36582026-08-25T22:43:23.309Z[ helios-setup] Aug 25 22:43:22.505 INFO E| Downloaded bytesize v2.0.1
36592026-08-25T22:43:23.309Z[ helios-setup] Aug 25 22:43:22.506 INFO E| Downloaded modular-bitfield-impl v0.11.2
36602026-08-25T22:43:23.312Z[ helios-setup] Aug 25 22:43:22.507 INFO E| Downloaded pest_generator v2.8.0
36612026-08-25T22:43:23.312Z[ helios-setup] Aug 25 22:43:22.507 INFO E| Downloaded textwrap v0.11.0
36622026-08-25T22:43:23.312Z[ helios-setup] Aug 25 22:43:22.508 INFO E| Downloaded dyn-clone v1.0.19
36632026-08-25T22:43:23.321Z[ helios-setup] Aug 25 22:43:22.518 INFO E| Downloaded unic-char-property v0.9.0
36642026-08-25T22:43:23.330Z[ helios-setup] Aug 25 22:43:22.527 INFO E| Downloaded ansi_term v0.12.1
36652026-08-25T22:43:23.333Z[ helios-setup] Aug 25 22:43:22.528 INFO E| Downloaded log v0.4.27
36662026-08-25T22:43:23.333Z[ helios-setup] Aug 25 22:43:22.530 INFO E| Downloaded modular-bitfield-impl v0.13.1
36672026-08-25T22:43:23.336Z[ helios-setup] Aug 25 22:43:22.531 INFO E| Downloaded rustversion v1.0.20
36682026-08-25T22:43:23.336Z[ helios-setup] Aug 25 22:43:22.532 INFO E| Downloaded unic-ucd-ident v0.9.0
36692026-08-25T22:43:23.342Z[ helios-setup] Aug 25 22:43:22.539 INFO E| Downloaded structopt-derive v0.4.18
36702026-08-25T22:43:23.345Z[ helios-setup] Aug 25 22:43:22.540 INFO E| Downloaded zerocopy-derive v0.8.25
36712026-08-25T22:43:23.348Z[ helios-setup] Aug 25 22:43:22.544 INFO E| Downloaded strum_macros v0.27.1
36722026-08-25T22:43:23.348Z[ helios-setup] Aug 25 22:43:22.545 INFO E| Downloaded pest_meta v2.8.0
36732026-08-25T22:43:23.351Z[ helios-setup] Aug 25 22:43:22.548 INFO E| Downloaded modular-bitfield v0.13.1
36742026-08-25T22:43:23.355Z[ helios-setup] Aug 25 22:43:22.553 INFO E| Downloaded pest_derive v2.8.0
36752026-08-25T22:43:23.359Z[ helios-setup] Aug 25 22:43:22.554 INFO E| Downloaded modular-bitfield v0.11.2
36762026-08-25T22:43:23.363Z[ helios-setup] Aug 25 22:43:22.560 INFO E| Downloaded structopt v0.3.26
36772026-08-25T22:43:23.373Z[ helios-setup] Aug 25 22:43:22.570 INFO E| Downloaded typenum v1.18.0
36782026-08-25T22:43:23.385Z[ helios-setup] Aug 25 22:43:22.582 INFO E| Downloaded pest v2.8.0
36792026-08-25T22:43:23.406Z[ helios-setup] Aug 25 22:43:22.603 INFO E| Downloaded goblin v0.9.3
36802026-08-25T22:43:23.410Z[ helios-setup] Aug 25 22:43:22.607 INFO E| Downloaded clap v2.34.0
36812026-08-25T22:43:23.414Z[ helios-setup] Aug 25 22:43:22.611 INFO E| Downloaded zerocopy v0.8.25
36822026-08-25T22:43:23.431Z[ helios-setup] Aug 25 22:43:22.628 INFO E| Blocking waiting for file lock on package cache
36832026-08-25T22:43:24.160Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36842026-08-25T22:43:24.194Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36852026-08-25T22:43:24.795Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36862026-08-25T22:43:26.180Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36872026-08-25T22:43:27.959Z[ helios-setup] Aug 25 22:43:27.156 INFO E| Compiling proc-macro2 v1.0.95
36882026-08-25T22:43:27.959Z[ helios-setup] Aug 25 22:43:27.156 INFO E| Compiling unicode-ident v1.0.18
36892026-08-25T22:43:27.963Z[ helios-setup] Aug 25 22:43:27.156 INFO E| Compiling memchr v2.7.4
36902026-08-25T22:43:27.963Z[ helios-setup] Aug 25 22:43:27.156 INFO E| Compiling autocfg v1.4.0
36912026-08-25T22:43:27.963Z[ helios-setup] Aug 25 22:43:27.156 INFO E| Compiling thiserror v2.0.12
36922026-08-25T22:43:27.963Z[ helios-setup] Aug 25 22:43:27.157 INFO E| Compiling syn v1.0.109
36932026-08-25T22:43:27.966Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36942026-08-25T22:43:28.008Z[ helios-setup] Aug 25 22:43:27.205 INFO E| Compiling serde v1.0.219
36952026-08-25T22:43:28.012Z[ helios-setup] Aug 25 22:43:27.205 INFO E| Compiling version_check v0.9.5
36962026-08-25T22:43:28.035Z[ helios-setup] Aug 25 22:43:27.232 INFO E| Compiling serde_json v1.0.140
36972026-08-25T22:43:28.035Z[ helios-setup] Aug 25 22:43:27.232 INFO E| Compiling itoa v1.0.15
36982026-08-25T22:43:28.038Z[ helios-setup] Aug 25 22:43:27.232 INFO E| Compiling schemars v0.8.22
36992026-08-25T22:43:28.038Z[ helios-setup] Aug 25 22:43:27.232 INFO E| Compiling ryu v1.0.20
37002026-08-25T22:43:28.038Z[ helios-setup] Aug 25 22:43:27.233 INFO E| Compiling static_assertions v1.1.0
37012026-08-25T22:43:28.051Z[ helios-setup] Aug 25 22:43:27.248 INFO E| Compiling paste v1.0.15
37022026-08-25T22:43:28.051Z[ helios-setup] Aug 25 22:43:27.248 INFO E| Compiling rustversion v1.0.20
37032026-08-25T22:43:28.054Z[ helios-setup] Aug 25 22:43:27.248 INFO E| Compiling dyn-clone v1.0.19
37042026-08-25T22:43:28.159Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37052026-08-25T22:43:28.475Z[ helios-setup] Aug 25 22:43:27.672 INFO E| Compiling libc v0.2.172
37062026-08-25T22:43:28.475Z[ helios-setup] Aug 25 22:43:27.673 INFO E| Compiling zerocopy v0.8.25
37072026-08-25T22:43:28.475Z[ helios-setup] Aug 25 22:43:27.673 INFO E| Compiling ucd-trie v0.1.7
37082026-08-25T22:43:28.514Z[ helios-setup] Aug 25 22:43:27.711 INFO E| Compiling once_cell v1.21.3
37092026-08-25T22:43:28.699Z[ helios-setup] Aug 25 22:43:27.897 INFO E| Compiling unicode-segmentation v1.12.0
37102026-08-25T22:43:28.706Z[ helios-setup] Aug 25 22:43:27.904 INFO E| Compiling unicode-width v0.1.14
37112026-08-25T22:43:28.850Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37122026-08-25T22:43:28.869Z[ helios-setup] Aug 25 22:43:28.055 INFO E| Compiling heck v0.5.0
37132026-08-25T22:43:28.869Z[ helios-setup] Aug 25 22:43:28.062 INFO E| Compiling proc-macro-error-attr v1.0.4
37142026-08-25T22:43:28.889Z[ helios-setup] Aug 25 22:43:28.086 INFO E| Compiling proc-macro-error v1.0.4
37152026-08-25T22:43:28.951Z[ helios-setup] Aug 25 22:43:28.148 INFO E| Compiling strum v0.27.1
37162026-08-25T22:43:29.008Z[ helios-setup] Aug 25 22:43:28.205 INFO E| Compiling num-traits v0.2.19
37172026-08-25T22:43:29.014Z[ helios-setup] Aug 25 22:43:28.212 INFO E| Compiling memoffset v0.9.1
37182026-08-25T22:43:29.073Z[ helios-setup] Aug 25 22:43:28.269 INFO E| Compiling unic-char-range v0.9.0
37192026-08-25T22:43:29.226Z[ helios-setup] Aug 25 22:43:28.417 INFO E| Compiling heck v0.3.3
37202026-08-25T22:43:29.251Z[ helios-setup] Aug 25 22:43:28.448 INFO E| Compiling textwrap v0.11.0
37212026-08-25T22:43:29.343Z[ helios-setup] Aug 25 22:43:28.540 INFO E| Compiling fletcher v1.0.0
37222026-08-25T22:43:29.359Z[ helios-setup] Aug 25 22:43:28.556 INFO E| Compiling ansi_term v0.12.1
37232026-08-25T22:43:29.385Z[ helios-setup] Aug 25 22:43:28.583 INFO E| Compiling bitflags v1.3.2
37242026-08-25T22:43:29.505Z[ helios-setup] Aug 25 22:43:28.699 INFO E| Compiling byteorder v1.5.0
37252026-08-25T22:43:29.554Z[ helios-setup] Aug 25 22:43:28.751 INFO E| Compiling unic-common v0.9.0
37262026-08-25T22:43:29.629Z[ helios-setup] Aug 25 22:43:28.826 INFO E| Compiling strsim v0.8.0
37272026-08-25T22:43:29.642Z[ helios-setup] Aug 25 22:43:28.839 INFO E| Compiling vec_map v0.8.2
37282026-08-25T22:43:29.668Z[ helios-setup] Aug 25 22:43:28.865 INFO E| Compiling unic-char-property v0.9.0
37292026-08-25T22:43:29.691Z[ helios-setup] Aug 25 22:43:28.888 INFO E| Compiling log v0.4.27
37302026-08-25T22:43:29.696Z[ helios-setup] Aug 25 22:43:28.894 INFO E| Compiling lazy_static v1.5.0
37312026-08-25T22:43:29.800Z[ helios-setup] Aug 25 22:43:28.997 INFO E| Compiling unic-ucd-version v0.9.0
37322026-08-25T22:43:29.820Z[ helios-setup] Aug 25 22:43:29.017 INFO E| Compiling plain v0.2.3
37332026-08-25T22:43:29.908Z[ helios-setup] Aug 25 22:43:29.105 INFO E| Compiling bytesize v2.0.1
37342026-08-25T22:43:29.911Z[ helios-setup] Aug 25 22:43:29.105 INFO E| Compiling unic-ucd-ident v0.9.0
37352026-08-25T22:43:29.954Z[ helios-setup] Aug 25 22:43:29.151 INFO E| Compiling atty v0.2.14
37362026-08-25T22:43:29.958Z[ helios-setup] Aug 25 22:43:29.155 INFO E| Compiling quote v1.0.40
37372026-08-25T22:43:30.032Z[ helios-setup] Aug 25 22:43:29.229 INFO E| Compiling clap v2.34.0
37382026-08-25T22:43:30.305Z[ helios-setup] Aug 25 22:43:29.502 INFO E| Compiling syn v2.0.101
37392026-08-25T22:43:31.047Z[ helios-setup] Aug 25 22:43:30.244 INFO E| Compiling parse_int v0.9.0
37402026-08-25T22:43:32.031Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37412026-08-25T22:43:32.912Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37422026-08-25T22:43:33.026Z[ host-package] Compiling signal-hook-tokio v0.3.1
37432026-08-25T22:43:33.266Z[ helios-setup] Aug 25 22:43:32.463 INFO E| Compiling serde_derive_internals v0.29.1
37442026-08-25T22:43:33.329Z[ helios-setup] Aug 25 22:43:32.526 INFO E| Compiling modular-bitfield-impl v0.11.2
37452026-08-25T22:43:33.329Z[ helios-setup] Aug 25 22:43:32.526 INFO E| Compiling structopt-derive v0.4.18
37462026-08-25T22:43:33.395Z[ host-package] Compiling fatfs v0.3.6
37472026-08-25T22:43:33.819Z[ host-package] Compiling yasna v0.5.2
37482026-08-25T22:43:34.222Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37492026-08-25T22:43:34.396Z[ helios-setup] Aug 25 22:43:33.593 INFO E| Compiling thiserror-impl v2.0.12
37502026-08-25T22:43:34.396Z[ helios-setup] Aug 25 22:43:33.593 INFO E| Compiling serde_derive v1.0.219
37512026-08-25T22:43:34.396Z[ helios-setup] Aug 25 22:43:33.593 INFO E| Compiling schemars_derive v0.8.22
37522026-08-25T22:43:34.400Z[ helios-setup] Aug 25 22:43:33.593 INFO E| Compiling zerocopy-derive v0.8.25
37532026-08-25T22:43:34.400Z[ helios-setup] Aug 25 22:43:33.593 INFO E| Compiling num-derive v0.4.2
37542026-08-25T22:43:34.400Z[ helios-setup] Aug 25 22:43:33.593 INFO E| Compiling modular-bitfield-impl v0.13.1
37552026-08-25T22:43:34.400Z[ helios-setup] Aug 25 22:43:33.593 INFO E| Compiling scroll_derive v0.12.1
37562026-08-25T22:43:34.400Z[ helios-setup] Aug 25 22:43:33.593 INFO E| Compiling strum_macros v0.27.1
37572026-08-25T22:43:34.924Z[ helios-setup] Aug 25 22:43:34.121 INFO E| Compiling structopt v0.3.26
37582026-08-25T22:43:34.924Z[ host-package] Compiling assert_matches v1.5.0
37592026-08-25T22:43:35.095Z[ host-package] Compiling seq-macro v0.3.6
37602026-08-25T22:43:35.182Z[ host-package] Compiling rcgen v0.12.1
37612026-08-25T22:43:35.286Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37622026-08-25T22:43:35.423Z[ helios-setup] Aug 25 22:43:34.620 INFO E| Compiling modular-bitfield v0.11.2
37632026-08-25T22:43:35.536Z[ helios-setup] Aug 25 22:43:34.733 INFO E| Compiling scroll v0.12.0
37642026-08-25T22:43:35.847Z[ helios-setup] Aug 25 22:43:35.044 INFO E| Compiling goblin v0.9.3
37652026-08-25T22:43:36.263Z[ helios-setup] Aug 25 22:43:35.460 INFO E| Compiling modular-bitfield v0.13.1
37662026-08-25T22:43:36.351Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37672026-08-25T22:43:36.623Z[ host-package] Compiling slog-envlogger v2.2.0
37682026-08-25T22:43:36.627Z[ helios-setup] Aug 25 22:43:35.821 INFO E| Compiling pest v2.8.0
37692026-08-25T22:43:37.857Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37702026-08-25T22:43:37.995Z[ helios-setup] Aug 25 22:43:37.192 INFO E| Compiling pest_meta v2.8.0
37712026-08-25T22:43:38.295Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37722026-08-25T22:43:38.764Z[ helios-setup] Aug 25 22:43:37.961 INFO E| Compiling pest_generator v2.8.0
37732026-08-25T22:43:39.163Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37742026-08-25T22:43:39.207Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37752026-08-25T22:43:39.748Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37762026-08-25T22:43:40.023Z[ helios-setup] Aug 25 22:43:39.220 INFO E| Compiling pest_derive v2.8.0
37772026-08-25T22:43:40.228Z[ host-package] Compiling port-file v0.1.0
37782026-08-25T22:43:40.737Z[ host-package] Compiling rtoolbox v0.0.3
37792026-08-25T22:43:40.851Z[ helios-setup] Aug 25 22:43:40.047 INFO E| Compiling json5 v0.4.1
37802026-08-25T22:43:41.007Z[ host-package] Compiling subprocess v0.2.15
37812026-08-25T22:43:41.182Z[ host-package] Compiling rpassword v7.5.4
37822026-08-25T22:43:41.411Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37832026-08-25T22:43:41.876Z[ helios-setup] Aug 25 22:43:41.073 INFO E| Compiling four-cc v0.4.0
37842026-08-25T22:43:41.876Z[ helios-setup] Aug 25 22:43:41.073 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37852026-08-25T22:43:42.001Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37862026-08-25T22:43:42.013Z[ helios-setup] Aug 25 22:43:41.210 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37872026-08-25T22:43:43.512Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37882026-08-25T22:43:43.917Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37892026-08-25T22:43:44.063Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37902026-08-25T22:43:46.087Z[ host-package] Compiling tui-tree-widget v0.23.1
37912026-08-25T22:43:46.429Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37922026-08-25T22:43:46.514Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37932026-08-25T22:43:47.636Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37942026-08-25T22:43:47.914Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37952026-08-25T22:43:48.652Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37962026-08-25T22:43:48.900Z[ host-package] Compiling uzers v0.12.2
37972026-08-25T22:43:49.583Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37982026-08-25T22:43:50.221Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37992026-08-25T22:43:50.972Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38002026-08-25T22:43:52.002Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38012026-08-25T22:43:52.708Z[ host-package] Compiling support-bundle-viewer v0.1.2
38022026-08-25T22:43:52.753Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38032026-08-25T22:43:54.873Z[ host-package] Compiling multimap v0.10.1
38042026-08-25T22:43:56.400Z[ helios-setup] Aug 25 22:43:55.597 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
38052026-08-25T22:44:00.190Z[ helios-setup] Aug 25 22:43:59.387 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
38062026-08-25T22:44:03.447Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38072026-08-25T22:44:08.546Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38082026-08-25T22:44:10.731Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38092026-08-25T22:44:12.967Z[ helios-setup] Aug 25 22:44:12.163 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
38102026-08-25T22:44:13.005Z[ helios-setup] Aug 25 22:44:12.202 INFO building project "amd-host-image-builder" ok (61 seconds)
38112026-08-25T22:44:13.005Z[ helios-setup] Aug 25 22:44:12.202 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38122026-08-25T22:44:13.014Z[ helios-setup] Aug 25 22:44:12.211 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38132026-08-25T22:44:13.014Z[ helios-setup] Aug 25 22:44:12.211 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38142026-08-25T22:44:13.019Z[ helios-setup] Aug 25 22:44:12.211 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38152026-08-25T22:44:13.129Z[ helios-setup] Aug 25 22:44:12.325 INFO E| Downloading crates ...
38162026-08-25T22:44:13.177Z[ helios-setup] Aug 25 22:44:12.374 INFO E| Downloaded cpufeatures v0.2.5
38172026-08-25T22:44:13.180Z[ helios-setup] Aug 25 22:44:12.376 INFO E| Downloaded sha2 v0.10.5
38182026-08-25T22:44:13.185Z[ helios-setup] Aug 25 22:44:12.382 INFO E| Downloaded digest v0.10.3
38192026-08-25T22:44:13.190Z[ helios-setup] Aug 25 22:44:12.387 INFO E| Downloaded block-buffer v0.10.3
38202026-08-25T22:44:13.194Z[ helios-setup] Aug 25 22:44:12.391 INFO E| Downloaded typenum v1.15.0
38212026-08-25T22:44:13.197Z[ helios-setup] Aug 25 22:44:12.393 INFO E| Downloaded generic-array v0.14.6
38222026-08-25T22:44:13.204Z[ helios-setup] Aug 25 22:44:12.401 INFO E| Downloaded anyhow v1.0.62
38232026-08-25T22:44:13.207Z[ helios-setup] Aug 25 22:44:12.403 INFO E| Downloaded miniz_oxide v0.6.2
38242026-08-25T22:44:13.210Z[ helios-setup] Aug 25 22:44:12.405 INFO E| Downloaded flate2 v1.0.25
38252026-08-25T22:44:13.213Z[ helios-setup] Aug 25 22:44:12.407 INFO E| Downloaded bytes v1.2.1
38262026-08-25T22:44:13.259Z[ helios-setup] Aug 25 22:44:12.455 INFO E| Compiling typenum v1.15.0
38272026-08-25T22:44:13.259Z[ helios-setup] Aug 25 22:44:12.455 INFO E| Compiling version_check v0.9.4
38282026-08-25T22:44:13.259Z[ helios-setup] Aug 25 22:44:12.456 INFO E| Compiling cfg-if v1.0.0
38292026-08-25T22:44:13.263Z[ helios-setup] Aug 25 22:44:12.456 INFO E| Compiling crc32fast v1.3.2
38302026-08-25T22:44:13.263Z[ helios-setup] Aug 25 22:44:12.456 INFO E| Compiling adler v1.0.2
38312026-08-25T22:44:13.263Z[ helios-setup] Aug 25 22:44:12.456 INFO E| Compiling anyhow v1.0.62
38322026-08-25T22:44:13.267Z[ helios-setup] Aug 25 22:44:12.464 INFO E| Compiling cpufeatures v0.2.5
38332026-08-25T22:44:13.267Z[ helios-setup] Aug 25 22:44:12.464 INFO E| Compiling unicode-width v0.1.10
38342026-08-25T22:44:13.270Z[ helios-setup] Aug 25 22:44:12.464 INFO E| Compiling bytes v1.2.1
38352026-08-25T22:44:13.270Z[ helios-setup] Aug 25 22:44:12.464 INFO E| Compiling bitflags v1.3.2
38362026-08-25T22:44:13.478Z[ helios-setup] Aug 25 22:44:12.675 INFO E| Compiling miniz_oxide v0.6.2
38372026-08-25T22:44:13.549Z[ helios-setup] Aug 25 22:44:12.746 INFO E| Compiling getopts v0.2.21
38382026-08-25T22:44:13.779Z[ helios-setup] Aug 25 22:44:12.975 INFO E| Compiling generic-array v0.14.6
38392026-08-25T22:44:14.145Z[ helios-setup] Aug 25 22:44:13.341 INFO E| Compiling flate2 v1.0.25
38402026-08-25T22:44:15.597Z[ helios-setup] Aug 25 22:44:14.794 INFO E| Compiling block-buffer v0.10.3
38412026-08-25T22:44:15.597Z[ helios-setup] Aug 25 22:44:14.794 INFO E| Compiling crypto-common v0.1.6
38422026-08-25T22:44:15.726Z[ helios-setup] Aug 25 22:44:14.921 INFO E| Compiling digest v0.10.3
38432026-08-25T22:44:15.894Z[ helios-setup] Aug 25 22:44:15.089 INFO E| Compiling sha2 v0.10.5
38442026-08-25T22:44:16.132Z[ helios-setup] Aug 25 22:44:15.324 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38452026-08-25T22:44:16.300Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38462026-08-25T22:44:16.834Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38472026-08-25T22:44:18.528Z[ helios-setup] Aug 25 22:44:17.724 INFO E| Finished `release` profile [optimized] target(s) in 5.50s
38482026-08-25T22:44:18.541Z[ helios-setup] Aug 25 22:44:17.737 INFO building project "bootserver" ok (5 seconds)
38492026-08-25T22:44:18.544Z[ helios-setup] rm -f helios-build
38502026-08-25T22:44:18.545Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38512026-08-25T22:44:18.550Z[ helios-setup]
38522026-08-25T22:44:18.550Z[ helios-setup] Setup complete! ./helios-build is now available.
38532026-08-25T22:44:18.550Z[ helios-setup]
38542026-08-25T22:44:18.554Z[ helios-setup]
38552026-08-25T22:44:18.554Z[ helios-setup] real 3:21.426925878
38562026-08-25T22:44:18.554Z[ helios-setup] user 7:02.858858036
38572026-08-25T22:44:18.554Z[ helios-setup] sys 1:17.351806166
38582026-08-25T22:44:18.554Z[ helios-setup] trap 0.508920089
38592026-08-25T22:44:18.554Z[ helios-setup] tflt 2.277486515
38602026-08-25T22:44:18.554Z[ helios-setup] dflt 7.904301783
38612026-08-25T22:44:18.554Z[ helios-setup] kflt 0.000628730
38622026-08-25T22:44:18.554Z[ helios-setup] lock 58:40.637268090
38632026-08-25T22:44:18.554Z[ helios-setup] slp 39:58.091808164
38642026-08-25T22:44:18.554Z[ helios-setup] lat 7:23.518172960
38652026-08-25T22:44:18.555Z[ helios-setup] stop 1:33.586798093
38662026-08-25T22:44:18.555ZAug 25 22:44:17.746 INFO [helios-setup] process exited with exit status: 0 (201.43012861s)
38672026-08-25T22:44:18.555ZAug 25 22:44:17.746 INFO [helios-record] running task
38682026-08-25T22:44:18.555ZAug 25 22:44:17.746 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38692026-08-25T22:44:18.559ZAug 25 22:44:17.751 DEBG process exited with exit status: 0 (4.689654ms)
38702026-08-25T22:44:18.559ZAug 25 22:44:17.751 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38712026-08-25T22:44:18.562ZAug 25 22:44:17.756 DEBG process exited with exit status: 0 (4.282453ms)
38722026-08-25T22:44:18.562ZAug 25 22:44:17.756 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38732026-08-25T22:44:18.566ZAug 25 22:44:17.759 DEBG process exited with exit status: 0 (3.841303ms)
38742026-08-25T22:44:18.566ZAug 25 22:44:17.759 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38752026-08-25T22:44:18.569ZAug 25 22:44:17.764 DEBG process exited with exit status: 0 (4.931984ms)
38762026-08-25T22:44:18.569ZAug 25 22:44:17.764 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38772026-08-25T22:44:18.573ZAug 25 22:44:17.769 DEBG process exited with exit status: 0 (4.086973ms)
38782026-08-25T22:44:18.573ZAug 25 22:44:17.769 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38792026-08-25T22:44:18.576ZAug 25 22:44:17.772 DEBG process exited with exit status: 0 (3.613623ms)
38802026-08-25T22:44:18.576ZAug 25 22:44:17.772 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38812026-08-25T22:44:18.579ZAug 25 22:44:17.776 DEBG process exited with exit status: 0 (3.510962ms)
38822026-08-25T22:44:18.579ZAug 25 22:44:17.776 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38832026-08-25T22:44:18.584ZAug 25 22:44:17.779 DEBG process exited with exit status: 0 (3.789473ms)
38842026-08-25T22:44:18.585ZAug 25 22:44:17.780 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38852026-08-25T22:44:18.588ZAug 25 22:44:17.783 DEBG process exited with exit status: 0 (3.501673ms)
38862026-08-25T22:44:18.588ZAug 25 22:44:17.783 INFO [helios-record] task succeeded (36.944318ms)
38872026-08-25T22:52:14.250Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 37s
38882026-08-25T22:52:14.253Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38892026-08-25T22:52:14.253Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38902026-08-25T22:53:07.396ZAug 25 22:53:06.590 INFO [host-package] process exited with exit status: 0 (690.650630507s)
38912026-08-25T22:53:07.397ZAug 25 22:53:06.590 INFO [host-libraries] running task
38922026-08-25T22:53:07.397ZAug 25 22:53:06.590 INFO [host-stamp] running task
38932026-08-25T22:53:07.400ZAug 25 22:53:06.592 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+git1f434a86565
38942026-08-25T22:53:07.400ZAug 25 22:53:06.592 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+git1f434a86565
38952026-08-25T22:53:07.400ZAug 25 22:53:06.593 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+git1f434a86565
38962026-08-25T22:53:07.403ZAug 25 22:53:06.593 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+git1f434a86565
38972026-08-25T22:53:07.403ZAug 25 22:53:06.593 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+git1f434a86565
38982026-08-25T22:53:07.403ZAug 25 22:53:06.593 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+git1f434a86565
38992026-08-25T22:53:07.403ZAug 25 22:53:06.594 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+git1f434a86565
39002026-08-25T22:53:07.403ZAug 25 22:53:06.594 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+git1f434a86565
39012026-08-25T22:53:07.408Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-25T22:53:07.408Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-25T22:53:07.409Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-25T22:53:07.409Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-25T22:53:07.409Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-25T22:53:07.409Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-25T22:53:07.412Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-25T22:53:07.412Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39092026-08-25T22:53:07.412Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39102026-08-25T22:53:07.415ZAug 25 22:53:06.606 INFO [stamp-overlay] process exited with exit status: 0 (13.22676ms)
39112026-08-25T22:53:07.419Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39122026-08-25T22:53:07.422ZAug 25 22:53:06.616 INFO [stamp-oxlog] process exited with exit status: 0 (22.076757ms)
39132026-08-25T22:53:07.446Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39142026-08-25T22:53:07.449ZAug 25 22:53:06.642 INFO [stamp-crucible-utils] process exited with exit status: 0 (48.413517ms)
39152026-08-25T22:53:07.466Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39162026-08-25T22:53:07.470ZAug 25 22:53:06.663 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (70.804443ms)
39172026-08-25T22:53:07.594Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39182026-08-25T22:53:07.597ZAug 25 22:53:06.790 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (197.168968ms)
39192026-08-25T22:53:07.951Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39202026-08-25T22:53:07.954ZAug 25 22:53:07.147 INFO [stamp-propolis-server] process exited with exit status: 0 (554.160777ms)
39212026-08-25T22:53:07.984Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39222026-08-25T22:53:07.987ZAug 25 22:53:07.179 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (584.66438ms)
39232026-08-25T22:53:09.103ZAug 25 22:53:08.296 INFO [host-libraries] task succeeded (1.706201114s)
39242026-08-25T22:53:09.106ZAug 25 22:53:08.296 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39252026-08-25T22:53:09.110Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39262026-08-25T22:53:10.052Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39272026-08-25T22:53:10.992Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39282026-08-25T22:53:14.481Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39292026-08-25T22:53:14.484ZAug 25 22:53:13.676 INFO [stamp-switch-asic] process exited with exit status: 0 (7.083957164s)
39302026-08-25T22:53:14.484ZAug 25 22:53:13.676 INFO [host-stamp] task succeeded (7.086914246s)
39312026-08-25T22:53:14.484ZAug 25 22:53:13.676 INFO [host-proto] running task
39322026-08-25T22:53:15.006ZAug 25 22:53:14.199 INFO [host-proto] task succeeded (522.142022ms)
39332026-08-25T22:53:15.006ZAug 25 22:53:14.199 INFO [host-profile] running task
39342026-08-25T22:53:15.009ZAug 25 22:53:14.199 INFO [host-profile] task succeeded (218.27µs)
39352026-08-25T22:53:15.010ZAug 25 22:53:14.199 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/.tmpjS1e7R/proto/host/root -N 'ci 1f434a8/${os_short_commit} 2026-08-25 22:40' -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/'
39362026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO Checking files for board 'gimlet'
39372026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39382026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39392026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO Checking files for board 'cosmo-mbist-noaggr'
39402026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39412026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO Checking files for board 'cosmo-mbist'
39422026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39432026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO Checking files for board 'cosmo'
39442026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39452026-08-25T22:53:15.013Z[ host-image] Aug 25 22:53:14.205 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39462026-08-25T22:53:15.021Z[ host-image] Aug 25 22:53:14.214 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjS1e7R/proto/host/root"
39472026-08-25T22:53:15.021Z[ host-image] Aug 25 22:53:14.214 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39482026-08-25T22:53:15.025Z[ host-image] Aug 25 22:53:14.214 INFO image builder template: ramdisk-01-os...
39492026-08-25T22:53:15.025Z[ host-image] Aug 25 22:53:14.214 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/.tmpjS1e7R/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39502026-08-25T22:53:15.035Z[ host-image] Aug 25 22:53:14.228 INFO O| Aug 25 22:53:14.228 INFO CREATE DATASET: rpool/images/build/host/output
39512026-08-25T22:53:16.274Z[ host-image] Aug 25 22:53:15.467 INFO O| Aug 25 22:53:15.467 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39522026-08-25T22:53:16.277Z[ host-image] Aug 25 22:53:15.470 INFO O| Aug 25 22:53:15.470 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39532026-08-25T22:53:16.479Z[ host-image] Aug 25 22:53:15.672 INFO O| Aug 25 22:53:15.671 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39542026-08-25T22:53:16.539Z[ host-image] Aug 25 22:53:15.732 INFO O| Aug 25 22:53:15.732 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39552026-08-25T22:53:16.539Z[ host-image] Aug 25 22:53:15.732 INFO O| Aug 25 22:53:15.732 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39562026-08-25T22:53:16.539Z[ host-image] Aug 25 22:53:15.732 INFO O| Aug 25 22:53:15.732 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39572026-08-25T22:53:16.542Z[ host-image] Aug 25 22:53:15.732 INFO O| Aug 25 22:53:15.732 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39582026-08-25T22:53:16.546Z[ host-image] Aug 25 22:53:15.738 INFO O| Aug 25 22:53:15.738 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39592026-08-25T22:53:16.758Z[ host-image] Aug 25 22:53:15.951 INFO O| Aug 25 22:53:15.951 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-25T22:53:16.765Z[ host-image] Aug 25 22:53:15.958 INFO O| Aug 25 22:53:15.958 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39612026-08-25T22:53:17.044Z[ host-image] Aug 25 22:53:16.237 INFO O| Aug 25 22:53:16.236 INFO O| Caching catalogs ... Done
39622026-08-25T22:53:17.112Z[ host-image] Aug 25 22:53:16.305 INFO O| Aug 25 22:53:16.305 INFO STEP 0 (pkg_image_create) COMPLETE
39632026-08-25T22:53:17.112Z[ host-image] Aug 25 22:53:16.305 INFO O| Aug 25 22:53:16.305 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39642026-08-25T22:53:17.118Z[ host-image] Aug 25 22:53:16.312 INFO O| Aug 25 22:53:16.312 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"]
39652026-08-25T22:53:17.378Z[ host-image] Aug 25 22:53:16.571 INFO O| Aug 25 22:53:16.571 INFO STEP 1 (pkg_set_publisher) COMPLETE
39662026-08-25T22:53:17.378Z[ host-image] Aug 25 22:53:16.571 INFO O| Aug 25 22:53:16.571 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-25T22:53:17.381Z[ host-image] Aug 25 22:53:16.571 INFO O| Aug 25 22:53:16.571 INFO skip step because feature "publisher_1_name" is not enabled
39682026-08-25T22:53:17.381Z[ host-image] Aug 25 22:53:16.571 INFO O| Aug 25 22:53:16.571 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-25T22:53:17.382Z[ host-image] Aug 25 22:53:16.571 INFO O| Aug 25 22:53:16.571 INFO skip step because feature "publisher_2_name" is not enabled
39702026-08-25T22:53:17.382Z[ host-image] Aug 25 22:53:16.571 INFO O| Aug 25 22:53:16.571 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-08-25T22:53:17.382Z[ host-image] Aug 25 22:53:16.571 INFO O| Aug 25 22:53:16.571 INFO skip step because feature "publisher_3_name" is not enabled
39722026-08-25T22:53:17.382Z[ host-image] Aug 25 22:53:16.571 INFO O| Aug 25 22:53:16.571 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732026-08-25T22:53:17.623Z[ host-image] Aug 25 22:53:16.816 INFO O| Aug 25 22:53:16.816 INFO variant opensolaris.zone is already global
39742026-08-25T22:53:17.623Z[ host-image] Aug 25 22:53:16.816 INFO O| Aug 25 22:53:16.816 INFO STEP 5 (pkg_change_variant) COMPLETE
39752026-08-25T22:53:17.626Z[ host-image] Aug 25 22:53:16.816 INFO O| Aug 25 22:53:16.816 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39762026-08-25T22:53:17.860Z[ host-image] Aug 25 22:53:17.053 INFO O| Aug 25 22:53:17.053 INFO variant opensolaris.imagetype is full; changing to partial
39772026-08-25T22:53:17.860Z[ host-image] Aug 25 22:53:17.053 INFO O| Aug 25 22:53:17.053 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39782026-08-25T22:53:19.812Z[ host-image] Aug 25 22:53:19.005 INFO O| Aug 25 22:53:19.005 INFO O| Startup: Refreshing catalog 'helios' ... Done
39792026-08-25T22:53:20.214Z[ host-image] Aug 25 22:53:19.407 INFO O| Aug 25 22:53:19.406 INFO O| Startup: Caching catalogs ... Done
39802026-08-25T22:53:20.228Z[ host-image] Aug 25 22:53:19.421 INFO O| Aug 25 22:53:19.421 INFO O| Planning: Planning completed in 0.00 seconds
39812026-08-25T22:53:20.240Z[ host-image] Aug 25 22:53:19.421 INFO O| Aug 25 22:53:19.421 INFO O| Planning: Consolidating action changes ... Done
39822026-08-25T22:53:20.240Z[ host-image] Aug 25 22:53:19.421 INFO O| Aug 25 22:53:19.421 INFO O| Planning: Evaluating mediators ... Done
39832026-08-25T22:53:20.241Z[ host-image] Aug 25 22:53:19.422 INFO O| Aug 25 22:53:19.422 INFO O| Planning: Planning completed in 0.00 seconds
39842026-08-25T22:53:20.241Z[ host-image] Aug 25 22:53:19.422 INFO O| Aug 25 22:53:19.422 INFO O| Variants/Facets to change: 1
39852026-08-25T22:53:20.244Z[ host-image] Aug 25 22:53:19.430 INFO O| Aug 25 22:53:19.430 INFO O| Finalize: Updating package state database ... Done
39862026-08-25T22:53:20.244Z[ host-image] Aug 25 22:53:19.430 INFO O| Aug 25 22:53:19.430 INFO O| Finalize: Updating package cache ... Done
39872026-08-25T22:53:20.303Z[ host-image] Aug 25 22:53:19.495 INFO O| Aug 25 22:53:19.495 INFO O| Finalize: Updating image state ... Done
39882026-08-25T22:53:20.313Z[ host-image] Aug 25 22:53:19.506 INFO O| Aug 25 22:53:19.506 INFO O| Finalize: Creating fast lookup database ... Done
39892026-08-25T22:53:20.316Z[ host-image] Aug 25 22:53:19.507 INFO O| Aug 25 22:53:19.507 INFO O| Finalize: Reading search index ... Done
39902026-08-25T22:53:20.317Z[ host-image] Aug 25 22:53:19.507 INFO O| Aug 25 22:53:19.507 INFO O| Finalize: Updating search index ... Done
39912026-08-25T22:53:20.317Z[ host-image] Aug 25 22:53:19.507 INFO O| Aug 25 22:53:19.507 INFO O| Finalize: Updating package cache ... Done
39922026-08-25T22:53:20.493Z[ host-image] Aug 25 22:53:19.686 INFO O| Aug 25 22:53:19.686 INFO STEP 6 (pkg_change_variant) COMPLETE
39932026-08-25T22:53:20.493Z[ host-image] Aug 25 22:53:19.686 INFO O| Aug 25 22:53:19.686 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39942026-08-25T22:53:20.497Z[ host-image] Aug 25 22:53:19.686 INFO O| Aug 25 22:53:19.686 INFO skip step because feature "debug_variant" is not enabled
39952026-08-25T22:53:20.497Z[ host-image] Aug 25 22:53:19.686 INFO O| Aug 25 22:53:19.686 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39962026-08-25T22:53:20.733Z[ host-image] Aug 25 22:53:19.925 INFO O| Aug 25 22:53:19.925 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39972026-08-25T22:53:22.050Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.82s
39982026-08-25T22:53:22.449Z[ host-image] Aug 25 22:53:21.641 INFO O| Aug 25 22:53:21.641 INFO O| Startup: Refreshing catalog 'helios' ... Done
39992026-08-25T22:53:22.850Z[ host-image] Aug 25 22:53:22.042 INFO O| Aug 25 22:53:22.042 INFO O| Startup: Caching catalogs ... Done
40002026-08-25T22:53:22.864Z[ host-image] Aug 25 22:53:22.056 INFO O| Aug 25 22:53:22.056 INFO O| Planning: Planning completed in 0.00 seconds
40012026-08-25T22:53:22.868Z[ host-image] Aug 25 22:53:22.057 INFO O| Aug 25 22:53:22.057 INFO O| Planning: Consolidating action changes ... Done
40022026-08-25T22:53:22.868Z[ host-image] Aug 25 22:53:22.057 INFO O| Aug 25 22:53:22.057 INFO O| Planning: Evaluating mediators ... Done
40032026-08-25T22:53:22.868Z[ host-image] Aug 25 22:53:22.057 INFO O| Aug 25 22:53:22.057 INFO O| Planning: Planning completed in 0.00 seconds
40042026-08-25T22:53:22.868Z[ host-image] Aug 25 22:53:22.057 INFO O| Aug 25 22:53:22.057 INFO O| Variants/Facets to change: 1
40052026-08-25T22:53:22.873Z[ host-image] Aug 25 22:53:22.066 INFO O| Aug 25 22:53:22.066 INFO O| Finalize: Updating package state database ... Done
40062026-08-25T22:53:22.873Z[ host-image] Aug 25 22:53:22.066 INFO O| Aug 25 22:53:22.066 INFO O| Finalize: Updating package cache ... Done
40072026-08-25T22:53:22.946Z[ host-image] Aug 25 22:53:22.137 INFO O| Aug 25 22:53:22.137 INFO O| Finalize: Updating image state ... Done
40082026-08-25T22:53:22.955Z[ host-image] Aug 25 22:53:22.148 INFO O| Aug 25 22:53:22.148 INFO O| Finalize: Creating fast lookup database ... Done
40092026-08-25T22:53:22.959Z[ host-image] Aug 25 22:53:22.148 INFO O| Aug 25 22:53:22.148 INFO O| Finalize: Reading search index ... Done
40102026-08-25T22:53:22.959Z[ host-image] Aug 25 22:53:22.148 INFO O| Aug 25 22:53:22.148 INFO O| Finalize: Updating search index ... Done
40112026-08-25T22:53:22.959Z[ host-image] Aug 25 22:53:22.149 INFO O| Aug 25 22:53:22.149 INFO O| Finalize: Updating package cache ... Done
40122026-08-25T22:53:23.134Z[ host-image] Aug 25 22:53:22.326 INFO O| Aug 25 22:53:22.326 INFO STEP 8 (pkg_change_facet) COMPLETE
40132026-08-25T22:53:23.134Z[ host-image] Aug 25 22:53:22.326 INFO O| Aug 25 22:53:22.326 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40142026-08-25T22:53:23.137Z[ host-image] Aug 25 22:53:22.326 INFO O| Aug 25 22:53:22.326 INFO skip step because feature "recovery" is not enabled
40152026-08-25T22:53:23.137Z[ host-image] Aug 25 22:53:22.326 INFO O| Aug 25 22:53:22.326 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40162026-08-25T22:53:23.137Z[ host-image] Aug 25 22:53:22.326 INFO O| Aug 25 22:53:22.326 INFO skip step because feature "recovery" is not enabled
40172026-08-25T22:53:23.137Z[ host-image] Aug 25 22:53:22.326 INFO O| Aug 25 22:53:22.326 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40182026-08-25T22:53:23.142Z[ host-image] Aug 25 22:53:22.334 INFO O| Aug 25 22:53:22.334 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"]
40192026-08-25T22:53:24.931Z[ host-image] Aug 25 22:53:24.120 INFO O| Aug 25 22:53:24.119 INFO O| Startup: Refreshing catalog 'helios' ... Done
40202026-08-25T22:53:25.339Z[ host-image] Aug 25 22:53:24.530 INFO O| Aug 25 22:53:24.530 INFO O| Startup: Caching catalogs ... Done
40212026-08-25T22:53:25.854ZAug 25 22:53:25.047 INFO [recovery-package] process exited with exit status: 0 (16.751264483s)
40222026-08-25T22:53:25.855ZAug 25 22:53:25.047 INFO [recovery-libraries] running task
40232026-08-25T22:53:25.855ZAug 25 22:53:25.047 INFO [recovery-stamp] running task
40242026-08-25T22:53:25.858ZAug 25 22:53:25.048 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+git1f434a86565
40252026-08-25T22:53:25.858ZAug 25 22:53:25.048 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git1f434a86565
40262026-08-25T22:53:25.862Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40272026-08-25T22:53:25.865Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40282026-08-25T22:53:25.905ZAug 25 22:53:25.098 INFO [recovery-libraries] task succeeded (50.878198ms)
40292026-08-25T22:53:25.909ZAug 25 22:53:25.098 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40302026-08-25T22:53:25.975Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40312026-08-25T22:53:25.978ZAug 25 22:53:25.171 INFO [stamp-installinator] process exited with exit status: 0 (122.865762ms)
40322026-08-25T22:53:26.030Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40332026-08-25T22:53:26.033ZAug 25 22:53:25.226 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (178.098195ms)
40342026-08-25T22:53:26.033ZAug 25 22:53:25.226 INFO [recovery-stamp] task succeeded (178.578705ms)
40352026-08-25T22:53:26.033ZAug 25 22:53:25.226 INFO [recovery-proto] running task
40362026-08-25T22:53:26.033ZAug 25 22:53:25.226 INFO [tuf-stamp] running task
40372026-08-25T22:53:26.033ZAug 25 22:53:25.226 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+git1f434a86565
40382026-08-25T22:53:26.037ZAug 25 22:53:25.227 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+git1f434a86565
40392026-08-25T22:53:26.038ZAug 25 22:53:25.227 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+git1f434a86565
40402026-08-25T22:53:26.038ZAug 25 22:53:25.227 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+git1f434a86565
40412026-08-25T22:53:26.038ZAug 25 22:53:25.228 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+git1f434a86565
40422026-08-25T22:53:26.038ZAug 25 22:53:25.228 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+git1f434a86565
40432026-08-25T22:53:26.038ZAug 25 22:53:25.228 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+git1f434a86565
40442026-08-25T22:53:26.038ZAug 25 22:53:25.229 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+git1f434a86565
40452026-08-25T22:53:26.038ZAug 25 22:53:25.229 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+git1f434a86565
40462026-08-25T22:53:26.038ZAug 25 22:53:25.229 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+git1f434a86565
40472026-08-25T22:53:26.038ZAug 25 22:53:25.229 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+git1f434a86565
40482026-08-25T22:53:26.038ZAug 25 22:53:25.230 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+git1f434a86565
40492026-08-25T22:53:26.041Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-25T22:53:26.045Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-25T22:53:26.045Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-25T22:53:26.045Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-25T22:53:26.045Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-25T22:53:26.045Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-25T22:53:26.045Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-25T22:53:26.045Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-25T22:53:26.045Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-25T22:53:26.045Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-08-25T22:53:26.045Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-08-25T22:53:26.045Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-08-25T22:53:26.090Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40622026-08-25T22:53:26.093ZAug 25 22:53:25.286 INFO [stamp-probe] process exited with exit status: 0 (57.190743ms)
40632026-08-25T22:53:26.151ZAug 25 22:53:25.344 INFO [recovery-proto] task succeeded (117.665758ms)
40642026-08-25T22:53:26.154ZAug 25 22:53:25.344 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/.tmpjS1e7R/proto/recovery/root -N 'recovery 1f434a8/${os_short_commit} 2026-08-25 22:40' -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/'
40652026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO Checking files for board 'cosmo'
40662026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40672026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40682026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO Checking files for board 'cosmo-mbist'
40692026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40702026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO Checking files for board 'gimlet'
40712026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40722026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40732026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO Checking files for board 'cosmo-mbist-noaggr'
40742026-08-25T22:53:26.158Z[ recovery-image] Aug 25 22:53:25.350 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40752026-08-25T22:53:26.167Z[ recovery-image] Aug 25 22:53:25.360 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjS1e7R/proto/recovery/root"
40762026-08-25T22:53:26.167Z[ recovery-image] Aug 25 22:53:25.360 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40772026-08-25T22:53:26.171Z[ recovery-image] Aug 25 22:53:25.360 INFO image builder template: ramdisk-01-os...
40782026-08-25T22:53:26.171Z[ recovery-image] Aug 25 22:53:25.360 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/.tmpjS1e7R/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40792026-08-25T22:53:26.183Z[ recovery-image] Aug 25 22:53:25.376 INFO O| Aug 25 22:53:25.376 INFO CREATE DATASET: rpool/images/build/recovery/output
40802026-08-25T22:53:26.450Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40812026-08-25T22:53:26.478Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40822026-08-25T22:53:26.598Z[ recovery-image] Aug 25 22:53:25.788 INFO O| Aug 25 22:53:25.788 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40832026-08-25T22:53:26.601Z[ recovery-image] Aug 25 22:53:25.792 INFO O| Aug 25 22:53:25.792 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40842026-08-25T22:53:26.601Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40852026-08-25T22:53:26.605ZAug 25 22:53:25.798 INFO [stamp-ntp] process exited with exit status: 0 (570.095099ms)
40862026-08-25T22:53:26.679Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40872026-08-25T22:53:26.682ZAug 25 22:53:25.875 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (647.610007ms)
40882026-08-25T22:53:26.760Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40892026-08-25T22:53:26.763ZAug 25 22:53:25.956 INFO [stamp-internal-dns] process exited with exit status: 0 (727.741208ms)
40902026-08-25T22:53:26.788Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40912026-08-25T22:53:26.792ZAug 25 22:53:25.985 INFO [stamp-external-dns] process exited with exit status: 0 (756.356959ms)
40922026-08-25T22:53:26.874Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40932026-08-25T22:53:26.879ZAug 25 22:53:26.070 INFO [stamp-crucible-zone] process exited with exit status: 0 (843.550285ms)
40942026-08-25T22:53:27.062Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40952026-08-25T22:53:27.092ZAug 25 22:53:26.258 INFO [stamp-oximeter] process exited with exit status: 0 (1.029314205s)
40962026-08-25T22:53:27.614Z[ recovery-image] Aug 25 22:53:26.806 INFO O| Aug 25 22:53:26.806 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40972026-08-25T22:53:27.856Z[ host-image] Aug 25 22:53:27.048 INFO O| Aug 25 22:53:27.048 INFO O| Planning: Solver setup ... Done
40982026-08-25T22:53:28.104Z[ host-image] Aug 25 22:53:27.297 INFO O| Aug 25 22:53:27.297 INFO O| Planning: Running solver ... Done
40992026-08-25T22:53:28.154Z[ host-image] Aug 25 22:53:27.345 INFO O| Aug 25 22:53:27.344 INFO O| Planning: Finding local manifests ... Done
41002026-08-25T22:53:28.173Z[ host-image] Aug 25 22:53:27.366 INFO O| Aug 25 22:53:27.366 INFO O| Planning: Fetching manifests: 0/130 0% complete
41012026-08-25T22:53:28.362Z[ recovery-image] Aug 25 22:53:27.555 INFO O| Aug 25 22:53:27.555 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41022026-08-25T22:53:28.362Z[ recovery-image] Aug 25 22:53:27.555 INFO O| Aug 25 22:53:27.555 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41032026-08-25T22:53:28.362Z[ recovery-image] Aug 25 22:53:27.555 INFO O| Aug 25 22:53:27.555 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41042026-08-25T22:53:28.366Z[ recovery-image] Aug 25 22:53:27.555 INFO O| Aug 25 22:53:27.555 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41052026-08-25T22:53:28.369Z[ recovery-image] Aug 25 22:53:27.561 INFO O| Aug 25 22:53:27.561 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41062026-08-25T22:53:28.609Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41072026-08-25T22:53:28.613ZAug 25 22:53:27.805 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.57804639s)
41082026-08-25T22:53:29.910Z[ host-image] Aug 25 22:53:29.102 INFO O| Aug 25 22:53:29.102 INFO O| Planning: Fetching manifests: 130/130 100% complete
41092026-08-25T22:53:30.417Z[ host-image] Aug 25 22:53:29.610 INFO O| Aug 25 22:53:29.610 INFO O| Planning: Package planning ... Done
41102026-08-25T22:53:30.692Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41112026-08-25T22:53:30.697ZAug 25 22:53:29.888 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.658355518s)
41122026-08-25T22:53:30.732Z[ host-image] Aug 25 22:53:29.925 INFO O| Aug 25 22:53:29.925 INFO O| Planning: Merging actions ... Done
41132026-08-25T22:53:30.843Z[ host-image] Aug 25 22:53:30.036 INFO O| Aug 25 22:53:30.036 INFO O| Planning: Checking for conflicting actions ... Done
41142026-08-25T22:53:30.899Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41152026-08-25T22:53:30.902ZAug 25 22:53:30.094 INFO [stamp-clickhouse] process exited with exit status: 0 (4.865517523s)
41162026-08-25T22:53:30.946Z[ host-image] Aug 25 22:53:30.139 INFO O| Aug 25 22:53:30.139 INFO O| Planning: Consolidating action changes ... Done
41172026-08-25T22:53:30.958Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41182026-08-25T22:53:30.961ZAug 25 22:53:30.154 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.92770751s)
41192026-08-25T22:53:31.113Z[ host-image] Aug 25 22:53:30.306 INFO O| Aug 25 22:53:30.306 INFO O| Planning: Evaluating mediators ... Done
41202026-08-25T22:53:31.135Z[verify-libraries] Compiling match_cfg v0.1.0
41212026-08-25T22:53:31.139Z[verify-libraries] Compiling slog-json v2.6.1
41222026-08-25T22:53:31.139Z[verify-libraries] Compiling debug-ignore v1.0.5
41232026-08-25T22:53:31.139Z[verify-libraries] Compiling progenitor-client v0.14.0
41242026-08-25T22:53:31.139Z[verify-libraries] Compiling sha1 v0.11.0
41252026-08-25T22:53:31.139Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41262026-08-25T22:53:31.402Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41272026-08-25T22:53:31.406ZAug 25 22:53:30.599 INFO [stamp-nexus] process exited with exit status: 0 (5.368824513s)
41282026-08-25T22:53:31.406ZAug 25 22:53:30.599 INFO [tuf-stamp] task succeeded (5.372702606s)
41292026-08-25T22:53:31.406ZAug 25 22:53:30.599 INFO [tuf-v2-zones] running task
41302026-08-25T22:53:31.429Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41312026-08-25T22:53:31.430Z[verify-libraries] Compiling multer v3.1.0
41322026-08-25T22:53:31.433Z[verify-libraries] Compiling compression-core v0.4.31
41332026-08-25T22:53:31.433Z[verify-libraries] Compiling async-stream-impl v0.3.6
41342026-08-25T22:53:31.433Z[verify-libraries] Compiling serde_spanned v1.1.1
41352026-08-25T22:53:31.433Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41362026-08-25T22:53:31.555Z[verify-libraries] Compiling dropshot v0.17.1
41372026-08-25T22:53:31.555Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41382026-08-25T22:53:31.558Z[verify-libraries] Compiling waitgroup v0.1.2
41392026-08-25T22:53:31.575ZAug 25 22:53:30.767 INFO [tuf-v2-zones] task succeeded (168.388237ms)
41402026-08-25T22:53:31.597Z[verify-libraries] Compiling hostname v0.3.1
41412026-08-25T22:53:31.600Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41422026-08-25T22:53:31.665Z[verify-libraries] Compiling compression-codecs v0.4.37
41432026-08-25T22:53:31.665Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41442026-08-25T22:53:31.670Z[verify-libraries] Compiling hostname v0.4.2
41452026-08-25T22:53:31.670Z[verify-libraries] Compiling atomicwrites v0.4.4
41462026-08-25T22:53:31.769Z[verify-libraries] Compiling slog-bunyan v2.5.0
41472026-08-25T22:53:31.774Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41482026-08-25T22:53:31.810Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41492026-08-25T22:53:31.814Z[verify-libraries] Compiling macaddr v1.0.1
41502026-08-25T22:53:31.814Z[verify-libraries] Compiling regress v0.10.5
41512026-08-25T22:53:31.917Z[verify-libraries] Compiling async-compression v0.4.41
41522026-08-25T22:53:31.917Z[verify-libraries] Compiling instant v0.1.13
41532026-08-25T22:53:31.957Z[verify-libraries] Compiling parse-display-derive v0.10.0
41542026-08-25T22:53:31.957Z[verify-libraries] Compiling itertools v0.14.0
41552026-08-25T22:53:31.957Z[verify-libraries] Compiling backon v1.6.0
41562026-08-25T22:53:31.961Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41572026-08-25T22:53:31.998Z[verify-libraries] Compiling humantime v2.3.0
41582026-08-25T22:53:32.016Z[verify-libraries] Compiling convert_case v0.4.0
41592026-08-25T22:53:32.085Z[verify-libraries] Compiling backoff v0.4.0
41602026-08-25T22:53:32.106Z[verify-libraries] Compiling half v2.7.1
41612026-08-25T22:53:32.158Z[verify-libraries] Compiling async-stream v0.3.6
41622026-08-25T22:53:32.198Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41632026-08-25T22:53:32.266Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41642026-08-25T22:53:32.287Z[verify-libraries] Compiling ciborium-io v0.2.2
41652026-08-25T22:53:32.335Z[verify-libraries] Compiling progenitor-extras v0.2.0
41662026-08-25T22:53:32.339Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41672026-08-25T22:53:32.380Z[verify-libraries] Compiling indent_write v2.2.0
41682026-08-25T22:53:32.403Z[verify-libraries] Compiling regress v0.11.1
41692026-08-25T22:53:32.426Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41702026-08-25T22:53:32.450Z[verify-libraries] Compiling secrecy v0.10.3
41712026-08-25T22:53:32.454Z[verify-libraries] Compiling ciborium-ll v0.2.2
41722026-08-25T22:53:32.520Z[verify-libraries] Compiling derive_more v0.99.20
41732026-08-25T22:53:32.520Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41742026-08-25T22:53:32.574Z[ host-image] Aug 25 22:53:31.767 INFO O| Aug 25 22:53:31.767 INFO O| Planning: Planning completed in 7.22 seconds
41752026-08-25T22:53:32.578Z[ host-image] Aug 25 22:53:31.769 INFO O| Aug 25 22:53:31.769 INFO O| Packages to install: 130
41762026-08-25T22:53:32.578Z[ host-image] Aug 25 22:53:31.769 INFO O| Aug 25 22:53:31.769 INFO O| Mediators to change: 5
41772026-08-25T22:53:32.578Z[ host-image] Aug 25 22:53:31.769 INFO O| Aug 25 22:53:31.769 INFO O| Services to change: 6
41782026-08-25T22:53:32.586Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41792026-08-25T22:53:32.608Z[ host-image] Aug 25 22:53:31.801 INFO O| Aug 25 22:53:31.801 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
41802026-08-25T22:53:32.612Z[verify-libraries] Compiling inout v0.1.4
41812026-08-25T22:53:32.615Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41822026-08-25T22:53:32.654Z[verify-libraries] Compiling universal-hash v0.5.1
41832026-08-25T22:53:32.742Z[verify-libraries] Compiling ciborium v0.2.2
41842026-08-25T22:53:32.797Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41852026-08-25T22:53:32.829Z[verify-libraries] Compiling cipher v0.4.4
41862026-08-25T22:53:32.852Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41872026-08-25T22:53:32.884Z[verify-libraries] Compiling opaque-debug v0.3.1
41882026-08-25T22:53:32.958Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41892026-08-25T22:53:33.005Z[verify-libraries] Compiling poly1305 v0.8.0
41902026-08-25T22:53:33.034Z[verify-libraries] Compiling blake2 v0.10.6
41912026-08-25T22:53:33.093Z[verify-libraries] Compiling chacha20 v0.9.1
41922026-08-25T22:53:33.144Z[verify-libraries] Compiling aead v0.5.2
41932026-08-25T22:53:33.232Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41942026-08-25T22:53:33.314Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41952026-08-25T22:53:33.385Z[verify-libraries] Compiling password-hash v0.5.0
41962026-08-25T22:53:33.425Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41972026-08-25T22:53:33.460Z[verify-libraries] Compiling num-derive v0.4.2
41982026-08-25T22:53:33.482Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41992026-08-25T22:53:33.562Z[verify-libraries] Compiling rayon-core v1.13.0
42002026-08-25T22:53:33.617Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42012026-08-25T22:53:33.663Z[verify-libraries] Compiling argon2 v0.5.3
42022026-08-25T22:53:33.735Z[verify-libraries] Compiling glob v0.3.3
42032026-08-25T22:53:33.828Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42042026-08-25T22:53:33.850Z[verify-libraries] Compiling parse-display v0.10.0
42052026-08-25T22:53:33.873Z[verify-libraries] Compiling usdt-macro v0.5.0
42062026-08-25T22:53:33.924Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42072026-08-25T22:53:34.204Z[verify-libraries] Compiling typify-impl v0.6.2
42082026-08-25T22:53:34.228Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42092026-08-25T22:53:34.256Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42102026-08-25T22:53:34.355Z[verify-libraries] Compiling vsss-rs v3.3.4
42112026-08-25T22:53:34.419Z[ recovery-image] Aug 25 22:53:33.612 INFO O| Aug 25 22:53:33.611 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42122026-08-25T22:53:34.434Z[ recovery-image] Aug 25 22:53:33.622 INFO O| Aug 25 22:53:33.622 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42132026-08-25T22:53:34.492Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42142026-08-25T22:53:34.650Z[verify-libraries] Compiling memmap v0.7.0
42152026-08-25T22:53:34.717Z[verify-libraries] Compiling heapless v0.8.0
42162026-08-25T22:53:34.755Z[ recovery-image] Aug 25 22:53:33.945 INFO O| Aug 25 22:53:33.945 INFO O| Caching catalogs ... Done
42172026-08-25T22:53:34.819Z[verify-libraries] Compiling proc-macro-error v1.0.4
42182026-08-25T22:53:34.846Z[ recovery-image] Aug 25 22:53:34.038 INFO O| Aug 25 22:53:34.038 INFO STEP 0 (pkg_image_create) COMPLETE
42192026-08-25T22:53:34.846Z[ recovery-image] Aug 25 22:53:34.038 INFO O| Aug 25 22:53:34.038 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42202026-08-25T22:53:34.851Z[verify-libraries] Compiling usdt v0.5.0
42212026-08-25T22:53:34.856Z[ recovery-image] Aug 25 22:53:34.049 INFO O| Aug 25 22:53:34.049 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"]
42222026-08-25T22:53:34.911Z[verify-libraries] Compiling ingot-macros v0.2.0
42232026-08-25T22:53:34.915Z[verify-libraries] Compiling tabwriter v1.4.1
42242026-08-25T22:53:34.984Z[verify-libraries] Compiling hash32 v0.3.1
42252026-08-25T22:53:35.028Z[verify-libraries] Compiling smoltcp v0.11.0
42262026-08-25T22:53:35.144Z[verify-libraries] Compiling num_enum_derive v0.7.6
42272026-08-25T22:53:35.183Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42282026-08-25T22:53:35.209Z[verify-libraries] Compiling cobs v0.3.0
42292026-08-25T22:53:35.209Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42302026-08-25T22:53:35.216Z[ recovery-image] Aug 25 22:53:34.409 INFO O| Aug 25 22:53:34.408 INFO STEP 1 (pkg_set_publisher) COMPLETE
42312026-08-25T22:53:35.216Z[ recovery-image] Aug 25 22:53:34.409 INFO O| Aug 25 22:53:34.408 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42322026-08-25T22:53:35.220Z[ recovery-image] Aug 25 22:53:34.409 INFO O| Aug 25 22:53:34.409 INFO skip step because feature "publisher_1_name" is not enabled
42332026-08-25T22:53:35.220Z[ recovery-image] Aug 25 22:53:34.409 INFO O| Aug 25 22:53:34.409 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42342026-08-25T22:53:35.220Z[ recovery-image] Aug 25 22:53:34.409 INFO O| Aug 25 22:53:34.409 INFO skip step because feature "publisher_2_name" is not enabled
42352026-08-25T22:53:35.220Z[ recovery-image] Aug 25 22:53:34.409 INFO O| Aug 25 22:53:34.409 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42362026-08-25T22:53:35.220Z[ recovery-image] Aug 25 22:53:34.409 INFO O| Aug 25 22:53:34.409 INFO skip step because feature "publisher_3_name" is not enabled
42372026-08-25T22:53:35.220Z[ recovery-image] Aug 25 22:53:34.409 INFO O| Aug 25 22:53:34.409 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42382026-08-25T22:53:35.262Z[verify-libraries] Compiling colored v3.1.1
42392026-08-25T22:53:35.263Z[verify-libraries] Compiling rayon v1.11.0
42402026-08-25T22:53:35.263Z[verify-libraries] Compiling rand v0.10.1
42412026-08-25T22:53:35.343Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42422026-08-25T22:53:35.441Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42432026-08-25T22:53:35.559Z[ recovery-image] Aug 25 22:53:34.751 INFO O| Aug 25 22:53:34.751 INFO variant opensolaris.zone is already global
42442026-08-25T22:53:35.559Z[ recovery-image] Aug 25 22:53:34.751 INFO O| Aug 25 22:53:34.751 INFO STEP 5 (pkg_change_variant) COMPLETE
42452026-08-25T22:53:35.562Z[ recovery-image] Aug 25 22:53:34.751 INFO O| Aug 25 22:53:34.751 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42462026-08-25T22:53:35.586Z[verify-libraries] Compiling postcard v1.1.3
42472026-08-25T22:53:35.589Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42482026-08-25T22:53:35.635Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42492026-08-25T22:53:35.659Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42502026-08-25T22:53:35.762Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42512026-08-25T22:53:35.872Z[ recovery-image] Aug 25 22:53:35.064 INFO O| Aug 25 22:53:35.063 INFO variant opensolaris.imagetype is full; changing to partial
42522026-08-25T22:53:35.873Z[ recovery-image] Aug 25 22:53:35.064 INFO O| Aug 25 22:53:35.063 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42532026-08-25T22:53:35.911Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42542026-08-25T22:53:35.966Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42552026-08-25T22:53:36.057Z[verify-libraries] Compiling num_enum_derive v0.5.11
42562026-08-25T22:53:36.162Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42572026-08-25T22:53:36.195Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42582026-08-25T22:53:36.224Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42592026-08-25T22:53:36.224Z[verify-libraries] Compiling cstr-argument v0.1.2
42602026-08-25T22:53:36.285Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42612026-08-25T22:53:36.362Z[verify-libraries] Compiling num_enum v0.7.6
42622026-08-25T22:53:36.404Z[verify-libraries] Compiling foreign-types v0.5.0
42632026-08-25T22:53:36.428Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42642026-08-25T22:53:36.455Z[verify-libraries] Compiling sigpipe v0.1.3
42652026-08-25T22:53:36.491Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42662026-08-25T22:53:36.536Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42672026-08-25T22:53:36.565Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42682026-08-25T22:53:36.595Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42692026-08-25T22:53:36.649Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42702026-08-25T22:53:36.772Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42712026-08-25T22:53:36.798Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42722026-08-25T22:53:36.798Z[verify-libraries] Compiling itertools v0.12.1
42732026-08-25T22:53:36.802Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42742026-08-25T22:53:36.910Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42752026-08-25T22:53:36.939Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42762026-08-25T22:53:36.963Z[verify-libraries] Compiling toml v0.8.23
42772026-08-25T22:53:36.963Z[verify-libraries] Compiling smf v0.2.3
42782026-08-25T22:53:37.107Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42792026-08-25T22:53:37.247Z[verify-libraries] Compiling whoami v1.6.1
42802026-08-25T22:53:37.295Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42812026-08-25T22:53:37.296Z[verify-libraries] Compiling num_enum v0.5.11
42822026-08-25T22:53:37.299Z[verify-libraries] Compiling derive-where v1.6.0
42832026-08-25T22:53:37.524Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42842026-08-25T22:53:37.574Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42852026-08-25T22:53:37.613Z[ host-image] Aug 25 22:53:36.806 INFO O| Aug 25 22:53:36.806 INFO O| Download: 9849/23888 items 84.4/222.8MB 37% complete (16.9M/s)
42862026-08-25T22:53:37.664Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42872026-08-25T22:53:37.669Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42882026-08-25T22:53:37.743Z[verify-libraries] Compiling gethostname v0.5.0
42892026-08-25T22:53:37.747Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42902026-08-25T22:53:37.967Z[ recovery-image] Aug 25 22:53:37.159 INFO O| Aug 25 22:53:37.159 INFO O| Startup: Refreshing catalog 'helios' ... Done
42912026-08-25T22:53:37.970Z[verify-libraries] Compiling newline-converter v0.3.0
42922026-08-25T22:53:37.971Z[verify-libraries] Compiling console v0.15.11
42932026-08-25T22:53:38.024Z[verify-libraries] Compiling resolv-conf v0.7.6
42942026-08-25T22:53:38.088Z[verify-libraries] Compiling linear-map v1.2.0
42952026-08-25T22:53:38.118Z[verify-libraries] Compiling ingot-types v0.2.0
42962026-08-25T22:53:38.160Z[verify-libraries] Compiling zone v0.3.1
42972026-08-25T22:53:38.240Z[verify-libraries] Compiling num-rational v0.4.2
42982026-08-25T22:53:38.285Z[verify-libraries] Compiling num-complex v0.4.6
42992026-08-25T22:53:38.289Z[verify-libraries] Compiling slog-dtrace v0.3.0
43002026-08-25T22:53:38.330Z[verify-libraries] Compiling expectorate v1.2.0
43012026-08-25T22:53:38.407Z[ recovery-image] Aug 25 22:53:37.600 INFO O| Aug 25 22:53:37.600 INFO O| Startup: Caching catalogs ... Done
43022026-08-25T22:53:38.423Z[ recovery-image] Aug 25 22:53:37.616 INFO O| Aug 25 22:53:37.616 INFO O| Planning: Planning completed in 0.00 seconds
43032026-08-25T22:53:38.427Z[ recovery-image] Aug 25 22:53:37.616 INFO O| Aug 25 22:53:37.616 INFO O| Planning: Consolidating action changes ... Done
43042026-08-25T22:53:38.427Z[ recovery-image] Aug 25 22:53:37.616 INFO O| Aug 25 22:53:37.616 INFO O| Planning: Evaluating mediators ... Done
43052026-08-25T22:53:38.427Z[ recovery-image] Aug 25 22:53:37.617 INFO O| Aug 25 22:53:37.617 INFO O| Planning: Planning completed in 0.00 seconds
43062026-08-25T22:53:38.427Z[ recovery-image] Aug 25 22:53:37.617 INFO O| Aug 25 22:53:37.617 INFO O| Variants/Facets to change: 1
43072026-08-25T22:53:38.445Z[ recovery-image] Aug 25 22:53:37.638 INFO O| Aug 25 22:53:37.638 INFO O| Finalize: Updating package state database ... Done
43082026-08-25T22:53:38.445Z[ recovery-image] Aug 25 22:53:37.638 INFO O| Aug 25 22:53:37.638 INFO O| Finalize: Updating package cache ... Done
43092026-08-25T22:53:38.469Z[verify-libraries] Compiling prettyplease v0.2.37
43102026-08-25T22:53:38.521Z[ recovery-image] Aug 25 22:53:37.711 INFO O| Aug 25 22:53:37.711 INFO O| Finalize: Updating image state ... Done
43112026-08-25T22:53:38.536Z[ recovery-image] Aug 25 22:53:37.728 INFO O| Aug 25 22:53:37.728 INFO O| Finalize: Creating fast lookup database ... Done
43122026-08-25T22:53:38.540Z[ recovery-image] Aug 25 22:53:37.729 INFO O| Aug 25 22:53:37.729 INFO O| Finalize: Reading search index ... Done
43132026-08-25T22:53:38.540Z[ recovery-image] Aug 25 22:53:37.729 INFO O| Aug 25 22:53:37.729 INFO O| Finalize: Updating search index ... Done
43142026-08-25T22:53:38.540Z[ recovery-image] Aug 25 22:53:37.730 INFO O| Aug 25 22:53:37.730 INFO O| Finalize: Updating package cache ... Done
43152026-08-25T22:53:38.568Z[verify-libraries] Compiling ingot v0.2.1
43162026-08-25T22:53:38.616Z[verify-libraries] Compiling float-ord v0.3.2
43172026-08-25T22:53:38.654Z[verify-libraries] Compiling num v0.4.3
43182026-08-25T22:53:38.694Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43192026-08-25T22:53:38.722Z[verify-libraries] Compiling linked-hash-map v0.5.6
43202026-08-25T22:53:38.770Z[verify-libraries] Compiling hickory-proto v0.24.4
43212026-08-25T22:53:38.770Z[verify-libraries] Compiling convert_case v0.10.0
43222026-08-25T22:53:38.793Z[verify-libraries] Compiling minimal-lexical v0.2.1
43232026-08-25T22:53:38.812Z[ recovery-image] Aug 25 22:53:38.005 INFO O| Aug 25 22:53:38.004 INFO STEP 6 (pkg_change_variant) COMPLETE
43242026-08-25T22:53:38.812Z[ recovery-image] Aug 25 22:53:38.005 INFO O| Aug 25 22:53:38.005 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43252026-08-25T22:53:38.812Z[ recovery-image] Aug 25 22:53:38.005 INFO O| Aug 25 22:53:38.005 INFO skip step because feature "debug_variant" is not enabled
43262026-08-25T22:53:38.815Z[ recovery-image] Aug 25 22:53:38.005 INFO O| Aug 25 22:53:38.005 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43272026-08-25T22:53:38.924Z[verify-libraries] Compiling unicode-xid v0.2.6
43282026-08-25T22:53:38.927Z[verify-libraries] Compiling tabled_derive v0.7.0
43292026-08-25T22:53:38.993Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43302026-08-25T22:53:38.993Z[verify-libraries] Compiling lru-cache v0.1.2
43312026-08-25T22:53:39.035Z[verify-libraries] Compiling typify-macro v0.6.2
43322026-08-25T22:53:39.094Z[verify-libraries] Compiling nom v7.1.3
43332026-08-25T22:53:39.116Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43342026-08-25T22:53:39.139Z[ recovery-image] Aug 25 22:53:38.332 INFO O| Aug 25 22:53:38.332 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43352026-08-25T22:53:39.152Z[verify-libraries] Compiling derive_more-impl v2.1.1
43362026-08-25T22:53:39.195Z[verify-libraries] Compiling fd-lock v4.0.4
43372026-08-25T22:53:39.247Z[verify-libraries] Compiling vte v0.14.1
43382026-08-25T22:53:39.410Z[verify-libraries] Compiling display-error-chain v0.2.2
43392026-08-25T22:53:39.503Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43402026-08-25T22:53:39.547Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43412026-08-25T22:53:39.626Z[verify-libraries] Compiling stacker v0.1.23
43422026-08-25T22:53:39.654Z[verify-libraries] Compiling cfg_aliases v0.1.1
43432026-08-25T22:53:39.808Z[verify-libraries] Compiling semver v0.1.20
43442026-08-25T22:53:39.836Z[verify-libraries] Compiling reedline v0.40.0
43452026-08-25T22:53:39.986Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43462026-08-25T22:53:40.029Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43472026-08-25T22:53:40.030Z[verify-libraries] Compiling psm v0.1.30
43482026-08-25T22:53:40.080Z[verify-libraries] Compiling tabled v0.15.0
43492026-08-25T22:53:40.083Z[verify-libraries] Compiling derive_more v2.1.1
43502026-08-25T22:53:40.187Z[verify-libraries] Compiling nix v0.28.0
43512026-08-25T22:53:40.233Z[verify-libraries] Compiling termtree v0.5.1
43522026-08-25T22:53:40.261Z[verify-libraries] Compiling crossterm v0.29.0
43532026-08-25T22:53:40.286Z[verify-libraries] Compiling rustc_version v0.1.7
43542026-08-25T22:53:40.346Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43552026-08-25T22:53:40.425Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43562026-08-25T22:53:40.542Z[verify-libraries] Compiling phf_shared v0.12.1
43572026-08-25T22:53:40.575Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43582026-08-25T22:53:40.614Z[verify-libraries] Compiling nibble_vec v0.1.0
43592026-08-25T22:53:40.640Z[verify-libraries] Compiling highway v1.3.0
43602026-08-25T22:53:40.773Z[verify-libraries] Compiling endian-type v0.1.2
43612026-08-25T22:53:40.804Z[verify-libraries] Compiling chrono-tz v0.10.4
43622026-08-25T22:53:40.829Z[verify-libraries] Compiling phf v0.12.1
43632026-08-25T22:53:40.948Z[verify-libraries] Compiling radix_trie v0.2.1
43642026-08-25T22:53:40.952Z[verify-libraries] Compiling typify v0.6.2
43652026-08-25T22:53:41.015Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43662026-08-25T22:53:41.044Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43672026-08-25T22:53:41.044Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43682026-08-25T22:53:41.074Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43692026-08-25T22:53:41.186Z[verify-libraries] Compiling progenitor-impl v0.14.0
43702026-08-25T22:53:41.243Z[verify-libraries] Compiling hickory-resolver v0.24.4
43712026-08-25T22:53:41.371Z[ recovery-image] Aug 25 22:53:40.559 INFO O| Aug 25 22:53:40.559 INFO O| Startup: Refreshing catalog 'helios' ... Done
43722026-08-25T22:53:41.407Z[verify-libraries] Compiling recursive v0.1.1
43732026-08-25T22:53:41.505Z[verify-libraries] Compiling newtype_derive v0.1.6
43742026-08-25T22:53:41.650Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43752026-08-25T22:53:41.688Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43762026-08-25T22:53:41.776Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43772026-08-25T22:53:41.832Z[ recovery-image] Aug 25 22:53:41.024 INFO O| Aug 25 22:53:41.024 INFO O| Startup: Caching catalogs ... Done
43782026-08-25T22:53:41.847Z[ recovery-image] Aug 25 22:53:41.040 INFO O| Aug 25 22:53:41.040 INFO O| Planning: Planning completed in 0.00 seconds
43792026-08-25T22:53:41.851Z[ recovery-image] Aug 25 22:53:41.040 INFO O| Aug 25 22:53:41.040 INFO O| Planning: Consolidating action changes ... Done
43802026-08-25T22:53:41.851Z[ recovery-image] Aug 25 22:53:41.040 INFO O| Aug 25 22:53:41.040 INFO O| Planning: Evaluating mediators ... Done
43812026-08-25T22:53:41.851Z[ recovery-image] Aug 25 22:53:41.040 INFO O| Aug 25 22:53:41.040 INFO O| Planning: Planning completed in 0.00 seconds
43822026-08-25T22:53:41.851Z[ recovery-image] Aug 25 22:53:41.041 INFO O| Aug 25 22:53:41.041 INFO O| Variants/Facets to change: 1
43832026-08-25T22:53:41.865Z[ recovery-image] Aug 25 22:53:41.058 INFO O| Aug 25 22:53:41.058 INFO O| Finalize: Updating package state database ... Done
43842026-08-25T22:53:41.865Z[ recovery-image] Aug 25 22:53:41.058 INFO O| Aug 25 22:53:41.058 INFO O| Finalize: Updating package cache ... Done
43852026-08-25T22:53:41.942Z[ recovery-image] Aug 25 22:53:41.135 INFO O| Aug 25 22:53:41.135 INFO O| Finalize: Updating image state ... Done
43862026-08-25T22:53:41.949Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43872026-08-25T22:53:41.958Z[ recovery-image] Aug 25 22:53:41.151 INFO O| Aug 25 22:53:41.151 INFO O| Finalize: Creating fast lookup database ... Done
43882026-08-25T22:53:41.962Z[ recovery-image] Aug 25 22:53:41.151 INFO O| Aug 25 22:53:41.151 INFO O| Finalize: Reading search index ... Done
43892026-08-25T22:53:41.962Z[ recovery-image] Aug 25 22:53:41.151 INFO O| Aug 25 22:53:41.151 INFO O| Finalize: Updating search index ... Done
43902026-08-25T22:53:41.962Z[ recovery-image] Aug 25 22:53:41.152 INFO O| Aug 25 22:53:41.152 INFO O| Finalize: Updating package cache ... Done
43912026-08-25T22:53:42.328Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43922026-08-25T22:53:42.363Z[verify-libraries] Compiling peg-macros v0.8.5
43932026-08-25T22:53:42.369Z[ recovery-image] Aug 25 22:53:41.559 INFO O| Aug 25 22:53:41.559 INFO STEP 8 (pkg_change_facet) COMPLETE
43942026-08-25T22:53:42.369Z[ recovery-image] Aug 25 22:53:41.559 INFO O| Aug 25 22:53:41.559 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43952026-08-25T22:53:42.500Z[verify-libraries] Compiling qorb v0.4.1
43962026-08-25T22:53:42.622Z[ host-image] Aug 25 22:53:41.814 INFO O| Aug 25 22:53:41.814 INFO O| Download: 18428/23888 items 155.9/222.8MB 69% complete (15.6M/s)
43972026-08-25T22:53:42.712Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43982026-08-25T22:53:42.755Z[verify-libraries] Compiling winnow v0.6.26
43992026-08-25T22:53:42.788Z[ recovery-image] Aug 25 22:53:41.981 INFO O| Aug 25 22:53:41.981 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44002026-08-25T22:53:42.827Z[verify-libraries] Compiling csv-core v0.1.13
44012026-08-25T22:53:42.863Z[verify-libraries] Compiling unicode_categories v0.1.1
44022026-08-25T22:53:43.196Z[verify-libraries] Compiling home v0.5.12
44032026-08-25T22:53:43.246Z[verify-libraries] Compiling csv v1.4.0
44042026-08-25T22:53:43.328Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44052026-08-25T22:53:43.400Z[verify-libraries] Compiling rustyline v14.0.0
44062026-08-25T22:53:43.453Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44072026-08-25T22:53:43.546Z[verify-libraries] Compiling const_format v0.2.35
44082026-08-25T22:53:43.672Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44092026-08-25T22:53:43.763Z[verify-libraries] Compiling sqlparser v0.61.0
44102026-08-25T22:53:43.919Z[verify-libraries] Compiling bcs v0.1.6
44112026-08-25T22:53:43.983Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44122026-08-25T22:53:44.021Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44132026-08-25T22:53:44.050Z[verify-libraries] Compiling peg v0.8.5
44142026-08-25T22:53:44.185Z[verify-libraries] Compiling sqlformat v0.3.5
44152026-08-25T22:53:44.232Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44162026-08-25T22:53:44.304Z[verify-libraries] Compiling progenitor-macro v0.14.0
44172026-08-25T22:53:44.304Z[verify-libraries] Compiling nom v8.0.0
44182026-08-25T22:53:44.355Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44192026-08-25T22:53:44.403Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44202026-08-25T22:53:44.529Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44212026-08-25T22:53:44.707Z[verify-libraries] Compiling steno v0.4.1
44222026-08-25T22:53:44.809Z[verify-libraries] Compiling sha1 v0.10.6
44232026-08-25T22:53:44.964Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44242026-08-25T22:53:45.116Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
44252026-08-25T22:53:45.151Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44262026-08-25T22:53:45.177Z[ recovery-image] Aug 25 22:53:44.369 INFO O| Aug 25 22:53:44.369 INFO O| Startup: Refreshing catalog 'helios' ... Done
44272026-08-25T22:53:45.195Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44282026-08-25T22:53:45.259Z[verify-libraries] Compiling tagptr v0.2.0
44292026-08-25T22:53:45.263Z[verify-libraries] Compiling utf-8 v0.7.6
44302026-08-25T22:53:45.456Z[verify-libraries] Compiling moka v0.12.13
44312026-08-25T22:53:45.486Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44322026-08-25T22:53:45.517Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44332026-08-25T22:53:45.558Z[verify-libraries] Compiling tungstenite v0.21.0
44342026-08-25T22:53:45.593Z[verify-libraries] Compiling libefi-sys v0.1.0
44352026-08-25T22:53:45.667Z[ recovery-image] Aug 25 22:53:44.860 INFO O| Aug 25 22:53:44.860 INFO O| Startup: Caching catalogs ... Done
44362026-08-25T22:53:45.684Z[ recovery-image] Aug 25 22:53:44.876 INFO O| Aug 25 22:53:44.876 INFO O| Planning: Planning completed in 0.00 seconds
44372026-08-25T22:53:45.688Z[ recovery-image] Aug 25 22:53:44.876 INFO O| Aug 25 22:53:44.876 INFO O| Planning: Consolidating action changes ... Done
44382026-08-25T22:53:45.688Z[ recovery-image] Aug 25 22:53:44.877 INFO O| Aug 25 22:53:44.876 INFO O| Planning: Evaluating mediators ... Done
44392026-08-25T22:53:45.688Z[ recovery-image] Aug 25 22:53:44.877 INFO O| Aug 25 22:53:44.877 INFO O| Planning: Planning completed in 0.00 seconds
44402026-08-25T22:53:45.688Z[ recovery-image] Aug 25 22:53:44.877 INFO O| Aug 25 22:53:44.877 INFO O| Variants/Facets to change: 1
44412026-08-25T22:53:45.733Z[ recovery-image] Aug 25 22:53:44.925 INFO O| Aug 25 22:53:44.925 INFO O| Finalize: Updating package state database ... Done
44422026-08-25T22:53:45.733Z[ recovery-image] Aug 25 22:53:44.925 INFO O| Aug 25 22:53:44.925 INFO O| Finalize: Updating package cache ... Done
44432026-08-25T22:53:45.760Z[verify-libraries] Compiling bitfield-struct v0.6.2
44442026-08-25T22:53:45.790Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44452026-08-25T22:53:45.813Z[ host-image] Aug 25 22:53:45.005 INFO O| Aug 25 22:53:45.005 INFO O| Download: Completed 222.83 MB in 13.20 seconds (16.8M/s)
44462026-08-25T22:53:45.818Z[ recovery-image] Aug 25 22:53:45.007 INFO O| Aug 25 22:53:45.007 INFO O| Finalize: Updating image state ... Done
44472026-08-25T22:53:45.831Z[ recovery-image] Aug 25 22:53:45.023 INFO O| Aug 25 22:53:45.023 INFO O| Finalize: Creating fast lookup database ... Done
44482026-08-25T22:53:45.836Z[ recovery-image] Aug 25 22:53:45.023 INFO O| Aug 25 22:53:45.023 INFO O| Finalize: Reading search index ... Done
44492026-08-25T22:53:45.836Z[ recovery-image] Aug 25 22:53:45.023 INFO O| Aug 25 22:53:45.023 INFO O| Finalize: Updating search index ... Done
44502026-08-25T22:53:45.836Z[ recovery-image] Aug 25 22:53:45.024 INFO O| Aug 25 22:53:45.024 INFO O| Finalize: Updating package cache ... Done
44512026-08-25T22:53:45.924Z[verify-libraries] Compiling xshell-macros v0.2.7
44522026-08-25T22:53:46.019Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
44532026-08-25T22:53:46.135Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44542026-08-25T22:53:46.149Z[ recovery-image] Aug 25 22:53:45.341 INFO O| Aug 25 22:53:45.341 INFO STEP 9 (pkg_change_facet) COMPLETE
44552026-08-25T22:53:46.149Z[ recovery-image] Aug 25 22:53:45.341 INFO O| Aug 25 22:53:45.341 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44562026-08-25T22:53:46.177Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44572026-08-25T22:53:46.201Z[ host-image] Aug 25 22:53:45.394 INFO O| Aug 25 22:53:45.394 INFO O| Actions: 1/54182 actions (Installing new actions)
44582026-08-25T22:53:46.353Z[verify-libraries] Compiling hickory-resolver v0.25.2
44592026-08-25T22:53:46.386Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44602026-08-25T22:53:46.421Z[verify-libraries] Compiling xshell v0.2.7
44612026-08-25T22:53:46.487Z[ recovery-image] Aug 25 22:53:45.679 INFO O| Aug 25 22:53:45.679 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44622026-08-25T22:53:46.531Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44632026-08-25T22:53:46.535Z[verify-libraries] Compiling libscf-sys v1.2.0
44642026-08-25T22:53:46.598Z[verify-libraries] Compiling papergrid v0.18.0
44652026-08-25T22:53:46.663Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44662026-08-25T22:53:46.666Z[verify-libraries] Compiling sha2 v0.11.0
44672026-08-25T22:53:46.763Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44682026-08-25T22:53:46.767Z[verify-libraries] Compiling subprocess v0.2.15
44692026-08-25T22:53:46.820Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44702026-08-25T22:53:46.882Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44712026-08-25T22:53:47.038Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44722026-08-25T22:53:47.265Z[verify-libraries] Compiling headers-core v0.3.0
44732026-08-25T22:53:47.375Z[verify-libraries] Compiling unicase v2.9.0
44742026-08-25T22:53:47.544Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44752026-08-25T22:53:47.577Z[verify-libraries] Compiling headers v0.4.1
44762026-08-25T22:53:47.578Z[verify-libraries] Compiling darling_core v0.21.3
44772026-08-25T22:53:47.733Z[verify-libraries] Compiling crc8 v0.1.1
44782026-08-25T22:53:47.948Z[verify-libraries] Compiling tabled v0.21.0
44792026-08-25T22:53:47.977Z[verify-libraries] Compiling maplit v1.0.2
44802026-08-25T22:53:48.094Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44812026-08-25T22:53:48.170Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44822026-08-25T22:53:48.660Z[verify-libraries] Compiling yasna v0.5.2
44832026-08-25T22:53:48.708Z[verify-libraries] Compiling vergen-lib v0.1.6
44842026-08-25T22:53:48.761Z[verify-libraries] Compiling diesel_derives v2.3.7
44852026-08-25T22:53:48.764Z[verify-libraries] Compiling port-file v0.1.0
44862026-08-25T22:53:48.816Z[ recovery-image] Aug 25 22:53:48.008 INFO O| Aug 25 22:53:48.008 INFO O| Startup: Refreshing catalog 'helios' ... Done
44872026-08-25T22:53:48.820Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44882026-08-25T22:53:48.998Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44892026-08-25T22:53:49.058Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44902026-08-25T22:53:49.123Z[verify-libraries] Compiling half v1.8.3
44912026-08-25T22:53:49.171Z[verify-libraries] Compiling rcgen v0.12.1
44922026-08-25T22:53:49.306Z[ recovery-image] Aug 25 22:53:48.499 INFO O| Aug 25 22:53:48.499 INFO O| Startup: Caching catalogs ... Done
44932026-08-25T22:53:49.322Z[ recovery-image] Aug 25 22:53:48.515 INFO O| Aug 25 22:53:48.514 INFO O| Planning: Planning completed in 0.00 seconds
44942026-08-25T22:53:49.326Z[ recovery-image] Aug 25 22:53:48.515 INFO O| Aug 25 22:53:48.515 INFO O| Planning: Consolidating action changes ... Done
44952026-08-25T22:53:49.326Z[ recovery-image] Aug 25 22:53:48.515 INFO O| Aug 25 22:53:48.515 INFO O| Planning: Evaluating mediators ... Done
44962026-08-25T22:53:49.326Z[ recovery-image] Aug 25 22:53:48.515 INFO O| Aug 25 22:53:48.515 INFO O| Planning: Planning completed in 0.00 seconds
44972026-08-25T22:53:49.326Z[ recovery-image] Aug 25 22:53:48.516 INFO O| Aug 25 22:53:48.516 INFO O| Variants/Facets to change: 1
44982026-08-25T22:53:49.334Z[ recovery-image] Aug 25 22:53:48.526 INFO O| Aug 25 22:53:48.526 INFO O| Finalize: Updating package state database ... Done
44992026-08-25T22:53:49.334Z[ recovery-image] Aug 25 22:53:48.526 INFO O| Aug 25 22:53:48.526 INFO O| Finalize: Updating package cache ... Done
45002026-08-25T22:53:49.359Z[verify-libraries] Compiling r2d2 v0.8.10
45012026-08-25T22:53:49.415Z[ recovery-image] Aug 25 22:53:48.607 INFO O| Aug 25 22:53:48.607 INFO O| Finalize: Updating image state ... Done
45022026-08-25T22:53:49.419Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45032026-08-25T22:53:49.431Z[ recovery-image] Aug 25 22:53:48.624 INFO O| Aug 25 22:53:48.624 INFO O| Finalize: Creating fast lookup database ... Done
45042026-08-25T22:53:49.435Z[ recovery-image] Aug 25 22:53:48.624 INFO O| Aug 25 22:53:48.624 INFO O| Finalize: Reading search index ... Done
45052026-08-25T22:53:49.435Z[ recovery-image] Aug 25 22:53:48.625 INFO O| Aug 25 22:53:48.625 INFO O| Finalize: Updating search index ... Done
45062026-08-25T22:53:49.435Z[ recovery-image] Aug 25 22:53:48.626 INFO O| Aug 25 22:53:48.626 INFO O| Finalize: Updating package cache ... Done
45072026-08-25T22:53:49.450Z[verify-libraries] Compiling serde_cbor v0.11.2
45082026-08-25T22:53:49.487Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45092026-08-25T22:53:49.735Z[ recovery-image] Aug 25 22:53:48.927 INFO O| Aug 25 22:53:48.927 INFO STEP 10 (pkg_change_facet) COMPLETE
45102026-08-25T22:53:49.739Z[ recovery-image] Aug 25 22:53:48.927 INFO O| Aug 25 22:53:48.927 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45112026-08-25T22:53:49.747Z[ recovery-image] Aug 25 22:53:48.936 INFO O| Aug 25 22:53:48.936 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"]
45122026-08-25T22:53:49.768Z[verify-libraries] Compiling downcast-rs v2.0.2
45132026-08-25T22:53:49.831Z[verify-libraries] Compiling cpubits v0.1.1
45142026-08-25T22:53:49.913Z[verify-libraries] Compiling crunchy v0.2.4
45152026-08-25T22:53:49.946Z[verify-libraries] Compiling dirs-next v2.0.0
45162026-08-25T22:53:50.131Z[verify-libraries] Compiling clang-sys v1.8.1
45172026-08-25T22:53:50.184Z[verify-libraries] Compiling tiny-keccak v2.0.2
45182026-08-25T22:53:50.188Z[verify-libraries] Compiling progenitor v0.14.0
45192026-08-25T22:53:50.259Z[verify-libraries] Compiling term v0.7.0
45202026-08-25T22:53:50.511Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45212026-08-25T22:53:50.544Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45222026-08-25T22:53:50.576Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45232026-08-25T22:53:50.748Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45242026-08-25T22:53:50.818Z[verify-libraries] Compiling darling_macro v0.21.3
45252026-08-25T22:53:50.821Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45262026-08-25T22:53:50.862Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45272026-08-25T22:53:50.907Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45282026-08-25T22:53:50.992Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45292026-08-25T22:53:51.031Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45302026-08-25T22:53:51.188Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45312026-08-25T22:53:51.201Z[ host-image] Aug 25 22:53:50.394 INFO O| Aug 25 22:53:50.394 INFO O| Actions: 23432/54182 actions (Installing new actions)
45322026-08-25T22:53:51.228Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45332026-08-25T22:53:51.352Z[verify-libraries] Compiling bit-vec v0.6.3
45342026-08-25T22:53:51.454Z[verify-libraries] Compiling diff v0.1.13
45352026-08-25T22:53:51.488Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45362026-08-25T22:53:51.583Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45372026-08-25T22:53:51.587Z[verify-libraries] Compiling darling v0.21.3
45382026-08-25T22:53:51.587Z[verify-libraries] Compiling bit-set v0.5.3
45392026-08-25T22:53:51.771Z[verify-libraries] Compiling ascii-canvas v3.0.0
45402026-08-25T22:53:51.775Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45412026-08-25T22:53:51.842Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45422026-08-25T22:53:51.882Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45432026-08-25T22:53:51.886Z[verify-libraries] Compiling itertools v0.10.5
45442026-08-25T22:53:51.886Z[verify-libraries] Compiling ena v0.14.4
45452026-08-25T22:53:51.911Z[verify-libraries] Compiling libloading v0.8.9
45462026-08-25T22:53:52.021Z[verify-libraries] Compiling bindgen v0.71.1
45472026-08-25T22:53:52.100Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45482026-08-25T22:53:52.157Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45492026-08-25T22:53:52.173Z[ recovery-image] Aug 25 22:53:51.366 INFO O| Aug 25 22:53:51.365 INFO O| Startup: Refreshing catalog 'helios' ... Done
45502026-08-25T22:53:52.220Z[verify-libraries] Compiling regex-syntax v0.6.29
45512026-08-25T22:53:52.655Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45522026-08-25T22:53:52.667Z[ recovery-image] Aug 25 22:53:51.859 INFO O| Aug 25 22:53:51.859 INFO O| Startup: Caching catalogs ... Done
45532026-08-25T22:53:52.681Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45542026-08-25T22:53:52.702Z[verify-libraries] Compiling cexpr v0.6.0
45552026-08-25T22:53:52.788Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45562026-08-25T22:53:53.009Z[verify-libraries] Compiling rustc-hash v2.1.1
45572026-08-25T22:53:53.082Z[verify-libraries] Compiling rfc6979 v0.4.0
45582026-08-25T22:53:53.254Z[verify-libraries] Compiling libxml v0.3.3
45592026-08-25T22:53:53.306Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45602026-08-25T22:53:53.420Z[verify-libraries] Compiling ecdsa v0.16.9
45612026-08-25T22:53:53.501Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45622026-08-25T22:53:53.652Z[verify-libraries] Compiling strum_macros v0.24.3
45632026-08-25T22:53:53.716Z[verify-libraries] Compiling primeorder v0.13.6
45642026-08-25T22:53:53.720Z[verify-libraries] Compiling hashbrown v0.14.5
45652026-08-25T22:53:53.834Z[verify-libraries] Compiling lalrpop v0.19.12
45662026-08-25T22:53:53.840Z[ host-image] Aug 25 22:53:53.030 INFO O| Aug 25 22:53:53.030 INFO O| Actions: Completed 54182 actions in 7.62 seconds.
45672026-08-25T22:53:53.898Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45682026-08-25T22:53:53.947Z[verify-libraries] Compiling hmac v0.13.0
45692026-08-25T22:53:53.953Z[ host-image] Aug 25 22:53:53.145 INFO O| Aug 25 22:53:53.145 INFO O| Finalize: Updating package state database ... Done
45702026-08-25T22:53:53.953Z[ host-image] Aug 25 22:53:53.145 INFO O| Aug 25 22:53:53.145 INFO O| Finalize: Updating package cache ... Done
45712026-08-25T22:53:54.044Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45722026-08-25T22:53:54.086Z[ host-image] Aug 25 22:53:53.278 INFO O| Aug 25 22:53:53.278 INFO O| Finalize: Updating image state ... Done
45732026-08-25T22:53:54.373Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45742026-08-25T22:53:54.446Z[verify-libraries] Compiling universal-hash v0.6.1
45752026-08-25T22:53:54.468Z[verify-libraries] Compiling fxhash v0.2.1
45762026-08-25T22:53:54.576Z[verify-libraries] Compiling indoc v1.0.9
45772026-08-25T22:53:54.635Z[verify-libraries] Compiling salty v0.3.0
45782026-08-25T22:53:54.759Z[verify-libraries] Compiling knus-derive v3.4.0
45792026-08-25T22:53:54.946Z[verify-libraries] Compiling chumsky v0.9.3
45802026-08-25T22:53:55.077Z[verify-libraries] Compiling p384 v0.13.1
45812026-08-25T22:53:55.081Z[ host-image] Aug 25 22:53:54.252 INFO O| Aug 25 22:53:54.252 INFO O| Finalize: Creating fast lookup database ... Done
45822026-08-25T22:53:55.116Z[ host-image] Aug 25 22:53:54.309 INFO O| Aug 25 22:53:54.308 INFO O| Finalize: Reading search index ... Done
45832026-08-25T22:53:55.257Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45842026-08-25T22:53:55.261Z[verify-libraries] Compiling progenitor-impl v0.13.0
45852026-08-25T22:53:55.581Z[ recovery-image] Aug 25 22:53:54.772 INFO O| Aug 25 22:53:54.772 INFO O| Planning: Solver setup ... Done
45862026-08-25T22:53:55.892Z[ recovery-image] Aug 25 22:53:55.084 INFO O| Aug 25 22:53:55.084 INFO O| Planning: Running solver ... Done
45872026-08-25T22:53:55.969Z[ recovery-image] Aug 25 22:53:55.161 INFO O| Aug 25 22:53:55.161 INFO O| Planning: Finding local manifests ... Done
45882026-08-25T22:53:56.036Z[ recovery-image] Aug 25 22:53:55.228 INFO O| Aug 25 22:53:55.228 INFO O| Planning: Fetching manifests: 0/130 0% complete
45892026-08-25T22:53:56.192Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45902026-08-25T22:53:56.258Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45912026-08-25T22:53:56.556Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45922026-08-25T22:53:56.586Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45932026-08-25T22:53:56.881Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45942026-08-25T22:53:57.133Z[verify-libraries] Compiling oso-derive v0.27.3
45952026-08-25T22:53:57.359Z[verify-libraries] Compiling quick-xml v0.37.5
45962026-08-25T22:53:57.732Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45972026-08-25T22:53:57.789Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45982026-08-25T22:53:58.004Z[ host-image] Aug 25 22:53:57.196 INFO O| Aug 25 22:53:57.196 INFO O| Finalize: Building new search index ... Done
45992026-08-25T22:53:58.192Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46002026-08-25T22:53:58.217Z[verify-libraries] Compiling openssl-probe v0.1.6
46012026-08-25T22:53:58.503Z[verify-libraries] Compiling progenitor-macro v0.13.0
46022026-08-25T22:53:58.516Z[ host-image] Aug 25 22:53:57.708 INFO O| Aug 25 22:53:57.708 INFO O| Finalize: Updating package cache ... Done
46032026-08-25T22:53:58.538Z[verify-libraries] Compiling diesel v2.3.7
46042026-08-25T22:53:58.860Z[ host-image] Aug 25 22:53:58.053 INFO O| Aug 25 22:53:58.053 INFO STEP 11 (pkg_install) COMPLETE
46052026-08-25T22:53:58.860Z[ host-image] Aug 25 22:53:58.053 INFO O| Aug 25 22:53:58.053 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46062026-08-25T22:53:58.870Z[ host-image] Aug 25 22:53:58.063 INFO O| Aug 25 22:53:58.063 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"]
46072026-08-25T22:53:58.938Z[verify-libraries] Compiling knus v3.4.0
46082026-08-25T22:53:59.276Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46092026-08-25T22:53:59.497Z[ recovery-image] Aug 25 22:53:58.690 INFO O| Aug 25 22:53:58.690 INFO O| Planning: Fetching manifests: 130/130 100% complete
46102026-08-25T22:53:59.620Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46112026-08-25T22:53:59.909Z[verify-libraries] Compiling polyval v0.7.1
46122026-08-25T22:53:59.912Z[ recovery-image] Aug 25 22:53:59.104 INFO O| Aug 25 22:53:59.104 INFO O| Planning: Package planning ... Done
46132026-08-25T22:54:00.029Z[verify-libraries] Compiling der v0.8.0
46142026-08-25T22:54:00.066Z[ recovery-image] Aug 25 22:53:59.259 INFO O| Aug 25 22:53:59.259 INFO O| Planning: Merging actions ... Done
46152026-08-25T22:54:00.216Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46162026-08-25T22:54:00.267Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46172026-08-25T22:54:00.297Z[ recovery-image] Aug 25 22:53:59.490 INFO O| Aug 25 22:53:59.490 INFO O| Planning: Checking for conflicting actions ... Done
46182026-08-25T22:54:00.312Z[verify-libraries] Compiling progenitor-client v0.13.0
46192026-08-25T22:54:00.353Z[ recovery-image] Aug 25 22:53:59.546 INFO O| Aug 25 22:53:59.546 INFO O| Planning: Consolidating action changes ... Done
46202026-08-25T22:54:00.490Z[ recovery-image] Aug 25 22:53:59.682 INFO O| Aug 25 22:53:59.682 INFO O| Planning: Evaluating mediators ... Done
46212026-08-25T22:54:00.716Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46222026-08-25T22:54:01.096Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46232026-08-25T22:54:01.300Z[verify-libraries] Compiling git-stub v1.0.0
46242026-08-25T22:54:01.546Z[verify-libraries] Compiling kstat-rs v0.2.5
46252026-08-25T22:54:01.610Z[verify-libraries] Compiling trait-variant v0.1.2
46262026-08-25T22:54:01.655Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46272026-08-25T22:54:01.682Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46282026-08-25T22:54:01.903Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46292026-08-25T22:54:01.909Z[ recovery-image] Aug 25 22:54:01.102 INFO O| Aug 25 22:54:01.102 INFO O| Planning: Planning completed in 9.23 seconds
46302026-08-25T22:54:01.913Z[ recovery-image] Aug 25 22:54:01.104 INFO O| Aug 25 22:54:01.104 INFO O| Packages to install: 130
46312026-08-25T22:54:01.913Z[ recovery-image] Aug 25 22:54:01.104 INFO O| Aug 25 22:54:01.104 INFO O| Mediators to change: 5
46322026-08-25T22:54:01.913Z[ recovery-image] Aug 25 22:54:01.104 INFO O| Aug 25 22:54:01.104 INFO O| Services to change: 5
46332026-08-25T22:54:01.939Z[ recovery-image] Aug 25 22:54:01.131 INFO O| Aug 25 22:54:01.131 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46342026-08-25T22:54:01.985Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46352026-08-25T22:54:02.026Z[verify-libraries] Compiling ghash v0.6.0
46362026-08-25T22:54:02.058Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46372026-08-25T22:54:02.089Z[verify-libraries] Compiling pbkdf2 v0.13.0
46382026-08-25T22:54:02.230Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46392026-08-25T22:54:02.276Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46402026-08-25T22:54:02.298Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46412026-08-25T22:54:02.373Z[verify-libraries] Compiling crypto-bigint v0.7.5
46422026-08-25T22:54:02.440Z[verify-libraries] Compiling aes v0.9.1
46432026-08-25T22:54:02.486Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46442026-08-25T22:54:02.486Z[verify-libraries] Compiling ctr v0.10.1
46452026-08-25T22:54:02.818Z[verify-libraries] Compiling aead v0.6.1
46462026-08-25T22:54:02.886Z[verify-libraries] Compiling bb8 v0.8.6
46472026-08-25T22:54:03.057Z[verify-libraries] Compiling parking_lot_core v0.8.6
46482026-08-25T22:54:03.104Z[verify-libraries] Compiling aes-gcm v0.11.0
46492026-08-25T22:54:03.264Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46502026-08-25T22:54:03.507Z[ host-image] Aug 25 22:54:02.698 INFO O| Aug 25 22:54:02.698 INFO O| Startup: Refreshing catalog 'helios' ... Done
46512026-08-25T22:54:03.513Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46522026-08-25T22:54:03.750Z[verify-libraries] Compiling spki v0.8.0
46532026-08-25T22:54:03.826Z[verify-libraries] Compiling mime_guess v2.0.5
46542026-08-25T22:54:03.957Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46552026-08-25T22:54:04.054Z[ host-image] Aug 25 22:54:03.244 INFO O| Aug 25 22:54:03.244 INFO O| Startup: Caching catalogs ... Done
46562026-08-25T22:54:04.158Z[verify-libraries] Compiling salsa20 v0.11.0
46572026-08-25T22:54:04.249Z[verify-libraries] Compiling nanorand v0.7.0
46582026-08-25T22:54:04.391Z[verify-libraries] Compiling progenitor v0.13.0
46592026-08-25T22:54:04.446Z[verify-libraries] Compiling scrypt v0.12.0
46602026-08-25T22:54:04.482Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46612026-08-25T22:54:04.657Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46622026-08-25T22:54:04.657Z[verify-libraries] Compiling flume v0.11.1
46632026-08-25T22:54:04.758Z[ host-image] Aug 25 22:54:03.950 INFO O| Aug 25 22:54:03.950 INFO O| Planning: Solver setup ... Done
46642026-08-25T22:54:04.763Z[ host-image] Aug 25 22:54:03.956 INFO O| Aug 25 22:54:03.956 INFO O| Planning: Running solver ... Done
46652026-08-25T22:54:04.781Z[ host-image] Aug 25 22:54:03.973 INFO O| Aug 25 22:54:03.973 INFO O| Planning: Finding local manifests ... Done
46662026-08-25T22:54:04.818Z[ host-image] Aug 25 22:54:04.010 INFO O| Aug 25 22:54:04.010 INFO O| Planning: Fetching manifests: 0/6 0% complete
46672026-08-25T22:54:04.842Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46682026-08-25T22:54:04.887Z[ host-image] Aug 25 22:54:04.079 INFO O| Aug 25 22:54:04.079 INFO O| Planning: Fetching manifests: 6/6 100% complete
46692026-08-25T22:54:04.916Z[ host-image] Aug 25 22:54:04.108 INFO O| Aug 25 22:54:04.107 INFO O| Planning: Package planning ... Done
46702026-08-25T22:54:04.920Z[ host-image] Aug 25 22:54:04.110 INFO O| Aug 25 22:54:04.110 INFO O| Planning: Merging actions ... Done
46712026-08-25T22:54:04.972Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46722026-08-25T22:54:04.996Z[ host-image] Aug 25 22:54:04.188 INFO O| Aug 25 22:54:04.188 INFO O| Planning: Checking for conflicting actions ... Done
46732026-08-25T22:54:05.000Z[ host-image] Aug 25 22:54:04.189 INFO O| Aug 25 22:54:04.189 INFO O| Planning: Consolidating action changes ... Done
46742026-08-25T22:54:05.161Z[verify-libraries] Compiling cbc v0.2.1
46752026-08-25T22:54:05.181Z[ host-image] Aug 25 22:54:04.373 INFO O| Aug 25 22:54:04.372 INFO O| Planning: Evaluating mediators ... Done
46762026-08-25T22:54:05.184Z[ host-image] Aug 25 22:54:04.374 INFO O| Aug 25 22:54:04.374 INFO O| Planning: Planning completed in 1.11 seconds
46772026-08-25T22:54:05.184Z[ host-image] Aug 25 22:54:04.374 INFO O| Aug 25 22:54:04.374 INFO O| Packages to install: 6
46782026-08-25T22:54:05.185Z[ host-image] Aug 25 22:54:04.374 INFO O| Aug 25 22:54:04.374 INFO O| Services to change: 2
46792026-08-25T22:54:05.194Z[ host-image] Aug 25 22:54:04.386 INFO O| Aug 25 22:54:04.386 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46802026-08-25T22:54:05.230Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46812026-08-25T22:54:05.278Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46822026-08-25T22:54:05.400Z[ host-image] Aug 25 22:54:04.592 INFO O| Aug 25 22:54:04.592 INFO O| Download: Completed 1.76 MB in 0.21 seconds (8.5M/s)
46832026-08-25T22:54:05.449Z[ host-image] Aug 25 22:54:04.641 INFO O| Aug 25 22:54:04.641 INFO O| Actions: 1/391 actions (Installing new actions)
46842026-08-25T22:54:05.453Z[verify-libraries] Compiling nonempty v0.12.0
46852026-08-25T22:54:05.512Z[verify-libraries] Compiling http-range v0.1.5
46862026-08-25T22:54:05.615Z[verify-libraries] Compiling corncobs v0.1.4
46872026-08-25T22:54:05.635Z[ host-image] Aug 25 22:54:04.826 INFO O| Aug 25 22:54:04.825 INFO O| Actions: Completed 391 actions in 0.18 seconds.
46882026-08-25T22:54:05.676Z[ host-image] Aug 25 22:54:04.868 INFO O| Aug 25 22:54:04.868 INFO O| Finalize: Updating package state database ... Done
46892026-08-25T22:54:05.676Z[ host-image] Aug 25 22:54:04.868 INFO O| Aug 25 22:54:04.868 INFO O| Finalize: Updating package cache ... Done
46902026-08-25T22:54:05.683Z[verify-libraries] Compiling pkcs5 v0.8.1
46912026-08-25T22:54:05.708Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46922026-08-25T22:54:05.741Z[verify-libraries] Compiling parking_lot v0.11.2
46932026-08-25T22:54:05.771Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46942026-08-25T22:54:05.775Z[ host-image] Aug 25 22:54:04.968 INFO O| Aug 25 22:54:04.968 INFO O| Finalize: Updating image state ... Done
46952026-08-25T22:54:06.080Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46962026-08-25T22:54:06.215Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46972026-08-25T22:54:06.318Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46982026-08-25T22:54:06.356Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46992026-08-25T22:54:06.393Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47002026-08-25T22:54:06.537Z[verify-libraries] Compiling digest-io v0.1.0
47012026-08-25T22:54:06.766Z[ host-image] Aug 25 22:54:05.957 INFO O| Aug 25 22:54:05.955 INFO O| Finalize: Creating fast lookup database ... Done
47022026-08-25T22:54:06.789Z[ host-image] Aug 25 22:54:05.981 INFO O| Aug 25 22:54:05.981 INFO O| Finalize: Reading search index ... Done
47032026-08-25T22:54:06.789Z[ host-image] Aug 25 22:54:05.981 INFO O| Aug 25 22:54:05.981 INFO O| Finalize: Updating search index ... Done
47042026-08-25T22:54:06.793Z[verify-libraries] Compiling prefix-trie v0.7.0
47052026-08-25T22:54:06.806Z[ host-image] Aug 25 22:54:05.997 INFO O| Aug 25 22:54:05.997 INFO O| Finalize: Updating package cache ... Done
47062026-08-25T22:54:06.834Z[verify-libraries] Compiling secrecy v0.8.0
47072026-08-25T22:54:06.941Z[ recovery-image] Aug 25 22:54:06.133 INFO O| Aug 25 22:54:06.133 INFO O| Download: 6571/16682 items 68.2/200.0MB 34% complete (13.6M/s)
47082026-08-25T22:54:07.080Z[ host-image] Aug 25 22:54:06.272 INFO O| Aug 25 22:54:06.272 INFO STEP 12 (pkg_install) COMPLETE
47092026-08-25T22:54:07.080Z[ host-image] Aug 25 22:54:06.272 INFO O| Aug 25 22:54:06.272 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47102026-08-25T22:54:07.093Z[ host-image] Aug 25 22:54:06.285 INFO O| Aug 25 22:54:06.285 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47112026-08-25T22:54:07.148Z[verify-libraries] Compiling rawzip v0.4.4
47122026-08-25T22:54:07.294Z[verify-libraries] Compiling hickory-server v0.25.2
47132026-08-25T22:54:07.389Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47142026-08-25T22:54:07.419Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47152026-08-25T22:54:07.607Z[verify-libraries] Compiling pkcs8 v0.11.0
47162026-08-25T22:54:08.060Z[verify-libraries] Compiling sled v0.34.7
47172026-08-25T22:54:08.082Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47182026-08-25T22:54:08.183Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47192026-08-25T22:54:08.223Z[verify-libraries] Compiling ignore v0.4.25
47202026-08-25T22:54:08.506Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47212026-08-25T22:54:08.530Z[verify-libraries] Compiling anstyle-parse v0.2.7
47222026-08-25T22:54:08.604Z[verify-libraries] Compiling ff v0.14.0
47232026-08-25T22:54:08.791Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47242026-08-25T22:54:08.892Z[verify-libraries] Compiling globwalk v0.9.1
47252026-08-25T22:54:09.018Z[verify-libraries] Compiling anstream v0.6.21
47262026-08-25T22:54:09.095Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47272026-08-25T22:54:09.235Z[verify-libraries] Compiling predicates-tree v1.0.13
47282026-08-25T22:54:09.318Z[ host-image] Aug 25 22:54:08.509 INFO O| Aug 25 22:54:08.509 INFO O| Startup: Refreshing catalog 'helios' ... Done
47292026-08-25T22:54:09.369Z[verify-libraries] Compiling libz-sys v1.1.24
47302026-08-25T22:54:09.531Z[verify-libraries] Compiling rand_seeder v0.4.0
47312026-08-25T22:54:09.577Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47322026-08-25T22:54:09.774Z[ host-image] Aug 25 22:54:08.966 INFO O| Aug 25 22:54:08.966 INFO O| Startup: Caching catalogs ... Done
47332026-08-25T22:54:09.992Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47342026-08-25T22:54:10.051Z[verify-libraries] Compiling group v0.14.0
47352026-08-25T22:54:10.222Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47362026-08-25T22:54:10.261Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47372026-08-25T22:54:10.293Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47382026-08-25T22:54:10.339Z[verify-libraries] Compiling signature v3.0.0
47392026-08-25T22:54:10.371Z[ host-image] Aug 25 22:54:09.563 INFO O| Aug 25 22:54:09.563 INFO O| Planning: Solver setup ... Done
47402026-08-25T22:54:10.376Z[ host-image] Aug 25 22:54:09.569 INFO O| Aug 25 22:54:09.568 INFO O| Planning: Running solver ... Done
47412026-08-25T22:54:10.394Z[ host-image] Aug 25 22:54:09.585 INFO O| Aug 25 22:54:09.585 INFO O| Planning: Finding local manifests ... Done
47422026-08-25T22:54:10.407Z[ host-image] Aug 25 22:54:09.600 INFO O| Aug 25 22:54:09.600 INFO O| Planning: Fetching manifests: 0/6 0% complete
47432026-08-25T22:54:10.543Z[ host-image] Aug 25 22:54:09.735 INFO O| Aug 25 22:54:09.735 INFO O| Planning: Fetching manifests: 6/6 100% complete
47442026-08-25T22:54:10.576Z[ host-image] Aug 25 22:54:09.769 INFO O| Aug 25 22:54:09.769 INFO O| Planning: Package planning ... Done
47452026-08-25T22:54:10.576Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47462026-08-25T22:54:10.585Z[ host-image] Aug 25 22:54:09.777 INFO O| Aug 25 22:54:09.777 INFO O| Planning: Merging actions ... Done
47472026-08-25T22:54:10.641Z[ host-image] Aug 25 22:54:09.832 INFO O| Aug 25 22:54:09.832 INFO O| Planning: Checking for conflicting actions ... Done
47482026-08-25T22:54:10.644Z[ host-image] Aug 25 22:54:09.835 INFO O| Aug 25 22:54:09.835 INFO O| Planning: Consolidating action changes ... Done
47492026-08-25T22:54:10.651Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47502026-08-25T22:54:10.793Z[ host-image] Aug 25 22:54:09.985 INFO O| Aug 25 22:54:09.985 INFO O| Planning: Evaluating mediators ... Done
47512026-08-25T22:54:10.796Z[ host-image] Aug 25 22:54:09.988 INFO O| Aug 25 22:54:09.988 INFO O| Planning: Planning completed in 1.00 seconds
47522026-08-25T22:54:10.796Z[ host-image] Aug 25 22:54:09.988 INFO O| Aug 25 22:54:09.988 INFO O| Packages to install: 6
47532026-08-25T22:54:10.796Z[ host-image] Aug 25 22:54:09.988 INFO O| Aug 25 22:54:09.988 INFO O| Mediators to change: 1
47542026-08-25T22:54:10.796Z[ host-image] Aug 25 22:54:09.988 INFO O| Aug 25 22:54:09.988 INFO O| Services to change: 1
47552026-08-25T22:54:10.807Z[ host-image] Aug 25 22:54:09.999 INFO O| Aug 25 22:54:09.999 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47562026-08-25T22:54:10.830Z[verify-libraries] Compiling instability v0.3.11
47572026-08-25T22:54:10.873Z[verify-libraries] Compiling base16ct v1.0.0
47582026-08-25T22:54:11.088Z[verify-libraries] Compiling sec1 v0.8.1
47592026-08-25T22:54:11.143Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47602026-08-25T22:54:11.164Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47612026-08-25T22:54:11.199Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47622026-08-25T22:54:11.341Z[ host-image] Aug 25 22:54:10.533 INFO O| Aug 25 22:54:10.533 INFO O| Download: Completed 7.84 MB in 0.53 seconds (14.7M/s)
47632026-08-25T22:54:11.377Z[ host-image] Aug 25 22:54:10.569 INFO O| Aug 25 22:54:10.569 INFO O| Actions: 1/1366 actions (Installing new actions)
47642026-08-25T22:54:11.382Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47652026-08-25T22:54:11.448Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47662026-08-25T22:54:11.492Z[verify-libraries] Compiling hkdf v0.13.0
47672026-08-25T22:54:11.554Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47682026-08-25T22:54:11.644Z[ host-image] Aug 25 22:54:10.836 INFO O| Aug 25 22:54:10.825 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
47692026-08-25T22:54:11.647Z[verify-libraries] Compiling scuffle v0.1.0
47702026-08-25T22:54:11.687Z[ host-image] Aug 25 22:54:10.879 INFO O| Aug 25 22:54:10.879 INFO O| Finalize: Updating package state database ... Done
47712026-08-25T22:54:11.687Z[ host-image] Aug 25 22:54:10.879 INFO O| Aug 25 22:54:10.879 INFO O| Finalize: Updating package cache ... Done
47722026-08-25T22:54:11.791Z[ host-image] Aug 25 22:54:10.984 INFO O| Aug 25 22:54:10.983 INFO O| Finalize: Updating image state ... Done
47732026-08-25T22:54:11.810Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47742026-08-25T22:54:11.941Z[ recovery-image] Aug 25 22:54:11.133 INFO O| Aug 25 22:54:11.133 INFO O| Download: 13601/16682 items 155.1/200.0MB 77% complete (15.5M/s)
47752026-08-25T22:54:11.971Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47762026-08-25T22:54:11.993Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47772026-08-25T22:54:12.288Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47782026-08-25T22:54:12.456Z[verify-libraries] Compiling castaway v0.2.4
47792026-08-25T22:54:12.533Z[verify-libraries] Compiling indoc v2.0.7
47802026-08-25T22:54:12.646Z[verify-libraries] Compiling compact_str v0.8.1
47812026-08-25T22:54:12.761Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47822026-08-25T22:54:12.902Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47832026-08-25T22:54:12.951Z[ host-image] Aug 25 22:54:12.143 INFO O| Aug 25 22:54:12.143 INFO O| Finalize: Creating fast lookup database ... Done
47842026-08-25T22:54:12.990Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47852026-08-25T22:54:13.002Z[ host-image] Aug 25 22:54:12.194 INFO O| Aug 25 22:54:12.193 INFO O| Finalize: Reading search index ... Done
47862026-08-25T22:54:13.006Z[ host-image] Aug 25 22:54:12.194 INFO O| Aug 25 22:54:12.194 INFO O| Finalize: Updating search index ... Done
47872026-08-25T22:54:13.054Z[ host-image] Aug 25 22:54:12.247 INFO O| Aug 25 22:54:12.247 INFO O| Finalize: Updating package cache ... Done
47882026-08-25T22:54:13.329Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47892026-08-25T22:54:13.373Z[ host-image] Aug 25 22:54:12.565 INFO O| Aug 25 22:54:12.565 INFO STEP 13 (pkg_install) COMPLETE
47902026-08-25T22:54:13.373Z[ host-image] Aug 25 22:54:12.565 INFO O| Aug 25 22:54:12.565 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47912026-08-25T22:54:13.384Z[ host-image] Aug 25 22:54:12.576 INFO O| Aug 25 22:54:12.576 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47922026-08-25T22:54:13.492Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47932026-08-25T22:54:13.818Z[ recovery-image] Aug 25 22:54:13.010 INFO O| Aug 25 22:54:13.010 INFO O| Download: Completed 200.00 MB in 11.88 seconds (16.8M/s)
47942026-08-25T22:54:13.932Z[verify-libraries] Compiling elliptic-curve v0.14.1
47952026-08-25T22:54:14.067Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47962026-08-25T22:54:14.121Z[ recovery-image] Aug 25 22:54:13.313 INFO O| Aug 25 22:54:13.313 INFO O| Actions: 1/27580 actions (Installing new actions)
47972026-08-25T22:54:14.265Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47982026-08-25T22:54:14.411Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47992026-08-25T22:54:14.415Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48002026-08-25T22:54:14.475Z[verify-libraries] Compiling lru v0.12.5
48012026-08-25T22:54:14.498Z[verify-libraries] Compiling unicode-truncate v1.1.0
48022026-08-25T22:54:14.565Z[verify-libraries] Compiling arc-swap v1.8.2
48032026-08-25T22:54:14.716Z[verify-libraries] Compiling cassowary v0.3.0
48042026-08-25T22:54:14.757Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48052026-08-25T22:54:14.965Z[verify-libraries] Compiling slog-scope v4.4.1
48062026-08-25T22:54:15.218Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48072026-08-25T22:54:15.302Z[verify-libraries] Compiling ratatui v0.29.0
48082026-08-25T22:54:15.340Z[verify-libraries] Compiling wnaf v0.14.0
48092026-08-25T22:54:15.384Z[verify-libraries] Compiling primefield v0.14.0
48102026-08-25T22:54:15.493Z[ host-image] Aug 25 22:54:14.684 INFO O| Aug 25 22:54:14.684 INFO O| Startup: Refreshing catalog 'helios' ... Done
48112026-08-25T22:54:15.620Z[verify-libraries] Compiling rfc6979 v0.6.0
48122026-08-25T22:54:15.723Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48132026-08-25T22:54:16.042Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48142026-08-25T22:54:16.048Z[ host-image] Aug 25 22:54:15.240 INFO O| Aug 25 22:54:15.240 INFO O| Startup: Caching catalogs ... Done
48152026-08-25T22:54:16.090Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48162026-08-25T22:54:16.578Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48172026-08-25T22:54:16.670Z[ host-image] Aug 25 22:54:15.862 INFO O| Aug 25 22:54:15.862 INFO O| Planning: Solver setup ... Done
48182026-08-25T22:54:16.685Z[ host-image] Aug 25 22:54:15.867 INFO O| Aug 25 22:54:15.867 INFO O| Planning: Running solver ... Done
48192026-08-25T22:54:16.690Z[ host-image] Aug 25 22:54:15.882 INFO O| Aug 25 22:54:15.882 INFO O| Planning: Finding local manifests ... Done
48202026-08-25T22:54:16.718Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48212026-08-25T22:54:16.722Z[ host-image] Aug 25 22:54:15.912 INFO O| Aug 25 22:54:15.912 INFO O| Planning: Fetching manifests: 0/1 0% complete
48222026-08-25T22:54:16.727Z[ host-image] Aug 25 22:54:15.920 INFO O| Aug 25 22:54:15.920 INFO O| Planning: Fetching manifests: 1/1 100% complete
48232026-08-25T22:54:16.743Z[ host-image] Aug 25 22:54:15.935 INFO O| Aug 25 22:54:15.935 INFO O| Planning: Package planning ... Done
48242026-08-25T22:54:16.743Z[ host-image] Aug 25 22:54:15.936 INFO O| Aug 25 22:54:15.936 INFO O| Planning: Merging actions ... Done
48252026-08-25T22:54:16.772Z[verify-libraries] Compiling vergen-git2 v9.1.0
48262026-08-25T22:54:16.782Z[ host-image] Aug 25 22:54:15.974 INFO O| Aug 25 22:54:15.974 INFO O| Planning: Checking for conflicting actions ... Done
48272026-08-25T22:54:16.785Z[ host-image] Aug 25 22:54:15.974 INFO O| Aug 25 22:54:15.974 INFO O| Planning: Consolidating action changes ... Done
48282026-08-25T22:54:16.872Z[verify-libraries] Compiling strsim v0.10.0
48292026-08-25T22:54:16.914Z[ host-image] Aug 25 22:54:16.106 INFO O| Aug 25 22:54:16.106 INFO O| Planning: Evaluating mediators ... Done
48302026-08-25T22:54:16.919Z[ host-image] Aug 25 22:54:16.107 INFO O| Aug 25 22:54:16.107 INFO O| Planning: Planning completed in 0.85 seconds
48312026-08-25T22:54:16.919Z[ host-image] Aug 25 22:54:16.107 INFO O| Aug 25 22:54:16.107 INFO O| Packages to install: 1
48322026-08-25T22:54:16.925Z[ host-image] Aug 25 22:54:16.118 INFO O| Aug 25 22:54:16.118 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48332026-08-25T22:54:16.976Z[verify-libraries] Compiling ecdsa v0.17.0
48342026-08-25T22:54:17.100Z[verify-libraries] Compiling primeorder v0.14.0
48352026-08-25T22:54:17.130Z[verify-libraries] Compiling darling_core v0.13.4
48362026-08-25T22:54:17.356Z[verify-libraries] Compiling slog-stdlog v4.1.1
48372026-08-25T22:54:17.399Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48382026-08-25T22:54:17.483Z[verify-libraries] Compiling tungstenite v0.23.0
48392026-08-25T22:54:17.575Z[ host-image] Aug 25 22:54:16.767 INFO O| Aug 25 22:54:16.767 INFO O| Download: Completed 13.27 MB in 0.65 seconds (20.4M/s)
48402026-08-25T22:54:17.581Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48412026-08-25T22:54:17.596Z[ host-image] Aug 25 22:54:16.788 INFO O| Aug 25 22:54:16.788 INFO O| Actions: 1/22 actions (Installing new actions)
48422026-08-25T22:54:17.629Z[verify-libraries] Compiling console v0.16.2
48432026-08-25T22:54:17.828Z[ host-image] Aug 25 22:54:17.020 INFO O| Aug 25 22:54:17.020 INFO O| Actions: Completed 22 actions in 0.23 seconds.
48442026-08-25T22:54:17.868Z[ host-image] Aug 25 22:54:17.060 INFO O| Aug 25 22:54:17.060 INFO O| Finalize: Updating package state database ... Done
48452026-08-25T22:54:17.868Z[ host-image] Aug 25 22:54:17.061 INFO O| Aug 25 22:54:17.060 INFO O| Finalize: Updating package cache ... Done
48462026-08-25T22:54:18.025Z[ host-image] Aug 25 22:54:17.217 INFO O| Aug 25 22:54:17.217 INFO O| Finalize: Updating image state ... Done
48472026-08-25T22:54:18.081Z[verify-libraries] Compiling libsw-core v0.3.2
48482026-08-25T22:54:18.189Z[verify-libraries] Compiling void v1.0.2
48492026-08-25T22:54:18.306Z[verify-libraries] Compiling unit-prefix v0.5.2
48502026-08-25T22:54:18.329Z[verify-libraries] Compiling assert_matches v1.5.0
48512026-08-25T22:54:18.362Z[verify-libraries] Compiling lzss v0.8.2
48522026-08-25T22:54:18.437Z[verify-libraries] Compiling libsw v3.5.0
48532026-08-25T22:54:18.465Z[verify-libraries] Compiling indicatif v0.18.4
48542026-08-25T22:54:18.552Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48552026-08-25T22:54:18.606Z[verify-libraries] Compiling slog-envlogger v2.2.0
48562026-08-25T22:54:18.609Z[verify-libraries] Compiling ssh-encoding v0.3.0
48572026-08-25T22:54:18.647Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48582026-08-25T22:54:18.758Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48592026-08-25T22:54:18.968Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48602026-08-25T22:54:19.092Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48612026-08-25T22:54:19.122Z[ recovery-image] Aug 25 22:54:18.314 INFO O| Aug 25 22:54:18.314 INFO O| Actions: 19943/27580 actions (Installing new actions)
48622026-08-25T22:54:19.128Z[ host-image] Aug 25 22:54:18.320 INFO O| Aug 25 22:54:18.320 INFO O| Finalize: Creating fast lookup database ... Done
48632026-08-25T22:54:19.162Z[ host-image] Aug 25 22:54:18.354 INFO O| Aug 25 22:54:18.354 INFO O| Finalize: Reading search index ... Done
48642026-08-25T22:54:19.162Z[ host-image] Aug 25 22:54:18.354 INFO O| Aug 25 22:54:18.354 INFO O| Finalize: Updating search index ... Done
48652026-08-25T22:54:19.249Z[ host-image] Aug 25 22:54:18.441 INFO O| Aug 25 22:54:18.441 INFO O| Finalize: Updating package cache ... Done
48662026-08-25T22:54:19.263Z[verify-libraries] Compiling darling_macro v0.13.4
48672026-08-25T22:54:19.351Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48682026-08-25T22:54:19.469Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48692026-08-25T22:54:19.526Z[verify-libraries] Compiling nix v0.27.1
48702026-08-25T22:54:19.564Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO STEP 14 (pkg_install) COMPLETE
48712026-08-25T22:54:19.564Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48722026-08-25T22:54:19.564Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO skip step because feature "mbist" is not enabled
48732026-08-25T22:54:19.564Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48742026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO skip step because feature "mfg" is not enabled
48752026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48762026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO skip step because feature "compliance" is not enabled
48772026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48782026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO skip step because feature "stress" is not enabled
48792026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48802026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO skip step because feature "compliance" is not enabled
48812026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48822026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO skip step because feature "nfs" is not enabled
48832026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48842026-08-25T22:54:19.568Z[ host-image] Aug 25 22:54:18.756 INFO O| Aug 25 22:54:18.756 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48852026-08-25T22:54:19.597Z[verify-libraries] Compiling colored v2.2.0
48862026-08-25T22:54:19.740Z[verify-libraries] Compiling blake3 v1.8.5
48872026-08-25T22:54:19.761Z[verify-libraries] Compiling serde_bytes v0.11.19
48882026-08-25T22:54:19.814Z[ host-image] Aug 25 22:54:19.006 INFO O| Aug 25 22:54:19.006 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48892026-08-25T22:54:19.940Z[verify-libraries] Compiling keccak v0.2.0
48902026-08-25T22:54:20.024Z[verify-libraries] Compiling shell-words v1.1.1
48912026-08-25T22:54:20.028Z[ host-image] Aug 25 22:54:19.219 INFO O| Aug 25 22:54:19.218 INFO completed processing sled/ramdisk-01-os
48922026-08-25T22:54:20.028Z[ host-image] Aug 25 22:54:19.221 INFO omicron1 baseline generation...
48932026-08-25T22:54:20.028Z[ host-image] Aug 25 22:54:19.221 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48942026-08-25T22:54:20.069Z[verify-libraries] Compiling darling v0.13.4
48952026-08-25T22:54:20.209Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48962026-08-25T22:54:20.261Z[ recovery-image] Aug 25 22:54:19.453 INFO O| Aug 25 22:54:19.453 INFO O| Actions: Completed 27580 actions in 6.14 seconds.
48972026-08-25T22:54:20.293Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48982026-08-25T22:54:20.342Z[ recovery-image] Aug 25 22:54:19.534 INFO O| Aug 25 22:54:19.534 INFO O| Finalize: Updating package state database ... Done
48992026-08-25T22:54:20.342Z[ recovery-image] Aug 25 22:54:19.534 INFO O| Aug 25 22:54:19.534 INFO O| Finalize: Updating package cache ... Done
49002026-08-25T22:54:20.430Z[ host-image] Aug 25 22:54:19.622 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
49012026-08-25T22:54:20.480Z[ recovery-image] Aug 25 22:54:19.672 INFO O| Aug 25 22:54:19.672 INFO O| Finalize: Updating image state ... Done
49022026-08-25T22:54:20.524Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49032026-08-25T22:54:20.654Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49042026-08-25T22:54:20.883Z[verify-libraries] Compiling ed25519 v3.0.0
49052026-08-25T22:54:21.041Z[verify-libraries] Compiling crypto-primes v0.7.2
49062026-08-25T22:54:21.088Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49072026-08-25T22:54:21.252Z[ recovery-image] Aug 25 22:54:20.444 INFO O| Aug 25 22:54:20.444 INFO O| Finalize: Creating fast lookup database ... Done
49082026-08-25T22:54:21.268Z[ recovery-image] Aug 25 22:54:20.460 INFO O| Aug 25 22:54:20.460 INFO O| Finalize: Reading search index ... Done
49092026-08-25T22:54:21.556Z[verify-libraries] Compiling poly1305 v0.9.0
49102026-08-25T22:54:22.167Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49112026-08-25T22:54:22.224Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49122026-08-25T22:54:22.445Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49132026-08-25T22:54:22.471Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49142026-08-25T22:54:22.539Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49152026-08-25T22:54:22.588Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49162026-08-25T22:54:22.656Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49172026-08-25T22:54:22.722Z[verify-libraries] Compiling blowfish v0.10.0
49182026-08-25T22:54:22.799Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49192026-08-25T22:54:22.881Z[verify-libraries] Compiling petname v2.0.2
49202026-08-25T22:54:22.914Z[verify-libraries] Compiling arrayvec v0.7.6
49212026-08-25T22:54:23.040Z[verify-libraries] Compiling constant_time_eq v0.4.2
49222026-08-25T22:54:23.055Z[ recovery-image] Aug 25 22:54:22.247 INFO O| Aug 25 22:54:22.247 INFO O| Finalize: Building new search index ... Done
49232026-08-25T22:54:23.082Z[verify-libraries] Compiling arrayref v0.3.9
49242026-08-25T22:54:23.268Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49252026-08-25T22:54:23.360Z[ recovery-image] Aug 25 22:54:22.552 INFO O| Aug 25 22:54:22.552 INFO O| Finalize: Updating package cache ... Done
49262026-08-25T22:54:23.399Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49272026-08-25T22:54:23.637Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49282026-08-25T22:54:23.641Z[verify-libraries] Compiling ssh-cipher v0.3.0
49292026-08-25T22:54:23.691Z[ recovery-image] Aug 25 22:54:22.883 INFO O| Aug 25 22:54:22.883 INFO STEP 11 (pkg_install) COMPLETE
49302026-08-25T22:54:23.691Z[ recovery-image] Aug 25 22:54:22.883 INFO O| Aug 25 22:54:22.883 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49312026-08-25T22:54:23.695Z[ recovery-image] Aug 25 22:54:22.883 INFO O| Aug 25 22:54:22.883 INFO skip step because feature "recovery" is enabled
49322026-08-25T22:54:23.695Z[ recovery-image] Aug 25 22:54:22.883 INFO O| Aug 25 22:54:22.883 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49332026-08-25T22:54:23.695Z[ recovery-image] Aug 25 22:54:22.883 INFO O| Aug 25 22:54:22.883 INFO skip step because feature "omicron1" is not enabled
49342026-08-25T22:54:23.695Z[ recovery-image] Aug 25 22:54:22.883 INFO O| Aug 25 22:54:22.883 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49352026-08-25T22:54:23.706Z[ recovery-image] Aug 25 22:54:22.893 INFO O| Aug 25 22:54:22.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49362026-08-25T22:54:23.715Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49372026-08-25T22:54:23.763Z[verify-libraries] Compiling serde_with_macros v1.5.2
49382026-08-25T22:54:23.823Z[verify-libraries] Compiling sha3 v0.11.0
49392026-08-25T22:54:23.903Z[verify-libraries] Compiling p384 v0.14.0
49402026-08-25T22:54:23.967Z[verify-libraries] Compiling p256 v0.14.0
49412026-08-25T22:54:24.300Z[verify-libraries] Compiling p521 v0.14.0
49422026-08-25T22:54:24.330Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49432026-08-25T22:54:24.371Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49442026-08-25T22:54:24.398Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49452026-08-25T22:54:24.638Z[verify-libraries] Compiling twox-hash v2.1.2
49462026-08-25T22:54:24.719Z[verify-libraries] Compiling kem v0.3.0
49472026-08-25T22:54:24.910Z[verify-libraries] Compiling module-lattice v0.2.3
49482026-08-25T22:54:25.067Z[verify-libraries] Compiling atty v0.2.14
49492026-08-25T22:54:25.266Z[verify-libraries] Compiling rtoolbox v0.0.3
49502026-08-25T22:54:25.348Z[verify-libraries] Compiling sponge-cursor v0.1.0
49512026-08-25T22:54:25.385Z[verify-libraries] Compiling topological-sort v0.2.2
49522026-08-25T22:54:25.429Z[verify-libraries] Compiling ml-kem v0.3.2
49532026-08-25T22:54:25.515Z[verify-libraries] Compiling rpassword v7.5.4
49542026-08-25T22:54:25.539Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49552026-08-25T22:54:25.579Z[verify-libraries] Compiling sha3 v0.12.0
49562026-08-25T22:54:25.877Z[verify-libraries] Compiling serde_with v1.14.0
49572026-08-25T22:54:26.269Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49582026-08-25T22:54:26.399Z[ recovery-image] Aug 25 22:54:25.591 INFO O| Aug 25 22:54:25.591 INFO O| Startup: Refreshing catalog 'helios' ... Done
49592026-08-25T22:54:26.457Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49602026-08-25T22:54:26.593Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49612026-08-25T22:54:26.635Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49622026-08-25T22:54:26.798Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49632026-08-25T22:54:26.883Z[ recovery-image] Aug 25 22:54:26.075 INFO O| Aug 25 22:54:26.074 INFO O| Startup: Caching catalogs ... Done
49642026-08-25T22:54:27.077Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49652026-08-25T22:54:27.227Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49662026-08-25T22:54:27.455Z[ recovery-image] Aug 25 22:54:26.646 INFO O| Aug 25 22:54:26.645 INFO O| Planning: Solver setup ... Done
49672026-08-25T22:54:27.459Z[ recovery-image] Aug 25 22:54:26.650 INFO O| Aug 25 22:54:26.650 INFO O| Planning: Running solver ... Done
49682026-08-25T22:54:27.473Z[ recovery-image] Aug 25 22:54:26.666 INFO O| Aug 25 22:54:26.666 INFO O| Planning: Finding local manifests ... Done
49692026-08-25T22:54:27.509Z[ recovery-image] Aug 25 22:54:26.701 INFO O| Aug 25 22:54:26.700 INFO O| Planning: Fetching manifests: 0/1 0% complete
49702026-08-25T22:54:27.514Z[ recovery-image] Aug 25 22:54:26.707 INFO O| Aug 25 22:54:26.707 INFO O| Planning: Fetching manifests: 1/1 100% complete
49712026-08-25T22:54:27.532Z[ recovery-image] Aug 25 22:54:26.724 INFO O| Aug 25 22:54:26.723 INFO O| Planning: Package planning ... Done
49722026-08-25T22:54:27.535Z[ recovery-image] Aug 25 22:54:26.724 INFO O| Aug 25 22:54:26.724 INFO O| Planning: Merging actions ... Done
49732026-08-25T22:54:27.552Z[ recovery-image] Aug 25 22:54:26.744 INFO O| Aug 25 22:54:26.744 INFO O| Planning: Checking for conflicting actions ... Done
49742026-08-25T22:54:27.556Z[ recovery-image] Aug 25 22:54:26.745 INFO O| Aug 25 22:54:26.745 INFO O| Planning: Consolidating action changes ... Done
49752026-08-25T22:54:27.661Z[ recovery-image] Aug 25 22:54:26.854 INFO O| Aug 25 22:54:26.853 INFO O| Planning: Evaluating mediators ... Done
49762026-08-25T22:54:27.668Z[ recovery-image] Aug 25 22:54:26.854 INFO O| Aug 25 22:54:26.854 INFO O| Planning: Planning completed in 0.76 seconds
49772026-08-25T22:54:27.668Z[ recovery-image] Aug 25 22:54:26.855 INFO O| Aug 25 22:54:26.854 INFO O| Packages to install: 1
49782026-08-25T22:54:27.673Z[ recovery-image] Aug 25 22:54:26.865 INFO O| Aug 25 22:54:26.865 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49792026-08-25T22:54:27.965Z[ recovery-image] Aug 25 22:54:27.157 INFO O| Aug 25 22:54:27.157 INFO O| Download: Completed 13.27 MB in 0.29 seconds (45.5M/s)
49802026-08-25T22:54:27.985Z[ recovery-image] Aug 25 22:54:27.177 INFO O| Aug 25 22:54:27.177 INFO O| Actions: 1/22 actions (Installing new actions)
49812026-08-25T22:54:28.072Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
49822026-08-25T22:54:28.227Z[ recovery-image] Aug 25 22:54:27.419 INFO O| Aug 25 22:54:27.419 INFO O| Actions: Completed 22 actions in 0.24 seconds.
49832026-08-25T22:54:28.268Z[ recovery-image] Aug 25 22:54:27.460 INFO O| Aug 25 22:54:27.460 INFO O| Finalize: Updating package state database ... Done
49842026-08-25T22:54:28.268Z[ recovery-image] Aug 25 22:54:27.460 INFO O| Aug 25 22:54:27.460 INFO O| Finalize: Updating package cache ... Done
49852026-08-25T22:54:28.331Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49862026-08-25T22:54:28.361Z[ recovery-image] Aug 25 22:54:27.553 INFO O| Aug 25 22:54:27.552 INFO O| Finalize: Updating image state ... Done
49872026-08-25T22:54:28.843Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49882026-08-25T22:54:29.138Z[ recovery-image] Aug 25 22:54:28.329 INFO O| Aug 25 22:54:28.329 INFO O| Finalize: Creating fast lookup database ... Done
49892026-08-25T22:54:29.152Z[ recovery-image] Aug 25 22:54:28.344 INFO O| Aug 25 22:54:28.344 INFO O| Finalize: Reading search index ... Done
49902026-08-25T22:54:29.152Z[ recovery-image] Aug 25 22:54:28.344 INFO O| Aug 25 22:54:28.344 INFO O| Finalize: Updating search index ... Done
49912026-08-25T22:54:29.162Z[ recovery-image] Aug 25 22:54:28.354 INFO O| Aug 25 22:54:28.354 INFO O| Finalize: Updating package cache ... Done
49922026-08-25T22:54:29.440Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO STEP 14 (pkg_install) COMPLETE
49932026-08-25T22:54:29.440Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49942026-08-25T22:54:29.440Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO skip step because feature "mbist" is not enabled
49952026-08-25T22:54:29.440Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49962026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO skip step because feature "mfg" is not enabled
49972026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49982026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO skip step because feature "compliance" is not enabled
49992026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50002026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO skip step because feature "stress" is not enabled
50012026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50022026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO skip step because feature "compliance" is not enabled
50032026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50042026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO skip step because feature "nfs" is not enabled
50052026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50062026-08-25T22:54:29.444Z[ recovery-image] Aug 25 22:54:28.632 INFO O| Aug 25 22:54:28.632 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50072026-08-25T22:54:29.760Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50082026-08-25T22:54:29.787Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50092026-08-25T22:54:29.829Z[ recovery-image] Aug 25 22:54:29.020 INFO O| Aug 25 22:54:29.020 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50102026-08-25T22:54:30.011Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50112026-08-25T22:54:30.021Z[ recovery-image] Aug 25 22:54:29.213 INFO O| Aug 25 22:54:29.212 INFO completed processing sled/ramdisk-01-os
50122026-08-25T22:54:30.025Z[ recovery-image] Aug 25 22:54:29.215 INFO image builder template: ramdisk-02-trim...
50132026-08-25T22:54:30.026Z[ recovery-image] Aug 25 22:54:29.215 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/.tmpjS1e7R/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50142026-08-25T22:54:30.044Z[ recovery-image] Aug 25 22:54:29.236 INFO O| Aug 25 22:54:29.235 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50152026-08-25T22:54:30.048Z[ recovery-image] Aug 25 22:54:29.240 INFO O| Aug 25 22:54:29.240 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50162026-08-25T22:54:30.175Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
50172026-08-25T22:54:30.180Z[ recovery-image] Aug 25 22:54:29.369 INFO O| Aug 25 22:54:29.368 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50182026-08-25T22:54:30.256Z[ recovery-image] Aug 25 22:54:29.447 INFO O| Aug 25 22:54:29.447 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50192026-08-25T22:54:30.256Z[ recovery-image] Aug 25 22:54:29.447 INFO O| Aug 25 22:54:29.447 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50202026-08-25T22:54:30.261Z[ recovery-image] Aug 25 22:54:29.453 INFO O| Aug 25 22:54:29.453 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50212026-08-25T22:54:30.265Z[ recovery-image] Aug 25 22:54:29.457 INFO O| Aug 25 22:54:29.457 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50222026-08-25T22:54:30.270Z[ recovery-image] Aug 25 22:54:29.462 INFO O| Aug 25 22:54:29.462 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50232026-08-25T22:54:30.472Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
50242026-08-25T22:54:30.849Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
50252026-08-25T22:54:31.192Z[ recovery-image] Aug 25 22:54:30.382 INFO O| Aug 25 22:54:30.382 INFO rolled back to input snapshot; work may begin
50262026-08-25T22:54:31.193Z[ recovery-image] Aug 25 22:54:30.382 INFO O| Aug 25 22:54:30.382 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50272026-08-25T22:54:31.196Z[ recovery-image] Aug 25 22:54:30.387 INFO O| Aug 25 22:54:30.387 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-25T22:54:31.205Z[ recovery-image] Aug 25 22:54:30.397 INFO O| Aug 25 22:54:30.397 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50292026-08-25T22:54:31.243Z[ recovery-image] Aug 25 22:54:30.435 INFO O| Aug 25 22:54:30.435 INFO STEP 0 (remove_files) COMPLETE
50302026-08-25T22:54:31.243Z[ recovery-image] Aug 25 22:54:30.435 INFO O| Aug 25 22:54:30.435 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-25T22:54:31.253Z[ recovery-image] Aug 25 22:54:30.445 INFO O| Aug 25 22:54:30.445 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50322026-08-25T22:54:31.259Z[ recovery-image] Aug 25 22:54:30.446 INFO O| Aug 25 22:54:30.446 INFO STEP 1 (remove_files) COMPLETE
50332026-08-25T22:54:31.259Z[ recovery-image] Aug 25 22:54:30.446 INFO O| Aug 25 22:54:30.446 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-25T22:54:31.264Z[ recovery-image] Aug 25 22:54:30.456 INFO O| Aug 25 22:54:30.456 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50352026-08-25T22:54:31.278Z[ recovery-image] Aug 25 22:54:30.470 INFO O| Aug 25 22:54:30.470 INFO STEP 2 (remove_files) COMPLETE
50362026-08-25T22:54:31.278Z[ recovery-image] Aug 25 22:54:30.470 INFO O| Aug 25 22:54:30.470 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-25T22:54:31.287Z[ recovery-image] Aug 25 22:54:30.479 INFO O| Aug 25 22:54:30.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50382026-08-25T22:54:31.291Z[ recovery-image] Aug 25 22:54:30.481 INFO O| Aug 25 22:54:30.481 INFO STEP 3 (remove_files) COMPLETE
50392026-08-25T22:54:31.291Z[ recovery-image] Aug 25 22:54:30.481 INFO O| Aug 25 22:54:30.481 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-25T22:54:31.297Z[ recovery-image] Aug 25 22:54:30.490 INFO O| Aug 25 22:54:30.490 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50412026-08-25T22:54:31.301Z[ recovery-image] Aug 25 22:54:30.493 INFO O| Aug 25 22:54:30.492 INFO STEP 4 (remove_files) COMPLETE
50422026-08-25T22:54:31.301Z[ recovery-image] Aug 25 22:54:30.493 INFO O| Aug 25 22:54:30.493 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-25T22:54:31.309Z[ recovery-image] Aug 25 22:54:30.502 INFO O| Aug 25 22:54:30.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50442026-08-25T22:54:31.309Z[ recovery-image] Aug 25 22:54:30.502 INFO O| Aug 25 22:54:30.502 INFO STEP 5 (remove_files) COMPLETE
50452026-08-25T22:54:31.309Z[ recovery-image] Aug 25 22:54:30.502 INFO O| Aug 25 22:54:30.502 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-25T22:54:31.319Z[ recovery-image] Aug 25 22:54:30.512 INFO O| Aug 25 22:54:30.512 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50472026-08-25T22:54:31.329Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO STEP 6 (remove_files) COMPLETE
50482026-08-25T22:54:31.329Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-25T22:54:31.329Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO skip step because feature "heliosv2" is not enabled
50502026-08-25T22:54:31.333Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-25T22:54:31.333Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO skip step because feature "recovery" is enabled
50522026-08-25T22:54:31.333Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-25T22:54:31.333Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO skip step because feature "recovery" is enabled
50542026-08-25T22:54:31.333Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-25T22:54:31.333Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO skip step because feature "recovery" is enabled
50562026-08-25T22:54:31.333Z[ recovery-image] Aug 25 22:54:30.522 INFO O| Aug 25 22:54:30.522 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-25T22:54:31.339Z[ recovery-image] Aug 25 22:54:30.532 INFO O| Aug 25 22:54:30.532 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50582026-08-25T22:54:31.344Z[ recovery-image] Aug 25 22:54:30.534 INFO O| Aug 25 22:54:30.534 INFO STEP 11 (remove_files) COMPLETE
50592026-08-25T22:54:31.344Z[ recovery-image] Aug 25 22:54:30.534 INFO O| Aug 25 22:54:30.534 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-25T22:54:31.354Z[ recovery-image] Aug 25 22:54:30.545 INFO O| Aug 25 22:54:30.545 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50612026-08-25T22:54:31.357Z[ recovery-image] Aug 25 22:54:30.545 INFO O| Aug 25 22:54:30.545 INFO STEP 12 (remove_files) COMPLETE
50622026-08-25T22:54:31.357Z[ recovery-image] Aug 25 22:54:30.545 INFO O| Aug 25 22:54:30.545 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-25T22:54:31.362Z[ recovery-image] Aug 25 22:54:30.554 INFO O| Aug 25 22:54:30.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50642026-08-25T22:54:31.365Z[ recovery-image] Aug 25 22:54:30.555 INFO O| Aug 25 22:54:30.555 INFO STEP 13 (remove_files) COMPLETE
50652026-08-25T22:54:31.365Z[ recovery-image] Aug 25 22:54:30.555 INFO O| Aug 25 22:54:30.555 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-25T22:54:31.456Z[ recovery-image] Aug 25 22:54:30.648 INFO O| Aug 25 22:54:30.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50672026-08-25T22:54:31.486Z[ recovery-image] Aug 25 22:54:30.678 INFO O| Aug 25 22:54:30.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50682026-08-25T22:54:31.530Z[ recovery-image] Aug 25 22:54:30.719 INFO O| Aug 25 22:54:30.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50692026-08-25T22:54:31.530Z[ recovery-image] Aug 25 22:54:30.719 INFO O| Aug 25 22:54:30.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50702026-08-25T22:54:31.534Z[ recovery-image] Aug 25 22:54:30.720 INFO O| Aug 25 22:54:30.720 INFO STEP 14 (remove_files) COMPLETE
50712026-08-25T22:54:31.534Z[ recovery-image] Aug 25 22:54:30.720 INFO O| Aug 25 22:54:30.720 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-25T22:54:31.538Z[ recovery-image] Aug 25 22:54:30.729 INFO O| Aug 25 22:54:30.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50732026-08-25T22:54:31.542Z[ recovery-image] Aug 25 22:54:30.731 INFO O| Aug 25 22:54:30.731 INFO STEP 15 (remove_files) COMPLETE
50742026-08-25T22:54:31.542Z[ recovery-image] Aug 25 22:54:30.731 INFO O| Aug 25 22:54:30.731 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-25T22:54:31.554Z[ recovery-image] Aug 25 22:54:30.743 INFO O| Aug 25 22:54:30.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50762026-08-25T22:54:31.557Z[ recovery-image] Aug 25 22:54:30.748 INFO O| Aug 25 22:54:30.748 INFO STEP 16 (remove_files) COMPLETE
50772026-08-25T22:54:31.557Z[ recovery-image] Aug 25 22:54:30.748 INFO O| Aug 25 22:54:30.748 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-25T22:54:31.567Z[ recovery-image] Aug 25 22:54:30.759 INFO O| Aug 25 22:54:30.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50792026-08-25T22:54:31.567Z[ recovery-image] Aug 25 22:54:30.759 INFO O| Aug 25 22:54:30.759 INFO STEP 17 (remove_files) COMPLETE
50802026-08-25T22:54:31.570Z[ recovery-image] Aug 25 22:54:30.759 INFO O| Aug 25 22:54:30.759 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-25T22:54:31.577Z[ recovery-image] Aug 25 22:54:30.770 INFO O| Aug 25 22:54:30.769 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50822026-08-25T22:54:31.582Z[ recovery-image] Aug 25 22:54:30.771 INFO O| Aug 25 22:54:30.771 INFO STEP 18 (remove_files) COMPLETE
50832026-08-25T22:54:31.582Z[ recovery-image] Aug 25 22:54:30.771 INFO O| Aug 25 22:54:30.771 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-25T22:54:31.586Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
50852026-08-25T22:54:31.593Z[ recovery-image] Aug 25 22:54:30.785 INFO O| Aug 25 22:54:30.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50862026-08-25T22:54:31.593Z[ recovery-image] Aug 25 22:54:30.785 INFO O| Aug 25 22:54:30.785 INFO STEP 19 (remove_files) COMPLETE
50872026-08-25T22:54:31.596Z[ recovery-image] Aug 25 22:54:30.785 INFO O| Aug 25 22:54:30.785 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-25T22:54:31.602Z[ recovery-image] Aug 25 22:54:30.795 INFO O| Aug 25 22:54:30.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50892026-08-25T22:54:31.602Z[ recovery-image] Aug 25 22:54:30.795 INFO O| Aug 25 22:54:30.795 INFO STEP 20 (remove_files) COMPLETE
50902026-08-25T22:54:31.602Z[ recovery-image] Aug 25 22:54:30.795 INFO O| Aug 25 22:54:30.795 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-25T22:54:31.628Z[ recovery-image] Aug 25 22:54:30.820 INFO O| Aug 25 22:54:30.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50922026-08-25T22:54:31.628Z[ recovery-image] Aug 25 22:54:30.821 INFO O| Aug 25 22:54:30.820 INFO STEP 21 (remove_files) COMPLETE
50932026-08-25T22:54:31.628Z[ recovery-image] Aug 25 22:54:30.821 INFO O| Aug 25 22:54:30.820 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-25T22:54:31.648Z[ recovery-image] Aug 25 22:54:30.840 INFO O| Aug 25 22:54:30.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50952026-08-25T22:54:31.648Z[ recovery-image] Aug 25 22:54:30.840 INFO O| Aug 25 22:54:30.840 INFO STEP 22 (remove_files) COMPLETE
50962026-08-25T22:54:31.648Z[ recovery-image] Aug 25 22:54:30.840 INFO O| Aug 25 22:54:30.840 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-08-25T22:54:31.670Z[ recovery-image] Aug 25 22:54:30.863 INFO O| Aug 25 22:54:30.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50982026-08-25T22:54:31.670Z[ recovery-image] Aug 25 22:54:30.863 INFO O| Aug 25 22:54:30.863 INFO STEP 23 (remove_files) COMPLETE
50992026-08-25T22:54:31.671Z[ recovery-image] Aug 25 22:54:30.863 INFO O| Aug 25 22:54:30.863 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-08-25T22:54:31.695Z[ recovery-image] Aug 25 22:54:30.887 INFO O| Aug 25 22:54:30.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51012026-08-25T22:54:31.695Z[ recovery-image] Aug 25 22:54:30.887 INFO O| Aug 25 22:54:30.887 INFO STEP 24 (remove_files) COMPLETE
51022026-08-25T22:54:31.695Z[ recovery-image] Aug 25 22:54:30.887 INFO O| Aug 25 22:54:30.887 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-25T22:54:31.708Z[ recovery-image] Aug 25 22:54:30.900 INFO O| Aug 25 22:54:30.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51042026-08-25T22:54:31.708Z[ recovery-image] Aug 25 22:54:30.900 INFO O| Aug 25 22:54:30.900 INFO STEP 25 (remove_files) COMPLETE
51052026-08-25T22:54:31.708Z[ recovery-image] Aug 25 22:54:30.900 INFO O| Aug 25 22:54:30.900 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-25T22:54:31.717Z[ recovery-image] Aug 25 22:54:30.909 INFO O| Aug 25 22:54:30.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51072026-08-25T22:54:31.717Z[ recovery-image] Aug 25 22:54:30.909 INFO O| Aug 25 22:54:30.909 INFO STEP 26 (remove_files) COMPLETE
51082026-08-25T22:54:31.717Z[ recovery-image] Aug 25 22:54:30.909 INFO O| Aug 25 22:54:30.909 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-25T22:54:31.733Z[ recovery-image] Aug 25 22:54:30.925 INFO O| Aug 25 22:54:30.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51102026-08-25T22:54:31.733Z[ recovery-image] Aug 25 22:54:30.925 INFO O| Aug 25 22:54:30.925 INFO STEP 27 (remove_files) COMPLETE
51112026-08-25T22:54:31.737Z[ recovery-image] Aug 25 22:54:30.925 INFO O| Aug 25 22:54:30.925 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-25T22:54:31.742Z[ recovery-image] Aug 25 22:54:30.935 INFO O| Aug 25 22:54:30.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51132026-08-25T22:54:31.742Z[ recovery-image] Aug 25 22:54:30.935 INFO O| Aug 25 22:54:30.935 INFO STEP 28 (remove_files) COMPLETE
51142026-08-25T22:54:31.746Z[ recovery-image] Aug 25 22:54:30.935 INFO O| Aug 25 22:54:30.935 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-25T22:54:31.749Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
51162026-08-25T22:54:31.755Z[ recovery-image] Aug 25 22:54:30.947 INFO O| Aug 25 22:54:30.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51172026-08-25T22:54:31.755Z[ recovery-image] Aug 25 22:54:30.947 INFO O| Aug 25 22:54:30.947 INFO STEP 29 (remove_files) COMPLETE
51182026-08-25T22:54:31.755Z[ recovery-image] Aug 25 22:54:30.947 INFO O| Aug 25 22:54:30.947 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-25T22:54:31.765Z[ recovery-image] Aug 25 22:54:30.957 INFO O| Aug 25 22:54:30.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51202026-08-25T22:54:31.765Z[ recovery-image] Aug 25 22:54:30.957 INFO O| Aug 25 22:54:30.957 INFO STEP 30 (remove_files) COMPLETE
51212026-08-25T22:54:31.769Z[ recovery-image] Aug 25 22:54:30.957 INFO O| Aug 25 22:54:30.957 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-25T22:54:31.774Z[ recovery-image] Aug 25 22:54:30.967 INFO O| Aug 25 22:54:30.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51232026-08-25T22:54:31.775Z[ recovery-image] Aug 25 22:54:30.967 INFO O| Aug 25 22:54:30.967 INFO STEP 31 (remove_files) COMPLETE
51242026-08-25T22:54:31.778Z[ recovery-image] Aug 25 22:54:30.967 INFO O| Aug 25 22:54:30.967 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-25T22:54:31.790Z[ recovery-image] Aug 25 22:54:30.982 INFO O| Aug 25 22:54:30.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51262026-08-25T22:54:31.790Z[ recovery-image] Aug 25 22:54:30.982 INFO O| Aug 25 22:54:30.982 INFO STEP 32 (remove_files) COMPLETE
51272026-08-25T22:54:31.793Z[ recovery-image] Aug 25 22:54:30.982 INFO O| Aug 25 22:54:30.982 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-25T22:54:31.801Z[ recovery-image] Aug 25 22:54:30.993 INFO O| Aug 25 22:54:30.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51292026-08-25T22:54:31.801Z[ recovery-image] Aug 25 22:54:30.993 INFO O| Aug 25 22:54:30.993 INFO STEP 33 (remove_files) COMPLETE
51302026-08-25T22:54:31.801Z[ recovery-image] Aug 25 22:54:30.993 INFO O| Aug 25 22:54:30.993 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-25T22:54:31.812Z[ recovery-image] Aug 25 22:54:31.004 INFO O| Aug 25 22:54:31.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51322026-08-25T22:54:31.812Z[ recovery-image] Aug 25 22:54:31.004 INFO O| Aug 25 22:54:31.004 INFO STEP 34 (remove_files) COMPLETE
51332026-08-25T22:54:31.812Z[ recovery-image] Aug 25 22:54:31.004 INFO O| Aug 25 22:54:31.004 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-25T22:54:31.835Z[ recovery-image] Aug 25 22:54:31.027 INFO O| Aug 25 22:54:31.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51352026-08-25T22:54:31.835Z[ recovery-image] Aug 25 22:54:31.027 INFO O| Aug 25 22:54:31.027 INFO STEP 35 (remove_files) COMPLETE
51362026-08-25T22:54:31.838Z[ recovery-image] Aug 25 22:54:31.027 INFO O| Aug 25 22:54:31.027 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-25T22:54:31.848Z[ recovery-image] Aug 25 22:54:31.040 INFO O| Aug 25 22:54:31.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51382026-08-25T22:54:31.848Z[ recovery-image] Aug 25 22:54:31.040 INFO O| Aug 25 22:54:31.040 INFO STEP 36 (remove_files) COMPLETE
51392026-08-25T22:54:31.848Z[ recovery-image] Aug 25 22:54:31.040 INFO O| Aug 25 22:54:31.040 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-25T22:54:31.858Z[ recovery-image] Aug 25 22:54:31.051 INFO O| Aug 25 22:54:31.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51412026-08-25T22:54:31.858Z[ recovery-image] Aug 25 22:54:31.051 INFO O| Aug 25 22:54:31.051 INFO STEP 37 (remove_files) COMPLETE
51422026-08-25T22:54:31.858Z[ recovery-image] Aug 25 22:54:31.051 INFO O| Aug 25 22:54:31.051 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-25T22:54:31.871Z[ recovery-image] Aug 25 22:54:31.062 INFO O| Aug 25 22:54:31.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51442026-08-25T22:54:31.871Z[ recovery-image] Aug 25 22:54:31.062 INFO O| Aug 25 22:54:31.062 INFO STEP 38 (remove_files) COMPLETE
51452026-08-25T22:54:31.875Z[ recovery-image] Aug 25 22:54:31.062 INFO O| Aug 25 22:54:31.062 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-25T22:54:31.880Z[ recovery-image] Aug 25 22:54:31.073 INFO O| Aug 25 22:54:31.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51472026-08-25T22:54:31.880Z[ recovery-image] Aug 25 22:54:31.073 INFO O| Aug 25 22:54:31.073 INFO STEP 39 (remove_files) COMPLETE
51482026-08-25T22:54:31.880Z[ recovery-image] Aug 25 22:54:31.073 INFO O| Aug 25 22:54:31.073 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-25T22:54:31.892Z[ recovery-image] Aug 25 22:54:31.085 INFO O| Aug 25 22:54:31.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51502026-08-25T22:54:31.892Z[ recovery-image] Aug 25 22:54:31.085 INFO O| Aug 25 22:54:31.085 INFO STEP 40 (remove_files) COMPLETE
51512026-08-25T22:54:31.892Z[ recovery-image] Aug 25 22:54:31.085 INFO O| Aug 25 22:54:31.085 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-25T22:54:31.905Z[ recovery-image] Aug 25 22:54:31.095 INFO O| Aug 25 22:54:31.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51532026-08-25T22:54:31.905Z[ recovery-image] Aug 25 22:54:31.095 INFO O| Aug 25 22:54:31.095 INFO STEP 41 (remove_files) COMPLETE
51542026-08-25T22:54:31.905Z[ recovery-image] Aug 25 22:54:31.095 INFO O| Aug 25 22:54:31.095 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-25T22:54:31.912Z[ recovery-image] Aug 25 22:54:31.105 INFO O| Aug 25 22:54:31.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51562026-08-25T22:54:31.912Z[ recovery-image] Aug 25 22:54:31.105 INFO O| Aug 25 22:54:31.105 INFO STEP 42 (remove_files) COMPLETE
51572026-08-25T22:54:31.916Z[ recovery-image] Aug 25 22:54:31.105 INFO O| Aug 25 22:54:31.105 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-25T22:54:31.921Z[ recovery-image] Aug 25 22:54:31.113 INFO O| Aug 25 22:54:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51592026-08-25T22:54:31.921Z[ recovery-image] Aug 25 22:54:31.113 INFO O| Aug 25 22:54:31.113 INFO STEP 43 (remove_files) COMPLETE
51602026-08-25T22:54:31.921Z[ recovery-image] Aug 25 22:54:31.113 INFO O| Aug 25 22:54:31.113 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-25T22:54:31.931Z[ recovery-image] Aug 25 22:54:31.123 INFO O| Aug 25 22:54:31.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51622026-08-25T22:54:31.931Z[ recovery-image] Aug 25 22:54:31.123 INFO O| Aug 25 22:54:31.123 INFO STEP 44 (remove_files) COMPLETE
51632026-08-25T22:54:31.931Z[ recovery-image] Aug 25 22:54:31.123 INFO O| Aug 25 22:54:31.123 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-25T22:54:31.940Z[ recovery-image] Aug 25 22:54:31.132 INFO O| Aug 25 22:54:31.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51652026-08-25T22:54:31.940Z[ recovery-image] Aug 25 22:54:31.132 INFO O| Aug 25 22:54:31.132 INFO STEP 45 (remove_files) COMPLETE
51662026-08-25T22:54:31.940Z[ recovery-image] Aug 25 22:54:31.132 INFO O| Aug 25 22:54:31.132 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-25T22:54:31.950Z[ recovery-image] Aug 25 22:54:31.142 INFO O| Aug 25 22:54:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51682026-08-25T22:54:31.950Z[ recovery-image] Aug 25 22:54:31.142 INFO O| Aug 25 22:54:31.142 INFO STEP 46 (remove_files) COMPLETE
51692026-08-25T22:54:31.950Z[ recovery-image] Aug 25 22:54:31.142 INFO O| Aug 25 22:54:31.142 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-25T22:54:31.960Z[ recovery-image] Aug 25 22:54:31.152 INFO O| Aug 25 22:54:31.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51712026-08-25T22:54:31.960Z[ recovery-image] Aug 25 22:54:31.152 INFO O| Aug 25 22:54:31.152 INFO STEP 47 (remove_files) COMPLETE
51722026-08-25T22:54:31.963Z[ recovery-image] Aug 25 22:54:31.152 INFO O| Aug 25 22:54:31.152 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-25T22:54:31.970Z[ recovery-image] Aug 25 22:54:31.162 INFO O| Aug 25 22:54:31.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51742026-08-25T22:54:31.970Z[ recovery-image] Aug 25 22:54:31.162 INFO O| Aug 25 22:54:31.162 INFO STEP 48 (remove_files) COMPLETE
51752026-08-25T22:54:31.970Z[ recovery-image] Aug 25 22:54:31.162 INFO O| Aug 25 22:54:31.162 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-25T22:54:31.980Z[ recovery-image] Aug 25 22:54:31.172 INFO O| Aug 25 22:54:31.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51772026-08-25T22:54:31.980Z[ recovery-image] Aug 25 22:54:31.172 INFO O| Aug 25 22:54:31.172 INFO STEP 49 (remove_files) COMPLETE
51782026-08-25T22:54:31.980Z[ recovery-image] Aug 25 22:54:31.172 INFO O| Aug 25 22:54:31.172 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-25T22:54:31.989Z[ recovery-image] Aug 25 22:54:31.181 INFO O| Aug 25 22:54:31.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51802026-08-25T22:54:31.989Z[ recovery-image] Aug 25 22:54:31.181 INFO O| Aug 25 22:54:31.181 INFO STEP 50 (remove_files) COMPLETE
51812026-08-25T22:54:31.993Z[ recovery-image] Aug 25 22:54:31.181 INFO O| Aug 25 22:54:31.181 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-25T22:54:31.998Z[ recovery-image] Aug 25 22:54:31.190 INFO O| Aug 25 22:54:31.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51832026-08-25T22:54:32.002Z[ recovery-image] Aug 25 22:54:31.190 INFO O| Aug 25 22:54:31.190 INFO STEP 51 (remove_files) COMPLETE
51842026-08-25T22:54:32.002Z[ recovery-image] Aug 25 22:54:31.190 INFO O| Aug 25 22:54:31.190 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-25T22:54:32.008Z[ recovery-image] Aug 25 22:54:31.200 INFO O| Aug 25 22:54:31.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51862026-08-25T22:54:32.008Z[ recovery-image] Aug 25 22:54:31.200 INFO O| Aug 25 22:54:31.200 INFO STEP 52 (remove_files) COMPLETE
51872026-08-25T22:54:32.008Z[ recovery-image] Aug 25 22:54:31.200 INFO O| Aug 25 22:54:31.200 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-08-25T22:54:32.017Z[ recovery-image] Aug 25 22:54:31.209 INFO O| Aug 25 22:54:31.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51892026-08-25T22:54:32.017Z[ recovery-image] Aug 25 22:54:31.209 INFO O| Aug 25 22:54:31.209 INFO STEP 53 (remove_files) COMPLETE
51902026-08-25T22:54:32.017Z[ recovery-image] Aug 25 22:54:31.209 INFO O| Aug 25 22:54:31.209 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-25T22:54:32.026Z[ recovery-image] Aug 25 22:54:31.218 INFO O| Aug 25 22:54:31.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51922026-08-25T22:54:32.026Z[ recovery-image] Aug 25 22:54:31.218 INFO O| Aug 25 22:54:31.218 INFO STEP 54 (remove_files) COMPLETE
51932026-08-25T22:54:32.026Z[ recovery-image] Aug 25 22:54:31.218 INFO O| Aug 25 22:54:31.218 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-08-25T22:54:32.036Z[ recovery-image] Aug 25 22:54:31.228 INFO O| Aug 25 22:54:31.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51952026-08-25T22:54:32.036Z[ recovery-image] Aug 25 22:54:31.228 INFO O| Aug 25 22:54:31.228 INFO STEP 55 (remove_files) COMPLETE
51962026-08-25T22:54:32.041Z[ recovery-image] Aug 25 22:54:31.228 INFO O| Aug 25 22:54:31.228 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-25T22:54:32.046Z[ recovery-image] Aug 25 22:54:31.238 INFO O| Aug 25 22:54:31.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51982026-08-25T22:54:32.046Z[ recovery-image] Aug 25 22:54:31.238 INFO O| Aug 25 22:54:31.238 INFO STEP 56 (remove_files) COMPLETE
51992026-08-25T22:54:32.046Z[ recovery-image] Aug 25 22:54:31.238 INFO O| Aug 25 22:54:31.238 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-08-25T22:54:32.050Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52012026-08-25T22:54:32.056Z[ recovery-image] Aug 25 22:54:31.249 INFO O| Aug 25 22:54:31.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52022026-08-25T22:54:32.056Z[ recovery-image] Aug 25 22:54:31.249 INFO O| Aug 25 22:54:31.249 INFO STEP 57 (remove_files) COMPLETE
52032026-08-25T22:54:32.060Z[ recovery-image] Aug 25 22:54:31.249 INFO O| Aug 25 22:54:31.249 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-25T22:54:32.067Z[ recovery-image] Aug 25 22:54:31.259 INFO O| Aug 25 22:54:31.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52052026-08-25T22:54:32.067Z[ recovery-image] Aug 25 22:54:31.259 INFO O| Aug 25 22:54:31.259 INFO STEP 58 (remove_files) COMPLETE
52062026-08-25T22:54:32.072Z[ recovery-image] Aug 25 22:54:31.259 INFO O| Aug 25 22:54:31.259 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52072026-08-25T22:54:32.077Z[ recovery-image] Aug 25 22:54:31.269 INFO O| Aug 25 22:54:31.269 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52082026-08-25T22:54:32.077Z[ recovery-image] Aug 25 22:54:31.269 INFO O| Aug 25 22:54:31.269 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52092026-08-25T22:54:32.077Z[ recovery-image] Aug 25 22:54:31.269 INFO O| Aug 25 22:54:31.269 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52102026-08-25T22:54:32.082Z[ recovery-image] Aug 25 22:54:31.270 INFO O| Aug 25 22:54:31.269 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52112026-08-25T22:54:32.082Z[ recovery-image] Aug 25 22:54:31.270 INFO O| Aug 25 22:54:31.269 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52122026-08-25T22:54:32.082Z[ recovery-image] Aug 25 22:54:31.270 INFO O| Aug 25 22:54:31.270 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52132026-08-25T22:54:32.082Z[ recovery-image] Aug 25 22:54:31.270 INFO O| Aug 25 22:54:31.270 INFO ok!
52142026-08-25T22:54:32.082Z[ recovery-image] Aug 25 22:54:31.270 INFO O| Aug 25 22:54:31.270 INFO STEP 59 (ensure_file) COMPLETE
52152026-08-25T22:54:32.082Z[ recovery-image] Aug 25 22:54:31.270 INFO O| Aug 25 22:54:31.270 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-25T22:54:32.088Z[ recovery-image] Aug 25 22:54:31.280 INFO O| Aug 25 22:54:31.280 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52172026-08-25T22:54:32.088Z[ recovery-image] Aug 25 22:54:31.280 INFO O| Aug 25 22:54:31.280 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52182026-08-25T22:54:32.091Z[ recovery-image] Aug 25 22:54:31.280 INFO O| Aug 25 22:54:31.280 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52192026-08-25T22:54:32.091Z[ recovery-image] Aug 25 22:54:31.280 INFO O| Aug 25 22:54:31.280 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52202026-08-25T22:54:32.091Z[ recovery-image] Aug 25 22:54:31.280 INFO O| Aug 25 22:54:31.280 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52212026-08-25T22:54:32.091Z[ recovery-image] Aug 25 22:54:31.280 INFO O| Aug 25 22:54:31.280 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52222026-08-25T22:54:32.091Z[ recovery-image] Aug 25 22:54:31.280 INFO O| Aug 25 22:54:31.280 INFO ok!
52232026-08-25T22:54:32.091Z[ recovery-image] Aug 25 22:54:31.280 INFO O| Aug 25 22:54:31.280 INFO STEP 60 (ensure_file) COMPLETE
52242026-08-25T22:54:32.091Z[ recovery-image] Aug 25 22:54:31.280 INFO O| Aug 25 22:54:31.280 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52252026-08-25T22:54:32.098Z[ recovery-image] Aug 25 22:54:31.290 INFO O| Aug 25 22:54:31.290 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52262026-08-25T22:54:32.098Z[ recovery-image] Aug 25 22:54:31.290 INFO O| Aug 25 22:54:31.290 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52272026-08-25T22:54:32.098Z[ recovery-image] Aug 25 22:54:31.290 INFO O| Aug 25 22:54:31.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52282026-08-25T22:54:32.101Z[ recovery-image] Aug 25 22:54:31.290 INFO O| Aug 25 22:54:31.290 INFO ok!
52292026-08-25T22:54:32.101Z[ recovery-image] Aug 25 22:54:31.290 INFO O| Aug 25 22:54:31.290 INFO STEP 61 (ensure_file) COMPLETE
52302026-08-25T22:54:32.101Z[ recovery-image] Aug 25 22:54:31.290 INFO O| Aug 25 22:54:31.290 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-08-25T22:54:32.108Z[ recovery-image] Aug 25 22:54:31.300 INFO O| Aug 25 22:54:31.300 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52322026-08-25T22:54:32.108Z[ recovery-image] Aug 25 22:54:31.300 INFO O| Aug 25 22:54:31.300 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52332026-08-25T22:54:32.111Z[ recovery-image] Aug 25 22:54:31.300 INFO O| Aug 25 22:54:31.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52342026-08-25T22:54:32.111Z[ recovery-image] Aug 25 22:54:31.300 INFO O| Aug 25 22:54:31.300 INFO ok!
52352026-08-25T22:54:32.111Z[ recovery-image] Aug 25 22:54:31.300 INFO O| Aug 25 22:54:31.300 INFO STEP 62 (ensure_file) COMPLETE
52362026-08-25T22:54:32.111Z[ recovery-image] Aug 25 22:54:31.300 INFO O| Aug 25 22:54:31.300 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-08-25T22:54:32.117Z[ recovery-image] Aug 25 22:54:31.309 INFO O| Aug 25 22:54:31.309 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52382026-08-25T22:54:32.117Z[ recovery-image] Aug 25 22:54:31.309 INFO O| Aug 25 22:54:31.309 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52392026-08-25T22:54:32.117Z[ recovery-image] Aug 25 22:54:31.309 INFO O| Aug 25 22:54:31.309 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52402026-08-25T22:54:32.120Z[ recovery-image] Aug 25 22:54:31.309 INFO O| Aug 25 22:54:31.309 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52412026-08-25T22:54:32.120Z[ recovery-image] Aug 25 22:54:31.309 INFO O| Aug 25 22:54:31.309 INFO ok!
52422026-08-25T22:54:32.120Z[ recovery-image] Aug 25 22:54:31.309 INFO O| Aug 25 22:54:31.309 INFO STEP 63 (ensure_file) COMPLETE
52432026-08-25T22:54:32.120Z[ recovery-image] Aug 25 22:54:31.309 INFO O| Aug 25 22:54:31.309 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-08-25T22:54:32.126Z[ recovery-image] Aug 25 22:54:31.319 INFO O| Aug 25 22:54:31.318 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52452026-08-25T22:54:32.126Z[ recovery-image] Aug 25 22:54:31.319 INFO O| Aug 25 22:54:31.319 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52462026-08-25T22:54:32.126Z[ recovery-image] Aug 25 22:54:31.319 INFO O| Aug 25 22:54:31.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52472026-08-25T22:54:32.130Z[ recovery-image] Aug 25 22:54:31.319 INFO O| Aug 25 22:54:31.319 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52482026-08-25T22:54:32.130Z[ recovery-image] Aug 25 22:54:31.319 INFO O| Aug 25 22:54:31.319 INFO ok!
52492026-08-25T22:54:32.130Z[ recovery-image] Aug 25 22:54:31.319 INFO O| Aug 25 22:54:31.319 INFO STEP 64 (ensure_file) COMPLETE
52502026-08-25T22:54:32.130Z[ recovery-image] Aug 25 22:54:31.319 INFO O| Aug 25 22:54:31.319 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-08-25T22:54:32.135Z[ recovery-image] Aug 25 22:54:31.328 INFO O| Aug 25 22:54:31.328 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52522026-08-25T22:54:32.135Z[ recovery-image] Aug 25 22:54:31.328 INFO O| Aug 25 22:54:31.328 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52532026-08-25T22:54:32.135Z[ recovery-image] Aug 25 22:54:31.328 INFO O| Aug 25 22:54:31.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52542026-08-25T22:54:32.139Z[ recovery-image] Aug 25 22:54:31.328 INFO O| Aug 25 22:54:31.328 INFO ok!
52552026-08-25T22:54:32.139Z[ recovery-image] Aug 25 22:54:31.328 INFO O| Aug 25 22:54:31.328 INFO STEP 65 (assemble_files) COMPLETE
52562026-08-25T22:54:32.139Z[ recovery-image] Aug 25 22:54:31.328 INFO O| Aug 25 22:54:31.328 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52572026-08-25T22:54:32.144Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52582026-08-25T22:54:32.144Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52592026-08-25T22:54:32.144Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52602026-08-25T22:54:32.144Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52612026-08-25T22:54:32.148Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO ok!
52622026-08-25T22:54:32.148Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO STEP 66 (ensure_file) COMPLETE
52632026-08-25T22:54:32.148Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52642026-08-25T22:54:32.148Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO skip step because feature "omicron1" is not enabled
52652026-08-25T22:54:32.148Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-08-25T22:54:32.148Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO skip step because feature "omicron1" is not enabled
52672026-08-25T22:54:32.148Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52682026-08-25T22:54:32.148Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO skip step because feature "omicron1" is not enabled
52692026-08-25T22:54:32.148Z[ recovery-image] Aug 25 22:54:31.337 INFO O| Aug 25 22:54:31.337 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52702026-08-25T22:54:32.157Z[ recovery-image] Aug 25 22:54:31.350 INFO O| Aug 25 22:54:31.350 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52712026-08-25T22:54:32.157Z[ recovery-image] Aug 25 22:54:31.350 INFO O| Aug 25 22:54:31.350 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52722026-08-25T22:54:32.223Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52732026-08-25T22:54:32.834Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52742026-08-25T22:54:33.550Z[ recovery-image] Aug 25 22:54:32.742 INFO O| Aug 25 22:54:32.742 INFO STEP 70 (pack_tar) COMPLETE
52752026-08-25T22:54:33.550Z[ recovery-image] Aug 25 22:54:32.742 INFO O| Aug 25 22:54:32.742 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52762026-08-25T22:54:33.550Z[ recovery-image] Aug 25 22:54:32.742 INFO O| Aug 25 22:54:32.742 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52772026-08-25T22:54:33.944Z[ recovery-image] Aug 25 22:54:33.135 INFO O| Aug 25 22:54:33.135 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52782026-08-25T22:54:34.070Z[ recovery-image] Aug 25 22:54:33.262 INFO O| Aug 25 22:54:33.262 INFO completed processing sled/ramdisk-02-trim
52792026-08-25T22:54:34.074Z[ recovery-image] Aug 25 22:54:33.264 INFO image builder template: ramdisk-03-recovery-trim...
52802026-08-25T22:54:34.074Z[ recovery-image] Aug 25 22:54:33.265 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/.tmpjS1e7R/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52812026-08-25T22:54:34.078Z[ recovery-image] Aug 25 22:54:33.270 INFO O| Aug 25 22:54:33.270 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52822026-08-25T22:54:34.149Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
52832026-08-25T22:54:34.153Z[ recovery-image] Aug 25 22:54:33.345 INFO O| Aug 25 22:54:33.345 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52842026-08-25T22:54:34.156Z[ recovery-image] Aug 25 22:54:33.348 INFO O| Aug 25 22:54:33.348 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52852026-08-25T22:54:34.177Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
52862026-08-25T22:54:34.219Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52872026-08-25T22:54:34.280Z[ recovery-image] Aug 25 22:54:33.472 INFO O| Aug 25 22:54:33.472 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52882026-08-25T22:54:34.380Z[ recovery-image] Aug 25 22:54:33.571 INFO O| Aug 25 22:54:33.571 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52892026-08-25T22:54:34.380Z[ recovery-image] Aug 25 22:54:33.571 INFO O| Aug 25 22:54:33.571 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52902026-08-25T22:54:34.386Z[ recovery-image] Aug 25 22:54:33.578 INFO O| Aug 25 22:54:33.578 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52912026-08-25T22:54:34.393Z[ recovery-image] Aug 25 22:54:33.583 INFO O| Aug 25 22:54:33.583 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52922026-08-25T22:54:34.397Z[ recovery-image] Aug 25 22:54:33.588 INFO O| Aug 25 22:54:33.588 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52932026-08-25T22:54:34.430Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52942026-08-25T22:54:34.553Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52952026-08-25T22:54:34.579Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52962026-08-25T22:54:34.809Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52972026-08-25T22:54:34.839Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
52982026-08-25T22:54:35.064Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52992026-08-25T22:54:35.203Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
53002026-08-25T22:54:35.223Z[ recovery-image] Aug 25 22:54:34.414 INFO O| Aug 25 22:54:34.414 INFO rolled back to input snapshot; work may begin
53012026-08-25T22:54:35.223Z[ recovery-image] Aug 25 22:54:34.415 INFO O| Aug 25 22:54:34.414 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53022026-08-25T22:54:35.228Z[verify-libraries] Compiling fatfs v0.3.6
53032026-08-25T22:54:35.231Z[ recovery-image] Aug 25 22:54:34.420 INFO O| Aug 25 22:54:34.419 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-25T22:54:35.238Z[ recovery-image] Aug 25 22:54:34.430 INFO O| Aug 25 22:54:34.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53052026-08-25T22:54:35.245Z[ recovery-image] Aug 25 22:54:34.437 INFO O| Aug 25 22:54:34.437 INFO STEP 0 (remove_files) COMPLETE
53062026-08-25T22:54:35.245Z[ recovery-image] Aug 25 22:54:34.438 INFO O| Aug 25 22:54:34.437 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-25T22:54:35.255Z[ recovery-image] Aug 25 22:54:34.447 INFO O| Aug 25 22:54:34.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53082026-08-25T22:54:35.255Z[ recovery-image] Aug 25 22:54:34.447 INFO O| Aug 25 22:54:34.447 INFO STEP 1 (remove_files) COMPLETE
53092026-08-25T22:54:35.255Z[ recovery-image] Aug 25 22:54:34.447 INFO O| Aug 25 22:54:34.447 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-25T22:54:35.259Z[verify-libraries] Compiling num-bigint v0.4.6
53112026-08-25T22:54:35.264Z[ recovery-image] Aug 25 22:54:34.456 INFO O| Aug 25 22:54:34.456 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53122026-08-25T22:54:35.276Z[ recovery-image] Aug 25 22:54:34.468 INFO O| Aug 25 22:54:34.468 INFO STEP 2 (remove_files) COMPLETE
53132026-08-25T22:54:35.276Z[ recovery-image] Aug 25 22:54:34.468 INFO O| Aug 25 22:54:34.468 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-25T22:54:35.286Z[ recovery-image] Aug 25 22:54:34.478 INFO O| Aug 25 22:54:34.478 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53152026-08-25T22:54:35.339Z[ recovery-image] Aug 25 22:54:34.530 INFO O| Aug 25 22:54:34.530 INFO STEP 3 (remove_files) COMPLETE
53162026-08-25T22:54:35.339Z[ recovery-image] Aug 25 22:54:34.530 INFO O| Aug 25 22:54:34.530 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-25T22:54:35.350Z[ recovery-image] Aug 25 22:54:34.541 INFO O| Aug 25 22:54:34.541 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53182026-08-25T22:54:35.354Z[ recovery-image] Aug 25 22:54:34.544 INFO O| Aug 25 22:54:34.544 INFO STEP 4 (remove_files) COMPLETE
53192026-08-25T22:54:35.354Z[ recovery-image] Aug 25 22:54:34.544 INFO O| Aug 25 22:54:34.544 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-25T22:54:35.362Z[ recovery-image] Aug 25 22:54:34.554 INFO O| Aug 25 22:54:34.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53212026-08-25T22:54:35.407Z[verify-libraries] Compiling generic-array v1.4.3
53222026-08-25T22:54:35.419Z[ recovery-image] Aug 25 22:54:34.611 INFO O| Aug 25 22:54:34.611 INFO STEP 5 (remove_files) COMPLETE
53232026-08-25T22:54:35.419Z[ recovery-image] Aug 25 22:54:34.611 INFO O| Aug 25 22:54:34.611 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-25T22:54:35.429Z[ recovery-image] Aug 25 22:54:34.620 INFO O| Aug 25 22:54:34.620 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53252026-08-25T22:54:35.517Z[ recovery-image] Aug 25 22:54:34.707 INFO O| Aug 25 22:54:34.707 INFO STEP 6 (remove_files) COMPLETE
53262026-08-25T22:54:35.517Z[ recovery-image] Aug 25 22:54:34.707 INFO O| Aug 25 22:54:34.707 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-25T22:54:35.525Z[ recovery-image] Aug 25 22:54:34.717 INFO O| Aug 25 22:54:34.717 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53282026-08-25T22:54:35.530Z[ recovery-image] Aug 25 22:54:34.719 INFO O| Aug 25 22:54:34.719 INFO STEP 7 (remove_files) COMPLETE
53292026-08-25T22:54:35.530Z[ recovery-image] Aug 25 22:54:34.719 INFO O| Aug 25 22:54:34.719 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-25T22:54:35.536Z[ recovery-image] Aug 25 22:54:34.728 INFO O| Aug 25 22:54:34.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53312026-08-25T22:54:35.558Z[ recovery-image] Aug 25 22:54:34.749 INFO O| Aug 25 22:54:34.749 INFO STEP 8 (remove_files) COMPLETE
53322026-08-25T22:54:35.558Z[ recovery-image] Aug 25 22:54:34.749 INFO O| Aug 25 22:54:34.749 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-25T22:54:35.563Z[verify-libraries] Compiling russh-util v0.52.0
53342026-08-25T22:54:35.575Z[ recovery-image] Aug 25 22:54:34.767 INFO O| Aug 25 22:54:34.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53352026-08-25T22:54:35.623Z[ recovery-image] Aug 25 22:54:34.814 INFO O| Aug 25 22:54:34.814 INFO STEP 9 (remove_files) COMPLETE
53362026-08-25T22:54:35.623Z[ recovery-image] Aug 25 22:54:34.814 INFO O| Aug 25 22:54:34.814 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-25T22:54:35.633Z[ recovery-image] Aug 25 22:54:34.824 INFO O| Aug 25 22:54:34.824 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53382026-08-25T22:54:35.637Z[ recovery-image] Aug 25 22:54:34.825 INFO O| Aug 25 22:54:34.825 INFO STEP 10 (remove_files) COMPLETE
53392026-08-25T22:54:35.637Z[ recovery-image] Aug 25 22:54:34.825 INFO O| Aug 25 22:54:34.825 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-25T22:54:35.653Z[ recovery-image] Aug 25 22:54:34.845 INFO O| Aug 25 22:54:34.844 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53412026-08-25T22:54:35.674Z[ recovery-image] Aug 25 22:54:34.860 INFO O| Aug 25 22:54:34.860 INFO STEP 11 (remove_files) COMPLETE
53422026-08-25T22:54:35.674Z[ recovery-image] Aug 25 22:54:34.860 INFO O| Aug 25 22:54:34.860 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-25T22:54:35.678Z[ recovery-image] Aug 25 22:54:34.870 INFO O| Aug 25 22:54:34.870 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53442026-08-25T22:54:35.685Z[verify-libraries] Compiling enum_dispatch v0.3.13
53452026-08-25T22:54:35.779Z[verify-libraries] Compiling delegate v0.13.5
53462026-08-25T22:54:35.802Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
53472026-08-25T22:54:35.864Z[ recovery-image] Aug 25 22:54:35.055 INFO O| Aug 25 22:54:35.055 INFO STEP 12 (remove_files) COMPLETE
53482026-08-25T22:54:35.864Z[ recovery-image] Aug 25 22:54:35.055 INFO O| Aug 25 22:54:35.055 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-25T22:54:35.874Z[ recovery-image] Aug 25 22:54:35.066 INFO O| Aug 25 22:54:35.065 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53502026-08-25T22:54:35.877Z[ recovery-image] Aug 25 22:54:35.069 INFO O| Aug 25 22:54:35.069 INFO STEP 13 (remove_files) COMPLETE
53512026-08-25T22:54:35.877Z[ recovery-image] Aug 25 22:54:35.069 INFO O| Aug 25 22:54:35.069 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-25T22:54:35.889Z[ recovery-image] Aug 25 22:54:35.081 INFO O| Aug 25 22:54:35.081 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53532026-08-25T22:54:35.892Z[ recovery-image] Aug 25 22:54:35.084 INFO O| Aug 25 22:54:35.084 INFO STEP 14 (remove_files) COMPLETE
53542026-08-25T22:54:35.893Z[ recovery-image] Aug 25 22:54:35.084 INFO O| Aug 25 22:54:35.084 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-25T22:54:35.902Z[ recovery-image] Aug 25 22:54:35.094 INFO O| Aug 25 22:54:35.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53562026-08-25T22:54:35.906Z[ recovery-image] Aug 25 22:54:35.095 INFO O| Aug 25 22:54:35.095 INFO STEP 15 (remove_files) COMPLETE
53572026-08-25T22:54:35.906Z[ recovery-image] Aug 25 22:54:35.095 INFO O| Aug 25 22:54:35.095 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-25T22:54:35.923Z[ recovery-image] Aug 25 22:54:35.115 INFO O| Aug 25 22:54:35.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53592026-08-25T22:54:35.923Z[ recovery-image] Aug 25 22:54:35.115 INFO O| Aug 25 22:54:35.112 INFO STEP 16 (remove_files) COMPLETE
53602026-08-25T22:54:35.924Z[ recovery-image] Aug 25 22:54:35.115 INFO O| Aug 25 22:54:35.112 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-25T22:54:35.933Z[ recovery-image] Aug 25 22:54:35.124 INFO O| Aug 25 22:54:35.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53622026-08-25T22:54:35.940Z[ recovery-image] Aug 25 22:54:35.132 INFO O| Aug 25 22:54:35.132 INFO STEP 17 (remove_files) COMPLETE
53632026-08-25T22:54:35.940Z[ recovery-image] Aug 25 22:54:35.132 INFO O| Aug 25 22:54:35.132 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-25T22:54:35.944Z[verify-libraries] Compiling sapling-renderdag v0.1.0
53652026-08-25T22:54:35.951Z[ recovery-image] Aug 25 22:54:35.143 INFO O| Aug 25 22:54:35.143 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53662026-08-25T22:54:35.951Z[ recovery-image] Aug 25 22:54:35.143 INFO O| Aug 25 22:54:35.143 INFO STEP 18 (remove_files) COMPLETE
53672026-08-25T22:54:35.951Z[ recovery-image] Aug 25 22:54:35.143 INFO O| Aug 25 22:54:35.143 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-25T22:54:35.963Z[ recovery-image] Aug 25 22:54:35.155 INFO O| Aug 25 22:54:35.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53692026-08-25T22:54:35.963Z[ recovery-image] Aug 25 22:54:35.155 INFO O| Aug 25 22:54:35.155 INFO STEP 19 (remove_files) COMPLETE
53702026-08-25T22:54:35.963Z[ recovery-image] Aug 25 22:54:35.155 INFO O| Aug 25 22:54:35.155 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-25T22:54:35.973Z[ recovery-image] Aug 25 22:54:35.165 INFO O| Aug 25 22:54:35.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53722026-08-25T22:54:35.997Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
53732026-08-25T22:54:36.021Z[verify-libraries] Compiling hex-literal v1.1.0
53742026-08-25T22:54:36.030Z[ recovery-image] Aug 25 22:54:35.221 INFO O| Aug 25 22:54:35.221 INFO STEP 20 (remove_files) COMPLETE
53752026-08-25T22:54:36.030Z[ recovery-image] Aug 25 22:54:35.221 INFO O| Aug 25 22:54:35.221 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-25T22:54:36.040Z[ recovery-image] Aug 25 22:54:35.232 INFO O| Aug 25 22:54:35.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53772026-08-25T22:54:36.044Z[ recovery-image] Aug 25 22:54:35.234 INFO O| Aug 25 22:54:35.234 INFO STEP 21 (remove_files) COMPLETE
53782026-08-25T22:54:36.044Z[ recovery-image] Aug 25 22:54:35.234 INFO O| Aug 25 22:54:35.234 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-25T22:54:36.052Z[ recovery-image] Aug 25 22:54:35.244 INFO O| Aug 25 22:54:35.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53802026-08-25T22:54:36.052Z[ recovery-image] Aug 25 22:54:35.244 INFO O| Aug 25 22:54:35.244 INFO STEP 22 (remove_files) COMPLETE
53812026-08-25T22:54:36.052Z[ recovery-image] Aug 25 22:54:35.244 INFO O| Aug 25 22:54:35.244 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-25T22:54:36.061Z[ recovery-image] Aug 25 22:54:35.253 INFO O| Aug 25 22:54:35.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53832026-08-25T22:54:36.065Z[ recovery-image] Aug 25 22:54:35.254 INFO O| Aug 25 22:54:35.254 INFO STEP 23 (remove_files) COMPLETE
53842026-08-25T22:54:36.065Z[ recovery-image] Aug 25 22:54:35.254 INFO O| Aug 25 22:54:35.254 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-25T22:54:36.072Z[ recovery-image] Aug 25 22:54:35.264 INFO O| Aug 25 22:54:35.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53862026-08-25T22:54:36.076Z[ recovery-image] Aug 25 22:54:35.265 INFO O| Aug 25 22:54:35.265 INFO STEP 24 (remove_files) COMPLETE
53872026-08-25T22:54:36.076Z[ recovery-image] Aug 25 22:54:35.265 INFO O| Aug 25 22:54:35.265 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-25T22:54:36.083Z[ recovery-image] Aug 25 22:54:35.275 INFO O| Aug 25 22:54:35.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53892026-08-25T22:54:36.083Z[ recovery-image] Aug 25 22:54:35.275 INFO O| Aug 25 22:54:35.275 INFO STEP 25 (remove_files) COMPLETE
53902026-08-25T22:54:36.087Z[ recovery-image] Aug 25 22:54:35.275 INFO O| Aug 25 22:54:35.275 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-25T22:54:36.095Z[ recovery-image] Aug 25 22:54:35.287 INFO O| Aug 25 22:54:35.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53922026-08-25T22:54:36.095Z[ recovery-image] Aug 25 22:54:35.287 INFO O| Aug 25 22:54:35.287 INFO STEP 26 (remove_files) COMPLETE
53932026-08-25T22:54:36.095Z[ recovery-image] Aug 25 22:54:35.287 INFO O| Aug 25 22:54:35.287 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-25T22:54:36.105Z[ recovery-image] Aug 25 22:54:35.297 INFO O| Aug 25 22:54:35.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53952026-08-25T22:54:36.109Z[ recovery-image] Aug 25 22:54:35.298 INFO O| Aug 25 22:54:35.297 INFO STEP 27 (remove_files) COMPLETE
53962026-08-25T22:54:36.109Z[ recovery-image] Aug 25 22:54:35.298 INFO O| Aug 25 22:54:35.297 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-25T22:54:36.117Z[ recovery-image] Aug 25 22:54:35.309 INFO O| Aug 25 22:54:35.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53982026-08-25T22:54:36.117Z[ recovery-image] Aug 25 22:54:35.309 INFO O| Aug 25 22:54:35.309 INFO STEP 28 (remove_files) COMPLETE
53992026-08-25T22:54:36.121Z[ recovery-image] Aug 25 22:54:35.309 INFO O| Aug 25 22:54:35.309 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-25T22:54:36.127Z[ recovery-image] Aug 25 22:54:35.319 INFO O| Aug 25 22:54:35.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54012026-08-25T22:54:36.127Z[ recovery-image] Aug 25 22:54:35.319 INFO O| Aug 25 22:54:35.319 INFO STEP 29 (remove_files) COMPLETE
54022026-08-25T22:54:36.127Z[ recovery-image] Aug 25 22:54:35.319 INFO O| Aug 25 22:54:35.319 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-25T22:54:36.137Z[ recovery-image] Aug 25 22:54:35.329 INFO O| Aug 25 22:54:35.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54042026-08-25T22:54:36.142Z[ recovery-image] Aug 25 22:54:35.330 INFO O| Aug 25 22:54:35.330 INFO STEP 30 (remove_files) COMPLETE
54052026-08-25T22:54:36.142Z[ recovery-image] Aug 25 22:54:35.330 INFO O| Aug 25 22:54:35.330 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-25T22:54:36.148Z[ recovery-image] Aug 25 22:54:35.340 INFO O| Aug 25 22:54:35.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54072026-08-25T22:54:36.148Z[ recovery-image] Aug 25 22:54:35.340 INFO O| Aug 25 22:54:35.340 INFO STEP 31 (remove_files) COMPLETE
54082026-08-25T22:54:36.148Z[ recovery-image] Aug 25 22:54:35.340 INFO O| Aug 25 22:54:35.340 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-25T22:54:36.158Z[ recovery-image] Aug 25 22:54:35.350 INFO O| Aug 25 22:54:35.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54102026-08-25T22:54:36.162Z[ recovery-image] Aug 25 22:54:35.351 INFO O| Aug 25 22:54:35.350 INFO STEP 32 (remove_files) COMPLETE
54112026-08-25T22:54:36.162Z[ recovery-image] Aug 25 22:54:35.351 INFO O| Aug 25 22:54:35.351 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-25T22:54:36.168Z[ recovery-image] Aug 25 22:54:35.360 INFO O| Aug 25 22:54:35.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54132026-08-25T22:54:36.168Z[ recovery-image] Aug 25 22:54:35.360 INFO O| Aug 25 22:54:35.360 INFO STEP 33 (remove_files) COMPLETE
54142026-08-25T22:54:36.168Z[ recovery-image] Aug 25 22:54:35.360 INFO O| Aug 25 22:54:35.360 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-25T22:54:36.179Z[ recovery-image] Aug 25 22:54:35.370 INFO O| Aug 25 22:54:35.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54162026-08-25T22:54:36.179Z[ recovery-image] Aug 25 22:54:35.371 INFO O| Aug 25 22:54:35.370 INFO STEP 34 (remove_files) COMPLETE
54172026-08-25T22:54:36.179Z[ recovery-image] Aug 25 22:54:35.371 INFO O| Aug 25 22:54:35.371 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-25T22:54:36.189Z[ recovery-image] Aug 25 22:54:35.381 INFO O| Aug 25 22:54:35.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54192026-08-25T22:54:36.189Z[ recovery-image] Aug 25 22:54:35.381 INFO O| Aug 25 22:54:35.381 INFO STEP 35 (remove_files) COMPLETE
54202026-08-25T22:54:36.189Z[ recovery-image] Aug 25 22:54:35.381 INFO O| Aug 25 22:54:35.381 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-25T22:54:36.198Z[ recovery-image] Aug 25 22:54:35.389 INFO O| Aug 25 22:54:35.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54222026-08-25T22:54:36.198Z[ recovery-image] Aug 25 22:54:35.389 INFO O| Aug 25 22:54:35.389 INFO STEP 36 (remove_files) COMPLETE
54232026-08-25T22:54:36.198Z[ recovery-image] Aug 25 22:54:35.389 INFO O| Aug 25 22:54:35.389 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-25T22:54:36.206Z[ recovery-image] Aug 25 22:54:35.398 INFO O| Aug 25 22:54:35.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54252026-08-25T22:54:36.206Z[ recovery-image] Aug 25 22:54:35.398 INFO O| Aug 25 22:54:35.398 INFO STEP 37 (remove_files) COMPLETE
54262026-08-25T22:54:36.206Z[ recovery-image] Aug 25 22:54:35.398 INFO O| Aug 25 22:54:35.398 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-25T22:54:36.215Z[verify-libraries] Compiling md5 v0.8.0
54282026-08-25T22:54:36.215Z[ recovery-image] Aug 25 22:54:35.407 INFO O| Aug 25 22:54:35.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54292026-08-25T22:54:36.219Z[ recovery-image] Aug 25 22:54:35.407 INFO O| Aug 25 22:54:35.407 INFO STEP 38 (remove_files) COMPLETE
54302026-08-25T22:54:36.219Z[ recovery-image] Aug 25 22:54:35.407 INFO O| Aug 25 22:54:35.407 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-25T22:54:36.225Z[ recovery-image] Aug 25 22:54:35.417 INFO O| Aug 25 22:54:35.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54322026-08-25T22:54:36.229Z[ recovery-image] Aug 25 22:54:35.418 INFO O| Aug 25 22:54:35.418 INFO STEP 39 (remove_files) COMPLETE
54332026-08-25T22:54:36.229Z[ recovery-image] Aug 25 22:54:35.418 INFO O| Aug 25 22:54:35.418 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-25T22:54:36.234Z[ recovery-image] Aug 25 22:54:35.426 INFO O| Aug 25 22:54:35.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54352026-08-25T22:54:36.238Z[ recovery-image] Aug 25 22:54:35.428 INFO O| Aug 25 22:54:35.426 INFO STEP 40 (remove_files) COMPLETE
54362026-08-25T22:54:36.238Z[ recovery-image] Aug 25 22:54:35.428 INFO O| Aug 25 22:54:35.428 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-25T22:54:36.244Z[ recovery-image] Aug 25 22:54:35.436 INFO O| Aug 25 22:54:35.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54382026-08-25T22:54:36.244Z[ recovery-image] Aug 25 22:54:35.437 INFO O| Aug 25 22:54:35.437 INFO STEP 41 (remove_files) COMPLETE
54392026-08-25T22:54:36.244Z[ recovery-image] Aug 25 22:54:35.437 INFO O| Aug 25 22:54:35.437 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-25T22:54:36.254Z[ recovery-image] Aug 25 22:54:35.444 INFO O| Aug 25 22:54:35.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54412026-08-25T22:54:36.254Z[ recovery-image] Aug 25 22:54:35.445 INFO O| Aug 25 22:54:35.445 INFO STEP 42 (remove_files) COMPLETE
54422026-08-25T22:54:36.254Z[ recovery-image] Aug 25 22:54:35.445 INFO O| Aug 25 22:54:35.445 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-25T22:54:36.266Z[ recovery-image] Aug 25 22:54:35.453 INFO O| Aug 25 22:54:35.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54442026-08-25T22:54:36.266Z[ recovery-image] Aug 25 22:54:35.453 INFO O| Aug 25 22:54:35.453 INFO STEP 43 (remove_files) COMPLETE
54452026-08-25T22:54:36.266Z[ recovery-image] Aug 25 22:54:35.453 INFO O| Aug 25 22:54:35.453 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-25T22:54:36.270Z[ recovery-image] Aug 25 22:54:35.462 INFO O| Aug 25 22:54:35.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54472026-08-25T22:54:36.273Z[ recovery-image] Aug 25 22:54:35.463 INFO O| Aug 25 22:54:35.463 INFO STEP 44 (remove_files) COMPLETE
54482026-08-25T22:54:36.274Z[ recovery-image] Aug 25 22:54:35.463 INFO O| Aug 25 22:54:35.463 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-25T22:54:36.281Z[ recovery-image] Aug 25 22:54:35.473 INFO O| Aug 25 22:54:35.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54502026-08-25T22:54:36.281Z[ recovery-image] Aug 25 22:54:35.473 INFO O| Aug 25 22:54:35.473 INFO STEP 45 (remove_files) COMPLETE
54512026-08-25T22:54:36.281Z[ recovery-image] Aug 25 22:54:35.473 INFO O| Aug 25 22:54:35.473 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-25T22:54:36.289Z[ recovery-image] Aug 25 22:54:35.481 INFO O| Aug 25 22:54:35.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54532026-08-25T22:54:36.289Z[ recovery-image] Aug 25 22:54:35.481 INFO O| Aug 25 22:54:35.481 INFO STEP 46 (remove_files) COMPLETE
54542026-08-25T22:54:36.289Z[ recovery-image] Aug 25 22:54:35.481 INFO O| Aug 25 22:54:35.481 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-25T22:54:36.298Z[ recovery-image] Aug 25 22:54:35.490 INFO O| Aug 25 22:54:35.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54562026-08-25T22:54:36.298Z[ recovery-image] Aug 25 22:54:35.490 INFO O| Aug 25 22:54:35.490 INFO STEP 47 (remove_files) COMPLETE
54572026-08-25T22:54:36.298Z[ recovery-image] Aug 25 22:54:35.490 INFO O| Aug 25 22:54:35.490 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-25T22:54:36.305Z[verify-libraries] Compiling seq-macro v0.3.6
54592026-08-25T22:54:36.312Z[ recovery-image] Aug 25 22:54:35.504 INFO O| Aug 25 22:54:35.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54602026-08-25T22:54:36.312Z[ recovery-image] Aug 25 22:54:35.504 INFO O| Aug 25 22:54:35.504 INFO STEP 48 (remove_files) COMPLETE
54612026-08-25T22:54:36.312Z[ recovery-image] Aug 25 22:54:35.504 INFO O| Aug 25 22:54:35.504 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-25T22:54:36.324Z[ recovery-image] Aug 25 22:54:35.516 INFO O| Aug 25 22:54:35.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54632026-08-25T22:54:36.324Z[ recovery-image] Aug 25 22:54:35.516 INFO O| Aug 25 22:54:35.516 INFO STEP 49 (remove_files) COMPLETE
54642026-08-25T22:54:36.324Z[ recovery-image] Aug 25 22:54:35.516 INFO O| Aug 25 22:54:35.516 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-25T22:54:36.340Z[ recovery-image] Aug 25 22:54:35.526 INFO O| Aug 25 22:54:35.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54662026-08-25T22:54:36.340Z[ recovery-image] Aug 25 22:54:35.526 INFO O| Aug 25 22:54:35.526 INFO STEP 50 (remove_files) COMPLETE
54672026-08-25T22:54:36.340Z[ recovery-image] Aug 25 22:54:35.526 INFO O| Aug 25 22:54:35.526 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-25T22:54:36.344Z[ recovery-image] Aug 25 22:54:35.535 INFO O| Aug 25 22:54:35.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54692026-08-25T22:54:36.344Z[ recovery-image] Aug 25 22:54:35.535 INFO O| Aug 25 22:54:35.535 INFO STEP 51 (remove_files) COMPLETE
54702026-08-25T22:54:36.344Z[ recovery-image] Aug 25 22:54:35.535 INFO O| Aug 25 22:54:35.535 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-25T22:54:36.361Z[ recovery-image] Aug 25 22:54:35.553 INFO O| Aug 25 22:54:35.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54722026-08-25T22:54:36.361Z[ recovery-image] Aug 25 22:54:35.553 INFO O| Aug 25 22:54:35.553 INFO STEP 52 (remove_files) COMPLETE
54732026-08-25T22:54:36.366Z[ recovery-image] Aug 25 22:54:35.553 INFO O| Aug 25 22:54:35.553 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-25T22:54:36.390Z[verify-libraries] Compiling sync-ptr v0.1.4
54752026-08-25T22:54:36.390Z[ recovery-image] Aug 25 22:54:35.575 INFO O| Aug 25 22:54:35.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54762026-08-25T22:54:36.390Z[ recovery-image] Aug 25 22:54:35.575 INFO O| Aug 25 22:54:35.575 INFO STEP 53 (remove_files) COMPLETE
54772026-08-25T22:54:36.390Z[ recovery-image] Aug 25 22:54:35.575 INFO O| Aug 25 22:54:35.575 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-25T22:54:36.394Z[ recovery-image] Aug 25 22:54:35.585 INFO O| Aug 25 22:54:35.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54792026-08-25T22:54:36.395Z[ recovery-image] Aug 25 22:54:35.585 INFO O| Aug 25 22:54:35.585 INFO STEP 54 (remove_files) COMPLETE
54802026-08-25T22:54:36.395Z[ recovery-image] Aug 25 22:54:35.585 INFO O| Aug 25 22:54:35.585 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-25T22:54:36.403Z[ recovery-image] Aug 25 22:54:35.595 INFO O| Aug 25 22:54:35.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54822026-08-25T22:54:36.403Z[ recovery-image] Aug 25 22:54:35.595 INFO O| Aug 25 22:54:35.595 INFO STEP 55 (remove_files) COMPLETE
54832026-08-25T22:54:36.403Z[ recovery-image] Aug 25 22:54:35.595 INFO O| Aug 25 22:54:35.595 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-25T22:54:36.412Z[ recovery-image] Aug 25 22:54:35.604 INFO O| Aug 25 22:54:35.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54852026-08-25T22:54:36.412Z[ recovery-image] Aug 25 22:54:35.604 INFO O| Aug 25 22:54:35.604 INFO STEP 56 (remove_files) COMPLETE
54862026-08-25T22:54:36.412Z[ recovery-image] Aug 25 22:54:35.604 INFO O| Aug 25 22:54:35.604 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-25T22:54:36.421Z[ recovery-image] Aug 25 22:54:35.613 INFO O| Aug 25 22:54:35.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54882026-08-25T22:54:36.421Z[ recovery-image] Aug 25 22:54:35.613 INFO O| Aug 25 22:54:35.613 INFO STEP 57 (remove_files) COMPLETE
54892026-08-25T22:54:36.421Z[ recovery-image] Aug 25 22:54:35.613 INFO O| Aug 25 22:54:35.613 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-25T22:54:36.431Z[ recovery-image] Aug 25 22:54:35.622 INFO O| Aug 25 22:54:35.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54912026-08-25T22:54:36.436Z[ recovery-image] Aug 25 22:54:35.628 INFO O| Aug 25 22:54:35.628 INFO STEP 58 (remove_files) COMPLETE
54922026-08-25T22:54:36.436Z[ recovery-image] Aug 25 22:54:35.628 INFO O| Aug 25 22:54:35.628 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-25T22:54:36.446Z[ recovery-image] Aug 25 22:54:35.638 INFO O| Aug 25 22:54:35.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54942026-08-25T22:54:36.446Z[ recovery-image] Aug 25 22:54:35.638 INFO O| Aug 25 22:54:35.638 INFO STEP 59 (remove_files) COMPLETE
54952026-08-25T22:54:36.446Z[ recovery-image] Aug 25 22:54:35.638 INFO O| Aug 25 22:54:35.638 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-25T22:54:36.474Z[ recovery-image] Aug 25 22:54:35.665 INFO O| Aug 25 22:54:35.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54972026-08-25T22:54:36.480Z[ recovery-image] Aug 25 22:54:35.672 INFO O| Aug 25 22:54:35.672 INFO STEP 60 (remove_files) COMPLETE
54982026-08-25T22:54:36.480Z[ recovery-image] Aug 25 22:54:35.672 INFO O| Aug 25 22:54:35.672 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-25T22:54:36.489Z[ recovery-image] Aug 25 22:54:35.681 INFO O| Aug 25 22:54:35.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55002026-08-25T22:54:36.489Z[ recovery-image] Aug 25 22:54:35.682 INFO O| Aug 25 22:54:35.682 INFO STEP 61 (remove_files) COMPLETE
55012026-08-25T22:54:36.490Z[ recovery-image] Aug 25 22:54:35.682 INFO O| Aug 25 22:54:35.682 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-25T22:54:36.501Z[ recovery-image] Aug 25 22:54:35.690 INFO O| Aug 25 22:54:35.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55032026-08-25T22:54:36.501Z[ recovery-image] Aug 25 22:54:35.690 INFO O| Aug 25 22:54:35.690 INFO STEP 62 (remove_files) COMPLETE
55042026-08-25T22:54:36.501Z[ recovery-image] Aug 25 22:54:35.690 INFO O| Aug 25 22:54:35.690 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-25T22:54:36.509Z[ recovery-image] Aug 25 22:54:35.700 INFO O| Aug 25 22:54:35.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55062026-08-25T22:54:36.510Z[ recovery-image] Aug 25 22:54:35.700 INFO O| Aug 25 22:54:35.700 INFO STEP 63 (remove_files) COMPLETE
55072026-08-25T22:54:36.514Z[ recovery-image] Aug 25 22:54:35.700 INFO O| Aug 25 22:54:35.700 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-25T22:54:36.531Z[ recovery-image] Aug 25 22:54:35.710 INFO O| Aug 25 22:54:35.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55092026-08-25T22:54:36.531Z[ recovery-image] Aug 25 22:54:35.711 INFO O| Aug 25 22:54:35.711 INFO STEP 64 (remove_files) COMPLETE
55102026-08-25T22:54:36.531Z[ recovery-image] Aug 25 22:54:35.711 INFO O| Aug 25 22:54:35.711 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-25T22:54:36.536Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
55122026-08-25T22:54:36.536Z[ recovery-image] Aug 25 22:54:35.720 INFO O| Aug 25 22:54:35.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55132026-08-25T22:54:36.536Z[ recovery-image] Aug 25 22:54:35.720 INFO O| Aug 25 22:54:35.720 INFO STEP 65 (remove_files) COMPLETE
55142026-08-25T22:54:36.536Z[ recovery-image] Aug 25 22:54:35.720 INFO O| Aug 25 22:54:35.720 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-25T22:54:36.541Z[ recovery-image] Aug 25 22:54:35.732 INFO O| Aug 25 22:54:35.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55162026-08-25T22:54:36.541Z[ recovery-image] Aug 25 22:54:35.732 INFO O| Aug 25 22:54:35.732 INFO STEP 66 (remove_files) COMPLETE
55172026-08-25T22:54:36.545Z[ recovery-image] Aug 25 22:54:35.732 INFO O| Aug 25 22:54:35.732 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-25T22:54:36.551Z[ recovery-image] Aug 25 22:54:35.742 INFO O| Aug 25 22:54:35.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55192026-08-25T22:54:36.552Z[ recovery-image] Aug 25 22:54:35.742 INFO O| Aug 25 22:54:35.742 INFO STEP 67 (remove_files) COMPLETE
55202026-08-25T22:54:36.552Z[ recovery-image] Aug 25 22:54:35.742 INFO O| Aug 25 22:54:35.742 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-25T22:54:36.560Z[ recovery-image] Aug 25 22:54:35.752 INFO O| Aug 25 22:54:35.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55222026-08-25T22:54:36.560Z[ recovery-image] Aug 25 22:54:35.752 INFO O| Aug 25 22:54:35.752 INFO STEP 68 (remove_files) COMPLETE
55232026-08-25T22:54:36.560Z[ recovery-image] Aug 25 22:54:35.752 INFO O| Aug 25 22:54:35.752 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-25T22:54:36.579Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
55252026-08-25T22:54:36.584Z[ recovery-image] Aug 25 22:54:35.775 INFO O| Aug 25 22:54:35.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55262026-08-25T22:54:36.584Z[ recovery-image] Aug 25 22:54:35.775 INFO O| Aug 25 22:54:35.775 INFO STEP 69 (remove_files) COMPLETE
55272026-08-25T22:54:36.584Z[ recovery-image] Aug 25 22:54:35.775 INFO O| Aug 25 22:54:35.775 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-25T22:54:36.594Z[ recovery-image] Aug 25 22:54:35.786 INFO O| Aug 25 22:54:35.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55292026-08-25T22:54:36.594Z[ recovery-image] Aug 25 22:54:35.786 INFO O| Aug 25 22:54:35.786 INFO STEP 70 (remove_files) COMPLETE
55302026-08-25T22:54:36.597Z[ recovery-image] Aug 25 22:54:35.786 INFO O| Aug 25 22:54:35.786 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-25T22:54:36.603Z[ recovery-image] Aug 25 22:54:35.795 INFO O| Aug 25 22:54:35.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55322026-08-25T22:54:36.603Z[ recovery-image] Aug 25 22:54:35.796 INFO O| Aug 25 22:54:35.795 INFO STEP 71 (remove_files) COMPLETE
55332026-08-25T22:54:36.607Z[ recovery-image] Aug 25 22:54:35.796 INFO O| Aug 25 22:54:35.796 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-25T22:54:36.611Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
55352026-08-25T22:54:36.616Z[ recovery-image] Aug 25 22:54:35.805 INFO O| Aug 25 22:54:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55362026-08-25T22:54:36.616Z[ recovery-image] Aug 25 22:54:35.805 INFO O| Aug 25 22:54:35.805 INFO STEP 72 (remove_files) COMPLETE
55372026-08-25T22:54:36.616Z[ recovery-image] Aug 25 22:54:35.805 INFO O| Aug 25 22:54:35.805 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-25T22:54:36.622Z[ recovery-image] Aug 25 22:54:35.814 INFO O| Aug 25 22:54:35.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55392026-08-25T22:54:36.622Z[ recovery-image] Aug 25 22:54:35.814 INFO O| Aug 25 22:54:35.814 INFO STEP 73 (remove_files) COMPLETE
55402026-08-25T22:54:36.626Z[ recovery-image] Aug 25 22:54:35.814 INFO O| Aug 25 22:54:35.814 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-25T22:54:36.640Z[ recovery-image] Aug 25 22:54:35.832 INFO O| Aug 25 22:54:35.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55422026-08-25T22:54:36.640Z[ recovery-image] Aug 25 22:54:35.832 INFO O| Aug 25 22:54:35.832 INFO STEP 74 (remove_files) COMPLETE
55432026-08-25T22:54:36.640Z[ recovery-image] Aug 25 22:54:35.832 INFO O| Aug 25 22:54:35.832 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-25T22:54:36.650Z[ recovery-image] Aug 25 22:54:35.842 INFO O| Aug 25 22:54:35.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55452026-08-25T22:54:36.650Z[ recovery-image] Aug 25 22:54:35.842 INFO O| Aug 25 22:54:35.842 INFO STEP 75 (remove_files) COMPLETE
55462026-08-25T22:54:36.653Z[ recovery-image] Aug 25 22:54:35.842 INFO O| Aug 25 22:54:35.842 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-25T22:54:36.659Z[ recovery-image] Aug 25 22:54:35.851 INFO O| Aug 25 22:54:35.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55482026-08-25T22:54:36.659Z[ recovery-image] Aug 25 22:54:35.851 INFO O| Aug 25 22:54:35.851 INFO STEP 76 (remove_files) COMPLETE
55492026-08-25T22:54:36.659Z[ recovery-image] Aug 25 22:54:35.851 INFO O| Aug 25 22:54:35.851 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-25T22:54:36.676Z[ recovery-image] Aug 25 22:54:35.868 INFO O| Aug 25 22:54:35.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55512026-08-25T22:54:36.676Z[ recovery-image] Aug 25 22:54:35.868 INFO O| Aug 25 22:54:35.868 INFO STEP 77 (remove_files) COMPLETE
55522026-08-25T22:54:36.681Z[ recovery-image] Aug 25 22:54:35.868 INFO O| Aug 25 22:54:35.868 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-25T22:54:36.720Z[ recovery-image] Aug 25 22:54:35.908 INFO O| Aug 25 22:54:35.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55542026-08-25T22:54:36.721Z[ recovery-image] Aug 25 22:54:35.908 INFO O| Aug 25 22:54:35.908 INFO STEP 78 (remove_files) COMPLETE
55552026-08-25T22:54:36.721Z[ recovery-image] Aug 25 22:54:35.908 INFO O| Aug 25 22:54:35.908 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-25T22:54:36.726Z[ recovery-image] Aug 25 22:54:35.916 INFO O| Aug 25 22:54:35.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55572026-08-25T22:54:36.726Z[ recovery-image] Aug 25 22:54:35.916 INFO O| Aug 25 22:54:35.916 INFO STEP 79 (remove_files) COMPLETE
55582026-08-25T22:54:36.726Z[ recovery-image] Aug 25 22:54:35.916 INFO O| Aug 25 22:54:35.916 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-25T22:54:36.732Z[ recovery-image] Aug 25 22:54:35.924 INFO O| Aug 25 22:54:35.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55602026-08-25T22:54:36.732Z[ recovery-image] Aug 25 22:54:35.924 INFO O| Aug 25 22:54:35.924 INFO STEP 80 (remove_files) COMPLETE
55612026-08-25T22:54:36.736Z[ recovery-image] Aug 25 22:54:35.924 INFO O| Aug 25 22:54:35.924 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-25T22:54:36.744Z[ recovery-image] Aug 25 22:54:35.935 INFO O| Aug 25 22:54:35.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55632026-08-25T22:54:36.744Z[ recovery-image] Aug 25 22:54:35.935 INFO O| Aug 25 22:54:35.935 INFO STEP 81 (remove_files) COMPLETE
55642026-08-25T22:54:36.744Z[ recovery-image] Aug 25 22:54:35.935 INFO O| Aug 25 22:54:35.935 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-25T22:54:36.754Z[ recovery-image] Aug 25 22:54:35.946 INFO O| Aug 25 22:54:35.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55662026-08-25T22:54:36.754Z[ recovery-image] Aug 25 22:54:35.946 INFO O| Aug 25 22:54:35.946 INFO STEP 82 (remove_files) COMPLETE
55672026-08-25T22:54:36.754Z[ recovery-image] Aug 25 22:54:35.946 INFO O| Aug 25 22:54:35.946 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-25T22:54:36.764Z[ recovery-image] Aug 25 22:54:35.956 INFO O| Aug 25 22:54:35.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55692026-08-25T22:54:36.764Z[ recovery-image] Aug 25 22:54:35.956 INFO O| Aug 25 22:54:35.956 INFO STEP 83 (remove_files) COMPLETE
55702026-08-25T22:54:36.764Z[ recovery-image] Aug 25 22:54:35.956 INFO O| Aug 25 22:54:35.956 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-25T22:54:36.773Z[ recovery-image] Aug 25 22:54:35.965 INFO O| Aug 25 22:54:35.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55722026-08-25T22:54:36.773Z[ recovery-image] Aug 25 22:54:35.966 INFO O| Aug 25 22:54:35.966 INFO STEP 84 (remove_files) COMPLETE
55732026-08-25T22:54:36.773Z[ recovery-image] Aug 25 22:54:35.966 INFO O| Aug 25 22:54:35.966 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-25T22:54:36.784Z[ recovery-image] Aug 25 22:54:35.976 INFO O| Aug 25 22:54:35.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55752026-08-25T22:54:36.784Z[ recovery-image] Aug 25 22:54:35.976 INFO O| Aug 25 22:54:35.976 INFO STEP 85 (remove_files) COMPLETE
55762026-08-25T22:54:36.784Z[ recovery-image] Aug 25 22:54:35.976 INFO O| Aug 25 22:54:35.976 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-25T22:54:36.793Z[ recovery-image] Aug 25 22:54:35.985 INFO O| Aug 25 22:54:35.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55782026-08-25T22:54:36.793Z[ recovery-image] Aug 25 22:54:35.985 INFO O| Aug 25 22:54:35.985 INFO STEP 86 (remove_files) COMPLETE
55792026-08-25T22:54:36.797Z[ recovery-image] Aug 25 22:54:35.985 INFO O| Aug 25 22:54:35.985 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-25T22:54:36.802Z[ recovery-image] Aug 25 22:54:35.994 INFO O| Aug 25 22:54:35.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55812026-08-25T22:54:36.802Z[ recovery-image] Aug 25 22:54:35.994 INFO O| Aug 25 22:54:35.994 INFO STEP 87 (remove_files) COMPLETE
55822026-08-25T22:54:36.802Z[ recovery-image] Aug 25 22:54:35.994 INFO O| Aug 25 22:54:35.994 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-25T22:54:36.811Z[ recovery-image] Aug 25 22:54:36.003 INFO O| Aug 25 22:54:36.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55842026-08-25T22:54:36.811Z[ recovery-image] Aug 25 22:54:36.003 INFO O| Aug 25 22:54:36.003 INFO STEP 88 (remove_files) COMPLETE
55852026-08-25T22:54:36.811Z[ recovery-image] Aug 25 22:54:36.003 INFO O| Aug 25 22:54:36.003 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-25T22:54:36.820Z[ recovery-image] Aug 25 22:54:36.012 INFO O| Aug 25 22:54:36.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55872026-08-25T22:54:36.820Z[ recovery-image] Aug 25 22:54:36.012 INFO O| Aug 25 22:54:36.012 INFO STEP 89 (remove_files) COMPLETE
55882026-08-25T22:54:36.824Z[ recovery-image] Aug 25 22:54:36.012 INFO O| Aug 25 22:54:36.012 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-25T22:54:36.830Z[ recovery-image] Aug 25 22:54:36.022 INFO O| Aug 25 22:54:36.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55902026-08-25T22:54:36.830Z[ recovery-image] Aug 25 22:54:36.022 INFO O| Aug 25 22:54:36.022 INFO STEP 90 (remove_files) COMPLETE
55912026-08-25T22:54:36.830Z[ recovery-image] Aug 25 22:54:36.022 INFO O| Aug 25 22:54:36.022 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-25T22:54:36.841Z[ recovery-image] Aug 25 22:54:36.033 INFO O| Aug 25 22:54:36.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55932026-08-25T22:54:36.841Z[ recovery-image] Aug 25 22:54:36.033 INFO O| Aug 25 22:54:36.033 INFO STEP 91 (remove_files) COMPLETE
55942026-08-25T22:54:36.841Z[ recovery-image] Aug 25 22:54:36.033 INFO O| Aug 25 22:54:36.033 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-25T22:54:36.857Z[ recovery-image] Aug 25 22:54:36.049 INFO O| Aug 25 22:54:36.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55962026-08-25T22:54:36.857Z[ recovery-image] Aug 25 22:54:36.049 INFO O| Aug 25 22:54:36.049 INFO STEP 92 (remove_files) COMPLETE
55972026-08-25T22:54:36.863Z[ recovery-image] Aug 25 22:54:36.049 INFO O| Aug 25 22:54:36.049 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-25T22:54:36.868Z[ recovery-image] Aug 25 22:54:36.058 INFO O| Aug 25 22:54:36.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55992026-08-25T22:54:36.868Z[ recovery-image] Aug 25 22:54:36.058 INFO O| Aug 25 22:54:36.058 INFO STEP 93 (remove_files) COMPLETE
56002026-08-25T22:54:36.868Z[ recovery-image] Aug 25 22:54:36.058 INFO O| Aug 25 22:54:36.058 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-25T22:54:36.876Z[ recovery-image] Aug 25 22:54:36.068 INFO O| Aug 25 22:54:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56022026-08-25T22:54:36.876Z[ recovery-image] Aug 25 22:54:36.068 INFO O| Aug 25 22:54:36.068 INFO STEP 94 (remove_files) COMPLETE
56032026-08-25T22:54:36.876Z[ recovery-image] Aug 25 22:54:36.068 INFO O| Aug 25 22:54:36.068 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-25T22:54:36.885Z[verify-libraries] Compiling russh v0.62.4
56052026-08-25T22:54:36.889Z[ recovery-image] Aug 25 22:54:36.078 INFO O| Aug 25 22:54:36.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56062026-08-25T22:54:36.889Z[ recovery-image] Aug 25 22:54:36.078 INFO O| Aug 25 22:54:36.078 INFO STEP 95 (remove_files) COMPLETE
56072026-08-25T22:54:36.889Z[ recovery-image] Aug 25 22:54:36.078 INFO O| Aug 25 22:54:36.078 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-25T22:54:36.895Z[ recovery-image] Aug 25 22:54:36.088 INFO O| Aug 25 22:54:36.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56092026-08-25T22:54:36.899Z[ recovery-image] Aug 25 22:54:36.088 INFO O| Aug 25 22:54:36.088 INFO STEP 96 (remove_files) COMPLETE
56102026-08-25T22:54:36.899Z[ recovery-image] Aug 25 22:54:36.088 INFO O| Aug 25 22:54:36.088 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-25T22:54:36.904Z[ recovery-image] Aug 25 22:54:36.097 INFO O| Aug 25 22:54:36.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56122026-08-25T22:54:36.908Z[ recovery-image] Aug 25 22:54:36.097 INFO O| Aug 25 22:54:36.097 INFO STEP 97 (remove_files) COMPLETE
56132026-08-25T22:54:36.908Z[ recovery-image] Aug 25 22:54:36.097 INFO O| Aug 25 22:54:36.097 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-25T22:54:36.913Z[ recovery-image] Aug 25 22:54:36.106 INFO O| Aug 25 22:54:36.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56152026-08-25T22:54:36.913Z[ recovery-image] Aug 25 22:54:36.106 INFO O| Aug 25 22:54:36.106 INFO STEP 98 (remove_files) COMPLETE
56162026-08-25T22:54:36.913Z[ recovery-image] Aug 25 22:54:36.106 INFO O| Aug 25 22:54:36.106 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-25T22:54:36.922Z[ recovery-image] Aug 25 22:54:36.115 INFO O| Aug 25 22:54:36.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56182026-08-25T22:54:36.922Z[ recovery-image] Aug 25 22:54:36.115 INFO O| Aug 25 22:54:36.115 INFO STEP 99 (remove_files) COMPLETE
56192026-08-25T22:54:36.923Z[ recovery-image] Aug 25 22:54:36.115 INFO O| Aug 25 22:54:36.115 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-25T22:54:36.934Z[ recovery-image] Aug 25 22:54:36.127 INFO O| Aug 25 22:54:36.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56212026-08-25T22:54:36.938Z[ recovery-image] Aug 25 22:54:36.128 INFO O| Aug 25 22:54:36.128 INFO STEP 100 (remove_files) COMPLETE
56222026-08-25T22:54:36.938Z[ recovery-image] Aug 25 22:54:36.128 INFO O| Aug 25 22:54:36.128 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-25T22:54:36.945Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
56242026-08-25T22:54:36.948Z[ recovery-image] Aug 25 22:54:36.138 INFO O| Aug 25 22:54:36.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56252026-08-25T22:54:36.948Z[ recovery-image] Aug 25 22:54:36.139 INFO O| Aug 25 22:54:36.138 INFO STEP 101 (remove_files) COMPLETE
56262026-08-25T22:54:36.949Z[ recovery-image] Aug 25 22:54:36.139 INFO O| Aug 25 22:54:36.139 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-25T22:54:36.955Z[ recovery-image] Aug 25 22:54:36.147 INFO O| Aug 25 22:54:36.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56282026-08-25T22:54:36.955Z[ recovery-image] Aug 25 22:54:36.147 INFO O| Aug 25 22:54:36.147 INFO STEP 102 (remove_files) COMPLETE
56292026-08-25T22:54:36.955Z[ recovery-image] Aug 25 22:54:36.147 INFO O| Aug 25 22:54:36.147 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-25T22:54:36.963Z[ recovery-image] Aug 25 22:54:36.155 INFO O| Aug 25 22:54:36.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56312026-08-25T22:54:36.963Z[ recovery-image] Aug 25 22:54:36.155 INFO O| Aug 25 22:54:36.155 INFO STEP 103 (remove_files) COMPLETE
56322026-08-25T22:54:36.967Z[ recovery-image] Aug 25 22:54:36.155 INFO O| Aug 25 22:54:36.155 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-25T22:54:36.973Z[ recovery-image] Aug 25 22:54:36.165 INFO O| Aug 25 22:54:36.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56342026-08-25T22:54:36.973Z[ recovery-image] Aug 25 22:54:36.165 INFO O| Aug 25 22:54:36.165 INFO STEP 104 (remove_files) COMPLETE
56352026-08-25T22:54:36.973Z[ recovery-image] Aug 25 22:54:36.165 INFO O| Aug 25 22:54:36.165 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-25T22:54:36.980Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
56372026-08-25T22:54:36.983Z[ recovery-image] Aug 25 22:54:36.175 INFO O| Aug 25 22:54:36.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56382026-08-25T22:54:36.983Z[ recovery-image] Aug 25 22:54:36.175 INFO O| Aug 25 22:54:36.175 INFO STEP 105 (remove_files) COMPLETE
56392026-08-25T22:54:36.984Z[ recovery-image] Aug 25 22:54:36.175 INFO O| Aug 25 22:54:36.175 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-25T22:54:36.992Z[ recovery-image] Aug 25 22:54:36.185 INFO O| Aug 25 22:54:36.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56412026-08-25T22:54:36.993Z[ recovery-image] Aug 25 22:54:36.185 INFO O| Aug 25 22:54:36.185 INFO STEP 106 (remove_files) COMPLETE
56422026-08-25T22:54:36.996Z[ recovery-image] Aug 25 22:54:36.185 INFO O| Aug 25 22:54:36.185 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-25T22:54:37.003Z[ recovery-image] Aug 25 22:54:36.193 INFO O| Aug 25 22:54:36.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56442026-08-25T22:54:37.008Z[ recovery-image] Aug 25 22:54:36.194 INFO O| Aug 25 22:54:36.194 INFO STEP 107 (remove_files) COMPLETE
56452026-08-25T22:54:37.008Z[ recovery-image] Aug 25 22:54:36.194 INFO O| Aug 25 22:54:36.194 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-25T22:54:37.014Z[ recovery-image] Aug 25 22:54:36.202 INFO O| Aug 25 22:54:36.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56472026-08-25T22:54:37.014Z[ recovery-image] Aug 25 22:54:36.202 INFO O| Aug 25 22:54:36.202 INFO STEP 108 (remove_files) COMPLETE
56482026-08-25T22:54:37.014Z[ recovery-image] Aug 25 22:54:36.202 INFO O| Aug 25 22:54:36.202 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-25T22:54:37.021Z[ recovery-image] Aug 25 22:54:36.213 INFO O| Aug 25 22:54:36.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56502026-08-25T22:54:37.021Z[ recovery-image] Aug 25 22:54:36.213 INFO O| Aug 25 22:54:36.213 INFO STEP 109 (remove_files) COMPLETE
56512026-08-25T22:54:37.021Z[ recovery-image] Aug 25 22:54:36.213 INFO O| Aug 25 22:54:36.213 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-25T22:54:37.031Z[ recovery-image] Aug 25 22:54:36.223 INFO O| Aug 25 22:54:36.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56532026-08-25T22:54:37.031Z[ recovery-image] Aug 25 22:54:36.223 INFO O| Aug 25 22:54:36.223 INFO STEP 110 (remove_files) COMPLETE
56542026-08-25T22:54:37.034Z[ recovery-image] Aug 25 22:54:36.223 INFO O| Aug 25 22:54:36.223 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-25T22:54:37.041Z[ recovery-image] Aug 25 22:54:36.232 INFO O| Aug 25 22:54:36.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56562026-08-25T22:54:37.041Z[ recovery-image] Aug 25 22:54:36.232 INFO O| Aug 25 22:54:36.232 INFO STEP 111 (remove_files) COMPLETE
56572026-08-25T22:54:37.044Z[ recovery-image] Aug 25 22:54:36.232 INFO O| Aug 25 22:54:36.232 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-25T22:54:37.050Z[ recovery-image] Aug 25 22:54:36.243 INFO O| Aug 25 22:54:36.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56592026-08-25T22:54:37.050Z[ recovery-image] Aug 25 22:54:36.243 INFO O| Aug 25 22:54:36.243 INFO STEP 112 (remove_files) COMPLETE
56602026-08-25T22:54:37.050Z[ recovery-image] Aug 25 22:54:36.243 INFO O| Aug 25 22:54:36.243 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-25T22:54:37.060Z[ recovery-image] Aug 25 22:54:36.252 INFO O| Aug 25 22:54:36.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56622026-08-25T22:54:37.060Z[ recovery-image] Aug 25 22:54:36.252 INFO O| Aug 25 22:54:36.252 INFO STEP 113 (remove_files) COMPLETE
56632026-08-25T22:54:37.060Z[ recovery-image] Aug 25 22:54:36.252 INFO O| Aug 25 22:54:36.252 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-25T22:54:37.069Z[ recovery-image] Aug 25 22:54:36.261 INFO O| Aug 25 22:54:36.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56652026-08-25T22:54:37.069Z[ recovery-image] Aug 25 22:54:36.261 INFO O| Aug 25 22:54:36.261 INFO STEP 114 (remove_files) COMPLETE
56662026-08-25T22:54:37.069Z[ recovery-image] Aug 25 22:54:36.261 INFO O| Aug 25 22:54:36.261 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-25T22:54:37.078Z[ recovery-image] Aug 25 22:54:36.270 INFO O| Aug 25 22:54:36.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56682026-08-25T22:54:37.078Z[ recovery-image] Aug 25 22:54:36.270 INFO O| Aug 25 22:54:36.270 INFO STEP 115 (remove_files) COMPLETE
56692026-08-25T22:54:37.078Z[ recovery-image] Aug 25 22:54:36.270 INFO O| Aug 25 22:54:36.270 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-25T22:54:37.086Z[ recovery-image] Aug 25 22:54:36.279 INFO O| Aug 25 22:54:36.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56712026-08-25T22:54:37.090Z[ recovery-image] Aug 25 22:54:36.279 INFO O| Aug 25 22:54:36.279 INFO STEP 116 (remove_files) COMPLETE
56722026-08-25T22:54:37.090Z[ recovery-image] Aug 25 22:54:36.279 INFO O| Aug 25 22:54:36.279 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-25T22:54:37.094Z[ recovery-image] Aug 25 22:54:36.287 INFO O| Aug 25 22:54:36.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56742026-08-25T22:54:37.094Z[ recovery-image] Aug 25 22:54:36.287 INFO O| Aug 25 22:54:36.287 INFO STEP 117 (remove_files) COMPLETE
56752026-08-25T22:54:37.098Z[ recovery-image] Aug 25 22:54:36.287 INFO O| Aug 25 22:54:36.287 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-25T22:54:37.102Z[ recovery-image] Aug 25 22:54:36.294 INFO O| Aug 25 22:54:36.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56772026-08-25T22:54:37.102Z[ recovery-image] Aug 25 22:54:36.294 INFO O| Aug 25 22:54:36.294 INFO STEP 118 (remove_files) COMPLETE
56782026-08-25T22:54:37.105Z[ recovery-image] Aug 25 22:54:36.294 INFO O| Aug 25 22:54:36.294 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-25T22:54:37.110Z[ recovery-image] Aug 25 22:54:36.302 INFO O| Aug 25 22:54:36.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56802026-08-25T22:54:37.110Z[ recovery-image] Aug 25 22:54:36.302 INFO O| Aug 25 22:54:36.302 INFO STEP 119 (remove_files) COMPLETE
56812026-08-25T22:54:37.113Z[ recovery-image] Aug 25 22:54:36.302 INFO O| Aug 25 22:54:36.302 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-25T22:54:37.118Z[ recovery-image] Aug 25 22:54:36.311 INFO O| Aug 25 22:54:36.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56832026-08-25T22:54:37.118Z[ recovery-image] Aug 25 22:54:36.311 INFO O| Aug 25 22:54:36.311 INFO STEP 120 (remove_files) COMPLETE
56842026-08-25T22:54:37.122Z[ recovery-image] Aug 25 22:54:36.311 INFO O| Aug 25 22:54:36.311 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-25T22:54:37.126Z[ recovery-image] Aug 25 22:54:36.319 INFO O| Aug 25 22:54:36.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56862026-08-25T22:54:37.126Z[ recovery-image] Aug 25 22:54:36.319 INFO O| Aug 25 22:54:36.319 INFO STEP 121 (remove_files) COMPLETE
56872026-08-25T22:54:37.130Z[ recovery-image] Aug 25 22:54:36.319 INFO O| Aug 25 22:54:36.319 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-25T22:54:37.135Z[ recovery-image] Aug 25 22:54:36.327 INFO O| Aug 25 22:54:36.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56892026-08-25T22:54:37.135Z[ recovery-image] Aug 25 22:54:36.327 INFO O| Aug 25 22:54:36.327 INFO STEP 122 (remove_files) COMPLETE
56902026-08-25T22:54:37.135Z[ recovery-image] Aug 25 22:54:36.327 INFO O| Aug 25 22:54:36.327 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-25T22:54:37.143Z[ recovery-image] Aug 25 22:54:36.336 INFO O| Aug 25 22:54:36.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56922026-08-25T22:54:37.143Z[ recovery-image] Aug 25 22:54:36.336 INFO O| Aug 25 22:54:36.336 INFO STEP 123 (remove_files) COMPLETE
56932026-08-25T22:54:37.143Z[ recovery-image] Aug 25 22:54:36.336 INFO O| Aug 25 22:54:36.336 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-25T22:54:37.152Z[ recovery-image] Aug 25 22:54:36.345 INFO O| Aug 25 22:54:36.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56952026-08-25T22:54:37.152Z[ recovery-image] Aug 25 22:54:36.345 INFO O| Aug 25 22:54:36.345 INFO STEP 124 (remove_files) COMPLETE
56962026-08-25T22:54:37.156Z[ recovery-image] Aug 25 22:54:36.345 INFO O| Aug 25 22:54:36.345 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-25T22:54:37.164Z[ recovery-image] Aug 25 22:54:36.356 INFO O| Aug 25 22:54:36.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56982026-08-25T22:54:37.164Z[ recovery-image] Aug 25 22:54:36.356 INFO O| Aug 25 22:54:36.356 INFO STEP 125 (remove_files) COMPLETE
56992026-08-25T22:54:37.167Z[ recovery-image] Aug 25 22:54:36.356 INFO O| Aug 25 22:54:36.356 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-25T22:54:37.175Z[ recovery-image] Aug 25 22:54:36.367 INFO O| Aug 25 22:54:36.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57012026-08-25T22:54:37.175Z[ recovery-image] Aug 25 22:54:36.367 INFO O| Aug 25 22:54:36.367 INFO STEP 126 (remove_files) COMPLETE
57022026-08-25T22:54:37.175Z[ recovery-image] Aug 25 22:54:36.367 INFO O| Aug 25 22:54:36.367 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-25T22:54:37.185Z[ recovery-image] Aug 25 22:54:36.377 INFO O| Aug 25 22:54:36.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57042026-08-25T22:54:37.185Z[ recovery-image] Aug 25 22:54:36.377 INFO O| Aug 25 22:54:36.377 INFO STEP 127 (remove_files) COMPLETE
57052026-08-25T22:54:37.185Z[ recovery-image] Aug 25 22:54:36.377 INFO O| Aug 25 22:54:36.377 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-25T22:54:37.195Z[ recovery-image] Aug 25 22:54:36.387 INFO O| Aug 25 22:54:36.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57072026-08-25T22:54:37.195Z[ recovery-image] Aug 25 22:54:36.387 INFO O| Aug 25 22:54:36.387 INFO STEP 128 (remove_files) COMPLETE
57082026-08-25T22:54:37.198Z[ recovery-image] Aug 25 22:54:36.387 INFO O| Aug 25 22:54:36.387 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-25T22:54:37.205Z[ recovery-image] Aug 25 22:54:36.397 INFO O| Aug 25 22:54:36.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57102026-08-25T22:54:37.205Z[ recovery-image] Aug 25 22:54:36.397 INFO O| Aug 25 22:54:36.397 INFO STEP 129 (remove_files) COMPLETE
57112026-08-25T22:54:37.208Z[ recovery-image] Aug 25 22:54:36.397 INFO O| Aug 25 22:54:36.397 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-25T22:54:37.214Z[ recovery-image] Aug 25 22:54:36.406 INFO O| Aug 25 22:54:36.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57132026-08-25T22:54:37.214Z[ recovery-image] Aug 25 22:54:36.406 INFO O| Aug 25 22:54:36.406 INFO STEP 130 (remove_files) COMPLETE
57142026-08-25T22:54:37.217Z[ recovery-image] Aug 25 22:54:36.406 INFO O| Aug 25 22:54:36.406 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-25T22:54:37.223Z[ recovery-image] Aug 25 22:54:36.415 INFO O| Aug 25 22:54:36.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57162026-08-25T22:54:37.223Z[ recovery-image] Aug 25 22:54:36.415 INFO O| Aug 25 22:54:36.415 INFO STEP 131 (remove_files) COMPLETE
57172026-08-25T22:54:37.223Z[ recovery-image] Aug 25 22:54:36.415 INFO O| Aug 25 22:54:36.415 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-25T22:54:37.231Z[ recovery-image] Aug 25 22:54:36.423 INFO O| Aug 25 22:54:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57192026-08-25T22:54:37.231Z[ recovery-image] Aug 25 22:54:36.423 INFO O| Aug 25 22:54:36.423 INFO STEP 132 (remove_files) COMPLETE
57202026-08-25T22:54:37.234Z[ recovery-image] Aug 25 22:54:36.423 INFO O| Aug 25 22:54:36.423 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-25T22:54:37.240Z[ recovery-image] Aug 25 22:54:36.432 INFO O| Aug 25 22:54:36.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57222026-08-25T22:54:37.240Z[ recovery-image] Aug 25 22:54:36.432 INFO O| Aug 25 22:54:36.432 INFO STEP 133 (remove_files) COMPLETE
57232026-08-25T22:54:37.243Z[ recovery-image] Aug 25 22:54:36.432 INFO O| Aug 25 22:54:36.432 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-25T22:54:37.250Z[ recovery-image] Aug 25 22:54:36.442 INFO O| Aug 25 22:54:36.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57252026-08-25T22:54:37.250Z[ recovery-image] Aug 25 22:54:36.442 INFO O| Aug 25 22:54:36.442 INFO STEP 134 (remove_files) COMPLETE
57262026-08-25T22:54:37.253Z[ recovery-image] Aug 25 22:54:36.442 INFO O| Aug 25 22:54:36.442 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-25T22:54:37.260Z[ recovery-image] Aug 25 22:54:36.452 INFO O| Aug 25 22:54:36.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57282026-08-25T22:54:37.260Z[ recovery-image] Aug 25 22:54:36.452 INFO O| Aug 25 22:54:36.452 INFO STEP 135 (remove_files) COMPLETE
57292026-08-25T22:54:37.263Z[ recovery-image] Aug 25 22:54:36.452 INFO O| Aug 25 22:54:36.452 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-25T22:54:37.271Z[ recovery-image] Aug 25 22:54:36.463 INFO O| Aug 25 22:54:36.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57312026-08-25T22:54:37.271Z[ recovery-image] Aug 25 22:54:36.463 INFO O| Aug 25 22:54:36.463 INFO STEP 136 (remove_files) COMPLETE
57322026-08-25T22:54:37.275Z[ recovery-image] Aug 25 22:54:36.463 INFO O| Aug 25 22:54:36.463 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-25T22:54:37.282Z[ recovery-image] Aug 25 22:54:36.474 INFO O| Aug 25 22:54:36.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57342026-08-25T22:54:37.282Z[ recovery-image] Aug 25 22:54:36.474 INFO O| Aug 25 22:54:36.474 INFO STEP 137 (remove_files) COMPLETE
57352026-08-25T22:54:37.282Z[ recovery-image] Aug 25 22:54:36.474 INFO O| Aug 25 22:54:36.474 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-25T22:54:37.291Z[ recovery-image] Aug 25 22:54:36.483 INFO O| Aug 25 22:54:36.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57372026-08-25T22:54:37.291Z[ recovery-image] Aug 25 22:54:36.484 INFO O| Aug 25 22:54:36.484 INFO STEP 138 (remove_files) COMPLETE
57382026-08-25T22:54:37.291Z[ recovery-image] Aug 25 22:54:36.484 INFO O| Aug 25 22:54:36.484 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-25T22:54:37.301Z[ recovery-image] Aug 25 22:54:36.493 INFO O| Aug 25 22:54:36.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57402026-08-25T22:54:37.301Z[ recovery-image] Aug 25 22:54:36.493 INFO O| Aug 25 22:54:36.493 INFO STEP 139 (remove_files) COMPLETE
57412026-08-25T22:54:37.304Z[ recovery-image] Aug 25 22:54:36.493 INFO O| Aug 25 22:54:36.493 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-25T22:54:37.309Z[ recovery-image] Aug 25 22:54:36.502 INFO O| Aug 25 22:54:36.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57432026-08-25T22:54:37.309Z[ recovery-image] Aug 25 22:54:36.502 INFO O| Aug 25 22:54:36.502 INFO STEP 140 (remove_files) COMPLETE
57442026-08-25T22:54:37.309Z[ recovery-image] Aug 25 22:54:36.502 INFO O| Aug 25 22:54:36.502 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-25T22:54:37.318Z[ recovery-image] Aug 25 22:54:36.510 INFO O| Aug 25 22:54:36.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57462026-08-25T22:54:37.318Z[ recovery-image] Aug 25 22:54:36.510 INFO O| Aug 25 22:54:36.510 INFO STEP 141 (remove_files) COMPLETE
57472026-08-25T22:54:37.318Z[ recovery-image] Aug 25 22:54:36.510 INFO O| Aug 25 22:54:36.510 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-25T22:54:37.326Z[ recovery-image] Aug 25 22:54:36.518 INFO O| Aug 25 22:54:36.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57492026-08-25T22:54:37.326Z[ recovery-image] Aug 25 22:54:36.518 INFO O| Aug 25 22:54:36.518 INFO STEP 142 (remove_files) COMPLETE
57502026-08-25T22:54:37.326Z[ recovery-image] Aug 25 22:54:36.518 INFO O| Aug 25 22:54:36.518 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-25T22:54:37.335Z[ recovery-image] Aug 25 22:54:36.527 INFO O| Aug 25 22:54:36.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57522026-08-25T22:54:37.335Z[ recovery-image] Aug 25 22:54:36.527 INFO O| Aug 25 22:54:36.527 INFO STEP 143 (remove_files) COMPLETE
57532026-08-25T22:54:37.339Z[ recovery-image] Aug 25 22:54:36.527 INFO O| Aug 25 22:54:36.527 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-25T22:54:37.345Z[ recovery-image] Aug 25 22:54:36.536 INFO O| Aug 25 22:54:36.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57552026-08-25T22:54:37.345Z[ recovery-image] Aug 25 22:54:36.536 INFO O| Aug 25 22:54:36.536 INFO STEP 144 (remove_files) COMPLETE
57562026-08-25T22:54:37.349Z[ recovery-image] Aug 25 22:54:36.536 INFO O| Aug 25 22:54:36.536 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-25T22:54:37.352Z[ recovery-image] Aug 25 22:54:36.544 INFO O| Aug 25 22:54:36.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57582026-08-25T22:54:37.352Z[ recovery-image] Aug 25 22:54:36.544 INFO O| Aug 25 22:54:36.544 INFO STEP 145 (remove_files) COMPLETE
57592026-08-25T22:54:37.352Z[ recovery-image] Aug 25 22:54:36.544 INFO O| Aug 25 22:54:36.544 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-25T22:54:37.361Z[ recovery-image] Aug 25 22:54:36.553 INFO O| Aug 25 22:54:36.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57612026-08-25T22:54:37.361Z[ recovery-image] Aug 25 22:54:36.553 INFO O| Aug 25 22:54:36.553 INFO STEP 146 (remove_files) COMPLETE
57622026-08-25T22:54:37.364Z[ recovery-image] Aug 25 22:54:36.553 INFO O| Aug 25 22:54:36.553 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-25T22:54:37.369Z[ recovery-image] Aug 25 22:54:36.561 INFO O| Aug 25 22:54:36.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57642026-08-25T22:54:37.369Z[ recovery-image] Aug 25 22:54:36.561 INFO O| Aug 25 22:54:36.561 INFO STEP 147 (remove_files) COMPLETE
57652026-08-25T22:54:37.372Z[ recovery-image] Aug 25 22:54:36.561 INFO O| Aug 25 22:54:36.561 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-25T22:54:37.380Z[ recovery-image] Aug 25 22:54:36.572 INFO O| Aug 25 22:54:36.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57672026-08-25T22:54:37.380Z[ recovery-image] Aug 25 22:54:36.572 INFO O| Aug 25 22:54:36.572 INFO STEP 148 (remove_files) COMPLETE
57682026-08-25T22:54:37.380Z[ recovery-image] Aug 25 22:54:36.572 INFO O| Aug 25 22:54:36.572 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-25T22:54:37.390Z[ recovery-image] Aug 25 22:54:36.583 INFO O| Aug 25 22:54:36.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57702026-08-25T22:54:37.391Z[ recovery-image] Aug 25 22:54:36.583 INFO O| Aug 25 22:54:36.583 INFO STEP 149 (remove_files) COMPLETE
57712026-08-25T22:54:37.391Z[ recovery-image] Aug 25 22:54:36.583 INFO O| Aug 25 22:54:36.583 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-25T22:54:37.401Z[ recovery-image] Aug 25 22:54:36.593 INFO O| Aug 25 22:54:36.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57732026-08-25T22:54:37.401Z[ recovery-image] Aug 25 22:54:36.593 INFO O| Aug 25 22:54:36.593 INFO STEP 150 (remove_files) COMPLETE
57742026-08-25T22:54:37.401Z[ recovery-image] Aug 25 22:54:36.593 INFO O| Aug 25 22:54:36.593 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-25T22:54:37.409Z[ recovery-image] Aug 25 22:54:36.602 INFO O| Aug 25 22:54:36.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57762026-08-25T22:54:37.410Z[ recovery-image] Aug 25 22:54:36.602 INFO O| Aug 25 22:54:36.602 INFO STEP 151 (remove_files) COMPLETE
57772026-08-25T22:54:37.410Z[ recovery-image] Aug 25 22:54:36.602 INFO O| Aug 25 22:54:36.602 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-25T22:54:37.418Z[ recovery-image] Aug 25 22:54:36.610 INFO O| Aug 25 22:54:36.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57792026-08-25T22:54:37.418Z[ recovery-image] Aug 25 22:54:36.610 INFO O| Aug 25 22:54:36.610 INFO STEP 152 (remove_files) COMPLETE
57802026-08-25T22:54:37.418Z[ recovery-image] Aug 25 22:54:36.610 INFO O| Aug 25 22:54:36.610 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-25T22:54:37.426Z[ recovery-image] Aug 25 22:54:36.618 INFO O| Aug 25 22:54:36.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57822026-08-25T22:54:37.426Z[ recovery-image] Aug 25 22:54:36.618 INFO O| Aug 25 22:54:36.618 INFO STEP 153 (remove_files) COMPLETE
57832026-08-25T22:54:37.426Z[ recovery-image] Aug 25 22:54:36.618 INFO O| Aug 25 22:54:36.618 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-25T22:54:37.435Z[ recovery-image] Aug 25 22:54:36.627 INFO O| Aug 25 22:54:36.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57852026-08-25T22:54:37.435Z[ recovery-image] Aug 25 22:54:36.627 INFO O| Aug 25 22:54:36.627 INFO STEP 154 (remove_files) COMPLETE
57862026-08-25T22:54:37.439Z[ recovery-image] Aug 25 22:54:36.627 INFO O| Aug 25 22:54:36.627 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-25T22:54:37.443Z[ recovery-image] Aug 25 22:54:36.636 INFO O| Aug 25 22:54:36.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57882026-08-25T22:54:37.443Z[ recovery-image] Aug 25 22:54:36.636 INFO O| Aug 25 22:54:36.636 INFO STEP 155 (remove_files) COMPLETE
57892026-08-25T22:54:37.443Z[ recovery-image] Aug 25 22:54:36.636 INFO O| Aug 25 22:54:36.636 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-25T22:54:37.454Z[ recovery-image] Aug 25 22:54:36.647 INFO O| Aug 25 22:54:36.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57912026-08-25T22:54:37.455Z[ recovery-image] Aug 25 22:54:36.647 INFO O| Aug 25 22:54:36.647 INFO STEP 156 (remove_files) COMPLETE
57922026-08-25T22:54:37.455Z[ recovery-image] Aug 25 22:54:36.647 INFO O| Aug 25 22:54:36.647 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-25T22:54:37.464Z[ recovery-image] Aug 25 22:54:36.656 INFO O| Aug 25 22:54:36.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57942026-08-25T22:54:37.464Z[ recovery-image] Aug 25 22:54:36.656 INFO O| Aug 25 22:54:36.656 INFO STEP 157 (remove_files) COMPLETE
57952026-08-25T22:54:37.464Z[ recovery-image] Aug 25 22:54:36.656 INFO O| Aug 25 22:54:36.656 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-25T22:54:37.474Z[ recovery-image] Aug 25 22:54:36.665 INFO O| Aug 25 22:54:36.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57972026-08-25T22:54:37.474Z[ recovery-image] Aug 25 22:54:36.665 INFO O| Aug 25 22:54:36.665 INFO STEP 158 (remove_files) COMPLETE
57982026-08-25T22:54:37.478Z[ recovery-image] Aug 25 22:54:36.665 INFO O| Aug 25 22:54:36.665 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-25T22:54:37.482Z[ recovery-image] Aug 25 22:54:36.674 INFO O| Aug 25 22:54:36.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58002026-08-25T22:54:37.485Z[ recovery-image] Aug 25 22:54:36.675 INFO O| Aug 25 22:54:36.675 INFO STEP 159 (remove_files) COMPLETE
58012026-08-25T22:54:37.485Z[ recovery-image] Aug 25 22:54:36.675 INFO O| Aug 25 22:54:36.675 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-25T22:54:37.503Z[ recovery-image] Aug 25 22:54:36.686 INFO O| Aug 25 22:54:36.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58032026-08-25T22:54:37.503Z[ recovery-image] Aug 25 22:54:36.686 INFO O| Aug 25 22:54:36.686 INFO STEP 160 (remove_files) COMPLETE
58042026-08-25T22:54:37.507Z[ recovery-image] Aug 25 22:54:36.686 INFO O| Aug 25 22:54:36.686 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-25T22:54:37.507Z[ recovery-image] Aug 25 22:54:36.698 INFO O| Aug 25 22:54:36.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58062026-08-25T22:54:37.507Z[ recovery-image] Aug 25 22:54:36.699 INFO O| Aug 25 22:54:36.699 INFO STEP 161 (remove_files) COMPLETE
58072026-08-25T22:54:37.507Z[ recovery-image] Aug 25 22:54:36.699 INFO O| Aug 25 22:54:36.699 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-25T22:54:37.517Z[ recovery-image] Aug 25 22:54:36.709 INFO O| Aug 25 22:54:36.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58092026-08-25T22:54:37.517Z[ recovery-image] Aug 25 22:54:36.709 INFO O| Aug 25 22:54:36.709 INFO STEP 162 (remove_files) COMPLETE
58102026-08-25T22:54:37.520Z[ recovery-image] Aug 25 22:54:36.709 INFO O| Aug 25 22:54:36.709 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-25T22:54:37.526Z[ recovery-image] Aug 25 22:54:36.718 INFO O| Aug 25 22:54:36.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58122026-08-25T22:54:37.526Z[ recovery-image] Aug 25 22:54:36.718 INFO O| Aug 25 22:54:36.718 INFO STEP 163 (remove_files) COMPLETE
58132026-08-25T22:54:37.526Z[ recovery-image] Aug 25 22:54:36.718 INFO O| Aug 25 22:54:36.718 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-25T22:54:37.535Z[ recovery-image] Aug 25 22:54:36.727 INFO O| Aug 25 22:54:36.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58152026-08-25T22:54:37.535Z[ recovery-image] Aug 25 22:54:36.727 INFO O| Aug 25 22:54:36.727 INFO STEP 164 (remove_files) COMPLETE
58162026-08-25T22:54:37.535Z[ recovery-image] Aug 25 22:54:36.727 INFO O| Aug 25 22:54:36.727 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-25T22:54:37.544Z[ recovery-image] Aug 25 22:54:36.736 INFO O| Aug 25 22:54:36.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58182026-08-25T22:54:37.544Z[ recovery-image] Aug 25 22:54:36.736 INFO O| Aug 25 22:54:36.736 INFO STEP 165 (remove_files) COMPLETE
58192026-08-25T22:54:37.544Z[ recovery-image] Aug 25 22:54:36.737 INFO O| Aug 25 22:54:36.736 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-25T22:54:37.555Z[ recovery-image] Aug 25 22:54:36.747 INFO O| Aug 25 22:54:36.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58212026-08-25T22:54:37.555Z[ recovery-image] Aug 25 22:54:36.747 INFO O| Aug 25 22:54:36.747 INFO STEP 166 (remove_files) COMPLETE
58222026-08-25T22:54:37.555Z[ recovery-image] Aug 25 22:54:36.747 INFO O| Aug 25 22:54:36.747 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-25T22:54:37.564Z[ recovery-image] Aug 25 22:54:36.756 INFO O| Aug 25 22:54:36.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58242026-08-25T22:54:37.564Z[ recovery-image] Aug 25 22:54:36.756 INFO O| Aug 25 22:54:36.756 INFO STEP 167 (remove_files) COMPLETE
58252026-08-25T22:54:37.564Z[ recovery-image] Aug 25 22:54:36.756 INFO O| Aug 25 22:54:36.756 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-25T22:54:37.574Z[ recovery-image] Aug 25 22:54:36.767 INFO O| Aug 25 22:54:36.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58272026-08-25T22:54:37.574Z[ recovery-image] Aug 25 22:54:36.767 INFO O| Aug 25 22:54:36.767 INFO STEP 168 (remove_files) COMPLETE
58282026-08-25T22:54:37.578Z[ recovery-image] Aug 25 22:54:36.767 INFO O| Aug 25 22:54:36.767 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-25T22:54:37.584Z[ recovery-image] Aug 25 22:54:36.777 INFO O| Aug 25 22:54:36.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58302026-08-25T22:54:37.584Z[ recovery-image] Aug 25 22:54:36.777 INFO O| Aug 25 22:54:36.777 INFO STEP 169 (remove_files) COMPLETE
58312026-08-25T22:54:37.588Z[ recovery-image] Aug 25 22:54:36.777 INFO O| Aug 25 22:54:36.777 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-25T22:54:37.595Z[ recovery-image] Aug 25 22:54:36.787 INFO O| Aug 25 22:54:36.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58332026-08-25T22:54:37.595Z[ recovery-image] Aug 25 22:54:36.787 INFO O| Aug 25 22:54:36.787 INFO STEP 170 (remove_files) COMPLETE
58342026-08-25T22:54:37.595Z[ recovery-image] Aug 25 22:54:36.787 INFO O| Aug 25 22:54:36.787 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-25T22:54:37.606Z[ recovery-image] Aug 25 22:54:36.798 INFO O| Aug 25 22:54:36.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58362026-08-25T22:54:37.606Z[ recovery-image] Aug 25 22:54:36.798 INFO O| Aug 25 22:54:36.798 INFO STEP 171 (remove_files) COMPLETE
58372026-08-25T22:54:37.606Z[ recovery-image] Aug 25 22:54:36.798 INFO O| Aug 25 22:54:36.798 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-25T22:54:37.616Z[ recovery-image] Aug 25 22:54:36.809 INFO O| Aug 25 22:54:36.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58392026-08-25T22:54:37.617Z[ recovery-image] Aug 25 22:54:36.809 INFO O| Aug 25 22:54:36.809 INFO STEP 172 (remove_files) COMPLETE
58402026-08-25T22:54:37.617Z[ recovery-image] Aug 25 22:54:36.809 INFO O| Aug 25 22:54:36.809 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-25T22:54:37.626Z[ recovery-image] Aug 25 22:54:36.819 INFO O| Aug 25 22:54:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58422026-08-25T22:54:37.627Z[ recovery-image] Aug 25 22:54:36.819 INFO O| Aug 25 22:54:36.819 INFO STEP 173 (remove_files) COMPLETE
58432026-08-25T22:54:37.630Z[ recovery-image] Aug 25 22:54:36.819 INFO O| Aug 25 22:54:36.819 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-25T22:54:37.636Z[ recovery-image] Aug 25 22:54:36.828 INFO O| Aug 25 22:54:36.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58452026-08-25T22:54:37.636Z[ recovery-image] Aug 25 22:54:36.828 INFO O| Aug 25 22:54:36.828 INFO STEP 174 (remove_files) COMPLETE
58462026-08-25T22:54:37.641Z[ recovery-image] Aug 25 22:54:36.828 INFO O| Aug 25 22:54:36.828 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-25T22:54:37.646Z[ recovery-image] Aug 25 22:54:36.838 INFO O| Aug 25 22:54:36.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58482026-08-25T22:54:37.646Z[ recovery-image] Aug 25 22:54:36.838 INFO O| Aug 25 22:54:36.838 INFO STEP 175 (remove_files) COMPLETE
58492026-08-25T22:54:37.650Z[ recovery-image] Aug 25 22:54:36.838 INFO O| Aug 25 22:54:36.838 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-25T22:54:37.655Z[ recovery-image] Aug 25 22:54:36.848 INFO O| Aug 25 22:54:36.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58512026-08-25T22:54:37.655Z[ recovery-image] Aug 25 22:54:36.848 INFO O| Aug 25 22:54:36.848 INFO STEP 176 (remove_files) COMPLETE
58522026-08-25T22:54:37.659Z[ recovery-image] Aug 25 22:54:36.848 INFO O| Aug 25 22:54:36.848 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-25T22:54:37.665Z[ recovery-image] Aug 25 22:54:36.857 INFO O| Aug 25 22:54:36.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58542026-08-25T22:54:37.665Z[ recovery-image] Aug 25 22:54:36.857 INFO O| Aug 25 22:54:36.857 INFO STEP 177 (remove_files) COMPLETE
58552026-08-25T22:54:37.665Z[ recovery-image] Aug 25 22:54:36.857 INFO O| Aug 25 22:54:36.857 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-25T22:54:37.675Z[ recovery-image] Aug 25 22:54:36.866 INFO O| Aug 25 22:54:36.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58572026-08-25T22:54:37.675Z[ recovery-image] Aug 25 22:54:36.867 INFO O| Aug 25 22:54:36.867 INFO STEP 178 (remove_files) COMPLETE
58582026-08-25T22:54:37.675Z[ recovery-image] Aug 25 22:54:36.867 INFO O| Aug 25 22:54:36.867 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-25T22:54:37.684Z[ recovery-image] Aug 25 22:54:36.876 INFO O| Aug 25 22:54:36.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58602026-08-25T22:54:37.684Z[ recovery-image] Aug 25 22:54:36.876 INFO O| Aug 25 22:54:36.876 INFO STEP 179 (remove_files) COMPLETE
58612026-08-25T22:54:37.684Z[ recovery-image] Aug 25 22:54:36.876 INFO O| Aug 25 22:54:36.876 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-25T22:54:37.695Z[ recovery-image] Aug 25 22:54:36.887 INFO O| Aug 25 22:54:36.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58632026-08-25T22:54:37.695Z[ recovery-image] Aug 25 22:54:36.887 INFO O| Aug 25 22:54:36.887 INFO STEP 180 (remove_files) COMPLETE
58642026-08-25T22:54:37.699Z[ recovery-image] Aug 25 22:54:36.887 INFO O| Aug 25 22:54:36.887 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-25T22:54:37.705Z[ recovery-image] Aug 25 22:54:36.898 INFO O| Aug 25 22:54:36.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58662026-08-25T22:54:37.706Z[ recovery-image] Aug 25 22:54:36.898 INFO O| Aug 25 22:54:36.898 INFO STEP 181 (remove_files) COMPLETE
58672026-08-25T22:54:37.709Z[ recovery-image] Aug 25 22:54:36.898 INFO O| Aug 25 22:54:36.898 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-25T22:54:37.716Z[ recovery-image] Aug 25 22:54:36.908 INFO O| Aug 25 22:54:36.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58692026-08-25T22:54:37.716Z[ recovery-image] Aug 25 22:54:36.908 INFO O| Aug 25 22:54:36.908 INFO STEP 182 (remove_files) COMPLETE
58702026-08-25T22:54:37.719Z[ recovery-image] Aug 25 22:54:36.908 INFO O| Aug 25 22:54:36.908 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-25T22:54:37.726Z[ recovery-image] Aug 25 22:54:36.919 INFO O| Aug 25 22:54:36.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58722026-08-25T22:54:37.726Z[ recovery-image] Aug 25 22:54:36.919 INFO O| Aug 25 22:54:36.919 INFO STEP 183 (remove_files) COMPLETE
58732026-08-25T22:54:37.727Z[ recovery-image] Aug 25 22:54:36.919 INFO O| Aug 25 22:54:36.919 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-25T22:54:37.737Z[ recovery-image] Aug 25 22:54:36.930 INFO O| Aug 25 22:54:36.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58752026-08-25T22:54:37.738Z[ recovery-image] Aug 25 22:54:36.930 INFO O| Aug 25 22:54:36.930 INFO STEP 184 (remove_files) COMPLETE
58762026-08-25T22:54:37.741Z[ recovery-image] Aug 25 22:54:36.930 INFO O| Aug 25 22:54:36.930 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-25T22:54:37.747Z[ recovery-image] Aug 25 22:54:36.939 INFO O| Aug 25 22:54:36.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58782026-08-25T22:54:37.747Z[ recovery-image] Aug 25 22:54:36.939 INFO O| Aug 25 22:54:36.939 INFO STEP 185 (remove_files) COMPLETE
58792026-08-25T22:54:37.747Z[ recovery-image] Aug 25 22:54:36.939 INFO O| Aug 25 22:54:36.939 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-25T22:54:37.758Z[ recovery-image] Aug 25 22:54:36.950 INFO O| Aug 25 22:54:36.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58812026-08-25T22:54:37.758Z[ recovery-image] Aug 25 22:54:36.950 INFO O| Aug 25 22:54:36.950 INFO STEP 186 (remove_files) COMPLETE
58822026-08-25T22:54:37.761Z[ recovery-image] Aug 25 22:54:36.950 INFO O| Aug 25 22:54:36.950 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-25T22:54:37.768Z[ recovery-image] Aug 25 22:54:36.960 INFO O| Aug 25 22:54:36.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58842026-08-25T22:54:37.768Z[ recovery-image] Aug 25 22:54:36.960 INFO O| Aug 25 22:54:36.960 INFO STEP 187 (remove_files) COMPLETE
58852026-08-25T22:54:37.771Z[ recovery-image] Aug 25 22:54:36.960 INFO O| Aug 25 22:54:36.960 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-25T22:54:37.777Z[ recovery-image] Aug 25 22:54:36.970 INFO O| Aug 25 22:54:36.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58872026-08-25T22:54:37.777Z[ recovery-image] Aug 25 22:54:36.970 INFO O| Aug 25 22:54:36.970 INFO STEP 188 (remove_files) COMPLETE
58882026-08-25T22:54:37.781Z[ recovery-image] Aug 25 22:54:36.970 INFO O| Aug 25 22:54:36.970 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-25T22:54:37.787Z[ recovery-image] Aug 25 22:54:36.979 INFO O| Aug 25 22:54:36.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58902026-08-25T22:54:37.787Z[ recovery-image] Aug 25 22:54:36.979 INFO O| Aug 25 22:54:36.979 INFO STEP 189 (remove_files) COMPLETE
58912026-08-25T22:54:37.791Z[ recovery-image] Aug 25 22:54:36.979 INFO O| Aug 25 22:54:36.979 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-25T22:54:37.797Z[ recovery-image] Aug 25 22:54:36.989 INFO O| Aug 25 22:54:36.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58932026-08-25T22:54:37.797Z[ recovery-image] Aug 25 22:54:36.989 INFO O| Aug 25 22:54:36.989 INFO STEP 190 (remove_files) COMPLETE
58942026-08-25T22:54:37.797Z[ recovery-image] Aug 25 22:54:36.989 INFO O| Aug 25 22:54:36.989 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-25T22:54:37.806Z[ recovery-image] Aug 25 22:54:36.999 INFO O| Aug 25 22:54:36.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58962026-08-25T22:54:37.807Z[ recovery-image] Aug 25 22:54:36.999 INFO O| Aug 25 22:54:36.999 INFO STEP 191 (remove_files) COMPLETE
58972026-08-25T22:54:37.810Z[ recovery-image] Aug 25 22:54:36.999 INFO O| Aug 25 22:54:36.999 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-25T22:54:37.817Z[ recovery-image] Aug 25 22:54:37.008 INFO O| Aug 25 22:54:37.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58992026-08-25T22:54:37.817Z[ recovery-image] Aug 25 22:54:37.008 INFO O| Aug 25 22:54:37.008 INFO STEP 192 (remove_files) COMPLETE
59002026-08-25T22:54:37.817Z[ recovery-image] Aug 25 22:54:37.008 INFO O| Aug 25 22:54:37.008 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-25T22:54:37.828Z[ recovery-image] Aug 25 22:54:37.020 INFO O| Aug 25 22:54:37.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59022026-08-25T22:54:37.828Z[ recovery-image] Aug 25 22:54:37.020 INFO O| Aug 25 22:54:37.020 INFO STEP 193 (remove_files) COMPLETE
59032026-08-25T22:54:37.828Z[ recovery-image] Aug 25 22:54:37.020 INFO O| Aug 25 22:54:37.020 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-25T22:54:37.839Z[ recovery-image] Aug 25 22:54:37.031 INFO O| Aug 25 22:54:37.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59052026-08-25T22:54:37.839Z[ recovery-image] Aug 25 22:54:37.031 INFO O| Aug 25 22:54:37.031 INFO STEP 194 (remove_files) COMPLETE
59062026-08-25T22:54:37.839Z[ recovery-image] Aug 25 22:54:37.031 INFO O| Aug 25 22:54:37.031 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-25T22:54:37.850Z[ recovery-image] Aug 25 22:54:37.042 INFO O| Aug 25 22:54:37.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59082026-08-25T22:54:37.850Z[ recovery-image] Aug 25 22:54:37.042 INFO O| Aug 25 22:54:37.042 INFO STEP 195 (remove_files) COMPLETE
59092026-08-25T22:54:37.850Z[ recovery-image] Aug 25 22:54:37.042 INFO O| Aug 25 22:54:37.042 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-25T22:54:37.861Z[ recovery-image] Aug 25 22:54:37.053 INFO O| Aug 25 22:54:37.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59112026-08-25T22:54:37.861Z[ recovery-image] Aug 25 22:54:37.053 INFO O| Aug 25 22:54:37.053 INFO STEP 196 (remove_files) COMPLETE
59122026-08-25T22:54:37.861Z[ recovery-image] Aug 25 22:54:37.053 INFO O| Aug 25 22:54:37.053 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-25T22:54:37.871Z[ recovery-image] Aug 25 22:54:37.063 INFO O| Aug 25 22:54:37.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59142026-08-25T22:54:37.874Z[ recovery-image] Aug 25 22:54:37.063 INFO O| Aug 25 22:54:37.063 INFO STEP 197 (remove_files) COMPLETE
59152026-08-25T22:54:37.874Z[ recovery-image] Aug 25 22:54:37.063 INFO O| Aug 25 22:54:37.063 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-25T22:54:37.882Z[ recovery-image] Aug 25 22:54:37.074 INFO O| Aug 25 22:54:37.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59172026-08-25T22:54:37.882Z[ recovery-image] Aug 25 22:54:37.074 INFO O| Aug 25 22:54:37.074 INFO STEP 198 (remove_files) COMPLETE
59182026-08-25T22:54:37.882Z[ recovery-image] Aug 25 22:54:37.074 INFO O| Aug 25 22:54:37.074 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-25T22:54:37.896Z[ recovery-image] Aug 25 22:54:37.088 INFO O| Aug 25 22:54:37.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59202026-08-25T22:54:37.896Z[ recovery-image] Aug 25 22:54:37.088 INFO O| Aug 25 22:54:37.086 INFO STEP 199 (remove_files) COMPLETE
59212026-08-25T22:54:37.900Z[ recovery-image] Aug 25 22:54:37.088 INFO O| Aug 25 22:54:37.086 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-25T22:54:37.905Z[ recovery-image] Aug 25 22:54:37.097 INFO O| Aug 25 22:54:37.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59232026-08-25T22:54:37.905Z[ recovery-image] Aug 25 22:54:37.098 INFO O| Aug 25 22:54:37.098 INFO STEP 200 (remove_files) COMPLETE
59242026-08-25T22:54:37.905Z[ recovery-image] Aug 25 22:54:37.098 INFO O| Aug 25 22:54:37.098 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-25T22:54:37.916Z[ recovery-image] Aug 25 22:54:37.108 INFO O| Aug 25 22:54:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59262026-08-25T22:54:37.916Z[ recovery-image] Aug 25 22:54:37.108 INFO O| Aug 25 22:54:37.108 INFO STEP 201 (remove_files) COMPLETE
59272026-08-25T22:54:37.920Z[ recovery-image] Aug 25 22:54:37.108 INFO O| Aug 25 22:54:37.108 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-25T22:54:37.929Z[ recovery-image] Aug 25 22:54:37.118 INFO O| Aug 25 22:54:37.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59292026-08-25T22:54:37.929Z[ recovery-image] Aug 25 22:54:37.118 INFO O| Aug 25 22:54:37.118 INFO STEP 202 (remove_files) COMPLETE
59302026-08-25T22:54:37.930Z[ recovery-image] Aug 25 22:54:37.118 INFO O| Aug 25 22:54:37.118 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-25T22:54:37.935Z[ recovery-image] Aug 25 22:54:37.128 INFO O| Aug 25 22:54:37.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59322026-08-25T22:54:37.935Z[ recovery-image] Aug 25 22:54:37.128 INFO O| Aug 25 22:54:37.128 INFO STEP 203 (remove_files) COMPLETE
59332026-08-25T22:54:37.935Z[ recovery-image] Aug 25 22:54:37.128 INFO O| Aug 25 22:54:37.128 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-25T22:54:37.946Z[ recovery-image] Aug 25 22:54:37.138 INFO O| Aug 25 22:54:37.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59352026-08-25T22:54:37.946Z[ recovery-image] Aug 25 22:54:37.138 INFO O| Aug 25 22:54:37.138 INFO STEP 204 (remove_files) COMPLETE
59362026-08-25T22:54:37.946Z[ recovery-image] Aug 25 22:54:37.138 INFO O| Aug 25 22:54:37.138 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-25T22:54:37.957Z[ recovery-image] Aug 25 22:54:37.148 INFO O| Aug 25 22:54:37.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59382026-08-25T22:54:37.958Z[ recovery-image] Aug 25 22:54:37.148 INFO O| Aug 25 22:54:37.148 INFO STEP 205 (remove_files) COMPLETE
59392026-08-25T22:54:37.958Z[ recovery-image] Aug 25 22:54:37.148 INFO O| Aug 25 22:54:37.148 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-25T22:54:37.965Z[ recovery-image] Aug 25 22:54:37.158 INFO O| Aug 25 22:54:37.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59412026-08-25T22:54:37.965Z[ recovery-image] Aug 25 22:54:37.158 INFO O| Aug 25 22:54:37.158 INFO STEP 206 (remove_files) COMPLETE
59422026-08-25T22:54:37.969Z[ recovery-image] Aug 25 22:54:37.158 INFO O| Aug 25 22:54:37.158 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-25T22:54:37.977Z[ recovery-image] Aug 25 22:54:37.169 INFO O| Aug 25 22:54:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59442026-08-25T22:54:37.977Z[ recovery-image] Aug 25 22:54:37.169 INFO O| Aug 25 22:54:37.167 INFO STEP 207 (remove_files) COMPLETE
59452026-08-25T22:54:37.981Z[ recovery-image] Aug 25 22:54:37.169 INFO O| Aug 25 22:54:37.167 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-25T22:54:37.984Z[ recovery-image] Aug 25 22:54:37.176 INFO O| Aug 25 22:54:37.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59472026-08-25T22:54:37.984Z[ recovery-image] Aug 25 22:54:37.177 INFO O| Aug 25 22:54:37.177 INFO STEP 208 (remove_files) COMPLETE
59482026-08-25T22:54:37.987Z[ recovery-image] Aug 25 22:54:37.177 INFO O| Aug 25 22:54:37.177 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-25T22:54:37.994Z[ recovery-image] Aug 25 22:54:37.186 INFO O| Aug 25 22:54:37.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59502026-08-25T22:54:37.994Z[ recovery-image] Aug 25 22:54:37.186 INFO O| Aug 25 22:54:37.186 INFO STEP 209 (remove_files) COMPLETE
59512026-08-25T22:54:37.998Z[ recovery-image] Aug 25 22:54:37.186 INFO O| Aug 25 22:54:37.186 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-25T22:54:37.998Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
59532026-08-25T22:54:38.004Z[ recovery-image] Aug 25 22:54:37.196 INFO O| Aug 25 22:54:37.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59542026-08-25T22:54:38.004Z[ recovery-image] Aug 25 22:54:37.196 INFO O| Aug 25 22:54:37.196 INFO STEP 210 (remove_files) COMPLETE
59552026-08-25T22:54:38.004Z[ recovery-image] Aug 25 22:54:37.196 INFO O| Aug 25 22:54:37.196 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-25T22:54:38.025Z[ recovery-image] Aug 25 22:54:37.217 INFO O| Aug 25 22:54:37.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59572026-08-25T22:54:38.025Z[ recovery-image] Aug 25 22:54:37.217 INFO O| Aug 25 22:54:37.217 INFO STEP 211 (remove_files) COMPLETE
59582026-08-25T22:54:38.025Z[ recovery-image] Aug 25 22:54:37.217 INFO O| Aug 25 22:54:37.217 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-25T22:54:38.035Z[ recovery-image] Aug 25 22:54:37.227 INFO O| Aug 25 22:54:37.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59602026-08-25T22:54:38.035Z[ recovery-image] Aug 25 22:54:37.227 INFO O| Aug 25 22:54:37.227 INFO STEP 212 (remove_files) COMPLETE
59612026-08-25T22:54:38.042Z[ recovery-image] Aug 25 22:54:37.227 INFO O| Aug 25 22:54:37.227 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-25T22:54:38.046Z[ recovery-image] Aug 25 22:54:37.237 INFO O| Aug 25 22:54:37.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59632026-08-25T22:54:38.046Z[ recovery-image] Aug 25 22:54:37.237 INFO O| Aug 25 22:54:37.237 INFO STEP 213 (remove_files) COMPLETE
59642026-08-25T22:54:38.046Z[ recovery-image] Aug 25 22:54:37.237 INFO O| Aug 25 22:54:37.237 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-25T22:54:38.054Z[ recovery-image] Aug 25 22:54:37.246 INFO O| Aug 25 22:54:37.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59662026-08-25T22:54:38.054Z[ recovery-image] Aug 25 22:54:37.246 INFO O| Aug 25 22:54:37.246 INFO STEP 214 (remove_files) COMPLETE
59672026-08-25T22:54:38.054Z[ recovery-image] Aug 25 22:54:37.246 INFO O| Aug 25 22:54:37.246 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-25T22:54:38.063Z[ recovery-image] Aug 25 22:54:37.255 INFO O| Aug 25 22:54:37.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59692026-08-25T22:54:38.063Z[ recovery-image] Aug 25 22:54:37.255 INFO O| Aug 25 22:54:37.255 INFO STEP 215 (remove_files) COMPLETE
59702026-08-25T22:54:38.063Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
59712026-08-25T22:54:38.063Z[ recovery-image] Aug 25 22:54:37.255 INFO O| Aug 25 22:54:37.255 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-25T22:54:38.073Z[ recovery-image] Aug 25 22:54:37.265 INFO O| Aug 25 22:54:37.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59732026-08-25T22:54:38.073Z[ recovery-image] Aug 25 22:54:37.265 INFO O| Aug 25 22:54:37.265 INFO STEP 216 (remove_files) COMPLETE
59742026-08-25T22:54:38.073Z[ recovery-image] Aug 25 22:54:37.265 INFO O| Aug 25 22:54:37.265 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-25T22:54:38.083Z[ recovery-image] Aug 25 22:54:37.275 INFO O| Aug 25 22:54:37.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59762026-08-25T22:54:38.083Z[ recovery-image] Aug 25 22:54:37.275 INFO O| Aug 25 22:54:37.275 INFO STEP 217 (remove_files) COMPLETE
59772026-08-25T22:54:38.083Z[ recovery-image] Aug 25 22:54:37.275 INFO O| Aug 25 22:54:37.275 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-25T22:54:38.093Z[ recovery-image] Aug 25 22:54:37.285 INFO O| Aug 25 22:54:37.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59792026-08-25T22:54:38.093Z[ recovery-image] Aug 25 22:54:37.285 INFO O| Aug 25 22:54:37.285 INFO STEP 218 (remove_files) COMPLETE
59802026-08-25T22:54:38.093Z[ recovery-image] Aug 25 22:54:37.285 INFO O| Aug 25 22:54:37.285 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-25T22:54:38.103Z[ recovery-image] Aug 25 22:54:37.294 INFO O| Aug 25 22:54:37.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59822026-08-25T22:54:38.103Z[ recovery-image] Aug 25 22:54:37.294 INFO O| Aug 25 22:54:37.294 INFO STEP 219 (remove_files) COMPLETE
59832026-08-25T22:54:38.103Z[ recovery-image] Aug 25 22:54:37.294 INFO O| Aug 25 22:54:37.294 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-25T22:54:38.110Z[ recovery-image] Aug 25 22:54:37.302 INFO O| Aug 25 22:54:37.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59852026-08-25T22:54:38.110Z[ recovery-image] Aug 25 22:54:37.302 INFO O| Aug 25 22:54:37.302 INFO STEP 220 (remove_files) COMPLETE
59862026-08-25T22:54:38.110Z[ recovery-image] Aug 25 22:54:37.302 INFO O| Aug 25 22:54:37.302 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-25T22:54:38.119Z[ recovery-image] Aug 25 22:54:37.309 INFO O| Aug 25 22:54:37.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59882026-08-25T22:54:38.119Z[ recovery-image] Aug 25 22:54:37.309 INFO O| Aug 25 22:54:37.309 INFO STEP 221 (remove_files) COMPLETE
59892026-08-25T22:54:38.119Z[ recovery-image] Aug 25 22:54:37.309 INFO O| Aug 25 22:54:37.309 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-25T22:54:38.125Z[ recovery-image] Aug 25 22:54:37.317 INFO O| Aug 25 22:54:37.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59912026-08-25T22:54:38.125Z[ recovery-image] Aug 25 22:54:37.317 INFO O| Aug 25 22:54:37.317 INFO STEP 222 (remove_files) COMPLETE
59922026-08-25T22:54:38.128Z[ recovery-image] Aug 25 22:54:37.317 INFO O| Aug 25 22:54:37.317 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-25T22:54:38.133Z[ recovery-image] Aug 25 22:54:37.325 INFO O| Aug 25 22:54:37.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59942026-08-25T22:54:38.133Z[ recovery-image] Aug 25 22:54:37.325 INFO O| Aug 25 22:54:37.325 INFO STEP 223 (remove_files) COMPLETE
59952026-08-25T22:54:38.133Z[ recovery-image] Aug 25 22:54:37.325 INFO O| Aug 25 22:54:37.325 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-25T22:54:38.141Z[ recovery-image] Aug 25 22:54:37.333 INFO O| Aug 25 22:54:37.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59972026-08-25T22:54:38.141Z[ recovery-image] Aug 25 22:54:37.333 INFO O| Aug 25 22:54:37.333 INFO STEP 224 (remove_files) COMPLETE
59982026-08-25T22:54:38.141Z[ recovery-image] Aug 25 22:54:37.333 INFO O| Aug 25 22:54:37.333 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-25T22:54:38.145Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
60002026-08-25T22:54:38.151Z[ recovery-image] Aug 25 22:54:37.343 INFO O| Aug 25 22:54:37.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60012026-08-25T22:54:38.151Z[ recovery-image] Aug 25 22:54:37.343 INFO O| Aug 25 22:54:37.343 INFO STEP 225 (remove_files) COMPLETE
60022026-08-25T22:54:38.154Z[ recovery-image] Aug 25 22:54:37.343 INFO O| Aug 25 22:54:37.343 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-25T22:54:38.159Z[ recovery-image] Aug 25 22:54:37.352 INFO O| Aug 25 22:54:37.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60042026-08-25T22:54:38.159Z[ recovery-image] Aug 25 22:54:37.352 INFO O| Aug 25 22:54:37.352 INFO STEP 226 (remove_files) COMPLETE
60052026-08-25T22:54:38.159Z[ recovery-image] Aug 25 22:54:37.352 INFO O| Aug 25 22:54:37.352 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-25T22:54:38.169Z[ recovery-image] Aug 25 22:54:37.361 INFO O| Aug 25 22:54:37.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60072026-08-25T22:54:38.169Z[ recovery-image] Aug 25 22:54:37.361 INFO O| Aug 25 22:54:37.361 INFO STEP 227 (remove_files) COMPLETE
60082026-08-25T22:54:38.169Z[ recovery-image] Aug 25 22:54:37.361 INFO O| Aug 25 22:54:37.361 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-25T22:54:38.178Z[ recovery-image] Aug 25 22:54:37.371 INFO O| Aug 25 22:54:37.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60102026-08-25T22:54:38.178Z[ recovery-image] Aug 25 22:54:37.371 INFO O| Aug 25 22:54:37.371 INFO STEP 228 (remove_files) COMPLETE
60112026-08-25T22:54:38.178Z[ recovery-image] Aug 25 22:54:37.371 INFO O| Aug 25 22:54:37.371 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-25T22:54:38.187Z[ recovery-image] Aug 25 22:54:37.380 INFO O| Aug 25 22:54:37.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60132026-08-25T22:54:38.188Z[ recovery-image] Aug 25 22:54:37.380 INFO O| Aug 25 22:54:37.380 INFO STEP 229 (remove_files) COMPLETE
60142026-08-25T22:54:38.188Z[ recovery-image] Aug 25 22:54:37.380 INFO O| Aug 25 22:54:37.380 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-25T22:54:38.197Z[ recovery-image] Aug 25 22:54:37.389 INFO O| Aug 25 22:54:37.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60162026-08-25T22:54:38.201Z[ recovery-image] Aug 25 22:54:37.390 INFO O| Aug 25 22:54:37.390 INFO STEP 230 (remove_files) COMPLETE
60172026-08-25T22:54:38.201Z[ recovery-image] Aug 25 22:54:37.390 INFO O| Aug 25 22:54:37.390 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-25T22:54:38.207Z[ recovery-image] Aug 25 22:54:37.399 INFO O| Aug 25 22:54:37.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60192026-08-25T22:54:38.207Z[ recovery-image] Aug 25 22:54:37.399 INFO O| Aug 25 22:54:37.399 INFO STEP 231 (remove_files) COMPLETE
60202026-08-25T22:54:38.207Z[ recovery-image] Aug 25 22:54:37.399 INFO O| Aug 25 22:54:37.399 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-25T22:54:38.216Z[ recovery-image] Aug 25 22:54:37.408 INFO O| Aug 25 22:54:37.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60222026-08-25T22:54:38.216Z[ recovery-image] Aug 25 22:54:37.409 INFO O| Aug 25 22:54:37.409 INFO STEP 232 (remove_files) COMPLETE
60232026-08-25T22:54:38.216Z[ recovery-image] Aug 25 22:54:37.409 INFO O| Aug 25 22:54:37.409 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-25T22:54:38.225Z[ recovery-image] Aug 25 22:54:37.417 INFO O| Aug 25 22:54:37.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60252026-08-25T22:54:38.225Z[ recovery-image] Aug 25 22:54:37.417 INFO O| Aug 25 22:54:37.417 INFO STEP 233 (remove_files) COMPLETE
60262026-08-25T22:54:38.225Z[ recovery-image] Aug 25 22:54:37.417 INFO O| Aug 25 22:54:37.417 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-25T22:54:38.243Z[ recovery-image] Aug 25 22:54:37.434 INFO O| Aug 25 22:54:37.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60282026-08-25T22:54:38.243Z[ recovery-image] Aug 25 22:54:37.434 INFO O| Aug 25 22:54:37.434 INFO STEP 234 (remove_files) COMPLETE
60292026-08-25T22:54:38.243Z[ recovery-image] Aug 25 22:54:37.434 INFO O| Aug 25 22:54:37.434 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-25T22:54:38.254Z[ recovery-image] Aug 25 22:54:37.446 INFO O| Aug 25 22:54:37.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60312026-08-25T22:54:38.254Z[ recovery-image] Aug 25 22:54:37.446 INFO O| Aug 25 22:54:37.446 INFO STEP 235 (remove_files) COMPLETE
60322026-08-25T22:54:38.254Z[ recovery-image] Aug 25 22:54:37.446 INFO O| Aug 25 22:54:37.446 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-25T22:54:38.266Z[ recovery-image] Aug 25 22:54:37.458 INFO O| Aug 25 22:54:37.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60342026-08-25T22:54:38.266Z[ recovery-image] Aug 25 22:54:37.458 INFO O| Aug 25 22:54:37.458 INFO STEP 236 (remove_files) COMPLETE
60352026-08-25T22:54:38.266Z[ recovery-image] Aug 25 22:54:37.458 INFO O| Aug 25 22:54:37.458 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-25T22:54:38.277Z[ recovery-image] Aug 25 22:54:37.469 INFO O| Aug 25 22:54:37.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60372026-08-25T22:54:38.277Z[ recovery-image] Aug 25 22:54:37.469 INFO O| Aug 25 22:54:37.469 INFO STEP 237 (remove_files) COMPLETE
60382026-08-25T22:54:38.277Z[ recovery-image] Aug 25 22:54:37.469 INFO O| Aug 25 22:54:37.469 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-25T22:54:38.287Z[ recovery-image] Aug 25 22:54:37.480 INFO O| Aug 25 22:54:37.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60402026-08-25T22:54:38.288Z[ recovery-image] Aug 25 22:54:37.480 INFO O| Aug 25 22:54:37.480 INFO STEP 238 (remove_files) COMPLETE
60412026-08-25T22:54:38.288Z[ recovery-image] Aug 25 22:54:37.480 INFO O| Aug 25 22:54:37.480 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-25T22:54:38.299Z[ recovery-image] Aug 25 22:54:37.491 INFO O| Aug 25 22:54:37.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60432026-08-25T22:54:38.302Z[ recovery-image] Aug 25 22:54:37.492 INFO O| Aug 25 22:54:37.492 INFO STEP 239 (remove_files) COMPLETE
60442026-08-25T22:54:38.302Z[ recovery-image] Aug 25 22:54:37.492 INFO O| Aug 25 22:54:37.492 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-25T22:54:38.310Z[ recovery-image] Aug 25 22:54:37.502 INFO O| Aug 25 22:54:37.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60462026-08-25T22:54:38.310Z[ recovery-image] Aug 25 22:54:37.502 INFO O| Aug 25 22:54:37.502 INFO STEP 240 (remove_files) COMPLETE
60472026-08-25T22:54:38.313Z[ recovery-image] Aug 25 22:54:37.502 INFO O| Aug 25 22:54:37.502 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-25T22:54:38.319Z[ recovery-image] Aug 25 22:54:37.511 INFO O| Aug 25 22:54:37.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60492026-08-25T22:54:38.319Z[ recovery-image] Aug 25 22:54:37.511 INFO O| Aug 25 22:54:37.511 INFO STEP 241 (remove_files) COMPLETE
60502026-08-25T22:54:38.323Z[ recovery-image] Aug 25 22:54:37.511 INFO O| Aug 25 22:54:37.511 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-25T22:54:38.333Z[ recovery-image] Aug 25 22:54:37.525 INFO O| Aug 25 22:54:37.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60522026-08-25T22:54:38.333Z[ recovery-image] Aug 25 22:54:37.525 INFO O| Aug 25 22:54:37.525 INFO STEP 242 (remove_files) COMPLETE
60532026-08-25T22:54:38.333Z[ recovery-image] Aug 25 22:54:37.526 INFO O| Aug 25 22:54:37.525 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-25T22:54:38.344Z[ recovery-image] Aug 25 22:54:37.536 INFO O| Aug 25 22:54:37.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60552026-08-25T22:54:38.344Z[ recovery-image] Aug 25 22:54:37.536 INFO O| Aug 25 22:54:37.536 INFO STEP 243 (remove_files) COMPLETE
60562026-08-25T22:54:38.344Z[ recovery-image] Aug 25 22:54:37.536 INFO O| Aug 25 22:54:37.536 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-25T22:54:38.354Z[ recovery-image] Aug 25 22:54:37.546 INFO O| Aug 25 22:54:37.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60582026-08-25T22:54:38.354Z[ recovery-image] Aug 25 22:54:37.546 INFO O| Aug 25 22:54:37.546 INFO STEP 244 (remove_files) COMPLETE
60592026-08-25T22:54:38.354Z[ recovery-image] Aug 25 22:54:37.546 INFO O| Aug 25 22:54:37.546 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-25T22:54:38.364Z[ recovery-image] Aug 25 22:54:37.556 INFO O| Aug 25 22:54:37.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60612026-08-25T22:54:38.364Z[ recovery-image] Aug 25 22:54:37.556 INFO O| Aug 25 22:54:37.556 INFO STEP 245 (remove_files) COMPLETE
60622026-08-25T22:54:38.364Z[ recovery-image] Aug 25 22:54:37.556 INFO O| Aug 25 22:54:37.556 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-25T22:54:38.373Z[ recovery-image] Aug 25 22:54:37.565 INFO O| Aug 25 22:54:37.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60642026-08-25T22:54:38.373Z[ recovery-image] Aug 25 22:54:37.565 INFO O| Aug 25 22:54:37.565 INFO STEP 246 (remove_files) COMPLETE
60652026-08-25T22:54:38.373Z[ recovery-image] Aug 25 22:54:37.565 INFO O| Aug 25 22:54:37.565 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-25T22:54:38.382Z[ recovery-image] Aug 25 22:54:37.575 INFO O| Aug 25 22:54:37.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60672026-08-25T22:54:38.382Z[ recovery-image] Aug 25 22:54:37.575 INFO O| Aug 25 22:54:37.575 INFO STEP 247 (remove_files) COMPLETE
60682026-08-25T22:54:38.386Z[ recovery-image] Aug 25 22:54:37.575 INFO O| Aug 25 22:54:37.575 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-25T22:54:38.392Z[ recovery-image] Aug 25 22:54:37.584 INFO O| Aug 25 22:54:37.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60702026-08-25T22:54:38.392Z[ recovery-image] Aug 25 22:54:37.584 INFO O| Aug 25 22:54:37.584 INFO STEP 248 (remove_files) COMPLETE
60712026-08-25T22:54:38.392Z[ recovery-image] Aug 25 22:54:37.584 INFO O| Aug 25 22:54:37.584 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-25T22:54:38.401Z[ recovery-image] Aug 25 22:54:37.593 INFO O| Aug 25 22:54:37.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60732026-08-25T22:54:38.405Z[ recovery-image] Aug 25 22:54:37.593 INFO O| Aug 25 22:54:37.593 INFO STEP 249 (remove_files) COMPLETE
60742026-08-25T22:54:38.405Z[ recovery-image] Aug 25 22:54:37.594 INFO O| Aug 25 22:54:37.593 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-25T22:54:38.411Z[ recovery-image] Aug 25 22:54:37.603 INFO O| Aug 25 22:54:37.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60762026-08-25T22:54:38.411Z[ recovery-image] Aug 25 22:54:37.603 INFO O| Aug 25 22:54:37.603 INFO STEP 250 (remove_files) COMPLETE
60772026-08-25T22:54:38.411Z[ recovery-image] Aug 25 22:54:37.603 INFO O| Aug 25 22:54:37.603 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-25T22:54:38.420Z[ recovery-image] Aug 25 22:54:37.613 INFO O| Aug 25 22:54:37.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60792026-08-25T22:54:38.420Z[ recovery-image] Aug 25 22:54:37.613 INFO O| Aug 25 22:54:37.613 INFO STEP 251 (remove_files) COMPLETE
60802026-08-25T22:54:38.421Z[ recovery-image] Aug 25 22:54:37.613 INFO O| Aug 25 22:54:37.613 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-25T22:54:38.431Z[ recovery-image] Aug 25 22:54:37.623 INFO O| Aug 25 22:54:37.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60822026-08-25T22:54:38.431Z[ recovery-image] Aug 25 22:54:37.623 INFO O| Aug 25 22:54:37.623 INFO STEP 252 (remove_files) COMPLETE
60832026-08-25T22:54:38.431Z[ recovery-image] Aug 25 22:54:37.623 INFO O| Aug 25 22:54:37.623 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-25T22:54:38.441Z[ recovery-image] Aug 25 22:54:37.633 INFO O| Aug 25 22:54:37.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60852026-08-25T22:54:38.441Z[ recovery-image] Aug 25 22:54:37.633 INFO O| Aug 25 22:54:37.633 INFO STEP 253 (remove_files) COMPLETE
60862026-08-25T22:54:38.444Z[ recovery-image] Aug 25 22:54:37.633 INFO O| Aug 25 22:54:37.633 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-25T22:54:38.450Z[ recovery-image] Aug 25 22:54:37.643 INFO O| Aug 25 22:54:37.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60882026-08-25T22:54:38.450Z[ recovery-image] Aug 25 22:54:37.643 INFO O| Aug 25 22:54:37.643 INFO STEP 254 (remove_files) COMPLETE
60892026-08-25T22:54:38.450Z[ recovery-image] Aug 25 22:54:37.643 INFO O| Aug 25 22:54:37.643 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-25T22:54:38.461Z[ recovery-image] Aug 25 22:54:37.653 INFO O| Aug 25 22:54:37.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60912026-08-25T22:54:38.461Z[ recovery-image] Aug 25 22:54:37.653 INFO O| Aug 25 22:54:37.653 INFO STEP 255 (remove_files) COMPLETE
60922026-08-25T22:54:38.461Z[ recovery-image] Aug 25 22:54:37.653 INFO O| Aug 25 22:54:37.653 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-25T22:54:38.471Z[ recovery-image] Aug 25 22:54:37.663 INFO O| Aug 25 22:54:37.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60942026-08-25T22:54:38.471Z[ recovery-image] Aug 25 22:54:37.663 INFO O| Aug 25 22:54:37.663 INFO STEP 256 (remove_files) COMPLETE
60952026-08-25T22:54:38.471Z[ recovery-image] Aug 25 22:54:37.663 INFO O| Aug 25 22:54:37.663 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-25T22:54:38.480Z[ recovery-image] Aug 25 22:54:37.673 INFO O| Aug 25 22:54:37.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60972026-08-25T22:54:38.481Z[ recovery-image] Aug 25 22:54:37.673 INFO O| Aug 25 22:54:37.673 INFO STEP 257 (remove_files) COMPLETE
60982026-08-25T22:54:38.481Z[ recovery-image] Aug 25 22:54:37.673 INFO O| Aug 25 22:54:37.673 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-25T22:54:38.512Z[ recovery-image] Aug 25 22:54:37.683 INFO O| Aug 25 22:54:37.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61002026-08-25T22:54:38.512Z[ recovery-image] Aug 25 22:54:37.683 INFO O| Aug 25 22:54:37.683 INFO STEP 258 (remove_files) COMPLETE
61012026-08-25T22:54:38.512Z[ recovery-image] Aug 25 22:54:37.683 INFO O| Aug 25 22:54:37.683 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-25T22:54:38.512Z[ recovery-image] Aug 25 22:54:37.692 INFO O| Aug 25 22:54:37.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61032026-08-25T22:54:38.512Z[ recovery-image] Aug 25 22:54:37.692 INFO O| Aug 25 22:54:37.692 INFO STEP 259 (remove_files) COMPLETE
61042026-08-25T22:54:38.512Z[ recovery-image] Aug 25 22:54:37.692 INFO O| Aug 25 22:54:37.692 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-25T22:54:38.512Z[ recovery-image] Aug 25 22:54:37.701 INFO O| Aug 25 22:54:37.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61062026-08-25T22:54:38.512Z[ recovery-image] Aug 25 22:54:37.701 INFO O| Aug 25 22:54:37.701 INFO STEP 260 (remove_files) COMPLETE
61072026-08-25T22:54:38.512Z[ recovery-image] Aug 25 22:54:37.701 INFO O| Aug 25 22:54:37.701 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-25T22:54:38.518Z[ recovery-image] Aug 25 22:54:37.710 INFO O| Aug 25 22:54:37.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61092026-08-25T22:54:38.518Z[ recovery-image] Aug 25 22:54:37.710 INFO O| Aug 25 22:54:37.710 INFO STEP 261 (remove_files) COMPLETE
61102026-08-25T22:54:38.521Z[ recovery-image] Aug 25 22:54:37.710 INFO O| Aug 25 22:54:37.710 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-25T22:54:38.526Z[ recovery-image] Aug 25 22:54:37.719 INFO O| Aug 25 22:54:37.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61122026-08-25T22:54:38.527Z[ recovery-image] Aug 25 22:54:37.719 INFO O| Aug 25 22:54:37.719 INFO STEP 262 (remove_files) COMPLETE
61132026-08-25T22:54:38.527Z[ recovery-image] Aug 25 22:54:37.719 INFO O| Aug 25 22:54:37.719 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-25T22:54:38.535Z[verify-libraries] Compiling samael v0.0.19
61152026-08-25T22:54:38.538Z[ recovery-image] Aug 25 22:54:37.729 INFO O| Aug 25 22:54:37.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61162026-08-25T22:54:38.538Z[ recovery-image] Aug 25 22:54:37.729 INFO O| Aug 25 22:54:37.729 INFO STEP 263 (remove_files) COMPLETE
61172026-08-25T22:54:38.538Z[ recovery-image] Aug 25 22:54:37.729 INFO O| Aug 25 22:54:37.729 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-25T22:54:38.546Z[ recovery-image] Aug 25 22:54:37.738 INFO O| Aug 25 22:54:37.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61192026-08-25T22:54:38.546Z[ recovery-image] Aug 25 22:54:37.738 INFO O| Aug 25 22:54:37.738 INFO STEP 264 (remove_files) COMPLETE
61202026-08-25T22:54:38.546Z[ recovery-image] Aug 25 22:54:37.738 INFO O| Aug 25 22:54:37.738 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-25T22:54:38.560Z[ recovery-image] Aug 25 22:54:37.747 INFO O| Aug 25 22:54:37.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61222026-08-25T22:54:38.560Z[ recovery-image] Aug 25 22:54:37.747 INFO O| Aug 25 22:54:37.747 INFO STEP 265 (remove_files) COMPLETE
61232026-08-25T22:54:38.560Z[ recovery-image] Aug 25 22:54:37.747 INFO O| Aug 25 22:54:37.747 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-25T22:54:38.563Z[ recovery-image] Aug 25 22:54:37.756 INFO O| Aug 25 22:54:37.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61252026-08-25T22:54:38.564Z[ recovery-image] Aug 25 22:54:37.756 INFO O| Aug 25 22:54:37.756 INFO STEP 266 (remove_files) COMPLETE
61262026-08-25T22:54:38.564Z[ recovery-image] Aug 25 22:54:37.756 INFO O| Aug 25 22:54:37.756 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-25T22:54:38.572Z[ recovery-image] Aug 25 22:54:37.765 INFO O| Aug 25 22:54:37.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61282026-08-25T22:54:38.573Z[ recovery-image] Aug 25 22:54:37.765 INFO O| Aug 25 22:54:37.765 INFO STEP 267 (remove_files) COMPLETE
61292026-08-25T22:54:38.573Z[ recovery-image] Aug 25 22:54:37.765 INFO O| Aug 25 22:54:37.765 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-25T22:54:38.582Z[ recovery-image] Aug 25 22:54:37.774 INFO O| Aug 25 22:54:37.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61312026-08-25T22:54:38.582Z[ recovery-image] Aug 25 22:54:37.774 INFO O| Aug 25 22:54:37.774 INFO STEP 268 (remove_files) COMPLETE
61322026-08-25T22:54:38.582Z[ recovery-image] Aug 25 22:54:37.774 INFO O| Aug 25 22:54:37.774 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-25T22:54:38.590Z[ recovery-image] Aug 25 22:54:37.782 INFO O| Aug 25 22:54:37.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61342026-08-25T22:54:38.590Z[ recovery-image] Aug 25 22:54:37.782 INFO O| Aug 25 22:54:37.782 INFO STEP 269 (remove_files) COMPLETE
61352026-08-25T22:54:38.594Z[ recovery-image] Aug 25 22:54:37.782 INFO O| Aug 25 22:54:37.782 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-25T22:54:38.598Z[ recovery-image] Aug 25 22:54:37.790 INFO O| Aug 25 22:54:37.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61372026-08-25T22:54:38.598Z[ recovery-image] Aug 25 22:54:37.790 INFO O| Aug 25 22:54:37.790 INFO STEP 270 (remove_files) COMPLETE
61382026-08-25T22:54:38.602Z[ recovery-image] Aug 25 22:54:37.790 INFO O| Aug 25 22:54:37.790 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-25T22:54:38.606Z[ recovery-image] Aug 25 22:54:37.798 INFO O| Aug 25 22:54:37.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61402026-08-25T22:54:38.606Z[ recovery-image] Aug 25 22:54:37.798 INFO O| Aug 25 22:54:37.798 INFO STEP 271 (remove_files) COMPLETE
61412026-08-25T22:54:38.609Z[ recovery-image] Aug 25 22:54:37.798 INFO O| Aug 25 22:54:37.798 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-08-25T22:54:38.614Z[ recovery-image] Aug 25 22:54:37.806 INFO O| Aug 25 22:54:37.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61432026-08-25T22:54:38.614Z[ recovery-image] Aug 25 22:54:37.807 INFO O| Aug 25 22:54:37.806 INFO STEP 272 (remove_files) COMPLETE
61442026-08-25T22:54:38.618Z[ recovery-image] Aug 25 22:54:37.807 INFO O| Aug 25 22:54:37.807 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-25T22:54:38.623Z[ recovery-image] Aug 25 22:54:37.815 INFO O| Aug 25 22:54:37.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61462026-08-25T22:54:38.623Z[ recovery-image] Aug 25 22:54:37.815 INFO O| Aug 25 22:54:37.815 INFO STEP 273 (remove_files) COMPLETE
61472026-08-25T22:54:38.623Z[ recovery-image] Aug 25 22:54:37.815 INFO O| Aug 25 22:54:37.815 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-25T22:54:38.631Z[ recovery-image] Aug 25 22:54:37.823 INFO O| Aug 25 22:54:37.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61492026-08-25T22:54:38.631Z[ recovery-image] Aug 25 22:54:37.823 INFO O| Aug 25 22:54:37.823 INFO STEP 274 (remove_files) COMPLETE
61502026-08-25T22:54:38.634Z[ recovery-image] Aug 25 22:54:37.823 INFO O| Aug 25 22:54:37.823 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-25T22:54:38.639Z[ recovery-image] Aug 25 22:54:37.831 INFO O| Aug 25 22:54:37.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61522026-08-25T22:54:38.639Z[ recovery-image] Aug 25 22:54:37.831 INFO O| Aug 25 22:54:37.831 INFO STEP 275 (remove_files) COMPLETE
61532026-08-25T22:54:38.639Z[ recovery-image] Aug 25 22:54:37.831 INFO O| Aug 25 22:54:37.831 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-25T22:54:38.648Z[ recovery-image] Aug 25 22:54:37.840 INFO O| Aug 25 22:54:37.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61552026-08-25T22:54:38.648Z[ recovery-image] Aug 25 22:54:37.840 INFO O| Aug 25 22:54:37.840 INFO STEP 276 (remove_files) COMPLETE
61562026-08-25T22:54:38.648Z[ recovery-image] Aug 25 22:54:37.840 INFO O| Aug 25 22:54:37.840 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-25T22:54:38.656Z[ recovery-image] Aug 25 22:54:37.848 INFO O| Aug 25 22:54:37.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61582026-08-25T22:54:38.656Z[ recovery-image] Aug 25 22:54:37.848 INFO O| Aug 25 22:54:37.848 INFO STEP 277 (remove_files) COMPLETE
61592026-08-25T22:54:38.656Z[ recovery-image] Aug 25 22:54:37.848 INFO O| Aug 25 22:54:37.848 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-25T22:54:38.665Z[ recovery-image] Aug 25 22:54:37.857 INFO O| Aug 25 22:54:37.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61612026-08-25T22:54:38.665Z[ recovery-image] Aug 25 22:54:37.857 INFO O| Aug 25 22:54:37.857 INFO STEP 278 (remove_files) COMPLETE
61622026-08-25T22:54:38.669Z[ recovery-image] Aug 25 22:54:37.857 INFO O| Aug 25 22:54:37.857 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-25T22:54:38.674Z[ recovery-image] Aug 25 22:54:37.866 INFO O| Aug 25 22:54:37.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61642026-08-25T22:54:38.674Z[ recovery-image] Aug 25 22:54:37.866 INFO O| Aug 25 22:54:37.866 INFO STEP 279 (remove_files) COMPLETE
61652026-08-25T22:54:38.674Z[ recovery-image] Aug 25 22:54:37.866 INFO O| Aug 25 22:54:37.866 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-25T22:54:38.683Z[ recovery-image] Aug 25 22:54:37.875 INFO O| Aug 25 22:54:37.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61672026-08-25T22:54:38.683Z[ recovery-image] Aug 25 22:54:37.875 INFO O| Aug 25 22:54:37.875 INFO STEP 280 (remove_files) COMPLETE
61682026-08-25T22:54:38.683Z[ recovery-image] Aug 25 22:54:37.875 INFO O| Aug 25 22:54:37.875 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-25T22:54:38.694Z[ recovery-image] Aug 25 22:54:37.886 INFO O| Aug 25 22:54:37.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61702026-08-25T22:54:38.694Z[ recovery-image] Aug 25 22:54:37.886 INFO O| Aug 25 22:54:37.886 INFO STEP 281 (remove_files) COMPLETE
61712026-08-25T22:54:38.694Z[ recovery-image] Aug 25 22:54:37.886 INFO O| Aug 25 22:54:37.886 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-25T22:54:38.705Z[ recovery-image] Aug 25 22:54:37.895 INFO O| Aug 25 22:54:37.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61732026-08-25T22:54:38.705Z[ recovery-image] Aug 25 22:54:37.895 INFO O| Aug 25 22:54:37.895 INFO STEP 282 (remove_files) COMPLETE
61742026-08-25T22:54:38.705Z[ recovery-image] Aug 25 22:54:37.895 INFO O| Aug 25 22:54:37.895 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-25T22:54:38.713Z[ recovery-image] Aug 25 22:54:37.905 INFO O| Aug 25 22:54:37.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61762026-08-25T22:54:38.713Z[ recovery-image] Aug 25 22:54:37.905 INFO O| Aug 25 22:54:37.905 INFO STEP 283 (remove_files) COMPLETE
61772026-08-25T22:54:38.717Z[ recovery-image] Aug 25 22:54:37.905 INFO O| Aug 25 22:54:37.905 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-25T22:54:38.721Z[ recovery-image] Aug 25 22:54:37.913 INFO O| Aug 25 22:54:37.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61792026-08-25T22:54:38.721Z[ recovery-image] Aug 25 22:54:37.913 INFO O| Aug 25 22:54:37.913 INFO STEP 284 (remove_files) COMPLETE
61802026-08-25T22:54:38.724Z[ recovery-image] Aug 25 22:54:37.913 INFO O| Aug 25 22:54:37.913 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-25T22:54:38.728Z[ recovery-image] Aug 25 22:54:37.921 INFO O| Aug 25 22:54:37.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61822026-08-25T22:54:38.728Z[ recovery-image] Aug 25 22:54:37.921 INFO O| Aug 25 22:54:37.921 INFO STEP 285 (remove_files) COMPLETE
61832026-08-25T22:54:38.732Z[ recovery-image] Aug 25 22:54:37.921 INFO O| Aug 25 22:54:37.921 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-25T22:54:38.736Z[ recovery-image] Aug 25 22:54:37.928 INFO O| Aug 25 22:54:37.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61852026-08-25T22:54:38.736Z[ recovery-image] Aug 25 22:54:37.928 INFO O| Aug 25 22:54:37.928 INFO STEP 286 (remove_files) COMPLETE
61862026-08-25T22:54:38.736Z[ recovery-image] Aug 25 22:54:37.928 INFO O| Aug 25 22:54:37.928 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-25T22:54:38.743Z[ recovery-image] Aug 25 22:54:37.935 INFO O| Aug 25 22:54:37.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61882026-08-25T22:54:38.743Z[ recovery-image] Aug 25 22:54:37.935 INFO O| Aug 25 22:54:37.935 INFO STEP 287 (remove_files) COMPLETE
61892026-08-25T22:54:38.746Z[ recovery-image] Aug 25 22:54:37.935 INFO O| Aug 25 22:54:37.935 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-25T22:54:38.750Z[ recovery-image] Aug 25 22:54:37.942 INFO O| Aug 25 22:54:37.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61912026-08-25T22:54:38.750Z[ recovery-image] Aug 25 22:54:37.942 INFO O| Aug 25 22:54:37.942 INFO STEP 288 (remove_files) COMPLETE
61922026-08-25T22:54:38.750Z[ recovery-image] Aug 25 22:54:37.942 INFO O| Aug 25 22:54:37.942 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-25T22:54:38.756Z[ recovery-image] Aug 25 22:54:37.949 INFO O| Aug 25 22:54:37.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61942026-08-25T22:54:38.756Z[ recovery-image] Aug 25 22:54:37.949 INFO O| Aug 25 22:54:37.949 INFO STEP 289 (remove_files) COMPLETE
61952026-08-25T22:54:38.756Z[ recovery-image] Aug 25 22:54:37.949 INFO O| Aug 25 22:54:37.949 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-25T22:54:38.763Z[ recovery-image] Aug 25 22:54:37.955 INFO O| Aug 25 22:54:37.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61972026-08-25T22:54:38.763Z[ recovery-image] Aug 25 22:54:37.956 INFO O| Aug 25 22:54:37.956 INFO STEP 290 (remove_files) COMPLETE
61982026-08-25T22:54:38.763Z[ recovery-image] Aug 25 22:54:37.956 INFO O| Aug 25 22:54:37.956 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-25T22:54:38.770Z[ recovery-image] Aug 25 22:54:37.962 INFO O| Aug 25 22:54:37.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62002026-08-25T22:54:38.770Z[ recovery-image] Aug 25 22:54:37.962 INFO O| Aug 25 22:54:37.962 INFO STEP 291 (remove_files) COMPLETE
62012026-08-25T22:54:38.775Z[ recovery-image] Aug 25 22:54:37.962 INFO O| Aug 25 22:54:37.962 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-25T22:54:38.786Z[ recovery-image] Aug 25 22:54:37.970 INFO O| Aug 25 22:54:37.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62032026-08-25T22:54:38.786Z[ recovery-image] Aug 25 22:54:37.970 INFO O| Aug 25 22:54:37.970 INFO STEP 292 (remove_files) COMPLETE
62042026-08-25T22:54:38.786Z[ recovery-image] Aug 25 22:54:37.970 INFO O| Aug 25 22:54:37.970 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-25T22:54:38.786Z[ recovery-image] Aug 25 22:54:37.977 INFO O| Aug 25 22:54:37.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62062026-08-25T22:54:38.786Z[ recovery-image] Aug 25 22:54:37.977 INFO O| Aug 25 22:54:37.977 INFO STEP 293 (remove_files) COMPLETE
62072026-08-25T22:54:38.786Z[ recovery-image] Aug 25 22:54:37.977 INFO O| Aug 25 22:54:37.977 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-25T22:54:38.792Z[ recovery-image] Aug 25 22:54:37.984 INFO O| Aug 25 22:54:37.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62092026-08-25T22:54:38.792Z[ recovery-image] Aug 25 22:54:37.984 INFO O| Aug 25 22:54:37.984 INFO STEP 294 (remove_files) COMPLETE
62102026-08-25T22:54:38.792Z[ recovery-image] Aug 25 22:54:37.984 INFO O| Aug 25 22:54:37.984 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-25T22:54:38.799Z[ recovery-image] Aug 25 22:54:37.992 INFO O| Aug 25 22:54:37.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62122026-08-25T22:54:38.799Z[ recovery-image] Aug 25 22:54:37.992 INFO O| Aug 25 22:54:37.992 INFO STEP 295 (remove_files) COMPLETE
62132026-08-25T22:54:38.799Z[ recovery-image] Aug 25 22:54:37.992 INFO O| Aug 25 22:54:37.992 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-25T22:54:38.823Z[ recovery-image] Aug 25 22:54:38.015 INFO O| Aug 25 22:54:38.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62152026-08-25T22:54:38.823Z[ recovery-image] Aug 25 22:54:38.015 INFO O| Aug 25 22:54:38.015 INFO STEP 296 (remove_files) COMPLETE
62162026-08-25T22:54:38.823Z[ recovery-image] Aug 25 22:54:38.015 INFO O| Aug 25 22:54:38.015 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-25T22:54:38.833Z[ recovery-image] Aug 25 22:54:38.025 INFO O| Aug 25 22:54:38.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62182026-08-25T22:54:38.833Z[ recovery-image] Aug 25 22:54:38.025 INFO O| Aug 25 22:54:38.025 INFO STEP 297 (remove_files) COMPLETE
62192026-08-25T22:54:38.833Z[ recovery-image] Aug 25 22:54:38.025 INFO O| Aug 25 22:54:38.025 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-25T22:54:38.843Z[ recovery-image] Aug 25 22:54:38.035 INFO O| Aug 25 22:54:38.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62212026-08-25T22:54:38.846Z[ recovery-image] Aug 25 22:54:38.036 INFO O| Aug 25 22:54:38.036 INFO STEP 298 (remove_files) COMPLETE
62222026-08-25T22:54:38.846Z[ recovery-image] Aug 25 22:54:38.036 INFO O| Aug 25 22:54:38.036 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-25T22:54:38.853Z[ recovery-image] Aug 25 22:54:38.046 INFO O| Aug 25 22:54:38.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62242026-08-25T22:54:38.853Z[ recovery-image] Aug 25 22:54:38.046 INFO O| Aug 25 22:54:38.046 INFO STEP 299 (remove_files) COMPLETE
62252026-08-25T22:54:38.853Z[ recovery-image] Aug 25 22:54:38.046 INFO O| Aug 25 22:54:38.046 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-25T22:54:38.862Z[ recovery-image] Aug 25 22:54:38.055 INFO O| Aug 25 22:54:38.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62272026-08-25T22:54:38.862Z[ recovery-image] Aug 25 22:54:38.055 INFO O| Aug 25 22:54:38.055 INFO STEP 300 (remove_files) COMPLETE
62282026-08-25T22:54:38.866Z[ recovery-image] Aug 25 22:54:38.055 INFO O| Aug 25 22:54:38.055 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-25T22:54:38.873Z[ recovery-image] Aug 25 22:54:38.065 INFO O| Aug 25 22:54:38.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62302026-08-25T22:54:38.873Z[ recovery-image] Aug 25 22:54:38.065 INFO O| Aug 25 22:54:38.065 INFO STEP 301 (remove_files) COMPLETE
62312026-08-25T22:54:38.877Z[ recovery-image] Aug 25 22:54:38.065 INFO O| Aug 25 22:54:38.065 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-25T22:54:38.883Z[ recovery-image] Aug 25 22:54:38.076 INFO O| Aug 25 22:54:38.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62332026-08-25T22:54:38.883Z[ recovery-image] Aug 25 22:54:38.076 INFO O| Aug 25 22:54:38.076 INFO STEP 302 (remove_files) COMPLETE
62342026-08-25T22:54:38.887Z[ recovery-image] Aug 25 22:54:38.076 INFO O| Aug 25 22:54:38.076 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-25T22:54:38.893Z[ recovery-image] Aug 25 22:54:38.085 INFO O| Aug 25 22:54:38.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62362026-08-25T22:54:38.896Z[ recovery-image] Aug 25 22:54:38.086 INFO O| Aug 25 22:54:38.086 INFO STEP 303 (remove_files) COMPLETE
62372026-08-25T22:54:38.896Z[ recovery-image] Aug 25 22:54:38.086 INFO O| Aug 25 22:54:38.086 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-25T22:54:38.903Z[ recovery-image] Aug 25 22:54:38.095 INFO O| Aug 25 22:54:38.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62392026-08-25T22:54:38.903Z[ recovery-image] Aug 25 22:54:38.095 INFO O| Aug 25 22:54:38.095 INFO STEP 304 (remove_files) COMPLETE
62402026-08-25T22:54:38.906Z[ recovery-image] Aug 25 22:54:38.095 INFO O| Aug 25 22:54:38.095 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-25T22:54:38.914Z[ recovery-image] Aug 25 22:54:38.106 INFO O| Aug 25 22:54:38.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62422026-08-25T22:54:38.914Z[ recovery-image] Aug 25 22:54:38.106 INFO O| Aug 25 22:54:38.106 INFO STEP 305 (remove_files) COMPLETE
62432026-08-25T22:54:38.917Z[ recovery-image] Aug 25 22:54:38.106 INFO O| Aug 25 22:54:38.106 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-25T22:54:38.923Z[ recovery-image] Aug 25 22:54:38.115 INFO O| Aug 25 22:54:38.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62452026-08-25T22:54:38.923Z[ recovery-image] Aug 25 22:54:38.115 INFO O| Aug 25 22:54:38.115 INFO STEP 306 (remove_files) COMPLETE
62462026-08-25T22:54:38.923Z[ recovery-image] Aug 25 22:54:38.115 INFO O| Aug 25 22:54:38.115 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-25T22:54:38.932Z[ recovery-image] Aug 25 22:54:38.125 INFO O| Aug 25 22:54:38.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62482026-08-25T22:54:38.932Z[ recovery-image] Aug 25 22:54:38.125 INFO O| Aug 25 22:54:38.125 INFO STEP 307 (remove_files) COMPLETE
62492026-08-25T22:54:38.932Z[ recovery-image] Aug 25 22:54:38.125 INFO O| Aug 25 22:54:38.125 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-25T22:54:38.943Z[ recovery-image] Aug 25 22:54:38.136 INFO O| Aug 25 22:54:38.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62512026-08-25T22:54:38.943Z[ recovery-image] Aug 25 22:54:38.136 INFO O| Aug 25 22:54:38.136 INFO STEP 308 (remove_files) COMPLETE
62522026-08-25T22:54:38.943Z[ recovery-image] Aug 25 22:54:38.136 INFO O| Aug 25 22:54:38.136 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-25T22:54:38.954Z[ recovery-image] Aug 25 22:54:38.146 INFO O| Aug 25 22:54:38.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62542026-08-25T22:54:38.954Z[ recovery-image] Aug 25 22:54:38.146 INFO O| Aug 25 22:54:38.146 INFO STEP 309 (remove_files) COMPLETE
62552026-08-25T22:54:38.954Z[ recovery-image] Aug 25 22:54:38.146 INFO O| Aug 25 22:54:38.146 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-25T22:54:38.964Z[ recovery-image] Aug 25 22:54:38.156 INFO O| Aug 25 22:54:38.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62572026-08-25T22:54:38.964Z[ recovery-image] Aug 25 22:54:38.156 INFO O| Aug 25 22:54:38.156 INFO STEP 310 (remove_files) COMPLETE
62582026-08-25T22:54:38.967Z[ recovery-image] Aug 25 22:54:38.156 INFO O| Aug 25 22:54:38.156 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-25T22:54:38.973Z[ recovery-image] Aug 25 22:54:38.165 INFO O| Aug 25 22:54:38.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62602026-08-25T22:54:38.973Z[ recovery-image] Aug 25 22:54:38.165 INFO O| Aug 25 22:54:38.165 INFO STEP 311 (remove_files) COMPLETE
62612026-08-25T22:54:38.973Z[ recovery-image] Aug 25 22:54:38.165 INFO O| Aug 25 22:54:38.165 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-25T22:54:38.983Z[ recovery-image] Aug 25 22:54:38.175 INFO O| Aug 25 22:54:38.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62632026-08-25T22:54:38.983Z[ recovery-image] Aug 25 22:54:38.176 INFO O| Aug 25 22:54:38.176 INFO STEP 312 (remove_files) COMPLETE
62642026-08-25T22:54:38.983Z[ recovery-image] Aug 25 22:54:38.176 INFO O| Aug 25 22:54:38.176 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-25T22:54:38.994Z[ recovery-image] Aug 25 22:54:38.187 INFO O| Aug 25 22:54:38.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62662026-08-25T22:54:38.998Z[ recovery-image] Aug 25 22:54:38.187 INFO O| Aug 25 22:54:38.187 INFO STEP 313 (remove_files) COMPLETE
62672026-08-25T22:54:38.998Z[ recovery-image] Aug 25 22:54:38.187 INFO O| Aug 25 22:54:38.187 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-25T22:54:39.004Z[ recovery-image] Aug 25 22:54:38.196 INFO O| Aug 25 22:54:38.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62692026-08-25T22:54:39.004Z[ recovery-image] Aug 25 22:54:38.196 INFO O| Aug 25 22:54:38.196 INFO STEP 314 (remove_files) COMPLETE
62702026-08-25T22:54:39.008Z[ recovery-image] Aug 25 22:54:38.196 INFO O| Aug 25 22:54:38.196 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-25T22:54:39.023Z[ recovery-image] Aug 25 22:54:38.215 INFO O| Aug 25 22:54:38.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62722026-08-25T22:54:39.023Z[ recovery-image] Aug 25 22:54:38.215 INFO O| Aug 25 22:54:38.215 INFO STEP 315 (remove_files) COMPLETE
62732026-08-25T22:54:39.023Z[ recovery-image] Aug 25 22:54:38.215 INFO O| Aug 25 22:54:38.215 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-25T22:54:39.032Z[ recovery-image] Aug 25 22:54:38.225 INFO O| Aug 25 22:54:38.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62752026-08-25T22:54:39.036Z[ recovery-image] Aug 25 22:54:38.225 INFO O| Aug 25 22:54:38.225 INFO STEP 316 (remove_files) COMPLETE
62762026-08-25T22:54:39.036Z[ recovery-image] Aug 25 22:54:38.225 INFO O| Aug 25 22:54:38.225 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-25T22:54:39.042Z[ recovery-image] Aug 25 22:54:38.235 INFO O| Aug 25 22:54:38.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62782026-08-25T22:54:39.048Z[ recovery-image] Aug 25 22:54:38.235 INFO O| Aug 25 22:54:38.235 INFO STEP 317 (remove_files) COMPLETE
62792026-08-25T22:54:39.048Z[ recovery-image] Aug 25 22:54:38.235 INFO O| Aug 25 22:54:38.235 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-25T22:54:39.052Z[ recovery-image] Aug 25 22:54:38.244 INFO O| Aug 25 22:54:38.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62812026-08-25T22:54:39.052Z[ recovery-image] Aug 25 22:54:38.244 INFO O| Aug 25 22:54:38.244 INFO STEP 318 (remove_files) COMPLETE
62822026-08-25T22:54:39.055Z[ recovery-image] Aug 25 22:54:38.244 INFO O| Aug 25 22:54:38.244 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-25T22:54:39.060Z[ recovery-image] Aug 25 22:54:38.252 INFO O| Aug 25 22:54:38.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62842026-08-25T22:54:39.060Z[ recovery-image] Aug 25 22:54:38.252 INFO O| Aug 25 22:54:38.252 INFO STEP 319 (remove_files) COMPLETE
62852026-08-25T22:54:39.064Z[ recovery-image] Aug 25 22:54:38.252 INFO O| Aug 25 22:54:38.252 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-25T22:54:39.071Z[ recovery-image] Aug 25 22:54:38.263 INFO O| Aug 25 22:54:38.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62872026-08-25T22:54:39.071Z[ recovery-image] Aug 25 22:54:38.263 INFO O| Aug 25 22:54:38.263 INFO STEP 320 (remove_files) COMPLETE
62882026-08-25T22:54:39.071Z[ recovery-image] Aug 25 22:54:38.263 INFO O| Aug 25 22:54:38.263 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-25T22:54:39.081Z[ recovery-image] Aug 25 22:54:38.273 INFO O| Aug 25 22:54:38.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62902026-08-25T22:54:39.081Z[ recovery-image] Aug 25 22:54:38.273 INFO O| Aug 25 22:54:38.273 INFO STEP 321 (remove_files) COMPLETE
62912026-08-25T22:54:39.081Z[ recovery-image] Aug 25 22:54:38.273 INFO O| Aug 25 22:54:38.273 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-25T22:54:39.089Z[ recovery-image] Aug 25 22:54:38.282 INFO O| Aug 25 22:54:38.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62932026-08-25T22:54:39.089Z[ recovery-image] Aug 25 22:54:38.282 INFO O| Aug 25 22:54:38.282 INFO STEP 322 (remove_files) COMPLETE
62942026-08-25T22:54:39.095Z[ recovery-image] Aug 25 22:54:38.282 INFO O| Aug 25 22:54:38.282 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-25T22:54:39.101Z[ recovery-image] Aug 25 22:54:38.293 INFO O| Aug 25 22:54:38.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62962026-08-25T22:54:39.101Z[ recovery-image] Aug 25 22:54:38.293 INFO O| Aug 25 22:54:38.293 INFO STEP 323 (remove_files) COMPLETE
62972026-08-25T22:54:39.104Z[ recovery-image] Aug 25 22:54:38.293 INFO O| Aug 25 22:54:38.293 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-25T22:54:39.110Z[ recovery-image] Aug 25 22:54:38.303 INFO O| Aug 25 22:54:38.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62992026-08-25T22:54:39.110Z[ recovery-image] Aug 25 22:54:38.303 INFO O| Aug 25 22:54:38.303 INFO STEP 324 (remove_files) COMPLETE
63002026-08-25T22:54:39.114Z[ recovery-image] Aug 25 22:54:38.303 INFO O| Aug 25 22:54:38.303 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-25T22:54:39.121Z[ recovery-image] Aug 25 22:54:38.313 INFO O| Aug 25 22:54:38.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63022026-08-25T22:54:39.121Z[ recovery-image] Aug 25 22:54:38.313 INFO O| Aug 25 22:54:38.313 INFO STEP 325 (remove_files) COMPLETE
63032026-08-25T22:54:39.121Z[ recovery-image] Aug 25 22:54:38.313 INFO O| Aug 25 22:54:38.313 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-25T22:54:39.131Z[ recovery-image] Aug 25 22:54:38.323 INFO O| Aug 25 22:54:38.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63052026-08-25T22:54:39.131Z[ recovery-image] Aug 25 22:54:38.323 INFO O| Aug 25 22:54:38.323 INFO STEP 326 (remove_files) COMPLETE
63062026-08-25T22:54:39.134Z[ recovery-image] Aug 25 22:54:38.323 INFO O| Aug 25 22:54:38.323 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-25T22:54:39.141Z[ recovery-image] Aug 25 22:54:38.333 INFO O| Aug 25 22:54:38.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63082026-08-25T22:54:39.141Z[ recovery-image] Aug 25 22:54:38.333 INFO O| Aug 25 22:54:38.333 INFO STEP 327 (remove_files) COMPLETE
63092026-08-25T22:54:39.145Z[ recovery-image] Aug 25 22:54:38.333 INFO O| Aug 25 22:54:38.333 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-25T22:54:39.150Z[ recovery-image] Aug 25 22:54:38.342 INFO O| Aug 25 22:54:38.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63112026-08-25T22:54:39.150Z[ recovery-image] Aug 25 22:54:38.342 INFO O| Aug 25 22:54:38.342 INFO STEP 328 (remove_files) COMPLETE
63122026-08-25T22:54:39.155Z[ recovery-image] Aug 25 22:54:38.342 INFO O| Aug 25 22:54:38.342 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-25T22:54:39.159Z[ recovery-image] Aug 25 22:54:38.351 INFO O| Aug 25 22:54:38.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63142026-08-25T22:54:39.159Z[ recovery-image] Aug 25 22:54:38.351 INFO O| Aug 25 22:54:38.351 INFO STEP 329 (remove_files) COMPLETE
63152026-08-25T22:54:39.162Z[ recovery-image] Aug 25 22:54:38.351 INFO O| Aug 25 22:54:38.351 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-25T22:54:39.168Z[ recovery-image] Aug 25 22:54:38.360 INFO O| Aug 25 22:54:38.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63172026-08-25T22:54:39.171Z[ recovery-image] Aug 25 22:54:38.361 INFO O| Aug 25 22:54:38.361 INFO STEP 330 (remove_files) COMPLETE
63182026-08-25T22:54:39.171Z[ recovery-image] Aug 25 22:54:38.361 INFO O| Aug 25 22:54:38.361 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-25T22:54:39.179Z[ recovery-image] Aug 25 22:54:38.371 INFO O| Aug 25 22:54:38.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63202026-08-25T22:54:39.179Z[ recovery-image] Aug 25 22:54:38.371 INFO O| Aug 25 22:54:38.371 INFO STEP 331 (remove_files) COMPLETE
63212026-08-25T22:54:39.182Z[ recovery-image] Aug 25 22:54:38.371 INFO O| Aug 25 22:54:38.371 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-25T22:54:39.191Z[ recovery-image] Aug 25 22:54:38.383 INFO O| Aug 25 22:54:38.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63232026-08-25T22:54:39.191Z[ recovery-image] Aug 25 22:54:38.383 INFO O| Aug 25 22:54:38.383 INFO STEP 332 (remove_files) COMPLETE
63242026-08-25T22:54:39.191Z[ recovery-image] Aug 25 22:54:38.383 INFO O| Aug 25 22:54:38.383 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-25T22:54:39.201Z[ recovery-image] Aug 25 22:54:38.393 INFO O| Aug 25 22:54:38.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63262026-08-25T22:54:39.201Z[ recovery-image] Aug 25 22:54:38.393 INFO O| Aug 25 22:54:38.393 INFO STEP 333 (remove_files) COMPLETE
63272026-08-25T22:54:39.201Z[ recovery-image] Aug 25 22:54:38.393 INFO O| Aug 25 22:54:38.393 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-25T22:54:39.211Z[ recovery-image] Aug 25 22:54:38.403 INFO O| Aug 25 22:54:38.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63292026-08-25T22:54:39.211Z[ recovery-image] Aug 25 22:54:38.403 INFO O| Aug 25 22:54:38.403 INFO STEP 334 (remove_files) COMPLETE
63302026-08-25T22:54:39.215Z[ recovery-image] Aug 25 22:54:38.403 INFO O| Aug 25 22:54:38.403 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-25T22:54:39.222Z[ recovery-image] Aug 25 22:54:38.414 INFO O| Aug 25 22:54:38.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63322026-08-25T22:54:39.222Z[ recovery-image] Aug 25 22:54:38.414 INFO O| Aug 25 22:54:38.414 INFO STEP 335 (remove_files) COMPLETE
63332026-08-25T22:54:39.222Z[ recovery-image] Aug 25 22:54:38.414 INFO O| Aug 25 22:54:38.414 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-25T22:54:39.232Z[ recovery-image] Aug 25 22:54:38.424 INFO O| Aug 25 22:54:38.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63352026-08-25T22:54:39.232Z[ recovery-image] Aug 25 22:54:38.424 INFO O| Aug 25 22:54:38.424 INFO STEP 336 (remove_files) COMPLETE
63362026-08-25T22:54:39.232Z[ recovery-image] Aug 25 22:54:38.424 INFO O| Aug 25 22:54:38.424 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-25T22:54:39.242Z[ recovery-image] Aug 25 22:54:38.434 INFO O| Aug 25 22:54:38.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63382026-08-25T22:54:39.242Z[ recovery-image] Aug 25 22:54:38.434 INFO O| Aug 25 22:54:38.434 INFO STEP 337 (remove_files) COMPLETE
63392026-08-25T22:54:39.242Z[ recovery-image] Aug 25 22:54:38.434 INFO O| Aug 25 22:54:38.434 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-25T22:54:39.252Z[ recovery-image] Aug 25 22:54:38.444 INFO O| Aug 25 22:54:38.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63412026-08-25T22:54:39.255Z[ recovery-image] Aug 25 22:54:38.445 INFO O| Aug 25 22:54:38.445 INFO STEP 338 (remove_files) COMPLETE
63422026-08-25T22:54:39.255Z[ recovery-image] Aug 25 22:54:38.445 INFO O| Aug 25 22:54:38.445 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-25T22:54:39.261Z[ recovery-image] Aug 25 22:54:38.454 INFO O| Aug 25 22:54:38.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63442026-08-25T22:54:39.261Z[ recovery-image] Aug 25 22:54:38.454 INFO O| Aug 25 22:54:38.454 INFO STEP 339 (remove_files) COMPLETE
63452026-08-25T22:54:39.265Z[ recovery-image] Aug 25 22:54:38.454 INFO O| Aug 25 22:54:38.454 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-25T22:54:39.270Z[ recovery-image] Aug 25 22:54:38.462 INFO O| Aug 25 22:54:38.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63472026-08-25T22:54:39.270Z[ recovery-image] Aug 25 22:54:38.462 INFO O| Aug 25 22:54:38.462 INFO STEP 340 (remove_files) COMPLETE
63482026-08-25T22:54:39.270Z[ recovery-image] Aug 25 22:54:38.462 INFO O| Aug 25 22:54:38.462 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-25T22:54:39.279Z[ recovery-image] Aug 25 22:54:38.471 INFO O| Aug 25 22:54:38.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63502026-08-25T22:54:39.279Z[ recovery-image] Aug 25 22:54:38.471 INFO O| Aug 25 22:54:38.471 INFO STEP 341 (remove_files) COMPLETE
63512026-08-25T22:54:39.283Z[ recovery-image] Aug 25 22:54:38.471 INFO O| Aug 25 22:54:38.471 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-25T22:54:39.288Z[ recovery-image] Aug 25 22:54:38.480 INFO O| Aug 25 22:54:38.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63532026-08-25T22:54:39.288Z[ recovery-image] Aug 25 22:54:38.480 INFO O| Aug 25 22:54:38.480 INFO STEP 342 (remove_files) COMPLETE
63542026-08-25T22:54:39.288Z[ recovery-image] Aug 25 22:54:38.480 INFO O| Aug 25 22:54:38.480 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-25T22:54:39.297Z[ recovery-image] Aug 25 22:54:38.489 INFO O| Aug 25 22:54:38.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63562026-08-25T22:54:39.297Z[ recovery-image] Aug 25 22:54:38.489 INFO O| Aug 25 22:54:38.489 INFO STEP 343 (remove_files) COMPLETE
63572026-08-25T22:54:39.297Z[ recovery-image] Aug 25 22:54:38.489 INFO O| Aug 25 22:54:38.489 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-25T22:54:39.306Z[ recovery-image] Aug 25 22:54:38.498 INFO O| Aug 25 22:54:38.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63592026-08-25T22:54:39.306Z[ recovery-image] Aug 25 22:54:38.498 INFO O| Aug 25 22:54:38.498 INFO STEP 344 (remove_files) COMPLETE
63602026-08-25T22:54:39.306Z[ recovery-image] Aug 25 22:54:38.498 INFO O| Aug 25 22:54:38.498 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-25T22:54:39.316Z[ recovery-image] Aug 25 22:54:38.507 INFO O| Aug 25 22:54:38.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63622026-08-25T22:54:39.316Z[ recovery-image] Aug 25 22:54:38.508 INFO O| Aug 25 22:54:38.507 INFO STEP 345 (remove_files) COMPLETE
63632026-08-25T22:54:39.316Z[ recovery-image] Aug 25 22:54:38.508 INFO O| Aug 25 22:54:38.507 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-25T22:54:39.325Z[ recovery-image] Aug 25 22:54:38.517 INFO O| Aug 25 22:54:38.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63652026-08-25T22:54:39.328Z[ recovery-image] Aug 25 22:54:38.517 INFO O| Aug 25 22:54:38.517 INFO STEP 346 (remove_files) COMPLETE
63662026-08-25T22:54:39.328Z[ recovery-image] Aug 25 22:54:38.517 INFO O| Aug 25 22:54:38.517 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-25T22:54:39.335Z[ recovery-image] Aug 25 22:54:38.527 INFO O| Aug 25 22:54:38.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63682026-08-25T22:54:39.338Z[ recovery-image] Aug 25 22:54:38.527 INFO O| Aug 25 22:54:38.527 INFO STEP 347 (remove_files) COMPLETE
63692026-08-25T22:54:39.338Z[ recovery-image] Aug 25 22:54:38.527 INFO O| Aug 25 22:54:38.527 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-25T22:54:39.346Z[ recovery-image] Aug 25 22:54:38.538 INFO O| Aug 25 22:54:38.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63712026-08-25T22:54:39.346Z[ recovery-image] Aug 25 22:54:38.538 INFO O| Aug 25 22:54:38.538 INFO STEP 348 (remove_files) COMPLETE
63722026-08-25T22:54:39.346Z[ recovery-image] Aug 25 22:54:38.538 INFO O| Aug 25 22:54:38.538 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-25T22:54:39.356Z[ recovery-image] Aug 25 22:54:38.548 INFO O| Aug 25 22:54:38.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63742026-08-25T22:54:39.359Z[ recovery-image] Aug 25 22:54:38.549 INFO O| Aug 25 22:54:38.549 INFO STEP 349 (remove_files) COMPLETE
63752026-08-25T22:54:39.359Z[ recovery-image] Aug 25 22:54:38.549 INFO O| Aug 25 22:54:38.549 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-25T22:54:39.368Z[ recovery-image] Aug 25 22:54:38.560 INFO O| Aug 25 22:54:38.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63772026-08-25T22:54:39.368Z[ recovery-image] Aug 25 22:54:38.560 INFO O| Aug 25 22:54:38.560 INFO STEP 350 (remove_files) COMPLETE
63782026-08-25T22:54:39.368Z[ recovery-image] Aug 25 22:54:38.560 INFO O| Aug 25 22:54:38.560 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-25T22:54:39.378Z[ recovery-image] Aug 25 22:54:38.570 INFO O| Aug 25 22:54:38.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63802026-08-25T22:54:39.378Z[ recovery-image] Aug 25 22:54:38.570 INFO O| Aug 25 22:54:38.570 INFO STEP 351 (remove_files) COMPLETE
63812026-08-25T22:54:39.378Z[ recovery-image] Aug 25 22:54:38.570 INFO O| Aug 25 22:54:38.570 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-25T22:54:39.387Z[ recovery-image] Aug 25 22:54:38.579 INFO O| Aug 25 22:54:38.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63832026-08-25T22:54:39.387Z[ recovery-image] Aug 25 22:54:38.579 INFO O| Aug 25 22:54:38.579 INFO STEP 352 (remove_files) COMPLETE
63842026-08-25T22:54:39.387Z[ recovery-image] Aug 25 22:54:38.579 INFO O| Aug 25 22:54:38.579 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-25T22:54:39.398Z[ recovery-image] Aug 25 22:54:38.590 INFO O| Aug 25 22:54:38.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63862026-08-25T22:54:39.398Z[ recovery-image] Aug 25 22:54:38.590 INFO O| Aug 25 22:54:38.590 INFO STEP 353 (remove_files) COMPLETE
63872026-08-25T22:54:39.398Z[ recovery-image] Aug 25 22:54:38.590 INFO O| Aug 25 22:54:38.590 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-25T22:54:39.408Z[ recovery-image] Aug 25 22:54:38.601 INFO O| Aug 25 22:54:38.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63892026-08-25T22:54:39.409Z[ recovery-image] Aug 25 22:54:38.601 INFO O| Aug 25 22:54:38.601 INFO STEP 354 (remove_files) COMPLETE
63902026-08-25T22:54:39.409Z[ recovery-image] Aug 25 22:54:38.601 INFO O| Aug 25 22:54:38.601 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-25T22:54:39.419Z[ recovery-image] Aug 25 22:54:38.611 INFO O| Aug 25 22:54:38.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63922026-08-25T22:54:39.419Z[ recovery-image] Aug 25 22:54:38.611 INFO O| Aug 25 22:54:38.611 INFO STEP 355 (remove_files) COMPLETE
63932026-08-25T22:54:39.419Z[ recovery-image] Aug 25 22:54:38.611 INFO O| Aug 25 22:54:38.611 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-25T22:54:39.430Z[ recovery-image] Aug 25 22:54:38.622 INFO O| Aug 25 22:54:38.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63952026-08-25T22:54:39.430Z[ recovery-image] Aug 25 22:54:38.622 INFO O| Aug 25 22:54:38.622 INFO STEP 356 (remove_files) COMPLETE
63962026-08-25T22:54:39.430Z[ recovery-image] Aug 25 22:54:38.622 INFO O| Aug 25 22:54:38.622 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-25T22:54:39.439Z[ recovery-image] Aug 25 22:54:38.631 INFO O| Aug 25 22:54:38.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63982026-08-25T22:54:39.439Z[ recovery-image] Aug 25 22:54:38.631 INFO O| Aug 25 22:54:38.631 INFO STEP 357 (remove_files) COMPLETE
63992026-08-25T22:54:39.439Z[ recovery-image] Aug 25 22:54:38.631 INFO O| Aug 25 22:54:38.631 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-25T22:54:39.447Z[ recovery-image] Aug 25 22:54:38.640 INFO O| Aug 25 22:54:38.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64012026-08-25T22:54:39.447Z[ recovery-image] Aug 25 22:54:38.640 INFO O| Aug 25 22:54:38.640 INFO STEP 358 (remove_files) COMPLETE
64022026-08-25T22:54:39.448Z[ recovery-image] Aug 25 22:54:38.640 INFO O| Aug 25 22:54:38.640 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-25T22:54:39.457Z[ recovery-image] Aug 25 22:54:38.649 INFO O| Aug 25 22:54:38.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64042026-08-25T22:54:39.461Z[ recovery-image] Aug 25 22:54:38.650 INFO O| Aug 25 22:54:38.650 INFO STEP 359 (remove_files) COMPLETE
64052026-08-25T22:54:39.461Z[ recovery-image] Aug 25 22:54:38.650 INFO O| Aug 25 22:54:38.650 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-25T22:54:39.467Z[ recovery-image] Aug 25 22:54:38.659 INFO O| Aug 25 22:54:38.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64072026-08-25T22:54:39.467Z[ recovery-image] Aug 25 22:54:38.659 INFO O| Aug 25 22:54:38.659 INFO STEP 360 (remove_files) COMPLETE
64082026-08-25T22:54:39.467Z[ recovery-image] Aug 25 22:54:38.659 INFO O| Aug 25 22:54:38.659 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-25T22:54:39.479Z[ recovery-image] Aug 25 22:54:38.670 INFO O| Aug 25 22:54:38.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64102026-08-25T22:54:39.479Z[ recovery-image] Aug 25 22:54:38.670 INFO O| Aug 25 22:54:38.670 INFO STEP 361 (remove_files) COMPLETE
64112026-08-25T22:54:39.483Z[ recovery-image] Aug 25 22:54:38.670 INFO O| Aug 25 22:54:38.670 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-25T22:54:39.488Z[ recovery-image] Aug 25 22:54:38.680 INFO O| Aug 25 22:54:38.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64132026-08-25T22:54:39.488Z[ recovery-image] Aug 25 22:54:38.680 INFO O| Aug 25 22:54:38.680 INFO STEP 362 (remove_files) COMPLETE
64142026-08-25T22:54:39.492Z[ recovery-image] Aug 25 22:54:38.680 INFO O| Aug 25 22:54:38.680 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-25T22:54:39.498Z[ recovery-image] Aug 25 22:54:38.690 INFO O| Aug 25 22:54:38.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64162026-08-25T22:54:39.498Z[ recovery-image] Aug 25 22:54:38.690 INFO O| Aug 25 22:54:38.690 INFO STEP 363 (remove_files) COMPLETE
64172026-08-25T22:54:39.498Z[ recovery-image] Aug 25 22:54:38.690 INFO O| Aug 25 22:54:38.690 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-25T22:54:39.509Z[ recovery-image] Aug 25 22:54:38.701 INFO O| Aug 25 22:54:38.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64192026-08-25T22:54:39.509Z[ recovery-image] Aug 25 22:54:38.701 INFO O| Aug 25 22:54:38.701 INFO STEP 364 (remove_files) COMPLETE
64202026-08-25T22:54:39.509Z[ recovery-image] Aug 25 22:54:38.701 INFO O| Aug 25 22:54:38.701 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-25T22:54:39.519Z[ recovery-image] Aug 25 22:54:38.711 INFO O| Aug 25 22:54:38.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64222026-08-25T22:54:39.519Z[ recovery-image] Aug 25 22:54:38.711 INFO O| Aug 25 22:54:38.711 INFO STEP 365 (remove_files) COMPLETE
64232026-08-25T22:54:39.519Z[ recovery-image] Aug 25 22:54:38.711 INFO O| Aug 25 22:54:38.711 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-25T22:54:39.529Z[ recovery-image] Aug 25 22:54:38.721 INFO O| Aug 25 22:54:38.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64252026-08-25T22:54:39.529Z[ recovery-image] Aug 25 22:54:38.721 INFO O| Aug 25 22:54:38.721 INFO STEP 366 (remove_files) COMPLETE
64262026-08-25T22:54:39.529Z[ recovery-image] Aug 25 22:54:38.721 INFO O| Aug 25 22:54:38.721 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-25T22:54:39.538Z[ recovery-image] Aug 25 22:54:38.731 INFO O| Aug 25 22:54:38.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64282026-08-25T22:54:39.539Z[ recovery-image] Aug 25 22:54:38.731 INFO O| Aug 25 22:54:38.731 INFO STEP 367 (remove_files) COMPLETE
64292026-08-25T22:54:39.539Z[ recovery-image] Aug 25 22:54:38.731 INFO O| Aug 25 22:54:38.731 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-25T22:54:39.550Z[ recovery-image] Aug 25 22:54:38.742 INFO O| Aug 25 22:54:38.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64312026-08-25T22:54:39.550Z[ recovery-image] Aug 25 22:54:38.742 INFO O| Aug 25 22:54:38.742 INFO STEP 368 (remove_files) COMPLETE
64322026-08-25T22:54:39.550Z[ recovery-image] Aug 25 22:54:38.742 INFO O| Aug 25 22:54:38.742 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-25T22:54:39.560Z[ recovery-image] Aug 25 22:54:38.752 INFO O| Aug 25 22:54:38.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64342026-08-25T22:54:39.560Z[ recovery-image] Aug 25 22:54:38.752 INFO O| Aug 25 22:54:38.752 INFO STEP 369 (remove_files) COMPLETE
64352026-08-25T22:54:39.560Z[ recovery-image] Aug 25 22:54:38.752 INFO O| Aug 25 22:54:38.752 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-25T22:54:39.570Z[ recovery-image] Aug 25 22:54:38.762 INFO O| Aug 25 22:54:38.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64372026-08-25T22:54:39.574Z[ recovery-image] Aug 25 22:54:38.762 INFO O| Aug 25 22:54:38.762 INFO STEP 370 (remove_files) COMPLETE
64382026-08-25T22:54:39.574Z[ recovery-image] Aug 25 22:54:38.762 INFO O| Aug 25 22:54:38.762 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-25T22:54:39.581Z[ recovery-image] Aug 25 22:54:38.773 INFO O| Aug 25 22:54:38.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64402026-08-25T22:54:39.581Z[ recovery-image] Aug 25 22:54:38.773 INFO O| Aug 25 22:54:38.773 INFO STEP 371 (remove_files) COMPLETE
64412026-08-25T22:54:39.584Z[ recovery-image] Aug 25 22:54:38.773 INFO O| Aug 25 22:54:38.773 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-25T22:54:39.591Z[ recovery-image] Aug 25 22:54:38.782 INFO O| Aug 25 22:54:38.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64432026-08-25T22:54:39.591Z[ recovery-image] Aug 25 22:54:38.783 INFO O| Aug 25 22:54:38.783 INFO STEP 372 (remove_files) COMPLETE
64442026-08-25T22:54:39.595Z[ recovery-image] Aug 25 22:54:38.783 INFO O| Aug 25 22:54:38.783 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-25T22:54:39.601Z[ recovery-image] Aug 25 22:54:38.793 INFO O| Aug 25 22:54:38.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64462026-08-25T22:54:39.601Z[ recovery-image] Aug 25 22:54:38.793 INFO O| Aug 25 22:54:38.793 INFO STEP 373 (remove_files) COMPLETE
64472026-08-25T22:54:39.601Z[ recovery-image] Aug 25 22:54:38.793 INFO O| Aug 25 22:54:38.793 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-25T22:54:39.611Z[ recovery-image] Aug 25 22:54:38.804 INFO O| Aug 25 22:54:38.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64492026-08-25T22:54:39.612Z[ recovery-image] Aug 25 22:54:38.804 INFO O| Aug 25 22:54:38.804 INFO STEP 374 (remove_files) COMPLETE
64502026-08-25T22:54:39.612Z[ recovery-image] Aug 25 22:54:38.804 INFO O| Aug 25 22:54:38.804 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-25T22:54:39.622Z[ recovery-image] Aug 25 22:54:38.814 INFO O| Aug 25 22:54:38.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64522026-08-25T22:54:39.622Z[ recovery-image] Aug 25 22:54:38.814 INFO O| Aug 25 22:54:38.814 INFO STEP 375 (remove_files) COMPLETE
64532026-08-25T22:54:39.626Z[ recovery-image] Aug 25 22:54:38.814 INFO O| Aug 25 22:54:38.814 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-25T22:54:39.631Z[ recovery-image] Aug 25 22:54:38.823 INFO O| Aug 25 22:54:38.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64552026-08-25T22:54:39.631Z[ recovery-image] Aug 25 22:54:38.823 INFO O| Aug 25 22:54:38.823 INFO STEP 376 (remove_files) COMPLETE
64562026-08-25T22:54:39.635Z[ recovery-image] Aug 25 22:54:38.823 INFO O| Aug 25 22:54:38.823 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-25T22:54:39.641Z[ recovery-image] Aug 25 22:54:38.834 INFO O| Aug 25 22:54:38.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64582026-08-25T22:54:39.641Z[ recovery-image] Aug 25 22:54:38.834 INFO O| Aug 25 22:54:38.834 INFO STEP 377 (remove_files) COMPLETE
64592026-08-25T22:54:39.641Z[ recovery-image] Aug 25 22:54:38.834 INFO O| Aug 25 22:54:38.834 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-25T22:54:39.652Z[ recovery-image] Aug 25 22:54:38.844 INFO O| Aug 25 22:54:38.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64612026-08-25T22:54:39.653Z[ recovery-image] Aug 25 22:54:38.844 INFO O| Aug 25 22:54:38.844 INFO STEP 378 (remove_files) COMPLETE
64622026-08-25T22:54:39.653Z[ recovery-image] Aug 25 22:54:38.844 INFO O| Aug 25 22:54:38.844 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-25T22:54:39.661Z[ recovery-image] Aug 25 22:54:38.853 INFO O| Aug 25 22:54:38.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64642026-08-25T22:54:39.661Z[ recovery-image] Aug 25 22:54:38.853 INFO O| Aug 25 22:54:38.853 INFO STEP 379 (remove_files) COMPLETE
64652026-08-25T22:54:39.661Z[ recovery-image] Aug 25 22:54:38.853 INFO O| Aug 25 22:54:38.853 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-25T22:54:39.673Z[ recovery-image] Aug 25 22:54:38.865 INFO O| Aug 25 22:54:38.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64672026-08-25T22:54:39.673Z[ recovery-image] Aug 25 22:54:38.865 INFO O| Aug 25 22:54:38.865 INFO STEP 380 (remove_files) COMPLETE
64682026-08-25T22:54:39.673Z[ recovery-image] Aug 25 22:54:38.865 INFO O| Aug 25 22:54:38.865 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-25T22:54:39.684Z[ recovery-image] Aug 25 22:54:38.876 INFO O| Aug 25 22:54:38.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64702026-08-25T22:54:39.684Z[ recovery-image] Aug 25 22:54:38.876 INFO O| Aug 25 22:54:38.876 INFO STEP 381 (remove_files) COMPLETE
64712026-08-25T22:54:39.684Z[ recovery-image] Aug 25 22:54:38.876 INFO O| Aug 25 22:54:38.876 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-25T22:54:39.694Z[ recovery-image] Aug 25 22:54:38.886 INFO O| Aug 25 22:54:38.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64732026-08-25T22:54:39.694Z[ recovery-image] Aug 25 22:54:38.886 INFO O| Aug 25 22:54:38.886 INFO STEP 382 (remove_files) COMPLETE
64742026-08-25T22:54:39.694Z[ recovery-image] Aug 25 22:54:38.886 INFO O| Aug 25 22:54:38.886 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-25T22:54:39.704Z[ recovery-image] Aug 25 22:54:38.897 INFO O| Aug 25 22:54:38.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64762026-08-25T22:54:39.704Z[ recovery-image] Aug 25 22:54:38.897 INFO O| Aug 25 22:54:38.897 INFO STEP 383 (remove_files) COMPLETE
64772026-08-25T22:54:39.705Z[ recovery-image] Aug 25 22:54:38.897 INFO O| Aug 25 22:54:38.897 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-25T22:54:39.716Z[ recovery-image] Aug 25 22:54:38.908 INFO O| Aug 25 22:54:38.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64792026-08-25T22:54:39.716Z[ recovery-image] Aug 25 22:54:38.908 INFO O| Aug 25 22:54:38.908 INFO STEP 384 (remove_files) COMPLETE
64802026-08-25T22:54:39.716Z[ recovery-image] Aug 25 22:54:38.908 INFO O| Aug 25 22:54:38.908 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-25T22:54:39.726Z[ recovery-image] Aug 25 22:54:38.918 INFO O| Aug 25 22:54:38.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64822026-08-25T22:54:39.726Z[ recovery-image] Aug 25 22:54:38.918 INFO O| Aug 25 22:54:38.918 INFO STEP 385 (remove_files) COMPLETE
64832026-08-25T22:54:39.726Z[ recovery-image] Aug 25 22:54:38.918 INFO O| Aug 25 22:54:38.918 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-25T22:54:39.736Z[ recovery-image] Aug 25 22:54:38.928 INFO O| Aug 25 22:54:38.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64852026-08-25T22:54:39.736Z[ recovery-image] Aug 25 22:54:38.928 INFO O| Aug 25 22:54:38.928 INFO STEP 386 (remove_files) COMPLETE
64862026-08-25T22:54:39.736Z[ recovery-image] Aug 25 22:54:38.928 INFO O| Aug 25 22:54:38.928 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-25T22:54:39.747Z[ recovery-image] Aug 25 22:54:38.939 INFO O| Aug 25 22:54:38.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64882026-08-25T22:54:39.747Z[ recovery-image] Aug 25 22:54:38.939 INFO O| Aug 25 22:54:38.939 INFO STEP 387 (remove_files) COMPLETE
64892026-08-25T22:54:39.747Z[ recovery-image] Aug 25 22:54:38.939 INFO O| Aug 25 22:54:38.939 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-25T22:54:39.758Z[ recovery-image] Aug 25 22:54:38.950 INFO O| Aug 25 22:54:38.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64912026-08-25T22:54:39.758Z[ recovery-image] Aug 25 22:54:38.950 INFO O| Aug 25 22:54:38.950 INFO STEP 388 (remove_files) COMPLETE
64922026-08-25T22:54:39.761Z[ recovery-image] Aug 25 22:54:38.950 INFO O| Aug 25 22:54:38.950 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-25T22:54:39.768Z[ recovery-image] Aug 25 22:54:38.960 INFO O| Aug 25 22:54:38.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64942026-08-25T22:54:39.772Z[ recovery-image] Aug 25 22:54:38.960 INFO O| Aug 25 22:54:38.960 INFO STEP 389 (remove_files) COMPLETE
64952026-08-25T22:54:39.772Z[ recovery-image] Aug 25 22:54:38.960 INFO O| Aug 25 22:54:38.960 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-25T22:54:39.779Z[ recovery-image] Aug 25 22:54:38.971 INFO O| Aug 25 22:54:38.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64972026-08-25T22:54:39.783Z[ recovery-image] Aug 25 22:54:38.971 INFO O| Aug 25 22:54:38.971 INFO STEP 390 (remove_files) COMPLETE
64982026-08-25T22:54:39.783Z[ recovery-image] Aug 25 22:54:38.971 INFO O| Aug 25 22:54:38.971 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-25T22:54:39.789Z[ recovery-image] Aug 25 22:54:38.982 INFO O| Aug 25 22:54:38.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65002026-08-25T22:54:39.789Z[ recovery-image] Aug 25 22:54:38.982 INFO O| Aug 25 22:54:38.982 INFO STEP 391 (remove_files) COMPLETE
65012026-08-25T22:54:39.789Z[ recovery-image] Aug 25 22:54:38.982 INFO O| Aug 25 22:54:38.982 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-25T22:54:39.800Z[ recovery-image] Aug 25 22:54:38.992 INFO O| Aug 25 22:54:38.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65032026-08-25T22:54:39.800Z[ recovery-image] Aug 25 22:54:38.992 INFO O| Aug 25 22:54:38.992 INFO STEP 392 (remove_files) COMPLETE
65042026-08-25T22:54:39.800Z[ recovery-image] Aug 25 22:54:38.992 INFO O| Aug 25 22:54:38.992 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-25T22:54:39.808Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
65062026-08-25T22:54:39.812Z[ recovery-image] Aug 25 22:54:39.004 INFO O| Aug 25 22:54:39.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65072026-08-25T22:54:39.812Z[ recovery-image] Aug 25 22:54:39.004 INFO O| Aug 25 22:54:39.004 INFO STEP 393 (remove_files) COMPLETE
65082026-08-25T22:54:39.815Z[ recovery-image] Aug 25 22:54:39.004 INFO O| Aug 25 22:54:39.004 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-25T22:54:39.823Z[ recovery-image] Aug 25 22:54:39.014 INFO O| Aug 25 22:54:39.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65102026-08-25T22:54:39.823Z[ recovery-image] Aug 25 22:54:39.014 INFO O| Aug 25 22:54:39.014 INFO STEP 394 (remove_files) COMPLETE
65112026-08-25T22:54:39.823Z[ recovery-image] Aug 25 22:54:39.014 INFO O| Aug 25 22:54:39.014 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-25T22:54:39.832Z[ recovery-image] Aug 25 22:54:39.025 INFO O| Aug 25 22:54:39.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65132026-08-25T22:54:39.832Z[ recovery-image] Aug 25 22:54:39.025 INFO O| Aug 25 22:54:39.025 INFO STEP 395 (remove_files) COMPLETE
65142026-08-25T22:54:39.836Z[ recovery-image] Aug 25 22:54:39.025 INFO O| Aug 25 22:54:39.025 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-25T22:54:39.843Z[ recovery-image] Aug 25 22:54:39.035 INFO O| Aug 25 22:54:39.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65162026-08-25T22:54:39.843Z[ recovery-image] Aug 25 22:54:39.035 INFO O| Aug 25 22:54:39.035 INFO STEP 396 (remove_files) COMPLETE
65172026-08-25T22:54:39.843Z[ recovery-image] Aug 25 22:54:39.035 INFO O| Aug 25 22:54:39.035 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-25T22:54:39.855Z[ recovery-image] Aug 25 22:54:39.045 INFO O| Aug 25 22:54:39.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65192026-08-25T22:54:39.855Z[ recovery-image] Aug 25 22:54:39.045 INFO O| Aug 25 22:54:39.045 INFO STEP 397 (remove_files) COMPLETE
65202026-08-25T22:54:39.859Z[ recovery-image] Aug 25 22:54:39.045 INFO O| Aug 25 22:54:39.045 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-25T22:54:39.864Z[ recovery-image] Aug 25 22:54:39.056 INFO O| Aug 25 22:54:39.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65222026-08-25T22:54:39.864Z[ recovery-image] Aug 25 22:54:39.056 INFO O| Aug 25 22:54:39.056 INFO STEP 398 (remove_files) COMPLETE
65232026-08-25T22:54:39.867Z[ recovery-image] Aug 25 22:54:39.056 INFO O| Aug 25 22:54:39.056 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-25T22:54:39.873Z[ recovery-image] Aug 25 22:54:39.066 INFO O| Aug 25 22:54:39.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65252026-08-25T22:54:39.873Z[ recovery-image] Aug 25 22:54:39.066 INFO O| Aug 25 22:54:39.066 INFO STEP 399 (remove_files) COMPLETE
65262026-08-25T22:54:39.873Z[ recovery-image] Aug 25 22:54:39.066 INFO O| Aug 25 22:54:39.066 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-25T22:54:39.885Z[ recovery-image] Aug 25 22:54:39.077 INFO O| Aug 25 22:54:39.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65282026-08-25T22:54:39.885Z[ recovery-image] Aug 25 22:54:39.077 INFO O| Aug 25 22:54:39.077 INFO STEP 400 (remove_files) COMPLETE
65292026-08-25T22:54:39.885Z[ recovery-image] Aug 25 22:54:39.077 INFO O| Aug 25 22:54:39.077 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-25T22:54:39.894Z[ recovery-image] Aug 25 22:54:39.087 INFO O| Aug 25 22:54:39.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65312026-08-25T22:54:39.894Z[ recovery-image] Aug 25 22:54:39.087 INFO O| Aug 25 22:54:39.087 INFO STEP 401 (remove_files) COMPLETE
65322026-08-25T22:54:39.894Z[ recovery-image] Aug 25 22:54:39.087 INFO O| Aug 25 22:54:39.087 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-25T22:54:39.903Z[ recovery-image] Aug 25 22:54:39.095 INFO O| Aug 25 22:54:39.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65342026-08-25T22:54:39.903Z[ recovery-image] Aug 25 22:54:39.095 INFO O| Aug 25 22:54:39.095 INFO STEP 402 (remove_files) COMPLETE
65352026-08-25T22:54:39.906Z[ recovery-image] Aug 25 22:54:39.095 INFO O| Aug 25 22:54:39.095 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-25T22:54:39.912Z[ recovery-image] Aug 25 22:54:39.104 INFO O| Aug 25 22:54:39.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65372026-08-25T22:54:39.912Z[ recovery-image] Aug 25 22:54:39.104 INFO O| Aug 25 22:54:39.104 INFO STEP 403 (remove_files) COMPLETE
65382026-08-25T22:54:39.916Z[ recovery-image] Aug 25 22:54:39.104 INFO O| Aug 25 22:54:39.104 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-25T22:54:39.921Z[ recovery-image] Aug 25 22:54:39.114 INFO O| Aug 25 22:54:39.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65402026-08-25T22:54:39.921Z[ recovery-image] Aug 25 22:54:39.114 INFO O| Aug 25 22:54:39.114 INFO STEP 404 (remove_files) COMPLETE
65412026-08-25T22:54:39.925Z[ recovery-image] Aug 25 22:54:39.114 INFO O| Aug 25 22:54:39.114 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-25T22:54:39.933Z[ recovery-image] Aug 25 22:54:39.125 INFO O| Aug 25 22:54:39.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65432026-08-25T22:54:39.933Z[ recovery-image] Aug 25 22:54:39.125 INFO O| Aug 25 22:54:39.125 INFO STEP 405 (remove_files) COMPLETE
65442026-08-25T22:54:39.933Z[ recovery-image] Aug 25 22:54:39.125 INFO O| Aug 25 22:54:39.125 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-25T22:54:39.942Z[ recovery-image] Aug 25 22:54:39.135 INFO O| Aug 25 22:54:39.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65462026-08-25T22:54:39.942Z[ recovery-image] Aug 25 22:54:39.135 INFO O| Aug 25 22:54:39.135 INFO STEP 406 (remove_files) COMPLETE
65472026-08-25T22:54:39.942Z[ recovery-image] Aug 25 22:54:39.135 INFO O| Aug 25 22:54:39.135 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-25T22:54:39.952Z[ recovery-image] Aug 25 22:54:39.144 INFO O| Aug 25 22:54:39.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65492026-08-25T22:54:39.952Z[ recovery-image] Aug 25 22:54:39.144 INFO O| Aug 25 22:54:39.144 INFO STEP 407 (remove_files) COMPLETE
65502026-08-25T22:54:39.952Z[ recovery-image] Aug 25 22:54:39.144 INFO O| Aug 25 22:54:39.144 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-25T22:54:39.962Z[ recovery-image] Aug 25 22:54:39.154 INFO O| Aug 25 22:54:39.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65522026-08-25T22:54:39.962Z[ recovery-image] Aug 25 22:54:39.154 INFO O| Aug 25 22:54:39.154 INFO STEP 408 (remove_files) COMPLETE
65532026-08-25T22:54:39.966Z[ recovery-image] Aug 25 22:54:39.154 INFO O| Aug 25 22:54:39.154 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-25T22:54:39.970Z[ recovery-image] Aug 25 22:54:39.163 INFO O| Aug 25 22:54:39.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65552026-08-25T22:54:39.970Z[ recovery-image] Aug 25 22:54:39.163 INFO O| Aug 25 22:54:39.163 INFO STEP 409 (remove_files) COMPLETE
65562026-08-25T22:54:39.970Z[ recovery-image] Aug 25 22:54:39.163 INFO O| Aug 25 22:54:39.163 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-25T22:54:39.979Z[ recovery-image] Aug 25 22:54:39.171 INFO O| Aug 25 22:54:39.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65582026-08-25T22:54:39.979Z[ recovery-image] Aug 25 22:54:39.171 INFO O| Aug 25 22:54:39.171 INFO STEP 410 (remove_files) COMPLETE
65592026-08-25T22:54:39.982Z[ recovery-image] Aug 25 22:54:39.171 INFO O| Aug 25 22:54:39.171 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-25T22:54:39.987Z[ recovery-image] Aug 25 22:54:39.179 INFO O| Aug 25 22:54:39.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65612026-08-25T22:54:39.987Z[ recovery-image] Aug 25 22:54:39.179 INFO O| Aug 25 22:54:39.179 INFO STEP 411 (remove_files) COMPLETE
65622026-08-25T22:54:39.990Z[ recovery-image] Aug 25 22:54:39.179 INFO O| Aug 25 22:54:39.179 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-25T22:54:39.995Z[ recovery-image] Aug 25 22:54:39.187 INFO O| Aug 25 22:54:39.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65642026-08-25T22:54:39.995Z[ recovery-image] Aug 25 22:54:39.187 INFO O| Aug 25 22:54:39.187 INFO STEP 412 (remove_files) COMPLETE
65652026-08-25T22:54:39.995Z[ recovery-image] Aug 25 22:54:39.188 INFO O| Aug 25 22:54:39.187 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-25T22:54:40.004Z[ recovery-image] Aug 25 22:54:39.196 INFO O| Aug 25 22:54:39.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65672026-08-25T22:54:40.004Z[ recovery-image] Aug 25 22:54:39.196 INFO O| Aug 25 22:54:39.196 INFO STEP 413 (remove_files) COMPLETE
65682026-08-25T22:54:40.007Z[ recovery-image] Aug 25 22:54:39.196 INFO O| Aug 25 22:54:39.196 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-25T22:54:40.014Z[ recovery-image] Aug 25 22:54:39.206 INFO O| Aug 25 22:54:39.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65702026-08-25T22:54:40.014Z[ recovery-image] Aug 25 22:54:39.206 INFO O| Aug 25 22:54:39.206 INFO STEP 414 (remove_files) COMPLETE
65712026-08-25T22:54:40.014Z[ recovery-image] Aug 25 22:54:39.206 INFO O| Aug 25 22:54:39.206 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-25T22:54:40.023Z[ recovery-image] Aug 25 22:54:39.215 INFO O| Aug 25 22:54:39.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65732026-08-25T22:54:40.023Z[ recovery-image] Aug 25 22:54:39.215 INFO O| Aug 25 22:54:39.215 INFO STEP 415 (remove_files) COMPLETE
65742026-08-25T22:54:40.027Z[ recovery-image] Aug 25 22:54:39.215 INFO O| Aug 25 22:54:39.215 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-25T22:54:40.036Z[ recovery-image] Aug 25 22:54:39.225 INFO O| Aug 25 22:54:39.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65762026-08-25T22:54:40.036Z[ recovery-image] Aug 25 22:54:39.225 INFO O| Aug 25 22:54:39.225 INFO STEP 416 (remove_files) COMPLETE
65772026-08-25T22:54:40.036Z[ recovery-image] Aug 25 22:54:39.225 INFO O| Aug 25 22:54:39.225 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-25T22:54:40.043Z[ recovery-image] Aug 25 22:54:39.235 INFO O| Aug 25 22:54:39.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65792026-08-25T22:54:40.044Z[ recovery-image] Aug 25 22:54:39.236 INFO O| Aug 25 22:54:39.235 INFO STEP 417 (remove_files) COMPLETE
65802026-08-25T22:54:40.044Z[ recovery-image] Aug 25 22:54:39.236 INFO O| Aug 25 22:54:39.236 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-25T22:54:40.053Z[ recovery-image] Aug 25 22:54:39.245 INFO O| Aug 25 22:54:39.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65822026-08-25T22:54:40.053Z[ recovery-image] Aug 25 22:54:39.245 INFO O| Aug 25 22:54:39.245 INFO STEP 418 (remove_files) COMPLETE
65832026-08-25T22:54:40.057Z[ recovery-image] Aug 25 22:54:39.245 INFO O| Aug 25 22:54:39.245 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-25T22:54:40.063Z[ recovery-image] Aug 25 22:54:39.255 INFO O| Aug 25 22:54:39.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65852026-08-25T22:54:40.063Z[ recovery-image] Aug 25 22:54:39.256 INFO O| Aug 25 22:54:39.255 INFO STEP 419 (remove_files) COMPLETE
65862026-08-25T22:54:40.067Z[ recovery-image] Aug 25 22:54:39.256 INFO O| Aug 25 22:54:39.255 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-25T22:54:40.073Z[ recovery-image] Aug 25 22:54:39.266 INFO O| Aug 25 22:54:39.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65882026-08-25T22:54:40.073Z[ recovery-image] Aug 25 22:54:39.266 INFO O| Aug 25 22:54:39.266 INFO STEP 420 (remove_files) COMPLETE
65892026-08-25T22:54:40.073Z[ recovery-image] Aug 25 22:54:39.266 INFO O| Aug 25 22:54:39.266 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-25T22:54:40.078Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
65912026-08-25T22:54:40.087Z[ recovery-image] Aug 25 22:54:39.278 INFO O| Aug 25 22:54:39.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65922026-08-25T22:54:40.108Z[ recovery-image] Aug 25 22:54:39.279 INFO O| Aug 25 22:54:39.279 INFO STEP 421 (remove_files) COMPLETE
65932026-08-25T22:54:40.108Z[ recovery-image] Aug 25 22:54:39.279 INFO O| Aug 25 22:54:39.279 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-25T22:54:40.108Z[ recovery-image] Aug 25 22:54:39.291 INFO O| Aug 25 22:54:39.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65952026-08-25T22:54:40.108Z[ recovery-image] Aug 25 22:54:39.291 INFO O| Aug 25 22:54:39.291 INFO STEP 422 (remove_files) COMPLETE
65962026-08-25T22:54:40.108Z[ recovery-image] Aug 25 22:54:39.291 INFO O| Aug 25 22:54:39.291 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-25T22:54:40.112Z[ recovery-image] Aug 25 22:54:39.304 INFO O| Aug 25 22:54:39.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65982026-08-25T22:54:40.112Z[ recovery-image] Aug 25 22:54:39.304 INFO O| Aug 25 22:54:39.304 INFO STEP 423 (remove_files) COMPLETE
65992026-08-25T22:54:40.112Z[ recovery-image] Aug 25 22:54:39.304 INFO O| Aug 25 22:54:39.304 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-25T22:54:40.125Z[ recovery-image] Aug 25 22:54:39.317 INFO O| Aug 25 22:54:39.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66012026-08-25T22:54:40.125Z[ recovery-image] Aug 25 22:54:39.317 INFO O| Aug 25 22:54:39.317 INFO STEP 424 (remove_files) COMPLETE
66022026-08-25T22:54:40.131Z[ recovery-image] Aug 25 22:54:39.317 INFO O| Aug 25 22:54:39.317 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-25T22:54:40.140Z[ recovery-image] Aug 25 22:54:39.328 INFO O| Aug 25 22:54:39.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66042026-08-25T22:54:40.140Z[ recovery-image] Aug 25 22:54:39.328 INFO O| Aug 25 22:54:39.328 INFO STEP 425 (remove_files) COMPLETE
66052026-08-25T22:54:40.140Z[ recovery-image] Aug 25 22:54:39.328 INFO O| Aug 25 22:54:39.328 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-25T22:54:40.149Z[ recovery-image] Aug 25 22:54:39.341 INFO O| Aug 25 22:54:39.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66072026-08-25T22:54:40.153Z[ recovery-image] Aug 25 22:54:39.341 INFO O| Aug 25 22:54:39.341 INFO STEP 426 (remove_files) COMPLETE
66082026-08-25T22:54:40.153Z[ recovery-image] Aug 25 22:54:39.342 INFO O| Aug 25 22:54:39.341 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-25T22:54:40.160Z[ recovery-image] Aug 25 22:54:39.352 INFO O| Aug 25 22:54:39.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66102026-08-25T22:54:40.163Z[ recovery-image] Aug 25 22:54:39.352 INFO O| Aug 25 22:54:39.352 INFO STEP 427 (remove_files) COMPLETE
66112026-08-25T22:54:40.163Z[ recovery-image] Aug 25 22:54:39.352 INFO O| Aug 25 22:54:39.352 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-25T22:54:40.175Z[ recovery-image] Aug 25 22:54:39.364 INFO O| Aug 25 22:54:39.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66132026-08-25T22:54:40.175Z[ recovery-image] Aug 25 22:54:39.364 INFO O| Aug 25 22:54:39.364 INFO STEP 428 (remove_files) COMPLETE
66142026-08-25T22:54:40.175Z[ recovery-image] Aug 25 22:54:39.364 INFO O| Aug 25 22:54:39.364 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-25T22:54:40.185Z[ recovery-image] Aug 25 22:54:39.376 INFO O| Aug 25 22:54:39.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66162026-08-25T22:54:40.185Z[ recovery-image] Aug 25 22:54:39.376 INFO O| Aug 25 22:54:39.376 INFO STEP 429 (remove_files) COMPLETE
66172026-08-25T22:54:40.188Z[ recovery-image] Aug 25 22:54:39.376 INFO O| Aug 25 22:54:39.376 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-25T22:54:40.195Z[ recovery-image] Aug 25 22:54:39.388 INFO O| Aug 25 22:54:39.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66192026-08-25T22:54:40.195Z[ recovery-image] Aug 25 22:54:39.388 INFO O| Aug 25 22:54:39.388 INFO STEP 430 (remove_files) COMPLETE
66202026-08-25T22:54:40.195Z[ recovery-image] Aug 25 22:54:39.388 INFO O| Aug 25 22:54:39.388 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-25T22:54:40.208Z[ recovery-image] Aug 25 22:54:39.399 INFO O| Aug 25 22:54:39.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66222026-08-25T22:54:40.208Z[ recovery-image] Aug 25 22:54:39.399 INFO O| Aug 25 22:54:39.399 INFO STEP 431 (remove_files) COMPLETE
66232026-08-25T22:54:40.208Z[ recovery-image] Aug 25 22:54:39.399 INFO O| Aug 25 22:54:39.399 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-25T22:54:40.218Z[ recovery-image] Aug 25 22:54:39.410 INFO O| Aug 25 22:54:39.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66252026-08-25T22:54:40.218Z[ recovery-image] Aug 25 22:54:39.410 INFO O| Aug 25 22:54:39.410 INFO STEP 432 (remove_files) COMPLETE
66262026-08-25T22:54:40.218Z[ recovery-image] Aug 25 22:54:39.410 INFO O| Aug 25 22:54:39.410 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-25T22:54:40.230Z[ recovery-image] Aug 25 22:54:39.421 INFO O| Aug 25 22:54:39.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66282026-08-25T22:54:40.230Z[ recovery-image] Aug 25 22:54:39.422 INFO O| Aug 25 22:54:39.422 INFO STEP 433 (remove_files) COMPLETE
66292026-08-25T22:54:40.230Z[ recovery-image] Aug 25 22:54:39.422 INFO O| Aug 25 22:54:39.422 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-25T22:54:40.240Z[ recovery-image] Aug 25 22:54:39.432 INFO O| Aug 25 22:54:39.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66312026-08-25T22:54:40.240Z[ recovery-image] Aug 25 22:54:39.432 INFO O| Aug 25 22:54:39.432 INFO STEP 434 (remove_files) COMPLETE
66322026-08-25T22:54:40.240Z[ recovery-image] Aug 25 22:54:39.432 INFO O| Aug 25 22:54:39.432 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-25T22:54:40.252Z[ recovery-image] Aug 25 22:54:39.444 INFO O| Aug 25 22:54:39.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66342026-08-25T22:54:40.256Z[ recovery-image] Aug 25 22:54:39.445 INFO O| Aug 25 22:54:39.445 INFO STEP 435 (remove_files) COMPLETE
66352026-08-25T22:54:40.256Z[ recovery-image] Aug 25 22:54:39.445 INFO O| Aug 25 22:54:39.445 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-25T22:54:40.264Z[ recovery-image] Aug 25 22:54:39.456 INFO O| Aug 25 22:54:39.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66372026-08-25T22:54:40.264Z[ recovery-image] Aug 25 22:54:39.456 INFO O| Aug 25 22:54:39.456 INFO STEP 436 (remove_files) COMPLETE
66382026-08-25T22:54:40.267Z[ recovery-image] Aug 25 22:54:39.456 INFO O| Aug 25 22:54:39.456 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-25T22:54:40.274Z[ recovery-image] Aug 25 22:54:39.466 INFO O| Aug 25 22:54:39.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66402026-08-25T22:54:40.277Z[ recovery-image] Aug 25 22:54:39.466 INFO O| Aug 25 22:54:39.466 INFO STEP 437 (remove_files) COMPLETE
66412026-08-25T22:54:40.277Z[ recovery-image] Aug 25 22:54:39.466 INFO O| Aug 25 22:54:39.466 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-25T22:54:40.284Z[ recovery-image] Aug 25 22:54:39.475 INFO O| Aug 25 22:54:39.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66432026-08-25T22:54:40.284Z[ recovery-image] Aug 25 22:54:39.475 INFO O| Aug 25 22:54:39.475 INFO STEP 438 (remove_files) COMPLETE
66442026-08-25T22:54:40.287Z[ recovery-image] Aug 25 22:54:39.475 INFO O| Aug 25 22:54:39.475 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-25T22:54:40.294Z[ recovery-image] Aug 25 22:54:39.486 INFO O| Aug 25 22:54:39.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66462026-08-25T22:54:40.294Z[ recovery-image] Aug 25 22:54:39.486 INFO O| Aug 25 22:54:39.486 INFO STEP 439 (remove_files) COMPLETE
66472026-08-25T22:54:40.297Z[ recovery-image] Aug 25 22:54:39.486 INFO O| Aug 25 22:54:39.486 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-25T22:54:40.301Z[verify-libraries] Compiling socket2 v0.5.10
66492026-08-25T22:54:40.305Z[ recovery-image] Aug 25 22:54:39.497 INFO O| Aug 25 22:54:39.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66502026-08-25T22:54:40.305Z[ recovery-image] Aug 25 22:54:39.497 INFO O| Aug 25 22:54:39.497 INFO STEP 440 (remove_files) COMPLETE
66512026-08-25T22:54:40.305Z[ recovery-image] Aug 25 22:54:39.497 INFO O| Aug 25 22:54:39.497 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-25T22:54:40.317Z[ recovery-image] Aug 25 22:54:39.509 INFO O| Aug 25 22:54:39.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66532026-08-25T22:54:40.317Z[ recovery-image] Aug 25 22:54:39.509 INFO O| Aug 25 22:54:39.509 INFO STEP 441 (remove_files) COMPLETE
66542026-08-25T22:54:40.317Z[ recovery-image] Aug 25 22:54:39.509 INFO O| Aug 25 22:54:39.509 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-25T22:54:40.329Z[ recovery-image] Aug 25 22:54:39.521 INFO O| Aug 25 22:54:39.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66562026-08-25T22:54:40.329Z[ recovery-image] Aug 25 22:54:39.521 INFO O| Aug 25 22:54:39.521 INFO STEP 442 (remove_files) COMPLETE
66572026-08-25T22:54:40.329Z[ recovery-image] Aug 25 22:54:39.521 INFO O| Aug 25 22:54:39.521 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-25T22:54:40.341Z[ recovery-image] Aug 25 22:54:39.533 INFO O| Aug 25 22:54:39.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66592026-08-25T22:54:40.341Z[ recovery-image] Aug 25 22:54:39.533 INFO O| Aug 25 22:54:39.533 INFO STEP 443 (remove_files) COMPLETE
66602026-08-25T22:54:40.341Z[ recovery-image] Aug 25 22:54:39.533 INFO O| Aug 25 22:54:39.533 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-25T22:54:40.352Z[ recovery-image] Aug 25 22:54:39.544 INFO O| Aug 25 22:54:39.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66622026-08-25T22:54:40.352Z[ recovery-image] Aug 25 22:54:39.544 INFO O| Aug 25 22:54:39.544 INFO STEP 444 (remove_files) COMPLETE
66632026-08-25T22:54:40.352Z[ recovery-image] Aug 25 22:54:39.544 INFO O| Aug 25 22:54:39.544 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-25T22:54:40.365Z[ recovery-image] Aug 25 22:54:39.556 INFO O| Aug 25 22:54:39.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66652026-08-25T22:54:40.365Z[ recovery-image] Aug 25 22:54:39.556 INFO O| Aug 25 22:54:39.556 INFO STEP 445 (remove_files) COMPLETE
66662026-08-25T22:54:40.369Z[ recovery-image] Aug 25 22:54:39.556 INFO O| Aug 25 22:54:39.556 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-25T22:54:40.375Z[ recovery-image] Aug 25 22:54:39.567 INFO O| Aug 25 22:54:39.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66682026-08-25T22:54:40.375Z[ recovery-image] Aug 25 22:54:39.567 INFO O| Aug 25 22:54:39.567 INFO STEP 446 (remove_files) COMPLETE
66692026-08-25T22:54:40.378Z[ recovery-image] Aug 25 22:54:39.567 INFO O| Aug 25 22:54:39.567 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-25T22:54:40.385Z[ recovery-image] Aug 25 22:54:39.577 INFO O| Aug 25 22:54:39.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66712026-08-25T22:54:40.389Z[ recovery-image] Aug 25 22:54:39.578 INFO O| Aug 25 22:54:39.578 INFO STEP 447 (remove_files) COMPLETE
66722026-08-25T22:54:40.389Z[ recovery-image] Aug 25 22:54:39.578 INFO O| Aug 25 22:54:39.578 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-25T22:54:40.396Z[ recovery-image] Aug 25 22:54:39.589 INFO O| Aug 25 22:54:39.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66742026-08-25T22:54:40.396Z[ recovery-image] Aug 25 22:54:39.589 INFO O| Aug 25 22:54:39.589 INFO STEP 448 (remove_files) COMPLETE
66752026-08-25T22:54:40.400Z[ recovery-image] Aug 25 22:54:39.589 INFO O| Aug 25 22:54:39.589 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-25T22:54:40.407Z[ recovery-image] Aug 25 22:54:39.599 INFO O| Aug 25 22:54:39.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66772026-08-25T22:54:40.407Z[ recovery-image] Aug 25 22:54:39.599 INFO O| Aug 25 22:54:39.599 INFO STEP 449 (remove_files) COMPLETE
66782026-08-25T22:54:40.407Z[ recovery-image] Aug 25 22:54:39.599 INFO O| Aug 25 22:54:39.599 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-25T22:54:40.422Z[ recovery-image] Aug 25 22:54:39.613 INFO O| Aug 25 22:54:39.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66802026-08-25T22:54:40.422Z[ recovery-image] Aug 25 22:54:39.613 INFO O| Aug 25 22:54:39.613 INFO STEP 450 (remove_files) COMPLETE
66812026-08-25T22:54:40.422Z[ recovery-image] Aug 25 22:54:39.613 INFO O| Aug 25 22:54:39.613 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-25T22:54:40.432Z[ recovery-image] Aug 25 22:54:39.625 INFO O| Aug 25 22:54:39.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66832026-08-25T22:54:40.432Z[ recovery-image] Aug 25 22:54:39.625 INFO O| Aug 25 22:54:39.625 INFO STEP 451 (remove_files) COMPLETE
66842026-08-25T22:54:40.432Z[ recovery-image] Aug 25 22:54:39.625 INFO O| Aug 25 22:54:39.625 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-25T22:54:40.444Z[ recovery-image] Aug 25 22:54:39.637 INFO O| Aug 25 22:54:39.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66862026-08-25T22:54:40.448Z[ recovery-image] Aug 25 22:54:39.637 INFO O| Aug 25 22:54:39.637 INFO STEP 452 (remove_files) COMPLETE
66872026-08-25T22:54:40.448Z[ recovery-image] Aug 25 22:54:39.637 INFO O| Aug 25 22:54:39.637 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-25T22:54:40.453Z[verify-libraries] Compiling fs-err v2.11.0
66892026-08-25T22:54:40.457Z[ recovery-image] Aug 25 22:54:39.649 INFO O| Aug 25 22:54:39.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66902026-08-25T22:54:40.457Z[ recovery-image] Aug 25 22:54:39.649 INFO O| Aug 25 22:54:39.649 INFO STEP 453 (remove_files) COMPLETE
66912026-08-25T22:54:40.461Z[ recovery-image] Aug 25 22:54:39.650 INFO O| Aug 25 22:54:39.649 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-25T22:54:40.467Z[ recovery-image] Aug 25 22:54:39.660 INFO O| Aug 25 22:54:39.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66932026-08-25T22:54:40.471Z[ recovery-image] Aug 25 22:54:39.662 INFO O| Aug 25 22:54:39.662 INFO STEP 454 (remove_files) COMPLETE
66942026-08-25T22:54:40.471Z[ recovery-image] Aug 25 22:54:39.662 INFO O| Aug 25 22:54:39.662 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-25T22:54:40.481Z[ recovery-image] Aug 25 22:54:39.674 INFO O| Aug 25 22:54:39.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66962026-08-25T22:54:40.485Z[ recovery-image] Aug 25 22:54:39.674 INFO O| Aug 25 22:54:39.674 INFO STEP 455 (remove_files) COMPLETE
66972026-08-25T22:54:40.485Z[ recovery-image] Aug 25 22:54:39.674 INFO O| Aug 25 22:54:39.674 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-25T22:54:40.492Z[ recovery-image] Aug 25 22:54:39.684 INFO O| Aug 25 22:54:39.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66992026-08-25T22:54:40.492Z[ recovery-image] Aug 25 22:54:39.684 INFO O| Aug 25 22:54:39.684 INFO STEP 456 (remove_files) COMPLETE
67002026-08-25T22:54:40.492Z[ recovery-image] Aug 25 22:54:39.684 INFO O| Aug 25 22:54:39.684 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-25T22:54:40.495Z[verify-libraries] Compiling internet-checksum v0.2.1
67022026-08-25T22:54:40.502Z[ recovery-image] Aug 25 22:54:39.694 INFO O| Aug 25 22:54:39.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67032026-08-25T22:54:40.505Z[ recovery-image] Aug 25 22:54:39.694 INFO O| Aug 25 22:54:39.694 INFO STEP 457 (remove_files) COMPLETE
67042026-08-25T22:54:40.505Z[ recovery-image] Aug 25 22:54:39.694 INFO O| Aug 25 22:54:39.694 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-25T22:54:40.512Z[ recovery-image] Aug 25 22:54:39.704 INFO O| Aug 25 22:54:39.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67062026-08-25T22:54:40.512Z[ recovery-image] Aug 25 22:54:39.704 INFO O| Aug 25 22:54:39.704 INFO STEP 458 (remove_files) COMPLETE
67072026-08-25T22:54:40.512Z[ recovery-image] Aug 25 22:54:39.704 INFO O| Aug 25 22:54:39.704 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-25T22:54:40.523Z[ recovery-image] Aug 25 22:54:39.714 INFO O| Aug 25 22:54:39.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67092026-08-25T22:54:40.523Z[ recovery-image] Aug 25 22:54:39.714 INFO O| Aug 25 22:54:39.714 INFO STEP 459 (remove_files) COMPLETE
67102026-08-25T22:54:40.523Z[ recovery-image] Aug 25 22:54:39.714 INFO O| Aug 25 22:54:39.714 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-25T22:54:40.531Z[ recovery-image] Aug 25 22:54:39.723 INFO O| Aug 25 22:54:39.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67122026-08-25T22:54:40.531Z[ recovery-image] Aug 25 22:54:39.723 INFO O| Aug 25 22:54:39.723 INFO STEP 460 (remove_files) COMPLETE
67132026-08-25T22:54:40.531Z[ recovery-image] Aug 25 22:54:39.723 INFO O| Aug 25 22:54:39.723 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-25T22:54:40.540Z[ recovery-image] Aug 25 22:54:39.732 INFO O| Aug 25 22:54:39.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67152026-08-25T22:54:40.540Z[ recovery-image] Aug 25 22:54:39.732 INFO O| Aug 25 22:54:39.732 INFO STEP 461 (remove_files) COMPLETE
67162026-08-25T22:54:40.540Z[ recovery-image] Aug 25 22:54:39.732 INFO O| Aug 25 22:54:39.732 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-25T22:54:40.549Z[ recovery-image] Aug 25 22:54:39.741 INFO O| Aug 25 22:54:39.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67182026-08-25T22:54:40.549Z[ recovery-image] Aug 25 22:54:39.741 INFO O| Aug 25 22:54:39.741 INFO STEP 462 (remove_files) COMPLETE
67192026-08-25T22:54:40.549Z[ recovery-image] Aug 25 22:54:39.741 INFO O| Aug 25 22:54:39.741 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-25T22:54:40.559Z[ recovery-image] Aug 25 22:54:39.751 INFO O| Aug 25 22:54:39.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67212026-08-25T22:54:40.559Z[ recovery-image] Aug 25 22:54:39.751 INFO O| Aug 25 22:54:39.751 INFO STEP 463 (remove_files) COMPLETE
67222026-08-25T22:54:40.559Z[ recovery-image] Aug 25 22:54:39.751 INFO O| Aug 25 22:54:39.751 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-25T22:54:40.568Z[ recovery-image] Aug 25 22:54:39.760 INFO O| Aug 25 22:54:39.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67242026-08-25T22:54:40.568Z[ recovery-image] Aug 25 22:54:39.761 INFO O| Aug 25 22:54:39.761 INFO STEP 464 (remove_files) COMPLETE
67252026-08-25T22:54:40.568Z[ recovery-image] Aug 25 22:54:39.761 INFO O| Aug 25 22:54:39.761 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-25T22:54:40.596Z[ recovery-image] Aug 25 22:54:39.770 INFO O| Aug 25 22:54:39.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67272026-08-25T22:54:40.596Z[ recovery-image] Aug 25 22:54:39.770 INFO O| Aug 25 22:54:39.770 INFO STEP 465 (remove_files) COMPLETE
67282026-08-25T22:54:40.596Z[ recovery-image] Aug 25 22:54:39.770 INFO O| Aug 25 22:54:39.770 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-25T22:54:40.596Z[ recovery-image] Aug 25 22:54:39.779 INFO O| Aug 25 22:54:39.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67302026-08-25T22:54:40.596Z[ recovery-image] Aug 25 22:54:39.779 INFO O| Aug 25 22:54:39.779 INFO STEP 466 (remove_files) COMPLETE
67312026-08-25T22:54:40.596Z[ recovery-image] Aug 25 22:54:39.779 INFO O| Aug 25 22:54:39.779 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-25T22:54:40.600Z[ recovery-image] Aug 25 22:54:39.788 INFO O| Aug 25 22:54:39.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67332026-08-25T22:54:40.600Z[ recovery-image] Aug 25 22:54:39.788 INFO O| Aug 25 22:54:39.788 INFO STEP 467 (remove_files) COMPLETE
67342026-08-25T22:54:40.600Z[ recovery-image] Aug 25 22:54:39.788 INFO O| Aug 25 22:54:39.788 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-25T22:54:40.606Z[ recovery-image] Aug 25 22:54:39.798 INFO O| Aug 25 22:54:39.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67362026-08-25T22:54:40.606Z[ recovery-image] Aug 25 22:54:39.798 INFO O| Aug 25 22:54:39.798 INFO STEP 468 (remove_files) COMPLETE
67372026-08-25T22:54:40.606Z[ recovery-image] Aug 25 22:54:39.798 INFO O| Aug 25 22:54:39.798 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-25T22:54:40.617Z[ recovery-image] Aug 25 22:54:39.809 INFO O| Aug 25 22:54:39.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67392026-08-25T22:54:40.617Z[ recovery-image] Aug 25 22:54:39.809 INFO O| Aug 25 22:54:39.809 INFO STEP 469 (remove_files) COMPLETE
67402026-08-25T22:54:40.617Z[ recovery-image] Aug 25 22:54:39.809 INFO O| Aug 25 22:54:39.809 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-25T22:54:40.627Z[ recovery-image] Aug 25 22:54:39.819 INFO O| Aug 25 22:54:39.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67422026-08-25T22:54:40.627Z[ recovery-image] Aug 25 22:54:39.819 INFO O| Aug 25 22:54:39.819 INFO STEP 470 (remove_files) COMPLETE
67432026-08-25T22:54:40.630Z[ recovery-image] Aug 25 22:54:39.819 INFO O| Aug 25 22:54:39.819 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-25T22:54:40.635Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
67452026-08-25T22:54:40.639Z[ recovery-image] Aug 25 22:54:39.829 INFO O| Aug 25 22:54:39.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67462026-08-25T22:54:40.639Z[ recovery-image] Aug 25 22:54:39.829 INFO O| Aug 25 22:54:39.829 INFO STEP 471 (remove_files) COMPLETE
67472026-08-25T22:54:40.639Z[ recovery-image] Aug 25 22:54:39.829 INFO O| Aug 25 22:54:39.829 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-25T22:54:40.646Z[ recovery-image] Aug 25 22:54:39.839 INFO O| Aug 25 22:54:39.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67492026-08-25T22:54:40.646Z[ recovery-image] Aug 25 22:54:39.839 INFO O| Aug 25 22:54:39.839 INFO STEP 472 (remove_files) COMPLETE
67502026-08-25T22:54:40.646Z[ recovery-image] Aug 25 22:54:39.839 INFO O| Aug 25 22:54:39.839 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-25T22:54:40.667Z[ recovery-image] Aug 25 22:54:39.857 INFO O| Aug 25 22:54:39.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67522026-08-25T22:54:40.667Z[ recovery-image] Aug 25 22:54:39.857 INFO O| Aug 25 22:54:39.857 INFO STEP 473 (remove_files) COMPLETE
67532026-08-25T22:54:40.667Z[ recovery-image] Aug 25 22:54:39.857 INFO O| Aug 25 22:54:39.857 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-25T22:54:40.674Z[ recovery-image] Aug 25 22:54:39.866 INFO O| Aug 25 22:54:39.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67552026-08-25T22:54:40.675Z[ recovery-image] Aug 25 22:54:39.867 INFO O| Aug 25 22:54:39.866 INFO STEP 474 (remove_files) COMPLETE
67562026-08-25T22:54:40.678Z[ recovery-image] Aug 25 22:54:39.867 INFO O| Aug 25 22:54:39.866 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-25T22:54:40.684Z[ recovery-image] Aug 25 22:54:39.877 INFO O| Aug 25 22:54:39.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67582026-08-25T22:54:40.684Z[ recovery-image] Aug 25 22:54:39.877 INFO O| Aug 25 22:54:39.877 INFO STEP 475 (remove_files) COMPLETE
67592026-08-25T22:54:40.688Z[ recovery-image] Aug 25 22:54:39.877 INFO O| Aug 25 22:54:39.877 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-25T22:54:40.695Z[ recovery-image] Aug 25 22:54:39.886 INFO O| Aug 25 22:54:39.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67612026-08-25T22:54:40.695Z[ recovery-image] Aug 25 22:54:39.887 INFO O| Aug 25 22:54:39.887 INFO STEP 476 (remove_files) COMPLETE
67622026-08-25T22:54:40.698Z[ recovery-image] Aug 25 22:54:39.887 INFO O| Aug 25 22:54:39.887 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-25T22:54:40.704Z[ recovery-image] Aug 25 22:54:39.896 INFO O| Aug 25 22:54:39.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67642026-08-25T22:54:40.704Z[ recovery-image] Aug 25 22:54:39.896 INFO O| Aug 25 22:54:39.896 INFO STEP 477 (remove_files) COMPLETE
67652026-08-25T22:54:40.707Z[ recovery-image] Aug 25 22:54:39.896 INFO O| Aug 25 22:54:39.896 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-25T22:54:40.714Z[ recovery-image] Aug 25 22:54:39.907 INFO O| Aug 25 22:54:39.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67672026-08-25T22:54:40.714Z[ recovery-image] Aug 25 22:54:39.907 INFO O| Aug 25 22:54:39.907 INFO STEP 478 (remove_files) COMPLETE
67682026-08-25T22:54:40.718Z[ recovery-image] Aug 25 22:54:39.907 INFO O| Aug 25 22:54:39.907 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-25T22:54:40.724Z[ recovery-image] Aug 25 22:54:39.916 INFO O| Aug 25 22:54:39.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67702026-08-25T22:54:40.724Z[ recovery-image] Aug 25 22:54:39.916 INFO O| Aug 25 22:54:39.916 INFO STEP 479 (remove_files) COMPLETE
67712026-08-25T22:54:40.724Z[ recovery-image] Aug 25 22:54:39.916 INFO O| Aug 25 22:54:39.916 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-25T22:54:40.733Z[ recovery-image] Aug 25 22:54:39.925 INFO O| Aug 25 22:54:39.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67732026-08-25T22:54:40.733Z[ recovery-image] Aug 25 22:54:39.925 INFO O| Aug 25 22:54:39.925 INFO STEP 480 (remove_files) COMPLETE
67742026-08-25T22:54:40.737Z[ recovery-image] Aug 25 22:54:39.925 INFO O| Aug 25 22:54:39.925 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-25T22:54:40.742Z[ recovery-image] Aug 25 22:54:39.934 INFO O| Aug 25 22:54:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67762026-08-25T22:54:40.742Z[ recovery-image] Aug 25 22:54:39.934 INFO O| Aug 25 22:54:39.934 INFO STEP 481 (remove_files) COMPLETE
67772026-08-25T22:54:40.746Z[ recovery-image] Aug 25 22:54:39.934 INFO O| Aug 25 22:54:39.934 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-25T22:54:40.751Z[ recovery-image] Aug 25 22:54:39.944 INFO O| Aug 25 22:54:39.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67792026-08-25T22:54:40.751Z[ recovery-image] Aug 25 22:54:39.944 INFO O| Aug 25 22:54:39.944 INFO STEP 482 (remove_files) COMPLETE
67802026-08-25T22:54:40.755Z[ recovery-image] Aug 25 22:54:39.944 INFO O| Aug 25 22:54:39.944 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-25T22:54:40.760Z[ recovery-image] Aug 25 22:54:39.952 INFO O| Aug 25 22:54:39.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67822026-08-25T22:54:40.760Z[ recovery-image] Aug 25 22:54:39.952 INFO O| Aug 25 22:54:39.952 INFO STEP 483 (remove_files) COMPLETE
67832026-08-25T22:54:40.760Z[ recovery-image] Aug 25 22:54:39.952 INFO O| Aug 25 22:54:39.952 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-25T22:54:40.770Z[ recovery-image] Aug 25 22:54:39.962 INFO O| Aug 25 22:54:39.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67852026-08-25T22:54:40.770Z[ recovery-image] Aug 25 22:54:39.962 INFO O| Aug 25 22:54:39.962 INFO STEP 484 (remove_files) COMPLETE
67862026-08-25T22:54:40.770Z[ recovery-image] Aug 25 22:54:39.962 INFO O| Aug 25 22:54:39.962 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-25T22:54:40.782Z[ recovery-image] Aug 25 22:54:39.972 INFO O| Aug 25 22:54:39.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67882026-08-25T22:54:40.782Z[ recovery-image] Aug 25 22:54:39.972 INFO O| Aug 25 22:54:39.972 INFO STEP 485 (remove_files) COMPLETE
67892026-08-25T22:54:40.782Z[ recovery-image] Aug 25 22:54:39.972 INFO O| Aug 25 22:54:39.972 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-25T22:54:40.789Z[ recovery-image] Aug 25 22:54:39.982 INFO O| Aug 25 22:54:39.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67912026-08-25T22:54:40.789Z[ recovery-image] Aug 25 22:54:39.982 INFO O| Aug 25 22:54:39.982 INFO STEP 486 (remove_files) COMPLETE
67922026-08-25T22:54:40.793Z[ recovery-image] Aug 25 22:54:39.982 INFO O| Aug 25 22:54:39.982 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-25T22:54:40.799Z[ recovery-image] Aug 25 22:54:39.992 INFO O| Aug 25 22:54:39.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67942026-08-25T22:54:40.800Z[ recovery-image] Aug 25 22:54:39.992 INFO O| Aug 25 22:54:39.992 INFO STEP 487 (remove_files) COMPLETE
67952026-08-25T22:54:40.800Z[ recovery-image] Aug 25 22:54:39.992 INFO O| Aug 25 22:54:39.992 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-25T22:54:40.813Z[ recovery-image] Aug 25 22:54:40.001 INFO O| Aug 25 22:54:40.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67972026-08-25T22:54:40.813Z[ recovery-image] Aug 25 22:54:40.001 INFO O| Aug 25 22:54:40.001 INFO STEP 488 (remove_files) COMPLETE
67982026-08-25T22:54:40.813Z[ recovery-image] Aug 25 22:54:40.001 INFO O| Aug 25 22:54:40.001 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-25T22:54:40.818Z[ recovery-image] Aug 25 22:54:40.010 INFO O| Aug 25 22:54:40.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68002026-08-25T22:54:40.818Z[ recovery-image] Aug 25 22:54:40.010 INFO O| Aug 25 22:54:40.010 INFO STEP 489 (remove_files) COMPLETE
68012026-08-25T22:54:40.818Z[ recovery-image] Aug 25 22:54:40.010 INFO O| Aug 25 22:54:40.010 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-25T22:54:40.828Z[ recovery-image] Aug 25 22:54:40.020 INFO O| Aug 25 22:54:40.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68032026-08-25T22:54:40.828Z[ recovery-image] Aug 25 22:54:40.020 INFO O| Aug 25 22:54:40.020 INFO STEP 490 (remove_files) COMPLETE
68042026-08-25T22:54:40.828Z[ recovery-image] Aug 25 22:54:40.020 INFO O| Aug 25 22:54:40.020 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-25T22:54:40.838Z[ recovery-image] Aug 25 22:54:40.030 INFO O| Aug 25 22:54:40.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68062026-08-25T22:54:40.838Z[ recovery-image] Aug 25 22:54:40.030 INFO O| Aug 25 22:54:40.030 INFO STEP 491 (remove_files) COMPLETE
68072026-08-25T22:54:40.838Z[ recovery-image] Aug 25 22:54:40.030 INFO O| Aug 25 22:54:40.030 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-25T22:54:40.848Z[ recovery-image] Aug 25 22:54:40.039 INFO O| Aug 25 22:54:40.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68092026-08-25T22:54:40.848Z[ recovery-image] Aug 25 22:54:40.040 INFO O| Aug 25 22:54:40.040 INFO STEP 492 (remove_files) COMPLETE
68102026-08-25T22:54:40.848Z[ recovery-image] Aug 25 22:54:40.040 INFO O| Aug 25 22:54:40.040 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-25T22:54:40.858Z[ recovery-image] Aug 25 22:54:40.050 INFO O| Aug 25 22:54:40.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68122026-08-25T22:54:40.858Z[ recovery-image] Aug 25 22:54:40.050 INFO O| Aug 25 22:54:40.049 INFO STEP 493 (remove_files) COMPLETE
68132026-08-25T22:54:40.858Z[ recovery-image] Aug 25 22:54:40.050 INFO O| Aug 25 22:54:40.049 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-25T22:54:40.867Z[ recovery-image] Aug 25 22:54:40.059 INFO O| Aug 25 22:54:40.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68152026-08-25T22:54:40.867Z[ recovery-image] Aug 25 22:54:40.060 INFO O| Aug 25 22:54:40.059 INFO STEP 494 (remove_files) COMPLETE
68162026-08-25T22:54:40.867Z[ recovery-image] Aug 25 22:54:40.060 INFO O| Aug 25 22:54:40.060 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-25T22:54:40.878Z[ recovery-image] Aug 25 22:54:40.070 INFO O| Aug 25 22:54:40.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68182026-08-25T22:54:40.878Z[ recovery-image] Aug 25 22:54:40.070 INFO O| Aug 25 22:54:40.070 INFO STEP 495 (remove_files) COMPLETE
68192026-08-25T22:54:40.878Z[ recovery-image] Aug 25 22:54:40.070 INFO O| Aug 25 22:54:40.070 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-25T22:54:40.892Z[ recovery-image] Aug 25 22:54:40.083 INFO O| Aug 25 22:54:40.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68212026-08-25T22:54:40.892Z[ recovery-image] Aug 25 22:54:40.083 INFO O| Aug 25 22:54:40.083 INFO STEP 496 (remove_files) COMPLETE
68222026-08-25T22:54:40.892Z[ recovery-image] Aug 25 22:54:40.083 INFO O| Aug 25 22:54:40.083 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-25T22:54:40.896Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
68242026-08-25T22:54:40.901Z[ recovery-image] Aug 25 22:54:40.094 INFO O| Aug 25 22:54:40.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68252026-08-25T22:54:40.901Z[ recovery-image] Aug 25 22:54:40.094 INFO O| Aug 25 22:54:40.094 INFO STEP 497 (remove_files) COMPLETE
68262026-08-25T22:54:40.905Z[ recovery-image] Aug 25 22:54:40.094 INFO O| Aug 25 22:54:40.094 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-25T22:54:40.911Z[ recovery-image] Aug 25 22:54:40.104 INFO O| Aug 25 22:54:40.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68282026-08-25T22:54:40.915Z[ recovery-image] Aug 25 22:54:40.104 INFO O| Aug 25 22:54:40.104 INFO STEP 498 (remove_files) COMPLETE
68292026-08-25T22:54:40.915Z[ recovery-image] Aug 25 22:54:40.104 INFO O| Aug 25 22:54:40.104 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-25T22:54:40.921Z[ recovery-image] Aug 25 22:54:40.114 INFO O| Aug 25 22:54:40.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68312026-08-25T22:54:40.921Z[ recovery-image] Aug 25 22:54:40.114 INFO O| Aug 25 22:54:40.114 INFO STEP 499 (remove_files) COMPLETE
68322026-08-25T22:54:40.921Z[ recovery-image] Aug 25 22:54:40.114 INFO O| Aug 25 22:54:40.114 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-25T22:54:40.932Z[ recovery-image] Aug 25 22:54:40.124 INFO O| Aug 25 22:54:40.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68342026-08-25T22:54:40.932Z[ recovery-image] Aug 25 22:54:40.124 INFO O| Aug 25 22:54:40.124 INFO STEP 500 (remove_files) COMPLETE
68352026-08-25T22:54:40.932Z[ recovery-image] Aug 25 22:54:40.124 INFO O| Aug 25 22:54:40.124 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-25T22:54:40.942Z[ recovery-image] Aug 25 22:54:40.134 INFO O| Aug 25 22:54:40.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68372026-08-25T22:54:40.942Z[ recovery-image] Aug 25 22:54:40.134 INFO O| Aug 25 22:54:40.134 INFO STEP 501 (remove_files) COMPLETE
68382026-08-25T22:54:40.942Z[ recovery-image] Aug 25 22:54:40.134 INFO O| Aug 25 22:54:40.134 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-25T22:54:40.951Z[ recovery-image] Aug 25 22:54:40.143 INFO O| Aug 25 22:54:40.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68402026-08-25T22:54:40.951Z[ recovery-image] Aug 25 22:54:40.143 INFO O| Aug 25 22:54:40.143 INFO STEP 502 (remove_files) COMPLETE
68412026-08-25T22:54:40.951Z[ recovery-image] Aug 25 22:54:40.143 INFO O| Aug 25 22:54:40.143 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-25T22:54:40.960Z[ recovery-image] Aug 25 22:54:40.152 INFO O| Aug 25 22:54:40.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68432026-08-25T22:54:40.960Z[ recovery-image] Aug 25 22:54:40.152 INFO O| Aug 25 22:54:40.152 INFO STEP 503 (remove_files) COMPLETE
68442026-08-25T22:54:40.960Z[ recovery-image] Aug 25 22:54:40.152 INFO O| Aug 25 22:54:40.152 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-25T22:54:40.971Z[ recovery-image] Aug 25 22:54:40.162 INFO O| Aug 25 22:54:40.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68462026-08-25T22:54:40.971Z[ recovery-image] Aug 25 22:54:40.162 INFO O| Aug 25 22:54:40.162 INFO STEP 504 (remove_files) COMPLETE
68472026-08-25T22:54:40.971Z[ recovery-image] Aug 25 22:54:40.162 INFO O| Aug 25 22:54:40.162 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-25T22:54:40.979Z[ recovery-image] Aug 25 22:54:40.172 INFO O| Aug 25 22:54:40.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68492026-08-25T22:54:40.983Z[ recovery-image] Aug 25 22:54:40.173 INFO O| Aug 25 22:54:40.173 INFO STEP 505 (remove_files) COMPLETE
68502026-08-25T22:54:40.983Z[ recovery-image] Aug 25 22:54:40.173 INFO O| Aug 25 22:54:40.173 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-25T22:54:40.990Z[ recovery-image] Aug 25 22:54:40.183 INFO O| Aug 25 22:54:40.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68522026-08-25T22:54:40.990Z[ recovery-image] Aug 25 22:54:40.183 INFO O| Aug 25 22:54:40.183 INFO STEP 506 (remove_files) COMPLETE
68532026-08-25T22:54:40.994Z[ recovery-image] Aug 25 22:54:40.183 INFO O| Aug 25 22:54:40.183 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-25T22:54:41.000Z[ recovery-image] Aug 25 22:54:40.191 INFO O| Aug 25 22:54:40.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68552026-08-25T22:54:41.000Z[ recovery-image] Aug 25 22:54:40.191 INFO O| Aug 25 22:54:40.191 INFO STEP 507 (remove_files) COMPLETE
68562026-08-25T22:54:41.003Z[ recovery-image] Aug 25 22:54:40.191 INFO O| Aug 25 22:54:40.191 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-25T22:54:41.010Z[ recovery-image] Aug 25 22:54:40.202 INFO O| Aug 25 22:54:40.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68582026-08-25T22:54:41.010Z[ recovery-image] Aug 25 22:54:40.202 INFO O| Aug 25 22:54:40.202 INFO STEP 508 (remove_files) COMPLETE
68592026-08-25T22:54:41.014Z[ recovery-image] Aug 25 22:54:40.202 INFO O| Aug 25 22:54:40.202 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-25T22:54:41.020Z[ recovery-image] Aug 25 22:54:40.213 INFO O| Aug 25 22:54:40.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68612026-08-25T22:54:41.020Z[ recovery-image] Aug 25 22:54:40.213 INFO O| Aug 25 22:54:40.213 INFO STEP 509 (remove_files) COMPLETE
68622026-08-25T22:54:41.024Z[ recovery-image] Aug 25 22:54:40.213 INFO O| Aug 25 22:54:40.213 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-25T22:54:41.031Z[ recovery-image] Aug 25 22:54:40.223 INFO O| Aug 25 22:54:40.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68642026-08-25T22:54:41.031Z[ recovery-image] Aug 25 22:54:40.223 INFO O| Aug 25 22:54:40.223 INFO STEP 510 (remove_files) COMPLETE
68652026-08-25T22:54:41.031Z[ recovery-image] Aug 25 22:54:40.223 INFO O| Aug 25 22:54:40.223 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-25T22:54:41.041Z[ recovery-image] Aug 25 22:54:40.233 INFO O| Aug 25 22:54:40.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68672026-08-25T22:54:41.041Z[ recovery-image] Aug 25 22:54:40.233 INFO O| Aug 25 22:54:40.233 INFO STEP 511 (remove_files) COMPLETE
68682026-08-25T22:54:41.041Z[ recovery-image] Aug 25 22:54:40.233 INFO O| Aug 25 22:54:40.233 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-25T22:54:41.051Z[ recovery-image] Aug 25 22:54:40.243 INFO O| Aug 25 22:54:40.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68702026-08-25T22:54:41.051Z[ recovery-image] Aug 25 22:54:40.243 INFO O| Aug 25 22:54:40.243 INFO STEP 512 (remove_files) COMPLETE
68712026-08-25T22:54:41.051Z[ recovery-image] Aug 25 22:54:40.243 INFO O| Aug 25 22:54:40.243 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-25T22:54:41.060Z[ recovery-image] Aug 25 22:54:40.253 INFO O| Aug 25 22:54:40.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68732026-08-25T22:54:41.064Z[ recovery-image] Aug 25 22:54:40.254 INFO O| Aug 25 22:54:40.254 INFO STEP 513 (remove_files) COMPLETE
68742026-08-25T22:54:41.064Z[ recovery-image] Aug 25 22:54:40.254 INFO O| Aug 25 22:54:40.254 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-25T22:54:41.071Z[ recovery-image] Aug 25 22:54:40.263 INFO O| Aug 25 22:54:40.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68762026-08-25T22:54:41.071Z[ recovery-image] Aug 25 22:54:40.264 INFO O| Aug 25 22:54:40.264 INFO STEP 514 (remove_files) COMPLETE
68772026-08-25T22:54:41.071Z[ recovery-image] Aug 25 22:54:40.264 INFO O| Aug 25 22:54:40.264 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-25T22:54:41.081Z[ recovery-image] Aug 25 22:54:40.273 INFO O| Aug 25 22:54:40.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68792026-08-25T22:54:41.081Z[ recovery-image] Aug 25 22:54:40.274 INFO O| Aug 25 22:54:40.273 INFO STEP 515 (remove_files) COMPLETE
68802026-08-25T22:54:41.081Z[ recovery-image] Aug 25 22:54:40.274 INFO O| Aug 25 22:54:40.273 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-25T22:54:41.091Z[ recovery-image] Aug 25 22:54:40.283 INFO O| Aug 25 22:54:40.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68822026-08-25T22:54:41.095Z[ recovery-image] Aug 25 22:54:40.284 INFO O| Aug 25 22:54:40.284 INFO STEP 516 (remove_files) COMPLETE
68832026-08-25T22:54:41.095Z[ recovery-image] Aug 25 22:54:40.284 INFO O| Aug 25 22:54:40.284 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-25T22:54:41.102Z[ recovery-image] Aug 25 22:54:40.294 INFO O| Aug 25 22:54:40.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68852026-08-25T22:54:41.102Z[ recovery-image] Aug 25 22:54:40.294 INFO O| Aug 25 22:54:40.294 INFO STEP 517 (remove_files) COMPLETE
68862026-08-25T22:54:41.102Z[ recovery-image] Aug 25 22:54:40.294 INFO O| Aug 25 22:54:40.294 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-25T22:54:41.112Z[ recovery-image] Aug 25 22:54:40.304 INFO O| Aug 25 22:54:40.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68882026-08-25T22:54:41.112Z[ recovery-image] Aug 25 22:54:40.304 INFO O| Aug 25 22:54:40.304 INFO STEP 518 (remove_files) COMPLETE
68892026-08-25T22:54:41.112Z[ recovery-image] Aug 25 22:54:40.304 INFO O| Aug 25 22:54:40.304 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-25T22:54:41.121Z[ recovery-image] Aug 25 22:54:40.313 INFO O| Aug 25 22:54:40.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68912026-08-25T22:54:41.124Z[ recovery-image] Aug 25 22:54:40.314 INFO O| Aug 25 22:54:40.314 INFO STEP 519 (remove_files) COMPLETE
68922026-08-25T22:54:41.124Z[ recovery-image] Aug 25 22:54:40.314 INFO O| Aug 25 22:54:40.314 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-25T22:54:41.131Z[ recovery-image] Aug 25 22:54:40.324 INFO O| Aug 25 22:54:40.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68942026-08-25T22:54:41.131Z[ recovery-image] Aug 25 22:54:40.324 INFO O| Aug 25 22:54:40.324 INFO STEP 520 (remove_files) COMPLETE
68952026-08-25T22:54:41.131Z[ recovery-image] Aug 25 22:54:40.324 INFO O| Aug 25 22:54:40.324 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-25T22:54:41.142Z[ recovery-image] Aug 25 22:54:40.334 INFO O| Aug 25 22:54:40.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68972026-08-25T22:54:41.142Z[ recovery-image] Aug 25 22:54:40.334 INFO O| Aug 25 22:54:40.334 INFO STEP 521 (remove_files) COMPLETE
68982026-08-25T22:54:41.142Z[ recovery-image] Aug 25 22:54:40.334 INFO O| Aug 25 22:54:40.334 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-25T22:54:41.152Z[ recovery-image] Aug 25 22:54:40.344 INFO O| Aug 25 22:54:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69002026-08-25T22:54:41.152Z[ recovery-image] Aug 25 22:54:40.344 INFO O| Aug 25 22:54:40.344 INFO STEP 522 (remove_files) COMPLETE
69012026-08-25T22:54:41.152Z[ recovery-image] Aug 25 22:54:40.344 INFO O| Aug 25 22:54:40.344 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-25T22:54:41.164Z[ recovery-image] Aug 25 22:54:40.355 INFO O| Aug 25 22:54:40.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69032026-08-25T22:54:41.164Z[ recovery-image] Aug 25 22:54:40.355 INFO O| Aug 25 22:54:40.355 INFO STEP 523 (remove_files) COMPLETE
69042026-08-25T22:54:41.164Z[ recovery-image] Aug 25 22:54:40.355 INFO O| Aug 25 22:54:40.355 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-25T22:54:41.173Z[ recovery-image] Aug 25 22:54:40.366 INFO O| Aug 25 22:54:40.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69062026-08-25T22:54:41.173Z[ recovery-image] Aug 25 22:54:40.366 INFO O| Aug 25 22:54:40.366 INFO STEP 524 (remove_files) COMPLETE
69072026-08-25T22:54:41.173Z[ recovery-image] Aug 25 22:54:40.366 INFO O| Aug 25 22:54:40.366 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-25T22:54:41.183Z[ recovery-image] Aug 25 22:54:40.375 INFO O| Aug 25 22:54:40.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69092026-08-25T22:54:41.183Z[ recovery-image] Aug 25 22:54:40.375 INFO O| Aug 25 22:54:40.375 INFO STEP 525 (remove_files) COMPLETE
69102026-08-25T22:54:41.187Z[ recovery-image] Aug 25 22:54:40.375 INFO O| Aug 25 22:54:40.375 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-25T22:54:41.193Z[ recovery-image] Aug 25 22:54:40.385 INFO O| Aug 25 22:54:40.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69122026-08-25T22:54:41.193Z[ recovery-image] Aug 25 22:54:40.385 INFO O| Aug 25 22:54:40.385 INFO STEP 526 (remove_files) COMPLETE
69132026-08-25T22:54:41.193Z[ recovery-image] Aug 25 22:54:40.385 INFO O| Aug 25 22:54:40.385 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-25T22:54:41.203Z[ recovery-image] Aug 25 22:54:40.395 INFO O| Aug 25 22:54:40.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69152026-08-25T22:54:41.203Z[ recovery-image] Aug 25 22:54:40.395 INFO O| Aug 25 22:54:40.395 INFO STEP 527 (remove_files) COMPLETE
69162026-08-25T22:54:41.203Z[ recovery-image] Aug 25 22:54:40.395 INFO O| Aug 25 22:54:40.395 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-25T22:54:41.212Z[ recovery-image] Aug 25 22:54:40.404 INFO O| Aug 25 22:54:40.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69182026-08-25T22:54:41.212Z[ recovery-image] Aug 25 22:54:40.404 INFO O| Aug 25 22:54:40.404 INFO STEP 528 (remove_files) COMPLETE
69192026-08-25T22:54:41.212Z[ recovery-image] Aug 25 22:54:40.404 INFO O| Aug 25 22:54:40.404 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-25T22:54:41.221Z[ recovery-image] Aug 25 22:54:40.414 INFO O| Aug 25 22:54:40.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69212026-08-25T22:54:41.221Z[ recovery-image] Aug 25 22:54:40.414 INFO O| Aug 25 22:54:40.414 INFO STEP 529 (remove_files) COMPLETE
69222026-08-25T22:54:41.221Z[ recovery-image] Aug 25 22:54:40.414 INFO O| Aug 25 22:54:40.414 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-25T22:54:41.230Z[ recovery-image] Aug 25 22:54:40.423 INFO O| Aug 25 22:54:40.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69242026-08-25T22:54:41.230Z[ recovery-image] Aug 25 22:54:40.423 INFO O| Aug 25 22:54:40.423 INFO STEP 530 (remove_files) COMPLETE
69252026-08-25T22:54:41.230Z[ recovery-image] Aug 25 22:54:40.423 INFO O| Aug 25 22:54:40.423 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-25T22:54:41.239Z[ recovery-image] Aug 25 22:54:40.431 INFO O| Aug 25 22:54:40.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69272026-08-25T22:54:41.239Z[ recovery-image] Aug 25 22:54:40.431 INFO O| Aug 25 22:54:40.431 INFO STEP 531 (remove_files) COMPLETE
69282026-08-25T22:54:41.239Z[ recovery-image] Aug 25 22:54:40.431 INFO O| Aug 25 22:54:40.431 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-25T22:54:41.248Z[ recovery-image] Aug 25 22:54:40.440 INFO O| Aug 25 22:54:40.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69302026-08-25T22:54:41.248Z[ recovery-image] Aug 25 22:54:40.440 INFO O| Aug 25 22:54:40.440 INFO STEP 532 (remove_files) COMPLETE
69312026-08-25T22:54:41.252Z[ recovery-image] Aug 25 22:54:40.440 INFO O| Aug 25 22:54:40.440 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-25T22:54:41.258Z[ recovery-image] Aug 25 22:54:40.451 INFO O| Aug 25 22:54:40.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69332026-08-25T22:54:41.258Z[ recovery-image] Aug 25 22:54:40.451 INFO O| Aug 25 22:54:40.451 INFO STEP 533 (remove_files) COMPLETE
69342026-08-25T22:54:41.262Z[ recovery-image] Aug 25 22:54:40.451 INFO O| Aug 25 22:54:40.451 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-25T22:54:41.272Z[ recovery-image] Aug 25 22:54:40.464 INFO O| Aug 25 22:54:40.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69362026-08-25T22:54:41.272Z[ recovery-image] Aug 25 22:54:40.464 INFO O| Aug 25 22:54:40.464 INFO STEP 534 (remove_files) COMPLETE
69372026-08-25T22:54:41.272Z[ recovery-image] Aug 25 22:54:40.464 INFO O| Aug 25 22:54:40.464 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-25T22:54:41.281Z[ recovery-image] Aug 25 22:54:40.473 INFO O| Aug 25 22:54:40.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69392026-08-25T22:54:41.281Z[ recovery-image] Aug 25 22:54:40.473 INFO O| Aug 25 22:54:40.473 INFO STEP 535 (remove_files) COMPLETE
69402026-08-25T22:54:41.281Z[ recovery-image] Aug 25 22:54:40.473 INFO O| Aug 25 22:54:40.473 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-25T22:54:41.291Z[ recovery-image] Aug 25 22:54:40.483 INFO O| Aug 25 22:54:40.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69422026-08-25T22:54:41.291Z[ recovery-image] Aug 25 22:54:40.483 INFO O| Aug 25 22:54:40.483 INFO STEP 536 (remove_files) COMPLETE
69432026-08-25T22:54:41.291Z[ recovery-image] Aug 25 22:54:40.483 INFO O| Aug 25 22:54:40.483 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-25T22:54:41.302Z[ recovery-image] Aug 25 22:54:40.494 INFO O| Aug 25 22:54:40.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69452026-08-25T22:54:41.302Z[ recovery-image] Aug 25 22:54:40.494 INFO O| Aug 25 22:54:40.494 INFO STEP 537 (remove_files) COMPLETE
69462026-08-25T22:54:41.306Z[ recovery-image] Aug 25 22:54:40.494 INFO O| Aug 25 22:54:40.494 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-25T22:54:41.311Z[ recovery-image] Aug 25 22:54:40.503 INFO O| Aug 25 22:54:40.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69482026-08-25T22:54:41.315Z[ recovery-image] Aug 25 22:54:40.505 INFO O| Aug 25 22:54:40.504 INFO STEP 538 (remove_files) COMPLETE
69492026-08-25T22:54:41.315Z[ recovery-image] Aug 25 22:54:40.505 INFO O| Aug 25 22:54:40.504 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-25T22:54:41.321Z[ recovery-image] Aug 25 22:54:40.514 INFO O| Aug 25 22:54:40.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69512026-08-25T22:54:41.321Z[ recovery-image] Aug 25 22:54:40.514 INFO O| Aug 25 22:54:40.514 INFO STEP 539 (remove_files) COMPLETE
69522026-08-25T22:54:41.325Z[ recovery-image] Aug 25 22:54:40.514 INFO O| Aug 25 22:54:40.514 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-25T22:54:41.330Z[ recovery-image] Aug 25 22:54:40.523 INFO O| Aug 25 22:54:40.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69542026-08-25T22:54:41.331Z[ recovery-image] Aug 25 22:54:40.523 INFO O| Aug 25 22:54:40.523 INFO STEP 540 (remove_files) COMPLETE
69552026-08-25T22:54:41.331Z[ recovery-image] Aug 25 22:54:40.523 INFO O| Aug 25 22:54:40.523 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-25T22:54:41.342Z[ recovery-image] Aug 25 22:54:40.532 INFO O| Aug 25 22:54:40.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69572026-08-25T22:54:41.342Z[ recovery-image] Aug 25 22:54:40.532 INFO O| Aug 25 22:54:40.532 INFO STEP 541 (remove_files) COMPLETE
69582026-08-25T22:54:41.342Z[ recovery-image] Aug 25 22:54:40.532 INFO O| Aug 25 22:54:40.532 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-25T22:54:41.347Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
69602026-08-25T22:54:41.351Z[ recovery-image] Aug 25 22:54:40.542 INFO O| Aug 25 22:54:40.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69612026-08-25T22:54:41.351Z[ recovery-image] Aug 25 22:54:40.542 INFO O| Aug 25 22:54:40.542 INFO STEP 542 (remove_files) COMPLETE
69622026-08-25T22:54:41.351Z[ recovery-image] Aug 25 22:54:40.542 INFO O| Aug 25 22:54:40.542 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-25T22:54:41.359Z[ recovery-image] Aug 25 22:54:40.552 INFO O| Aug 25 22:54:40.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69642026-08-25T22:54:41.359Z[ recovery-image] Aug 25 22:54:40.552 INFO O| Aug 25 22:54:40.552 INFO STEP 543 (remove_files) COMPLETE
69652026-08-25T22:54:41.359Z[ recovery-image] Aug 25 22:54:40.552 INFO O| Aug 25 22:54:40.552 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-25T22:54:41.373Z[ recovery-image] Aug 25 22:54:40.560 INFO O| Aug 25 22:54:40.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69672026-08-25T22:54:41.373Z[ recovery-image] Aug 25 22:54:40.560 INFO O| Aug 25 22:54:40.560 INFO STEP 544 (remove_files) COMPLETE
69682026-08-25T22:54:41.373Z[ recovery-image] Aug 25 22:54:40.560 INFO O| Aug 25 22:54:40.560 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-25T22:54:41.376Z[ recovery-image] Aug 25 22:54:40.568 INFO O| Aug 25 22:54:40.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69702026-08-25T22:54:41.376Z[ recovery-image] Aug 25 22:54:40.568 INFO O| Aug 25 22:54:40.568 INFO STEP 545 (remove_files) COMPLETE
69712026-08-25T22:54:41.376Z[ recovery-image] Aug 25 22:54:40.568 INFO O| Aug 25 22:54:40.568 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-25T22:54:41.384Z[ recovery-image] Aug 25 22:54:40.577 INFO O| Aug 25 22:54:40.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69732026-08-25T22:54:41.384Z[ recovery-image] Aug 25 22:54:40.577 INFO O| Aug 25 22:54:40.577 INFO STEP 546 (remove_files) COMPLETE
69742026-08-25T22:54:41.385Z[ recovery-image] Aug 25 22:54:40.577 INFO O| Aug 25 22:54:40.577 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-25T22:54:41.393Z[ recovery-image] Aug 25 22:54:40.585 INFO O| Aug 25 22:54:40.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69762026-08-25T22:54:41.393Z[ recovery-image] Aug 25 22:54:40.585 INFO O| Aug 25 22:54:40.585 INFO STEP 547 (remove_files) COMPLETE
69772026-08-25T22:54:41.393Z[ recovery-image] Aug 25 22:54:40.585 INFO O| Aug 25 22:54:40.585 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-25T22:54:41.403Z[ recovery-image] Aug 25 22:54:40.595 INFO O| Aug 25 22:54:40.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69792026-08-25T22:54:41.403Z[ recovery-image] Aug 25 22:54:40.595 INFO O| Aug 25 22:54:40.595 INFO STEP 548 (remove_files) COMPLETE
69802026-08-25T22:54:41.403Z[ recovery-image] Aug 25 22:54:40.595 INFO O| Aug 25 22:54:40.595 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-25T22:54:41.411Z[ recovery-image] Aug 25 22:54:40.603 INFO O| Aug 25 22:54:40.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69822026-08-25T22:54:41.411Z[ recovery-image] Aug 25 22:54:40.603 INFO O| Aug 25 22:54:40.603 INFO STEP 549 (remove_files) COMPLETE
69832026-08-25T22:54:41.415Z[ recovery-image] Aug 25 22:54:40.603 INFO O| Aug 25 22:54:40.603 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-25T22:54:41.420Z[ recovery-image] Aug 25 22:54:40.612 INFO O| Aug 25 22:54:40.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69852026-08-25T22:54:41.420Z[ recovery-image] Aug 25 22:54:40.612 INFO O| Aug 25 22:54:40.612 INFO STEP 550 (remove_files) COMPLETE
69862026-08-25T22:54:41.420Z[ recovery-image] Aug 25 22:54:40.612 INFO O| Aug 25 22:54:40.612 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-25T22:54:41.430Z[ recovery-image] Aug 25 22:54:40.622 INFO O| Aug 25 22:54:40.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69882026-08-25T22:54:41.430Z[ recovery-image] Aug 25 22:54:40.622 INFO O| Aug 25 22:54:40.622 INFO STEP 551 (remove_files) COMPLETE
69892026-08-25T22:54:41.430Z[ recovery-image] Aug 25 22:54:40.622 INFO O| Aug 25 22:54:40.622 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-25T22:54:41.440Z[ recovery-image] Aug 25 22:54:40.632 INFO O| Aug 25 22:54:40.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69912026-08-25T22:54:41.440Z[ recovery-image] Aug 25 22:54:40.632 INFO O| Aug 25 22:54:40.632 INFO STEP 552 (remove_files) COMPLETE
69922026-08-25T22:54:41.443Z[ recovery-image] Aug 25 22:54:40.632 INFO O| Aug 25 22:54:40.632 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-25T22:54:41.449Z[ recovery-image] Aug 25 22:54:40.642 INFO O| Aug 25 22:54:40.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69942026-08-25T22:54:41.449Z[ recovery-image] Aug 25 22:54:40.642 INFO O| Aug 25 22:54:40.642 INFO STEP 553 (remove_files) COMPLETE
69952026-08-25T22:54:41.454Z[ recovery-image] Aug 25 22:54:40.642 INFO O| Aug 25 22:54:40.642 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-25T22:54:41.459Z[ recovery-image] Aug 25 22:54:40.651 INFO O| Aug 25 22:54:40.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69972026-08-25T22:54:41.459Z[ recovery-image] Aug 25 22:54:40.651 INFO O| Aug 25 22:54:40.651 INFO STEP 554 (remove_files) COMPLETE
69982026-08-25T22:54:41.459Z[ recovery-image] Aug 25 22:54:40.651 INFO O| Aug 25 22:54:40.651 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-25T22:54:41.470Z[ recovery-image] Aug 25 22:54:40.661 INFO O| Aug 25 22:54:40.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70002026-08-25T22:54:41.470Z[ recovery-image] Aug 25 22:54:40.661 INFO O| Aug 25 22:54:40.661 INFO STEP 555 (remove_files) COMPLETE
70012026-08-25T22:54:41.470Z[ recovery-image] Aug 25 22:54:40.661 INFO O| Aug 25 22:54:40.661 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-25T22:54:41.479Z[ recovery-image] Aug 25 22:54:40.672 INFO O| Aug 25 22:54:40.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70032026-08-25T22:54:41.479Z[ recovery-image] Aug 25 22:54:40.672 INFO O| Aug 25 22:54:40.672 INFO STEP 556 (remove_files) COMPLETE
70042026-08-25T22:54:41.479Z[ recovery-image] Aug 25 22:54:40.672 INFO O| Aug 25 22:54:40.672 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-25T22:54:41.489Z[ recovery-image] Aug 25 22:54:40.681 INFO O| Aug 25 22:54:40.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70062026-08-25T22:54:41.489Z[ recovery-image] Aug 25 22:54:40.681 INFO O| Aug 25 22:54:40.681 INFO STEP 557 (remove_files) COMPLETE
70072026-08-25T22:54:41.492Z[ recovery-image] Aug 25 22:54:40.681 INFO O| Aug 25 22:54:40.681 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-25T22:54:41.499Z[ recovery-image] Aug 25 22:54:40.691 INFO O| Aug 25 22:54:40.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70092026-08-25T22:54:41.500Z[ recovery-image] Aug 25 22:54:40.692 INFO O| Aug 25 22:54:40.692 INFO STEP 558 (remove_files) COMPLETE
70102026-08-25T22:54:41.500Z[ recovery-image] Aug 25 22:54:40.692 INFO O| Aug 25 22:54:40.692 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-25T22:54:41.511Z[ recovery-image] Aug 25 22:54:40.703 INFO O| Aug 25 22:54:40.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70122026-08-25T22:54:41.511Z[ recovery-image] Aug 25 22:54:40.703 INFO O| Aug 25 22:54:40.703 INFO STEP 559 (remove_files) COMPLETE
70132026-08-25T22:54:41.511Z[ recovery-image] Aug 25 22:54:40.703 INFO O| Aug 25 22:54:40.703 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-25T22:54:41.520Z[ recovery-image] Aug 25 22:54:40.712 INFO O| Aug 25 22:54:40.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70152026-08-25T22:54:41.520Z[ recovery-image] Aug 25 22:54:40.712 INFO O| Aug 25 22:54:40.712 INFO STEP 560 (remove_files) COMPLETE
70162026-08-25T22:54:41.520Z[ recovery-image] Aug 25 22:54:40.712 INFO O| Aug 25 22:54:40.712 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-25T22:54:41.529Z[ recovery-image] Aug 25 22:54:40.722 INFO O| Aug 25 22:54:40.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70182026-08-25T22:54:41.530Z[ recovery-image] Aug 25 22:54:40.722 INFO O| Aug 25 22:54:40.722 INFO STEP 561 (remove_files) COMPLETE
70192026-08-25T22:54:41.530Z[ recovery-image] Aug 25 22:54:40.722 INFO O| Aug 25 22:54:40.722 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-25T22:54:41.540Z[ recovery-image] Aug 25 22:54:40.732 INFO O| Aug 25 22:54:40.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70212026-08-25T22:54:41.540Z[ recovery-image] Aug 25 22:54:40.732 INFO O| Aug 25 22:54:40.732 INFO STEP 562 (remove_files) COMPLETE
70222026-08-25T22:54:41.540Z[ recovery-image] Aug 25 22:54:40.732 INFO O| Aug 25 22:54:40.732 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-25T22:54:41.551Z[ recovery-image] Aug 25 22:54:40.743 INFO O| Aug 25 22:54:40.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70242026-08-25T22:54:41.551Z[ recovery-image] Aug 25 22:54:40.744 INFO O| Aug 25 22:54:40.744 INFO STEP 563 (remove_files) COMPLETE
70252026-08-25T22:54:41.551Z[ recovery-image] Aug 25 22:54:40.744 INFO O| Aug 25 22:54:40.744 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-25T22:54:41.562Z[ recovery-image] Aug 25 22:54:40.754 INFO O| Aug 25 22:54:40.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70272026-08-25T22:54:41.562Z[ recovery-image] Aug 25 22:54:40.754 INFO O| Aug 25 22:54:40.754 INFO STEP 564 (remove_files) COMPLETE
70282026-08-25T22:54:41.562Z[ recovery-image] Aug 25 22:54:40.754 INFO O| Aug 25 22:54:40.754 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-25T22:54:41.572Z[ recovery-image] Aug 25 22:54:40.765 INFO O| Aug 25 22:54:40.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70302026-08-25T22:54:41.572Z[ recovery-image] Aug 25 22:54:40.765 INFO O| Aug 25 22:54:40.765 INFO STEP 565 (remove_files) COMPLETE
70312026-08-25T22:54:41.572Z[ recovery-image] Aug 25 22:54:40.765 INFO O| Aug 25 22:54:40.765 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-25T22:54:41.581Z[ recovery-image] Aug 25 22:54:40.773 INFO O| Aug 25 22:54:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70332026-08-25T22:54:41.581Z[ recovery-image] Aug 25 22:54:40.773 INFO O| Aug 25 22:54:40.773 INFO STEP 566 (remove_files) COMPLETE
70342026-08-25T22:54:41.581Z[ recovery-image] Aug 25 22:54:40.774 INFO O| Aug 25 22:54:40.773 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-25T22:54:41.593Z[ recovery-image] Aug 25 22:54:40.785 INFO O| Aug 25 22:54:40.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70362026-08-25T22:54:41.593Z[ recovery-image] Aug 25 22:54:40.785 INFO O| Aug 25 22:54:40.785 INFO STEP 567 (remove_files) COMPLETE
70372026-08-25T22:54:41.593Z[ recovery-image] Aug 25 22:54:40.785 INFO O| Aug 25 22:54:40.785 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-25T22:54:41.604Z[ recovery-image] Aug 25 22:54:40.796 INFO O| Aug 25 22:54:40.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70392026-08-25T22:54:41.604Z[ recovery-image] Aug 25 22:54:40.796 INFO O| Aug 25 22:54:40.796 INFO STEP 568 (remove_files) COMPLETE
70402026-08-25T22:54:41.604Z[ recovery-image] Aug 25 22:54:40.796 INFO O| Aug 25 22:54:40.796 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-25T22:54:41.614Z[ recovery-image] Aug 25 22:54:40.807 INFO O| Aug 25 22:54:40.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70422026-08-25T22:54:41.615Z[ recovery-image] Aug 25 22:54:40.807 INFO O| Aug 25 22:54:40.807 INFO STEP 569 (remove_files) COMPLETE
70432026-08-25T22:54:41.615Z[ recovery-image] Aug 25 22:54:40.807 INFO O| Aug 25 22:54:40.807 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-25T22:54:41.625Z[ recovery-image] Aug 25 22:54:40.817 INFO O| Aug 25 22:54:40.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70452026-08-25T22:54:41.625Z[ recovery-image] Aug 25 22:54:40.817 INFO O| Aug 25 22:54:40.817 INFO STEP 570 (remove_files) COMPLETE
70462026-08-25T22:54:41.625Z[ recovery-image] Aug 25 22:54:40.817 INFO O| Aug 25 22:54:40.817 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-25T22:54:41.636Z[ recovery-image] Aug 25 22:54:40.828 INFO O| Aug 25 22:54:40.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70482026-08-25T22:54:41.636Z[ recovery-image] Aug 25 22:54:40.828 INFO O| Aug 25 22:54:40.828 INFO STEP 571 (remove_files) COMPLETE
70492026-08-25T22:54:41.636Z[ recovery-image] Aug 25 22:54:40.828 INFO O| Aug 25 22:54:40.828 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-25T22:54:41.647Z[ recovery-image] Aug 25 22:54:40.839 INFO O| Aug 25 22:54:40.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70512026-08-25T22:54:41.647Z[ recovery-image] Aug 25 22:54:40.839 INFO O| Aug 25 22:54:40.839 INFO STEP 572 (remove_files) COMPLETE
70522026-08-25T22:54:41.647Z[ recovery-image] Aug 25 22:54:40.839 INFO O| Aug 25 22:54:40.839 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-25T22:54:41.660Z[ recovery-image] Aug 25 22:54:40.850 INFO O| Aug 25 22:54:40.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70542026-08-25T22:54:41.660Z[ recovery-image] Aug 25 22:54:40.851 INFO O| Aug 25 22:54:40.851 INFO STEP 573 (remove_files) COMPLETE
70552026-08-25T22:54:41.660Z[ recovery-image] Aug 25 22:54:40.851 INFO O| Aug 25 22:54:40.851 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-25T22:54:41.670Z[ recovery-image] Aug 25 22:54:40.862 INFO O| Aug 25 22:54:40.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70572026-08-25T22:54:41.670Z[ recovery-image] Aug 25 22:54:40.862 INFO O| Aug 25 22:54:40.862 INFO STEP 574 (remove_files) COMPLETE
70582026-08-25T22:54:41.674Z[ recovery-image] Aug 25 22:54:40.862 INFO O| Aug 25 22:54:40.862 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-25T22:54:41.679Z[ recovery-image] Aug 25 22:54:40.871 INFO O| Aug 25 22:54:40.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70602026-08-25T22:54:41.682Z[ recovery-image] Aug 25 22:54:40.872 INFO O| Aug 25 22:54:40.872 INFO STEP 575 (remove_files) COMPLETE
70612026-08-25T22:54:41.682Z[ recovery-image] Aug 25 22:54:40.872 INFO O| Aug 25 22:54:40.872 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-25T22:54:41.689Z[ recovery-image] Aug 25 22:54:40.881 INFO O| Aug 25 22:54:40.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70632026-08-25T22:54:41.689Z[ recovery-image] Aug 25 22:54:40.881 INFO O| Aug 25 22:54:40.881 INFO STEP 576 (remove_files) COMPLETE
70642026-08-25T22:54:41.693Z[ recovery-image] Aug 25 22:54:40.881 INFO O| Aug 25 22:54:40.881 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-25T22:54:41.699Z[ recovery-image] Aug 25 22:54:40.891 INFO O| Aug 25 22:54:40.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70662026-08-25T22:54:41.699Z[ recovery-image] Aug 25 22:54:40.891 INFO O| Aug 25 22:54:40.891 INFO STEP 577 (remove_files) COMPLETE
70672026-08-25T22:54:41.699Z[ recovery-image] Aug 25 22:54:40.891 INFO O| Aug 25 22:54:40.891 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-25T22:54:41.709Z[ recovery-image] Aug 25 22:54:40.901 INFO O| Aug 25 22:54:40.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70692026-08-25T22:54:41.712Z[ recovery-image] Aug 25 22:54:40.903 INFO O| Aug 25 22:54:40.902 INFO STEP 578 (remove_files) COMPLETE
70702026-08-25T22:54:41.712Z[ recovery-image] Aug 25 22:54:40.903 INFO O| Aug 25 22:54:40.902 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-25T22:54:41.719Z[ recovery-image] Aug 25 22:54:40.912 INFO O| Aug 25 22:54:40.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70722026-08-25T22:54:41.719Z[ recovery-image] Aug 25 22:54:40.912 INFO O| Aug 25 22:54:40.912 INFO STEP 579 (remove_files) COMPLETE
70732026-08-25T22:54:41.723Z[ recovery-image] Aug 25 22:54:40.912 INFO O| Aug 25 22:54:40.912 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-25T22:54:41.729Z[ recovery-image] Aug 25 22:54:40.921 INFO O| Aug 25 22:54:40.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70752026-08-25T22:54:41.729Z[ recovery-image] Aug 25 22:54:40.921 INFO O| Aug 25 22:54:40.921 INFO STEP 580 (remove_files) COMPLETE
70762026-08-25T22:54:41.732Z[ recovery-image] Aug 25 22:54:40.921 INFO O| Aug 25 22:54:40.921 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-25T22:54:41.737Z[ recovery-image] Aug 25 22:54:40.930 INFO O| Aug 25 22:54:40.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70782026-08-25T22:54:41.741Z[ recovery-image] Aug 25 22:54:40.930 INFO O| Aug 25 22:54:40.930 INFO STEP 581 (remove_files) COMPLETE
70792026-08-25T22:54:41.741Z[ recovery-image] Aug 25 22:54:40.930 INFO O| Aug 25 22:54:40.930 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-25T22:54:41.748Z[ recovery-image] Aug 25 22:54:40.940 INFO O| Aug 25 22:54:40.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70812026-08-25T22:54:41.748Z[ recovery-image] Aug 25 22:54:40.940 INFO O| Aug 25 22:54:40.940 INFO STEP 582 (remove_files) COMPLETE
70822026-08-25T22:54:41.751Z[ recovery-image] Aug 25 22:54:40.940 INFO O| Aug 25 22:54:40.940 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-25T22:54:41.758Z[ recovery-image] Aug 25 22:54:40.950 INFO O| Aug 25 22:54:40.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70842026-08-25T22:54:41.758Z[ recovery-image] Aug 25 22:54:40.950 INFO O| Aug 25 22:54:40.950 INFO STEP 583 (remove_files) COMPLETE
70852026-08-25T22:54:41.761Z[ recovery-image] Aug 25 22:54:40.950 INFO O| Aug 25 22:54:40.950 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-25T22:54:41.767Z[ recovery-image] Aug 25 22:54:40.959 INFO O| Aug 25 22:54:40.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70872026-08-25T22:54:41.767Z[ recovery-image] Aug 25 22:54:40.960 INFO O| Aug 25 22:54:40.960 INFO STEP 584 (remove_files) COMPLETE
70882026-08-25T22:54:41.767Z[ recovery-image] Aug 25 22:54:40.960 INFO O| Aug 25 22:54:40.960 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-25T22:54:41.802Z[ recovery-image] Aug 25 22:54:40.992 INFO O| Aug 25 22:54:40.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70902026-08-25T22:54:41.802Z[ recovery-image] Aug 25 22:54:40.992 INFO O| Aug 25 22:54:40.992 INFO STEP 585 (remove_files) COMPLETE
70912026-08-25T22:54:41.802Z[ recovery-image] Aug 25 22:54:40.992 INFO O| Aug 25 22:54:40.992 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-25T22:54:41.810Z[ recovery-image] Aug 25 22:54:41.002 INFO O| Aug 25 22:54:41.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70932026-08-25T22:54:41.810Z[ recovery-image] Aug 25 22:54:41.002 INFO O| Aug 25 22:54:41.002 INFO STEP 586 (remove_files) COMPLETE
70942026-08-25T22:54:41.810Z[ recovery-image] Aug 25 22:54:41.002 INFO O| Aug 25 22:54:41.002 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-25T22:54:41.819Z[ recovery-image] Aug 25 22:54:41.012 INFO O| Aug 25 22:54:41.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70962026-08-25T22:54:41.823Z[ recovery-image] Aug 25 22:54:41.012 INFO O| Aug 25 22:54:41.012 INFO STEP 587 (remove_files) COMPLETE
70972026-08-25T22:54:41.823Z[ recovery-image] Aug 25 22:54:41.012 INFO O| Aug 25 22:54:41.012 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-25T22:54:41.830Z[ recovery-image] Aug 25 22:54:41.022 INFO O| Aug 25 22:54:41.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70992026-08-25T22:54:41.836Z[ recovery-image] Aug 25 22:54:41.022 INFO O| Aug 25 22:54:41.022 INFO STEP 588 (remove_files) COMPLETE
71002026-08-25T22:54:41.836Z[ recovery-image] Aug 25 22:54:41.022 INFO O| Aug 25 22:54:41.022 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-25T22:54:41.840Z[ recovery-image] Aug 25 22:54:41.032 INFO O| Aug 25 22:54:41.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71022026-08-25T22:54:41.840Z[ recovery-image] Aug 25 22:54:41.032 INFO O| Aug 25 22:54:41.032 INFO STEP 589 (remove_files) COMPLETE
71032026-08-25T22:54:41.840Z[ recovery-image] Aug 25 22:54:41.032 INFO O| Aug 25 22:54:41.032 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-25T22:54:41.850Z[ recovery-image] Aug 25 22:54:41.042 INFO O| Aug 25 22:54:41.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71052026-08-25T22:54:41.850Z[ recovery-image] Aug 25 22:54:41.042 INFO O| Aug 25 22:54:41.042 INFO STEP 590 (remove_files) COMPLETE
71062026-08-25T22:54:41.850Z[ recovery-image] Aug 25 22:54:41.042 INFO O| Aug 25 22:54:41.042 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-25T22:54:41.862Z[ recovery-image] Aug 25 22:54:41.055 INFO O| Aug 25 22:54:41.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71082026-08-25T22:54:41.862Z[ recovery-image] Aug 25 22:54:41.055 INFO O| Aug 25 22:54:41.055 INFO STEP 591 (remove_files) COMPLETE
71092026-08-25T22:54:41.862Z[ recovery-image] Aug 25 22:54:41.055 INFO O| Aug 25 22:54:41.055 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-25T22:54:41.874Z[ recovery-image] Aug 25 22:54:41.066 INFO O| Aug 25 22:54:41.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71112026-08-25T22:54:41.874Z[ recovery-image] Aug 25 22:54:41.066 INFO O| Aug 25 22:54:41.066 INFO STEP 592 (remove_files) COMPLETE
71122026-08-25T22:54:41.874Z[ recovery-image] Aug 25 22:54:41.066 INFO O| Aug 25 22:54:41.066 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-25T22:54:41.884Z[ recovery-image] Aug 25 22:54:41.076 INFO O| Aug 25 22:54:41.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71142026-08-25T22:54:41.884Z[ recovery-image] Aug 25 22:54:41.076 INFO O| Aug 25 22:54:41.076 INFO STEP 593 (remove_files) COMPLETE
71152026-08-25T22:54:41.888Z[ recovery-image] Aug 25 22:54:41.076 INFO O| Aug 25 22:54:41.076 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-25T22:54:41.894Z[ recovery-image] Aug 25 22:54:41.086 INFO O| Aug 25 22:54:41.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71172026-08-25T22:54:41.894Z[ recovery-image] Aug 25 22:54:41.086 INFO O| Aug 25 22:54:41.086 INFO STEP 594 (remove_files) COMPLETE
71182026-08-25T22:54:41.894Z[ recovery-image] Aug 25 22:54:41.086 INFO O| Aug 25 22:54:41.086 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-25T22:54:41.904Z[ recovery-image] Aug 25 22:54:41.096 INFO O| Aug 25 22:54:41.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71202026-08-25T22:54:41.904Z[ recovery-image] Aug 25 22:54:41.096 INFO O| Aug 25 22:54:41.096 INFO STEP 595 (remove_files) COMPLETE
71212026-08-25T22:54:41.908Z[ recovery-image] Aug 25 22:54:41.096 INFO O| Aug 25 22:54:41.096 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-25T22:54:41.914Z[ recovery-image] Aug 25 22:54:41.106 INFO O| Aug 25 22:54:41.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71232026-08-25T22:54:41.914Z[ recovery-image] Aug 25 22:54:41.106 INFO O| Aug 25 22:54:41.106 INFO STEP 596 (remove_files) COMPLETE
71242026-08-25T22:54:41.914Z[ recovery-image] Aug 25 22:54:41.106 INFO O| Aug 25 22:54:41.106 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-25T22:54:41.917Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
71262026-08-25T22:54:41.924Z[ recovery-image] Aug 25 22:54:41.116 INFO O| Aug 25 22:54:41.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71272026-08-25T22:54:41.924Z[ recovery-image] Aug 25 22:54:41.116 INFO O| Aug 25 22:54:41.116 INFO STEP 597 (remove_files) COMPLETE
71282026-08-25T22:54:41.924Z[ recovery-image] Aug 25 22:54:41.116 INFO O| Aug 25 22:54:41.116 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-25T22:54:41.934Z[ recovery-image] Aug 25 22:54:41.127 INFO O| Aug 25 22:54:41.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71302026-08-25T22:54:41.935Z[ recovery-image] Aug 25 22:54:41.127 INFO O| Aug 25 22:54:41.127 INFO STEP 598 (remove_files) COMPLETE
71312026-08-25T22:54:41.935Z[ recovery-image] Aug 25 22:54:41.127 INFO O| Aug 25 22:54:41.127 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-25T22:54:41.944Z[ recovery-image] Aug 25 22:54:41.137 INFO O| Aug 25 22:54:41.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71332026-08-25T22:54:41.947Z[ recovery-image] Aug 25 22:54:41.137 INFO O| Aug 25 22:54:41.137 INFO STEP 599 (remove_files) COMPLETE
71342026-08-25T22:54:41.947Z[ recovery-image] Aug 25 22:54:41.137 INFO O| Aug 25 22:54:41.137 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-25T22:54:41.955Z[ recovery-image] Aug 25 22:54:41.147 INFO O| Aug 25 22:54:41.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71362026-08-25T22:54:41.955Z[ recovery-image] Aug 25 22:54:41.147 INFO O| Aug 25 22:54:41.147 INFO STEP 600 (remove_files) COMPLETE
71372026-08-25T22:54:41.955Z[ recovery-image] Aug 25 22:54:41.147 INFO O| Aug 25 22:54:41.147 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-25T22:54:41.963Z[ recovery-image] Aug 25 22:54:41.155 INFO O| Aug 25 22:54:41.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71392026-08-25T22:54:41.963Z[ recovery-image] Aug 25 22:54:41.155 INFO O| Aug 25 22:54:41.155 INFO STEP 601 (remove_files) COMPLETE
71402026-08-25T22:54:41.963Z[ recovery-image] Aug 25 22:54:41.155 INFO O| Aug 25 22:54:41.155 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-25T22:54:41.974Z[ recovery-image] Aug 25 22:54:41.165 INFO O| Aug 25 22:54:41.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71422026-08-25T22:54:41.974Z[ recovery-image] Aug 25 22:54:41.165 INFO O| Aug 25 22:54:41.165 INFO STEP 602 (remove_files) COMPLETE
71432026-08-25T22:54:41.974Z[ recovery-image] Aug 25 22:54:41.165 INFO O| Aug 25 22:54:41.165 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-25T22:54:41.982Z[ recovery-image] Aug 25 22:54:41.174 INFO O| Aug 25 22:54:41.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71452026-08-25T22:54:41.987Z[ recovery-image] Aug 25 22:54:41.174 INFO O| Aug 25 22:54:41.174 INFO STEP 603 (remove_files) COMPLETE
71462026-08-25T22:54:41.987Z[ recovery-image] Aug 25 22:54:41.174 INFO O| Aug 25 22:54:41.174 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-25T22:54:41.991Z[ recovery-image] Aug 25 22:54:41.182 INFO O| Aug 25 22:54:41.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71482026-08-25T22:54:41.991Z[ recovery-image] Aug 25 22:54:41.183 INFO O| Aug 25 22:54:41.182 INFO STEP 604 (remove_files) COMPLETE
71492026-08-25T22:54:41.991Z[ recovery-image] Aug 25 22:54:41.183 INFO O| Aug 25 22:54:41.183 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-25T22:54:42.000Z[ recovery-image] Aug 25 22:54:41.192 INFO O| Aug 25 22:54:41.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71512026-08-25T22:54:42.000Z[ recovery-image] Aug 25 22:54:41.192 INFO O| Aug 25 22:54:41.192 INFO STEP 605 (remove_files) COMPLETE
71522026-08-25T22:54:42.000Z[ recovery-image] Aug 25 22:54:41.192 INFO O| Aug 25 22:54:41.192 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-25T22:54:42.009Z[ recovery-image] Aug 25 22:54:41.202 INFO O| Aug 25 22:54:41.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71542026-08-25T22:54:42.013Z[ recovery-image] Aug 25 22:54:41.203 INFO O| Aug 25 22:54:41.202 INFO STEP 606 (remove_files) COMPLETE
71552026-08-25T22:54:42.013Z[ recovery-image] Aug 25 22:54:41.203 INFO O| Aug 25 22:54:41.202 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-25T22:54:42.023Z[ recovery-image] Aug 25 22:54:41.213 INFO O| Aug 25 22:54:41.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71572026-08-25T22:54:42.023Z[ recovery-image] Aug 25 22:54:41.213 INFO O| Aug 25 22:54:41.213 INFO STEP 607 (remove_files) COMPLETE
71582026-08-25T22:54:42.023Z[ recovery-image] Aug 25 22:54:41.213 INFO O| Aug 25 22:54:41.213 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-25T22:54:42.031Z[ recovery-image] Aug 25 22:54:41.223 INFO O| Aug 25 22:54:41.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71602026-08-25T22:54:42.031Z[ recovery-image] Aug 25 22:54:41.223 INFO O| Aug 25 22:54:41.223 INFO STEP 608 (remove_files) COMPLETE
71612026-08-25T22:54:42.031Z[ recovery-image] Aug 25 22:54:41.223 INFO O| Aug 25 22:54:41.223 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-25T22:54:42.041Z[ recovery-image] Aug 25 22:54:41.233 INFO O| Aug 25 22:54:41.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71632026-08-25T22:54:42.041Z[ recovery-image] Aug 25 22:54:41.233 INFO O| Aug 25 22:54:41.233 INFO STEP 609 (remove_files) COMPLETE
71642026-08-25T22:54:42.041Z[ recovery-image] Aug 25 22:54:41.233 INFO O| Aug 25 22:54:41.233 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-25T22:54:42.052Z[ recovery-image] Aug 25 22:54:41.244 INFO O| Aug 25 22:54:41.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71662026-08-25T22:54:42.053Z[ recovery-image] Aug 25 22:54:41.244 INFO O| Aug 25 22:54:41.244 INFO STEP 610 (remove_files) COMPLETE
71672026-08-25T22:54:42.053Z[ recovery-image] Aug 25 22:54:41.244 INFO O| Aug 25 22:54:41.244 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-25T22:54:42.062Z[ recovery-image] Aug 25 22:54:41.254 INFO O| Aug 25 22:54:41.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71692026-08-25T22:54:42.065Z[ recovery-image] Aug 25 22:54:41.255 INFO O| Aug 25 22:54:41.255 INFO STEP 611 (remove_files) COMPLETE
71702026-08-25T22:54:42.065Z[ recovery-image] Aug 25 22:54:41.255 INFO O| Aug 25 22:54:41.255 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-25T22:54:42.071Z[ recovery-image] Aug 25 22:54:41.264 INFO O| Aug 25 22:54:41.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71722026-08-25T22:54:42.071Z[ recovery-image] Aug 25 22:54:41.264 INFO O| Aug 25 22:54:41.264 INFO STEP 612 (remove_files) COMPLETE
71732026-08-25T22:54:42.075Z[ recovery-image] Aug 25 22:54:41.264 INFO O| Aug 25 22:54:41.264 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-25T22:54:42.080Z[ recovery-image] Aug 25 22:54:41.272 INFO O| Aug 25 22:54:41.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71752026-08-25T22:54:42.080Z[ recovery-image] Aug 25 22:54:41.272 INFO O| Aug 25 22:54:41.272 INFO STEP 613 (remove_files) COMPLETE
71762026-08-25T22:54:42.080Z[ recovery-image] Aug 25 22:54:41.272 INFO O| Aug 25 22:54:41.272 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-25T22:54:42.090Z[ recovery-image] Aug 25 22:54:41.282 INFO O| Aug 25 22:54:41.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71782026-08-25T22:54:42.090Z[ recovery-image] Aug 25 22:54:41.282 INFO O| Aug 25 22:54:41.282 INFO STEP 614 (remove_files) COMPLETE
71792026-08-25T22:54:42.094Z[ recovery-image] Aug 25 22:54:41.282 INFO O| Aug 25 22:54:41.282 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-25T22:54:42.100Z[ recovery-image] Aug 25 22:54:41.292 INFO O| Aug 25 22:54:41.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71812026-08-25T22:54:42.100Z[ recovery-image] Aug 25 22:54:41.292 INFO O| Aug 25 22:54:41.292 INFO STEP 615 (remove_files) COMPLETE
71822026-08-25T22:54:42.100Z[ recovery-image] Aug 25 22:54:41.292 INFO O| Aug 25 22:54:41.292 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-25T22:54:42.109Z[ recovery-image] Aug 25 22:54:41.301 INFO O| Aug 25 22:54:41.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71842026-08-25T22:54:42.109Z[ recovery-image] Aug 25 22:54:41.301 INFO O| Aug 25 22:54:41.301 INFO STEP 616 (remove_files) COMPLETE
71852026-08-25T22:54:42.109Z[ recovery-image] Aug 25 22:54:41.301 INFO O| Aug 25 22:54:41.301 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-25T22:54:42.117Z[ recovery-image] Aug 25 22:54:41.310 INFO O| Aug 25 22:54:41.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71872026-08-25T22:54:42.117Z[ recovery-image] Aug 25 22:54:41.310 INFO O| Aug 25 22:54:41.310 INFO STEP 617 (remove_files) COMPLETE
71882026-08-25T22:54:42.117Z[ recovery-image] Aug 25 22:54:41.310 INFO O| Aug 25 22:54:41.310 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-25T22:54:42.126Z[ recovery-image] Aug 25 22:54:41.318 INFO O| Aug 25 22:54:41.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71902026-08-25T22:54:42.126Z[ recovery-image] Aug 25 22:54:41.318 INFO O| Aug 25 22:54:41.318 INFO STEP 618 (remove_files) COMPLETE
71912026-08-25T22:54:42.129Z[ recovery-image] Aug 25 22:54:41.318 INFO O| Aug 25 22:54:41.318 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-25T22:54:42.135Z[ recovery-image] Aug 25 22:54:41.327 INFO O| Aug 25 22:54:41.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71932026-08-25T22:54:42.135Z[ recovery-image] Aug 25 22:54:41.327 INFO O| Aug 25 22:54:41.327 INFO STEP 619 (remove_files) COMPLETE
71942026-08-25T22:54:42.138Z[ recovery-image] Aug 25 22:54:41.327 INFO O| Aug 25 22:54:41.327 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-25T22:54:42.145Z[ recovery-image] Aug 25 22:54:41.338 INFO O| Aug 25 22:54:41.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71962026-08-25T22:54:42.146Z[ recovery-image] Aug 25 22:54:41.338 INFO O| Aug 25 22:54:41.338 INFO STEP 620 (remove_files) COMPLETE
71972026-08-25T22:54:42.146Z[ recovery-image] Aug 25 22:54:41.338 INFO O| Aug 25 22:54:41.338 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-25T22:54:42.157Z[ recovery-image] Aug 25 22:54:41.349 INFO O| Aug 25 22:54:41.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71992026-08-25T22:54:42.157Z[ recovery-image] Aug 25 22:54:41.349 INFO O| Aug 25 22:54:41.349 INFO STEP 621 (remove_files) COMPLETE
72002026-08-25T22:54:42.157Z[ recovery-image] Aug 25 22:54:41.349 INFO O| Aug 25 22:54:41.349 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-25T22:54:42.168Z[ recovery-image] Aug 25 22:54:41.360 INFO O| Aug 25 22:54:41.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72022026-08-25T22:54:42.168Z[ recovery-image] Aug 25 22:54:41.360 INFO O| Aug 25 22:54:41.360 INFO STEP 622 (remove_files) COMPLETE
72032026-08-25T22:54:42.171Z[ recovery-image] Aug 25 22:54:41.360 INFO O| Aug 25 22:54:41.360 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-25T22:54:42.177Z[ recovery-image] Aug 25 22:54:41.369 INFO O| Aug 25 22:54:41.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72052026-08-25T22:54:42.177Z[ recovery-image] Aug 25 22:54:41.369 INFO O| Aug 25 22:54:41.369 INFO STEP 623 (remove_files) COMPLETE
72062026-08-25T22:54:42.177Z[ recovery-image] Aug 25 22:54:41.369 INFO O| Aug 25 22:54:41.369 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-25T22:54:42.186Z[ recovery-image] Aug 25 22:54:41.378 INFO O| Aug 25 22:54:41.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72082026-08-25T22:54:42.186Z[ recovery-image] Aug 25 22:54:41.379 INFO O| Aug 25 22:54:41.379 INFO STEP 624 (remove_files) COMPLETE
72092026-08-25T22:54:42.186Z[ recovery-image] Aug 25 22:54:41.379 INFO O| Aug 25 22:54:41.379 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-25T22:54:42.196Z[ recovery-image] Aug 25 22:54:41.388 INFO O| Aug 25 22:54:41.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72112026-08-25T22:54:42.196Z[ recovery-image] Aug 25 22:54:41.388 INFO O| Aug 25 22:54:41.388 INFO STEP 625 (remove_files) COMPLETE
72122026-08-25T22:54:42.196Z[ recovery-image] Aug 25 22:54:41.388 INFO O| Aug 25 22:54:41.388 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-25T22:54:42.206Z[ recovery-image] Aug 25 22:54:41.398 INFO O| Aug 25 22:54:41.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72142026-08-25T22:54:42.206Z[ recovery-image] Aug 25 22:54:41.398 INFO O| Aug 25 22:54:41.398 INFO STEP 626 (remove_files) COMPLETE
72152026-08-25T22:54:42.206Z[ recovery-image] Aug 25 22:54:41.398 INFO O| Aug 25 22:54:41.398 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-25T22:54:42.216Z[ recovery-image] Aug 25 22:54:41.408 INFO O| Aug 25 22:54:41.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72172026-08-25T22:54:42.216Z[ recovery-image] Aug 25 22:54:41.408 INFO O| Aug 25 22:54:41.408 INFO STEP 627 (remove_files) COMPLETE
72182026-08-25T22:54:42.219Z[ recovery-image] Aug 25 22:54:41.408 INFO O| Aug 25 22:54:41.408 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-25T22:54:42.227Z[ recovery-image] Aug 25 22:54:41.419 INFO O| Aug 25 22:54:41.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72202026-08-25T22:54:42.227Z[ recovery-image] Aug 25 22:54:41.419 INFO O| Aug 25 22:54:41.419 INFO STEP 628 (remove_files) COMPLETE
72212026-08-25T22:54:42.227Z[ recovery-image] Aug 25 22:54:41.419 INFO O| Aug 25 22:54:41.419 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-25T22:54:42.237Z[ recovery-image] Aug 25 22:54:41.429 INFO O| Aug 25 22:54:41.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72232026-08-25T22:54:42.237Z[ recovery-image] Aug 25 22:54:41.429 INFO O| Aug 25 22:54:41.429 INFO STEP 629 (remove_files) COMPLETE
72242026-08-25T22:54:42.237Z[ recovery-image] Aug 25 22:54:41.429 INFO O| Aug 25 22:54:41.429 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-25T22:54:42.249Z[ recovery-image] Aug 25 22:54:41.440 INFO O| Aug 25 22:54:41.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72262026-08-25T22:54:42.249Z[ recovery-image] Aug 25 22:54:41.440 INFO O| Aug 25 22:54:41.440 INFO STEP 630 (remove_files) COMPLETE
72272026-08-25T22:54:42.249Z[ recovery-image] Aug 25 22:54:41.440 INFO O| Aug 25 22:54:41.440 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-25T22:54:42.259Z[ recovery-image] Aug 25 22:54:41.451 INFO O| Aug 25 22:54:41.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72292026-08-25T22:54:42.259Z[ recovery-image] Aug 25 22:54:41.451 INFO O| Aug 25 22:54:41.451 INFO STEP 631 (remove_files) COMPLETE
72302026-08-25T22:54:42.259Z[ recovery-image] Aug 25 22:54:41.451 INFO O| Aug 25 22:54:41.451 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-25T22:54:42.270Z[ recovery-image] Aug 25 22:54:41.462 INFO O| Aug 25 22:54:41.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72322026-08-25T22:54:42.270Z[ recovery-image] Aug 25 22:54:41.462 INFO O| Aug 25 22:54:41.462 INFO STEP 632 (remove_files) COMPLETE
72332026-08-25T22:54:42.270Z[ recovery-image] Aug 25 22:54:41.462 INFO O| Aug 25 22:54:41.462 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-25T22:54:42.280Z[ recovery-image] Aug 25 22:54:41.472 INFO O| Aug 25 22:54:41.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72352026-08-25T22:54:42.280Z[ recovery-image] Aug 25 22:54:41.472 INFO O| Aug 25 22:54:41.472 INFO STEP 633 (remove_files) COMPLETE
72362026-08-25T22:54:42.280Z[ recovery-image] Aug 25 22:54:41.472 INFO O| Aug 25 22:54:41.472 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-25T22:54:42.291Z[ recovery-image] Aug 25 22:54:41.483 INFO O| Aug 25 22:54:41.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72382026-08-25T22:54:42.291Z[ recovery-image] Aug 25 22:54:41.483 INFO O| Aug 25 22:54:41.483 INFO STEP 634 (remove_files) COMPLETE
72392026-08-25T22:54:42.295Z[ recovery-image] Aug 25 22:54:41.483 INFO O| Aug 25 22:54:41.483 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-25T22:54:42.302Z[ recovery-image] Aug 25 22:54:41.494 INFO O| Aug 25 22:54:41.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72412026-08-25T22:54:42.302Z[ recovery-image] Aug 25 22:54:41.494 INFO O| Aug 25 22:54:41.494 INFO STEP 635 (remove_files) COMPLETE
72422026-08-25T22:54:42.306Z[ recovery-image] Aug 25 22:54:41.494 INFO O| Aug 25 22:54:41.494 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-25T22:54:42.313Z[ recovery-image] Aug 25 22:54:41.505 INFO O| Aug 25 22:54:41.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72442026-08-25T22:54:42.313Z[ recovery-image] Aug 25 22:54:41.505 INFO O| Aug 25 22:54:41.505 INFO STEP 636 (remove_files) COMPLETE
72452026-08-25T22:54:42.313Z[ recovery-image] Aug 25 22:54:41.505 INFO O| Aug 25 22:54:41.505 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-25T22:54:42.323Z[ recovery-image] Aug 25 22:54:41.515 INFO O| Aug 25 22:54:41.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72472026-08-25T22:54:42.323Z[ recovery-image] Aug 25 22:54:41.515 INFO O| Aug 25 22:54:41.515 INFO STEP 637 (remove_files) COMPLETE
72482026-08-25T22:54:42.323Z[ recovery-image] Aug 25 22:54:41.515 INFO O| Aug 25 22:54:41.515 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-25T22:54:42.332Z[ recovery-image] Aug 25 22:54:41.524 INFO O| Aug 25 22:54:41.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72502026-08-25T22:54:42.332Z[ recovery-image] Aug 25 22:54:41.524 INFO O| Aug 25 22:54:41.524 INFO STEP 638 (remove_files) COMPLETE
72512026-08-25T22:54:42.337Z[ recovery-image] Aug 25 22:54:41.524 INFO O| Aug 25 22:54:41.524 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-25T22:54:42.340Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
72532026-08-25T22:54:42.343Z[ recovery-image] Aug 25 22:54:41.533 INFO O| Aug 25 22:54:41.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72542026-08-25T22:54:42.343Z[ recovery-image] Aug 25 22:54:41.533 INFO O| Aug 25 22:54:41.533 INFO STEP 639 (remove_files) COMPLETE
72552026-08-25T22:54:42.343Z[ recovery-image] Aug 25 22:54:41.533 INFO O| Aug 25 22:54:41.533 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-25T22:54:42.350Z[ recovery-image] Aug 25 22:54:41.543 INFO O| Aug 25 22:54:41.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72572026-08-25T22:54:42.350Z[ recovery-image] Aug 25 22:54:41.543 INFO O| Aug 25 22:54:41.543 INFO STEP 640 (remove_files) COMPLETE
72582026-08-25T22:54:42.350Z[ recovery-image] Aug 25 22:54:41.543 INFO O| Aug 25 22:54:41.543 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-25T22:54:42.360Z[ recovery-image] Aug 25 22:54:41.552 INFO O| Aug 25 22:54:41.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72602026-08-25T22:54:42.360Z[ recovery-image] Aug 25 22:54:41.552 INFO O| Aug 25 22:54:41.552 INFO STEP 641 (remove_files) COMPLETE
72612026-08-25T22:54:42.360Z[ recovery-image] Aug 25 22:54:41.552 INFO O| Aug 25 22:54:41.552 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-25T22:54:42.370Z[ recovery-image] Aug 25 22:54:41.563 INFO O| Aug 25 22:54:41.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72632026-08-25T22:54:42.370Z[ recovery-image] Aug 25 22:54:41.563 INFO O| Aug 25 22:54:41.563 INFO STEP 642 (remove_files) COMPLETE
72642026-08-25T22:54:42.374Z[ recovery-image] Aug 25 22:54:41.563 INFO O| Aug 25 22:54:41.563 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-25T22:54:42.380Z[ recovery-image] Aug 25 22:54:41.572 INFO O| Aug 25 22:54:41.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72662026-08-25T22:54:42.380Z[ recovery-image] Aug 25 22:54:41.572 INFO O| Aug 25 22:54:41.572 INFO STEP 643 (remove_files) COMPLETE
72672026-08-25T22:54:42.383Z[ recovery-image] Aug 25 22:54:41.572 INFO O| Aug 25 22:54:41.572 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-25T22:54:42.388Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
72692026-08-25T22:54:42.391Z[ recovery-image] Aug 25 22:54:41.582 INFO O| Aug 25 22:54:41.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72702026-08-25T22:54:42.391Z[ recovery-image] Aug 25 22:54:41.582 INFO O| Aug 25 22:54:41.582 INFO STEP 644 (remove_files) COMPLETE
72712026-08-25T22:54:42.391Z[ recovery-image] Aug 25 22:54:41.582 INFO O| Aug 25 22:54:41.582 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-25T22:54:42.400Z[ recovery-image] Aug 25 22:54:41.592 INFO O| Aug 25 22:54:41.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72732026-08-25T22:54:42.400Z[ recovery-image] Aug 25 22:54:41.592 INFO O| Aug 25 22:54:41.592 INFO STEP 645 (remove_files) COMPLETE
72742026-08-25T22:54:42.400Z[ recovery-image] Aug 25 22:54:41.592 INFO O| Aug 25 22:54:41.592 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-25T22:54:42.408Z[ recovery-image] Aug 25 22:54:41.600 INFO O| Aug 25 22:54:41.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72762026-08-25T22:54:42.408Z[ recovery-image] Aug 25 22:54:41.600 INFO O| Aug 25 22:54:41.600 INFO STEP 646 (remove_files) COMPLETE
72772026-08-25T22:54:42.408Z[ recovery-image] Aug 25 22:54:41.600 INFO O| Aug 25 22:54:41.600 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-25T22:54:42.422Z[ recovery-image] Aug 25 22:54:41.615 INFO O| Aug 25 22:54:41.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72792026-08-25T22:54:42.426Z[ recovery-image] Aug 25 22:54:41.617 INFO O| Aug 25 22:54:41.617 INFO STEP 647 (remove_files) COMPLETE
72802026-08-25T22:54:42.426Z[ recovery-image] Aug 25 22:54:41.617 INFO O| Aug 25 22:54:41.617 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-25T22:54:42.435Z[ recovery-image] Aug 25 22:54:41.627 INFO O| Aug 25 22:54:41.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72822026-08-25T22:54:42.435Z[ recovery-image] Aug 25 22:54:41.628 INFO O| Aug 25 22:54:41.628 INFO STEP 648 (remove_files) COMPLETE
72832026-08-25T22:54:42.435Z[ recovery-image] Aug 25 22:54:41.628 INFO O| Aug 25 22:54:41.628 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-25T22:54:42.445Z[ recovery-image] Aug 25 22:54:41.637 INFO O| Aug 25 22:54:41.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72852026-08-25T22:54:42.445Z[ recovery-image] Aug 25 22:54:41.638 INFO O| Aug 25 22:54:41.637 INFO STEP 649 (remove_files) COMPLETE
72862026-08-25T22:54:42.445Z[ recovery-image] Aug 25 22:54:41.638 INFO O| Aug 25 22:54:41.637 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-25T22:54:42.455Z[ recovery-image] Aug 25 22:54:41.647 INFO O| Aug 25 22:54:41.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72882026-08-25T22:54:42.455Z[ recovery-image] Aug 25 22:54:41.647 INFO O| Aug 25 22:54:41.647 INFO STEP 650 (remove_files) COMPLETE
72892026-08-25T22:54:42.455Z[ recovery-image] Aug 25 22:54:41.647 INFO O| Aug 25 22:54:41.647 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-25T22:54:42.465Z[ recovery-image] Aug 25 22:54:41.657 INFO O| Aug 25 22:54:41.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72912026-08-25T22:54:42.465Z[ recovery-image] Aug 25 22:54:41.657 INFO O| Aug 25 22:54:41.657 INFO STEP 651 (remove_files) COMPLETE
72922026-08-25T22:54:42.465Z[ recovery-image] Aug 25 22:54:41.657 INFO O| Aug 25 22:54:41.657 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-25T22:54:42.480Z[ recovery-image] Aug 25 22:54:41.666 INFO O| Aug 25 22:54:41.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72942026-08-25T22:54:42.480Z[ recovery-image] Aug 25 22:54:41.666 INFO O| Aug 25 22:54:41.666 INFO STEP 652 (remove_files) COMPLETE
72952026-08-25T22:54:42.480Z[ recovery-image] Aug 25 22:54:41.666 INFO O| Aug 25 22:54:41.666 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-25T22:54:42.484Z[ recovery-image] Aug 25 22:54:41.673 INFO O| Aug 25 22:54:41.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72972026-08-25T22:54:42.484Z[ recovery-image] Aug 25 22:54:41.673 INFO O| Aug 25 22:54:41.673 INFO STEP 653 (remove_files) COMPLETE
72982026-08-25T22:54:42.484Z[ recovery-image] Aug 25 22:54:41.673 INFO O| Aug 25 22:54:41.673 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-25T22:54:42.490Z[ recovery-image] Aug 25 22:54:41.682 INFO O| Aug 25 22:54:41.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73002026-08-25T22:54:42.490Z[ recovery-image] Aug 25 22:54:41.682 INFO O| Aug 25 22:54:41.682 INFO STEP 654 (remove_files) COMPLETE
73012026-08-25T22:54:42.491Z[ recovery-image] Aug 25 22:54:41.682 INFO O| Aug 25 22:54:41.682 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-25T22:54:42.498Z[ recovery-image] Aug 25 22:54:41.690 INFO O| Aug 25 22:54:41.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73032026-08-25T22:54:42.498Z[ recovery-image] Aug 25 22:54:41.690 INFO O| Aug 25 22:54:41.690 INFO STEP 655 (remove_files) COMPLETE
73042026-08-25T22:54:42.499Z[ recovery-image] Aug 25 22:54:41.690 INFO O| Aug 25 22:54:41.690 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-25T22:54:42.506Z[ recovery-image] Aug 25 22:54:41.698 INFO O| Aug 25 22:54:41.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73062026-08-25T22:54:42.506Z[ recovery-image] Aug 25 22:54:41.699 INFO O| Aug 25 22:54:41.699 INFO STEP 656 (remove_files) COMPLETE
73072026-08-25T22:54:42.506Z[ recovery-image] Aug 25 22:54:41.699 INFO O| Aug 25 22:54:41.699 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-25T22:54:42.514Z[ recovery-image] Aug 25 22:54:41.707 INFO O| Aug 25 22:54:41.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73092026-08-25T22:54:42.514Z[ recovery-image] Aug 25 22:54:41.707 INFO O| Aug 25 22:54:41.707 INFO STEP 657 (remove_files) COMPLETE
73102026-08-25T22:54:42.518Z[ recovery-image] Aug 25 22:54:41.707 INFO O| Aug 25 22:54:41.707 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-25T22:54:42.525Z[ recovery-image] Aug 25 22:54:41.715 INFO O| Aug 25 22:54:41.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73122026-08-25T22:54:42.525Z[ recovery-image] Aug 25 22:54:41.715 INFO O| Aug 25 22:54:41.715 INFO STEP 658 (remove_files) COMPLETE
73132026-08-25T22:54:42.525Z[ recovery-image] Aug 25 22:54:41.715 INFO O| Aug 25 22:54:41.715 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-25T22:54:42.531Z[ recovery-image] Aug 25 22:54:41.723 INFO O| Aug 25 22:54:41.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73152026-08-25T22:54:42.531Z[ recovery-image] Aug 25 22:54:41.723 INFO O| Aug 25 22:54:41.723 INFO STEP 659 (remove_files) COMPLETE
73162026-08-25T22:54:42.531Z[ recovery-image] Aug 25 22:54:41.723 INFO O| Aug 25 22:54:41.723 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-25T22:54:42.540Z[ recovery-image] Aug 25 22:54:41.732 INFO O| Aug 25 22:54:41.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73182026-08-25T22:54:42.540Z[ recovery-image] Aug 25 22:54:41.732 INFO O| Aug 25 22:54:41.732 INFO STEP 660 (remove_files) COMPLETE
73192026-08-25T22:54:42.540Z[ recovery-image] Aug 25 22:54:41.732 INFO O| Aug 25 22:54:41.732 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-25T22:54:42.548Z[ recovery-image] Aug 25 22:54:41.740 INFO O| Aug 25 22:54:41.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73212026-08-25T22:54:42.548Z[ recovery-image] Aug 25 22:54:41.740 INFO O| Aug 25 22:54:41.740 INFO STEP 661 (remove_files) COMPLETE
73222026-08-25T22:54:42.548Z[ recovery-image] Aug 25 22:54:41.740 INFO O| Aug 25 22:54:41.740 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-25T22:54:42.556Z[ recovery-image] Aug 25 22:54:41.748 INFO O| Aug 25 22:54:41.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73242026-08-25T22:54:42.556Z[ recovery-image] Aug 25 22:54:41.748 INFO O| Aug 25 22:54:41.748 INFO STEP 662 (remove_files) COMPLETE
73252026-08-25T22:54:42.556Z[ recovery-image] Aug 25 22:54:41.748 INFO O| Aug 25 22:54:41.748 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-25T22:54:42.565Z[ recovery-image] Aug 25 22:54:41.757 INFO O| Aug 25 22:54:41.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73272026-08-25T22:54:42.565Z[ recovery-image] Aug 25 22:54:41.757 INFO O| Aug 25 22:54:41.757 INFO STEP 663 (remove_files) COMPLETE
73282026-08-25T22:54:42.565Z[ recovery-image] Aug 25 22:54:41.757 INFO O| Aug 25 22:54:41.757 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-25T22:54:42.573Z[ recovery-image] Aug 25 22:54:41.765 INFO O| Aug 25 22:54:41.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73302026-08-25T22:54:42.573Z[ recovery-image] Aug 25 22:54:41.765 INFO O| Aug 25 22:54:41.765 INFO STEP 664 (remove_files) COMPLETE
73312026-08-25T22:54:42.573Z[ recovery-image] Aug 25 22:54:41.765 INFO O| Aug 25 22:54:41.765 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-25T22:54:42.581Z[ recovery-image] Aug 25 22:54:41.774 INFO O| Aug 25 22:54:41.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73332026-08-25T22:54:42.582Z[ recovery-image] Aug 25 22:54:41.774 INFO O| Aug 25 22:54:41.774 INFO STEP 665 (remove_files) COMPLETE
73342026-08-25T22:54:42.582Z[ recovery-image] Aug 25 22:54:41.774 INFO O| Aug 25 22:54:41.774 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-25T22:54:42.591Z[ recovery-image] Aug 25 22:54:41.783 INFO O| Aug 25 22:54:41.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73362026-08-25T22:54:42.591Z[ recovery-image] Aug 25 22:54:41.783 INFO O| Aug 25 22:54:41.783 INFO STEP 666 (remove_files) COMPLETE
73372026-08-25T22:54:42.591Z[ recovery-image] Aug 25 22:54:41.783 INFO O| Aug 25 22:54:41.783 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-25T22:54:42.600Z[ recovery-image] Aug 25 22:54:41.792 INFO O| Aug 25 22:54:41.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73392026-08-25T22:54:42.600Z[ recovery-image] Aug 25 22:54:41.792 INFO O| Aug 25 22:54:41.792 INFO STEP 667 (remove_files) COMPLETE
73402026-08-25T22:54:42.600Z[ recovery-image] Aug 25 22:54:41.792 INFO O| Aug 25 22:54:41.792 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-25T22:54:42.609Z[ recovery-image] Aug 25 22:54:41.801 INFO O| Aug 25 22:54:41.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73422026-08-25T22:54:42.609Z[ recovery-image] Aug 25 22:54:41.801 INFO O| Aug 25 22:54:41.801 INFO STEP 668 (remove_files) COMPLETE
73432026-08-25T22:54:42.609Z[ recovery-image] Aug 25 22:54:41.801 INFO O| Aug 25 22:54:41.801 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-25T22:54:42.618Z[ recovery-image] Aug 25 22:54:41.810 INFO O| Aug 25 22:54:41.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73452026-08-25T22:54:42.618Z[ recovery-image] Aug 25 22:54:41.811 INFO O| Aug 25 22:54:41.810 INFO STEP 669 (remove_files) COMPLETE
73462026-08-25T22:54:42.618Z[ recovery-image] Aug 25 22:54:41.811 INFO O| Aug 25 22:54:41.810 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-25T22:54:42.628Z[ recovery-image] Aug 25 22:54:41.820 INFO O| Aug 25 22:54:41.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73482026-08-25T22:54:42.628Z[ recovery-image] Aug 25 22:54:41.820 INFO O| Aug 25 22:54:41.820 INFO STEP 670 (remove_files) COMPLETE
73492026-08-25T22:54:42.632Z[ recovery-image] Aug 25 22:54:41.820 INFO O| Aug 25 22:54:41.820 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-25T22:54:42.637Z[ recovery-image] Aug 25 22:54:41.829 INFO O| Aug 25 22:54:41.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73512026-08-25T22:54:42.641Z[ recovery-image] Aug 25 22:54:41.830 INFO O| Aug 25 22:54:41.830 INFO STEP 671 (remove_files) COMPLETE
73522026-08-25T22:54:42.641Z[ recovery-image] Aug 25 22:54:41.830 INFO O| Aug 25 22:54:41.830 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-25T22:54:42.647Z[ recovery-image] Aug 25 22:54:41.839 INFO O| Aug 25 22:54:41.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73542026-08-25T22:54:42.647Z[ recovery-image] Aug 25 22:54:41.839 INFO O| Aug 25 22:54:41.839 INFO STEP 672 (remove_files) COMPLETE
73552026-08-25T22:54:42.647Z[ recovery-image] Aug 25 22:54:41.839 INFO O| Aug 25 22:54:41.839 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-25T22:54:42.657Z[ recovery-image] Aug 25 22:54:41.849 INFO O| Aug 25 22:54:41.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73572026-08-25T22:54:42.657Z[ recovery-image] Aug 25 22:54:41.849 INFO O| Aug 25 22:54:41.849 INFO STEP 673 (remove_files) COMPLETE
73582026-08-25T22:54:42.657Z[ recovery-image] Aug 25 22:54:41.849 INFO O| Aug 25 22:54:41.849 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-25T22:54:42.666Z[ recovery-image] Aug 25 22:54:41.858 INFO O| Aug 25 22:54:41.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73602026-08-25T22:54:42.669Z[ recovery-image] Aug 25 22:54:41.859 INFO O| Aug 25 22:54:41.859 INFO STEP 674 (remove_files) COMPLETE
73612026-08-25T22:54:42.669Z[ recovery-image] Aug 25 22:54:41.859 INFO O| Aug 25 22:54:41.859 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-25T22:54:42.677Z[ recovery-image] Aug 25 22:54:41.868 INFO O| Aug 25 22:54:41.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73632026-08-25T22:54:42.677Z[ recovery-image] Aug 25 22:54:41.868 INFO O| Aug 25 22:54:41.868 INFO STEP 675 (remove_files) COMPLETE
73642026-08-25T22:54:42.681Z[ recovery-image] Aug 25 22:54:41.868 INFO O| Aug 25 22:54:41.868 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-25T22:54:42.685Z[ recovery-image] Aug 25 22:54:41.877 INFO O| Aug 25 22:54:41.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73662026-08-25T22:54:42.685Z[ recovery-image] Aug 25 22:54:41.877 INFO O| Aug 25 22:54:41.877 INFO STEP 676 (remove_files) COMPLETE
73672026-08-25T22:54:42.685Z[ recovery-image] Aug 25 22:54:41.878 INFO O| Aug 25 22:54:41.877 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-25T22:54:42.695Z[ recovery-image] Aug 25 22:54:41.887 INFO O| Aug 25 22:54:41.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73692026-08-25T22:54:42.695Z[ recovery-image] Aug 25 22:54:41.887 INFO O| Aug 25 22:54:41.887 INFO STEP 677 (remove_files) COMPLETE
73702026-08-25T22:54:42.698Z[ recovery-image] Aug 25 22:54:41.887 INFO O| Aug 25 22:54:41.887 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-25T22:54:42.704Z[ recovery-image] Aug 25 22:54:41.896 INFO O| Aug 25 22:54:41.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73722026-08-25T22:54:42.704Z[ recovery-image] Aug 25 22:54:41.896 INFO O| Aug 25 22:54:41.896 INFO STEP 678 (remove_files) COMPLETE
73732026-08-25T22:54:42.704Z[ recovery-image] Aug 25 22:54:41.896 INFO O| Aug 25 22:54:41.896 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-25T22:54:42.713Z[ recovery-image] Aug 25 22:54:41.905 INFO O| Aug 25 22:54:41.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73752026-08-25T22:54:42.713Z[ recovery-image] Aug 25 22:54:41.905 INFO O| Aug 25 22:54:41.905 INFO STEP 679 (remove_files) COMPLETE
73762026-08-25T22:54:42.713Z[ recovery-image] Aug 25 22:54:41.905 INFO O| Aug 25 22:54:41.905 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-25T22:54:42.722Z[ recovery-image] Aug 25 22:54:41.915 INFO O| Aug 25 22:54:41.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73782026-08-25T22:54:42.722Z[ recovery-image] Aug 25 22:54:41.915 INFO O| Aug 25 22:54:41.915 INFO STEP 680 (remove_files) COMPLETE
73792026-08-25T22:54:42.726Z[ recovery-image] Aug 25 22:54:41.915 INFO O| Aug 25 22:54:41.915 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-25T22:54:42.732Z[ recovery-image] Aug 25 22:54:41.924 INFO O| Aug 25 22:54:41.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73812026-08-25T22:54:42.732Z[ recovery-image] Aug 25 22:54:41.924 INFO O| Aug 25 22:54:41.924 INFO STEP 681 (remove_files) COMPLETE
73822026-08-25T22:54:42.735Z[ recovery-image] Aug 25 22:54:41.924 INFO O| Aug 25 22:54:41.924 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-25T22:54:42.741Z[ recovery-image] Aug 25 22:54:41.933 INFO O| Aug 25 22:54:41.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73842026-08-25T22:54:42.744Z[ recovery-image] Aug 25 22:54:41.933 INFO O| Aug 25 22:54:41.933 INFO STEP 682 (remove_files) COMPLETE
73852026-08-25T22:54:42.744Z[ recovery-image] Aug 25 22:54:41.933 INFO O| Aug 25 22:54:41.933 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.942 INFO O| Aug 25 22:54:41.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73872026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.942 INFO O| Aug 25 22:54:41.942 INFO STEP 683 (remove_files) COMPLETE
73882026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.942 INFO O| Aug 25 22:54:41.942 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.951 INFO O| Aug 25 22:54:41.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73902026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.951 INFO O| Aug 25 22:54:41.951 INFO STEP 684 (remove_files) COMPLETE
73912026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.951 INFO O| Aug 25 22:54:41.951 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.960 INFO O| Aug 25 22:54:41.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73932026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.960 INFO O| Aug 25 22:54:41.960 INFO STEP 685 (remove_files) COMPLETE
73942026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.960 INFO O| Aug 25 22:54:41.960 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.969 INFO O| Aug 25 22:54:41.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73962026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.969 INFO O| Aug 25 22:54:41.969 INFO STEP 686 (remove_files) COMPLETE
73972026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.969 INFO O| Aug 25 22:54:41.969 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.978 INFO O| Aug 25 22:54:41.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73992026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.978 INFO O| Aug 25 22:54:41.978 INFO STEP 687 (remove_files) COMPLETE
74002026-08-25T22:54:42.789Z[ recovery-image] Aug 25 22:54:41.978 INFO O| Aug 25 22:54:41.978 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-25T22:54:42.795Z[ recovery-image] Aug 25 22:54:41.987 INFO O| Aug 25 22:54:41.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74022026-08-25T22:54:42.795Z[ recovery-image] Aug 25 22:54:41.987 INFO O| Aug 25 22:54:41.987 INFO STEP 688 (remove_files) COMPLETE
74032026-08-25T22:54:42.795Z[ recovery-image] Aug 25 22:54:41.987 INFO O| Aug 25 22:54:41.987 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-25T22:54:42.804Z[ recovery-image] Aug 25 22:54:41.996 INFO O| Aug 25 22:54:41.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74052026-08-25T22:54:42.804Z[ recovery-image] Aug 25 22:54:41.996 INFO O| Aug 25 22:54:41.996 INFO STEP 689 (remove_files) COMPLETE
74062026-08-25T22:54:42.804Z[ recovery-image] Aug 25 22:54:41.996 INFO O| Aug 25 22:54:41.996 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-25T22:54:42.813Z[ recovery-image] Aug 25 22:54:42.004 INFO O| Aug 25 22:54:42.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74082026-08-25T22:54:42.813Z[ recovery-image] Aug 25 22:54:42.004 INFO O| Aug 25 22:54:42.004 INFO STEP 690 (remove_files) COMPLETE
74092026-08-25T22:54:42.813Z[ recovery-image] Aug 25 22:54:42.004 INFO O| Aug 25 22:54:42.004 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-25T22:54:42.821Z[ recovery-image] Aug 25 22:54:42.013 INFO O| Aug 25 22:54:42.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74112026-08-25T22:54:42.821Z[ recovery-image] Aug 25 22:54:42.013 INFO O| Aug 25 22:54:42.013 INFO STEP 691 (remove_files) COMPLETE
74122026-08-25T22:54:42.821Z[ recovery-image] Aug 25 22:54:42.013 INFO O| Aug 25 22:54:42.013 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-25T22:54:42.830Z[ recovery-image] Aug 25 22:54:42.022 INFO O| Aug 25 22:54:42.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74142026-08-25T22:54:42.830Z[ recovery-image] Aug 25 22:54:42.022 INFO O| Aug 25 22:54:42.022 INFO STEP 692 (remove_files) COMPLETE
74152026-08-25T22:54:42.830Z[ recovery-image] Aug 25 22:54:42.022 INFO O| Aug 25 22:54:42.022 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-25T22:54:42.839Z[ recovery-image] Aug 25 22:54:42.031 INFO O| Aug 25 22:54:42.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74172026-08-25T22:54:42.839Z[ recovery-image] Aug 25 22:54:42.031 INFO O| Aug 25 22:54:42.031 INFO STEP 693 (remove_files) COMPLETE
74182026-08-25T22:54:42.839Z[ recovery-image] Aug 25 22:54:42.031 INFO O| Aug 25 22:54:42.031 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-25T22:54:42.849Z[ recovery-image] Aug 25 22:54:42.040 INFO O| Aug 25 22:54:42.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74202026-08-25T22:54:42.849Z[ recovery-image] Aug 25 22:54:42.040 INFO O| Aug 25 22:54:42.040 INFO STEP 694 (remove_files) COMPLETE
74212026-08-25T22:54:42.849Z[ recovery-image] Aug 25 22:54:42.040 INFO O| Aug 25 22:54:42.040 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-25T22:54:42.867Z[ recovery-image] Aug 25 22:54:42.059 INFO O| Aug 25 22:54:42.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74232026-08-25T22:54:42.868Z[ recovery-image] Aug 25 22:54:42.060 INFO O| Aug 25 22:54:42.060 INFO STEP 695 (remove_files) COMPLETE
74242026-08-25T22:54:42.868Z[ recovery-image] Aug 25 22:54:42.060 INFO O| Aug 25 22:54:42.060 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-25T22:54:42.878Z[ recovery-image] Aug 25 22:54:42.070 INFO O| Aug 25 22:54:42.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74262026-08-25T22:54:42.878Z[ recovery-image] Aug 25 22:54:42.070 INFO O| Aug 25 22:54:42.070 INFO STEP 696 (remove_files) COMPLETE
74272026-08-25T22:54:42.878Z[ recovery-image] Aug 25 22:54:42.070 INFO O| Aug 25 22:54:42.070 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-25T22:54:42.889Z[ recovery-image] Aug 25 22:54:42.080 INFO O| Aug 25 22:54:42.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74292026-08-25T22:54:42.889Z[ recovery-image] Aug 25 22:54:42.080 INFO O| Aug 25 22:54:42.080 INFO STEP 697 (remove_files) COMPLETE
74302026-08-25T22:54:42.889Z[ recovery-image] Aug 25 22:54:42.080 INFO O| Aug 25 22:54:42.080 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-25T22:54:42.900Z[ recovery-image] Aug 25 22:54:42.092 INFO O| Aug 25 22:54:42.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74322026-08-25T22:54:42.900Z[ recovery-image] Aug 25 22:54:42.092 INFO O| Aug 25 22:54:42.092 INFO STEP 698 (remove_files) COMPLETE
74332026-08-25T22:54:42.900Z[ recovery-image] Aug 25 22:54:42.092 INFO O| Aug 25 22:54:42.092 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-25T22:54:42.909Z[ recovery-image] Aug 25 22:54:42.101 INFO O| Aug 25 22:54:42.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74352026-08-25T22:54:42.909Z[ recovery-image] Aug 25 22:54:42.101 INFO O| Aug 25 22:54:42.101 INFO STEP 699 (remove_files) COMPLETE
74362026-08-25T22:54:42.909Z[ recovery-image] Aug 25 22:54:42.101 INFO O| Aug 25 22:54:42.101 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-25T22:54:42.917Z[ recovery-image] Aug 25 22:54:42.109 INFO O| Aug 25 22:54:42.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74382026-08-25T22:54:42.917Z[ recovery-image] Aug 25 22:54:42.109 INFO O| Aug 25 22:54:42.109 INFO STEP 700 (remove_files) COMPLETE
74392026-08-25T22:54:42.917Z[ recovery-image] Aug 25 22:54:42.109 INFO O| Aug 25 22:54:42.109 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-25T22:54:42.928Z[ recovery-image] Aug 25 22:54:42.120 INFO O| Aug 25 22:54:42.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74412026-08-25T22:54:42.928Z[ recovery-image] Aug 25 22:54:42.120 INFO O| Aug 25 22:54:42.120 INFO STEP 701 (remove_files) COMPLETE
74422026-08-25T22:54:42.932Z[ recovery-image] Aug 25 22:54:42.120 INFO O| Aug 25 22:54:42.120 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-25T22:54:42.938Z[ recovery-image] Aug 25 22:54:42.130 INFO O| Aug 25 22:54:42.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74442026-08-25T22:54:42.938Z[ recovery-image] Aug 25 22:54:42.130 INFO O| Aug 25 22:54:42.130 INFO STEP 702 (remove_files) COMPLETE
74452026-08-25T22:54:42.938Z[ recovery-image] Aug 25 22:54:42.130 INFO O| Aug 25 22:54:42.130 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-25T22:54:42.948Z[ recovery-image] Aug 25 22:54:42.140 INFO O| Aug 25 22:54:42.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74472026-08-25T22:54:42.948Z[ recovery-image] Aug 25 22:54:42.140 INFO O| Aug 25 22:54:42.140 INFO STEP 703 (remove_files) COMPLETE
74482026-08-25T22:54:42.948Z[ recovery-image] Aug 25 22:54:42.140 INFO O| Aug 25 22:54:42.140 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-25T22:54:42.957Z[ recovery-image] Aug 25 22:54:42.149 INFO O| Aug 25 22:54:42.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74502026-08-25T22:54:42.957Z[ recovery-image] Aug 25 22:54:42.149 INFO O| Aug 25 22:54:42.149 INFO STEP 704 (remove_files) COMPLETE
74512026-08-25T22:54:42.957Z[ recovery-image] Aug 25 22:54:42.149 INFO O| Aug 25 22:54:42.149 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-25T22:54:42.969Z[ recovery-image] Aug 25 22:54:42.161 INFO O| Aug 25 22:54:42.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74532026-08-25T22:54:42.969Z[ recovery-image] Aug 25 22:54:42.161 INFO O| Aug 25 22:54:42.161 INFO STEP 705 (remove_files) COMPLETE
74542026-08-25T22:54:42.969Z[ recovery-image] Aug 25 22:54:42.161 INFO O| Aug 25 22:54:42.161 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-25T22:54:42.979Z[ recovery-image] Aug 25 22:54:42.171 INFO O| Aug 25 22:54:42.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74562026-08-25T22:54:42.979Z[ recovery-image] Aug 25 22:54:42.172 INFO O| Aug 25 22:54:42.171 INFO STEP 706 (remove_files) COMPLETE
74572026-08-25T22:54:42.979Z[ recovery-image] Aug 25 22:54:42.172 INFO O| Aug 25 22:54:42.172 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-25T22:54:42.989Z[ recovery-image] Aug 25 22:54:42.182 INFO O| Aug 25 22:54:42.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74592026-08-25T22:54:42.992Z[ recovery-image] Aug 25 22:54:42.182 INFO O| Aug 25 22:54:42.182 INFO STEP 707 (remove_files) COMPLETE
74602026-08-25T22:54:42.993Z[ recovery-image] Aug 25 22:54:42.182 INFO O| Aug 25 22:54:42.182 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-25T22:54:42.999Z[ recovery-image] Aug 25 22:54:42.192 INFO O| Aug 25 22:54:42.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74622026-08-25T22:54:42.999Z[ recovery-image] Aug 25 22:54:42.192 INFO O| Aug 25 22:54:42.192 INFO STEP 708 (remove_files) COMPLETE
74632026-08-25T22:54:43.003Z[ recovery-image] Aug 25 22:54:42.192 INFO O| Aug 25 22:54:42.192 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-25T22:54:43.009Z[ recovery-image] Aug 25 22:54:42.201 INFO O| Aug 25 22:54:42.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74652026-08-25T22:54:43.009Z[ recovery-image] Aug 25 22:54:42.201 INFO O| Aug 25 22:54:42.201 INFO STEP 709 (remove_files) COMPLETE
74662026-08-25T22:54:43.009Z[ recovery-image] Aug 25 22:54:42.201 INFO O| Aug 25 22:54:42.201 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-25T22:54:43.018Z[ recovery-image] Aug 25 22:54:42.210 INFO O| Aug 25 22:54:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74682026-08-25T22:54:43.018Z[ recovery-image] Aug 25 22:54:42.210 INFO O| Aug 25 22:54:42.210 INFO STEP 710 (remove_files) COMPLETE
74692026-08-25T22:54:43.018Z[ recovery-image] Aug 25 22:54:42.210 INFO O| Aug 25 22:54:42.210 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-25T22:54:43.071Z[ recovery-image] Aug 25 22:54:42.219 INFO O| Aug 25 22:54:42.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74712026-08-25T22:54:43.071Z[ recovery-image] Aug 25 22:54:42.219 INFO O| Aug 25 22:54:42.219 INFO STEP 711 (remove_files) COMPLETE
74722026-08-25T22:54:43.071Z[ recovery-image] Aug 25 22:54:42.219 INFO O| Aug 25 22:54:42.219 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.229 INFO O| Aug 25 22:54:42.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74742026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.229 INFO O| Aug 25 22:54:42.229 INFO STEP 712 (remove_files) COMPLETE
74752026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.229 INFO O| Aug 25 22:54:42.229 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.240 INFO O| Aug 25 22:54:42.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74772026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.240 INFO O| Aug 25 22:54:42.240 INFO STEP 713 (remove_files) COMPLETE
74782026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.240 INFO O| Aug 25 22:54:42.240 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.251 INFO O| Aug 25 22:54:42.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74802026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.251 INFO O| Aug 25 22:54:42.251 INFO STEP 714 (remove_files) COMPLETE
74812026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.251 INFO O| Aug 25 22:54:42.251 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-25T22:54:43.077Z[verify-libraries] Compiling git2 v0.20.4
74832026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.261 INFO O| Aug 25 22:54:42.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74842026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.261 INFO O| Aug 25 22:54:42.261 INFO STEP 715 (remove_files) COMPLETE
74852026-08-25T22:54:43.077Z[ recovery-image] Aug 25 22:54:42.261 INFO O| Aug 25 22:54:42.261 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-25T22:54:43.081Z[ recovery-image] Aug 25 22:54:42.272 INFO O| Aug 25 22:54:42.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74872026-08-25T22:54:43.081Z[ recovery-image] Aug 25 22:54:42.272 INFO O| Aug 25 22:54:42.271 INFO STEP 716 (remove_files) COMPLETE
74882026-08-25T22:54:43.081Z[ recovery-image] Aug 25 22:54:42.272 INFO O| Aug 25 22:54:42.271 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-25T22:54:43.088Z[ recovery-image] Aug 25 22:54:42.280 INFO O| Aug 25 22:54:42.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74902026-08-25T22:54:43.092Z[ recovery-image] Aug 25 22:54:42.281 INFO O| Aug 25 22:54:42.281 INFO STEP 717 (remove_files) COMPLETE
74912026-08-25T22:54:43.092Z[ recovery-image] Aug 25 22:54:42.281 INFO O| Aug 25 22:54:42.281 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-25T22:54:43.099Z[ recovery-image] Aug 25 22:54:42.291 INFO O| Aug 25 22:54:42.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74932026-08-25T22:54:43.099Z[ recovery-image] Aug 25 22:54:42.291 INFO O| Aug 25 22:54:42.291 INFO STEP 718 (remove_files) COMPLETE
74942026-08-25T22:54:43.099Z[ recovery-image] Aug 25 22:54:42.291 INFO O| Aug 25 22:54:42.291 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-25T22:54:43.109Z[ recovery-image] Aug 25 22:54:42.301 INFO O| Aug 25 22:54:42.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74962026-08-25T22:54:43.109Z[ recovery-image] Aug 25 22:54:42.302 INFO O| Aug 25 22:54:42.302 INFO STEP 719 (remove_files) COMPLETE
74972026-08-25T22:54:43.109Z[ recovery-image] Aug 25 22:54:42.302 INFO O| Aug 25 22:54:42.302 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-08-25T22:54:43.119Z[ recovery-image] Aug 25 22:54:42.312 INFO O| Aug 25 22:54:42.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74992026-08-25T22:54:43.119Z[ recovery-image] Aug 25 22:54:42.312 INFO O| Aug 25 22:54:42.312 INFO STEP 720 (remove_files) COMPLETE
75002026-08-25T22:54:43.123Z[ recovery-image] Aug 25 22:54:42.312 INFO O| Aug 25 22:54:42.312 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-08-25T22:54:43.129Z[ recovery-image] Aug 25 22:54:42.321 INFO O| Aug 25 22:54:42.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75022026-08-25T22:54:43.132Z[ recovery-image] Aug 25 22:54:42.321 INFO O| Aug 25 22:54:42.321 INFO STEP 721 (remove_files) COMPLETE
75032026-08-25T22:54:43.132Z[ recovery-image] Aug 25 22:54:42.321 INFO O| Aug 25 22:54:42.321 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-08-25T22:54:43.138Z[ recovery-image] Aug 25 22:54:42.330 INFO O| Aug 25 22:54:42.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75052026-08-25T22:54:43.141Z[ recovery-image] Aug 25 22:54:42.330 INFO O| Aug 25 22:54:42.330 INFO STEP 722 (remove_files) COMPLETE
75062026-08-25T22:54:43.141Z[ recovery-image] Aug 25 22:54:42.330 INFO O| Aug 25 22:54:42.330 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-08-25T22:54:43.147Z[ recovery-image] Aug 25 22:54:42.339 INFO O| Aug 25 22:54:42.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75082026-08-25T22:54:43.147Z[ recovery-image] Aug 25 22:54:42.339 INFO O| Aug 25 22:54:42.339 INFO STEP 723 (remove_files) COMPLETE
75092026-08-25T22:54:43.150Z[ recovery-image] Aug 25 22:54:42.339 INFO O| Aug 25 22:54:42.339 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-08-25T22:54:43.156Z[ recovery-image] Aug 25 22:54:42.349 INFO O| Aug 25 22:54:42.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75112026-08-25T22:54:43.156Z[ recovery-image] Aug 25 22:54:42.349 INFO O| Aug 25 22:54:42.349 INFO STEP 724 (remove_files) COMPLETE
75122026-08-25T22:54:43.156Z[ recovery-image] Aug 25 22:54:42.349 INFO O| Aug 25 22:54:42.349 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-08-25T22:54:43.166Z[ recovery-image] Aug 25 22:54:42.358 INFO O| Aug 25 22:54:42.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75142026-08-25T22:54:43.166Z[ recovery-image] Aug 25 22:54:42.358 INFO O| Aug 25 22:54:42.358 INFO STEP 725 (remove_files) COMPLETE
75152026-08-25T22:54:43.169Z[ recovery-image] Aug 25 22:54:42.358 INFO O| Aug 25 22:54:42.358 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-08-25T22:54:43.179Z[ recovery-image] Aug 25 22:54:42.371 INFO O| Aug 25 22:54:42.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75172026-08-25T22:54:43.179Z[ recovery-image] Aug 25 22:54:42.371 INFO O| Aug 25 22:54:42.371 INFO STEP 726 (remove_files) COMPLETE
75182026-08-25T22:54:43.182Z[ recovery-image] Aug 25 22:54:42.371 INFO O| Aug 25 22:54:42.371 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-08-25T22:54:43.190Z[ recovery-image] Aug 25 22:54:42.382 INFO O| Aug 25 22:54:42.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75202026-08-25T22:54:43.190Z[ recovery-image] Aug 25 22:54:42.382 INFO O| Aug 25 22:54:42.382 INFO STEP 727 (remove_files) COMPLETE
75212026-08-25T22:54:43.190Z[ recovery-image] Aug 25 22:54:42.382 INFO O| Aug 25 22:54:42.382 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-08-25T22:54:43.199Z[ recovery-image] Aug 25 22:54:42.392 INFO O| Aug 25 22:54:42.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75232026-08-25T22:54:43.203Z[ recovery-image] Aug 25 22:54:42.393 INFO O| Aug 25 22:54:42.392 INFO STEP 728 (remove_files) COMPLETE
75242026-08-25T22:54:43.203Z[ recovery-image] Aug 25 22:54:42.393 INFO O| Aug 25 22:54:42.393 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-25T22:54:43.209Z[ recovery-image] Aug 25 22:54:42.401 INFO O| Aug 25 22:54:42.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75262026-08-25T22:54:43.209Z[ recovery-image] Aug 25 22:54:42.401 INFO O| Aug 25 22:54:42.401 INFO STEP 729 (remove_files) COMPLETE
75272026-08-25T22:54:43.209Z[ recovery-image] Aug 25 22:54:42.401 INFO O| Aug 25 22:54:42.401 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-25T22:54:43.219Z[ recovery-image] Aug 25 22:54:42.412 INFO O| Aug 25 22:54:42.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75292026-08-25T22:54:43.219Z[ recovery-image] Aug 25 22:54:42.412 INFO O| Aug 25 22:54:42.412 INFO STEP 730 (remove_files) COMPLETE
75302026-08-25T22:54:43.219Z[ recovery-image] Aug 25 22:54:42.412 INFO O| Aug 25 22:54:42.412 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-25T22:54:43.227Z[ recovery-image] Aug 25 22:54:42.419 INFO O| Aug 25 22:54:42.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75322026-08-25T22:54:43.227Z[ recovery-image] Aug 25 22:54:42.420 INFO O| Aug 25 22:54:42.420 INFO STEP 731 (remove_files) COMPLETE
75332026-08-25T22:54:43.227Z[ recovery-image] Aug 25 22:54:42.420 INFO O| Aug 25 22:54:42.420 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-25T22:54:43.237Z[ recovery-image] Aug 25 22:54:42.429 INFO O| Aug 25 22:54:42.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75352026-08-25T22:54:43.237Z[ recovery-image] Aug 25 22:54:42.429 INFO O| Aug 25 22:54:42.429 INFO STEP 732 (remove_files) COMPLETE
75362026-08-25T22:54:43.237Z[ recovery-image] Aug 25 22:54:42.429 INFO O| Aug 25 22:54:42.429 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-25T22:54:43.246Z[ recovery-image] Aug 25 22:54:42.438 INFO O| Aug 25 22:54:42.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75382026-08-25T22:54:43.246Z[ recovery-image] Aug 25 22:54:42.438 INFO O| Aug 25 22:54:42.438 INFO STEP 733 (remove_files) COMPLETE
75392026-08-25T22:54:43.246Z[ recovery-image] Aug 25 22:54:42.438 INFO O| Aug 25 22:54:42.438 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-25T22:54:43.255Z[ recovery-image] Aug 25 22:54:42.447 INFO O| Aug 25 22:54:42.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75412026-08-25T22:54:43.255Z[ recovery-image] Aug 25 22:54:42.447 INFO O| Aug 25 22:54:42.447 INFO STEP 734 (remove_files) COMPLETE
75422026-08-25T22:54:43.255Z[ recovery-image] Aug 25 22:54:42.447 INFO O| Aug 25 22:54:42.447 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-25T22:54:43.263Z[ recovery-image] Aug 25 22:54:42.455 INFO O| Aug 25 22:54:42.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75442026-08-25T22:54:43.263Z[ recovery-image] Aug 25 22:54:42.455 INFO O| Aug 25 22:54:42.455 INFO STEP 735 (remove_files) COMPLETE
75452026-08-25T22:54:43.263Z[ recovery-image] Aug 25 22:54:42.455 INFO O| Aug 25 22:54:42.455 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-25T22:54:43.271Z[ recovery-image] Aug 25 22:54:42.463 INFO O| Aug 25 22:54:42.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75472026-08-25T22:54:43.271Z[ recovery-image] Aug 25 22:54:42.463 INFO O| Aug 25 22:54:42.463 INFO STEP 736 (remove_files) COMPLETE
75482026-08-25T22:54:43.274Z[ recovery-image] Aug 25 22:54:42.463 INFO O| Aug 25 22:54:42.463 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-25T22:54:43.278Z[ recovery-image] Aug 25 22:54:42.470 INFO O| Aug 25 22:54:42.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75502026-08-25T22:54:43.278Z[ recovery-image] Aug 25 22:54:42.470 INFO O| Aug 25 22:54:42.470 INFO STEP 737 (remove_files) COMPLETE
75512026-08-25T22:54:43.278Z[ recovery-image] Aug 25 22:54:42.470 INFO O| Aug 25 22:54:42.470 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-25T22:54:43.286Z[ recovery-image] Aug 25 22:54:42.478 INFO O| Aug 25 22:54:42.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75532026-08-25T22:54:43.286Z[ recovery-image] Aug 25 22:54:42.478 INFO O| Aug 25 22:54:42.478 INFO STEP 738 (remove_files) COMPLETE
75542026-08-25T22:54:43.286Z[ recovery-image] Aug 25 22:54:42.478 INFO O| Aug 25 22:54:42.478 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-25T22:54:43.294Z[ recovery-image] Aug 25 22:54:42.487 INFO O| Aug 25 22:54:42.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75562026-08-25T22:54:43.294Z[ recovery-image] Aug 25 22:54:42.487 INFO O| Aug 25 22:54:42.487 INFO STEP 739 (remove_files) COMPLETE
75572026-08-25T22:54:43.294Z[ recovery-image] Aug 25 22:54:42.487 INFO O| Aug 25 22:54:42.487 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-25T22:54:43.303Z[ recovery-image] Aug 25 22:54:42.496 INFO O| Aug 25 22:54:42.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75592026-08-25T22:54:43.303Z[ recovery-image] Aug 25 22:54:42.496 INFO O| Aug 25 22:54:42.496 INFO STEP 740 (remove_files) COMPLETE
75602026-08-25T22:54:43.303Z[ recovery-image] Aug 25 22:54:42.496 INFO O| Aug 25 22:54:42.496 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-25T22:54:43.312Z[ recovery-image] Aug 25 22:54:42.505 INFO O| Aug 25 22:54:42.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75622026-08-25T22:54:43.312Z[ recovery-image] Aug 25 22:54:42.505 INFO O| Aug 25 22:54:42.505 INFO STEP 741 (remove_files) COMPLETE
75632026-08-25T22:54:43.313Z[ recovery-image] Aug 25 22:54:42.505 INFO O| Aug 25 22:54:42.505 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-25T22:54:43.321Z[ recovery-image] Aug 25 22:54:42.513 INFO O| Aug 25 22:54:42.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75652026-08-25T22:54:43.321Z[ recovery-image] Aug 25 22:54:42.513 INFO O| Aug 25 22:54:42.513 INFO STEP 742 (remove_files) COMPLETE
75662026-08-25T22:54:43.324Z[ recovery-image] Aug 25 22:54:42.513 INFO O| Aug 25 22:54:42.513 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-25T22:54:43.330Z[ recovery-image] Aug 25 22:54:42.522 INFO O| Aug 25 22:54:42.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75682026-08-25T22:54:43.330Z[ recovery-image] Aug 25 22:54:42.522 INFO O| Aug 25 22:54:42.522 INFO STEP 743 (remove_files) COMPLETE
75692026-08-25T22:54:43.330Z[ recovery-image] Aug 25 22:54:42.522 INFO O| Aug 25 22:54:42.522 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-25T22:54:43.340Z[ recovery-image] Aug 25 22:54:42.532 INFO O| Aug 25 22:54:42.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75712026-08-25T22:54:43.340Z[ recovery-image] Aug 25 22:54:42.532 INFO O| Aug 25 22:54:42.532 INFO STEP 744 (remove_files) COMPLETE
75722026-08-25T22:54:43.340Z[ recovery-image] Aug 25 22:54:42.532 INFO O| Aug 25 22:54:42.532 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-25T22:54:43.350Z[ recovery-image] Aug 25 22:54:42.542 INFO O| Aug 25 22:54:42.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75742026-08-25T22:54:43.350Z[ recovery-image] Aug 25 22:54:42.542 INFO O| Aug 25 22:54:42.542 INFO STEP 745 (remove_files) COMPLETE
75752026-08-25T22:54:43.353Z[ recovery-image] Aug 25 22:54:42.542 INFO O| Aug 25 22:54:42.542 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-25T22:54:43.358Z[ recovery-image] Aug 25 22:54:42.550 INFO O| Aug 25 22:54:42.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75772026-08-25T22:54:43.358Z[ recovery-image] Aug 25 22:54:42.551 INFO O| Aug 25 22:54:42.550 INFO STEP 746 (remove_files) COMPLETE
75782026-08-25T22:54:43.358Z[ recovery-image] Aug 25 22:54:42.551 INFO O| Aug 25 22:54:42.550 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-25T22:54:43.366Z[ recovery-image] Aug 25 22:54:42.558 INFO O| Aug 25 22:54:42.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75802026-08-25T22:54:43.366Z[ recovery-image] Aug 25 22:54:42.558 INFO O| Aug 25 22:54:42.558 INFO STEP 747 (remove_files) COMPLETE
75812026-08-25T22:54:43.366Z[ recovery-image] Aug 25 22:54:42.558 INFO O| Aug 25 22:54:42.558 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-25T22:54:43.374Z[ recovery-image] Aug 25 22:54:42.566 INFO O| Aug 25 22:54:42.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75832026-08-25T22:54:43.374Z[ recovery-image] Aug 25 22:54:42.566 INFO O| Aug 25 22:54:42.566 INFO STEP 748 (remove_files) COMPLETE
75842026-08-25T22:54:43.378Z[ recovery-image] Aug 25 22:54:42.566 INFO O| Aug 25 22:54:42.566 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-25T22:54:43.383Z[ recovery-image] Aug 25 22:54:42.574 INFO O| Aug 25 22:54:42.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75862026-08-25T22:54:43.383Z[ recovery-image] Aug 25 22:54:42.574 INFO O| Aug 25 22:54:42.574 INFO STEP 749 (remove_files) COMPLETE
75872026-08-25T22:54:43.383Z[ recovery-image] Aug 25 22:54:42.574 INFO O| Aug 25 22:54:42.574 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-25T22:54:43.391Z[ recovery-image] Aug 25 22:54:42.583 INFO O| Aug 25 22:54:42.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75892026-08-25T22:54:43.391Z[ recovery-image] Aug 25 22:54:42.584 INFO O| Aug 25 22:54:42.584 INFO STEP 750 (remove_files) COMPLETE
75902026-08-25T22:54:43.391Z[ recovery-image] Aug 25 22:54:42.584 INFO O| Aug 25 22:54:42.584 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-25T22:54:43.400Z[ recovery-image] Aug 25 22:54:42.592 INFO O| Aug 25 22:54:42.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75922026-08-25T22:54:43.400Z[ recovery-image] Aug 25 22:54:42.592 INFO O| Aug 25 22:54:42.592 INFO STEP 751 (remove_files) COMPLETE
75932026-08-25T22:54:43.400Z[ recovery-image] Aug 25 22:54:42.592 INFO O| Aug 25 22:54:42.592 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-25T22:54:43.409Z[ recovery-image] Aug 25 22:54:42.601 INFO O| Aug 25 22:54:42.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75952026-08-25T22:54:43.409Z[ recovery-image] Aug 25 22:54:42.601 INFO O| Aug 25 22:54:42.601 INFO STEP 752 (remove_files) COMPLETE
75962026-08-25T22:54:43.409Z[ recovery-image] Aug 25 22:54:42.601 INFO O| Aug 25 22:54:42.601 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-25T22:54:43.418Z[ recovery-image] Aug 25 22:54:42.610 INFO O| Aug 25 22:54:42.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75982026-08-25T22:54:43.418Z[ recovery-image] Aug 25 22:54:42.610 INFO O| Aug 25 22:54:42.610 INFO STEP 753 (remove_files) COMPLETE
75992026-08-25T22:54:43.421Z[ recovery-image] Aug 25 22:54:42.610 INFO O| Aug 25 22:54:42.610 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-25T22:54:43.427Z[ recovery-image] Aug 25 22:54:42.619 INFO O| Aug 25 22:54:42.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76012026-08-25T22:54:43.427Z[ recovery-image] Aug 25 22:54:42.619 INFO O| Aug 25 22:54:42.619 INFO STEP 754 (remove_files) COMPLETE
76022026-08-25T22:54:43.430Z[ recovery-image] Aug 25 22:54:42.619 INFO O| Aug 25 22:54:42.619 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-25T22:54:43.436Z[ recovery-image] Aug 25 22:54:42.628 INFO O| Aug 25 22:54:42.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76042026-08-25T22:54:43.436Z[ recovery-image] Aug 25 22:54:42.628 INFO O| Aug 25 22:54:42.628 INFO STEP 755 (remove_files) COMPLETE
76052026-08-25T22:54:43.436Z[ recovery-image] Aug 25 22:54:42.628 INFO O| Aug 25 22:54:42.628 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-25T22:54:43.445Z[ recovery-image] Aug 25 22:54:42.637 INFO O| Aug 25 22:54:42.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76072026-08-25T22:54:43.445Z[ recovery-image] Aug 25 22:54:42.637 INFO O| Aug 25 22:54:42.637 INFO STEP 756 (remove_files) COMPLETE
76082026-08-25T22:54:43.449Z[ recovery-image] Aug 25 22:54:42.637 INFO O| Aug 25 22:54:42.637 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-25T22:54:43.454Z[ recovery-image] Aug 25 22:54:42.646 INFO O| Aug 25 22:54:42.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76102026-08-25T22:54:43.454Z[ recovery-image] Aug 25 22:54:42.646 INFO O| Aug 25 22:54:42.646 INFO STEP 757 (remove_files) COMPLETE
76112026-08-25T22:54:43.454Z[ recovery-image] Aug 25 22:54:42.646 INFO O| Aug 25 22:54:42.646 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-25T22:54:43.463Z[ recovery-image] Aug 25 22:54:42.656 INFO O| Aug 25 22:54:42.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76132026-08-25T22:54:43.463Z[ recovery-image] Aug 25 22:54:42.656 INFO O| Aug 25 22:54:42.656 INFO STEP 758 (remove_files) COMPLETE
76142026-08-25T22:54:43.463Z[ recovery-image] Aug 25 22:54:42.656 INFO O| Aug 25 22:54:42.656 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-25T22:54:43.472Z[ recovery-image] Aug 25 22:54:42.664 INFO O| Aug 25 22:54:42.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76162026-08-25T22:54:43.472Z[ recovery-image] Aug 25 22:54:42.664 INFO O| Aug 25 22:54:42.664 INFO STEP 759 (remove_files) COMPLETE
76172026-08-25T22:54:43.472Z[ recovery-image] Aug 25 22:54:42.664 INFO O| Aug 25 22:54:42.664 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-25T22:54:43.482Z[ recovery-image] Aug 25 22:54:42.675 INFO O| Aug 25 22:54:42.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76192026-08-25T22:54:43.482Z[ recovery-image] Aug 25 22:54:42.675 INFO O| Aug 25 22:54:42.675 INFO STEP 760 (remove_files) COMPLETE
76202026-08-25T22:54:43.482Z[ recovery-image] Aug 25 22:54:42.675 INFO O| Aug 25 22:54:42.675 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-25T22:54:43.491Z[ recovery-image] Aug 25 22:54:42.684 INFO O| Aug 25 22:54:42.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76222026-08-25T22:54:43.491Z[ recovery-image] Aug 25 22:54:42.684 INFO O| Aug 25 22:54:42.684 INFO STEP 761 (remove_files) COMPLETE
76232026-08-25T22:54:43.491Z[ recovery-image] Aug 25 22:54:42.684 INFO O| Aug 25 22:54:42.684 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-25T22:54:43.501Z[ recovery-image] Aug 25 22:54:42.693 INFO O| Aug 25 22:54:42.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76252026-08-25T22:54:43.501Z[ recovery-image] Aug 25 22:54:42.693 INFO O| Aug 25 22:54:42.693 INFO STEP 762 (remove_files) COMPLETE
76262026-08-25T22:54:43.504Z[ recovery-image] Aug 25 22:54:42.693 INFO O| Aug 25 22:54:42.693 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-25T22:54:43.511Z[ recovery-image] Aug 25 22:54:42.703 INFO O| Aug 25 22:54:42.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76282026-08-25T22:54:43.511Z[ recovery-image] Aug 25 22:54:42.703 INFO O| Aug 25 22:54:42.703 INFO STEP 763 (remove_files) COMPLETE
76292026-08-25T22:54:43.511Z[ recovery-image] Aug 25 22:54:42.703 INFO O| Aug 25 22:54:42.703 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-25T22:54:43.521Z[ recovery-image] Aug 25 22:54:42.713 INFO O| Aug 25 22:54:42.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76312026-08-25T22:54:43.521Z[ recovery-image] Aug 25 22:54:42.713 INFO O| Aug 25 22:54:42.713 INFO STEP 764 (remove_files) COMPLETE
76322026-08-25T22:54:43.524Z[ recovery-image] Aug 25 22:54:42.713 INFO O| Aug 25 22:54:42.713 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-25T22:54:43.530Z[ recovery-image] Aug 25 22:54:42.722 INFO O| Aug 25 22:54:42.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76342026-08-25T22:54:43.533Z[ recovery-image] Aug 25 22:54:42.723 INFO O| Aug 25 22:54:42.723 INFO STEP 765 (remove_files) COMPLETE
76352026-08-25T22:54:43.533Z[ recovery-image] Aug 25 22:54:42.723 INFO O| Aug 25 22:54:42.723 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-25T22:54:43.541Z[ recovery-image] Aug 25 22:54:42.733 INFO O| Aug 25 22:54:42.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76372026-08-25T22:54:43.544Z[ recovery-image] Aug 25 22:54:42.734 INFO O| Aug 25 22:54:42.734 INFO STEP 766 (remove_files) COMPLETE
76382026-08-25T22:54:43.544Z[ recovery-image] Aug 25 22:54:42.734 INFO O| Aug 25 22:54:42.734 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-25T22:54:43.551Z[ recovery-image] Aug 25 22:54:42.744 INFO O| Aug 25 22:54:42.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76402026-08-25T22:54:43.551Z[ recovery-image] Aug 25 22:54:42.744 INFO O| Aug 25 22:54:42.744 INFO STEP 767 (remove_files) COMPLETE
76412026-08-25T22:54:43.556Z[ recovery-image] Aug 25 22:54:42.744 INFO O| Aug 25 22:54:42.744 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-25T22:54:43.561Z[ recovery-image] Aug 25 22:54:42.753 INFO O| Aug 25 22:54:42.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76432026-08-25T22:54:43.561Z[ recovery-image] Aug 25 22:54:42.753 INFO O| Aug 25 22:54:42.753 INFO STEP 768 (remove_files) COMPLETE
76442026-08-25T22:54:43.565Z[ recovery-image] Aug 25 22:54:42.753 INFO O| Aug 25 22:54:42.753 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-25T22:54:43.570Z[ recovery-image] Aug 25 22:54:42.762 INFO O| Aug 25 22:54:42.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76462026-08-25T22:54:43.570Z[ recovery-image] Aug 25 22:54:42.762 INFO O| Aug 25 22:54:42.762 INFO STEP 769 (remove_files) COMPLETE
76472026-08-25T22:54:43.570Z[ recovery-image] Aug 25 22:54:42.762 INFO O| Aug 25 22:54:42.762 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-25T22:54:43.580Z[ recovery-image] Aug 25 22:54:42.772 INFO O| Aug 25 22:54:42.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76492026-08-25T22:54:43.580Z[ recovery-image] Aug 25 22:54:42.772 INFO O| Aug 25 22:54:42.772 INFO STEP 770 (remove_files) COMPLETE
76502026-08-25T22:54:43.580Z[ recovery-image] Aug 25 22:54:42.772 INFO O| Aug 25 22:54:42.772 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-25T22:54:43.589Z[ recovery-image] Aug 25 22:54:42.781 INFO O| Aug 25 22:54:42.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76522026-08-25T22:54:43.589Z[ recovery-image] Aug 25 22:54:42.781 INFO O| Aug 25 22:54:42.781 INFO STEP 771 (remove_files) COMPLETE
76532026-08-25T22:54:43.589Z[ recovery-image] Aug 25 22:54:42.781 INFO O| Aug 25 22:54:42.781 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-25T22:54:43.599Z[ recovery-image] Aug 25 22:54:42.791 INFO O| Aug 25 22:54:42.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76552026-08-25T22:54:43.599Z[ recovery-image] Aug 25 22:54:42.791 INFO O| Aug 25 22:54:42.791 INFO STEP 772 (remove_files) COMPLETE
76562026-08-25T22:54:43.599Z[ recovery-image] Aug 25 22:54:42.791 INFO O| Aug 25 22:54:42.791 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-25T22:54:43.609Z[ recovery-image] Aug 25 22:54:42.801 INFO O| Aug 25 22:54:42.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76582026-08-25T22:54:43.609Z[ recovery-image] Aug 25 22:54:42.801 INFO O| Aug 25 22:54:42.801 INFO STEP 773 (remove_files) COMPLETE
76592026-08-25T22:54:43.609Z[ recovery-image] Aug 25 22:54:42.801 INFO O| Aug 25 22:54:42.801 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-25T22:54:43.619Z[ recovery-image] Aug 25 22:54:42.811 INFO O| Aug 25 22:54:42.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76612026-08-25T22:54:43.619Z[ recovery-image] Aug 25 22:54:42.811 INFO O| Aug 25 22:54:42.811 INFO STEP 774 (remove_files) COMPLETE
76622026-08-25T22:54:43.619Z[ recovery-image] Aug 25 22:54:42.811 INFO O| Aug 25 22:54:42.811 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-25T22:54:43.624Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
76642026-08-25T22:54:43.629Z[ recovery-image] Aug 25 22:54:42.821 INFO O| Aug 25 22:54:42.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76652026-08-25T22:54:43.629Z[ recovery-image] Aug 25 22:54:42.821 INFO O| Aug 25 22:54:42.821 INFO STEP 775 (remove_files) COMPLETE
76662026-08-25T22:54:43.633Z[ recovery-image] Aug 25 22:54:42.821 INFO O| Aug 25 22:54:42.821 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-25T22:54:43.640Z[ recovery-image] Aug 25 22:54:42.832 INFO O| Aug 25 22:54:42.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76682026-08-25T22:54:43.640Z[ recovery-image] Aug 25 22:54:42.832 INFO O| Aug 25 22:54:42.832 INFO STEP 776 (remove_files) COMPLETE
76692026-08-25T22:54:43.644Z[ recovery-image] Aug 25 22:54:42.832 INFO O| Aug 25 22:54:42.832 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-25T22:54:43.651Z[ recovery-image] Aug 25 22:54:42.841 INFO O| Aug 25 22:54:42.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76712026-08-25T22:54:43.651Z[ recovery-image] Aug 25 22:54:42.841 INFO O| Aug 25 22:54:42.841 INFO STEP 777 (remove_files) COMPLETE
76722026-08-25T22:54:43.651Z[ recovery-image] Aug 25 22:54:42.841 INFO O| Aug 25 22:54:42.841 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-25T22:54:43.661Z[ recovery-image] Aug 25 22:54:42.853 INFO O| Aug 25 22:54:42.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76742026-08-25T22:54:43.661Z[ recovery-image] Aug 25 22:54:42.853 INFO O| Aug 25 22:54:42.853 INFO STEP 778 (remove_files) COMPLETE
76752026-08-25T22:54:43.661Z[ recovery-image] Aug 25 22:54:42.853 INFO O| Aug 25 22:54:42.853 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-25T22:54:43.672Z[ recovery-image] Aug 25 22:54:42.864 INFO O| Aug 25 22:54:42.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76772026-08-25T22:54:43.672Z[ recovery-image] Aug 25 22:54:42.864 INFO O| Aug 25 22:54:42.864 INFO STEP 779 (remove_files) COMPLETE
76782026-08-25T22:54:43.672Z[ recovery-image] Aug 25 22:54:42.864 INFO O| Aug 25 22:54:42.864 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-25T22:54:43.682Z[ recovery-image] Aug 25 22:54:42.874 INFO O| Aug 25 22:54:42.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76802026-08-25T22:54:43.682Z[ recovery-image] Aug 25 22:54:42.874 INFO O| Aug 25 22:54:42.874 INFO STEP 780 (remove_files) COMPLETE
76812026-08-25T22:54:43.686Z[ recovery-image] Aug 25 22:54:42.874 INFO O| Aug 25 22:54:42.874 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-25T22:54:43.691Z[ recovery-image] Aug 25 22:54:42.884 INFO O| Aug 25 22:54:42.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76832026-08-25T22:54:43.691Z[ recovery-image] Aug 25 22:54:42.884 INFO O| Aug 25 22:54:42.884 INFO STEP 781 (remove_files) COMPLETE
76842026-08-25T22:54:43.691Z[ recovery-image] Aug 25 22:54:42.884 INFO O| Aug 25 22:54:42.884 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-25T22:54:43.701Z[ recovery-image] Aug 25 22:54:42.893 INFO O| Aug 25 22:54:42.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76862026-08-25T22:54:43.702Z[ recovery-image] Aug 25 22:54:42.893 INFO O| Aug 25 22:54:42.893 INFO STEP 782 (remove_files) COMPLETE
76872026-08-25T22:54:43.705Z[ recovery-image] Aug 25 22:54:42.893 INFO O| Aug 25 22:54:42.893 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-25T22:54:43.711Z[ recovery-image] Aug 25 22:54:42.903 INFO O| Aug 25 22:54:42.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76892026-08-25T22:54:43.711Z[ recovery-image] Aug 25 22:54:42.903 INFO O| Aug 25 22:54:42.903 INFO STEP 783 (remove_files) COMPLETE
76902026-08-25T22:54:43.715Z[ recovery-image] Aug 25 22:54:42.903 INFO O| Aug 25 22:54:42.903 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-25T22:54:43.721Z[ recovery-image] Aug 25 22:54:42.913 INFO O| Aug 25 22:54:42.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76922026-08-25T22:54:43.721Z[ recovery-image] Aug 25 22:54:42.913 INFO O| Aug 25 22:54:42.913 INFO STEP 784 (remove_files) COMPLETE
76932026-08-25T22:54:43.725Z[ recovery-image] Aug 25 22:54:42.913 INFO O| Aug 25 22:54:42.913 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-25T22:54:43.732Z[ recovery-image] Aug 25 22:54:42.924 INFO O| Aug 25 22:54:42.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76952026-08-25T22:54:43.732Z[ recovery-image] Aug 25 22:54:42.925 INFO O| Aug 25 22:54:42.925 INFO STEP 785 (remove_files) COMPLETE
76962026-08-25T22:54:43.736Z[ recovery-image] Aug 25 22:54:42.925 INFO O| Aug 25 22:54:42.925 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-25T22:54:43.753Z[ recovery-image] Aug 25 22:54:42.944 INFO O| Aug 25 22:54:42.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76982026-08-25T22:54:43.753Z[ recovery-image] Aug 25 22:54:42.945 INFO O| Aug 25 22:54:42.945 INFO STEP 786 (remove_files) COMPLETE
76992026-08-25T22:54:43.753Z[ recovery-image] Aug 25 22:54:42.945 INFO O| Aug 25 22:54:42.945 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-25T22:54:43.764Z[ recovery-image] Aug 25 22:54:42.954 INFO O| Aug 25 22:54:42.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77012026-08-25T22:54:43.764Z[ recovery-image] Aug 25 22:54:42.954 INFO O| Aug 25 22:54:42.954 INFO STEP 787 (remove_files) COMPLETE
77022026-08-25T22:54:43.764Z[ recovery-image] Aug 25 22:54:42.954 INFO O| Aug 25 22:54:42.954 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-25T22:54:43.771Z[ recovery-image] Aug 25 22:54:42.963 INFO O| Aug 25 22:54:42.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77042026-08-25T22:54:43.771Z[ recovery-image] Aug 25 22:54:42.963 INFO O| Aug 25 22:54:42.963 INFO STEP 788 (remove_files) COMPLETE
77052026-08-25T22:54:43.775Z[ recovery-image] Aug 25 22:54:42.963 INFO O| Aug 25 22:54:42.963 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-25T22:54:43.780Z[ recovery-image] Aug 25 22:54:42.972 INFO O| Aug 25 22:54:42.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77072026-08-25T22:54:43.780Z[ recovery-image] Aug 25 22:54:42.972 INFO O| Aug 25 22:54:42.972 INFO STEP 789 (remove_files) COMPLETE
77082026-08-25T22:54:43.783Z[ recovery-image] Aug 25 22:54:42.972 INFO O| Aug 25 22:54:42.972 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-25T22:54:43.788Z[ recovery-image] Aug 25 22:54:42.980 INFO O| Aug 25 22:54:42.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77102026-08-25T22:54:43.788Z[ recovery-image] Aug 25 22:54:42.980 INFO O| Aug 25 22:54:42.980 INFO STEP 790 (remove_files) COMPLETE
77112026-08-25T22:54:43.788Z[ recovery-image] Aug 25 22:54:42.980 INFO O| Aug 25 22:54:42.980 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-25T22:54:43.797Z[ recovery-image] Aug 25 22:54:42.989 INFO O| Aug 25 22:54:42.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77132026-08-25T22:54:43.797Z[ recovery-image] Aug 25 22:54:42.989 INFO O| Aug 25 22:54:42.989 INFO STEP 791 (remove_files) COMPLETE
77142026-08-25T22:54:43.797Z[ recovery-image] Aug 25 22:54:42.989 INFO O| Aug 25 22:54:42.989 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-25T22:54:43.806Z[ recovery-image] Aug 25 22:54:42.998 INFO O| Aug 25 22:54:42.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77162026-08-25T22:54:43.806Z[ recovery-image] Aug 25 22:54:42.998 INFO O| Aug 25 22:54:42.998 INFO STEP 792 (remove_files) COMPLETE
77172026-08-25T22:54:43.810Z[ recovery-image] Aug 25 22:54:42.998 INFO O| Aug 25 22:54:42.998 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-25T22:54:43.816Z[ recovery-image] Aug 25 22:54:43.008 INFO O| Aug 25 22:54:43.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77192026-08-25T22:54:43.816Z[ recovery-image] Aug 25 22:54:43.009 INFO O| Aug 25 22:54:43.009 INFO STEP 793 (remove_files) COMPLETE
77202026-08-25T22:54:43.820Z[ recovery-image] Aug 25 22:54:43.009 INFO O| Aug 25 22:54:43.009 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-25T22:54:43.827Z[ recovery-image] Aug 25 22:54:43.019 INFO O| Aug 25 22:54:43.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77222026-08-25T22:54:43.827Z[ recovery-image] Aug 25 22:54:43.019 INFO O| Aug 25 22:54:43.019 INFO STEP 794 (remove_files) COMPLETE
77232026-08-25T22:54:43.831Z[ recovery-image] Aug 25 22:54:43.019 INFO O| Aug 25 22:54:43.019 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-25T22:54:43.841Z[ recovery-image] Aug 25 22:54:43.033 INFO O| Aug 25 22:54:43.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77252026-08-25T22:54:43.841Z[ recovery-image] Aug 25 22:54:43.033 INFO O| Aug 25 22:54:43.033 INFO STEP 795 (remove_files) COMPLETE
77262026-08-25T22:54:43.841Z[ recovery-image] Aug 25 22:54:43.033 INFO O| Aug 25 22:54:43.033 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-25T22:54:43.857Z[ recovery-image] Aug 25 22:54:43.049 INFO O| Aug 25 22:54:43.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77282026-08-25T22:54:43.857Z[ recovery-image] Aug 25 22:54:43.049 INFO O| Aug 25 22:54:43.044 INFO STEP 796 (remove_files) COMPLETE
77292026-08-25T22:54:43.857Z[ recovery-image] Aug 25 22:54:43.049 INFO O| Aug 25 22:54:43.044 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-25T22:54:43.861Z[ recovery-image] Aug 25 22:54:43.054 INFO O| Aug 25 22:54:43.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77312026-08-25T22:54:43.861Z[ recovery-image] Aug 25 22:54:43.054 INFO O| Aug 25 22:54:43.054 INFO STEP 797 (remove_files) COMPLETE
77322026-08-25T22:54:43.865Z[ recovery-image] Aug 25 22:54:43.054 INFO O| Aug 25 22:54:43.054 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-25T22:54:43.871Z[ recovery-image] Aug 25 22:54:43.063 INFO O| Aug 25 22:54:43.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77342026-08-25T22:54:43.871Z[ recovery-image] Aug 25 22:54:43.063 INFO O| Aug 25 22:54:43.063 INFO STEP 798 (remove_files) COMPLETE
77352026-08-25T22:54:43.871Z[ recovery-image] Aug 25 22:54:43.063 INFO O| Aug 25 22:54:43.063 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-25T22:54:43.881Z[ recovery-image] Aug 25 22:54:43.072 INFO O| Aug 25 22:54:43.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77372026-08-25T22:54:43.881Z[ recovery-image] Aug 25 22:54:43.072 INFO O| Aug 25 22:54:43.072 INFO STEP 799 (remove_files) COMPLETE
77382026-08-25T22:54:43.881Z[ recovery-image] Aug 25 22:54:43.072 INFO O| Aug 25 22:54:43.072 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-25T22:54:43.891Z[ recovery-image] Aug 25 22:54:43.083 INFO O| Aug 25 22:54:43.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77402026-08-25T22:54:43.891Z[ recovery-image] Aug 25 22:54:43.083 INFO O| Aug 25 22:54:43.083 INFO STEP 800 (remove_files) COMPLETE
77412026-08-25T22:54:43.891Z[ recovery-image] Aug 25 22:54:43.083 INFO O| Aug 25 22:54:43.083 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-25T22:54:43.901Z[ recovery-image] Aug 25 22:54:43.093 INFO O| Aug 25 22:54:43.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77432026-08-25T22:54:43.901Z[ recovery-image] Aug 25 22:54:43.093 INFO O| Aug 25 22:54:43.093 INFO STEP 801 (remove_files) COMPLETE
77442026-08-25T22:54:43.904Z[ recovery-image] Aug 25 22:54:43.093 INFO O| Aug 25 22:54:43.093 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-25T22:54:43.910Z[ recovery-image] Aug 25 22:54:43.103 INFO O| Aug 25 22:54:43.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77462026-08-25T22:54:43.911Z[ recovery-image] Aug 25 22:54:43.103 INFO O| Aug 25 22:54:43.103 INFO STEP 802 (remove_files) COMPLETE
77472026-08-25T22:54:43.914Z[ recovery-image] Aug 25 22:54:43.103 INFO O| Aug 25 22:54:43.103 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-25T22:54:43.920Z[ recovery-image] Aug 25 22:54:43.112 INFO O| Aug 25 22:54:43.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77492026-08-25T22:54:43.920Z[ recovery-image] Aug 25 22:54:43.112 INFO O| Aug 25 22:54:43.112 INFO STEP 803 (remove_files) COMPLETE
77502026-08-25T22:54:43.920Z[ recovery-image] Aug 25 22:54:43.112 INFO O| Aug 25 22:54:43.112 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-25T22:54:43.929Z[ recovery-image] Aug 25 22:54:43.121 INFO O| Aug 25 22:54:43.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77522026-08-25T22:54:43.929Z[ recovery-image] Aug 25 22:54:43.121 INFO O| Aug 25 22:54:43.121 INFO STEP 804 (remove_files) COMPLETE
77532026-08-25T22:54:43.929Z[ recovery-image] Aug 25 22:54:43.121 INFO O| Aug 25 22:54:43.121 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-25T22:54:43.938Z[ recovery-image] Aug 25 22:54:43.130 INFO O| Aug 25 22:54:43.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77552026-08-25T22:54:43.942Z[ recovery-image] Aug 25 22:54:43.131 INFO O| Aug 25 22:54:43.130 INFO STEP 805 (remove_files) COMPLETE
77562026-08-25T22:54:43.942Z[ recovery-image] Aug 25 22:54:43.131 INFO O| Aug 25 22:54:43.131 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-25T22:54:43.947Z[ recovery-image] Aug 25 22:54:43.139 INFO O| Aug 25 22:54:43.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77582026-08-25T22:54:43.947Z[ recovery-image] Aug 25 22:54:43.139 INFO O| Aug 25 22:54:43.139 INFO STEP 806 (remove_files) COMPLETE
77592026-08-25T22:54:43.950Z[ recovery-image] Aug 25 22:54:43.139 INFO O| Aug 25 22:54:43.139 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-25T22:54:43.954Z[ recovery-image] Aug 25 22:54:43.146 INFO O| Aug 25 22:54:43.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77612026-08-25T22:54:43.954Z[ recovery-image] Aug 25 22:54:43.147 INFO O| Aug 25 22:54:43.147 INFO STEP 807 (remove_files) COMPLETE
77622026-08-25T22:54:43.954Z[ recovery-image] Aug 25 22:54:43.147 INFO O| Aug 25 22:54:43.147 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-25T22:54:43.967Z[ recovery-image] Aug 25 22:54:43.159 INFO O| Aug 25 22:54:43.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77642026-08-25T22:54:43.967Z[ recovery-image] Aug 25 22:54:43.159 INFO O| Aug 25 22:54:43.159 INFO STEP 808 (remove_files) COMPLETE
77652026-08-25T22:54:43.967Z[ recovery-image] Aug 25 22:54:43.159 INFO O| Aug 25 22:54:43.159 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-25T22:54:43.971Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
77672026-08-25T22:54:43.977Z[ recovery-image] Aug 25 22:54:43.169 INFO O| Aug 25 22:54:43.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77682026-08-25T22:54:43.977Z[ recovery-image] Aug 25 22:54:43.169 INFO O| Aug 25 22:54:43.169 INFO STEP 809 (remove_files) COMPLETE
77692026-08-25T22:54:43.977Z[ recovery-image] Aug 25 22:54:43.169 INFO O| Aug 25 22:54:43.169 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-25T22:54:43.986Z[ recovery-image] Aug 25 22:54:43.178 INFO O| Aug 25 22:54:43.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77712026-08-25T22:54:43.986Z[ recovery-image] Aug 25 22:54:43.178 INFO O| Aug 25 22:54:43.178 INFO STEP 810 (remove_files) COMPLETE
77722026-08-25T22:54:43.986Z[ recovery-image] Aug 25 22:54:43.178 INFO O| Aug 25 22:54:43.178 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-25T22:54:43.995Z[ recovery-image] Aug 25 22:54:43.187 INFO O| Aug 25 22:54:43.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77742026-08-25T22:54:43.995Z[ recovery-image] Aug 25 22:54:43.187 INFO O| Aug 25 22:54:43.187 INFO STEP 811 (remove_files) COMPLETE
77752026-08-25T22:54:43.995Z[ recovery-image] Aug 25 22:54:43.187 INFO O| Aug 25 22:54:43.187 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-25T22:54:44.005Z[ recovery-image] Aug 25 22:54:43.197 INFO O| Aug 25 22:54:43.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77772026-08-25T22:54:44.005Z[ recovery-image] Aug 25 22:54:43.197 INFO O| Aug 25 22:54:43.197 INFO STEP 812 (remove_files) COMPLETE
77782026-08-25T22:54:44.005Z[ recovery-image] Aug 25 22:54:43.197 INFO O| Aug 25 22:54:43.197 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-25T22:54:44.014Z[ recovery-image] Aug 25 22:54:43.206 INFO O| Aug 25 22:54:43.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77802026-08-25T22:54:44.014Z[ recovery-image] Aug 25 22:54:43.206 INFO O| Aug 25 22:54:43.206 INFO STEP 813 (remove_files) COMPLETE
77812026-08-25T22:54:44.014Z[ recovery-image] Aug 25 22:54:43.206 INFO O| Aug 25 22:54:43.206 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-25T22:54:44.023Z[ recovery-image] Aug 25 22:54:43.215 INFO O| Aug 25 22:54:43.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77832026-08-25T22:54:44.023Z[ recovery-image] Aug 25 22:54:43.215 INFO O| Aug 25 22:54:43.215 INFO STEP 814 (remove_files) COMPLETE
77842026-08-25T22:54:44.023Z[ recovery-image] Aug 25 22:54:43.215 INFO O| Aug 25 22:54:43.215 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-25T22:54:44.033Z[ recovery-image] Aug 25 22:54:43.225 INFO O| Aug 25 22:54:43.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77862026-08-25T22:54:44.033Z[ recovery-image] Aug 25 22:54:43.225 INFO O| Aug 25 22:54:43.225 INFO STEP 815 (remove_files) COMPLETE
77872026-08-25T22:54:44.033Z[ recovery-image] Aug 25 22:54:43.225 INFO O| Aug 25 22:54:43.225 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-25T22:54:44.042Z[ recovery-image] Aug 25 22:54:43.234 INFO O| Aug 25 22:54:43.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77892026-08-25T22:54:44.042Z[ recovery-image] Aug 25 22:54:43.234 INFO O| Aug 25 22:54:43.234 INFO STEP 816 (remove_files) COMPLETE
77902026-08-25T22:54:44.042Z[ recovery-image] Aug 25 22:54:43.234 INFO O| Aug 25 22:54:43.234 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-25T22:54:44.051Z[ recovery-image] Aug 25 22:54:43.243 INFO O| Aug 25 22:54:43.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77922026-08-25T22:54:44.051Z[ recovery-image] Aug 25 22:54:43.243 INFO O| Aug 25 22:54:43.243 INFO STEP 817 (remove_files) COMPLETE
77932026-08-25T22:54:44.055Z[ recovery-image] Aug 25 22:54:43.243 INFO O| Aug 25 22:54:43.243 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-25T22:54:44.060Z[ recovery-image] Aug 25 22:54:43.252 INFO O| Aug 25 22:54:43.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77952026-08-25T22:54:44.063Z[ recovery-image] Aug 25 22:54:43.252 INFO O| Aug 25 22:54:43.252 INFO STEP 818 (remove_files) COMPLETE
77962026-08-25T22:54:44.064Z[ recovery-image] Aug 25 22:54:43.252 INFO O| Aug 25 22:54:43.252 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-25T22:54:44.069Z[ recovery-image] Aug 25 22:54:43.261 INFO O| Aug 25 22:54:43.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77982026-08-25T22:54:44.069Z[ recovery-image] Aug 25 22:54:43.262 INFO O| Aug 25 22:54:43.262 INFO STEP 819 (remove_files) COMPLETE
77992026-08-25T22:54:44.069Z[ recovery-image] Aug 25 22:54:43.262 INFO O| Aug 25 22:54:43.262 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-25T22:54:44.080Z[ recovery-image] Aug 25 22:54:43.272 INFO O| Aug 25 22:54:43.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78012026-08-25T22:54:44.080Z[ recovery-image] Aug 25 22:54:43.272 INFO O| Aug 25 22:54:43.272 INFO STEP 820 (remove_files) COMPLETE
78022026-08-25T22:54:44.080Z[ recovery-image] Aug 25 22:54:43.272 INFO O| Aug 25 22:54:43.272 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-25T22:54:44.091Z[ recovery-image] Aug 25 22:54:43.283 INFO O| Aug 25 22:54:43.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78042026-08-25T22:54:44.091Z[ recovery-image] Aug 25 22:54:43.283 INFO O| Aug 25 22:54:43.283 INFO STEP 821 (remove_files) COMPLETE
78052026-08-25T22:54:44.091Z[ recovery-image] Aug 25 22:54:43.283 INFO O| Aug 25 22:54:43.283 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-25T22:54:44.100Z[ recovery-image] Aug 25 22:54:43.292 INFO O| Aug 25 22:54:43.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78072026-08-25T22:54:44.100Z[ recovery-image] Aug 25 22:54:43.292 INFO O| Aug 25 22:54:43.292 INFO STEP 822 (remove_files) COMPLETE
78082026-08-25T22:54:44.100Z[ recovery-image] Aug 25 22:54:43.292 INFO O| Aug 25 22:54:43.292 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-25T22:54:44.110Z[ recovery-image] Aug 25 22:54:43.302 INFO O| Aug 25 22:54:43.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78102026-08-25T22:54:44.115Z[ recovery-image] Aug 25 22:54:43.303 INFO O| Aug 25 22:54:43.303 INFO STEP 823 (remove_files) COMPLETE
78112026-08-25T22:54:44.115Z[ recovery-image] Aug 25 22:54:43.303 INFO O| Aug 25 22:54:43.303 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-25T22:54:44.121Z[ recovery-image] Aug 25 22:54:43.313 INFO O| Aug 25 22:54:43.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78132026-08-25T22:54:44.126Z[ recovery-image] Aug 25 22:54:43.314 INFO O| Aug 25 22:54:43.314 INFO STEP 824 (remove_files) COMPLETE
78142026-08-25T22:54:44.126Z[ recovery-image] Aug 25 22:54:43.314 INFO O| Aug 25 22:54:43.314 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-25T22:54:44.132Z[ recovery-image] Aug 25 22:54:43.324 INFO O| Aug 25 22:54:43.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78162026-08-25T22:54:44.132Z[ recovery-image] Aug 25 22:54:43.324 INFO O| Aug 25 22:54:43.324 INFO STEP 825 (remove_files) COMPLETE
78172026-08-25T22:54:44.132Z[ recovery-image] Aug 25 22:54:43.324 INFO O| Aug 25 22:54:43.324 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-25T22:54:44.142Z[ recovery-image] Aug 25 22:54:43.334 INFO O| Aug 25 22:54:43.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78192026-08-25T22:54:44.142Z[ recovery-image] Aug 25 22:54:43.334 INFO O| Aug 25 22:54:43.334 INFO STEP 826 (remove_files) COMPLETE
78202026-08-25T22:54:44.142Z[ recovery-image] Aug 25 22:54:43.334 INFO O| Aug 25 22:54:43.334 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-25T22:54:44.154Z[ recovery-image] Aug 25 22:54:43.343 INFO O| Aug 25 22:54:43.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78222026-08-25T22:54:44.154Z[ recovery-image] Aug 25 22:54:43.343 INFO O| Aug 25 22:54:43.343 INFO STEP 827 (remove_files) COMPLETE
78232026-08-25T22:54:44.154Z[ recovery-image] Aug 25 22:54:43.343 INFO O| Aug 25 22:54:43.343 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-25T22:54:44.161Z[ recovery-image] Aug 25 22:54:43.353 INFO O| Aug 25 22:54:43.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78252026-08-25T22:54:44.161Z[ recovery-image] Aug 25 22:54:43.353 INFO O| Aug 25 22:54:43.353 INFO STEP 828 (remove_files) COMPLETE
78262026-08-25T22:54:44.164Z[ recovery-image] Aug 25 22:54:43.353 INFO O| Aug 25 22:54:43.353 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-25T22:54:44.170Z[ recovery-image] Aug 25 22:54:43.363 INFO O| Aug 25 22:54:43.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78282026-08-25T22:54:44.171Z[ recovery-image] Aug 25 22:54:43.363 INFO O| Aug 25 22:54:43.363 INFO STEP 829 (remove_files) COMPLETE
78292026-08-25T22:54:44.171Z[ recovery-image] Aug 25 22:54:43.363 INFO O| Aug 25 22:54:43.363 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-25T22:54:44.180Z[ recovery-image] Aug 25 22:54:43.372 INFO O| Aug 25 22:54:43.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78312026-08-25T22:54:44.180Z[ recovery-image] Aug 25 22:54:43.372 INFO O| Aug 25 22:54:43.372 INFO STEP 830 (remove_files) COMPLETE
78322026-08-25T22:54:44.180Z[ recovery-image] Aug 25 22:54:43.372 INFO O| Aug 25 22:54:43.372 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-25T22:54:44.191Z[ recovery-image] Aug 25 22:54:43.382 INFO O| Aug 25 22:54:43.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78342026-08-25T22:54:44.191Z[ recovery-image] Aug 25 22:54:43.382 INFO O| Aug 25 22:54:43.382 INFO STEP 831 (remove_files) COMPLETE
78352026-08-25T22:54:44.191Z[ recovery-image] Aug 25 22:54:43.382 INFO O| Aug 25 22:54:43.382 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-25T22:54:44.200Z[ recovery-image] Aug 25 22:54:43.392 INFO O| Aug 25 22:54:43.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78372026-08-25T22:54:44.204Z[ recovery-image] Aug 25 22:54:43.392 INFO O| Aug 25 22:54:43.392 INFO STEP 832 (remove_files) COMPLETE
78382026-08-25T22:54:44.204Z[ recovery-image] Aug 25 22:54:43.392 INFO O| Aug 25 22:54:43.392 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-25T22:54:44.209Z[ recovery-image] Aug 25 22:54:43.400 INFO O| Aug 25 22:54:43.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78402026-08-25T22:54:44.213Z[ recovery-image] Aug 25 22:54:43.400 INFO O| Aug 25 22:54:43.400 INFO STEP 833 (remove_files) COMPLETE
78412026-08-25T22:54:44.214Z[ recovery-image] Aug 25 22:54:43.400 INFO O| Aug 25 22:54:43.400 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-25T22:54:44.214Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
78432026-08-25T22:54:44.217Z[ recovery-image] Aug 25 22:54:43.407 INFO O| Aug 25 22:54:43.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78442026-08-25T22:54:44.217Z[ recovery-image] Aug 25 22:54:43.407 INFO O| Aug 25 22:54:43.407 INFO STEP 834 (remove_files) COMPLETE
78452026-08-25T22:54:44.217Z[ recovery-image] Aug 25 22:54:43.407 INFO O| Aug 25 22:54:43.407 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-25T22:54:44.226Z[ recovery-image] Aug 25 22:54:43.418 INFO O| Aug 25 22:54:43.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78472026-08-25T22:54:44.226Z[ recovery-image] Aug 25 22:54:43.418 INFO O| Aug 25 22:54:43.418 INFO STEP 835 (remove_files) COMPLETE
78482026-08-25T22:54:44.226Z[ recovery-image] Aug 25 22:54:43.418 INFO O| Aug 25 22:54:43.418 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-25T22:54:44.241Z[ recovery-image] Aug 25 22:54:43.427 INFO O| Aug 25 22:54:43.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78502026-08-25T22:54:44.241Z[ recovery-image] Aug 25 22:54:43.427 INFO O| Aug 25 22:54:43.427 INFO STEP 836 (remove_files) COMPLETE
78512026-08-25T22:54:44.241Z[ recovery-image] Aug 25 22:54:43.427 INFO O| Aug 25 22:54:43.427 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-25T22:54:44.247Z[ recovery-image] Aug 25 22:54:43.435 INFO O| Aug 25 22:54:43.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78532026-08-25T22:54:44.248Z[ recovery-image] Aug 25 22:54:43.435 INFO O| Aug 25 22:54:43.435 INFO STEP 837 (remove_files) COMPLETE
78542026-08-25T22:54:44.248Z[ recovery-image] Aug 25 22:54:43.435 INFO O| Aug 25 22:54:43.435 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-25T22:54:44.253Z[ recovery-image] Aug 25 22:54:43.443 INFO O| Aug 25 22:54:43.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78562026-08-25T22:54:44.253Z[ recovery-image] Aug 25 22:54:43.443 INFO O| Aug 25 22:54:43.443 INFO STEP 838 (remove_files) COMPLETE
78572026-08-25T22:54:44.253Z[ recovery-image] Aug 25 22:54:43.443 INFO O| Aug 25 22:54:43.443 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-25T22:54:44.263Z[ recovery-image] Aug 25 22:54:43.451 INFO O| Aug 25 22:54:43.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78592026-08-25T22:54:44.267Z[ recovery-image] Aug 25 22:54:43.452 INFO O| Aug 25 22:54:43.452 INFO STEP 839 (remove_files) COMPLETE
78602026-08-25T22:54:44.267Z[ recovery-image] Aug 25 22:54:43.452 INFO O| Aug 25 22:54:43.452 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-25T22:54:44.271Z[ recovery-image] Aug 25 22:54:43.461 INFO O| Aug 25 22:54:43.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78622026-08-25T22:54:44.271Z[ recovery-image] Aug 25 22:54:43.461 INFO O| Aug 25 22:54:43.461 INFO STEP 840 (remove_files) COMPLETE
78632026-08-25T22:54:44.271Z[ recovery-image] Aug 25 22:54:43.461 INFO O| Aug 25 22:54:43.461 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-25T22:54:44.277Z[ recovery-image] Aug 25 22:54:43.469 INFO O| Aug 25 22:54:43.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78652026-08-25T22:54:44.277Z[ recovery-image] Aug 25 22:54:43.470 INFO O| Aug 25 22:54:43.470 INFO STEP 841 (remove_files) COMPLETE
78662026-08-25T22:54:44.281Z[ recovery-image] Aug 25 22:54:43.470 INFO O| Aug 25 22:54:43.470 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-25T22:54:44.288Z[ recovery-image] Aug 25 22:54:43.480 INFO O| Aug 25 22:54:43.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78682026-08-25T22:54:44.288Z[ recovery-image] Aug 25 22:54:43.480 INFO O| Aug 25 22:54:43.480 INFO STEP 842 (remove_files) COMPLETE
78692026-08-25T22:54:44.288Z[ recovery-image] Aug 25 22:54:43.480 INFO O| Aug 25 22:54:43.480 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-25T22:54:44.302Z[ recovery-image] Aug 25 22:54:43.491 INFO O| Aug 25 22:54:43.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78712026-08-25T22:54:44.302Z[ recovery-image] Aug 25 22:54:43.491 INFO O| Aug 25 22:54:43.491 INFO STEP 843 (remove_files) COMPLETE
78722026-08-25T22:54:44.302Z[ recovery-image] Aug 25 22:54:43.491 INFO O| Aug 25 22:54:43.491 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-25T22:54:44.310Z[ recovery-image] Aug 25 22:54:43.500 INFO O| Aug 25 22:54:43.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78742026-08-25T22:54:44.310Z[ recovery-image] Aug 25 22:54:43.501 INFO O| Aug 25 22:54:43.500 INFO STEP 844 (remove_files) COMPLETE
78752026-08-25T22:54:44.319Z[ recovery-image] Aug 25 22:54:43.501 INFO O| Aug 25 22:54:43.501 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-25T22:54:44.329Z[ recovery-image] Aug 25 22:54:43.509 INFO O| Aug 25 22:54:43.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78772026-08-25T22:54:44.329Z[ recovery-image] Aug 25 22:54:43.509 INFO O| Aug 25 22:54:43.509 INFO STEP 845 (remove_files) COMPLETE
78782026-08-25T22:54:44.329Z[ recovery-image] Aug 25 22:54:43.509 INFO O| Aug 25 22:54:43.509 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-25T22:54:44.334Z[ recovery-image] Aug 25 22:54:43.517 INFO O| Aug 25 22:54:43.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78802026-08-25T22:54:44.334Z[ recovery-image] Aug 25 22:54:43.518 INFO O| Aug 25 22:54:43.518 INFO STEP 846 (remove_files) COMPLETE
78812026-08-25T22:54:44.334Z[ recovery-image] Aug 25 22:54:43.518 INFO O| Aug 25 22:54:43.518 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-25T22:54:44.337Z[ recovery-image] Aug 25 22:54:43.526 INFO O| Aug 25 22:54:43.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78832026-08-25T22:54:44.337Z[ recovery-image] Aug 25 22:54:43.527 INFO O| Aug 25 22:54:43.527 INFO STEP 847 (remove_files) COMPLETE
78842026-08-25T22:54:44.337Z[ recovery-image] Aug 25 22:54:43.527 INFO O| Aug 25 22:54:43.527 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-25T22:54:44.343Z[ recovery-image] Aug 25 22:54:43.535 INFO O| Aug 25 22:54:43.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78862026-08-25T22:54:44.343Z[ recovery-image] Aug 25 22:54:43.535 INFO O| Aug 25 22:54:43.535 INFO STEP 848 (remove_files) COMPLETE
78872026-08-25T22:54:44.343Z[ recovery-image] Aug 25 22:54:43.535 INFO O| Aug 25 22:54:43.535 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-25T22:54:44.352Z[ recovery-image] Aug 25 22:54:43.544 INFO O| Aug 25 22:54:43.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78892026-08-25T22:54:44.352Z[ recovery-image] Aug 25 22:54:43.544 INFO O| Aug 25 22:54:43.544 INFO STEP 849 (remove_files) COMPLETE
78902026-08-25T22:54:44.355Z[ recovery-image] Aug 25 22:54:43.544 INFO O| Aug 25 22:54:43.544 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-25T22:54:44.360Z[ recovery-image] Aug 25 22:54:43.552 INFO O| Aug 25 22:54:43.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78922026-08-25T22:54:44.360Z[ recovery-image] Aug 25 22:54:43.552 INFO O| Aug 25 22:54:43.552 INFO STEP 850 (remove_files) COMPLETE
78932026-08-25T22:54:44.364Z[ recovery-image] Aug 25 22:54:43.552 INFO O| Aug 25 22:54:43.552 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-25T22:54:44.370Z[ recovery-image] Aug 25 22:54:43.562 INFO O| Aug 25 22:54:43.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78952026-08-25T22:54:44.370Z[ recovery-image] Aug 25 22:54:43.562 INFO O| Aug 25 22:54:43.562 INFO STEP 851 (remove_files) COMPLETE
78962026-08-25T22:54:44.370Z[ recovery-image] Aug 25 22:54:43.562 INFO O| Aug 25 22:54:43.562 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-25T22:54:44.379Z[ recovery-image] Aug 25 22:54:43.571 INFO O| Aug 25 22:54:43.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78982026-08-25T22:54:44.379Z[ recovery-image] Aug 25 22:54:43.571 INFO O| Aug 25 22:54:43.571 INFO STEP 852 (remove_files) COMPLETE
78992026-08-25T22:54:44.379Z[ recovery-image] Aug 25 22:54:43.571 INFO O| Aug 25 22:54:43.571 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-25T22:54:44.390Z[ recovery-image] Aug 25 22:54:43.579 INFO O| Aug 25 22:54:43.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79012026-08-25T22:54:44.390Z[ recovery-image] Aug 25 22:54:43.579 INFO O| Aug 25 22:54:43.579 INFO STEP 853 (remove_files) COMPLETE
79022026-08-25T22:54:44.390Z[ recovery-image] Aug 25 22:54:43.579 INFO O| Aug 25 22:54:43.579 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-25T22:54:44.395Z[ recovery-image] Aug 25 22:54:43.587 INFO O| Aug 25 22:54:43.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79042026-08-25T22:54:44.396Z[ recovery-image] Aug 25 22:54:43.587 INFO O| Aug 25 22:54:43.587 INFO STEP 854 (remove_files) COMPLETE
79052026-08-25T22:54:44.396Z[ recovery-image] Aug 25 22:54:43.587 INFO O| Aug 25 22:54:43.587 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-25T22:54:44.403Z[ recovery-image] Aug 25 22:54:43.595 INFO O| Aug 25 22:54:43.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79072026-08-25T22:54:44.403Z[ recovery-image] Aug 25 22:54:43.595 INFO O| Aug 25 22:54:43.595 INFO STEP 855 (remove_files) COMPLETE
79082026-08-25T22:54:44.403Z[ recovery-image] Aug 25 22:54:43.595 INFO O| Aug 25 22:54:43.595 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-25T22:54:44.411Z[ recovery-image] Aug 25 22:54:43.603 INFO O| Aug 25 22:54:43.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79102026-08-25T22:54:44.411Z[ recovery-image] Aug 25 22:54:43.603 INFO O| Aug 25 22:54:43.603 INFO STEP 856 (remove_files) COMPLETE
79112026-08-25T22:54:44.411Z[ recovery-image] Aug 25 22:54:43.603 INFO O| Aug 25 22:54:43.603 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-25T22:54:44.439Z[ recovery-image] Aug 25 22:54:43.631 INFO O| Aug 25 22:54:43.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79132026-08-25T22:54:44.443Z[ recovery-image] Aug 25 22:54:43.631 INFO O| Aug 25 22:54:43.631 INFO STEP 857 (remove_files) COMPLETE
79142026-08-25T22:54:44.443Z[ recovery-image] Aug 25 22:54:43.631 INFO O| Aug 25 22:54:43.631 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-25T22:54:44.449Z[ recovery-image] Aug 25 22:54:43.641 INFO O| Aug 25 22:54:43.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79162026-08-25T22:54:44.449Z[ recovery-image] Aug 25 22:54:43.641 INFO O| Aug 25 22:54:43.641 INFO STEP 858 (remove_files) COMPLETE
79172026-08-25T22:54:44.453Z[ recovery-image] Aug 25 22:54:43.641 INFO O| Aug 25 22:54:43.641 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-25T22:54:44.458Z[ recovery-image] Aug 25 22:54:43.650 INFO O| Aug 25 22:54:43.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79192026-08-25T22:54:44.458Z[ recovery-image] Aug 25 22:54:43.650 INFO O| Aug 25 22:54:43.650 INFO STEP 859 (remove_files) COMPLETE
79202026-08-25T22:54:44.462Z[ recovery-image] Aug 25 22:54:43.650 INFO O| Aug 25 22:54:43.650 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-25T22:54:44.466Z[ recovery-image] Aug 25 22:54:43.658 INFO O| Aug 25 22:54:43.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79222026-08-25T22:54:44.466Z[ recovery-image] Aug 25 22:54:43.658 INFO O| Aug 25 22:54:43.658 INFO STEP 860 (remove_files) COMPLETE
79232026-08-25T22:54:44.470Z[ recovery-image] Aug 25 22:54:43.658 INFO O| Aug 25 22:54:43.658 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-25T22:54:44.475Z[ recovery-image] Aug 25 22:54:43.667 INFO O| Aug 25 22:54:43.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79252026-08-25T22:54:44.475Z[ recovery-image] Aug 25 22:54:43.667 INFO O| Aug 25 22:54:43.667 INFO STEP 861 (remove_files) COMPLETE
79262026-08-25T22:54:44.475Z[ recovery-image] Aug 25 22:54:43.667 INFO O| Aug 25 22:54:43.667 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-25T22:54:44.486Z[ recovery-image] Aug 25 22:54:43.678 INFO O| Aug 25 22:54:43.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79282026-08-25T22:54:44.486Z[ recovery-image] Aug 25 22:54:43.678 INFO O| Aug 25 22:54:43.678 INFO STEP 862 (remove_files) COMPLETE
79292026-08-25T22:54:44.489Z[ recovery-image] Aug 25 22:54:43.678 INFO O| Aug 25 22:54:43.678 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-25T22:54:44.495Z[ recovery-image] Aug 25 22:54:43.687 INFO O| Aug 25 22:54:43.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79312026-08-25T22:54:44.495Z[ recovery-image] Aug 25 22:54:43.687 INFO O| Aug 25 22:54:43.687 INFO STEP 863 (remove_files) COMPLETE
79322026-08-25T22:54:44.499Z[ recovery-image] Aug 25 22:54:43.687 INFO O| Aug 25 22:54:43.687 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-25T22:54:44.504Z[ recovery-image] Aug 25 22:54:43.696 INFO O| Aug 25 22:54:43.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79342026-08-25T22:54:44.504Z[ recovery-image] Aug 25 22:54:43.696 INFO O| Aug 25 22:54:43.696 INFO STEP 864 (remove_files) COMPLETE
79352026-08-25T22:54:44.504Z[ recovery-image] Aug 25 22:54:43.696 INFO O| Aug 25 22:54:43.696 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-25T22:54:44.513Z[ recovery-image] Aug 25 22:54:43.705 INFO O| Aug 25 22:54:43.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79372026-08-25T22:54:44.513Z[ recovery-image] Aug 25 22:54:43.705 INFO O| Aug 25 22:54:43.705 INFO STEP 865 (remove_files) COMPLETE
79382026-08-25T22:54:44.513Z[ recovery-image] Aug 25 22:54:43.705 INFO O| Aug 25 22:54:43.705 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-25T22:54:44.522Z[ recovery-image] Aug 25 22:54:43.714 INFO O| Aug 25 22:54:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79402026-08-25T22:54:44.522Z[ recovery-image] Aug 25 22:54:43.714 INFO O| Aug 25 22:54:43.714 INFO STEP 866 (remove_files) COMPLETE
79412026-08-25T22:54:44.522Z[ recovery-image] Aug 25 22:54:43.714 INFO O| Aug 25 22:54:43.714 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-25T22:54:44.531Z[ recovery-image] Aug 25 22:54:43.723 INFO O| Aug 25 22:54:43.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79432026-08-25T22:54:44.535Z[ recovery-image] Aug 25 22:54:43.723 INFO O| Aug 25 22:54:43.723 INFO STEP 867 (remove_files) COMPLETE
79442026-08-25T22:54:44.535Z[ recovery-image] Aug 25 22:54:43.723 INFO O| Aug 25 22:54:43.723 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-25T22:54:44.535Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
79462026-08-25T22:54:44.543Z[ recovery-image] Aug 25 22:54:43.733 INFO O| Aug 25 22:54:43.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79472026-08-25T22:54:44.543Z[ recovery-image] Aug 25 22:54:43.734 INFO O| Aug 25 22:54:43.734 INFO STEP 868 (remove_files) COMPLETE
79482026-08-25T22:54:44.543Z[ recovery-image] Aug 25 22:54:43.734 INFO O| Aug 25 22:54:43.734 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-25T22:54:44.552Z[ recovery-image] Aug 25 22:54:43.744 INFO O| Aug 25 22:54:43.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79502026-08-25T22:54:44.552Z[ recovery-image] Aug 25 22:54:43.744 INFO O| Aug 25 22:54:43.744 INFO STEP 869 (remove_files) COMPLETE
79512026-08-25T22:54:44.552Z[ recovery-image] Aug 25 22:54:43.744 INFO O| Aug 25 22:54:43.744 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-25T22:54:44.560Z[verify-libraries] Compiling yansi v1.0.1
79532026-08-25T22:54:44.565Z[ recovery-image] Aug 25 22:54:43.753 INFO O| Aug 25 22:54:43.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79542026-08-25T22:54:44.565Z[ recovery-image] Aug 25 22:54:43.754 INFO O| Aug 25 22:54:43.754 INFO STEP 870 (remove_files) COMPLETE
79552026-08-25T22:54:44.565Z[ recovery-image] Aug 25 22:54:43.754 INFO O| Aug 25 22:54:43.754 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-25T22:54:44.577Z[ recovery-image] Aug 25 22:54:43.764 INFO O| Aug 25 22:54:43.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79572026-08-25T22:54:44.577Z[ recovery-image] Aug 25 22:54:43.764 INFO O| Aug 25 22:54:43.764 INFO STEP 871 (remove_files) COMPLETE
79582026-08-25T22:54:44.577Z[ recovery-image] Aug 25 22:54:43.764 INFO O| Aug 25 22:54:43.764 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-25T22:54:44.581Z[ recovery-image] Aug 25 22:54:43.774 INFO O| Aug 25 22:54:43.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79602026-08-25T22:54:44.582Z[ recovery-image] Aug 25 22:54:43.774 INFO O| Aug 25 22:54:43.774 INFO STEP 872 (remove_files) COMPLETE
79612026-08-25T22:54:44.582Z[ recovery-image] Aug 25 22:54:43.774 INFO O| Aug 25 22:54:43.774 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-25T22:54:44.631Z[ recovery-image] Aug 25 22:54:43.823 INFO O| Aug 25 22:54:43.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79632026-08-25T22:54:44.631Z[ recovery-image] Aug 25 22:54:43.823 INFO O| Aug 25 22:54:43.823 INFO STEP 873 (remove_files) COMPLETE
79642026-08-25T22:54:44.631Z[ recovery-image] Aug 25 22:54:43.823 INFO O| Aug 25 22:54:43.823 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-25T22:54:44.641Z[ recovery-image] Aug 25 22:54:43.833 INFO O| Aug 25 22:54:43.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79662026-08-25T22:54:44.642Z[ recovery-image] Aug 25 22:54:43.833 INFO O| Aug 25 22:54:43.833 INFO STEP 874 (remove_files) COMPLETE
79672026-08-25T22:54:44.648Z[ recovery-image] Aug 25 22:54:43.833 INFO O| Aug 25 22:54:43.833 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-25T22:54:44.657Z[ recovery-image] Aug 25 22:54:43.849 INFO O| Aug 25 22:54:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79692026-08-25T22:54:44.660Z[ recovery-image] Aug 25 22:54:43.849 INFO O| Aug 25 22:54:43.849 INFO STEP 875 (remove_files) COMPLETE
79702026-08-25T22:54:44.660Z[ recovery-image] Aug 25 22:54:43.849 INFO O| Aug 25 22:54:43.849 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-25T22:54:44.667Z[ recovery-image] Aug 25 22:54:43.859 INFO O| Aug 25 22:54:43.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79722026-08-25T22:54:44.667Z[ recovery-image] Aug 25 22:54:43.859 INFO O| Aug 25 22:54:43.859 INFO STEP 876 (remove_files) COMPLETE
79732026-08-25T22:54:44.667Z[ recovery-image] Aug 25 22:54:43.859 INFO O| Aug 25 22:54:43.859 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-25T22:54:44.677Z[ recovery-image] Aug 25 22:54:43.868 INFO O| Aug 25 22:54:43.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79752026-08-25T22:54:44.677Z[ recovery-image] Aug 25 22:54:43.869 INFO O| Aug 25 22:54:43.869 INFO STEP 877 (remove_files) COMPLETE
79762026-08-25T22:54:44.677Z[ recovery-image] Aug 25 22:54:43.869 INFO O| Aug 25 22:54:43.869 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-25T22:54:44.685Z[ recovery-image] Aug 25 22:54:43.877 INFO O| Aug 25 22:54:43.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79782026-08-25T22:54:44.685Z[ recovery-image] Aug 25 22:54:43.877 INFO O| Aug 25 22:54:43.877 INFO STEP 878 (remove_files) COMPLETE
79792026-08-25T22:54:44.689Z[ recovery-image] Aug 25 22:54:43.877 INFO O| Aug 25 22:54:43.877 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-25T22:54:44.732Z[ recovery-image] Aug 25 22:54:43.924 INFO O| Aug 25 22:54:43.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79812026-08-25T22:54:44.732Z[ recovery-image] Aug 25 22:54:43.924 INFO O| Aug 25 22:54:43.924 INFO STEP 879 (remove_files) COMPLETE
79822026-08-25T22:54:44.736Z[ recovery-image] Aug 25 22:54:43.924 INFO O| Aug 25 22:54:43.924 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-25T22:54:44.765Z[ recovery-image] Aug 25 22:54:43.957 INFO O| Aug 25 22:54:43.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79842026-08-25T22:54:44.765Z[ recovery-image] Aug 25 22:54:43.957 INFO O| Aug 25 22:54:43.957 INFO STEP 880 (remove_files) COMPLETE
79852026-08-25T22:54:44.765Z[ recovery-image] Aug 25 22:54:43.957 INFO O| Aug 25 22:54:43.957 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-25T22:54:44.804Z[ recovery-image] Aug 25 22:54:43.996 INFO O| Aug 25 22:54:43.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79872026-08-25T22:54:44.804Z[ recovery-image] Aug 25 22:54:43.996 INFO O| Aug 25 22:54:43.996 INFO STEP 881 (remove_files) COMPLETE
79882026-08-25T22:54:44.808Z[ recovery-image] Aug 25 22:54:43.996 INFO O| Aug 25 22:54:43.996 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-25T22:54:44.815Z[ recovery-image] Aug 25 22:54:44.007 INFO O| Aug 25 22:54:44.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79902026-08-25T22:54:44.818Z[ recovery-image] Aug 25 22:54:44.007 INFO O| Aug 25 22:54:44.007 INFO STEP 882 (remove_files) COMPLETE
79912026-08-25T22:54:44.818Z[ recovery-image] Aug 25 22:54:44.007 INFO O| Aug 25 22:54:44.007 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-25T22:54:44.834Z[ recovery-image] Aug 25 22:54:44.026 INFO O| Aug 25 22:54:44.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79932026-08-25T22:54:44.834Z[ recovery-image] Aug 25 22:54:44.026 INFO O| Aug 25 22:54:44.026 INFO STEP 883 (remove_files) COMPLETE
79942026-08-25T22:54:44.838Z[ recovery-image] Aug 25 22:54:44.026 INFO O| Aug 25 22:54:44.026 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-25T22:54:44.856Z[ recovery-image] Aug 25 22:54:44.047 INFO O| Aug 25 22:54:44.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79962026-08-25T22:54:44.856Z[ recovery-image] Aug 25 22:54:44.047 INFO O| Aug 25 22:54:44.047 INFO STEP 884 (remove_files) COMPLETE
79972026-08-25T22:54:44.856Z[ recovery-image] Aug 25 22:54:44.047 INFO O| Aug 25 22:54:44.047 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-25T22:54:44.867Z[ recovery-image] Aug 25 22:54:44.059 INFO O| Aug 25 22:54:44.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79992026-08-25T22:54:44.867Z[ recovery-image] Aug 25 22:54:44.059 INFO O| Aug 25 22:54:44.059 INFO STEP 885 (remove_files) COMPLETE
80002026-08-25T22:54:44.867Z[ recovery-image] Aug 25 22:54:44.059 INFO O| Aug 25 22:54:44.059 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-25T22:54:44.877Z[ recovery-image] Aug 25 22:54:44.069 INFO O| Aug 25 22:54:44.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80022026-08-25T22:54:44.877Z[ recovery-image] Aug 25 22:54:44.069 INFO O| Aug 25 22:54:44.069 INFO STEP 886 (remove_files) COMPLETE
80032026-08-25T22:54:44.877Z[ recovery-image] Aug 25 22:54:44.069 INFO O| Aug 25 22:54:44.069 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-25T22:54:44.887Z[ recovery-image] Aug 25 22:54:44.079 INFO O| Aug 25 22:54:44.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80052026-08-25T22:54:44.887Z[ recovery-image] Aug 25 22:54:44.079 INFO O| Aug 25 22:54:44.079 INFO STEP 887 (remove_files) COMPLETE
80062026-08-25T22:54:44.887Z[ recovery-image] Aug 25 22:54:44.079 INFO O| Aug 25 22:54:44.079 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-25T22:54:44.897Z[ recovery-image] Aug 25 22:54:44.089 INFO O| Aug 25 22:54:44.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80082026-08-25T22:54:44.897Z[ recovery-image] Aug 25 22:54:44.089 INFO O| Aug 25 22:54:44.089 INFO STEP 888 (remove_files) COMPLETE
80092026-08-25T22:54:44.902Z[ recovery-image] Aug 25 22:54:44.089 INFO O| Aug 25 22:54:44.089 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.098 INFO O| Aug 25 22:54:44.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80112026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.098 INFO O| Aug 25 22:54:44.098 INFO STEP 889 (remove_files) COMPLETE
80122026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.098 INFO O| Aug 25 22:54:44.098 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.108 INFO O| Aug 25 22:54:44.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80142026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.108 INFO O| Aug 25 22:54:44.108 INFO STEP 890 (remove_files) COMPLETE
80152026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.108 INFO O| Aug 25 22:54:44.108 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.118 INFO O| Aug 25 22:54:44.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80172026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.118 INFO O| Aug 25 22:54:44.118 INFO STEP 891 (remove_files) COMPLETE
80182026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.118 INFO O| Aug 25 22:54:44.118 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.127 INFO O| Aug 25 22:54:44.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80202026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.128 INFO O| Aug 25 22:54:44.128 INFO STEP 892 (remove_files) COMPLETE
80212026-08-25T22:54:44.939Z[ recovery-image] Aug 25 22:54:44.128 INFO O| Aug 25 22:54:44.128 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-25T22:54:44.945Z[ recovery-image] Aug 25 22:54:44.137 INFO O| Aug 25 22:54:44.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80232026-08-25T22:54:44.945Z[ recovery-image] Aug 25 22:54:44.138 INFO O| Aug 25 22:54:44.138 INFO STEP 893 (remove_files) COMPLETE
80242026-08-25T22:54:44.945Z[ recovery-image] Aug 25 22:54:44.138 INFO O| Aug 25 22:54:44.138 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-25T22:54:44.956Z[ recovery-image] Aug 25 22:54:44.148 INFO O| Aug 25 22:54:44.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80262026-08-25T22:54:44.956Z[ recovery-image] Aug 25 22:54:44.148 INFO O| Aug 25 22:54:44.148 INFO STEP 894 (remove_files) COMPLETE
80272026-08-25T22:54:44.956Z[ recovery-image] Aug 25 22:54:44.148 INFO O| Aug 25 22:54:44.148 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-25T22:54:44.962Z[verify-libraries] Compiling pretty_assertions v1.4.1
80292026-08-25T22:54:44.966Z[ recovery-image] Aug 25 22:54:44.157 INFO O| Aug 25 22:54:44.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80302026-08-25T22:54:44.966Z[ recovery-image] Aug 25 22:54:44.157 INFO O| Aug 25 22:54:44.157 INFO STEP 895 (remove_files) COMPLETE
80312026-08-25T22:54:44.966Z[ recovery-image] Aug 25 22:54:44.157 INFO O| Aug 25 22:54:44.157 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-25T22:54:44.976Z[ recovery-image] Aug 25 22:54:44.168 INFO O| Aug 25 22:54:44.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80332026-08-25T22:54:44.976Z[ recovery-image] Aug 25 22:54:44.168 INFO O| Aug 25 22:54:44.168 INFO STEP 896 (remove_files) COMPLETE
80342026-08-25T22:54:44.976Z[ recovery-image] Aug 25 22:54:44.168 INFO O| Aug 25 22:54:44.168 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-25T22:54:44.987Z[ recovery-image] Aug 25 22:54:44.179 INFO O| Aug 25 22:54:44.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80362026-08-25T22:54:44.987Z[ recovery-image] Aug 25 22:54:44.179 INFO O| Aug 25 22:54:44.179 INFO STEP 897 (remove_files) COMPLETE
80372026-08-25T22:54:44.987Z[ recovery-image] Aug 25 22:54:44.179 INFO O| Aug 25 22:54:44.179 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-25T22:54:44.996Z[ recovery-image] Aug 25 22:54:44.188 INFO O| Aug 25 22:54:44.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80392026-08-25T22:54:44.996Z[ recovery-image] Aug 25 22:54:44.188 INFO O| Aug 25 22:54:44.188 INFO STEP 898 (remove_files) COMPLETE
80402026-08-25T22:54:45.000Z[ recovery-image] Aug 25 22:54:44.188 INFO O| Aug 25 22:54:44.188 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-25T22:54:45.005Z[ recovery-image] Aug 25 22:54:44.197 INFO O| Aug 25 22:54:44.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80422026-08-25T22:54:45.005Z[ recovery-image] Aug 25 22:54:44.197 INFO O| Aug 25 22:54:44.197 INFO STEP 899 (remove_files) COMPLETE
80432026-08-25T22:54:45.005Z[ recovery-image] Aug 25 22:54:44.197 INFO O| Aug 25 22:54:44.197 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-25T22:54:45.016Z[ recovery-image] Aug 25 22:54:44.206 INFO O| Aug 25 22:54:44.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80452026-08-25T22:54:45.016Z[ recovery-image] Aug 25 22:54:44.206 INFO O| Aug 25 22:54:44.206 INFO STEP 900 (remove_files) COMPLETE
80462026-08-25T22:54:45.016Z[ recovery-image] Aug 25 22:54:44.206 INFO O| Aug 25 22:54:44.206 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-25T22:54:45.023Z[ recovery-image] Aug 25 22:54:44.215 INFO O| Aug 25 22:54:44.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80482026-08-25T22:54:45.023Z[ recovery-image] Aug 25 22:54:44.215 INFO O| Aug 25 22:54:44.215 INFO STEP 901 (remove_files) COMPLETE
80492026-08-25T22:54:45.027Z[ recovery-image] Aug 25 22:54:44.215 INFO O| Aug 25 22:54:44.215 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-25T22:54:45.034Z[ recovery-image] Aug 25 22:54:44.226 INFO O| Aug 25 22:54:44.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80512026-08-25T22:54:45.034Z[ recovery-image] Aug 25 22:54:44.226 INFO O| Aug 25 22:54:44.225 INFO STEP 902 (remove_files) COMPLETE
80522026-08-25T22:54:45.037Z[ recovery-image] Aug 25 22:54:44.226 INFO O| Aug 25 22:54:44.225 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-25T22:54:45.043Z[ recovery-image] Aug 25 22:54:44.235 INFO O| Aug 25 22:54:44.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80542026-08-25T22:54:45.043Z[ recovery-image] Aug 25 22:54:44.235 INFO O| Aug 25 22:54:44.235 INFO STEP 903 (remove_files) COMPLETE
80552026-08-25T22:54:45.043Z[ recovery-image] Aug 25 22:54:44.235 INFO O| Aug 25 22:54:44.235 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-25T22:54:45.051Z[ recovery-image] Aug 25 22:54:44.243 INFO O| Aug 25 22:54:44.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80572026-08-25T22:54:45.056Z[ recovery-image] Aug 25 22:54:44.244 INFO O| Aug 25 22:54:44.243 INFO STEP 904 (remove_files) COMPLETE
80582026-08-25T22:54:45.056Z[ recovery-image] Aug 25 22:54:44.244 INFO O| Aug 25 22:54:44.243 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-25T22:54:45.060Z[ recovery-image] Aug 25 22:54:44.252 INFO O| Aug 25 22:54:44.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80602026-08-25T22:54:45.060Z[ recovery-image] Aug 25 22:54:44.252 INFO O| Aug 25 22:54:44.252 INFO STEP 905 (remove_files) COMPLETE
80612026-08-25T22:54:45.064Z[ recovery-image] Aug 25 22:54:44.252 INFO O| Aug 25 22:54:44.252 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-25T22:54:45.070Z[ recovery-image] Aug 25 22:54:44.262 INFO O| Aug 25 22:54:44.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80632026-08-25T22:54:45.074Z[ recovery-image] Aug 25 22:54:44.262 INFO O| Aug 25 22:54:44.262 INFO STEP 906 (remove_files) COMPLETE
80642026-08-25T22:54:45.074Z[ recovery-image] Aug 25 22:54:44.262 INFO O| Aug 25 22:54:44.262 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-25T22:54:45.104Z[ recovery-image] Aug 25 22:54:44.296 INFO O| Aug 25 22:54:44.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80662026-08-25T22:54:45.104Z[ recovery-image] Aug 25 22:54:44.296 INFO O| Aug 25 22:54:44.296 INFO STEP 907 (remove_files) COMPLETE
80672026-08-25T22:54:45.104Z[ recovery-image] Aug 25 22:54:44.296 INFO O| Aug 25 22:54:44.296 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-25T22:54:45.118Z[ recovery-image] Aug 25 22:54:44.310 INFO O| Aug 25 22:54:44.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80692026-08-25T22:54:45.118Z[ recovery-image] Aug 25 22:54:44.310 INFO O| Aug 25 22:54:44.310 INFO STEP 908 (remove_files) COMPLETE
80702026-08-25T22:54:45.118Z[ recovery-image] Aug 25 22:54:44.310 INFO O| Aug 25 22:54:44.310 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-25T22:54:45.127Z[ recovery-image] Aug 25 22:54:44.319 INFO O| Aug 25 22:54:44.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80722026-08-25T22:54:45.127Z[ recovery-image] Aug 25 22:54:44.319 INFO O| Aug 25 22:54:44.319 INFO STEP 909 (remove_files) COMPLETE
80732026-08-25T22:54:45.131Z[ recovery-image] Aug 25 22:54:44.319 INFO O| Aug 25 22:54:44.319 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-25T22:54:45.141Z[ recovery-image] Aug 25 22:54:44.333 INFO O| Aug 25 22:54:44.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80752026-08-25T22:54:45.141Z[ recovery-image] Aug 25 22:54:44.333 INFO O| Aug 25 22:54:44.333 INFO STEP 910 (remove_files) COMPLETE
80762026-08-25T22:54:45.141Z[ recovery-image] Aug 25 22:54:44.333 INFO O| Aug 25 22:54:44.333 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-25T22:54:45.151Z[ recovery-image] Aug 25 22:54:44.343 INFO O| Aug 25 22:54:44.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80782026-08-25T22:54:45.151Z[ recovery-image] Aug 25 22:54:44.343 INFO O| Aug 25 22:54:44.343 INFO STEP 911 (remove_files) COMPLETE
80792026-08-25T22:54:45.151Z[ recovery-image] Aug 25 22:54:44.343 INFO O| Aug 25 22:54:44.343 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-25T22:54:45.162Z[ recovery-image] Aug 25 22:54:44.354 INFO O| Aug 25 22:54:44.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80812026-08-25T22:54:45.162Z[ recovery-image] Aug 25 22:54:44.354 INFO O| Aug 25 22:54:44.354 INFO STEP 912 (remove_files) COMPLETE
80822026-08-25T22:54:45.165Z[ recovery-image] Aug 25 22:54:44.354 INFO O| Aug 25 22:54:44.354 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-25T22:54:45.172Z[ recovery-image] Aug 25 22:54:44.364 INFO O| Aug 25 22:54:44.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80842026-08-25T22:54:45.172Z[ recovery-image] Aug 25 22:54:44.364 INFO O| Aug 25 22:54:44.364 INFO STEP 913 (remove_files) COMPLETE
80852026-08-25T22:54:45.172Z[ recovery-image] Aug 25 22:54:44.364 INFO O| Aug 25 22:54:44.364 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-25T22:54:45.184Z[ recovery-image] Aug 25 22:54:44.376 INFO O| Aug 25 22:54:44.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80872026-08-25T22:54:45.184Z[ recovery-image] Aug 25 22:54:44.376 INFO O| Aug 25 22:54:44.376 INFO STEP 914 (remove_files) COMPLETE
80882026-08-25T22:54:45.184Z[ recovery-image] Aug 25 22:54:44.376 INFO O| Aug 25 22:54:44.376 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-25T22:54:45.188Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
80902026-08-25T22:54:45.195Z[ recovery-image] Aug 25 22:54:44.387 INFO O| Aug 25 22:54:44.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80912026-08-25T22:54:45.198Z[ recovery-image] Aug 25 22:54:44.387 INFO O| Aug 25 22:54:44.387 INFO STEP 915 (remove_files) COMPLETE
80922026-08-25T22:54:45.198Z[ recovery-image] Aug 25 22:54:44.387 INFO O| Aug 25 22:54:44.387 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-25T22:54:45.204Z[ recovery-image] Aug 25 22:54:44.396 INFO O| Aug 25 22:54:44.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80942026-08-25T22:54:45.204Z[ recovery-image] Aug 25 22:54:44.396 INFO O| Aug 25 22:54:44.396 INFO STEP 916 (remove_files) COMPLETE
80952026-08-25T22:54:45.204Z[ recovery-image] Aug 25 22:54:44.396 INFO O| Aug 25 22:54:44.396 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-25T22:54:45.212Z[ recovery-image] Aug 25 22:54:44.404 INFO O| Aug 25 22:54:44.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80972026-08-25T22:54:45.212Z[ recovery-image] Aug 25 22:54:44.404 INFO O| Aug 25 22:54:44.404 INFO STEP 917 (remove_files) COMPLETE
80982026-08-25T22:54:45.212Z[ recovery-image] Aug 25 22:54:44.404 INFO O| Aug 25 22:54:44.404 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-25T22:54:45.220Z[ recovery-image] Aug 25 22:54:44.412 INFO O| Aug 25 22:54:44.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81002026-08-25T22:54:45.220Z[ recovery-image] Aug 25 22:54:44.412 INFO O| Aug 25 22:54:44.412 INFO STEP 918 (remove_files) COMPLETE
81012026-08-25T22:54:45.220Z[ recovery-image] Aug 25 22:54:44.412 INFO O| Aug 25 22:54:44.412 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-25T22:54:45.227Z[ recovery-image] Aug 25 22:54:44.419 INFO O| Aug 25 22:54:44.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81032026-08-25T22:54:45.227Z[ recovery-image] Aug 25 22:54:44.419 INFO O| Aug 25 22:54:44.419 INFO STEP 919 (remove_files) COMPLETE
81042026-08-25T22:54:45.231Z[ recovery-image] Aug 25 22:54:44.419 INFO O| Aug 25 22:54:44.419 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-25T22:54:45.235Z[ recovery-image] Aug 25 22:54:44.427 INFO O| Aug 25 22:54:44.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81062026-08-25T22:54:45.235Z[ recovery-image] Aug 25 22:54:44.427 INFO O| Aug 25 22:54:44.427 INFO STEP 920 (remove_files) COMPLETE
81072026-08-25T22:54:45.235Z[ recovery-image] Aug 25 22:54:44.427 INFO O| Aug 25 22:54:44.427 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-25T22:54:45.244Z[ recovery-image] Aug 25 22:54:44.436 INFO O| Aug 25 22:54:44.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81092026-08-25T22:54:45.244Z[ recovery-image] Aug 25 22:54:44.436 INFO O| Aug 25 22:54:44.436 INFO STEP 921 (remove_files) COMPLETE
81102026-08-25T22:54:45.244Z[ recovery-image] Aug 25 22:54:44.436 INFO O| Aug 25 22:54:44.436 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-25T22:54:45.256Z[ recovery-image] Aug 25 22:54:44.448 INFO O| Aug 25 22:54:44.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81122026-08-25T22:54:45.256Z[ recovery-image] Aug 25 22:54:44.448 INFO O| Aug 25 22:54:44.448 INFO STEP 922 (remove_files) COMPLETE
81132026-08-25T22:54:45.256Z[ recovery-image] Aug 25 22:54:44.448 INFO O| Aug 25 22:54:44.448 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-25T22:54:45.265Z[ recovery-image] Aug 25 22:54:44.457 INFO O| Aug 25 22:54:44.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81152026-08-25T22:54:45.265Z[ recovery-image] Aug 25 22:54:44.457 INFO O| Aug 25 22:54:44.457 INFO STEP 923 (remove_files) COMPLETE
81162026-08-25T22:54:45.265Z[ recovery-image] Aug 25 22:54:44.457 INFO O| Aug 25 22:54:44.457 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-25T22:54:45.274Z[ recovery-image] Aug 25 22:54:44.465 INFO O| Aug 25 22:54:44.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81182026-08-25T22:54:45.275Z[ recovery-image] Aug 25 22:54:44.465 INFO O| Aug 25 22:54:44.465 INFO STEP 924 (remove_files) COMPLETE
81192026-08-25T22:54:45.278Z[ recovery-image] Aug 25 22:54:44.465 INFO O| Aug 25 22:54:44.465 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-25T22:54:45.282Z[ recovery-image] Aug 25 22:54:44.474 INFO O| Aug 25 22:54:44.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81212026-08-25T22:54:45.282Z[ recovery-image] Aug 25 22:54:44.474 INFO O| Aug 25 22:54:44.474 INFO STEP 925 (remove_files) COMPLETE
81222026-08-25T22:54:45.282Z[ recovery-image] Aug 25 22:54:44.474 INFO O| Aug 25 22:54:44.474 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-25T22:54:45.291Z[ recovery-image] Aug 25 22:54:44.483 INFO O| Aug 25 22:54:44.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81242026-08-25T22:54:45.291Z[ recovery-image] Aug 25 22:54:44.483 INFO O| Aug 25 22:54:44.483 INFO STEP 926 (remove_files) COMPLETE
81252026-08-25T22:54:45.295Z[ recovery-image] Aug 25 22:54:44.483 INFO O| Aug 25 22:54:44.483 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-25T22:54:45.300Z[ recovery-image] Aug 25 22:54:44.492 INFO O| Aug 25 22:54:44.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81272026-08-25T22:54:45.300Z[ recovery-image] Aug 25 22:54:44.493 INFO O| Aug 25 22:54:44.492 INFO STEP 927 (remove_files) COMPLETE
81282026-08-25T22:54:45.304Z[ recovery-image] Aug 25 22:54:44.493 INFO O| Aug 25 22:54:44.492 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-25T22:54:45.309Z[ recovery-image] Aug 25 22:54:44.501 INFO O| Aug 25 22:54:44.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81302026-08-25T22:54:45.312Z[ recovery-image] Aug 25 22:54:44.501 INFO O| Aug 25 22:54:44.501 INFO STEP 928 (remove_files) COMPLETE
81312026-08-25T22:54:45.312Z[ recovery-image] Aug 25 22:54:44.501 INFO O| Aug 25 22:54:44.501 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-25T22:54:45.320Z[ recovery-image] Aug 25 22:54:44.511 INFO O| Aug 25 22:54:44.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81332026-08-25T22:54:45.321Z[ recovery-image] Aug 25 22:54:44.511 INFO O| Aug 25 22:54:44.511 INFO STEP 929 (remove_files) COMPLETE
81342026-08-25T22:54:45.321Z[ recovery-image] Aug 25 22:54:44.511 INFO O| Aug 25 22:54:44.511 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-25T22:54:45.327Z[ recovery-image] Aug 25 22:54:44.519 INFO O| Aug 25 22:54:44.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81362026-08-25T22:54:45.327Z[ recovery-image] Aug 25 22:54:44.519 INFO O| Aug 25 22:54:44.519 INFO STEP 930 (remove_files) COMPLETE
81372026-08-25T22:54:45.327Z[ recovery-image] Aug 25 22:54:44.519 INFO O| Aug 25 22:54:44.519 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-25T22:54:45.338Z[ recovery-image] Aug 25 22:54:44.527 INFO O| Aug 25 22:54:44.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81392026-08-25T22:54:45.338Z[ recovery-image] Aug 25 22:54:44.527 INFO O| Aug 25 22:54:44.527 INFO STEP 931 (remove_files) COMPLETE
81402026-08-25T22:54:45.338Z[ recovery-image] Aug 25 22:54:44.527 INFO O| Aug 25 22:54:44.527 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-25T22:54:45.343Z[ recovery-image] Aug 25 22:54:44.535 INFO O| Aug 25 22:54:44.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81422026-08-25T22:54:45.343Z[ recovery-image] Aug 25 22:54:44.535 INFO O| Aug 25 22:54:44.535 INFO STEP 932 (remove_files) COMPLETE
81432026-08-25T22:54:45.343Z[ recovery-image] Aug 25 22:54:44.535 INFO O| Aug 25 22:54:44.535 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-25T22:54:45.350Z[ recovery-image] Aug 25 22:54:44.542 INFO O| Aug 25 22:54:44.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81452026-08-25T22:54:45.350Z[ recovery-image] Aug 25 22:54:44.542 INFO O| Aug 25 22:54:44.542 INFO STEP 933 (remove_files) COMPLETE
81462026-08-25T22:54:45.350Z[ recovery-image] Aug 25 22:54:44.542 INFO O| Aug 25 22:54:44.542 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-25T22:54:45.354Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
81482026-08-25T22:54:45.358Z[ recovery-image] Aug 25 22:54:44.550 INFO O| Aug 25 22:54:44.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81492026-08-25T22:54:45.362Z[ recovery-image] Aug 25 22:54:44.551 INFO O| Aug 25 22:54:44.551 INFO STEP 934 (remove_files) COMPLETE
81502026-08-25T22:54:45.362Z[ recovery-image] Aug 25 22:54:44.551 INFO O| Aug 25 22:54:44.551 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-25T22:54:45.368Z[ recovery-image] Aug 25 22:54:44.560 INFO O| Aug 25 22:54:44.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81522026-08-25T22:54:45.372Z[ recovery-image] Aug 25 22:54:44.561 INFO O| Aug 25 22:54:44.561 INFO STEP 935 (remove_files) COMPLETE
81532026-08-25T22:54:45.372Z[ recovery-image] Aug 25 22:54:44.561 INFO O| Aug 25 22:54:44.561 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-25T22:54:45.381Z[ recovery-image] Aug 25 22:54:44.571 INFO O| Aug 25 22:54:44.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81552026-08-25T22:54:45.381Z[ recovery-image] Aug 25 22:54:44.571 INFO O| Aug 25 22:54:44.571 INFO STEP 936 (remove_files) COMPLETE
81562026-08-25T22:54:45.381Z[ recovery-image] Aug 25 22:54:44.571 INFO O| Aug 25 22:54:44.571 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-25T22:54:45.390Z[ recovery-image] Aug 25 22:54:44.582 INFO O| Aug 25 22:54:44.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81582026-08-25T22:54:45.390Z[ recovery-image] Aug 25 22:54:44.582 INFO O| Aug 25 22:54:44.582 INFO STEP 937 (remove_files) COMPLETE
81592026-08-25T22:54:45.390Z[ recovery-image] Aug 25 22:54:44.582 INFO O| Aug 25 22:54:44.582 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-25T22:54:45.400Z[ recovery-image] Aug 25 22:54:44.592 INFO O| Aug 25 22:54:44.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81612026-08-25T22:54:45.400Z[ recovery-image] Aug 25 22:54:44.592 INFO O| Aug 25 22:54:44.592 INFO STEP 938 (remove_files) COMPLETE
81622026-08-25T22:54:45.400Z[ recovery-image] Aug 25 22:54:44.592 INFO O| Aug 25 22:54:44.592 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-25T22:54:45.409Z[ recovery-image] Aug 25 22:54:44.601 INFO O| Aug 25 22:54:44.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81642026-08-25T22:54:45.409Z[ recovery-image] Aug 25 22:54:44.601 INFO O| Aug 25 22:54:44.601 INFO STEP 939 (remove_files) COMPLETE
81652026-08-25T22:54:45.409Z[ recovery-image] Aug 25 22:54:44.601 INFO O| Aug 25 22:54:44.601 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-25T22:54:45.420Z[ recovery-image] Aug 25 22:54:44.612 INFO O| Aug 25 22:54:44.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81672026-08-25T22:54:45.420Z[ recovery-image] Aug 25 22:54:44.612 INFO O| Aug 25 22:54:44.612 INFO STEP 940 (remove_files) COMPLETE
81682026-08-25T22:54:45.420Z[ recovery-image] Aug 25 22:54:44.612 INFO O| Aug 25 22:54:44.612 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-25T22:54:45.429Z[ recovery-image] Aug 25 22:54:44.621 INFO O| Aug 25 22:54:44.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81702026-08-25T22:54:45.429Z[ recovery-image] Aug 25 22:54:44.621 INFO O| Aug 25 22:54:44.621 INFO STEP 941 (remove_files) COMPLETE
81712026-08-25T22:54:45.429Z[ recovery-image] Aug 25 22:54:44.621 INFO O| Aug 25 22:54:44.621 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-25T22:54:45.438Z[ recovery-image] Aug 25 22:54:44.630 INFO O| Aug 25 22:54:44.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81732026-08-25T22:54:45.438Z[ recovery-image] Aug 25 22:54:44.630 INFO O| Aug 25 22:54:44.630 INFO STEP 942 (remove_files) COMPLETE
81742026-08-25T22:54:45.438Z[ recovery-image] Aug 25 22:54:44.630 INFO O| Aug 25 22:54:44.630 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-25T22:54:45.446Z[ recovery-image] Aug 25 22:54:44.638 INFO O| Aug 25 22:54:44.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81762026-08-25T22:54:45.446Z[ recovery-image] Aug 25 22:54:44.638 INFO O| Aug 25 22:54:44.638 INFO STEP 943 (remove_files) COMPLETE
81772026-08-25T22:54:45.446Z[ recovery-image] Aug 25 22:54:44.638 INFO O| Aug 25 22:54:44.638 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-25T22:54:45.454Z[ recovery-image] Aug 25 22:54:44.646 INFO O| Aug 25 22:54:44.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81792026-08-25T22:54:45.454Z[ recovery-image] Aug 25 22:54:44.647 INFO O| Aug 25 22:54:44.646 INFO STEP 944 (remove_files) COMPLETE
81802026-08-25T22:54:45.454Z[ recovery-image] Aug 25 22:54:44.647 INFO O| Aug 25 22:54:44.646 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-25T22:54:45.467Z[ recovery-image] Aug 25 22:54:44.658 INFO O| Aug 25 22:54:44.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81822026-08-25T22:54:45.467Z[ recovery-image] Aug 25 22:54:44.658 INFO O| Aug 25 22:54:44.658 INFO STEP 945 (remove_files) COMPLETE
81832026-08-25T22:54:45.467Z[ recovery-image] Aug 25 22:54:44.658 INFO O| Aug 25 22:54:44.658 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-25T22:54:45.475Z[ recovery-image] Aug 25 22:54:44.667 INFO O| Aug 25 22:54:44.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81852026-08-25T22:54:45.475Z[ recovery-image] Aug 25 22:54:44.667 INFO O| Aug 25 22:54:44.667 INFO STEP 946 (remove_files) COMPLETE
81862026-08-25T22:54:45.479Z[ recovery-image] Aug 25 22:54:44.667 INFO O| Aug 25 22:54:44.667 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-25T22:54:45.484Z[ recovery-image] Aug 25 22:54:44.676 INFO O| Aug 25 22:54:44.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81882026-08-25T22:54:45.484Z[ recovery-image] Aug 25 22:54:44.676 INFO O| Aug 25 22:54:44.676 INFO STEP 947 (remove_files) COMPLETE
81892026-08-25T22:54:45.489Z[ recovery-image] Aug 25 22:54:44.676 INFO O| Aug 25 22:54:44.676 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-25T22:54:45.493Z[ recovery-image] Aug 25 22:54:44.685 INFO O| Aug 25 22:54:44.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81912026-08-25T22:54:45.493Z[ recovery-image] Aug 25 22:54:44.685 INFO O| Aug 25 22:54:44.685 INFO STEP 948 (remove_files) COMPLETE
81922026-08-25T22:54:45.493Z[ recovery-image] Aug 25 22:54:44.685 INFO O| Aug 25 22:54:44.685 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-25T22:54:45.502Z[ recovery-image] Aug 25 22:54:44.694 INFO O| Aug 25 22:54:44.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81942026-08-25T22:54:45.505Z[ recovery-image] Aug 25 22:54:44.694 INFO O| Aug 25 22:54:44.694 INFO STEP 949 (remove_files) COMPLETE
81952026-08-25T22:54:45.506Z[ recovery-image] Aug 25 22:54:44.694 INFO O| Aug 25 22:54:44.694 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-25T22:54:45.510Z[ recovery-image] Aug 25 22:54:44.702 INFO O| Aug 25 22:54:44.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81972026-08-25T22:54:45.514Z[ recovery-image] Aug 25 22:54:44.702 INFO O| Aug 25 22:54:44.702 INFO STEP 950 (remove_files) COMPLETE
81982026-08-25T22:54:45.514Z[ recovery-image] Aug 25 22:54:44.702 INFO O| Aug 25 22:54:44.702 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-25T22:54:45.519Z[ recovery-image] Aug 25 22:54:44.711 INFO O| Aug 25 22:54:44.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82002026-08-25T22:54:45.519Z[ recovery-image] Aug 25 22:54:44.711 INFO O| Aug 25 22:54:44.711 INFO STEP 951 (remove_files) COMPLETE
82012026-08-25T22:54:45.519Z[ recovery-image] Aug 25 22:54:44.711 INFO O| Aug 25 22:54:44.711 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-25T22:54:45.527Z[ recovery-image] Aug 25 22:54:44.719 INFO O| Aug 25 22:54:44.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82032026-08-25T22:54:45.527Z[ recovery-image] Aug 25 22:54:44.719 INFO O| Aug 25 22:54:44.719 INFO STEP 952 (remove_files) COMPLETE
82042026-08-25T22:54:45.527Z[ recovery-image] Aug 25 22:54:44.719 INFO O| Aug 25 22:54:44.719 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-25T22:54:45.536Z[ recovery-image] Aug 25 22:54:44.728 INFO O| Aug 25 22:54:44.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82062026-08-25T22:54:45.536Z[ recovery-image] Aug 25 22:54:44.728 INFO O| Aug 25 22:54:44.728 INFO STEP 953 (remove_files) COMPLETE
82072026-08-25T22:54:45.536Z[ recovery-image] Aug 25 22:54:44.728 INFO O| Aug 25 22:54:44.728 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-25T22:54:45.545Z[ recovery-image] Aug 25 22:54:44.737 INFO O| Aug 25 22:54:44.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82092026-08-25T22:54:45.545Z[ recovery-image] Aug 25 22:54:44.737 INFO O| Aug 25 22:54:44.737 INFO STEP 954 (remove_files) COMPLETE
82102026-08-25T22:54:45.549Z[ recovery-image] Aug 25 22:54:44.737 INFO O| Aug 25 22:54:44.737 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-25T22:54:45.554Z[ recovery-image] Aug 25 22:54:44.746 INFO O| Aug 25 22:54:44.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82122026-08-25T22:54:45.555Z[ recovery-image] Aug 25 22:54:44.747 INFO O| Aug 25 22:54:44.747 INFO STEP 955 (remove_files) COMPLETE
82132026-08-25T22:54:45.555Z[ recovery-image] Aug 25 22:54:44.747 INFO O| Aug 25 22:54:44.747 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-25T22:54:45.564Z[ recovery-image] Aug 25 22:54:44.756 INFO O| Aug 25 22:54:44.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82152026-08-25T22:54:45.564Z[ recovery-image] Aug 25 22:54:44.756 INFO O| Aug 25 22:54:44.756 INFO STEP 956 (remove_files) COMPLETE
82162026-08-25T22:54:45.564Z[ recovery-image] Aug 25 22:54:44.756 INFO O| Aug 25 22:54:44.756 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-25T22:54:45.574Z[ recovery-image] Aug 25 22:54:44.766 INFO O| Aug 25 22:54:44.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82182026-08-25T22:54:45.574Z[ recovery-image] Aug 25 22:54:44.766 INFO O| Aug 25 22:54:44.766 INFO STEP 957 (remove_files) COMPLETE
82192026-08-25T22:54:45.574Z[ recovery-image] Aug 25 22:54:44.766 INFO O| Aug 25 22:54:44.766 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-25T22:54:45.584Z[ recovery-image] Aug 25 22:54:44.775 INFO O| Aug 25 22:54:44.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82212026-08-25T22:54:45.584Z[ recovery-image] Aug 25 22:54:44.776 INFO O| Aug 25 22:54:44.776 INFO STEP 958 (remove_files) COMPLETE
82222026-08-25T22:54:45.589Z[ recovery-image] Aug 25 22:54:44.776 INFO O| Aug 25 22:54:44.776 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-25T22:54:45.594Z[ recovery-image] Aug 25 22:54:44.786 INFO O| Aug 25 22:54:44.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82242026-08-25T22:54:45.594Z[ recovery-image] Aug 25 22:54:44.786 INFO O| Aug 25 22:54:44.786 INFO STEP 959 (remove_files) COMPLETE
82252026-08-25T22:54:45.594Z[ recovery-image] Aug 25 22:54:44.786 INFO O| Aug 25 22:54:44.786 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-25T22:54:45.604Z[ recovery-image] Aug 25 22:54:44.796 INFO O| Aug 25 22:54:44.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82272026-08-25T22:54:45.604Z[ recovery-image] Aug 25 22:54:44.796 INFO O| Aug 25 22:54:44.796 INFO STEP 960 (remove_files) COMPLETE
82282026-08-25T22:54:45.607Z[ recovery-image] Aug 25 22:54:44.796 INFO O| Aug 25 22:54:44.796 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-25T22:54:45.614Z[ recovery-image] Aug 25 22:54:44.806 INFO O| Aug 25 22:54:44.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82302026-08-25T22:54:45.614Z[ recovery-image] Aug 25 22:54:44.806 INFO O| Aug 25 22:54:44.806 INFO STEP 961 (remove_files) COMPLETE
82312026-08-25T22:54:45.614Z[ recovery-image] Aug 25 22:54:44.806 INFO O| Aug 25 22:54:44.806 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-25T22:54:45.626Z[ recovery-image] Aug 25 22:54:44.816 INFO O| Aug 25 22:54:44.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82332026-08-25T22:54:45.626Z[ recovery-image] Aug 25 22:54:44.816 INFO O| Aug 25 22:54:44.816 INFO STEP 962 (remove_files) COMPLETE
82342026-08-25T22:54:45.626Z[ recovery-image] Aug 25 22:54:44.816 INFO O| Aug 25 22:54:44.816 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-25T22:54:45.632Z[ recovery-image] Aug 25 22:54:44.824 INFO O| Aug 25 22:54:44.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82362026-08-25T22:54:45.632Z[ recovery-image] Aug 25 22:54:44.824 INFO O| Aug 25 22:54:44.824 INFO STEP 963 (remove_files) COMPLETE
82372026-08-25T22:54:45.636Z[ recovery-image] Aug 25 22:54:44.824 INFO O| Aug 25 22:54:44.824 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-25T22:54:45.641Z[ recovery-image] Aug 25 22:54:44.833 INFO O| Aug 25 22:54:44.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82392026-08-25T22:54:45.641Z[ recovery-image] Aug 25 22:54:44.833 INFO O| Aug 25 22:54:44.833 INFO STEP 964 (remove_files) COMPLETE
82402026-08-25T22:54:45.641Z[ recovery-image] Aug 25 22:54:44.833 INFO O| Aug 25 22:54:44.833 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-25T22:54:45.649Z[ recovery-image] Aug 25 22:54:44.841 INFO O| Aug 25 22:54:44.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82422026-08-25T22:54:45.649Z[ recovery-image] Aug 25 22:54:44.841 INFO O| Aug 25 22:54:44.841 INFO STEP 965 (remove_files) COMPLETE
82432026-08-25T22:54:45.653Z[ recovery-image] Aug 25 22:54:44.841 INFO O| Aug 25 22:54:44.841 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-25T22:54:45.661Z[ recovery-image] Aug 25 22:54:44.849 INFO O| Aug 25 22:54:44.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82452026-08-25T22:54:45.665Z[ recovery-image] Aug 25 22:54:44.849 INFO O| Aug 25 22:54:44.849 INFO STEP 966 (remove_files) COMPLETE
82462026-08-25T22:54:45.665Z[ recovery-image] Aug 25 22:54:44.849 INFO O| Aug 25 22:54:44.849 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-25T22:54:45.669Z[ recovery-image] Aug 25 22:54:44.858 INFO O| Aug 25 22:54:44.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82482026-08-25T22:54:45.669Z[ recovery-image] Aug 25 22:54:44.858 INFO O| Aug 25 22:54:44.858 INFO STEP 967 (remove_files) COMPLETE
82492026-08-25T22:54:45.669Z[ recovery-image] Aug 25 22:54:44.858 INFO O| Aug 25 22:54:44.858 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-25T22:54:45.675Z[ recovery-image] Aug 25 22:54:44.867 INFO O| Aug 25 22:54:44.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82512026-08-25T22:54:45.675Z[ recovery-image] Aug 25 22:54:44.867 INFO O| Aug 25 22:54:44.867 INFO STEP 968 (remove_files) COMPLETE
82522026-08-25T22:54:45.679Z[ recovery-image] Aug 25 22:54:44.867 INFO O| Aug 25 22:54:44.867 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-25T22:54:45.684Z[ recovery-image] Aug 25 22:54:44.876 INFO O| Aug 25 22:54:44.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82542026-08-25T22:54:45.688Z[ recovery-image] Aug 25 22:54:44.877 INFO O| Aug 25 22:54:44.876 INFO STEP 969 (remove_files) COMPLETE
82552026-08-25T22:54:45.688Z[ recovery-image] Aug 25 22:54:44.877 INFO O| Aug 25 22:54:44.876 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-25T22:54:45.695Z[ recovery-image] Aug 25 22:54:44.887 INFO O| Aug 25 22:54:44.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82572026-08-25T22:54:45.695Z[ recovery-image] Aug 25 22:54:44.887 INFO O| Aug 25 22:54:44.887 INFO STEP 970 (remove_files) COMPLETE
82582026-08-25T22:54:45.695Z[ recovery-image] Aug 25 22:54:44.887 INFO O| Aug 25 22:54:44.887 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-25T22:54:45.705Z[ recovery-image] Aug 25 22:54:44.897 INFO O| Aug 25 22:54:44.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82602026-08-25T22:54:45.705Z[ recovery-image] Aug 25 22:54:44.897 INFO O| Aug 25 22:54:44.897 INFO STEP 971 (remove_files) COMPLETE
82612026-08-25T22:54:45.705Z[ recovery-image] Aug 25 22:54:44.897 INFO O| Aug 25 22:54:44.897 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-25T22:54:45.713Z[ recovery-image] Aug 25 22:54:44.905 INFO O| Aug 25 22:54:44.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82632026-08-25T22:54:45.713Z[ recovery-image] Aug 25 22:54:44.905 INFO O| Aug 25 22:54:44.905 INFO STEP 972 (remove_files) COMPLETE
82642026-08-25T22:54:45.713Z[ recovery-image] Aug 25 22:54:44.905 INFO O| Aug 25 22:54:44.905 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-25T22:54:45.721Z[ recovery-image] Aug 25 22:54:44.913 INFO O| Aug 25 22:54:44.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82662026-08-25T22:54:45.721Z[ recovery-image] Aug 25 22:54:44.913 INFO O| Aug 25 22:54:44.913 INFO STEP 973 (remove_files) COMPLETE
82672026-08-25T22:54:45.721Z[ recovery-image] Aug 25 22:54:44.913 INFO O| Aug 25 22:54:44.913 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-25T22:54:45.729Z[ recovery-image] Aug 25 22:54:44.921 INFO O| Aug 25 22:54:44.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82692026-08-25T22:54:45.729Z[ recovery-image] Aug 25 22:54:44.921 INFO O| Aug 25 22:54:44.921 INFO STEP 974 (remove_files) COMPLETE
82702026-08-25T22:54:45.732Z[ recovery-image] Aug 25 22:54:44.921 INFO O| Aug 25 22:54:44.921 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-25T22:54:45.736Z[ recovery-image] Aug 25 22:54:44.929 INFO O| Aug 25 22:54:44.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82722026-08-25T22:54:45.736Z[ recovery-image] Aug 25 22:54:44.929 INFO O| Aug 25 22:54:44.929 INFO STEP 975 (remove_files) COMPLETE
82732026-08-25T22:54:45.740Z[ recovery-image] Aug 25 22:54:44.929 INFO O| Aug 25 22:54:44.929 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-25T22:54:45.746Z[ recovery-image] Aug 25 22:54:44.939 INFO O| Aug 25 22:54:44.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82752026-08-25T22:54:45.747Z[ recovery-image] Aug 25 22:54:44.939 INFO O| Aug 25 22:54:44.939 INFO STEP 976 (remove_files) COMPLETE
82762026-08-25T22:54:45.750Z[ recovery-image] Aug 25 22:54:44.939 INFO O| Aug 25 22:54:44.939 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-25T22:54:45.761Z[ recovery-image] Aug 25 22:54:44.952 INFO O| Aug 25 22:54:44.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82782026-08-25T22:54:45.761Z[ recovery-image] Aug 25 22:54:44.952 INFO O| Aug 25 22:54:44.952 INFO STEP 977 (remove_files) COMPLETE
82792026-08-25T22:54:45.761Z[ recovery-image] Aug 25 22:54:44.952 INFO O| Aug 25 22:54:44.952 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-25T22:54:45.771Z[ recovery-image] Aug 25 22:54:44.963 INFO O| Aug 25 22:54:44.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82812026-08-25T22:54:45.771Z[ recovery-image] Aug 25 22:54:44.963 INFO O| Aug 25 22:54:44.963 INFO STEP 978 (remove_files) COMPLETE
82822026-08-25T22:54:45.775Z[ recovery-image] Aug 25 22:54:44.963 INFO O| Aug 25 22:54:44.963 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-25T22:54:45.782Z[ recovery-image] Aug 25 22:54:44.974 INFO O| Aug 25 22:54:44.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82842026-08-25T22:54:45.782Z[ recovery-image] Aug 25 22:54:44.974 INFO O| Aug 25 22:54:44.974 INFO STEP 979 (remove_files) COMPLETE
82852026-08-25T22:54:45.782Z[ recovery-image] Aug 25 22:54:44.974 INFO O| Aug 25 22:54:44.974 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-25T22:54:45.791Z[ recovery-image] Aug 25 22:54:44.983 INFO O| Aug 25 22:54:44.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82872026-08-25T22:54:45.791Z[ recovery-image] Aug 25 22:54:44.983 INFO O| Aug 25 22:54:44.983 INFO STEP 980 (remove_files) COMPLETE
82882026-08-25T22:54:45.795Z[ recovery-image] Aug 25 22:54:44.983 INFO O| Aug 25 22:54:44.983 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-25T22:54:45.800Z[ recovery-image] Aug 25 22:54:44.992 INFO O| Aug 25 22:54:44.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82902026-08-25T22:54:45.800Z[ recovery-image] Aug 25 22:54:44.992 INFO O| Aug 25 22:54:44.992 INFO STEP 981 (remove_files) COMPLETE
82912026-08-25T22:54:45.803Z[ recovery-image] Aug 25 22:54:44.992 INFO O| Aug 25 22:54:44.992 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-25T22:54:45.813Z[ recovery-image] Aug 25 22:54:45.001 INFO O| Aug 25 22:54:45.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82932026-08-25T22:54:45.813Z[ recovery-image] Aug 25 22:54:45.001 INFO O| Aug 25 22:54:45.001 INFO STEP 982 (remove_files) COMPLETE
82942026-08-25T22:54:45.813Z[ recovery-image] Aug 25 22:54:45.001 INFO O| Aug 25 22:54:45.001 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-25T22:54:45.818Z[ recovery-image] Aug 25 22:54:45.010 INFO O| Aug 25 22:54:45.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82962026-08-25T22:54:45.818Z[ recovery-image] Aug 25 22:54:45.010 INFO O| Aug 25 22:54:45.010 INFO STEP 983 (remove_files) COMPLETE
82972026-08-25T22:54:45.821Z[ recovery-image] Aug 25 22:54:45.010 INFO O| Aug 25 22:54:45.010 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-25T22:54:45.826Z[ recovery-image] Aug 25 22:54:45.018 INFO O| Aug 25 22:54:45.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82992026-08-25T22:54:45.826Z[ recovery-image] Aug 25 22:54:45.018 INFO O| Aug 25 22:54:45.018 INFO STEP 984 (remove_files) COMPLETE
83002026-08-25T22:54:45.829Z[ recovery-image] Aug 25 22:54:45.018 INFO O| Aug 25 22:54:45.018 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-25T22:54:45.834Z[ recovery-image] Aug 25 22:54:45.026 INFO O| Aug 25 22:54:45.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83022026-08-25T22:54:45.834Z[ recovery-image] Aug 25 22:54:45.026 INFO O| Aug 25 22:54:45.026 INFO STEP 985 (remove_files) COMPLETE
83032026-08-25T22:54:45.837Z[ recovery-image] Aug 25 22:54:45.026 INFO O| Aug 25 22:54:45.026 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-25T22:54:45.841Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
83052026-08-25T22:54:45.845Z[ recovery-image] Aug 25 22:54:45.035 INFO O| Aug 25 22:54:45.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83062026-08-25T22:54:45.845Z[ recovery-image] Aug 25 22:54:45.035 INFO O| Aug 25 22:54:45.035 INFO STEP 986 (remove_files) COMPLETE
83072026-08-25T22:54:45.845Z[ recovery-image] Aug 25 22:54:45.035 INFO O| Aug 25 22:54:45.035 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-25T22:54:45.851Z[ recovery-image] Aug 25 22:54:45.043 INFO O| Aug 25 22:54:45.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83092026-08-25T22:54:45.854Z[ recovery-image] Aug 25 22:54:45.043 INFO O| Aug 25 22:54:45.043 INFO STEP 987 (remove_files) COMPLETE
83102026-08-25T22:54:45.854Z[ recovery-image] Aug 25 22:54:45.043 INFO O| Aug 25 22:54:45.043 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-25T22:54:45.861Z[ recovery-image] Aug 25 22:54:45.053 INFO O| Aug 25 22:54:45.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83122026-08-25T22:54:45.861Z[ recovery-image] Aug 25 22:54:45.053 INFO O| Aug 25 22:54:45.053 INFO STEP 988 (remove_files) COMPLETE
83132026-08-25T22:54:45.865Z[ recovery-image] Aug 25 22:54:45.053 INFO O| Aug 25 22:54:45.053 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-25T22:54:45.876Z[ recovery-image] Aug 25 22:54:45.065 INFO O| Aug 25 22:54:45.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83152026-08-25T22:54:45.880Z[ recovery-image] Aug 25 22:54:45.065 INFO O| Aug 25 22:54:45.064 INFO STEP 989 (remove_files) COMPLETE
83162026-08-25T22:54:45.880Z[ recovery-image] Aug 25 22:54:45.065 INFO O| Aug 25 22:54:45.064 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-25T22:54:45.884Z[ recovery-image] Aug 25 22:54:45.074 INFO O| Aug 25 22:54:45.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83182026-08-25T22:54:45.884Z[ recovery-image] Aug 25 22:54:45.074 INFO O| Aug 25 22:54:45.074 INFO STEP 990 (remove_files) COMPLETE
83192026-08-25T22:54:45.884Z[ recovery-image] Aug 25 22:54:45.074 INFO O| Aug 25 22:54:45.074 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-25T22:54:45.893Z[ recovery-image] Aug 25 22:54:45.085 INFO O| Aug 25 22:54:45.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83212026-08-25T22:54:45.893Z[ recovery-image] Aug 25 22:54:45.085 INFO O| Aug 25 22:54:45.085 INFO STEP 991 (remove_files) COMPLETE
83222026-08-25T22:54:45.893Z[ recovery-image] Aug 25 22:54:45.085 INFO O| Aug 25 22:54:45.085 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-25T22:54:45.903Z[ recovery-image] Aug 25 22:54:45.095 INFO O| Aug 25 22:54:45.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83242026-08-25T22:54:45.903Z[ recovery-image] Aug 25 22:54:45.095 INFO O| Aug 25 22:54:45.095 INFO STEP 992 (remove_files) COMPLETE
83252026-08-25T22:54:45.907Z[ recovery-image] Aug 25 22:54:45.095 INFO O| Aug 25 22:54:45.095 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-25T22:54:45.912Z[ recovery-image] Aug 25 22:54:45.104 INFO O| Aug 25 22:54:45.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83272026-08-25T22:54:45.917Z[ recovery-image] Aug 25 22:54:45.104 INFO O| Aug 25 22:54:45.104 INFO STEP 993 (remove_files) COMPLETE
83282026-08-25T22:54:45.918Z[ recovery-image] Aug 25 22:54:45.104 INFO O| Aug 25 22:54:45.104 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-25T22:54:45.922Z[ recovery-image] Aug 25 22:54:45.113 INFO O| Aug 25 22:54:45.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83302026-08-25T22:54:45.922Z[ recovery-image] Aug 25 22:54:45.113 INFO O| Aug 25 22:54:45.113 INFO STEP 994 (remove_files) COMPLETE
83312026-08-25T22:54:45.922Z[ recovery-image] Aug 25 22:54:45.113 INFO O| Aug 25 22:54:45.113 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-25T22:54:45.933Z[ recovery-image] Aug 25 22:54:45.124 INFO O| Aug 25 22:54:45.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83332026-08-25T22:54:45.933Z[ recovery-image] Aug 25 22:54:45.124 INFO O| Aug 25 22:54:45.124 INFO STEP 995 (remove_files) COMPLETE
83342026-08-25T22:54:45.933Z[ recovery-image] Aug 25 22:54:45.125 INFO O| Aug 25 22:54:45.124 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-25T22:54:45.942Z[ recovery-image] Aug 25 22:54:45.134 INFO O| Aug 25 22:54:45.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83362026-08-25T22:54:45.942Z[ recovery-image] Aug 25 22:54:45.134 INFO O| Aug 25 22:54:45.134 INFO STEP 996 (remove_files) COMPLETE
83372026-08-25T22:54:45.942Z[ recovery-image] Aug 25 22:54:45.134 INFO O| Aug 25 22:54:45.134 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-25T22:54:45.954Z[ recovery-image] Aug 25 22:54:45.146 INFO O| Aug 25 22:54:45.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83392026-08-25T22:54:45.954Z[ recovery-image] Aug 25 22:54:45.146 INFO O| Aug 25 22:54:45.146 INFO STEP 997 (remove_files) COMPLETE
83402026-08-25T22:54:45.954Z[ recovery-image] Aug 25 22:54:45.146 INFO O| Aug 25 22:54:45.146 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-25T22:54:45.964Z[ recovery-image] Aug 25 22:54:45.156 INFO O| Aug 25 22:54:45.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83422026-08-25T22:54:45.964Z[ recovery-image] Aug 25 22:54:45.156 INFO O| Aug 25 22:54:45.156 INFO STEP 998 (remove_files) COMPLETE
83432026-08-25T22:54:45.968Z[ recovery-image] Aug 25 22:54:45.156 INFO O| Aug 25 22:54:45.156 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-25T22:54:45.974Z[ recovery-image] Aug 25 22:54:45.166 INFO O| Aug 25 22:54:45.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83452026-08-25T22:54:45.974Z[ recovery-image] Aug 25 22:54:45.166 INFO O| Aug 25 22:54:45.166 INFO STEP 999 (remove_files) COMPLETE
83462026-08-25T22:54:45.974Z[ recovery-image] Aug 25 22:54:45.166 INFO O| Aug 25 22:54:45.166 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-25T22:54:45.983Z[ recovery-image] Aug 25 22:54:45.175 INFO O| Aug 25 22:54:45.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83482026-08-25T22:54:45.983Z[ recovery-image] Aug 25 22:54:45.175 INFO O| Aug 25 22:54:45.175 INFO STEP 1000 (remove_files) COMPLETE
83492026-08-25T22:54:45.988Z[ recovery-image] Aug 25 22:54:45.175 INFO O| Aug 25 22:54:45.175 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-25T22:54:45.992Z[ recovery-image] Aug 25 22:54:45.184 INFO O| Aug 25 22:54:45.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83512026-08-25T22:54:45.992Z[ recovery-image] Aug 25 22:54:45.184 INFO O| Aug 25 22:54:45.184 INFO STEP 1001 (remove_files) COMPLETE
83522026-08-25T22:54:45.992Z[ recovery-image] Aug 25 22:54:45.184 INFO O| Aug 25 22:54:45.184 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-25T22:54:46.002Z[ recovery-image] Aug 25 22:54:45.194 INFO O| Aug 25 22:54:45.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83542026-08-25T22:54:46.002Z[ recovery-image] Aug 25 22:54:45.194 INFO O| Aug 25 22:54:45.194 INFO STEP 1002 (remove_files) COMPLETE
83552026-08-25T22:54:46.006Z[ recovery-image] Aug 25 22:54:45.194 INFO O| Aug 25 22:54:45.194 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-25T22:54:46.012Z[ recovery-image] Aug 25 22:54:45.204 INFO O| Aug 25 22:54:45.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83572026-08-25T22:54:46.012Z[ recovery-image] Aug 25 22:54:45.204 INFO O| Aug 25 22:54:45.204 INFO STEP 1003 (remove_files) COMPLETE
83582026-08-25T22:54:46.012Z[ recovery-image] Aug 25 22:54:45.204 INFO O| Aug 25 22:54:45.204 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-25T22:54:46.023Z[ recovery-image] Aug 25 22:54:45.216 INFO O| Aug 25 22:54:45.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83602026-08-25T22:54:46.024Z[ recovery-image] Aug 25 22:54:45.216 INFO O| Aug 25 22:54:45.216 INFO STEP 1004 (remove_files) COMPLETE
83612026-08-25T22:54:46.027Z[ recovery-image] Aug 25 22:54:45.216 INFO O| Aug 25 22:54:45.216 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-25T22:54:46.034Z[ recovery-image] Aug 25 22:54:45.226 INFO O| Aug 25 22:54:45.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83632026-08-25T22:54:46.034Z[ recovery-image] Aug 25 22:54:45.226 INFO O| Aug 25 22:54:45.226 INFO STEP 1005 (remove_files) COMPLETE
83642026-08-25T22:54:46.034Z[ recovery-image] Aug 25 22:54:45.226 INFO O| Aug 25 22:54:45.226 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-25T22:54:46.040Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
83662026-08-25T22:54:46.044Z[ recovery-image] Aug 25 22:54:45.236 INFO O| Aug 25 22:54:45.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83672026-08-25T22:54:46.044Z[ recovery-image] Aug 25 22:54:45.236 INFO O| Aug 25 22:54:45.236 INFO STEP 1006 (remove_files) COMPLETE
83682026-08-25T22:54:46.044Z[ recovery-image] Aug 25 22:54:45.236 INFO O| Aug 25 22:54:45.236 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-08-25T22:54:46.056Z[ recovery-image] Aug 25 22:54:45.248 INFO O| Aug 25 22:54:45.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83702026-08-25T22:54:46.056Z[ recovery-image] Aug 25 22:54:45.248 INFO O| Aug 25 22:54:45.247 INFO STEP 1007 (remove_files) COMPLETE
83712026-08-25T22:54:46.056Z[ recovery-image] Aug 25 22:54:45.248 INFO O| Aug 25 22:54:45.247 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-08-25T22:54:46.067Z[ recovery-image] Aug 25 22:54:45.258 INFO O| Aug 25 22:54:45.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83732026-08-25T22:54:46.067Z[ recovery-image] Aug 25 22:54:45.258 INFO O| Aug 25 22:54:45.258 INFO STEP 1008 (remove_files) COMPLETE
83742026-08-25T22:54:46.067Z[ recovery-image] Aug 25 22:54:45.258 INFO O| Aug 25 22:54:45.258 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-08-25T22:54:46.078Z[ recovery-image] Aug 25 22:54:45.269 INFO O| Aug 25 22:54:45.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83762026-08-25T22:54:46.078Z[ recovery-image] Aug 25 22:54:45.269 INFO O| Aug 25 22:54:45.269 INFO STEP 1009 (remove_files) COMPLETE
83772026-08-25T22:54:46.086Z[ recovery-image] Aug 25 22:54:45.269 INFO O| Aug 25 22:54:45.269 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-08-25T22:54:46.089Z[ recovery-image] Aug 25 22:54:45.280 INFO O| Aug 25 22:54:45.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83792026-08-25T22:54:46.089Z[ recovery-image] Aug 25 22:54:45.280 INFO O| Aug 25 22:54:45.280 INFO STEP 1010 (remove_files) COMPLETE
83802026-08-25T22:54:46.089Z[ recovery-image] Aug 25 22:54:45.280 INFO O| Aug 25 22:54:45.280 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-08-25T22:54:46.098Z[ recovery-image] Aug 25 22:54:45.290 INFO O| Aug 25 22:54:45.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83822026-08-25T22:54:46.098Z[ recovery-image] Aug 25 22:54:45.290 INFO O| Aug 25 22:54:45.290 INFO STEP 1011 (remove_files) COMPLETE
83832026-08-25T22:54:46.098Z[ recovery-image] Aug 25 22:54:45.290 INFO O| Aug 25 22:54:45.290 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-08-25T22:54:46.108Z[ recovery-image] Aug 25 22:54:45.300 INFO O| Aug 25 22:54:45.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83852026-08-25T22:54:46.108Z[ recovery-image] Aug 25 22:54:45.300 INFO O| Aug 25 22:54:45.300 INFO STEP 1012 (remove_files) COMPLETE
83862026-08-25T22:54:46.108Z[ recovery-image] Aug 25 22:54:45.300 INFO O| Aug 25 22:54:45.300 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-08-25T22:54:46.117Z[ recovery-image] Aug 25 22:54:45.309 INFO O| Aug 25 22:54:45.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83882026-08-25T22:54:46.117Z[ recovery-image] Aug 25 22:54:45.309 INFO O| Aug 25 22:54:45.309 INFO STEP 1013 (remove_files) COMPLETE
83892026-08-25T22:54:46.120Z[ recovery-image] Aug 25 22:54:45.309 INFO O| Aug 25 22:54:45.309 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-08-25T22:54:46.125Z[ recovery-image] Aug 25 22:54:45.317 INFO O| Aug 25 22:54:45.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83912026-08-25T22:54:46.125Z[ recovery-image] Aug 25 22:54:45.317 INFO O| Aug 25 22:54:45.317 INFO STEP 1014 (remove_files) COMPLETE
83922026-08-25T22:54:46.125Z[ recovery-image] Aug 25 22:54:45.317 INFO O| Aug 25 22:54:45.317 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-25T22:54:46.138Z[ recovery-image] Aug 25 22:54:45.326 INFO O| Aug 25 22:54:45.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83942026-08-25T22:54:46.138Z[ recovery-image] Aug 25 22:54:45.326 INFO O| Aug 25 22:54:45.326 INFO STEP 1015 (remove_files) COMPLETE
83952026-08-25T22:54:46.138Z[ recovery-image] Aug 25 22:54:45.326 INFO O| Aug 25 22:54:45.326 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-25T22:54:46.142Z[ recovery-image] Aug 25 22:54:45.335 INFO O| Aug 25 22:54:45.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83972026-08-25T22:54:46.142Z[ recovery-image] Aug 25 22:54:45.335 INFO O| Aug 25 22:54:45.335 INFO STEP 1016 (remove_files) COMPLETE
83982026-08-25T22:54:46.142Z[ recovery-image] Aug 25 22:54:45.335 INFO O| Aug 25 22:54:45.335 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-25T22:54:46.152Z[ recovery-image] Aug 25 22:54:45.344 INFO O| Aug 25 22:54:45.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84002026-08-25T22:54:46.152Z[ recovery-image] Aug 25 22:54:45.344 INFO O| Aug 25 22:54:45.344 INFO STEP 1017 (remove_files) COMPLETE
84012026-08-25T22:54:46.152Z[ recovery-image] Aug 25 22:54:45.344 INFO O| Aug 25 22:54:45.344 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-25T22:54:46.162Z[ recovery-image] Aug 25 22:54:45.354 INFO O| Aug 25 22:54:45.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84032026-08-25T22:54:46.162Z[ recovery-image] Aug 25 22:54:45.354 INFO O| Aug 25 22:54:45.354 INFO STEP 1018 (remove_files) COMPLETE
84042026-08-25T22:54:46.162Z[ recovery-image] Aug 25 22:54:45.354 INFO O| Aug 25 22:54:45.354 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-25T22:54:46.171Z[ recovery-image] Aug 25 22:54:45.363 INFO O| Aug 25 22:54:45.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84062026-08-25T22:54:46.171Z[ recovery-image] Aug 25 22:54:45.363 INFO O| Aug 25 22:54:45.363 INFO STEP 1019 (remove_files) COMPLETE
84072026-08-25T22:54:46.174Z[ recovery-image] Aug 25 22:54:45.363 INFO O| Aug 25 22:54:45.363 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-25T22:54:46.179Z[ recovery-image] Aug 25 22:54:45.371 INFO O| Aug 25 22:54:45.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84092026-08-25T22:54:46.179Z[ recovery-image] Aug 25 22:54:45.371 INFO O| Aug 25 22:54:45.371 INFO STEP 1020 (remove_files) COMPLETE
84102026-08-25T22:54:46.179Z[ recovery-image] Aug 25 22:54:45.372 INFO O| Aug 25 22:54:45.371 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-25T22:54:46.188Z[ recovery-image] Aug 25 22:54:45.380 INFO O| Aug 25 22:54:45.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84122026-08-25T22:54:46.188Z[ recovery-image] Aug 25 22:54:45.380 INFO O| Aug 25 22:54:45.380 INFO STEP 1021 (remove_files) COMPLETE
84132026-08-25T22:54:46.191Z[ recovery-image] Aug 25 22:54:45.380 INFO O| Aug 25 22:54:45.380 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-25T22:54:46.195Z[ recovery-image] Aug 25 22:54:45.388 INFO O| Aug 25 22:54:45.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84152026-08-25T22:54:46.195Z[ recovery-image] Aug 25 22:54:45.388 INFO O| Aug 25 22:54:45.388 INFO STEP 1022 (remove_files) COMPLETE
84162026-08-25T22:54:46.195Z[ recovery-image] Aug 25 22:54:45.388 INFO O| Aug 25 22:54:45.388 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-25T22:54:46.204Z[ recovery-image] Aug 25 22:54:45.396 INFO O| Aug 25 22:54:45.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84182026-08-25T22:54:46.204Z[ recovery-image] Aug 25 22:54:45.396 INFO O| Aug 25 22:54:45.396 INFO STEP 1023 (remove_files) COMPLETE
84192026-08-25T22:54:46.207Z[ recovery-image] Aug 25 22:54:45.396 INFO O| Aug 25 22:54:45.396 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-25T22:54:46.212Z[ recovery-image] Aug 25 22:54:45.404 INFO O| Aug 25 22:54:45.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84212026-08-25T22:54:46.212Z[ recovery-image] Aug 25 22:54:45.404 INFO O| Aug 25 22:54:45.404 INFO STEP 1024 (remove_files) COMPLETE
84222026-08-25T22:54:46.212Z[ recovery-image] Aug 25 22:54:45.404 INFO O| Aug 25 22:54:45.404 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-25T22:54:46.220Z[ recovery-image] Aug 25 22:54:45.412 INFO O| Aug 25 22:54:45.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84242026-08-25T22:54:46.220Z[ recovery-image] Aug 25 22:54:45.412 INFO O| Aug 25 22:54:45.412 INFO STEP 1025 (remove_files) COMPLETE
84252026-08-25T22:54:46.223Z[ recovery-image] Aug 25 22:54:45.412 INFO O| Aug 25 22:54:45.412 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-25T22:54:46.229Z[ recovery-image] Aug 25 22:54:45.421 INFO O| Aug 25 22:54:45.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84272026-08-25T22:54:46.229Z[ recovery-image] Aug 25 22:54:45.421 INFO O| Aug 25 22:54:45.421 INFO STEP 1026 (remove_files) COMPLETE
84282026-08-25T22:54:46.229Z[ recovery-image] Aug 25 22:54:45.421 INFO O| Aug 25 22:54:45.421 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-25T22:54:46.237Z[ recovery-image] Aug 25 22:54:45.429 INFO O| Aug 25 22:54:45.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84302026-08-25T22:54:46.237Z[ recovery-image] Aug 25 22:54:45.429 INFO O| Aug 25 22:54:45.429 INFO STEP 1027 (remove_files) COMPLETE
84312026-08-25T22:54:46.237Z[ recovery-image] Aug 25 22:54:45.429 INFO O| Aug 25 22:54:45.429 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-25T22:54:46.245Z[ recovery-image] Aug 25 22:54:45.436 INFO O| Aug 25 22:54:45.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84332026-08-25T22:54:46.245Z[ recovery-image] Aug 25 22:54:45.436 INFO O| Aug 25 22:54:45.436 INFO STEP 1028 (remove_files) COMPLETE
84342026-08-25T22:54:46.245Z[ recovery-image] Aug 25 22:54:45.436 INFO O| Aug 25 22:54:45.436 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-25T22:54:46.252Z[ recovery-image] Aug 25 22:54:45.444 INFO O| Aug 25 22:54:45.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84362026-08-25T22:54:46.255Z[ recovery-image] Aug 25 22:54:45.444 INFO O| Aug 25 22:54:45.444 INFO STEP 1029 (remove_files) COMPLETE
84372026-08-25T22:54:46.255Z[ recovery-image] Aug 25 22:54:45.444 INFO O| Aug 25 22:54:45.444 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-25T22:54:46.259Z[ recovery-image] Aug 25 22:54:45.451 INFO O| Aug 25 22:54:45.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84392026-08-25T22:54:46.259Z[ recovery-image] Aug 25 22:54:45.452 INFO O| Aug 25 22:54:45.452 INFO STEP 1030 (remove_files) COMPLETE
84402026-08-25T22:54:46.259Z[ recovery-image] Aug 25 22:54:45.452 INFO O| Aug 25 22:54:45.452 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-25T22:54:46.267Z[ recovery-image] Aug 25 22:54:45.459 INFO O| Aug 25 22:54:45.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84422026-08-25T22:54:46.267Z[ recovery-image] Aug 25 22:54:45.459 INFO O| Aug 25 22:54:45.459 INFO STEP 1031 (remove_files) COMPLETE
84432026-08-25T22:54:46.267Z[ recovery-image] Aug 25 22:54:45.459 INFO O| Aug 25 22:54:45.459 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-25T22:54:46.275Z[ recovery-image] Aug 25 22:54:45.467 INFO O| Aug 25 22:54:45.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84452026-08-25T22:54:46.275Z[ recovery-image] Aug 25 22:54:45.467 INFO O| Aug 25 22:54:45.467 INFO STEP 1032 (remove_files) COMPLETE
84462026-08-25T22:54:46.275Z[ recovery-image] Aug 25 22:54:45.467 INFO O| Aug 25 22:54:45.467 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-25T22:54:46.283Z[ recovery-image] Aug 25 22:54:45.475 INFO O| Aug 25 22:54:45.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84482026-08-25T22:54:46.283Z[ recovery-image] Aug 25 22:54:45.475 INFO O| Aug 25 22:54:45.475 INFO STEP 1033 (remove_files) COMPLETE
84492026-08-25T22:54:46.283Z[ recovery-image] Aug 25 22:54:45.475 INFO O| Aug 25 22:54:45.475 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-25T22:54:46.293Z[ recovery-image] Aug 25 22:54:45.483 INFO O| Aug 25 22:54:45.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84512026-08-25T22:54:46.294Z[ recovery-image] Aug 25 22:54:45.483 INFO O| Aug 25 22:54:45.483 INFO STEP 1034 (remove_files) COMPLETE
84522026-08-25T22:54:46.294Z[ recovery-image] Aug 25 22:54:45.483 INFO O| Aug 25 22:54:45.483 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-25T22:54:46.300Z[ recovery-image] Aug 25 22:54:45.492 INFO O| Aug 25 22:54:45.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84542026-08-25T22:54:46.300Z[ recovery-image] Aug 25 22:54:45.492 INFO O| Aug 25 22:54:45.492 INFO STEP 1035 (remove_files) COMPLETE
84552026-08-25T22:54:46.300Z[ recovery-image] Aug 25 22:54:45.492 INFO O| Aug 25 22:54:45.492 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-25T22:54:46.309Z[ recovery-image] Aug 25 22:54:45.501 INFO O| Aug 25 22:54:45.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84572026-08-25T22:54:46.309Z[ recovery-image] Aug 25 22:54:45.501 INFO O| Aug 25 22:54:45.501 INFO STEP 1036 (remove_files) COMPLETE
84582026-08-25T22:54:46.309Z[ recovery-image] Aug 25 22:54:45.501 INFO O| Aug 25 22:54:45.501 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-25T22:54:46.317Z[ recovery-image] Aug 25 22:54:45.509 INFO O| Aug 25 22:54:45.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84602026-08-25T22:54:46.317Z[ recovery-image] Aug 25 22:54:45.509 INFO O| Aug 25 22:54:45.509 INFO STEP 1037 (remove_files) COMPLETE
84612026-08-25T22:54:46.317Z[ recovery-image] Aug 25 22:54:45.509 INFO O| Aug 25 22:54:45.509 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-25T22:54:46.326Z[ recovery-image] Aug 25 22:54:45.519 INFO O| Aug 25 22:54:45.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84632026-08-25T22:54:46.327Z[ recovery-image] Aug 25 22:54:45.519 INFO O| Aug 25 22:54:45.519 INFO STEP 1038 (remove_files) COMPLETE
84642026-08-25T22:54:46.327Z[ recovery-image] Aug 25 22:54:45.519 INFO O| Aug 25 22:54:45.519 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-25T22:54:46.341Z[ recovery-image] Aug 25 22:54:45.530 INFO O| Aug 25 22:54:45.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84662026-08-25T22:54:46.341Z[ recovery-image] Aug 25 22:54:45.530 INFO O| Aug 25 22:54:45.530 INFO STEP 1039 (remove_files) COMPLETE
84672026-08-25T22:54:46.345Z[ recovery-image] Aug 25 22:54:45.530 INFO O| Aug 25 22:54:45.530 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-25T22:54:46.349Z[ recovery-image] Aug 25 22:54:45.541 INFO O| Aug 25 22:54:45.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84692026-08-25T22:54:46.349Z[ recovery-image] Aug 25 22:54:45.541 INFO O| Aug 25 22:54:45.541 INFO STEP 1040 (remove_files) COMPLETE
84702026-08-25T22:54:46.352Z[ recovery-image] Aug 25 22:54:45.541 INFO O| Aug 25 22:54:45.541 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-25T22:54:46.360Z[ recovery-image] Aug 25 22:54:45.552 INFO O| Aug 25 22:54:45.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84722026-08-25T22:54:46.360Z[ recovery-image] Aug 25 22:54:45.552 INFO O| Aug 25 22:54:45.552 INFO STEP 1041 (remove_files) COMPLETE
84732026-08-25T22:54:46.360Z[ recovery-image] Aug 25 22:54:45.552 INFO O| Aug 25 22:54:45.552 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-25T22:54:46.368Z[ recovery-image] Aug 25 22:54:45.560 INFO O| Aug 25 22:54:45.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84752026-08-25T22:54:46.368Z[ recovery-image] Aug 25 22:54:45.560 INFO O| Aug 25 22:54:45.560 INFO STEP 1042 (remove_files) COMPLETE
84762026-08-25T22:54:46.368Z[ recovery-image] Aug 25 22:54:45.560 INFO O| Aug 25 22:54:45.560 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-25T22:54:46.375Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
84782026-08-25T22:54:46.379Z[ recovery-image] Aug 25 22:54:45.570 INFO O| Aug 25 22:54:45.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84792026-08-25T22:54:46.379Z[ recovery-image] Aug 25 22:54:45.570 INFO O| Aug 25 22:54:45.570 INFO STEP 1043 (remove_files) COMPLETE
84802026-08-25T22:54:46.379Z[ recovery-image] Aug 25 22:54:45.570 INFO O| Aug 25 22:54:45.570 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-25T22:54:46.386Z[ recovery-image] Aug 25 22:54:45.578 INFO O| Aug 25 22:54:45.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84822026-08-25T22:54:46.386Z[ recovery-image] Aug 25 22:54:45.578 INFO O| Aug 25 22:54:45.578 INFO STEP 1044 (remove_files) COMPLETE
84832026-08-25T22:54:46.389Z[ recovery-image] Aug 25 22:54:45.578 INFO O| Aug 25 22:54:45.578 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-25T22:54:46.396Z[ recovery-image] Aug 25 22:54:45.588 INFO O| Aug 25 22:54:45.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84852026-08-25T22:54:46.396Z[ recovery-image] Aug 25 22:54:45.588 INFO O| Aug 25 22:54:45.588 INFO STEP 1045 (remove_files) COMPLETE
84862026-08-25T22:54:46.399Z[ recovery-image] Aug 25 22:54:45.588 INFO O| Aug 25 22:54:45.588 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-25T22:54:46.406Z[ recovery-image] Aug 25 22:54:45.598 INFO O| Aug 25 22:54:45.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84882026-08-25T22:54:46.406Z[ recovery-image] Aug 25 22:54:45.598 INFO O| Aug 25 22:54:45.598 INFO STEP 1046 (remove_files) COMPLETE
84892026-08-25T22:54:46.406Z[ recovery-image] Aug 25 22:54:45.598 INFO O| Aug 25 22:54:45.598 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-25T22:54:46.417Z[ recovery-image] Aug 25 22:54:45.608 INFO O| Aug 25 22:54:45.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84912026-08-25T22:54:46.418Z[ recovery-image] Aug 25 22:54:45.608 INFO O| Aug 25 22:54:45.608 INFO STEP 1047 (remove_files) COMPLETE
84922026-08-25T22:54:46.418Z[ recovery-image] Aug 25 22:54:45.608 INFO O| Aug 25 22:54:45.608 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-25T22:54:46.425Z[ recovery-image] Aug 25 22:54:45.617 INFO O| Aug 25 22:54:45.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84942026-08-25T22:54:46.425Z[ recovery-image] Aug 25 22:54:45.617 INFO O| Aug 25 22:54:45.617 INFO STEP 1048 (remove_files) COMPLETE
84952026-08-25T22:54:46.425Z[ recovery-image] Aug 25 22:54:45.617 INFO O| Aug 25 22:54:45.617 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-25T22:54:46.435Z[ recovery-image] Aug 25 22:54:45.627 INFO O| Aug 25 22:54:45.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84972026-08-25T22:54:46.435Z[ recovery-image] Aug 25 22:54:45.627 INFO O| Aug 25 22:54:45.627 INFO STEP 1049 (remove_files) COMPLETE
84982026-08-25T22:54:46.438Z[ recovery-image] Aug 25 22:54:45.627 INFO O| Aug 25 22:54:45.627 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-25T22:54:46.445Z[ recovery-image] Aug 25 22:54:45.638 INFO O| Aug 25 22:54:45.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85002026-08-25T22:54:46.445Z[ recovery-image] Aug 25 22:54:45.638 INFO O| Aug 25 22:54:45.638 INFO STEP 1050 (remove_files) COMPLETE
85012026-08-25T22:54:46.445Z[ recovery-image] Aug 25 22:54:45.638 INFO O| Aug 25 22:54:45.638 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-25T22:54:46.456Z[ recovery-image] Aug 25 22:54:45.648 INFO O| Aug 25 22:54:45.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85032026-08-25T22:54:46.456Z[ recovery-image] Aug 25 22:54:45.648 INFO O| Aug 25 22:54:45.648 INFO STEP 1051 (remove_files) COMPLETE
85042026-08-25T22:54:46.456Z[ recovery-image] Aug 25 22:54:45.648 INFO O| Aug 25 22:54:45.648 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-25T22:54:46.466Z[ recovery-image] Aug 25 22:54:45.659 INFO O| Aug 25 22:54:45.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85062026-08-25T22:54:46.467Z[ recovery-image] Aug 25 22:54:45.659 INFO O| Aug 25 22:54:45.659 INFO STEP 1052 (remove_files) COMPLETE
85072026-08-25T22:54:46.467Z[ recovery-image] Aug 25 22:54:45.659 INFO O| Aug 25 22:54:45.659 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-25T22:54:46.477Z[ recovery-image] Aug 25 22:54:45.669 INFO O| Aug 25 22:54:45.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85092026-08-25T22:54:46.477Z[ recovery-image] Aug 25 22:54:45.669 INFO O| Aug 25 22:54:45.669 INFO STEP 1053 (remove_files) COMPLETE
85102026-08-25T22:54:46.480Z[ recovery-image] Aug 25 22:54:45.669 INFO O| Aug 25 22:54:45.669 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-25T22:54:46.486Z[ recovery-image] Aug 25 22:54:45.678 INFO O| Aug 25 22:54:45.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85122026-08-25T22:54:46.486Z[ recovery-image] Aug 25 22:54:45.678 INFO O| Aug 25 22:54:45.678 INFO STEP 1054 (remove_files) COMPLETE
85132026-08-25T22:54:46.486Z[ recovery-image] Aug 25 22:54:45.678 INFO O| Aug 25 22:54:45.678 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-25T22:54:46.495Z[ recovery-image] Aug 25 22:54:45.688 INFO O| Aug 25 22:54:45.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85152026-08-25T22:54:46.495Z[ recovery-image] Aug 25 22:54:45.688 INFO O| Aug 25 22:54:45.688 INFO STEP 1055 (remove_files) COMPLETE
85162026-08-25T22:54:46.495Z[ recovery-image] Aug 25 22:54:45.688 INFO O| Aug 25 22:54:45.688 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-25T22:54:46.505Z[ recovery-image] Aug 25 22:54:45.697 INFO O| Aug 25 22:54:45.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85182026-08-25T22:54:46.505Z[ recovery-image] Aug 25 22:54:45.697 INFO O| Aug 25 22:54:45.697 INFO STEP 1056 (remove_files) COMPLETE
85192026-08-25T22:54:46.508Z[ recovery-image] Aug 25 22:54:45.697 INFO O| Aug 25 22:54:45.697 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-25T22:54:46.514Z[ recovery-image] Aug 25 22:54:45.706 INFO O| Aug 25 22:54:45.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85212026-08-25T22:54:46.514Z[ recovery-image] Aug 25 22:54:45.706 INFO O| Aug 25 22:54:45.706 INFO STEP 1057 (remove_files) COMPLETE
85222026-08-25T22:54:46.514Z[ recovery-image] Aug 25 22:54:45.706 INFO O| Aug 25 22:54:45.706 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-25T22:54:46.523Z[ recovery-image] Aug 25 22:54:45.715 INFO O| Aug 25 22:54:45.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85242026-08-25T22:54:46.523Z[ recovery-image] Aug 25 22:54:45.715 INFO O| Aug 25 22:54:45.715 INFO STEP 1058 (remove_files) COMPLETE
85252026-08-25T22:54:46.523Z[ recovery-image] Aug 25 22:54:45.715 INFO O| Aug 25 22:54:45.715 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-25T22:54:46.532Z[ recovery-image] Aug 25 22:54:45.724 INFO O| Aug 25 22:54:45.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85272026-08-25T22:54:46.532Z[ recovery-image] Aug 25 22:54:45.724 INFO O| Aug 25 22:54:45.724 INFO STEP 1059 (remove_files) COMPLETE
85282026-08-25T22:54:46.532Z[ recovery-image] Aug 25 22:54:45.724 INFO O| Aug 25 22:54:45.724 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-25T22:54:46.544Z[ recovery-image] Aug 25 22:54:45.736 INFO O| Aug 25 22:54:45.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85302026-08-25T22:54:46.544Z[ recovery-image] Aug 25 22:54:45.736 INFO O| Aug 25 22:54:45.736 INFO STEP 1060 (remove_files) COMPLETE
85312026-08-25T22:54:46.544Z[ recovery-image] Aug 25 22:54:45.736 INFO O| Aug 25 22:54:45.736 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-25T22:54:46.553Z[ recovery-image] Aug 25 22:54:45.746 INFO O| Aug 25 22:54:45.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85332026-08-25T22:54:46.553Z[ recovery-image] Aug 25 22:54:45.746 INFO O| Aug 25 22:54:45.746 INFO STEP 1061 (remove_files) COMPLETE
85342026-08-25T22:54:46.557Z[ recovery-image] Aug 25 22:54:45.746 INFO O| Aug 25 22:54:45.746 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-25T22:54:46.562Z[ recovery-image] Aug 25 22:54:45.755 INFO O| Aug 25 22:54:45.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85362026-08-25T22:54:46.562Z[ recovery-image] Aug 25 22:54:45.755 INFO O| Aug 25 22:54:45.755 INFO STEP 1062 (remove_files) COMPLETE
85372026-08-25T22:54:46.563Z[ recovery-image] Aug 25 22:54:45.755 INFO O| Aug 25 22:54:45.755 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-25T22:54:46.572Z[ recovery-image] Aug 25 22:54:45.764 INFO O| Aug 25 22:54:45.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85392026-08-25T22:54:46.572Z[ recovery-image] Aug 25 22:54:45.764 INFO O| Aug 25 22:54:45.764 INFO STEP 1063 (remove_files) COMPLETE
85402026-08-25T22:54:46.572Z[ recovery-image] Aug 25 22:54:45.764 INFO O| Aug 25 22:54:45.764 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-25T22:54:46.581Z[ recovery-image] Aug 25 22:54:45.773 INFO O| Aug 25 22:54:45.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85422026-08-25T22:54:46.582Z[ recovery-image] Aug 25 22:54:45.773 INFO O| Aug 25 22:54:45.773 INFO STEP 1064 (remove_files) COMPLETE
85432026-08-25T22:54:46.582Z[ recovery-image] Aug 25 22:54:45.773 INFO O| Aug 25 22:54:45.773 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-25T22:54:46.590Z[ recovery-image] Aug 25 22:54:45.782 INFO O| Aug 25 22:54:45.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85452026-08-25T22:54:46.590Z[ recovery-image] Aug 25 22:54:45.782 INFO O| Aug 25 22:54:45.782 INFO STEP 1065 (remove_files) COMPLETE
85462026-08-25T22:54:46.590Z[ recovery-image] Aug 25 22:54:45.782 INFO O| Aug 25 22:54:45.782 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-25T22:54:46.599Z[ recovery-image] Aug 25 22:54:45.791 INFO O| Aug 25 22:54:45.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85482026-08-25T22:54:46.599Z[ recovery-image] Aug 25 22:54:45.791 INFO O| Aug 25 22:54:45.791 INFO STEP 1066 (remove_files) COMPLETE
85492026-08-25T22:54:46.599Z[ recovery-image] Aug 25 22:54:45.791 INFO O| Aug 25 22:54:45.791 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-25T22:54:46.608Z[ recovery-image] Aug 25 22:54:45.800 INFO O| Aug 25 22:54:45.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85512026-08-25T22:54:46.608Z[ recovery-image] Aug 25 22:54:45.800 INFO O| Aug 25 22:54:45.800 INFO STEP 1067 (remove_files) COMPLETE
85522026-08-25T22:54:46.608Z[ recovery-image] Aug 25 22:54:45.800 INFO O| Aug 25 22:54:45.800 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-25T22:54:46.617Z[ recovery-image] Aug 25 22:54:45.809 INFO O| Aug 25 22:54:45.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85542026-08-25T22:54:46.617Z[ recovery-image] Aug 25 22:54:45.809 INFO O| Aug 25 22:54:45.809 INFO STEP 1068 (remove_files) COMPLETE
85552026-08-25T22:54:46.617Z[ recovery-image] Aug 25 22:54:45.809 INFO O| Aug 25 22:54:45.809 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-25T22:54:46.627Z[ recovery-image] Aug 25 22:54:45.819 INFO O| Aug 25 22:54:45.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85572026-08-25T22:54:46.627Z[ recovery-image] Aug 25 22:54:45.819 INFO O| Aug 25 22:54:45.819 INFO STEP 1069 (remove_files) COMPLETE
85582026-08-25T22:54:46.627Z[ recovery-image] Aug 25 22:54:45.819 INFO O| Aug 25 22:54:45.819 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-25T22:54:46.637Z[ recovery-image] Aug 25 22:54:45.829 INFO O| Aug 25 22:54:45.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85602026-08-25T22:54:46.640Z[ recovery-image] Aug 25 22:54:45.829 INFO O| Aug 25 22:54:45.829 INFO STEP 1070 (remove_files) COMPLETE
85612026-08-25T22:54:46.640Z[ recovery-image] Aug 25 22:54:45.829 INFO O| Aug 25 22:54:45.829 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-25T22:54:46.647Z[ recovery-image] Aug 25 22:54:45.839 INFO O| Aug 25 22:54:45.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85632026-08-25T22:54:46.647Z[ recovery-image] Aug 25 22:54:45.839 INFO O| Aug 25 22:54:45.839 INFO STEP 1071 (remove_files) COMPLETE
85642026-08-25T22:54:46.647Z[ recovery-image] Aug 25 22:54:45.839 INFO O| Aug 25 22:54:45.839 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-25T22:54:46.657Z[ recovery-image] Aug 25 22:54:45.849 INFO O| Aug 25 22:54:45.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85662026-08-25T22:54:46.657Z[ recovery-image] Aug 25 22:54:45.849 INFO O| Aug 25 22:54:45.849 INFO STEP 1072 (remove_files) COMPLETE
85672026-08-25T22:54:46.661Z[ recovery-image] Aug 25 22:54:45.849 INFO O| Aug 25 22:54:45.849 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-25T22:54:46.666Z[ recovery-image] Aug 25 22:54:45.858 INFO O| Aug 25 22:54:45.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85692026-08-25T22:54:46.666Z[ recovery-image] Aug 25 22:54:45.858 INFO O| Aug 25 22:54:45.858 INFO STEP 1073 (remove_files) COMPLETE
85702026-08-25T22:54:46.666Z[ recovery-image] Aug 25 22:54:45.858 INFO O| Aug 25 22:54:45.858 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-25T22:54:46.676Z[ recovery-image] Aug 25 22:54:45.868 INFO O| Aug 25 22:54:45.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85722026-08-25T22:54:46.676Z[ recovery-image] Aug 25 22:54:45.868 INFO O| Aug 25 22:54:45.868 INFO STEP 1074 (remove_files) COMPLETE
85732026-08-25T22:54:46.679Z[ recovery-image] Aug 25 22:54:45.868 INFO O| Aug 25 22:54:45.868 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-25T22:54:46.685Z[ recovery-image] Aug 25 22:54:45.878 INFO O| Aug 25 22:54:45.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85752026-08-25T22:54:46.685Z[ recovery-image] Aug 25 22:54:45.878 INFO O| Aug 25 22:54:45.878 INFO STEP 1075 (remove_files) COMPLETE
85762026-08-25T22:54:46.689Z[ recovery-image] Aug 25 22:54:45.878 INFO O| Aug 25 22:54:45.878 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-25T22:54:46.689Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
85782026-08-25T22:54:46.695Z[ recovery-image] Aug 25 22:54:45.888 INFO O| Aug 25 22:54:45.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85792026-08-25T22:54:46.695Z[ recovery-image] Aug 25 22:54:45.888 INFO O| Aug 25 22:54:45.888 INFO STEP 1076 (remove_files) COMPLETE
85802026-08-25T22:54:46.695Z[ recovery-image] Aug 25 22:54:45.888 INFO O| Aug 25 22:54:45.888 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-25T22:54:46.705Z[ recovery-image] Aug 25 22:54:45.897 INFO O| Aug 25 22:54:45.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85822026-08-25T22:54:46.705Z[ recovery-image] Aug 25 22:54:45.897 INFO O| Aug 25 22:54:45.897 INFO STEP 1077 (remove_files) COMPLETE
85832026-08-25T22:54:46.708Z[ recovery-image] Aug 25 22:54:45.897 INFO O| Aug 25 22:54:45.897 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-25T22:54:46.717Z[ recovery-image] Aug 25 22:54:45.909 INFO O| Aug 25 22:54:45.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85852026-08-25T22:54:46.717Z[ recovery-image] Aug 25 22:54:45.909 INFO O| Aug 25 22:54:45.909 INFO STEP 1078 (remove_files) COMPLETE
85862026-08-25T22:54:46.717Z[ recovery-image] Aug 25 22:54:45.909 INFO O| Aug 25 22:54:45.909 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-25T22:54:46.728Z[ recovery-image] Aug 25 22:54:45.920 INFO O| Aug 25 22:54:45.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85882026-08-25T22:54:46.728Z[ recovery-image] Aug 25 22:54:45.920 INFO O| Aug 25 22:54:45.920 INFO STEP 1079 (remove_files) COMPLETE
85892026-08-25T22:54:46.728Z[ recovery-image] Aug 25 22:54:45.920 INFO O| Aug 25 22:54:45.920 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-25T22:54:46.737Z[ recovery-image] Aug 25 22:54:45.929 INFO O| Aug 25 22:54:45.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85912026-08-25T22:54:46.737Z[ recovery-image] Aug 25 22:54:45.930 INFO O| Aug 25 22:54:45.929 INFO STEP 1080 (remove_files) COMPLETE
85922026-08-25T22:54:46.743Z[ recovery-image] Aug 25 22:54:45.930 INFO O| Aug 25 22:54:45.929 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-25T22:54:46.748Z[ recovery-image] Aug 25 22:54:45.940 INFO O| Aug 25 22:54:45.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85942026-08-25T22:54:46.748Z[ recovery-image] Aug 25 22:54:45.940 INFO O| Aug 25 22:54:45.940 INFO STEP 1081 (remove_files) COMPLETE
85952026-08-25T22:54:46.748Z[ recovery-image] Aug 25 22:54:45.940 INFO O| Aug 25 22:54:45.940 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-25T22:54:46.759Z[ recovery-image] Aug 25 22:54:45.952 INFO O| Aug 25 22:54:45.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85972026-08-25T22:54:46.760Z[ recovery-image] Aug 25 22:54:45.952 INFO O| Aug 25 22:54:45.952 INFO STEP 1082 (remove_files) COMPLETE
85982026-08-25T22:54:46.763Z[ recovery-image] Aug 25 22:54:45.952 INFO O| Aug 25 22:54:45.952 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-25T22:54:46.771Z[ recovery-image] Aug 25 22:54:45.962 INFO O| Aug 25 22:54:45.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86002026-08-25T22:54:46.771Z[ recovery-image] Aug 25 22:54:45.962 INFO O| Aug 25 22:54:45.962 INFO STEP 1083 (remove_files) COMPLETE
86012026-08-25T22:54:46.775Z[ recovery-image] Aug 25 22:54:45.962 INFO O| Aug 25 22:54:45.962 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-25T22:54:46.779Z[ recovery-image] Aug 25 22:54:45.972 INFO O| Aug 25 22:54:45.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86032026-08-25T22:54:46.779Z[ recovery-image] Aug 25 22:54:45.972 INFO O| Aug 25 22:54:45.972 INFO STEP 1084 (remove_files) COMPLETE
86042026-08-25T22:54:46.783Z[ recovery-image] Aug 25 22:54:45.972 INFO O| Aug 25 22:54:45.972 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-25T22:54:46.790Z[ recovery-image] Aug 25 22:54:45.982 INFO O| Aug 25 22:54:45.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86062026-08-25T22:54:46.790Z[ recovery-image] Aug 25 22:54:45.982 INFO O| Aug 25 22:54:45.982 INFO STEP 1085 (remove_files) COMPLETE
86072026-08-25T22:54:46.790Z[ recovery-image] Aug 25 22:54:45.982 INFO O| Aug 25 22:54:45.982 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-25T22:54:46.800Z[ recovery-image] Aug 25 22:54:45.993 INFO O| Aug 25 22:54:45.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86092026-08-25T22:54:46.800Z[ recovery-image] Aug 25 22:54:45.993 INFO O| Aug 25 22:54:45.993 INFO STEP 1086 (remove_files) COMPLETE
86102026-08-25T22:54:46.800Z[ recovery-image] Aug 25 22:54:45.993 INFO O| Aug 25 22:54:45.993 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-25T22:54:46.804Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86122026-08-25T22:54:46.811Z[ recovery-image] Aug 25 22:54:46.003 INFO O| Aug 25 22:54:46.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86132026-08-25T22:54:46.811Z[ recovery-image] Aug 25 22:54:46.003 INFO O| Aug 25 22:54:46.003 INFO STEP 1087 (remove_files) COMPLETE
86142026-08-25T22:54:46.814Z[ recovery-image] Aug 25 22:54:46.003 INFO O| Aug 25 22:54:46.003 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-25T22:54:46.821Z[ recovery-image] Aug 25 22:54:46.013 INFO O| Aug 25 22:54:46.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86162026-08-25T22:54:46.821Z[ recovery-image] Aug 25 22:54:46.013 INFO O| Aug 25 22:54:46.013 INFO STEP 1088 (remove_files) COMPLETE
86172026-08-25T22:54:46.821Z[ recovery-image] Aug 25 22:54:46.013 INFO O| Aug 25 22:54:46.013 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-25T22:54:46.830Z[ recovery-image] Aug 25 22:54:46.022 INFO O| Aug 25 22:54:46.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86192026-08-25T22:54:46.830Z[ recovery-image] Aug 25 22:54:46.022 INFO O| Aug 25 22:54:46.022 INFO STEP 1089 (remove_files) COMPLETE
86202026-08-25T22:54:46.833Z[ recovery-image] Aug 25 22:54:46.022 INFO O| Aug 25 22:54:46.022 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-25T22:54:46.841Z[ recovery-image] Aug 25 22:54:46.033 INFO O| Aug 25 22:54:46.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86222026-08-25T22:54:46.841Z[ recovery-image] Aug 25 22:54:46.034 INFO O| Aug 25 22:54:46.034 INFO STEP 1090 (remove_files) COMPLETE
86232026-08-25T22:54:46.841Z[ recovery-image] Aug 25 22:54:46.034 INFO O| Aug 25 22:54:46.034 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-25T22:54:46.851Z[ recovery-image] Aug 25 22:54:46.043 INFO O| Aug 25 22:54:46.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86252026-08-25T22:54:46.851Z[ recovery-image] Aug 25 22:54:46.043 INFO O| Aug 25 22:54:46.043 INFO STEP 1091 (remove_files) COMPLETE
86262026-08-25T22:54:46.854Z[ recovery-image] Aug 25 22:54:46.043 INFO O| Aug 25 22:54:46.043 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-25T22:54:46.859Z[ recovery-image] Aug 25 22:54:46.052 INFO O| Aug 25 22:54:46.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86282026-08-25T22:54:46.859Z[ recovery-image] Aug 25 22:54:46.052 INFO O| Aug 25 22:54:46.052 INFO STEP 1092 (remove_files) COMPLETE
86292026-08-25T22:54:46.859Z[ recovery-image] Aug 25 22:54:46.052 INFO O| Aug 25 22:54:46.052 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-25T22:54:46.871Z[ recovery-image] Aug 25 22:54:46.064 INFO O| Aug 25 22:54:46.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86312026-08-25T22:54:46.872Z[ recovery-image] Aug 25 22:54:46.064 INFO O| Aug 25 22:54:46.064 INFO STEP 1093 (remove_files) COMPLETE
86322026-08-25T22:54:46.872Z[ recovery-image] Aug 25 22:54:46.064 INFO O| Aug 25 22:54:46.064 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-25T22:54:46.882Z[ recovery-image] Aug 25 22:54:46.075 INFO O| Aug 25 22:54:46.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86342026-08-25T22:54:46.882Z[ recovery-image] Aug 25 22:54:46.075 INFO O| Aug 25 22:54:46.075 INFO STEP 1094 (remove_files) COMPLETE
86352026-08-25T22:54:46.882Z[ recovery-image] Aug 25 22:54:46.075 INFO O| Aug 25 22:54:46.075 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-25T22:54:46.892Z[ recovery-image] Aug 25 22:54:46.084 INFO O| Aug 25 22:54:46.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86372026-08-25T22:54:46.892Z[ recovery-image] Aug 25 22:54:46.084 INFO O| Aug 25 22:54:46.084 INFO STEP 1095 (remove_files) COMPLETE
86382026-08-25T22:54:46.896Z[ recovery-image] Aug 25 22:54:46.084 INFO O| Aug 25 22:54:46.084 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-25T22:54:46.902Z[ recovery-image] Aug 25 22:54:46.094 INFO O| Aug 25 22:54:46.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86402026-08-25T22:54:46.902Z[ recovery-image] Aug 25 22:54:46.094 INFO O| Aug 25 22:54:46.094 INFO STEP 1096 (remove_files) COMPLETE
86412026-08-25T22:54:46.902Z[ recovery-image] Aug 25 22:54:46.094 INFO O| Aug 25 22:54:46.094 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-25T22:54:46.913Z[ recovery-image] Aug 25 22:54:46.103 INFO O| Aug 25 22:54:46.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86432026-08-25T22:54:46.913Z[ recovery-image] Aug 25 22:54:46.103 INFO O| Aug 25 22:54:46.103 INFO STEP 1097 (remove_files) COMPLETE
86442026-08-25T22:54:46.913Z[ recovery-image] Aug 25 22:54:46.103 INFO O| Aug 25 22:54:46.103 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-25T22:54:46.919Z[ recovery-image] Aug 25 22:54:46.111 INFO O| Aug 25 22:54:46.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86462026-08-25T22:54:46.919Z[ recovery-image] Aug 25 22:54:46.111 INFO O| Aug 25 22:54:46.111 INFO STEP 1098 (remove_files) COMPLETE
86472026-08-25T22:54:46.923Z[ recovery-image] Aug 25 22:54:46.111 INFO O| Aug 25 22:54:46.111 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-25T22:54:46.929Z[ recovery-image] Aug 25 22:54:46.121 INFO O| Aug 25 22:54:46.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86492026-08-25T22:54:46.929Z[ recovery-image] Aug 25 22:54:46.121 INFO O| Aug 25 22:54:46.121 INFO STEP 1099 (remove_files) COMPLETE
86502026-08-25T22:54:46.929Z[ recovery-image] Aug 25 22:54:46.121 INFO O| Aug 25 22:54:46.121 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-25T22:54:46.938Z[ recovery-image] Aug 25 22:54:46.130 INFO O| Aug 25 22:54:46.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86522026-08-25T22:54:46.938Z[ recovery-image] Aug 25 22:54:46.130 INFO O| Aug 25 22:54:46.130 INFO STEP 1100 (remove_files) COMPLETE
86532026-08-25T22:54:46.938Z[ recovery-image] Aug 25 22:54:46.130 INFO O| Aug 25 22:54:46.130 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-25T22:54:46.946Z[ recovery-image] Aug 25 22:54:46.139 INFO O| Aug 25 22:54:46.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86552026-08-25T22:54:46.946Z[ recovery-image] Aug 25 22:54:46.139 INFO O| Aug 25 22:54:46.139 INFO STEP 1101 (remove_files) COMPLETE
86562026-08-25T22:54:46.950Z[ recovery-image] Aug 25 22:54:46.139 INFO O| Aug 25 22:54:46.139 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-25T22:54:46.972Z[ recovery-image] Aug 25 22:54:46.154 INFO O| Aug 25 22:54:46.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86582026-08-25T22:54:46.972Z[ recovery-image] Aug 25 22:54:46.154 INFO O| Aug 25 22:54:46.148 INFO STEP 1102 (remove_files) COMPLETE
86592026-08-25T22:54:46.972Z[ recovery-image] Aug 25 22:54:46.154 INFO O| Aug 25 22:54:46.148 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-25T22:54:46.972Z[ recovery-image] Aug 25 22:54:46.158 INFO O| Aug 25 22:54:46.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86612026-08-25T22:54:46.972Z[ recovery-image] Aug 25 22:54:46.158 INFO O| Aug 25 22:54:46.158 INFO STEP 1103 (remove_files) COMPLETE
86622026-08-25T22:54:46.972Z[ recovery-image] Aug 25 22:54:46.158 INFO O| Aug 25 22:54:46.158 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-25T22:54:46.977Z[ recovery-image] Aug 25 22:54:46.167 INFO O| Aug 25 22:54:46.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86642026-08-25T22:54:46.977Z[ recovery-image] Aug 25 22:54:46.167 INFO O| Aug 25 22:54:46.167 INFO STEP 1104 (remove_files) COMPLETE
86652026-08-25T22:54:46.977Z[ recovery-image] Aug 25 22:54:46.167 INFO O| Aug 25 22:54:46.167 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-25T22:54:46.983Z[ recovery-image] Aug 25 22:54:46.175 INFO O| Aug 25 22:54:46.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86672026-08-25T22:54:46.983Z[ recovery-image] Aug 25 22:54:46.175 INFO O| Aug 25 22:54:46.175 INFO STEP 1105 (remove_files) COMPLETE
86682026-08-25T22:54:46.983Z[ recovery-image] Aug 25 22:54:46.175 INFO O| Aug 25 22:54:46.175 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-25T22:54:46.991Z[ recovery-image] Aug 25 22:54:46.183 INFO O| Aug 25 22:54:46.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86702026-08-25T22:54:46.991Z[ recovery-image] Aug 25 22:54:46.183 INFO O| Aug 25 22:54:46.183 INFO STEP 1106 (remove_files) COMPLETE
86712026-08-25T22:54:46.991Z[ recovery-image] Aug 25 22:54:46.183 INFO O| Aug 25 22:54:46.183 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-25T22:54:46.998Z[ recovery-image] Aug 25 22:54:46.190 INFO O| Aug 25 22:54:46.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86732026-08-25T22:54:46.998Z[ recovery-image] Aug 25 22:54:46.190 INFO O| Aug 25 22:54:46.190 INFO STEP 1107 (remove_files) COMPLETE
86742026-08-25T22:54:47.001Z[ recovery-image] Aug 25 22:54:46.190 INFO O| Aug 25 22:54:46.190 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-08-25T22:54:47.006Z[ recovery-image] Aug 25 22:54:46.198 INFO O| Aug 25 22:54:46.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86762026-08-25T22:54:47.006Z[ recovery-image] Aug 25 22:54:46.198 INFO O| Aug 25 22:54:46.198 INFO STEP 1108 (remove_files) COMPLETE
86772026-08-25T22:54:47.009Z[ recovery-image] Aug 25 22:54:46.198 INFO O| Aug 25 22:54:46.198 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-08-25T22:54:47.013Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86792026-08-25T22:54:47.017Z[ recovery-image] Aug 25 22:54:46.209 INFO O| Aug 25 22:54:46.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86802026-08-25T22:54:47.017Z[ recovery-image] Aug 25 22:54:46.209 INFO O| Aug 25 22:54:46.209 INFO STEP 1109 (remove_files) COMPLETE
86812026-08-25T22:54:47.020Z[ recovery-image] Aug 25 22:54:46.209 INFO O| Aug 25 22:54:46.209 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-08-25T22:54:47.027Z[ recovery-image] Aug 25 22:54:46.219 INFO O| Aug 25 22:54:46.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86832026-08-25T22:54:47.027Z[ recovery-image] Aug 25 22:54:46.219 INFO O| Aug 25 22:54:46.219 INFO STEP 1110 (remove_files) COMPLETE
86842026-08-25T22:54:47.030Z[ recovery-image] Aug 25 22:54:46.219 INFO O| Aug 25 22:54:46.219 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-08-25T22:54:47.036Z[ recovery-image] Aug 25 22:54:46.229 INFO O| Aug 25 22:54:46.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86862026-08-25T22:54:47.036Z[ recovery-image] Aug 25 22:54:46.229 INFO O| Aug 25 22:54:46.229 INFO STEP 1111 (remove_files) COMPLETE
86872026-08-25T22:54:47.036Z[ recovery-image] Aug 25 22:54:46.229 INFO O| Aug 25 22:54:46.229 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-08-25T22:54:47.048Z[ recovery-image] Aug 25 22:54:46.240 INFO O| Aug 25 22:54:46.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86892026-08-25T22:54:47.048Z[ recovery-image] Aug 25 22:54:46.240 INFO O| Aug 25 22:54:46.240 INFO STEP 1112 (remove_files) COMPLETE
86902026-08-25T22:54:47.048Z[ recovery-image] Aug 25 22:54:46.240 INFO O| Aug 25 22:54:46.240 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-08-25T22:54:47.057Z[ recovery-image] Aug 25 22:54:46.250 INFO O| Aug 25 22:54:46.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86922026-08-25T22:54:47.058Z[ recovery-image] Aug 25 22:54:46.250 INFO O| Aug 25 22:54:46.250 INFO STEP 1113 (remove_files) COMPLETE
86932026-08-25T22:54:47.058Z[ recovery-image] Aug 25 22:54:46.250 INFO O| Aug 25 22:54:46.250 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-08-25T22:54:47.069Z[ recovery-image] Aug 25 22:54:46.261 INFO O| Aug 25 22:54:46.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86952026-08-25T22:54:47.069Z[ recovery-image] Aug 25 22:54:46.261 INFO O| Aug 25 22:54:46.261 INFO STEP 1114 (remove_files) COMPLETE
86962026-08-25T22:54:47.069Z[ recovery-image] Aug 25 22:54:46.261 INFO O| Aug 25 22:54:46.261 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-08-25T22:54:47.079Z[ recovery-image] Aug 25 22:54:46.271 INFO O| Aug 25 22:54:46.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86982026-08-25T22:54:47.079Z[ recovery-image] Aug 25 22:54:46.271 INFO O| Aug 25 22:54:46.271 INFO STEP 1115 (remove_files) COMPLETE
86992026-08-25T22:54:47.079Z[ recovery-image] Aug 25 22:54:46.271 INFO O| Aug 25 22:54:46.271 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-08-25T22:54:47.088Z[ recovery-image] Aug 25 22:54:46.280 INFO O| Aug 25 22:54:46.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87012026-08-25T22:54:47.088Z[ recovery-image] Aug 25 22:54:46.281 INFO O| Aug 25 22:54:46.281 INFO STEP 1116 (remove_files) COMPLETE
87022026-08-25T22:54:47.089Z[ recovery-image] Aug 25 22:54:46.281 INFO O| Aug 25 22:54:46.281 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-08-25T22:54:47.099Z[ recovery-image] Aug 25 22:54:46.291 INFO O| Aug 25 22:54:46.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87042026-08-25T22:54:47.099Z[ recovery-image] Aug 25 22:54:46.291 INFO O| Aug 25 22:54:46.291 INFO STEP 1117 (remove_files) COMPLETE
87052026-08-25T22:54:47.099Z[ recovery-image] Aug 25 22:54:46.291 INFO O| Aug 25 22:54:46.291 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87062026-08-25T22:54:47.114Z[ recovery-image] Aug 25 22:54:46.306 INFO O| Aug 25 22:54:46.306 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87072026-08-25T22:54:47.114Z[ recovery-image] Aug 25 22:54:46.306 INFO O| Aug 25 22:54:46.306 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87082026-08-25T22:54:47.146Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87092026-08-25T22:54:47.309Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87102026-08-25T22:54:47.431Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87112026-08-25T22:54:47.470Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87122026-08-25T22:54:47.609Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87132026-08-25T22:54:47.715Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87142026-08-25T22:54:47.775Z[verify-libraries] Compiling drift v0.2.0
87152026-08-25T22:54:47.801Z[verify-libraries] Compiling uzers v0.12.2
87162026-08-25T22:54:47.920Z[ recovery-image] Aug 25 22:54:47.111 INFO O| Aug 25 22:54:47.111 INFO STEP 1118 (pack_tar) COMPLETE
87172026-08-25T22:54:47.920Z[ recovery-image] Aug 25 22:54:47.111 INFO O| Aug 25 22:54:47.111 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87182026-08-25T22:54:47.923Z[ recovery-image] Aug 25 22:54:47.111 INFO O| Aug 25 22:54:47.111 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87192026-08-25T22:54:47.976Z[verify-libraries] Compiling parse-size v1.1.0
87202026-08-25T22:54:48.331Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87212026-08-25T22:54:48.623Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87222026-08-25T22:54:48.960Z[ recovery-image] Aug 25 22:54:48.152 INFO O| Aug 25 22:54:48.152 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87232026-08-25T22:54:49.224Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87242026-08-25T22:54:49.283Z[ recovery-image] Aug 25 22:54:48.475 INFO O| Aug 25 22:54:48.475 INFO completed processing sled/ramdisk-03-recovery-trim
87252026-08-25T22:54:49.286Z[ recovery-image] Aug 25 22:54:48.478 INFO image builder template: zfs-recovery...
87262026-08-25T22:54:49.286Z[ recovery-image] Aug 25 22:54:48.478 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/.tmpjS1e7R/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
87272026-08-25T22:54:49.313Z[ recovery-image] Aug 25 22:54:48.505 INFO O| Aug 25 22:54:48.505 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87282026-08-25T22:54:49.317Z[ recovery-image] Aug 25 22:54:48.509 INFO O| Aug 25 22:54:48.509 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87292026-08-25T22:54:49.453Z[ recovery-image] Aug 25 22:54:48.645 INFO O| Aug 25 22:54:48.645 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87302026-08-25T22:54:49.511Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87312026-08-25T22:54:49.531Z[ recovery-image] Aug 25 22:54:48.723 INFO O| Aug 25 22:54:48.723 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87322026-08-25T22:54:49.531Z[ recovery-image] Aug 25 22:54:48.723 INFO O| Aug 25 22:54:48.723 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87332026-08-25T22:54:49.535Z[ recovery-image] Aug 25 22:54:48.727 INFO O| Aug 25 22:54:48.727 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87342026-08-25T22:54:49.582Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87352026-08-25T22:54:49.629Z[ recovery-image] Aug 25 22:54:48.821 INFO O| Aug 25 22:54:48.821 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87362026-08-25T22:54:49.684Z[ recovery-image] Aug 25 22:54:48.876 INFO O| Aug 25 22:54:48.875 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87372026-08-25T22:54:49.692Z[ recovery-image] Aug 25 22:54:48.884 INFO O| Aug 25 22:54:48.884 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87382026-08-25T22:54:49.695Z[ recovery-image] Aug 25 22:54:48.888 INFO O| Aug 25 22:54:48.888 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87392026-08-25T22:54:49.699Z[ recovery-image] Aug 25 22:54:48.889 INFO O| Aug 25 22:54:48.889 INFO no lofi found
87402026-08-25T22:54:49.699Z[ recovery-image] Aug 25 22:54:48.889 INFO O| Aug 25 22:54:48.889 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87412026-08-25T22:54:49.699Z[ recovery-image] Aug 25 22:54:48.889 INFO O| Aug 25 22:54:48.889 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87422026-08-25T22:54:50.317Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87432026-08-25T22:54:50.816Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87442026-08-25T22:54:51.309Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87452026-08-25T22:54:51.809Z[ recovery-image] Aug 25 22:54:51.001 INFO O| Aug 25 22:54:51.001 INFO lofi device = /dev/dsk/c2t1d0p0
87462026-08-25T22:54:51.809Z[ recovery-image] Aug 25 22:54:51.001 INFO O| Aug 25 22:54:51.001 INFO pool device = /dev/dsk/c2t1d0p0
87472026-08-25T22:54:51.812Z[ recovery-image] Aug 25 22:54:51.001 INFO O| Aug 25 22:54:51.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87482026-08-25T22:54:51.990Z[ recovery-image] Aug 25 22:54:51.182 INFO O| Aug 25 22:54:51.181 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87492026-08-25T22:54:51.990Z[ recovery-image] Aug 25 22:54:51.182 INFO O| Aug 25 22:54:51.181 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87502026-08-25T22:54:52.017Z[ recovery-image] Aug 25 22:54:51.208 INFO O| Aug 25 22:54:51.208 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87512026-08-25T22:54:52.125Z[ recovery-image] Aug 25 22:54:51.317 INFO O| Aug 25 22:54:51.317 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87522026-08-25T22:54:52.160Z[ recovery-image] Aug 25 22:54:51.352 INFO O| Aug 25 22:54:51.352 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87532026-08-25T22:54:52.180Z[ recovery-image] Aug 25 22:54:51.372 INFO O| Aug 25 22:54:51.372 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87542026-08-25T22:54:52.197Z[ recovery-image] Aug 25 22:54:51.389 INFO O| Aug 25 22:54:51.389 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87552026-08-25T22:54:52.239Z[ recovery-image] Aug 25 22:54:51.432 INFO O| Aug 25 22:54:51.431 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87562026-08-25T22:54:52.240Z[ recovery-image] Aug 25 22:54:51.432 INFO O| Aug 25 22:54:51.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87572026-08-25T22:54:52.240Z[ recovery-image] Aug 25 22:54:51.432 INFO O| Aug 25 22:54:51.432 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87582026-08-25T22:54:52.250Z[ recovery-image] Aug 25 22:54:51.442 INFO O| Aug 25 22:54:51.442 INFO boot environment UUID: 10318139-2cd4-4277-bbad-3cb916ae4f18
87592026-08-25T22:54:52.250Z[ recovery-image] Aug 25 22:54:51.442 INFO O| Aug 25 22:54:51.442 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 10318139-2cd4-4277-bbad-3cb916ae4f18
87602026-08-25T22:54:52.267Z[ recovery-image] Aug 25 22:54:51.459 INFO O| Aug 25 22:54:51.459 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87612026-08-25T22:54:52.285Z[ recovery-image] Aug 25 22:54:51.477 INFO O| Aug 25 22:54:51.477 INFO STEP 0 (create_be) COMPLETE
87622026-08-25T22:54:52.285Z[ recovery-image] Aug 25 22:54:51.478 INFO O| Aug 25 22:54:51.477 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87632026-08-25T22:54:52.302Z[ recovery-image] Aug 25 22:54:51.494 INFO O| Aug 25 22:54:51.494 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"]
87642026-08-25T22:54:52.658Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87652026-08-25T22:54:53.858Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87662026-08-25T22:54:53.986Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87672026-08-25T22:54:54.361Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87682026-08-25T22:54:54.406Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87692026-08-25T22:54:54.947Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87702026-08-25T22:54:54.993Z[verify-libraries] Compiling multimap v0.10.1
87712026-08-25T22:54:55.256Z[verify-libraries] Compiling termios v0.3.3
87722026-08-25T22:54:55.549Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87732026-08-25T22:54:59.007Z[verify-libraries] Compiling polar-core v0.27.3
87742026-08-25T22:55:01.023Z[ recovery-image] Aug 25 22:55:00.214 INFO O| Aug 25 22:55:00.214 INFO STEP 1 (unpack_tar) COMPLETE
87752026-08-25T22:55:01.023Z[ recovery-image] Aug 25 22:55:00.214 INFO O| Aug 25 22:55:00.214 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-25T22:55:01.034Z[ recovery-image] Aug 25 22:55:00.226 INFO O| Aug 25 22:55:00.225 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87772026-08-25T22:55:02.332Z[ recovery-image] Aug 25 22:55:01.524 INFO O| Aug 25 22:55:01.524 INFO STEP 2 (devfsadm) COMPLETE
87782026-08-25T22:55:02.332Z[ recovery-image] Aug 25 22:55:01.524 INFO O| Aug 25 22:55:01.524 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-25T22:55:02.352Z[ recovery-image] Aug 25 22:55:01.544 INFO O| Aug 25 22:55:01.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87802026-08-25T22:55:02.352Z[ recovery-image] Aug 25 22:55:01.544 INFO O| Aug 25 22:55:01.543 INFO STEP 3 (ensure_dir) COMPLETE
87812026-08-25T22:55:02.352Z[ recovery-image] Aug 25 22:55:01.544 INFO O| Aug 25 22:55:01.543 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-25T22:55:02.371Z[ recovery-image] Aug 25 22:55:01.554 INFO O| Aug 25 22:55:01.554 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87832026-08-25T22:55:02.374Z[ recovery-image] Aug 25 22:55:01.554 INFO O| Aug 25 22:55:01.554 INFO STEP 4 (ensure_dir) COMPLETE
87842026-08-25T22:55:02.375Z[ recovery-image] Aug 25 22:55:01.554 INFO O| Aug 25 22:55:01.554 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-25T22:55:02.375Z[ recovery-image] Aug 25 22:55:01.564 INFO O| Aug 25 22:55:01.564 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87862026-08-25T22:55:02.375Z[ recovery-image] Aug 25 22:55:01.564 INFO O| Aug 25 22:55:01.564 INFO STEP 5 (ensure_dir) COMPLETE
87872026-08-25T22:55:02.375Z[ recovery-image] Aug 25 22:55:01.564 INFO O| Aug 25 22:55:01.564 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-25T22:55:02.381Z[ recovery-image] Aug 25 22:55:01.574 INFO O| Aug 25 22:55:01.573 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87892026-08-25T22:55:02.381Z[ recovery-image] Aug 25 22:55:01.574 INFO O| Aug 25 22:55:01.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87902026-08-25T22:55:02.381Z[ recovery-image] Aug 25 22:55:01.574 INFO O| Aug 25 22:55:01.574 INFO STEP 6 (ensure_dir) COMPLETE
87912026-08-25T22:55:02.381Z[ recovery-image] Aug 25 22:55:01.574 INFO O| Aug 25 22:55:01.574 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-08-25T22:55:02.391Z[ recovery-image] Aug 25 22:55:01.583 INFO O| Aug 25 22:55:01.583 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87932026-08-25T22:55:02.391Z[ recovery-image] Aug 25 22:55:01.583 INFO O| Aug 25 22:55:01.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87942026-08-25T22:55:02.391Z[ recovery-image] Aug 25 22:55:01.583 INFO O| Aug 25 22:55:01.583 INFO STEP 7 (ensure_dir) COMPLETE
87952026-08-25T22:55:02.395Z[ recovery-image] Aug 25 22:55:01.583 INFO O| Aug 25 22:55:01.583 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962026-08-25T22:55:02.402Z[ recovery-image] Aug 25 22:55:01.595 INFO O| Aug 25 22:55:01.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87972026-08-25T22:55:02.406Z[ recovery-image] Aug 25 22:55:01.595 INFO O| Aug 25 22:55:01.595 INFO STEP 8 (remove_files) COMPLETE
87982026-08-25T22:55:02.406Z[ recovery-image] Aug 25 22:55:01.595 INFO O| Aug 25 22:55:01.595 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-08-25T22:55:02.426Z[ recovery-image] Aug 25 22:55:01.606 INFO O| Aug 25 22:55:01.606 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88002026-08-25T22:55:02.426Z[ recovery-image] Aug 25 22:55:01.607 INFO O| Aug 25 22:55:01.607 INFO STEP 9 (remove_files) COMPLETE
88012026-08-25T22:55:02.426Z[ recovery-image] Aug 25 22:55:01.607 INFO O| Aug 25 22:55:01.607 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-08-25T22:55:02.430Z[ recovery-image] Aug 25 22:55:01.619 INFO O| Aug 25 22:55:01.619 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88032026-08-25T22:55:02.430Z[ recovery-image] Aug 25 22:55:01.619 INFO O| Aug 25 22:55:01.619 INFO STEP 10 (remove_files) COMPLETE
88042026-08-25T22:55:02.430Z[ recovery-image] Aug 25 22:55:01.619 INFO O| Aug 25 22:55:01.619 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-08-25T22:55:02.450Z[ recovery-image] Aug 25 22:55:01.643 INFO O| Aug 25 22:55:01.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88062026-08-25T22:55:02.451Z[ recovery-image] Aug 25 22:55:01.643 INFO O| Aug 25 22:55:01.630 INFO STEP 11 (remove_files) COMPLETE
88072026-08-25T22:55:02.451Z[ recovery-image] Aug 25 22:55:01.643 INFO O| Aug 25 22:55:01.630 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-08-25T22:55:02.454Z[ recovery-image] Aug 25 22:55:01.643 INFO O| Aug 25 22:55:01.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88092026-08-25T22:55:02.454Z[ recovery-image] Aug 25 22:55:01.643 INFO O| Aug 25 22:55:01.641 INFO STEP 12 (remove_files) COMPLETE
88102026-08-25T22:55:02.454Z[ recovery-image] Aug 25 22:55:01.643 INFO O| Aug 25 22:55:01.641 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-08-25T22:55:02.461Z[ recovery-image] Aug 25 22:55:01.653 INFO O| Aug 25 22:55:01.651 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88122026-08-25T22:55:02.461Z[ recovery-image] Aug 25 22:55:01.653 INFO O| Aug 25 22:55:01.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88132026-08-25T22:55:02.461Z[ recovery-image] Aug 25 22:55:01.653 INFO O| Aug 25 22:55:01.651 INFO STEP 13 (ensure_dir) COMPLETE
88142026-08-25T22:55:02.465Z[ recovery-image] Aug 25 22:55:01.653 INFO O| Aug 25 22:55:01.651 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-08-25T22:55:02.469Z[ recovery-image] Aug 25 22:55:01.661 INFO O| Aug 25 22:55:01.661 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88162026-08-25T22:55:02.469Z[ recovery-image] Aug 25 22:55:01.661 INFO O| Aug 25 22:55:01.661 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88172026-08-25T22:55:02.469Z[ recovery-image] Aug 25 22:55:01.661 INFO O| Aug 25 22:55:01.661 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88182026-08-25T22:55:02.473Z[ recovery-image] Aug 25 22:55:01.661 INFO O| Aug 25 22:55:01.661 INFO STEP 14 (ensure_dir) COMPLETE
88192026-08-25T22:55:02.473Z[ recovery-image] Aug 25 22:55:01.661 INFO O| Aug 25 22:55:01.661 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-08-25T22:55:02.478Z[ recovery-image] Aug 25 22:55:01.671 INFO O| Aug 25 22:55:01.670 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88212026-08-25T22:55:02.478Z[ recovery-image] Aug 25 22:55:01.671 INFO O| Aug 25 22:55:01.671 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88222026-08-25T22:55:02.478Z[ recovery-image] Aug 25 22:55:01.671 INFO O| Aug 25 22:55:01.671 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88232026-08-25T22:55:02.482Z[ recovery-image] Aug 25 22:55:01.671 INFO O| Aug 25 22:55:01.671 INFO STEP 15 (ensure_dir) COMPLETE
88242026-08-25T22:55:02.482Z[ recovery-image] Aug 25 22:55:01.671 INFO O| Aug 25 22:55:01.671 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252026-08-25T22:55:02.490Z[ recovery-image] Aug 25 22:55:01.682 INFO O| Aug 25 22:55:01.682 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88262026-08-25T22:55:02.490Z[ recovery-image] Aug 25 22:55:01.682 INFO O| Aug 25 22:55:01.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88272026-08-25T22:55:02.493Z[ recovery-image] Aug 25 22:55:01.682 INFO O| Aug 25 22:55:01.682 INFO STEP 16 (ensure_dir) COMPLETE
88282026-08-25T22:55:02.494Z[ recovery-image] Aug 25 22:55:01.682 INFO O| Aug 25 22:55:01.682 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292026-08-25T22:55:02.500Z[ recovery-image] Aug 25 22:55:01.693 INFO O| Aug 25 22:55:01.693 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88302026-08-25T22:55:02.501Z[ recovery-image] Aug 25 22:55:01.693 INFO O| Aug 25 22:55:01.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88312026-08-25T22:55:02.504Z[ recovery-image] Aug 25 22:55:01.693 INFO O| Aug 25 22:55:01.693 INFO STEP 17 (ensure_dir) COMPLETE
88322026-08-25T22:55:02.504Z[ recovery-image] Aug 25 22:55:01.693 INFO O| Aug 25 22:55:01.693 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332026-08-25T22:55:02.511Z[ recovery-image] Aug 25 22:55:01.703 INFO O| Aug 25 22:55:01.703 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88342026-08-25T22:55:02.511Z[ recovery-image] Aug 25 22:55:01.703 INFO O| Aug 25 22:55:01.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88352026-08-25T22:55:02.511Z[ recovery-image] Aug 25 22:55:01.703 INFO O| Aug 25 22:55:01.703 INFO ok!
88362026-08-25T22:55:02.514Z[ recovery-image] Aug 25 22:55:01.703 INFO O| Aug 25 22:55:01.703 INFO STEP 18 (ensure_symlink) COMPLETE
88372026-08-25T22:55:02.515Z[ recovery-image] Aug 25 22:55:01.703 INFO O| Aug 25 22:55:01.703 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88382026-08-25T22:55:02.523Z[ recovery-image] Aug 25 22:55:01.715 INFO O| Aug 25 22:55:01.715 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88392026-08-25T22:55:02.523Z[ recovery-image] Aug 25 22:55:01.715 INFO O| Aug 25 22:55:01.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88402026-08-25T22:55:02.523Z[ recovery-image] Aug 25 22:55:01.715 INFO O| Aug 25 22:55:01.715 INFO ok!
88412026-08-25T22:55:02.526Z[ recovery-image] Aug 25 22:55:01.715 INFO O| Aug 25 22:55:01.715 INFO STEP 19 (ensure_file) COMPLETE
88422026-08-25T22:55:02.526Z[ recovery-image] Aug 25 22:55:01.715 INFO O| Aug 25 22:55:01.715 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432026-08-25T22:55:02.533Z[ recovery-image] Aug 25 22:55:01.725 INFO O| Aug 25 22:55:01.725 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88442026-08-25T22:55:02.533Z[ recovery-image] Aug 25 22:55:01.725 INFO O| Aug 25 22:55:01.725 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88452026-08-25T22:55:02.537Z[ recovery-image] Aug 25 22:55:01.725 INFO O| Aug 25 22:55:01.725 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88462026-08-25T22:55:02.537Z[ recovery-image] Aug 25 22:55:01.725 INFO O| Aug 25 22:55:01.725 INFO ok!
88472026-08-25T22:55:02.537Z[ recovery-image] Aug 25 22:55:01.725 INFO O| Aug 25 22:55:01.725 INFO STEP 20 (ensure_symlink) COMPLETE
88482026-08-25T22:55:02.537Z[ recovery-image] Aug 25 22:55:01.725 INFO O| Aug 25 22:55:01.725 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-08-25T22:55:02.544Z[ recovery-image] Aug 25 22:55:01.736 INFO O| Aug 25 22:55:01.736 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88502026-08-25T22:55:02.544Z[ recovery-image] Aug 25 22:55:01.736 INFO O| Aug 25 22:55:01.736 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88512026-08-25T22:55:02.547Z[ recovery-image] Aug 25 22:55:01.736 INFO O| Aug 25 22:55:01.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88522026-08-25T22:55:02.547Z[ recovery-image] Aug 25 22:55:01.736 INFO O| Aug 25 22:55:01.736 INFO ok!
88532026-08-25T22:55:02.548Z[ recovery-image] Aug 25 22:55:01.736 INFO O| Aug 25 22:55:01.736 INFO STEP 21 (ensure_symlink) COMPLETE
88542026-08-25T22:55:02.548Z[ recovery-image] Aug 25 22:55:01.736 INFO O| Aug 25 22:55:01.736 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-08-25T22:55:02.555Z[ recovery-image] Aug 25 22:55:01.746 INFO O| Aug 25 22:55:01.746 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88562026-08-25T22:55:02.555Z[ recovery-image] Aug 25 22:55:01.746 INFO O| Aug 25 22:55:01.746 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88572026-08-25T22:55:02.559Z[ recovery-image] Aug 25 22:55:01.746 INFO O| Aug 25 22:55:01.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88582026-08-25T22:55:02.559Z[ recovery-image] Aug 25 22:55:01.746 INFO O| Aug 25 22:55:01.746 INFO ok!
88592026-08-25T22:55:02.559Z[ recovery-image] Aug 25 22:55:01.746 INFO O| Aug 25 22:55:01.746 INFO STEP 22 (ensure_symlink) COMPLETE
88602026-08-25T22:55:02.559Z[ recovery-image] Aug 25 22:55:01.746 INFO O| Aug 25 22:55:01.746 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-08-25T22:55:02.564Z[ recovery-image] Aug 25 22:55:01.756 INFO O| Aug 25 22:55:01.756 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88622026-08-25T22:55:02.564Z[ recovery-image] Aug 25 22:55:01.756 INFO O| Aug 25 22:55:01.756 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88632026-08-25T22:55:02.567Z[ recovery-image] Aug 25 22:55:01.756 INFO O| Aug 25 22:55:01.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88642026-08-25T22:55:02.567Z[ recovery-image] Aug 25 22:55:01.756 INFO O| Aug 25 22:55:01.756 INFO ok!
88652026-08-25T22:55:02.567Z[ recovery-image] Aug 25 22:55:01.756 INFO O| Aug 25 22:55:01.756 INFO STEP 23 (ensure_symlink) COMPLETE
88662026-08-25T22:55:02.567Z[ recovery-image] Aug 25 22:55:01.756 INFO O| Aug 25 22:55:01.756 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-08-25T22:55:02.574Z[ recovery-image] Aug 25 22:55:01.767 INFO O| Aug 25 22:55:01.766 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88682026-08-25T22:55:02.574Z[ recovery-image] Aug 25 22:55:01.767 INFO O| Aug 25 22:55:01.767 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 ...
88692026-08-25T22:55:02.579Z[ recovery-image] Aug 25 22:55:01.767 INFO O| Aug 25 22:55:01.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88702026-08-25T22:55:02.579Z[ recovery-image] Aug 25 22:55:01.767 INFO O| Aug 25 22:55:01.767 INFO ok!
88712026-08-25T22:55:02.579Z[ recovery-image] Aug 25 22:55:01.767 INFO O| Aug 25 22:55:01.767 INFO STEP 24 (ensure_file) COMPLETE
88722026-08-25T22:55:02.579Z[ recovery-image] Aug 25 22:55:01.767 INFO O| Aug 25 22:55:01.767 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-08-25T22:55:02.586Z[ recovery-image] Aug 25 22:55:01.777 INFO O| Aug 25 22:55:01.777 INFO updating shadow file
88742026-08-25T22:55:02.586Z[ recovery-image] Aug 25 22:55:01.777 INFO O| Aug 25 22:55:01.777 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88752026-08-25T22:55:02.586Z[ recovery-image] Aug 25 22:55:01.777 INFO O| Aug 25 22:55:01.777 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88762026-08-25T22:55:02.590Z[ recovery-image] Aug 25 22:55:01.777 INFO O| Aug 25 22:55:01.777 INFO STEP 25 (shadow) COMPLETE
88772026-08-25T22:55:02.590Z[ recovery-image] Aug 25 22:55:01.777 INFO O| Aug 25 22:55:01.777 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88782026-08-25T22:55:02.595Z[ recovery-image] Aug 25 22:55:01.787 INFO O| Aug 25 22:55:01.787 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88792026-08-25T22:55:02.595Z[ recovery-image] Aug 25 22:55:01.787 INFO O| Aug 25 22:55:01.787 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88802026-08-25T22:55:02.599Z[ recovery-image] Aug 25 22:55:01.787 INFO O| Aug 25 22:55:01.787 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88812026-08-25T22:55:02.599Z[ recovery-image] Aug 25 22:55:01.787 INFO O| Aug 25 22:55:01.787 INFO ok!
88822026-08-25T22:55:02.599Z[ recovery-image] Aug 25 22:55:01.787 INFO O| Aug 25 22:55:01.787 INFO STEP 26 (ensure_file) COMPLETE
88832026-08-25T22:55:02.599Z[ recovery-image] Aug 25 22:55:01.787 INFO O| Aug 25 22:55:01.787 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88842026-08-25T22:55:02.605Z[ recovery-image] Aug 25 22:55:01.797 INFO O| Aug 25 22:55:01.797 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88852026-08-25T22:55:02.605Z[ recovery-image] Aug 25 22:55:01.797 INFO O| Aug 25 22:55:01.797 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88862026-08-25T22:55:02.605Z[ recovery-image] Aug 25 22:55:01.797 INFO O| Aug 25 22:55:01.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88872026-08-25T22:55:02.605Z[ recovery-image] Aug 25 22:55:01.797 INFO O| Aug 25 22:55:01.797 INFO ok!
88882026-08-25T22:55:02.605Z[ recovery-image] Aug 25 22:55:01.797 INFO O| Aug 25 22:55:01.797 INFO STEP 27 (ensure_file) COMPLETE
88892026-08-25T22:55:02.608Z[ recovery-image] Aug 25 22:55:01.797 INFO O| Aug 25 22:55:01.797 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-08-25T22:55:02.615Z[ recovery-image] Aug 25 22:55:01.807 INFO O| Aug 25 22:55:01.807 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88912026-08-25T22:55:02.615Z[ recovery-image] Aug 25 22:55:01.808 INFO O| Aug 25 22:55:01.808 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88922026-08-25T22:55:02.615Z[ recovery-image] Aug 25 22:55:01.808 INFO O| Aug 25 22:55:01.808 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88932026-08-25T22:55:02.619Z[ recovery-image] Aug 25 22:55:01.808 INFO O| Aug 25 22:55:01.808 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88942026-08-25T22:55:02.619Z[ recovery-image] Aug 25 22:55:01.808 INFO O| Aug 25 22:55:01.808 INFO ok!
88952026-08-25T22:55:02.619Z[ recovery-image] Aug 25 22:55:01.808 INFO O| Aug 25 22:55:01.808 INFO STEP 28 (ensure_file) COMPLETE
88962026-08-25T22:55:02.619Z[ recovery-image] Aug 25 22:55:01.808 INFO O| Aug 25 22:55:01.808 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88972026-08-25T22:55:02.627Z[ recovery-image] Aug 25 22:55:01.818 INFO O| Aug 25 22:55:01.818 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88982026-08-25T22:55:02.627Z[ recovery-image] Aug 25 22:55:01.818 INFO O| Aug 25 22:55:01.818 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88992026-08-25T22:55:02.627Z[ recovery-image] Aug 25 22:55:01.818 INFO O| Aug 25 22:55:01.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89002026-08-25T22:55:02.627Z[ recovery-image] Aug 25 22:55:01.818 INFO O| Aug 25 22:55:01.818 INFO ok!
89012026-08-25T22:55:02.627Z[ recovery-image] Aug 25 22:55:01.818 INFO O| Aug 25 22:55:01.818 INFO STEP 29 (ensure_file) COMPLETE
89022026-08-25T22:55:02.631Z[ recovery-image] Aug 25 22:55:01.818 INFO O| Aug 25 22:55:01.818 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-08-25T22:55:02.636Z[ recovery-image] Aug 25 22:55:01.828 INFO O| Aug 25 22:55:01.828 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89042026-08-25T22:55:02.636Z[ recovery-image] Aug 25 22:55:01.828 INFO O| Aug 25 22:55:01.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89052026-08-25T22:55:02.639Z[ recovery-image] Aug 25 22:55:01.828 INFO O| Aug 25 22:55:01.828 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89062026-08-25T22:55:02.639Z[ recovery-image] Aug 25 22:55:01.828 INFO O| Aug 25 22:55:01.828 INFO STEP 30 (ensure_dir) COMPLETE
89072026-08-25T22:55:02.639Z[ recovery-image] Aug 25 22:55:01.828 INFO O| Aug 25 22:55:01.828 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89082026-08-25T22:55:02.647Z[ recovery-image] Aug 25 22:55:01.839 INFO O| Aug 25 22:55:01.839 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89092026-08-25T22:55:02.650Z[ recovery-image] Aug 25 22:55:01.839 INFO O| Aug 25 22:55:01.839 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 ...
89102026-08-25T22:55:02.650Z[ recovery-image] Aug 25 22:55:01.839 INFO O| Aug 25 22:55:01.839 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
89112026-08-25T22:55:02.650Z[ recovery-image] Aug 25 22:55:01.840 INFO O| Aug 25 22:55:01.839 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89122026-08-25T22:55:02.650Z[ recovery-image] Aug 25 22:55:01.840 INFO O| Aug 25 22:55:01.840 INFO ok!
89132026-08-25T22:55:02.650Z[ recovery-image] Aug 25 22:55:01.840 INFO O| Aug 25 22:55:01.840 INFO STEP 31 (ensure_file) COMPLETE
89142026-08-25T22:55:02.650Z[ recovery-image] Aug 25 22:55:01.840 INFO O| Aug 25 22:55:01.840 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152026-08-25T22:55:02.661Z[ recovery-image] Aug 25 22:55:01.850 INFO O| Aug 25 22:55:01.850 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89162026-08-25T22:55:02.661Z[ recovery-image] Aug 25 22:55:01.850 INFO O| Aug 25 22:55:01.850 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89172026-08-25T22:55:02.661Z[ recovery-image] Aug 25 22:55:01.850 INFO O| Aug 25 22:55:01.850 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89182026-08-25T22:55:02.661Z[ recovery-image] Aug 25 22:55:01.850 INFO O| Aug 25 22:55:01.850 INFO STEP 32 (ensure_dir) COMPLETE
89192026-08-25T22:55:02.661Z[ recovery-image] Aug 25 22:55:01.850 INFO O| Aug 25 22:55:01.850 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89202026-08-25T22:55:02.668Z[ recovery-image] Aug 25 22:55:01.861 INFO O| Aug 25 22:55:01.860 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89212026-08-25T22:55:02.668Z[ recovery-image] Aug 25 22:55:01.861 INFO O| Aug 25 22:55:01.860 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 ...
89222026-08-25T22:55:02.672Z[ recovery-image] Aug 25 22:55:01.861 INFO O| Aug 25 22:55:01.861 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
89232026-08-25T22:55:02.672Z[ recovery-image] Aug 25 22:55:01.861 INFO O| Aug 25 22:55:01.861 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89242026-08-25T22:55:02.672Z[ recovery-image] Aug 25 22:55:01.861 INFO O| Aug 25 22:55:01.861 INFO ok!
89252026-08-25T22:55:02.672Z[ recovery-image] Aug 25 22:55:01.861 INFO O| Aug 25 22:55:01.861 INFO STEP 33 (ensure_file) COMPLETE
89262026-08-25T22:55:02.672Z[ recovery-image] Aug 25 22:55:01.861 INFO O| Aug 25 22:55:01.861 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89272026-08-25T22:55:02.679Z[ recovery-image] Aug 25 22:55:01.871 INFO O| Aug 25 22:55:01.871 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89282026-08-25T22:55:02.679Z[ recovery-image] Aug 25 22:55:01.871 INFO O| Aug 25 22:55:01.871 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89292026-08-25T22:55:02.679Z[ recovery-image] Aug 25 22:55:01.871 INFO O| Aug 25 22:55:01.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89302026-08-25T22:55:02.679Z[ recovery-image] Aug 25 22:55:01.871 INFO O| Aug 25 22:55:01.871 INFO ok!
89312026-08-25T22:55:02.679Z[ recovery-image] Aug 25 22:55:01.871 INFO O| Aug 25 22:55:01.871 INFO STEP 34 (ensure_file) COMPLETE
89322026-08-25T22:55:02.679Z[ recovery-image] Aug 25 22:55:01.871 INFO O| Aug 25 22:55:01.871 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-25T22:55:02.695Z[ recovery-image] Aug 25 22:55:01.887 INFO O| Aug 25 22:55:01.887 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89342026-08-25T22:55:02.695Z[ recovery-image] Aug 25 22:55:01.887 INFO O| Aug 25 22:55:01.887 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89352026-08-25T22:55:02.698Z[ recovery-image] Aug 25 22:55:01.887 INFO O| Aug 25 22:55:01.887 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89362026-08-25T22:55:02.698Z[ recovery-image] Aug 25 22:55:01.887 INFO O| Aug 25 22:55:01.887 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89372026-08-25T22:55:02.698Z[ recovery-image] Aug 25 22:55:01.887 INFO O| Aug 25 22:55:01.887 INFO ok!
89382026-08-25T22:55:02.698Z[ recovery-image] Aug 25 22:55:01.887 INFO O| Aug 25 22:55:01.887 INFO STEP 35 (ensure_file) COMPLETE
89392026-08-25T22:55:02.699Z[ recovery-image] Aug 25 22:55:01.887 INFO O| Aug 25 22:55:01.887 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89402026-08-25T22:55:02.705Z[ recovery-image] Aug 25 22:55:01.897 INFO O| Aug 25 22:55:01.897 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89412026-08-25T22:55:02.705Z[ recovery-image] Aug 25 22:55:01.897 INFO O| Aug 25 22:55:01.897 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89422026-08-25T22:55:02.705Z[ recovery-image] Aug 25 22:55:01.897 INFO O| Aug 25 22:55:01.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89432026-08-25T22:55:02.709Z[ recovery-image] Aug 25 22:55:01.897 INFO O| Aug 25 22:55:01.897 INFO ok!
89442026-08-25T22:55:02.709Z[ recovery-image] Aug 25 22:55:01.897 INFO O| Aug 25 22:55:01.897 INFO STEP 36 (ensure_file) COMPLETE
89452026-08-25T22:55:02.709Z[ recovery-image] Aug 25 22:55:01.898 INFO O| Aug 25 22:55:01.897 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89462026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.908 INFO O| Aug 25 22:55:01.908 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89472026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.908 INFO O| Aug 25 22:55:01.908 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89482026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.908 INFO O| Aug 25 22:55:01.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89492026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.908 INFO O| Aug 25 22:55:01.908 INFO ok!
89502026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.908 INFO O| Aug 25 22:55:01.908 INFO STEP 37 (ensure_file) COMPLETE
89512026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.908 INFO O| Aug 25 22:55:01.908 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89522026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.917 INFO O| Aug 25 22:55:01.917 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89532026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.917 INFO O| Aug 25 22:55:01.917 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89542026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.917 INFO O| Aug 25 22:55:01.917 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89552026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.917 INFO O| Aug 25 22:55:01.917 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89562026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.917 INFO O| Aug 25 22:55:01.917 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89572026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.917 INFO O| Aug 25 22:55:01.917 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89582026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.917 INFO O| Aug 25 22:55:01.917 INFO ok!
89592026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.917 INFO O| Aug 25 22:55:01.917 INFO STEP 38 (ensure_file) COMPLETE
89602026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.917 INFO O| Aug 25 22:55:01.917 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89612026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.928 INFO O| Aug 25 22:55:01.928 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89622026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.928 INFO O| Aug 25 22:55:01.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89632026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.928 INFO O| Aug 25 22:55:01.928 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89642026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.928 INFO O| Aug 25 22:55:01.928 INFO STEP 39 (ensure_dir) COMPLETE
89652026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.928 INFO O| Aug 25 22:55:01.928 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89662026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.936 INFO O| Aug 25 22:55:01.936 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
89672026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.937 INFO O| Aug 25 22:55:01.936 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 ...
89682026-08-25T22:55:02.747Z[ recovery-image] Aug 25 22:55:01.937 INFO O| Aug 25 22:55:01.937 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
89692026-08-25T22:55:02.751Z[ recovery-image] Aug 25 22:55:01.937 INFO O| Aug 25 22:55:01.937 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
89702026-08-25T22:55:02.751Z[ recovery-image] Aug 25 22:55:01.937 INFO O| Aug 25 22:55:01.937 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
89712026-08-25T22:55:02.751Z[ recovery-image] Aug 25 22:55:01.937 INFO O| Aug 25 22:55:01.937 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
89722026-08-25T22:55:02.751Z[ recovery-image] Aug 25 22:55:01.937 INFO O| Aug 25 22:55:01.937 INFO ok!
89732026-08-25T22:55:02.751Z[ recovery-image] Aug 25 22:55:01.937 INFO O| Aug 25 22:55:01.937 INFO STEP 40 (ensure_file) COMPLETE
89742026-08-25T22:55:02.751Z[ recovery-image] Aug 25 22:55:01.937 INFO O| Aug 25 22:55:01.937 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89752026-08-25T22:55:02.756Z[ recovery-image] Aug 25 22:55:01.945 INFO O| Aug 25 22:55:01.945 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89762026-08-25T22:55:02.756Z[ recovery-image] Aug 25 22:55:01.945 INFO O| Aug 25 22:55:01.945 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 ...
89772026-08-25T22:55:02.756Z[ recovery-image] Aug 25 22:55:01.946 INFO O| Aug 25 22:55:01.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89782026-08-25T22:55:02.756Z[ recovery-image] Aug 25 22:55:01.946 INFO O| Aug 25 22:55:01.946 INFO ok!
89792026-08-25T22:55:02.756Z[ recovery-image] Aug 25 22:55:01.946 INFO O| Aug 25 22:55:01.946 INFO STEP 41 (ensure_symlink) COMPLETE
89802026-08-25T22:55:02.757Z[ recovery-image] Aug 25 22:55:01.946 INFO O| Aug 25 22:55:01.946 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89812026-08-25T22:55:02.763Z[ recovery-image] Aug 25 22:55:01.955 INFO O| Aug 25 22:55:01.955 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89822026-08-25T22:55:02.763Z[ recovery-image] Aug 25 22:55:01.955 INFO O| Aug 25 22:55:01.955 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89832026-08-25T22:55:02.766Z[ recovery-image] Aug 25 22:55:01.955 INFO O| Aug 25 22:55:01.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89842026-08-25T22:55:02.766Z[ recovery-image] Aug 25 22:55:01.955 INFO O| Aug 25 22:55:01.955 INFO ok!
89852026-08-25T22:55:02.766Z[ recovery-image] Aug 25 22:55:01.955 INFO O| Aug 25 22:55:01.955 INFO STEP 42 (ensure_symlink) COMPLETE
89862026-08-25T22:55:02.766Z[ recovery-image] Aug 25 22:55:01.955 INFO O| Aug 25 22:55:01.955 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89872026-08-25T22:55:02.772Z[ recovery-image] Aug 25 22:55:01.964 INFO O| Aug 25 22:55:01.964 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89882026-08-25T22:55:02.772Z[ recovery-image] Aug 25 22:55:01.964 INFO O| Aug 25 22:55:01.964 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89892026-08-25T22:55:02.775Z[ recovery-image] Aug 25 22:55:01.964 INFO O| Aug 25 22:55:01.964 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89902026-08-25T22:55:02.775Z[ recovery-image] Aug 25 22:55:01.964 INFO O| Aug 25 22:55:01.964 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89912026-08-25T22:55:02.775Z[ recovery-image] Aug 25 22:55:01.964 INFO O| Aug 25 22:55:01.964 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89922026-08-25T22:55:02.775Z[ recovery-image] Aug 25 22:55:01.964 INFO O| Aug 25 22:55:01.964 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89932026-08-25T22:55:02.775Z[ recovery-image] Aug 25 22:55:01.964 INFO O| Aug 25 22:55:01.964 INFO ok!
89942026-08-25T22:55:02.775Z[ recovery-image] Aug 25 22:55:01.964 INFO O| Aug 25 22:55:01.964 INFO STEP 43 (ensure_file) COMPLETE
89952026-08-25T22:55:02.775Z[ recovery-image] Aug 25 22:55:01.964 INFO O| Aug 25 22:55:01.964 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89962026-08-25T22:55:02.783Z[ recovery-image] Aug 25 22:55:01.974 INFO O| Aug 25 22:55:01.974 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89972026-08-25T22:55:02.783Z[ recovery-image] Aug 25 22:55:01.974 INFO O| Aug 25 22:55:01.974 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 ...
89982026-08-25T22:55:02.786Z[ recovery-image] Aug 25 22:55:01.974 INFO O| Aug 25 22:55:01.974 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
89992026-08-25T22:55:02.786Z[ recovery-image] Aug 25 22:55:01.974 INFO O| Aug 25 22:55:01.974 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90002026-08-25T22:55:02.786Z[ recovery-image] Aug 25 22:55:01.974 INFO O| Aug 25 22:55:01.974 INFO ok!
90012026-08-25T22:55:02.786Z[ recovery-image] Aug 25 22:55:01.974 INFO O| Aug 25 22:55:01.974 INFO STEP 44 (ensure_file) COMPLETE
90022026-08-25T22:55:02.786Z[ recovery-image] Aug 25 22:55:01.974 INFO O| Aug 25 22:55:01.974 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90032026-08-25T22:55:02.791Z[ recovery-image] Aug 25 22:55:01.983 INFO O| Aug 25 22:55:01.983 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90042026-08-25T22:55:02.791Z[ recovery-image] Aug 25 22:55:01.983 INFO O| Aug 25 22:55:01.983 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90052026-08-25T22:55:02.794Z[ recovery-image] Aug 25 22:55:01.983 INFO O| Aug 25 22:55:01.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90062026-08-25T22:55:02.794Z[ recovery-image] Aug 25 22:55:01.983 INFO O| Aug 25 22:55:01.983 INFO ok!
90072026-08-25T22:55:02.794Z[ recovery-image] Aug 25 22:55:01.983 INFO O| Aug 25 22:55:01.983 INFO STEP 45 (ensure_file) COMPLETE
90082026-08-25T22:55:02.794Z[ recovery-image] Aug 25 22:55:01.983 INFO O| Aug 25 22:55:01.983 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90092026-08-25T22:55:02.801Z[ recovery-image] Aug 25 22:55:01.993 INFO O| Aug 25 22:55:01.993 INFO updating shadow file
90102026-08-25T22:55:02.801Z[ recovery-image] Aug 25 22:55:01.993 INFO O| Aug 25 22:55:01.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90112026-08-25T22:55:02.801Z[ recovery-image] Aug 25 22:55:01.993 INFO O| Aug 25 22:55:01.993 INFO STEP 46 (shadow) COMPLETE
90122026-08-25T22:55:02.804Z[ recovery-image] Aug 25 22:55:01.993 INFO O| Aug 25 22:55:01.993 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90132026-08-25T22:55:02.811Z[ recovery-image] Aug 25 22:55:02.003 INFO O| Aug 25 22:55:02.003 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90142026-08-25T22:55:02.811Z[ recovery-image] Aug 25 22:55:02.003 INFO O| Aug 25 22:55:02.003 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90152026-08-25T22:55:02.811Z[ recovery-image] Aug 25 22:55:02.003 INFO O| Aug 25 22:55:02.003 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90162026-08-25T22:55:02.811Z[ recovery-image] Aug 25 22:55:02.003 INFO O| Aug 25 22:55:02.003 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90172026-08-25T22:55:02.811Z[ recovery-image] Aug 25 22:55:02.003 INFO O| Aug 25 22:55:02.003 INFO ok!
90182026-08-25T22:55:02.814Z[ recovery-image] Aug 25 22:55:02.003 INFO O| Aug 25 22:55:02.003 INFO STEP 47 (ensure_file) COMPLETE
90192026-08-25T22:55:02.814Z[ recovery-image] Aug 25 22:55:02.003 INFO O| Aug 25 22:55:02.003 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-08-25T22:55:02.819Z[ recovery-image] Aug 25 22:55:02.012 INFO O| Aug 25 22:55:02.012 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90212026-08-25T22:55:02.819Z[ recovery-image] Aug 25 22:55:02.012 INFO O| Aug 25 22:55:02.012 INFO STEP 48 (ensure_dir) COMPLETE
90222026-08-25T22:55:02.820Z[ recovery-image] Aug 25 22:55:02.012 INFO O| Aug 25 22:55:02.012 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-08-25T22:55:02.829Z[ recovery-image] Aug 25 22:55:02.021 INFO O| Aug 25 22:55:02.021 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90242026-08-25T22:55:02.829Z[ recovery-image] Aug 25 22:55:02.021 INFO O| Aug 25 22:55:02.021 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90252026-08-25T22:55:02.829Z[ recovery-image] Aug 25 22:55:02.021 INFO O| Aug 25 22:55:02.021 INFO STEP 49 (ensure_dir) COMPLETE
90262026-08-25T22:55:02.829Z[ recovery-image] Aug 25 22:55:02.021 INFO O| Aug 25 22:55:02.021 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-08-25T22:55:02.838Z[ recovery-image] Aug 25 22:55:02.030 INFO O| Aug 25 22:55:02.030 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90282026-08-25T22:55:02.838Z[ recovery-image] Aug 25 22:55:02.030 INFO O| Aug 25 22:55:02.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90292026-08-25T22:55:02.842Z[ recovery-image] Aug 25 22:55:02.030 INFO O| Aug 25 22:55:02.030 INFO STEP 50 (ensure_dir) COMPLETE
90302026-08-25T22:55:02.842Z[ recovery-image] Aug 25 22:55:02.030 INFO O| Aug 25 22:55:02.030 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-25T22:55:02.847Z[ recovery-image] Aug 25 22:55:02.039 INFO O| Aug 25 22:55:02.039 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90322026-08-25T22:55:02.847Z[ recovery-image] Aug 25 22:55:02.039 INFO O| Aug 25 22:55:02.039 INFO copying /tmp/.tmpjS1e7R/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90332026-08-25T22:55:02.879Z[ recovery-image] Aug 25 22:55:02.071 INFO O| Aug 25 22:55:02.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90342026-08-25T22:55:02.879Z[ recovery-image] Aug 25 22:55:02.071 INFO O| Aug 25 22:55:02.071 INFO ok!
90352026-08-25T22:55:02.882Z[ recovery-image] Aug 25 22:55:02.071 INFO O| Aug 25 22:55:02.071 INFO STEP 51 (ensure_file) COMPLETE
90362026-08-25T22:55:02.882Z[ recovery-image] Aug 25 22:55:02.071 INFO O| Aug 25 22:55:02.071 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-08-25T22:55:02.933Z[ recovery-image] Aug 25 22:55:02.125 INFO O| Aug 25 22:55:02.125 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90382026-08-25T22:55:02.933Z[ recovery-image] Aug 25 22:55:02.125 INFO O| Aug 25 22:55:02.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90392026-08-25T22:55:02.933Z[ recovery-image] Aug 25 22:55:02.125 INFO O| Aug 25 22:55:02.125 INFO STEP 52 (ensure_dir) COMPLETE
90402026-08-25T22:55:02.937Z[ recovery-image] Aug 25 22:55:02.125 INFO O| Aug 25 22:55:02.125 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90412026-08-25T22:55:02.944Z[ recovery-image] Aug 25 22:55:02.136 INFO O| Aug 25 22:55:02.136 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90422026-08-25T22:55:02.944Z[ recovery-image] Aug 25 22:55:02.136 INFO O| Aug 25 22:55:02.136 INFO copying /tmp/.tmpjS1e7R/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90432026-08-25T22:55:02.944Z[ recovery-image] Aug 25 22:55:02.136 INFO O| Aug 25 22:55:02.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90442026-08-25T22:55:02.948Z[ recovery-image] Aug 25 22:55:02.136 INFO O| Aug 25 22:55:02.136 INFO ok!
90452026-08-25T22:55:02.948Z[ recovery-image] Aug 25 22:55:02.136 INFO O| Aug 25 22:55:02.136 INFO STEP 53 (ensure_file) COMPLETE
90462026-08-25T22:55:02.948Z[ recovery-image] Aug 25 22:55:02.136 INFO O| Aug 25 22:55:02.136 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-25T22:55:02.956Z[ recovery-image] Aug 25 22:55:02.148 INFO O| Aug 25 22:55:02.148 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90482026-08-25T22:55:02.956Z[ recovery-image] Aug 25 22:55:02.148 INFO O| Aug 25 22:55:02.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90492026-08-25T22:55:02.960Z[ recovery-image] Aug 25 22:55:02.148 INFO O| Aug 25 22:55:02.148 INFO STEP 54 (ensure_dir) COMPLETE
90502026-08-25T22:55:02.960Z[ recovery-image] Aug 25 22:55:02.148 INFO O| Aug 25 22:55:02.148 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-08-25T22:55:02.966Z[ recovery-image] Aug 25 22:55:02.158 INFO O| Aug 25 22:55:02.158 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90522026-08-25T22:55:02.966Z[ recovery-image] Aug 25 22:55:02.158 INFO O| Aug 25 22:55:02.158 INFO copying /tmp/.tmpjS1e7R/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90532026-08-25T22:55:04.930Z[ recovery-image] Aug 25 22:55:04.121 INFO O| Aug 25 22:55:04.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90542026-08-25T22:55:04.930Z[ recovery-image] Aug 25 22:55:04.121 INFO O| Aug 25 22:55:04.121 INFO ok!
90552026-08-25T22:55:04.930Z[ recovery-image] Aug 25 22:55:04.121 INFO O| Aug 25 22:55:04.121 INFO STEP 55 (ensure_file) COMPLETE
90562026-08-25T22:55:04.934Z[ recovery-image] Aug 25 22:55:04.121 INFO O| Aug 25 22:55:04.121 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-08-25T22:55:04.941Z[ recovery-image] Aug 25 22:55:04.133 INFO O| Aug 25 22:55:04.133 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90582026-08-25T22:55:04.941Z[ recovery-image] Aug 25 22:55:04.133 INFO O| Aug 25 22:55:04.133 INFO copying /tmp/.tmpjS1e7R/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90592026-08-25T22:55:05.153Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
90602026-08-25T22:55:06.809Z[verify-libraries] Compiling oso v0.27.3
90612026-08-25T22:55:06.909Z[ recovery-image] Aug 25 22:55:06.100 INFO O| Aug 25 22:55:06.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90622026-08-25T22:55:06.909Z[ recovery-image] Aug 25 22:55:06.100 INFO O| Aug 25 22:55:06.100 INFO ok!
90632026-08-25T22:55:06.909Z[ recovery-image] Aug 25 22:55:06.100 INFO O| Aug 25 22:55:06.100 INFO STEP 56 (ensure_file) COMPLETE
90642026-08-25T22:55:06.914Z[ recovery-image] Aug 25 22:55:06.100 INFO O| Aug 25 22:55:06.100 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90652026-08-25T22:55:06.921Z[ recovery-image] Aug 25 22:55:06.113 INFO O| Aug 25 22:55:06.113 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90662026-08-25T22:55:06.921Z[ recovery-image] Aug 25 22:55:06.113 INFO O| Aug 25 22:55:06.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90672026-08-25T22:55:06.927Z[ recovery-image] Aug 25 22:55:06.113 INFO O| Aug 25 22:55:06.113 INFO STEP 57 (ensure_dir) COMPLETE
90682026-08-25T22:55:06.927Z[ recovery-image] Aug 25 22:55:06.113 INFO O| Aug 25 22:55:06.113 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-25T22:55:06.933Z[ recovery-image] Aug 25 22:55:06.124 INFO O| Aug 25 22:55:06.124 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90702026-08-25T22:55:06.937Z[ recovery-image] Aug 25 22:55:06.124 INFO O| Aug 25 22:55:06.124 INFO copying /tmp/.tmpjS1e7R/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 ...
90712026-08-25T22:55:06.937Z[ recovery-image] Aug 25 22:55:06.124 INFO O| Aug 25 22:55:06.124 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
90722026-08-25T22:55:06.937Z[ recovery-image] Aug 25 22:55:06.124 INFO O| Aug 25 22:55:06.124 INFO ok!
90732026-08-25T22:55:06.937Z[ recovery-image] Aug 25 22:55:06.125 INFO O| Aug 25 22:55:06.124 INFO STEP 58 (ensure_file) COMPLETE
90742026-08-25T22:55:06.937Z[ recovery-image] Aug 25 22:55:06.125 INFO O| Aug 25 22:55:06.124 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-08-25T22:55:06.962Z[ recovery-image] Aug 25 22:55:06.136 INFO O| Aug 25 22:55:06.136 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90762026-08-25T22:55:06.963Z[ recovery-image] Aug 25 22:55:06.136 INFO O| Aug 25 22:55:06.136 INFO copying /tmp/.tmpjS1e7R/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 ...
90772026-08-25T22:55:06.963Z[ recovery-image] Aug 25 22:55:06.136 INFO O| Aug 25 22:55:06.136 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
90782026-08-25T22:55:06.963Z[ recovery-image] Aug 25 22:55:06.136 INFO O| Aug 25 22:55:06.136 INFO ok!
90792026-08-25T22:55:06.963Z[ recovery-image] Aug 25 22:55:06.136 INFO O| Aug 25 22:55:06.136 INFO STEP 59 (ensure_file) COMPLETE
90802026-08-25T22:55:06.963Z[ recovery-image] Aug 25 22:55:06.136 INFO O| Aug 25 22:55:06.136 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90812026-08-25T22:55:06.963Z[ recovery-image] Aug 25 22:55:06.147 INFO O| Aug 25 22:55:06.147 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90822026-08-25T22:55:06.963Z[ recovery-image] Aug 25 22:55:06.147 INFO O| Aug 25 22:55:06.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90832026-08-25T22:55:06.963Z[ recovery-image] Aug 25 22:55:06.147 INFO O| Aug 25 22:55:06.147 INFO STEP 60 (ensure_dir) COMPLETE
90842026-08-25T22:55:06.963Z[ recovery-image] Aug 25 22:55:06.147 INFO O| Aug 25 22:55:06.147 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-08-25T22:55:06.968Z[ recovery-image] Aug 25 22:55:06.158 INFO O| Aug 25 22:55:06.158 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90862026-08-25T22:55:06.968Z[ recovery-image] Aug 25 22:55:06.158 INFO O| Aug 25 22:55:06.158 INFO copying /tmp/.tmpjS1e7R/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 ...
90872026-08-25T22:55:06.968Z[ recovery-image] Aug 25 22:55:06.158 INFO O| Aug 25 22:55:06.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90882026-08-25T22:55:06.968Z[ recovery-image] Aug 25 22:55:06.158 INFO O| Aug 25 22:55:06.158 INFO ok!
90892026-08-25T22:55:06.968Z[ recovery-image] Aug 25 22:55:06.158 INFO O| Aug 25 22:55:06.158 INFO STEP 61 (ensure_file) COMPLETE
90902026-08-25T22:55:06.968Z[ recovery-image] Aug 25 22:55:06.158 INFO O| Aug 25 22:55:06.158 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-08-25T22:55:06.976Z[ recovery-image] Aug 25 22:55:06.168 INFO O| Aug 25 22:55:06.167 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90922026-08-25T22:55:06.976Z[ recovery-image] Aug 25 22:55:06.168 INFO O| Aug 25 22:55:06.167 INFO copying /tmp/.tmpjS1e7R/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 ...
90932026-08-25T22:55:06.976Z[ recovery-image] Aug 25 22:55:06.168 INFO O| Aug 25 22:55:06.168 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
90942026-08-25T22:55:06.976Z[ recovery-image] Aug 25 22:55:06.168 INFO O| Aug 25 22:55:06.168 INFO ok!
90952026-08-25T22:55:06.980Z[ recovery-image] Aug 25 22:55:06.168 INFO O| Aug 25 22:55:06.168 INFO STEP 62 (ensure_file) COMPLETE
90962026-08-25T22:55:06.980Z[ recovery-image] Aug 25 22:55:06.168 INFO O| Aug 25 22:55:06.168 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90972026-08-25T22:55:06.988Z[ recovery-image] Aug 25 22:55:06.180 INFO O| Aug 25 22:55:06.180 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90982026-08-25T22:55:06.988Z[ recovery-image] Aug 25 22:55:06.180 INFO O| Aug 25 22:55:06.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90992026-08-25T22:55:06.988Z[ recovery-image] Aug 25 22:55:06.180 INFO O| Aug 25 22:55:06.180 INFO STEP 63 (ensure_dir) COMPLETE
91002026-08-25T22:55:06.991Z[ recovery-image] Aug 25 22:55:06.180 INFO O| Aug 25 22:55:06.180 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-25T22:55:06.999Z[ recovery-image] Aug 25 22:55:06.191 INFO O| Aug 25 22:55:06.191 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91022026-08-25T22:55:06.999Z[ recovery-image] Aug 25 22:55:06.191 INFO O| Aug 25 22:55:06.191 INFO copying /tmp/.tmpjS1e7R/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 ...
91032026-08-25T22:55:07.003Z[ recovery-image] Aug 25 22:55:06.191 INFO O| Aug 25 22:55:06.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91042026-08-25T22:55:07.003Z[ recovery-image] Aug 25 22:55:06.191 INFO O| Aug 25 22:55:06.191 INFO ok!
91052026-08-25T22:55:07.003Z[ recovery-image] Aug 25 22:55:06.191 INFO O| Aug 25 22:55:06.191 INFO STEP 64 (ensure_file) COMPLETE
91062026-08-25T22:55:07.003Z[ recovery-image] Aug 25 22:55:06.191 INFO O| Aug 25 22:55:06.191 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-08-25T22:55:07.010Z[ recovery-image] Aug 25 22:55:06.202 INFO O| Aug 25 22:55:06.202 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91082026-08-25T22:55:07.010Z[ recovery-image] Aug 25 22:55:06.202 INFO O| Aug 25 22:55:06.202 INFO copying /tmp/.tmpjS1e7R/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91092026-08-25T22:55:07.010Z[ recovery-image] Aug 25 22:55:06.202 INFO O| Aug 25 22:55:06.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91102026-08-25T22:55:07.014Z[ recovery-image] Aug 25 22:55:06.202 INFO O| Aug 25 22:55:06.202 INFO ok!
91112026-08-25T22:55:07.014Z[ recovery-image] Aug 25 22:55:06.202 INFO O| Aug 25 22:55:06.202 INFO STEP 65 (ensure_file) COMPLETE
91122026-08-25T22:55:07.014Z[ recovery-image] Aug 25 22:55:06.202 INFO O| Aug 25 22:55:06.202 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91132026-08-25T22:55:07.020Z[ recovery-image] Aug 25 22:55:06.212 INFO O| Aug 25 22:55:06.212 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91142026-08-25T22:55:07.020Z[ recovery-image] Aug 25 22:55:06.212 INFO O| Aug 25 22:55:06.212 INFO STEP 66 (ensure_dir) COMPLETE
91152026-08-25T22:55:07.023Z[ recovery-image] Aug 25 22:55:06.212 INFO O| Aug 25 22:55:06.212 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91162026-08-25T22:55:07.029Z[ recovery-image] Aug 25 22:55:06.222 INFO O| Aug 25 22:55:06.222 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91172026-08-25T22:55:07.029Z[ recovery-image] Aug 25 22:55:06.222 INFO O| Aug 25 22:55:06.222 INFO STEP 67 (ensure_dir) COMPLETE
91182026-08-25T22:55:07.033Z[ recovery-image] Aug 25 22:55:06.222 INFO O| Aug 25 22:55:06.222 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91192026-08-25T22:55:07.039Z[ recovery-image] Aug 25 22:55:06.231 INFO O| Aug 25 22:55:06.231 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91202026-08-25T22:55:07.039Z[ recovery-image] Aug 25 22:55:06.231 INFO O| Aug 25 22:55:06.231 INFO STEP 68 (ensure_dir) COMPLETE
91212026-08-25T22:55:07.039Z[ recovery-image] Aug 25 22:55:06.231 INFO O| Aug 25 22:55:06.231 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91222026-08-25T22:55:07.049Z[ recovery-image] Aug 25 22:55:06.241 INFO O| Aug 25 22:55:06.241 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91232026-08-25T22:55:07.049Z[ recovery-image] Aug 25 22:55:06.241 INFO O| Aug 25 22:55:06.241 INFO STEP 69 (ensure_dir) COMPLETE
91242026-08-25T22:55:07.053Z[ recovery-image] Aug 25 22:55:06.241 INFO O| Aug 25 22:55:06.241 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91252026-08-25T22:55:07.059Z[ recovery-image] Aug 25 22:55:06.251 INFO O| Aug 25 22:55:06.251 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91262026-08-25T22:55:07.059Z[ recovery-image] Aug 25 22:55:06.251 INFO O| Aug 25 22:55:06.251 INFO copying /tmp/.tmpjS1e7R/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91272026-08-25T22:55:07.063Z[ recovery-image] Aug 25 22:55:06.251 INFO O| Aug 25 22:55:06.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91282026-08-25T22:55:07.063Z[ recovery-image] Aug 25 22:55:06.251 INFO O| Aug 25 22:55:06.251 INFO ok!
91292026-08-25T22:55:07.063Z[ recovery-image] Aug 25 22:55:06.251 INFO O| Aug 25 22:55:06.251 INFO STEP 70 (ensure_file) COMPLETE
91302026-08-25T22:55:07.063Z[ recovery-image] Aug 25 22:55:06.251 INFO O| Aug 25 22:55:06.251 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-25T22:55:07.068Z[ recovery-image] Aug 25 22:55:06.261 INFO O| Aug 25 22:55:06.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91322026-08-25T22:55:07.072Z[ recovery-image] Aug 25 22:55:06.261 INFO O| Aug 25 22:55:06.261 INFO STEP 71 (remove_files) COMPLETE
91332026-08-25T22:55:07.072Z[ recovery-image] Aug 25 22:55:06.261 INFO O| Aug 25 22:55:06.261 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-25T22:55:07.078Z[ recovery-image] Aug 25 22:55:06.270 INFO O| Aug 25 22:55:06.270 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91352026-08-25T22:55:07.081Z[ recovery-image] Aug 25 22:55:06.271 INFO O| Aug 25 22:55:06.270 INFO STEP 72 (remove_files) COMPLETE
91362026-08-25T22:55:07.081Z[ recovery-image] Aug 25 22:55:06.271 INFO O| Aug 25 22:55:06.271 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-25T22:55:07.087Z[ recovery-image] Aug 25 22:55:06.280 INFO O| Aug 25 22:55:06.279 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91382026-08-25T22:55:07.087Z[ recovery-image] Aug 25 22:55:06.280 INFO O| Aug 25 22:55:06.280 INFO STEP 73 (remove_files) COMPLETE
91392026-08-25T22:55:07.091Z[ recovery-image] Aug 25 22:55:06.280 INFO O| Aug 25 22:55:06.280 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-25T22:55:07.096Z[ recovery-image] Aug 25 22:55:06.288 INFO O| Aug 25 22:55:06.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91412026-08-25T22:55:07.099Z[ recovery-image] Aug 25 22:55:06.289 INFO O| Aug 25 22:55:06.289 INFO STEP 74 (remove_files) COMPLETE
91422026-08-25T22:55:07.099Z[ recovery-image] Aug 25 22:55:06.289 INFO O| Aug 25 22:55:06.289 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-25T22:55:07.105Z[ recovery-image] Aug 25 22:55:06.297 INFO O| Aug 25 22:55:06.297 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91442026-08-25T22:55:07.109Z[ recovery-image] Aug 25 22:55:06.298 INFO O| Aug 25 22:55:06.298 INFO STEP 75 (remove_files) COMPLETE
91452026-08-25T22:55:07.109Z[ recovery-image] Aug 25 22:55:06.298 INFO O| Aug 25 22:55:06.298 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-25T22:55:07.114Z[ recovery-image] Aug 25 22:55:06.307 INFO O| Aug 25 22:55:06.307 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91472026-08-25T22:55:07.114Z[ recovery-image] Aug 25 22:55:06.307 INFO O| Aug 25 22:55:06.307 INFO STEP 76 (remove_files) COMPLETE
91482026-08-25T22:55:07.119Z[ recovery-image] Aug 25 22:55:06.307 INFO O| Aug 25 22:55:06.307 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-25T22:55:07.124Z[ recovery-image] Aug 25 22:55:06.316 INFO O| Aug 25 22:55:06.316 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91502026-08-25T22:55:07.124Z[ recovery-image] Aug 25 22:55:06.316 INFO O| Aug 25 22:55:06.316 INFO STEP 77 (remove_files) COMPLETE
91512026-08-25T22:55:07.127Z[ recovery-image] Aug 25 22:55:06.316 INFO O| Aug 25 22:55:06.316 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-25T22:55:07.134Z[ recovery-image] Aug 25 22:55:06.326 INFO O| Aug 25 22:55:06.326 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91532026-08-25T22:55:07.134Z[ recovery-image] Aug 25 22:55:06.326 INFO O| Aug 25 22:55:06.326 INFO STEP 78 (remove_files) COMPLETE
91542026-08-25T22:55:07.134Z[ recovery-image] Aug 25 22:55:06.326 INFO O| Aug 25 22:55:06.326 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-25T22:55:07.143Z[ recovery-image] Aug 25 22:55:06.335 INFO O| Aug 25 22:55:06.335 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91562026-08-25T22:55:07.143Z[ recovery-image] Aug 25 22:55:06.336 INFO O| Aug 25 22:55:06.336 INFO STEP 79 (remove_files) COMPLETE
91572026-08-25T22:55:07.143Z[ recovery-image] Aug 25 22:55:06.336 INFO O| Aug 25 22:55:06.336 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-25T22:55:07.153Z[ recovery-image] Aug 25 22:55:06.345 INFO O| Aug 25 22:55:06.345 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91592026-08-25T22:55:07.153Z[ recovery-image] Aug 25 22:55:06.345 INFO O| Aug 25 22:55:06.345 INFO STEP 80 (remove_files) COMPLETE
91602026-08-25T22:55:07.153Z[ recovery-image] Aug 25 22:55:06.345 INFO O| Aug 25 22:55:06.345 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-25T22:55:07.156Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
91622026-08-25T22:55:07.162Z[ recovery-image] Aug 25 22:55:06.355 INFO O| Aug 25 22:55:06.355 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91632026-08-25T22:55:07.162Z[ recovery-image] Aug 25 22:55:06.355 INFO O| Aug 25 22:55:06.355 INFO STEP 81 (remove_files) COMPLETE
91642026-08-25T22:55:07.166Z[ recovery-image] Aug 25 22:55:06.355 INFO O| Aug 25 22:55:06.355 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-25T22:55:07.172Z[ recovery-image] Aug 25 22:55:06.364 INFO O| Aug 25 22:55:06.364 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91662026-08-25T22:55:07.172Z[ recovery-image] Aug 25 22:55:06.364 INFO O| Aug 25 22:55:06.364 INFO STEP 82 (remove_files) COMPLETE
91672026-08-25T22:55:07.175Z[ recovery-image] Aug 25 22:55:06.364 INFO O| Aug 25 22:55:06.364 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-25T22:55:07.182Z[ recovery-image] Aug 25 22:55:06.374 INFO O| Aug 25 22:55:06.374 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91692026-08-25T22:55:07.182Z[ recovery-image] Aug 25 22:55:06.374 INFO O| Aug 25 22:55:06.374 INFO STEP 83 (remove_files) COMPLETE
91702026-08-25T22:55:07.185Z[ recovery-image] Aug 25 22:55:06.374 INFO O| Aug 25 22:55:06.374 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-25T22:55:07.191Z[ recovery-image] Aug 25 22:55:06.383 INFO O| Aug 25 22:55:06.383 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91722026-08-25T22:55:07.191Z[ recovery-image] Aug 25 22:55:06.383 INFO O| Aug 25 22:55:06.383 INFO STEP 84 (remove_files) COMPLETE
91732026-08-25T22:55:07.195Z[ recovery-image] Aug 25 22:55:06.383 INFO O| Aug 25 22:55:06.383 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-25T22:55:07.201Z[ recovery-image] Aug 25 22:55:06.393 INFO O| Aug 25 22:55:06.393 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91752026-08-25T22:55:07.201Z[ recovery-image] Aug 25 22:55:06.393 INFO O| Aug 25 22:55:06.393 INFO STEP 85 (remove_files) COMPLETE
91762026-08-25T22:55:07.201Z[ recovery-image] Aug 25 22:55:06.393 INFO O| Aug 25 22:55:06.393 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-25T22:55:07.210Z[ recovery-image] Aug 25 22:55:06.402 INFO O| Aug 25 22:55:06.402 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91782026-08-25T22:55:07.210Z[ recovery-image] Aug 25 22:55:06.402 INFO O| Aug 25 22:55:06.402 INFO STEP 86 (remove_files) COMPLETE
91792026-08-25T22:55:07.210Z[ recovery-image] Aug 25 22:55:06.402 INFO O| Aug 25 22:55:06.402 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-25T22:55:07.313Z[ recovery-image] Aug 25 22:55:06.421 INFO O| Aug 25 22:55:06.421 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91812026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.421 INFO O| Aug 25 22:55:06.421 INFO STEP 87 (remove_files) COMPLETE
91822026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.421 INFO O| Aug 25 22:55:06.421 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.432 INFO O| Aug 25 22:55:06.432 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91842026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.432 INFO O| Aug 25 22:55:06.432 INFO STEP 88 (remove_files) COMPLETE
91852026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.432 INFO O| Aug 25 22:55:06.432 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.442 INFO O| Aug 25 22:55:06.442 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91872026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.442 INFO O| Aug 25 22:55:06.442 INFO STEP 89 (remove_files) COMPLETE
91882026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.442 INFO O| Aug 25 22:55:06.442 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.452 INFO O| Aug 25 22:55:06.452 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91902026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.452 INFO O| Aug 25 22:55:06.452 INFO STEP 90 (remove_files) COMPLETE
91912026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.452 INFO O| Aug 25 22:55:06.452 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.461 INFO O| Aug 25 22:55:06.461 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91932026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.461 INFO O| Aug 25 22:55:06.461 INFO STEP 91 (remove_files) COMPLETE
91942026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.461 INFO O| Aug 25 22:55:06.461 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.470 INFO O| Aug 25 22:55:06.470 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91962026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.470 INFO O| Aug 25 22:55:06.470 INFO STEP 92 (remove_files) COMPLETE
91972026-08-25T22:55:07.314Z[ recovery-image] Aug 25 22:55:06.470 INFO O| Aug 25 22:55:06.470 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-08-25T22:55:07.364Z[ recovery-image] Aug 25 22:55:06.556 INFO O| Aug 25 22:55:06.556 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91992026-08-25T22:55:07.364Z[ recovery-image] Aug 25 22:55:06.556 INFO O| Aug 25 22:55:06.556 INFO STEP 93 (remove_files) COMPLETE
92002026-08-25T22:55:07.364Z[ recovery-image] Aug 25 22:55:06.556 INFO O| Aug 25 22:55:06.556 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-08-25T22:55:07.374Z[ recovery-image] Aug 25 22:55:06.566 INFO O| Aug 25 22:55:06.566 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92022026-08-25T22:55:07.374Z[ recovery-image] Aug 25 22:55:06.566 INFO O| Aug 25 22:55:06.566 INFO STEP 94 (remove_files) COMPLETE
92032026-08-25T22:55:07.377Z[ recovery-image] Aug 25 22:55:06.566 INFO O| Aug 25 22:55:06.566 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-08-25T22:55:07.384Z[ recovery-image] Aug 25 22:55:06.576 INFO O| Aug 25 22:55:06.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92052026-08-25T22:55:07.384Z[ recovery-image] Aug 25 22:55:06.576 INFO O| Aug 25 22:55:06.576 INFO STEP 95 (remove_files) COMPLETE
92062026-08-25T22:55:07.387Z[ recovery-image] Aug 25 22:55:06.576 INFO O| Aug 25 22:55:06.576 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-08-25T22:55:07.395Z[ recovery-image] Aug 25 22:55:06.587 INFO O| Aug 25 22:55:06.587 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92082026-08-25T22:55:07.395Z[ recovery-image] Aug 25 22:55:06.587 INFO O| Aug 25 22:55:06.587 INFO STEP 96 (remove_files) COMPLETE
92092026-08-25T22:55:07.398Z[ recovery-image] Aug 25 22:55:06.587 INFO O| Aug 25 22:55:06.587 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-08-25T22:55:07.404Z[ recovery-image] Aug 25 22:55:06.597 INFO O| Aug 25 22:55:06.597 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92112026-08-25T22:55:07.405Z[ recovery-image] Aug 25 22:55:06.597 INFO O| Aug 25 22:55:06.597 INFO STEP 97 (remove_files) COMPLETE
92122026-08-25T22:55:07.405Z[ recovery-image] Aug 25 22:55:06.597 INFO O| Aug 25 22:55:06.597 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-08-25T22:55:07.415Z[ recovery-image] Aug 25 22:55:06.606 INFO O| Aug 25 22:55:06.606 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92142026-08-25T22:55:07.415Z[ recovery-image] Aug 25 22:55:06.606 INFO O| Aug 25 22:55:06.606 INFO STEP 98 (remove_files) COMPLETE
92152026-08-25T22:55:07.415Z[ recovery-image] Aug 25 22:55:06.606 INFO O| Aug 25 22:55:06.606 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92162026-08-25T22:55:07.423Z[ recovery-image] Aug 25 22:55:06.615 INFO O| Aug 25 22:55:06.615 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92172026-08-25T22:55:07.423Z[ recovery-image] Aug 25 22:55:06.615 INFO O| Aug 25 22:55:06.615 INFO STEP 99 (remove_files) COMPLETE
92182026-08-25T22:55:07.427Z[ recovery-image] Aug 25 22:55:06.615 INFO O| Aug 25 22:55:06.615 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92192026-08-25T22:55:07.437Z[ recovery-image] Aug 25 22:55:06.629 INFO O| Aug 25 22:55:06.629 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92202026-08-25T22:55:07.437Z[ recovery-image] Aug 25 22:55:06.629 INFO O| Aug 25 22:55:06.629 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92212026-08-25T22:55:13.595Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92222026-08-25T22:55:13.992Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92232026-08-25T22:55:14.193Z[ recovery-image] Aug 25 22:55:13.384 INFO O| Aug 25 22:55:13.384 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
92242026-08-25T22:55:14.193Z[ recovery-image] Aug 25 22:55:13.385 INFO O| Aug 25 22:55:13.384 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92252026-08-25T22:55:14.208Z[ recovery-image] Aug 25 22:55:13.400 INFO O| Aug 25 22:55:13.400 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_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"}
92262026-08-25T22:55:14.311Z[ recovery-image] Aug 25 22:55:13.499 INFO O| Aug 25 22:55:13.499 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92272026-08-25T22:55:14.377Z[ recovery-image] Aug 25 22:55:13.568 INFO O| Aug 25 22:55:13.568 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92282026-08-25T22:55:14.465Z[ recovery-image] Aug 25 22:55:13.652 INFO O| Aug 25 22:55:13.649 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92292026-08-25T22:55:14.465Z[ recovery-image] Aug 25 22:55:13.652 INFO O| Aug 25 22:55:13.649 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 ...
92302026-08-25T22:55:14.465Z[ recovery-image] Aug 25 22:55:13.652 INFO O| Aug 25 22:55:13.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92312026-08-25T22:55:14.469Z[ recovery-image] Aug 25 22:55:13.652 INFO O| Aug 25 22:55:13.651 INFO ok!
92322026-08-25T22:55:14.469Z[ recovery-image] Aug 25 22:55:13.652 INFO O| Aug 25 22:55:13.651 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92332026-08-25T22:55:14.469Z[ recovery-image] Aug 25 22:55:13.652 INFO O| Aug 25 22:55:13.651 INFO STEP 100 (seed_smf) COMPLETE
92342026-08-25T22:55:14.469Z[ recovery-image] Aug 25 22:55:13.652 INFO O| Aug 25 22:55:13.651 INFO steps complete; finalising image!
92352026-08-25T22:55:14.469Z[ recovery-image] Aug 25 22:55:13.652 INFO O| Aug 25 22:55:13.651 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92362026-08-25T22:55:14.525Z[ recovery-image] Aug 25 22:55:13.716 INFO O| Aug 25 22:55:13.716 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 25 22:55:13 2026)
92372026-08-25T22:55:14.731Z[ recovery-image] Aug 25 22:55:13.922 INFO O| Aug 25 22:55:13.922 INFO trim TEMPORARY-sled-zfs-recovery: (30% trimmed, started at Tue Aug 25 22:55:13 2026)
92382026-08-25T22:55:14.937Z[ recovery-image] Aug 25 22:55:14.129 INFO O| Aug 25 22:55:14.129 INFO trim TEMPORARY-sled-zfs-recovery: (44% trimmed, started at Tue Aug 25 22:55:13 2026)
92392026-08-25T22:55:15.148Z[ recovery-image] Aug 25 22:55:14.336 INFO O| Aug 25 22:55:14.336 INFO trim TEMPORARY-sled-zfs-recovery: (55% trimmed, started at Tue Aug 25 22:55:13 2026)
92402026-08-25T22:55:15.154Z[ host-image] Aug 25 22:55:14.346 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92412026-08-25T22:55:15.154Z[ host-image] Aug 25 22:55:14.346 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92422026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.346 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92432026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.346 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92442026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.346 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92452026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.346 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92462026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.346 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92472026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.346 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92482026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.347 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260825T224101Z
92492026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.347 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92502026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.347 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92512026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.347 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92522026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.348 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92532026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.348 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92542026-08-25T22:55:15.158Z[ host-image] Aug 25 22:55:14.348 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92552026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.348 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92562026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.348 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92572026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.348 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92582026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.348 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92592026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.348 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92602026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92612026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92622026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92632026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92642026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92652026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92662026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92672026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92682026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92692026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92702026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92712026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92722026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92732026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92742026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
92752026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
92762026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.349 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
92772026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.350 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
92782026-08-25T22:55:15.159Z[ host-image] Aug 25 22:55:14.350 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
92792026-08-25T22:55:15.166Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92802026-08-25T22:55:15.166Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
92812026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92822026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92832026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92842026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92852026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
92862026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92872026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92882026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92892026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92902026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92912026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92922026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92932026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92942026-08-25T22:55:15.170Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92952026-08-25T22:55:15.171Z[ host-image] Aug 25 22:55:14.358 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92962026-08-25T22:55:15.178Z[ host-image] Aug 25 22:55:14.370 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92972026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92982026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92992026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93002026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93012026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93022026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93032026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93042026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93052026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93062026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93072026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93082026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.371 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93092026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.372 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93102026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.372 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93112026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.372 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93122026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.373 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93132026-08-25T22:55:15.184Z[ host-image] Aug 25 22:55:14.373 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93142026-08-25T22:55:15.188Z[ host-image] Aug 25 22:55:14.377 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93152026-08-25T22:55:15.188Z[ host-image] Aug 25 22:55:14.377 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93162026-08-25T22:55:15.188Z[ host-image] Aug 25 22:55:14.378 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93172026-08-25T22:55:15.188Z[ host-image] Aug 25 22:55:14.378 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93182026-08-25T22:55:15.189Z[ host-image] Aug 25 22:55:14.378 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93192026-08-25T22:55:15.189Z[ host-image] Aug 25 22:55:14.378 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93202026-08-25T22:55:15.189Z[ host-image] Aug 25 22:55:14.378 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93212026-08-25T22:55:15.189Z[ host-image] Aug 25 22:55:14.378 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93222026-08-25T22:55:15.189Z[ host-image] Aug 25 22:55:14.378 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93232026-08-25T22:55:15.189Z[ host-image] Aug 25 22:55:14.379 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93242026-08-25T22:55:15.189Z[ host-image] Aug 25 22:55:14.379 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93252026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.379 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93262026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.379 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93272026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.380 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93282026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.380 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93292026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.380 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93302026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.380 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93312026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.382 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93322026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.382 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93332026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.383 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93342026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.383 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93352026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.383 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93362026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.383 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93372026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.383 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93382026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.383 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93392026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.383 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93402026-08-25T22:55:15.193Z[ host-image] Aug 25 22:55:14.383 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93412026-08-25T22:55:15.197Z[ host-image] Aug 25 22:55:14.386 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93422026-08-25T22:55:15.197Z[ host-image] Aug 25 22:55:14.387 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93432026-08-25T22:55:15.197Z[ host-image] Aug 25 22:55:14.387 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93442026-08-25T22:55:15.197Z[ host-image] Aug 25 22:55:14.387 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93452026-08-25T22:55:15.197Z[ host-image] Aug 25 22:55:14.387 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93462026-08-25T22:55:15.203Z[ host-image] Aug 25 22:55:14.393 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93472026-08-25T22:55:15.203Z[ host-image] Aug 25 22:55:14.393 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93482026-08-25T22:55:15.207Z[ host-image] Aug 25 22:55:14.393 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93492026-08-25T22:55:15.207Z[ host-image] Aug 25 22:55:14.394 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93502026-08-25T22:55:15.207Z[ host-image] Aug 25 22:55:14.394 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93512026-08-25T22:55:15.211Z[ host-image] Aug 25 22:55:14.403 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93522026-08-25T22:55:15.211Z[ host-image] Aug 25 22:55:14.403 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93532026-08-25T22:55:15.211Z[ host-image] Aug 25 22:55:14.403 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93542026-08-25T22:55:15.211Z[ host-image] Aug 25 22:55:14.403 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93552026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.403 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93562026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.404 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93572026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.404 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93582026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.404 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93592026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.404 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93602026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.404 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93612026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.404 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93622026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.404 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93632026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.404 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93642026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.405 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93652026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.405 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93662026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.405 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93672026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93682026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93692026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93702026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93712026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93722026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93732026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93742026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
93752026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93762026-08-25T22:55:15.215Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93772026-08-25T22:55:15.222Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93782026-08-25T22:55:15.222Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93792026-08-25T22:55:15.222Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93802026-08-25T22:55:15.222Z[ host-image] Aug 25 22:55:14.406 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93812026-08-25T22:55:15.222Z[ host-image] Aug 25 22:55:14.407 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93822026-08-25T22:55:15.222Z[ host-image] Aug 25 22:55:14.407 INFO O| tempdir @ "/tmp/.tmpVZcAIn/tmp"
93832026-08-25T22:55:15.222Z[ host-image] Aug 25 22:55:14.407 INFO O| image root @ "/tmp/.tmpVZcAIn/tmp/root"
93842026-08-25T22:55:15.222Z[ host-image] Aug 25 22:55:14.407 INFO O| creating image...
93852026-08-25T22:55:15.351Z[ recovery-image] Aug 25 22:55:14.543 INFO O| Aug 25 22:55:14.543 INFO trim TEMPORARY-sled-zfs-recovery: (73% trimmed, started at Tue Aug 25 22:55:13 2026)
93862026-08-25T22:55:15.557Z[ recovery-image] Aug 25 22:55:14.749 INFO O| Aug 25 22:55:14.749 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 22:55:13 2026)
93872026-08-25T22:55:19.958Z[ recovery-image] Aug 25 22:55:19.148 INFO O| Aug 25 22:55:19.148 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 25 22:55:13 2026)
93882026-08-25T22:55:20.188Z[ recovery-image] Aug 25 22:55:19.378 INFO O| Aug 25 22:55:19.378 INFO temporary pool has 498M used, 1.26G avail, 1.00x compressratio
93892026-08-25T22:55:20.188Z[ recovery-image] Aug 25 22:55:19.378 INFO O| Aug 25 22:55:19.378 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93902026-08-25T22:55:21.450Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93912026-08-25T22:55:21.910Z[ recovery-image] Aug 25 22:55:21.101 INFO O| Aug 25 22:55:21.101 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
93922026-08-25T22:55:21.910Z[ recovery-image] Aug 25 22:55:21.101 INFO O| Aug 25 22:55:21.101 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93932026-08-25T22:55:22.000Z[ host-image] Aug 25 22:55:21.191 INFO O| copying publishers...
93942026-08-25T22:55:23.953Z[ recovery-image] Aug 25 22:55:23.144 INFO O| Aug 25 22:55:23.144 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93952026-08-25T22:55:23.958Z[ recovery-image] Aug 25 22:55:23.144 INFO O| Aug 25 22:55:23.144 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93962026-08-25T22:55:23.958Z[ recovery-image] Aug 25 22:55:23.144 INFO O| Aug 25 22:55:23.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93972026-08-25T22:55:23.958Z[ recovery-image] Aug 25 22:55:23.144 INFO O| Aug 25 22:55:23.144 INFO completed processing sled/zfs-recovery
93982026-08-25T22:55:23.958Z[ recovery-image] Aug 25 22:55:23.144 INFO O| Aug 25 22:55:23.144 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93992026-08-25T22:55:24.680Z[ recovery-image] Aug 25 22:55:23.872 INFO O| Aug 25 22:55:23.872 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94002026-08-25T22:55:24.785Z[ recovery-image] Aug 25 22:55:23.976 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94012026-08-25T22:55:24.785Z[ recovery-image] Aug 25 22:55:23.976 INFO expanded image name: "recovery 1f434a8/${os_short_commit} 2026-08-25 22:40" -> "recovery 1f434a8/bbd33bf 2026-08-25 22:40"
94022026-08-25T22:55:24.789Z[ recovery-image] Aug 25 22:55:23.977 INFO output artefacts stored in: "/work/os-recovery"
94032026-08-25T22:55:24.789Z[ recovery-image] Aug 25 22:55:23.977 INFO collecting git info from project "chelsio-t6-roms"...
94042026-08-25T22:55:24.805Z[ recovery-image] Aug 25 22:55:23.996 INFO collecting git info from project "image-builder"...
94052026-08-25T22:55:24.811Z[ recovery-image] Aug 25 22:55:24.003 INFO collecting git info from project "dmar-report"...
94062026-08-25T22:55:24.822Z[ recovery-image] Aug 25 22:55:24.014 INFO collecting git info from project "phbl"...
94072026-08-25T22:55:24.831Z[ recovery-image] Aug 25 22:55:24.023 INFO collecting git info from project "amd-host-image-builder"...
94082026-08-25T22:55:24.839Z[ recovery-image] Aug 25 22:55:24.031 INFO collecting git info from project "bootserver"...
94092026-08-25T22:55:24.854Z[ recovery-image] Aug 25 22:55:24.046 INFO collecting git info from project "pilot"...
94102026-08-25T22:55:24.865Z[ recovery-image] Aug 25 22:55:24.057 INFO collecting git info from project "amd-firmware"...
94112026-08-25T22:55:25.384Z[ recovery-image] Aug 25 22:55:24.575 INFO collecting git info from project "pinprick"...
94122026-08-25T22:55:25.396Z[ recovery-image] Aug 25 22:55:24.588 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94132026-08-25T22:55:26.046Z[ recovery-image] Aug 25 22:55:25.238 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94142026-08-25T22:55:26.308Z[ host-image] Aug 25 22:55:25.500 INFO O| adding properties...
94152026-08-25T22:55:26.429Z[ recovery-image] Aug 25 22:55:25.621 INFO creating Oxide boot image...
94162026-08-25T22:55:26.429Z[ recovery-image] Aug 25 22:55:25.621 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1f434a8/bbd33bf 2026-08-25 22:40", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94172026-08-25T22:55:27.110Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94182026-08-25T22:55:27.817Z[ host-image] Aug 25 22:55:27.002 INFO O| installing packages...
94192026-08-25T22:55:27.880Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94202026-08-25T22:55:29.303Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94212026-08-25T22:55:29.485Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94222026-08-25T22:55:30.697Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94232026-08-25T22:55:33.568Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94242026-08-25T22:55:34.334Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94252026-08-25T22:55:36.400Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94262026-08-25T22:55:38.731Z[ host-image] Aug 25 22:55:37.922 INFO O| seeding SMF database...
94272026-08-25T22:55:43.771Z[ host-image] Aug 25 22:55:42.962 INFO O| configuring SMF profile...
94282026-08-25T22:55:43.771Z[ host-image] Aug 25 22:55:42.962 INFO O| modifying shadow(5)...
94292026-08-25T22:55:43.775Z[ host-image] Aug 25 22:55:42.962 INFO O| loading user and group database...
94302026-08-25T22:55:43.775Z[ host-image] Aug 25 22:55:42.962 INFO O| loading facet selections...
94312026-08-25T22:55:44.080Z[ host-image] Aug 25 22:55:43.272 INFO O| devel -> true
94322026-08-25T22:55:44.080Z[ host-image] Aug 25 22:55:43.272 INFO O| doc.man -> true
94332026-08-25T22:55:44.080Z[ host-image] Aug 25 22:55:43.272 INFO O| version-lock.shell/ksh93 -> true
94342026-08-25T22:55:44.084Z[ host-image] Aug 25 22:55:43.272 INFO O| version-lock.system/data/hardware-registry -> true
94352026-08-25T22:55:44.084Z[ host-image] Aug 25 22:55:43.272 INFO O| version-lock.system/data/zoneinfo -> true
94362026-08-25T22:55:44.084Z[ host-image] Aug 25 22:55:43.272 INFO O| version-lock.system/microcode/amd -> true
94372026-08-25T22:55:44.084Z[ host-image] Aug 25 22:55:43.272 INFO O| version-lock.system/microcode/intel -> true
94382026-08-25T22:55:44.084Z[ host-image] Aug 25 22:55:43.272 INFO O| version-lock.system/microcode/oxide -> true
94392026-08-25T22:55:44.084Z[ host-image] Aug 25 22:55:43.272 INFO O| assessing packaged files...
94402026-08-25T22:55:44.895Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94412026-08-25T22:55:45.701Z[ host-image] Aug 25 22:55:44.893 INFO O| creating archive...
94422026-08-25T22:55:45.723Z[ host-image] Aug 25 22:55:44.914 INFO O| missing from packaging:
94432026-08-25T22:55:45.723Z[ host-image] Aug 25 22:55:44.914 INFO O| "etc/.pwd.lock"
94442026-08-25T22:55:45.728Z[ host-image] Aug 25 22:55:44.914 INFO O| "etc/bash"
94452026-08-25T22:55:45.728Z[ host-image] Aug 25 22:55:44.918 INFO O| "etc/svc/profile/generic.xml"
94462026-08-25T22:55:45.728Z[ host-image] Aug 25 22:55:44.918 INFO O| "etc/svc/profile/inetd_services.xml"
94472026-08-25T22:55:45.728Z[ host-image] Aug 25 22:55:44.918 INFO O| "etc/svc/profile/name_service.xml"
94482026-08-25T22:55:45.728Z[ host-image] Aug 25 22:55:44.918 INFO O| "etc/svc/profile/platform.xml"
94492026-08-25T22:55:45.728Z[ host-image] Aug 25 22:55:44.918 INFO O| "etc/svc/profile/platform_omicron1.xml"
94502026-08-25T22:55:45.728Z[ host-image] Aug 25 22:55:44.918 INFO O| "etc/svc/repository.db"
94512026-08-25T22:55:45.733Z[ host-image] Aug 25 22:55:44.925 INFO O| "opt/ooce/share"
94522026-08-25T22:55:45.733Z[ host-image] Aug 25 22:55:44.925 INFO O| "opt/ooce/share/man"
94532026-08-25T22:55:45.733Z[ host-image] Aug 25 22:55:44.925 INFO O| "opt/ooce/share/man/man1"
94542026-08-25T22:55:45.743Z[ host-image] Aug 25 22:55:44.934 INFO O| finishing archive...
94552026-08-25T22:55:48.203Z[ host-image] Aug 25 22:55:47.390 INFO O| creating gzonly manifest...
94562026-08-25T22:55:48.206Z[ host-image] Aug 25 22:55:47.396 INFO O| ok
94572026-08-25T22:55:48.319Z[ host-image] Aug 25 22:55:47.511 INFO image builder template: ramdisk-02-trim...
94582026-08-25T22:55:48.319Z[ host-image] Aug 25 22:55:47.511 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/.tmpjS1e7R/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94592026-08-25T22:55:48.336Z[ host-image] Aug 25 22:55:47.528 INFO O| Aug 25 22:55:47.528 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94602026-08-25T22:55:48.340Z[ host-image] Aug 25 22:55:47.532 INFO O| Aug 25 22:55:47.532 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94612026-08-25T22:55:48.709Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94622026-08-25T22:55:49.153Z[ host-image] Aug 25 22:55:48.344 INFO O| Aug 25 22:55:48.344 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94632026-08-25T22:55:49.238Z[ host-image] Aug 25 22:55:48.430 INFO O| Aug 25 22:55:48.430 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94642026-08-25T22:55:49.238Z[ host-image] Aug 25 22:55:48.430 INFO O| Aug 25 22:55:48.430 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94652026-08-25T22:55:49.243Z[ host-image] Aug 25 22:55:48.435 INFO O| Aug 25 22:55:48.435 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94662026-08-25T22:55:49.248Z[ host-image] Aug 25 22:55:48.440 INFO O| Aug 25 22:55:48.440 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94672026-08-25T22:55:49.254Z[ host-image] Aug 25 22:55:48.446 INFO O| Aug 25 22:55:48.446 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94682026-08-25T22:55:50.031Z[ host-image] Aug 25 22:55:49.222 INFO O| Aug 25 22:55:49.222 INFO rolled back to input snapshot; work may begin
94692026-08-25T22:55:50.031Z[ host-image] Aug 25 22:55:49.223 INFO O| Aug 25 22:55:49.222 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94702026-08-25T22:55:50.036Z[ host-image] Aug 25 22:55:49.228 INFO O| Aug 25 22:55:49.228 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-08-25T22:55:50.045Z[ host-image] Aug 25 22:55:49.237 INFO O| Aug 25 22:55:49.237 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94722026-08-25T22:55:50.083Z[ host-image] Aug 25 22:55:49.275 INFO O| Aug 25 22:55:49.274 INFO STEP 0 (remove_files) COMPLETE
94732026-08-25T22:55:50.083Z[ host-image] Aug 25 22:55:49.275 INFO O| Aug 25 22:55:49.274 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-25T22:55:50.092Z[ host-image] Aug 25 22:55:49.284 INFO O| Aug 25 22:55:49.284 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94752026-08-25T22:55:50.096Z[ host-image] Aug 25 22:55:49.285 INFO O| Aug 25 22:55:49.285 INFO STEP 1 (remove_files) COMPLETE
94762026-08-25T22:55:50.096Z[ host-image] Aug 25 22:55:49.285 INFO O| Aug 25 22:55:49.285 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-25T22:55:50.102Z[ host-image] Aug 25 22:55:49.294 INFO O| Aug 25 22:55:49.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94782026-08-25T22:55:50.116Z[ host-image] Aug 25 22:55:49.308 INFO O| Aug 25 22:55:49.308 INFO STEP 2 (remove_files) COMPLETE
94792026-08-25T22:55:50.116Z[ host-image] Aug 25 22:55:49.308 INFO O| Aug 25 22:55:49.308 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-25T22:55:50.126Z[ host-image] Aug 25 22:55:49.318 INFO O| Aug 25 22:55:49.318 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94812026-08-25T22:55:50.129Z[ host-image] Aug 25 22:55:49.319 INFO O| Aug 25 22:55:49.319 INFO STEP 3 (remove_files) COMPLETE
94822026-08-25T22:55:50.129Z[ host-image] Aug 25 22:55:49.319 INFO O| Aug 25 22:55:49.319 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-25T22:55:50.136Z[ host-image] Aug 25 22:55:49.328 INFO O| Aug 25 22:55:49.328 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94842026-08-25T22:55:50.139Z[ host-image] Aug 25 22:55:49.331 INFO O| Aug 25 22:55:49.331 INFO STEP 4 (remove_files) COMPLETE
94852026-08-25T22:55:50.139Z[ host-image] Aug 25 22:55:49.331 INFO O| Aug 25 22:55:49.331 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-25T22:55:50.146Z[ host-image] Aug 25 22:55:49.338 INFO O| Aug 25 22:55:49.338 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94872026-08-25T22:55:50.149Z[ host-image] Aug 25 22:55:49.340 INFO O| Aug 25 22:55:49.340 INFO STEP 5 (remove_files) COMPLETE
94882026-08-25T22:55:50.150Z[ host-image] Aug 25 22:55:49.340 INFO O| Aug 25 22:55:49.340 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-25T22:55:50.156Z[ host-image] Aug 25 22:55:49.348 INFO O| Aug 25 22:55:49.348 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94902026-08-25T22:55:50.168Z[ host-image] Aug 25 22:55:49.358 INFO O| Aug 25 22:55:49.358 INFO STEP 6 (remove_files) COMPLETE
94912026-08-25T22:55:50.168Z[ host-image] Aug 25 22:55:49.358 INFO O| Aug 25 22:55:49.358 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-25T22:55:50.172Z[ host-image] Aug 25 22:55:49.358 INFO O| Aug 25 22:55:49.358 INFO skip step because feature "heliosv2" is not enabled
94932026-08-25T22:55:50.172Z[ host-image] Aug 25 22:55:49.358 INFO O| Aug 25 22:55:49.358 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-25T22:55:50.176Z[ host-image] Aug 25 22:55:49.366 INFO O| Aug 25 22:55:49.366 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94952026-08-25T22:55:50.185Z[ host-image] Aug 25 22:55:49.377 INFO O| Aug 25 22:55:49.377 INFO STEP 8 (remove_files) COMPLETE
94962026-08-25T22:55:50.188Z[ host-image] Aug 25 22:55:49.377 INFO O| Aug 25 22:55:49.377 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-25T22:55:50.194Z[ host-image] Aug 25 22:55:49.386 INFO O| Aug 25 22:55:49.386 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94982026-08-25T22:55:50.261Z[ host-image] Aug 25 22:55:49.453 INFO O| Aug 25 22:55:49.453 INFO STEP 9 (remove_files) COMPLETE
94992026-08-25T22:55:50.261Z[ host-image] Aug 25 22:55:49.453 INFO O| Aug 25 22:55:49.453 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-25T22:55:50.272Z[ host-image] Aug 25 22:55:49.464 INFO O| Aug 25 22:55:49.464 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95012026-08-25T22:55:50.349Z[ host-image] Aug 25 22:55:49.540 INFO O| Aug 25 22:55:49.540 INFO STEP 10 (remove_files) COMPLETE
95022026-08-25T22:55:50.349Z[ host-image] Aug 25 22:55:49.541 INFO O| Aug 25 22:55:49.540 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-25T22:55:50.359Z[ host-image] Aug 25 22:55:49.551 INFO O| Aug 25 22:55:49.551 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95042026-08-25T22:55:50.363Z[ host-image] Aug 25 22:55:49.555 INFO O| Aug 25 22:55:49.555 INFO STEP 11 (remove_files) COMPLETE
95052026-08-25T22:55:50.363Z[ host-image] Aug 25 22:55:49.555 INFO O| Aug 25 22:55:49.555 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-25T22:55:50.373Z[ host-image] Aug 25 22:55:49.565 INFO O| Aug 25 22:55:49.565 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95072026-08-25T22:55:50.378Z[ host-image] Aug 25 22:55:49.566 INFO O| Aug 25 22:55:49.566 INFO STEP 12 (remove_files) COMPLETE
95082026-08-25T22:55:50.378Z[ host-image] Aug 25 22:55:49.566 INFO O| Aug 25 22:55:49.566 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-25T22:55:50.384Z[ host-image] Aug 25 22:55:49.576 INFO O| Aug 25 22:55:49.576 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95102026-08-25T22:55:50.387Z[ host-image] Aug 25 22:55:49.577 INFO O| Aug 25 22:55:49.577 INFO STEP 13 (remove_files) COMPLETE
95112026-08-25T22:55:50.387Z[ host-image] Aug 25 22:55:49.577 INFO O| Aug 25 22:55:49.577 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-25T22:55:50.464Z[ host-image] Aug 25 22:55:49.656 INFO O| Aug 25 22:55:49.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95132026-08-25T22:55:50.472Z[ host-image] Aug 25 22:55:49.664 INFO O| Aug 25 22:55:49.664 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95142026-08-25T22:55:50.626Z[ host-image] Aug 25 22:55:49.818 INFO O| Aug 25 22:55:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95152026-08-25T22:55:50.626Z[ host-image] Aug 25 22:55:49.818 INFO O| Aug 25 22:55:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95162026-08-25T22:55:50.626Z[ host-image] Aug 25 22:55:49.818 INFO O| Aug 25 22:55:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95172026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.818 INFO O| Aug 25 22:55:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95182026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.818 INFO O| Aug 25 22:55:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95192026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.818 INFO O| Aug 25 22:55:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95202026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.818 INFO O| Aug 25 22:55:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95212026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.818 INFO O| Aug 25 22:55:49.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95222026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.819 INFO O| Aug 25 22:55:49.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95232026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.819 INFO O| Aug 25 22:55:49.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95242026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.819 INFO O| Aug 25 22:55:49.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95252026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.819 INFO O| Aug 25 22:55:49.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95262026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.819 INFO O| Aug 25 22:55:49.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95272026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.819 INFO O| Aug 25 22:55:49.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95282026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.819 INFO O| Aug 25 22:55:49.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95292026-08-25T22:55:50.630Z[ host-image] Aug 25 22:55:49.819 INFO O| Aug 25 22:55:49.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95302026-08-25T22:55:50.634Z[ host-image] Aug 25 22:55:49.826 INFO O| Aug 25 22:55:49.826 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95312026-08-25T22:55:50.637Z[ host-image] Aug 25 22:55:49.826 INFO O| Aug 25 22:55:49.826 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95322026-08-25T22:55:50.641Z[ host-image] Aug 25 22:55:49.830 INFO O| Aug 25 22:55:49.830 INFO STEP 14 (remove_files) COMPLETE
95332026-08-25T22:55:50.641Z[ host-image] Aug 25 22:55:49.830 INFO O| Aug 25 22:55:49.830 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-08-25T22:55:50.648Z[ host-image] Aug 25 22:55:49.840 INFO O| Aug 25 22:55:49.840 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95352026-08-25T22:55:50.652Z[ host-image] Aug 25 22:55:49.841 INFO O| Aug 25 22:55:49.841 INFO STEP 15 (remove_files) COMPLETE
95362026-08-25T22:55:50.652Z[ host-image] Aug 25 22:55:49.841 INFO O| Aug 25 22:55:49.841 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-25T22:55:50.659Z[ host-image] Aug 25 22:55:49.851 INFO O| Aug 25 22:55:49.851 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95382026-08-25T22:55:50.665Z[ host-image] Aug 25 22:55:49.857 INFO O| Aug 25 22:55:49.857 INFO STEP 16 (remove_files) COMPLETE
95392026-08-25T22:55:50.665Z[ host-image] Aug 25 22:55:49.857 INFO O| Aug 25 22:55:49.857 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-25T22:55:50.674Z[ host-image] Aug 25 22:55:49.867 INFO O| Aug 25 22:55:49.866 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95412026-08-25T22:55:50.678Z[ host-image] Aug 25 22:55:49.867 INFO O| Aug 25 22:55:49.867 INFO STEP 17 (remove_files) COMPLETE
95422026-08-25T22:55:50.678Z[ host-image] Aug 25 22:55:49.867 INFO O| Aug 25 22:55:49.867 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-25T22:55:50.683Z[ host-image] Aug 25 22:55:49.875 INFO O| Aug 25 22:55:49.875 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95442026-08-25T22:55:50.688Z[ host-image] Aug 25 22:55:49.876 INFO O| Aug 25 22:55:49.876 INFO STEP 18 (remove_files) COMPLETE
95452026-08-25T22:55:50.688Z[ host-image] Aug 25 22:55:49.876 INFO O| Aug 25 22:55:49.876 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-25T22:55:50.692Z[ host-image] Aug 25 22:55:49.884 INFO O| Aug 25 22:55:49.884 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95472026-08-25T22:55:50.692Z[ host-image] Aug 25 22:55:49.884 INFO O| Aug 25 22:55:49.884 INFO STEP 19 (remove_files) COMPLETE
95482026-08-25T22:55:50.692Z[ host-image] Aug 25 22:55:49.884 INFO O| Aug 25 22:55:49.884 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-25T22:55:50.702Z[ host-image] Aug 25 22:55:49.893 INFO O| Aug 25 22:55:49.893 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95502026-08-25T22:55:50.702Z[ host-image] Aug 25 22:55:49.893 INFO O| Aug 25 22:55:49.893 INFO STEP 20 (remove_files) COMPLETE
95512026-08-25T22:55:50.705Z[ host-image] Aug 25 22:55:49.893 INFO O| Aug 25 22:55:49.893 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-25T22:55:50.710Z[ host-image] Aug 25 22:55:49.902 INFO O| Aug 25 22:55:49.902 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95532026-08-25T22:55:50.710Z[ host-image] Aug 25 22:55:49.902 INFO O| Aug 25 22:55:49.902 INFO STEP 21 (remove_files) COMPLETE
95542026-08-25T22:55:50.713Z[ host-image] Aug 25 22:55:49.902 INFO O| Aug 25 22:55:49.902 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-25T22:55:50.719Z[ host-image] Aug 25 22:55:49.911 INFO O| Aug 25 22:55:49.911 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95562026-08-25T22:55:50.722Z[ host-image] Aug 25 22:55:49.911 INFO O| Aug 25 22:55:49.911 INFO STEP 22 (remove_files) COMPLETE
95572026-08-25T22:55:50.722Z[ host-image] Aug 25 22:55:49.911 INFO O| Aug 25 22:55:49.911 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-25T22:55:50.729Z[ host-image] Aug 25 22:55:49.921 INFO O| Aug 25 22:55:49.921 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95592026-08-25T22:55:50.729Z[ host-image] Aug 25 22:55:49.921 INFO O| Aug 25 22:55:49.921 INFO STEP 23 (remove_files) COMPLETE
95602026-08-25T22:55:50.729Z[ host-image] Aug 25 22:55:49.921 INFO O| Aug 25 22:55:49.921 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-25T22:55:50.738Z[ host-image] Aug 25 22:55:49.930 INFO O| Aug 25 22:55:49.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95622026-08-25T22:55:50.738Z[ host-image] Aug 25 22:55:49.930 INFO O| Aug 25 22:55:49.930 INFO STEP 24 (remove_files) COMPLETE
95632026-08-25T22:55:50.741Z[ host-image] Aug 25 22:55:49.930 INFO O| Aug 25 22:55:49.930 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-25T22:55:50.746Z[ host-image] Aug 25 22:55:49.938 INFO O| Aug 25 22:55:49.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95652026-08-25T22:55:50.746Z[ host-image] Aug 25 22:55:49.938 INFO O| Aug 25 22:55:49.938 INFO STEP 25 (remove_files) COMPLETE
95662026-08-25T22:55:50.749Z[ host-image] Aug 25 22:55:49.938 INFO O| Aug 25 22:55:49.938 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-25T22:55:50.754Z[ host-image] Aug 25 22:55:49.946 INFO O| Aug 25 22:55:49.946 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95682026-08-25T22:55:50.757Z[ host-image] Aug 25 22:55:49.946 INFO O| Aug 25 22:55:49.946 INFO STEP 26 (remove_files) COMPLETE
95692026-08-25T22:55:50.757Z[ host-image] Aug 25 22:55:49.946 INFO O| Aug 25 22:55:49.946 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-25T22:55:50.764Z[ host-image] Aug 25 22:55:49.956 INFO O| Aug 25 22:55:49.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95712026-08-25T22:55:50.764Z[ host-image] Aug 25 22:55:49.956 INFO O| Aug 25 22:55:49.956 INFO STEP 27 (remove_files) COMPLETE
95722026-08-25T22:55:50.764Z[ host-image] Aug 25 22:55:49.956 INFO O| Aug 25 22:55:49.956 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-25T22:55:50.773Z[ host-image] Aug 25 22:55:49.965 INFO O| Aug 25 22:55:49.965 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95742026-08-25T22:55:50.776Z[ host-image] Aug 25 22:55:49.965 INFO O| Aug 25 22:55:49.965 INFO STEP 28 (remove_files) COMPLETE
95752026-08-25T22:55:50.776Z[ host-image] Aug 25 22:55:49.965 INFO O| Aug 25 22:55:49.965 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-25T22:55:50.783Z[ host-image] Aug 25 22:55:49.975 INFO O| Aug 25 22:55:49.975 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95772026-08-25T22:55:50.786Z[ host-image] Aug 25 22:55:49.975 INFO O| Aug 25 22:55:49.975 INFO STEP 29 (remove_files) COMPLETE
95782026-08-25T22:55:50.786Z[ host-image] Aug 25 22:55:49.975 INFO O| Aug 25 22:55:49.975 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-25T22:55:50.792Z[ host-image] Aug 25 22:55:49.984 INFO O| Aug 25 22:55:49.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95802026-08-25T22:55:50.795Z[ host-image] Aug 25 22:55:49.984 INFO O| Aug 25 22:55:49.984 INFO STEP 30 (remove_files) COMPLETE
95812026-08-25T22:55:50.795Z[ host-image] Aug 25 22:55:49.984 INFO O| Aug 25 22:55:49.984 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-25T22:55:50.800Z[ host-image] Aug 25 22:55:49.992 INFO O| Aug 25 22:55:49.992 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95832026-08-25T22:55:50.805Z[ host-image] Aug 25 22:55:49.992 INFO O| Aug 25 22:55:49.992 INFO STEP 31 (remove_files) COMPLETE
95842026-08-25T22:55:50.805Z[ host-image] Aug 25 22:55:49.992 INFO O| Aug 25 22:55:49.992 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-25T22:55:50.808Z[ host-image] Aug 25 22:55:50.001 INFO O| Aug 25 22:55:50.001 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95862026-08-25T22:55:50.812Z[ host-image] Aug 25 22:55:50.001 INFO O| Aug 25 22:55:50.001 INFO STEP 32 (remove_files) COMPLETE
95872026-08-25T22:55:50.812Z[ host-image] Aug 25 22:55:50.001 INFO O| Aug 25 22:55:50.001 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-25T22:55:50.817Z[ host-image] Aug 25 22:55:50.009 INFO O| Aug 25 22:55:50.009 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95892026-08-25T22:55:50.820Z[ host-image] Aug 25 22:55:50.009 INFO O| Aug 25 22:55:50.009 INFO STEP 33 (remove_files) COMPLETE
95902026-08-25T22:55:50.820Z[ host-image] Aug 25 22:55:50.009 INFO O| Aug 25 22:55:50.009 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-25T22:55:50.828Z[ host-image] Aug 25 22:55:50.020 INFO O| Aug 25 22:55:50.020 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95922026-08-25T22:55:50.828Z[ host-image] Aug 25 22:55:50.020 INFO O| Aug 25 22:55:50.020 INFO STEP 34 (remove_files) COMPLETE
95932026-08-25T22:55:50.831Z[ host-image] Aug 25 22:55:50.020 INFO O| Aug 25 22:55:50.020 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-25T22:55:50.838Z[ host-image] Aug 25 22:55:50.030 INFO O| Aug 25 22:55:50.030 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95952026-08-25T22:55:50.838Z[ host-image] Aug 25 22:55:50.030 INFO O| Aug 25 22:55:50.030 INFO STEP 35 (remove_files) COMPLETE
95962026-08-25T22:55:50.838Z[ host-image] Aug 25 22:55:50.030 INFO O| Aug 25 22:55:50.030 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-25T22:55:50.846Z[ host-image] Aug 25 22:55:50.038 INFO O| Aug 25 22:55:50.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95982026-08-25T22:55:50.846Z[ host-image] Aug 25 22:55:50.039 INFO O| Aug 25 22:55:50.039 INFO STEP 36 (remove_files) COMPLETE
95992026-08-25T22:55:50.850Z[ host-image] Aug 25 22:55:50.039 INFO O| Aug 25 22:55:50.039 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-25T22:55:50.855Z[ host-image] Aug 25 22:55:50.048 INFO O| Aug 25 22:55:50.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96012026-08-25T22:55:50.855Z[ host-image] Aug 25 22:55:50.048 INFO O| Aug 25 22:55:50.048 INFO STEP 37 (remove_files) COMPLETE
96022026-08-25T22:55:50.855Z[ host-image] Aug 25 22:55:50.048 INFO O| Aug 25 22:55:50.048 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-25T22:55:50.866Z[ host-image] Aug 25 22:55:50.058 INFO O| Aug 25 22:55:50.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96042026-08-25T22:55:50.866Z[ host-image] Aug 25 22:55:50.058 INFO O| Aug 25 22:55:50.058 INFO STEP 38 (remove_files) COMPLETE
96052026-08-25T22:55:50.869Z[ host-image] Aug 25 22:55:50.058 INFO O| Aug 25 22:55:50.058 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-25T22:55:50.878Z[ host-image] Aug 25 22:55:50.069 INFO O| Aug 25 22:55:50.069 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96072026-08-25T22:55:50.878Z[ host-image] Aug 25 22:55:50.069 INFO O| Aug 25 22:55:50.069 INFO STEP 39 (remove_files) COMPLETE
96082026-08-25T22:55:50.881Z[ host-image] Aug 25 22:55:50.069 INFO O| Aug 25 22:55:50.069 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-25T22:55:50.887Z[ host-image] Aug 25 22:55:50.079 INFO O| Aug 25 22:55:50.079 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96102026-08-25T22:55:50.887Z[ host-image] Aug 25 22:55:50.079 INFO O| Aug 25 22:55:50.079 INFO STEP 40 (remove_files) COMPLETE
96112026-08-25T22:55:50.890Z[ host-image] Aug 25 22:55:50.079 INFO O| Aug 25 22:55:50.079 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-25T22:55:50.897Z[ host-image] Aug 25 22:55:50.089 INFO O| Aug 25 22:55:50.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96132026-08-25T22:55:50.897Z[ host-image] Aug 25 22:55:50.089 INFO O| Aug 25 22:55:50.089 INFO STEP 41 (remove_files) COMPLETE
96142026-08-25T22:55:50.900Z[ host-image] Aug 25 22:55:50.089 INFO O| Aug 25 22:55:50.089 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-25T22:55:50.907Z[ host-image] Aug 25 22:55:50.099 INFO O| Aug 25 22:55:50.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96162026-08-25T22:55:50.907Z[ host-image] Aug 25 22:55:50.099 INFO O| Aug 25 22:55:50.099 INFO STEP 42 (remove_files) COMPLETE
96172026-08-25T22:55:50.910Z[ host-image] Aug 25 22:55:50.099 INFO O| Aug 25 22:55:50.099 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-25T22:55:50.917Z[ host-image] Aug 25 22:55:50.109 INFO O| Aug 25 22:55:50.109 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96192026-08-25T22:55:50.917Z[ host-image] Aug 25 22:55:50.109 INFO O| Aug 25 22:55:50.109 INFO STEP 43 (remove_files) COMPLETE
96202026-08-25T22:55:50.917Z[ host-image] Aug 25 22:55:50.109 INFO O| Aug 25 22:55:50.109 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-25T22:55:50.927Z[ host-image] Aug 25 22:55:50.119 INFO O| Aug 25 22:55:50.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96222026-08-25T22:55:50.927Z[ host-image] Aug 25 22:55:50.119 INFO O| Aug 25 22:55:50.119 INFO STEP 44 (remove_files) COMPLETE
96232026-08-25T22:55:50.927Z[ host-image] Aug 25 22:55:50.119 INFO O| Aug 25 22:55:50.119 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-25T22:55:50.937Z[ host-image] Aug 25 22:55:50.130 INFO O| Aug 25 22:55:50.129 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96252026-08-25T22:55:50.937Z[ host-image] Aug 25 22:55:50.130 INFO O| Aug 25 22:55:50.130 INFO STEP 45 (remove_files) COMPLETE
96262026-08-25T22:55:50.941Z[ host-image] Aug 25 22:55:50.130 INFO O| Aug 25 22:55:50.130 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-25T22:55:50.947Z[ host-image] Aug 25 22:55:50.139 INFO O| Aug 25 22:55:50.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96282026-08-25T22:55:50.951Z[ host-image] Aug 25 22:55:50.140 INFO O| Aug 25 22:55:50.140 INFO STEP 46 (remove_files) COMPLETE
96292026-08-25T22:55:50.951Z[ host-image] Aug 25 22:55:50.140 INFO O| Aug 25 22:55:50.140 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-25T22:55:50.957Z[ host-image] Aug 25 22:55:50.149 INFO O| Aug 25 22:55:50.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96312026-08-25T22:55:50.957Z[ host-image] Aug 25 22:55:50.149 INFO O| Aug 25 22:55:50.149 INFO STEP 47 (remove_files) COMPLETE
96322026-08-25T22:55:50.957Z[ host-image] Aug 25 22:55:50.149 INFO O| Aug 25 22:55:50.149 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-25T22:55:50.968Z[ host-image] Aug 25 22:55:50.160 INFO O| Aug 25 22:55:50.160 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96342026-08-25T22:55:50.968Z[ host-image] Aug 25 22:55:50.160 INFO O| Aug 25 22:55:50.160 INFO STEP 48 (remove_files) COMPLETE
96352026-08-25T22:55:50.968Z[ host-image] Aug 25 22:55:50.160 INFO O| Aug 25 22:55:50.160 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-25T22:55:50.978Z[ host-image] Aug 25 22:55:50.170 INFO O| Aug 25 22:55:50.170 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96372026-08-25T22:55:50.978Z[ host-image] Aug 25 22:55:50.170 INFO O| Aug 25 22:55:50.170 INFO STEP 49 (remove_files) COMPLETE
96382026-08-25T22:55:50.978Z[ host-image] Aug 25 22:55:50.170 INFO O| Aug 25 22:55:50.170 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-25T22:55:50.987Z[ host-image] Aug 25 22:55:50.179 INFO O| Aug 25 22:55:50.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96402026-08-25T22:55:50.990Z[ host-image] Aug 25 22:55:50.179 INFO O| Aug 25 22:55:50.179 INFO STEP 50 (remove_files) COMPLETE
96412026-08-25T22:55:50.990Z[ host-image] Aug 25 22:55:50.179 INFO O| Aug 25 22:55:50.179 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-25T22:55:50.996Z[ host-image] Aug 25 22:55:50.188 INFO O| Aug 25 22:55:50.188 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96432026-08-25T22:55:50.996Z[ host-image] Aug 25 22:55:50.188 INFO O| Aug 25 22:55:50.188 INFO STEP 51 (remove_files) COMPLETE
96442026-08-25T22:55:50.996Z[ host-image] Aug 25 22:55:50.188 INFO O| Aug 25 22:55:50.188 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-25T22:55:51.007Z[ host-image] Aug 25 22:55:50.199 INFO O| Aug 25 22:55:50.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96462026-08-25T22:55:51.007Z[ host-image] Aug 25 22:55:50.199 INFO O| Aug 25 22:55:50.199 INFO STEP 52 (remove_files) COMPLETE
96472026-08-25T22:55:51.007Z[ host-image] Aug 25 22:55:50.199 INFO O| Aug 25 22:55:50.199 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-25T22:55:51.017Z[ host-image] Aug 25 22:55:50.209 INFO O| Aug 25 22:55:50.209 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96492026-08-25T22:55:51.017Z[ host-image] Aug 25 22:55:50.209 INFO O| Aug 25 22:55:50.209 INFO STEP 53 (remove_files) COMPLETE
96502026-08-25T22:55:51.020Z[ host-image] Aug 25 22:55:50.209 INFO O| Aug 25 22:55:50.209 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-25T22:55:51.026Z[ host-image] Aug 25 22:55:50.218 INFO O| Aug 25 22:55:50.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96522026-08-25T22:55:51.026Z[ host-image] Aug 25 22:55:50.218 INFO O| Aug 25 22:55:50.218 INFO STEP 54 (remove_files) COMPLETE
96532026-08-25T22:55:51.030Z[ host-image] Aug 25 22:55:50.218 INFO O| Aug 25 22:55:50.218 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-25T22:55:51.038Z[ host-image] Aug 25 22:55:50.228 INFO O| Aug 25 22:55:50.228 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96552026-08-25T22:55:51.038Z[ host-image] Aug 25 22:55:50.228 INFO O| Aug 25 22:55:50.228 INFO STEP 55 (remove_files) COMPLETE
96562026-08-25T22:55:51.042Z[ host-image] Aug 25 22:55:50.228 INFO O| Aug 25 22:55:50.228 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-25T22:55:51.045Z[ host-image] Aug 25 22:55:50.237 INFO O| Aug 25 22:55:50.237 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96582026-08-25T22:55:51.046Z[ host-image] Aug 25 22:55:50.237 INFO O| Aug 25 22:55:50.237 INFO STEP 56 (remove_files) COMPLETE
96592026-08-25T22:55:51.046Z[ host-image] Aug 25 22:55:50.237 INFO O| Aug 25 22:55:50.237 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-25T22:55:51.053Z[ host-image] Aug 25 22:55:50.246 INFO O| Aug 25 22:55:50.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96612026-08-25T22:55:51.054Z[ host-image] Aug 25 22:55:50.246 INFO O| Aug 25 22:55:50.246 INFO STEP 57 (remove_files) COMPLETE
96622026-08-25T22:55:51.054Z[ host-image] Aug 25 22:55:50.246 INFO O| Aug 25 22:55:50.246 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-25T22:55:51.064Z[ host-image] Aug 25 22:55:50.256 INFO O| Aug 25 22:55:50.256 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96642026-08-25T22:55:51.064Z[ host-image] Aug 25 22:55:50.256 INFO O| Aug 25 22:55:50.256 INFO STEP 58 (remove_files) COMPLETE
96652026-08-25T22:55:51.067Z[ host-image] Aug 25 22:55:50.256 INFO O| Aug 25 22:55:50.256 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-25T22:55:51.073Z[ host-image] Aug 25 22:55:50.265 INFO O| Aug 25 22:55:50.265 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96672026-08-25T22:55:51.073Z[ host-image] Aug 25 22:55:50.265 INFO O| Aug 25 22:55:50.265 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96682026-08-25T22:55:51.077Z[ host-image] Aug 25 22:55:50.265 INFO O| Aug 25 22:55:50.265 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96692026-08-25T22:55:51.077Z[ host-image] Aug 25 22:55:50.265 INFO O| Aug 25 22:55:50.265 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96702026-08-25T22:55:51.077Z[ host-image] Aug 25 22:55:50.265 INFO O| Aug 25 22:55:50.265 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96712026-08-25T22:55:51.077Z[ host-image] Aug 25 22:55:50.266 INFO O| Aug 25 22:55:50.265 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96722026-08-25T22:55:51.077Z[ host-image] Aug 25 22:55:50.266 INFO O| Aug 25 22:55:50.266 INFO ok!
96732026-08-25T22:55:51.077Z[ host-image] Aug 25 22:55:50.266 INFO O| Aug 25 22:55:50.266 INFO STEP 59 (ensure_file) COMPLETE
96742026-08-25T22:55:51.077Z[ host-image] Aug 25 22:55:50.266 INFO O| Aug 25 22:55:50.266 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-25T22:55:51.083Z[ host-image] Aug 25 22:55:50.274 INFO O| Aug 25 22:55:50.274 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96762026-08-25T22:55:51.083Z[ host-image] Aug 25 22:55:50.274 INFO O| Aug 25 22:55:50.274 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96772026-08-25T22:55:51.086Z[ host-image] Aug 25 22:55:50.274 INFO O| Aug 25 22:55:50.274 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96782026-08-25T22:55:51.086Z[ host-image] Aug 25 22:55:50.275 INFO O| Aug 25 22:55:50.274 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96792026-08-25T22:55:51.086Z[ host-image] Aug 25 22:55:50.275 INFO O| Aug 25 22:55:50.274 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96802026-08-25T22:55:51.086Z[ host-image] Aug 25 22:55:50.275 INFO O| Aug 25 22:55:50.274 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96812026-08-25T22:55:51.086Z[ host-image] Aug 25 22:55:50.275 INFO O| Aug 25 22:55:50.275 INFO ok!
96822026-08-25T22:55:51.086Z[ host-image] Aug 25 22:55:50.275 INFO O| Aug 25 22:55:50.275 INFO STEP 60 (ensure_file) COMPLETE
96832026-08-25T22:55:51.086Z[ host-image] Aug 25 22:55:50.275 INFO O| Aug 25 22:55:50.275 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-25T22:55:51.092Z[ host-image] Aug 25 22:55:50.284 INFO O| Aug 25 22:55:50.284 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96852026-08-25T22:55:51.092Z[ host-image] Aug 25 22:55:50.284 INFO O| Aug 25 22:55:50.284 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96862026-08-25T22:55:51.095Z[ host-image] Aug 25 22:55:50.284 INFO O| Aug 25 22:55:50.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96872026-08-25T22:55:51.095Z[ host-image] Aug 25 22:55:50.284 INFO O| Aug 25 22:55:50.284 INFO ok!
96882026-08-25T22:55:51.095Z[ host-image] Aug 25 22:55:50.284 INFO O| Aug 25 22:55:50.284 INFO STEP 61 (ensure_file) COMPLETE
96892026-08-25T22:55:51.095Z[ host-image] Aug 25 22:55:50.284 INFO O| Aug 25 22:55:50.284 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-08-25T22:55:51.102Z[ host-image] Aug 25 22:55:50.294 INFO O| Aug 25 22:55:50.294 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96912026-08-25T22:55:51.102Z[ host-image] Aug 25 22:55:50.294 INFO O| Aug 25 22:55:50.294 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96922026-08-25T22:55:51.106Z[ host-image] Aug 25 22:55:50.295 INFO O| Aug 25 22:55:50.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96932026-08-25T22:55:51.106Z[ host-image] Aug 25 22:55:50.295 INFO O| Aug 25 22:55:50.295 INFO ok!
96942026-08-25T22:55:51.106Z[ host-image] Aug 25 22:55:50.295 INFO O| Aug 25 22:55:50.295 INFO STEP 62 (ensure_file) COMPLETE
96952026-08-25T22:55:51.106Z[ host-image] Aug 25 22:55:50.295 INFO O| Aug 25 22:55:50.295 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96962026-08-25T22:55:51.111Z[ host-image] Aug 25 22:55:50.304 INFO O| Aug 25 22:55:50.304 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96972026-08-25T22:55:51.111Z[ host-image] Aug 25 22:55:50.304 INFO O| Aug 25 22:55:50.304 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96982026-08-25T22:55:51.115Z[ host-image] Aug 25 22:55:50.304 INFO O| Aug 25 22:55:50.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96992026-08-25T22:55:51.115Z[ host-image] Aug 25 22:55:50.304 INFO O| Aug 25 22:55:50.304 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97002026-08-25T22:55:51.115Z[ host-image] Aug 25 22:55:50.304 INFO O| Aug 25 22:55:50.304 INFO ok!
97012026-08-25T22:55:51.115Z[ host-image] Aug 25 22:55:50.304 INFO O| Aug 25 22:55:50.304 INFO STEP 63 (ensure_file) COMPLETE
97022026-08-25T22:55:51.115Z[ host-image] Aug 25 22:55:50.304 INFO O| Aug 25 22:55:50.304 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97032026-08-25T22:55:51.121Z[ host-image] Aug 25 22:55:50.314 INFO O| Aug 25 22:55:50.313 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97042026-08-25T22:55:51.121Z[ host-image] Aug 25 22:55:50.314 INFO O| Aug 25 22:55:50.313 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97052026-08-25T22:55:51.125Z[ host-image] Aug 25 22:55:50.314 INFO O| Aug 25 22:55:50.314 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97062026-08-25T22:55:51.125Z[ host-image] Aug 25 22:55:50.314 INFO O| Aug 25 22:55:50.314 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97072026-08-25T22:55:51.125Z[ host-image] Aug 25 22:55:50.314 INFO O| Aug 25 22:55:50.314 INFO ok!
97082026-08-25T22:55:51.125Z[ host-image] Aug 25 22:55:50.314 INFO O| Aug 25 22:55:50.314 INFO STEP 64 (ensure_file) COMPLETE
97092026-08-25T22:55:51.125Z[ host-image] Aug 25 22:55:50.314 INFO O| Aug 25 22:55:50.314 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97102026-08-25T22:55:51.131Z[ host-image] Aug 25 22:55:50.323 INFO O| Aug 25 22:55:50.323 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97112026-08-25T22:55:51.131Z[ host-image] Aug 25 22:55:50.323 INFO O| Aug 25 22:55:50.323 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97122026-08-25T22:55:51.131Z[ host-image] Aug 25 22:55:50.323 INFO O| Aug 25 22:55:50.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97132026-08-25T22:55:51.134Z[ host-image] Aug 25 22:55:50.323 INFO O| Aug 25 22:55:50.323 INFO ok!
97142026-08-25T22:55:51.134Z[ host-image] Aug 25 22:55:50.323 INFO O| Aug 25 22:55:50.323 INFO STEP 65 (assemble_files) COMPLETE
97152026-08-25T22:55:51.134Z[ host-image] Aug 25 22:55:50.323 INFO O| Aug 25 22:55:50.323 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-08-25T22:55:51.141Z[ host-image] Aug 25 22:55:50.333 INFO O| Aug 25 22:55:50.333 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97172026-08-25T22:55:51.141Z[ host-image] Aug 25 22:55:50.333 INFO O| Aug 25 22:55:50.333 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97182026-08-25T22:55:51.144Z[ host-image] Aug 25 22:55:50.333 INFO O| Aug 25 22:55:50.333 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97192026-08-25T22:55:51.144Z[ host-image] Aug 25 22:55:50.333 INFO O| Aug 25 22:55:50.333 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97202026-08-25T22:55:51.145Z[ host-image] Aug 25 22:55:50.333 INFO O| Aug 25 22:55:50.333 INFO ok!
97212026-08-25T22:55:51.145Z[ host-image] Aug 25 22:55:50.333 INFO O| Aug 25 22:55:50.333 INFO STEP 66 (ensure_file) COMPLETE
97222026-08-25T22:55:51.145Z[ host-image] Aug 25 22:55:50.333 INFO O| Aug 25 22:55:50.333 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-08-25T22:55:51.150Z[ host-image] Aug 25 22:55:50.342 INFO O| Aug 25 22:55:50.342 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97242026-08-25T22:55:51.153Z[ host-image] Aug 25 22:55:50.342 INFO O| Aug 25 22:55:50.342 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97252026-08-25T22:55:51.153Z[ host-image] Aug 25 22:55:50.342 INFO O| Aug 25 22:55:50.342 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97262026-08-25T22:55:51.153Z[ host-image] Aug 25 22:55:50.342 INFO O| Aug 25 22:55:50.342 INFO STEP 67 (ensure_dir) COMPLETE
97272026-08-25T22:55:51.153Z[ host-image] Aug 25 22:55:50.342 INFO O| Aug 25 22:55:50.342 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97282026-08-25T22:55:51.158Z[ host-image] Aug 25 22:55:50.351 INFO O| Aug 25 22:55:50.351 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97292026-08-25T22:55:51.158Z[ host-image] Aug 25 22:55:50.351 INFO O| Aug 25 22:55:50.351 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 ...
97302026-08-25T22:55:51.164Z[ host-image] Aug 25 22:55:50.356 INFO O| Aug 25 22:55:50.356 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
97312026-08-25T22:55:51.164Z[ host-image] Aug 25 22:55:50.356 INFO O| Aug 25 22:55:50.356 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97322026-08-25T22:55:51.169Z[ host-image] Aug 25 22:55:50.357 INFO O| Aug 25 22:55:50.357 INFO ok!
97332026-08-25T22:55:51.169Z[ host-image] Aug 25 22:55:50.357 INFO O| Aug 25 22:55:50.357 INFO STEP 68 (ensure_file) COMPLETE
97342026-08-25T22:55:51.169Z[ host-image] Aug 25 22:55:50.357 INFO O| Aug 25 22:55:50.357 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97352026-08-25T22:55:51.182Z[ host-image] Aug 25 22:55:50.366 INFO O| Aug 25 22:55:50.366 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97362026-08-25T22:55:51.182Z[ host-image] Aug 25 22:55:50.366 INFO O| Aug 25 22:55:50.366 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 ...
97372026-08-25T22:55:51.185Z[ host-image] Aug 25 22:55:50.366 INFO O| Aug 25 22:55:50.366 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
97382026-08-25T22:55:51.185Z[ host-image] Aug 25 22:55:50.366 INFO O| Aug 25 22:55:50.366 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97392026-08-25T22:55:51.185Z[ host-image] Aug 25 22:55:50.366 INFO O| Aug 25 22:55:50.366 INFO ok!
97402026-08-25T22:55:51.185Z[ host-image] Aug 25 22:55:50.366 INFO O| Aug 25 22:55:50.366 INFO STEP 69 (ensure_file) COMPLETE
97412026-08-25T22:55:51.185Z[ host-image] Aug 25 22:55:50.366 INFO O| Aug 25 22:55:50.366 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97422026-08-25T22:55:51.189Z[ host-image] Aug 25 22:55:50.381 INFO O| Aug 25 22:55:50.381 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97432026-08-25T22:55:51.189Z[ host-image] Aug 25 22:55:50.381 INFO O| Aug 25 22:55:50.381 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97442026-08-25T22:55:52.736Z[ host-image] Aug 25 22:55:51.928 INFO O| Aug 25 22:55:51.927 INFO STEP 70 (pack_tar) COMPLETE
97452026-08-25T22:55:52.736Z[ host-image] Aug 25 22:55:51.928 INFO O| Aug 25 22:55:51.928 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97462026-08-25T22:55:52.736Z[ host-image] Aug 25 22:55:51.928 INFO O| Aug 25 22:55:51.928 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97472026-08-25T22:55:53.617Z[ host-image] Aug 25 22:55:52.808 INFO O| Aug 25 22:55:52.808 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97482026-08-25T22:55:53.790Z[ host-image] Aug 25 22:55:52.981 INFO O| Aug 25 22:55:52.981 INFO completed processing sled/ramdisk-02-trim
97492026-08-25T22:55:53.800Z[ host-image] Aug 25 22:55:52.983 INFO image builder template: zfs...
97502026-08-25T22:55:53.800Z[ host-image] Aug 25 22:55:52.983 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/.tmpjS1e7R/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97512026-08-25T22:55:53.809Z[ host-image] Aug 25 22:55:52.995 INFO O| Aug 25 22:55:52.995 INFO skip include "stress" because feature "stress" is not enabled
97522026-08-25T22:55:53.809Z[ host-image] Aug 25 22:55:52.995 INFO O| Aug 25 22:55:52.995 INFO skip include "stress" because feature "compliance" is not enabled
97532026-08-25T22:55:53.834Z[ host-image] Aug 25 22:55:53.024 INFO O| Aug 25 22:55:53.024 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97542026-08-25T22:55:53.838Z[ host-image] Aug 25 22:55:53.029 INFO O| Aug 25 22:55:53.029 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97552026-08-25T22:55:53.977Z[ host-image] Aug 25 22:55:53.168 INFO O| Aug 25 22:55:53.168 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97562026-08-25T22:55:54.139Z[ host-image] Aug 25 22:55:53.324 INFO O| Aug 25 22:55:53.324 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97572026-08-25T22:55:54.139Z[ host-image] Aug 25 22:55:53.324 INFO O| Aug 25 22:55:53.324 INFO work dataset: rpool/images/build/host/work/sled/zfs
97582026-08-25T22:55:54.154Z[ host-image] Aug 25 22:55:53.329 INFO O| Aug 25 22:55:53.329 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97592026-08-25T22:55:54.245Z[ host-image] Aug 25 22:55:53.436 INFO O| Aug 25 22:55:53.436 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97602026-08-25T22:55:54.298Z[ host-image] Aug 25 22:55:53.482 INFO O| Aug 25 22:55:53.482 INFO DESTROY POOL: TEMPORARY-sled-zfs
97612026-08-25T22:55:54.305Z[ host-image] Aug 25 22:55:53.492 INFO O| Aug 25 22:55:53.492 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97622026-08-25T22:55:54.314Z[ host-image] Aug 25 22:55:53.497 INFO O| Aug 25 22:55:53.497 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97632026-08-25T22:55:54.314Z[ host-image] Aug 25 22:55:53.497 INFO O| Aug 25 22:55:53.497 INFO no lofi found
97642026-08-25T22:55:54.314Z[ host-image] Aug 25 22:55:53.497 INFO O| Aug 25 22:55:53.497 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97652026-08-25T22:55:54.314Z[ host-image] Aug 25 22:55:53.497 INFO O| Aug 25 22:55:53.497 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97662026-08-25T22:55:55.809Z[ host-image] Aug 25 22:55:55.001 INFO O| Aug 25 22:55:55.001 INFO lofi device = /dev/dsk/c2t1d0p0
97672026-08-25T22:55:55.809Z[ host-image] Aug 25 22:55:55.001 INFO O| Aug 25 22:55:55.001 INFO pool device = /dev/dsk/c2t1d0p0
97682026-08-25T22:55:55.817Z[ host-image] Aug 25 22:55:55.001 INFO O| Aug 25 22:55:55.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"]
97692026-08-25T22:55:55.887Z[ host-image] Aug 25 22:55:55.078 INFO O| Aug 25 22:55:55.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97702026-08-25T22:55:55.887Z[ host-image] Aug 25 22:55:55.078 INFO O| Aug 25 22:55:55.078 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97712026-08-25T22:55:55.905Z[ host-image] Aug 25 22:55:55.095 INFO O| Aug 25 22:55:55.095 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97722026-08-25T22:55:55.957Z[ host-image] Aug 25 22:55:55.145 INFO O| Aug 25 22:55:55.145 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97732026-08-25T22:55:55.986Z[ host-image] Aug 25 22:55:55.173 INFO O| Aug 25 22:55:55.173 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97742026-08-25T22:55:55.999Z[ host-image] Aug 25 22:55:55.186 INFO O| Aug 25 22:55:55.186 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97752026-08-25T22:55:56.005Z[ host-image] Aug 25 22:55:55.197 INFO O| Aug 25 22:55:55.197 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97762026-08-25T22:55:56.042Z[ host-image] Aug 25 22:55:55.233 INFO O| Aug 25 22:55:55.233 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97772026-08-25T22:55:56.042Z[ host-image] Aug 25 22:55:55.233 INFO O| Aug 25 22:55:55.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97782026-08-25T22:55:56.042Z[ host-image] Aug 25 22:55:55.233 INFO O| Aug 25 22:55:55.233 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97792026-08-25T22:55:56.060Z[ host-image] Aug 25 22:55:55.247 INFO O| Aug 25 22:55:55.246 INFO boot environment UUID: cc8581fd-b062-4556-a627-c71417cda1ba
97802026-08-25T22:55:56.060Z[ host-image] Aug 25 22:55:55.247 INFO O| Aug 25 22:55:55.246 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = cc8581fd-b062-4556-a627-c71417cda1ba
97812026-08-25T22:55:56.069Z[ host-image] Aug 25 22:55:55.257 INFO O| Aug 25 22:55:55.257 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97822026-08-25T22:55:56.075Z[ host-image] Aug 25 22:55:55.268 INFO O| Aug 25 22:55:55.267 INFO STEP 0 (create_be) COMPLETE
97832026-08-25T22:55:56.076Z[ host-image] Aug 25 22:55:55.268 INFO O| Aug 25 22:55:55.267 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97842026-08-25T22:55:56.095Z[ host-image] Aug 25 22:55:55.283 INFO O| Aug 25 22:55:55.283 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97852026-08-25T22:56:04.705Z[ host-image] Aug 25 22:56:03.895 INFO O| Aug 25 22:56:03.895 INFO STEP 1 (unpack_tar) COMPLETE
97862026-08-25T22:56:04.705Z[ host-image] Aug 25 22:56:03.895 INFO O| Aug 25 22:56:03.895 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97872026-08-25T22:56:04.724Z[ host-image] Aug 25 22:56:03.906 INFO O| Aug 25 22:56:03.905 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97882026-08-25T22:56:05.235Z[ host-image] Aug 25 22:56:04.414 INFO O| Aug 25 22:56:04.414 INFO STEP 2 (devfsadm) COMPLETE
97892026-08-25T22:56:05.235Z[ host-image] Aug 25 22:56:04.415 INFO O| Aug 25 22:56:04.414 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-25T22:56:05.243Z[ host-image] Aug 25 22:56:04.423 INFO O| Aug 25 22:56:04.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97912026-08-25T22:56:05.243Z[ host-image] Aug 25 22:56:04.423 INFO O| Aug 25 22:56:04.423 INFO STEP 3 (ensure_dir) COMPLETE
97922026-08-25T22:56:05.243Z[ host-image] Aug 25 22:56:04.424 INFO O| Aug 25 22:56:04.423 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97932026-08-25T22:56:05.243Z[ host-image] Aug 25 22:56:04.433 INFO O| Aug 25 22:56:04.433 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97942026-08-25T22:56:05.243Z[ host-image] Aug 25 22:56:04.433 INFO O| Aug 25 22:56:04.433 INFO STEP 4 (ensure_dir) COMPLETE
97952026-08-25T22:56:05.243Z[ host-image] Aug 25 22:56:04.433 INFO O| Aug 25 22:56:04.433 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97962026-08-25T22:56:05.249Z[ host-image] Aug 25 22:56:04.440 INFO O| Aug 25 22:56:04.440 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97972026-08-25T22:56:05.249Z[ host-image] Aug 25 22:56:04.440 INFO O| Aug 25 22:56:04.440 INFO STEP 5 (ensure_dir) COMPLETE
97982026-08-25T22:56:05.249Z[ host-image] Aug 25 22:56:04.440 INFO O| Aug 25 22:56:04.440 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-25T22:56:05.259Z[ host-image] Aug 25 22:56:04.448 INFO O| Aug 25 22:56:04.448 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98002026-08-25T22:56:05.259Z[ host-image] Aug 25 22:56:04.449 INFO O| Aug 25 22:56:04.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98012026-08-25T22:56:05.265Z[ host-image] Aug 25 22:56:04.449 INFO O| Aug 25 22:56:04.449 INFO STEP 6 (ensure_dir) COMPLETE
98022026-08-25T22:56:05.265Z[ host-image] Aug 25 22:56:04.449 INFO O| Aug 25 22:56:04.449 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-08-25T22:56:05.265Z[ host-image] Aug 25 22:56:04.456 INFO O| Aug 25 22:56:04.456 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98042026-08-25T22:56:05.265Z[ host-image] Aug 25 22:56:04.456 INFO O| Aug 25 22:56:04.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98052026-08-25T22:56:05.265Z[ host-image] Aug 25 22:56:04.456 INFO O| Aug 25 22:56:04.456 INFO STEP 7 (ensure_dir) COMPLETE
98062026-08-25T22:56:05.265Z[ host-image] Aug 25 22:56:04.456 INFO O| Aug 25 22:56:04.456 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-08-25T22:56:05.272Z[ host-image] Aug 25 22:56:04.463 INFO O| Aug 25 22:56:04.463 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98082026-08-25T22:56:05.280Z[ host-image] Aug 25 22:56:04.463 INFO O| Aug 25 22:56:04.463 INFO STEP 8 (remove_files) COMPLETE
98092026-08-25T22:56:05.280Z[ host-image] Aug 25 22:56:04.463 INFO O| Aug 25 22:56:04.463 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-08-25T22:56:05.287Z[ host-image] Aug 25 22:56:04.471 INFO O| Aug 25 22:56:04.471 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98112026-08-25T22:56:05.287Z[ host-image] Aug 25 22:56:04.472 INFO O| Aug 25 22:56:04.472 INFO STEP 9 (remove_files) COMPLETE
98122026-08-25T22:56:05.287Z[ host-image] Aug 25 22:56:04.472 INFO O| Aug 25 22:56:04.472 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98132026-08-25T22:56:05.292Z[ host-image] Aug 25 22:56:04.479 INFO O| Aug 25 22:56:04.479 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98142026-08-25T22:56:05.292Z[ host-image] Aug 25 22:56:04.480 INFO O| Aug 25 22:56:04.480 INFO STEP 10 (remove_files) COMPLETE
98152026-08-25T22:56:05.292Z[ host-image] Aug 25 22:56:04.480 INFO O| Aug 25 22:56:04.480 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-08-25T22:56:05.297Z[ host-image] Aug 25 22:56:04.485 INFO O| Aug 25 22:56:04.485 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98172026-08-25T22:56:05.297Z[ host-image] Aug 25 22:56:04.485 INFO O| Aug 25 22:56:04.485 INFO STEP 11 (remove_files) COMPLETE
98182026-08-25T22:56:05.297Z[ host-image] Aug 25 22:56:04.485 INFO O| Aug 25 22:56:04.485 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-25T22:56:05.309Z[ host-image] Aug 25 22:56:04.492 INFO O| Aug 25 22:56:04.492 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98202026-08-25T22:56:05.310Z[ host-image] Aug 25 22:56:04.492 INFO O| Aug 25 22:56:04.492 INFO STEP 12 (remove_files) COMPLETE
98212026-08-25T22:56:05.310Z[ host-image] Aug 25 22:56:04.492 INFO O| Aug 25 22:56:04.492 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-25T22:56:05.313Z[ host-image] Aug 25 22:56:04.499 INFO O| Aug 25 22:56:04.499 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98232026-08-25T22:56:05.313Z[ host-image] Aug 25 22:56:04.499 INFO O| Aug 25 22:56:04.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98242026-08-25T22:56:05.313Z[ host-image] Aug 25 22:56:04.499 INFO O| Aug 25 22:56:04.499 INFO STEP 13 (ensure_dir) COMPLETE
98252026-08-25T22:56:05.313Z[ host-image] Aug 25 22:56:04.499 INFO O| Aug 25 22:56:04.499 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.507 INFO O| Aug 25 22:56:04.507 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98272026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.507 INFO O| Aug 25 22:56:04.507 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98282026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.507 INFO O| Aug 25 22:56:04.507 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98292026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.507 INFO O| Aug 25 22:56:04.507 INFO STEP 14 (ensure_dir) COMPLETE
98302026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.507 INFO O| Aug 25 22:56:04.507 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98312026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.514 INFO O| Aug 25 22:56:04.514 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98322026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.514 INFO O| Aug 25 22:56:04.514 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98332026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.514 INFO O| Aug 25 22:56:04.514 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98342026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.514 INFO O| Aug 25 22:56:04.514 INFO STEP 15 (ensure_dir) COMPLETE
98352026-08-25T22:56:05.324Z[ host-image] Aug 25 22:56:04.514 INFO O| Aug 25 22:56:04.514 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98362026-08-25T22:56:05.334Z[ host-image] Aug 25 22:56:04.520 INFO O| Aug 25 22:56:04.520 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98372026-08-25T22:56:05.334Z[ host-image] Aug 25 22:56:04.520 INFO O| Aug 25 22:56:04.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98382026-08-25T22:56:05.334Z[ host-image] Aug 25 22:56:04.520 INFO O| Aug 25 22:56:04.520 INFO STEP 16 (ensure_dir) COMPLETE
98392026-08-25T22:56:05.334Z[ host-image] Aug 25 22:56:04.520 INFO O| Aug 25 22:56:04.520 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98402026-08-25T22:56:05.350Z[ host-image] Aug 25 22:56:04.527 INFO O| Aug 25 22:56:04.527 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98412026-08-25T22:56:05.350Z[ host-image] Aug 25 22:56:04.527 INFO O| Aug 25 22:56:04.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98422026-08-25T22:56:05.350Z[ host-image] Aug 25 22:56:04.527 INFO O| Aug 25 22:56:04.527 INFO STEP 17 (ensure_dir) COMPLETE
98432026-08-25T22:56:05.350Z[ host-image] Aug 25 22:56:04.527 INFO O| Aug 25 22:56:04.527 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.534 INFO O| Aug 25 22:56:04.534 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98452026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.534 INFO O| Aug 25 22:56:04.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98462026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.534 INFO O| Aug 25 22:56:04.534 INFO ok!
98472026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.534 INFO O| Aug 25 22:56:04.534 INFO STEP 18 (ensure_symlink) COMPLETE
98482026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.534 INFO O| Aug 25 22:56:04.534 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98492026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.540 INFO O| Aug 25 22:56:04.540 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98502026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.540 INFO O| Aug 25 22:56:04.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98512026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.540 INFO O| Aug 25 22:56:04.540 INFO ok!
98522026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.540 INFO O| Aug 25 22:56:04.540 INFO STEP 19 (ensure_file) COMPLETE
98532026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.540 INFO O| Aug 25 22:56:04.540 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98542026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.545 INFO O| Aug 25 22:56:04.545 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98552026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.545 INFO O| Aug 25 22:56:04.545 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98562026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.545 INFO O| Aug 25 22:56:04.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98572026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.545 INFO O| Aug 25 22:56:04.545 INFO ok!
98582026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.545 INFO O| Aug 25 22:56:04.545 INFO STEP 20 (ensure_symlink) COMPLETE
98592026-08-25T22:56:05.356Z[ host-image] Aug 25 22:56:04.545 INFO O| Aug 25 22:56:04.545 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98602026-08-25T22:56:05.362Z[ host-image] Aug 25 22:56:04.551 INFO O| Aug 25 22:56:04.551 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98612026-08-25T22:56:05.363Z[ host-image] Aug 25 22:56:04.551 INFO O| Aug 25 22:56:04.551 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98622026-08-25T22:56:05.363Z[ host-image] Aug 25 22:56:04.551 INFO O| Aug 25 22:56:04.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98632026-08-25T22:56:05.363Z[ host-image] Aug 25 22:56:04.551 INFO O| Aug 25 22:56:04.551 INFO ok!
98642026-08-25T22:56:05.363Z[ host-image] Aug 25 22:56:04.551 INFO O| Aug 25 22:56:04.551 INFO STEP 21 (ensure_symlink) COMPLETE
98652026-08-25T22:56:05.363Z[ host-image] Aug 25 22:56:04.551 INFO O| Aug 25 22:56:04.551 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98662026-08-25T22:56:05.378Z[ host-image] Aug 25 22:56:04.559 INFO O| Aug 25 22:56:04.559 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98672026-08-25T22:56:05.378Z[ host-image] Aug 25 22:56:04.559 INFO O| Aug 25 22:56:04.559 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98682026-08-25T22:56:05.378Z[ host-image] Aug 25 22:56:04.559 INFO O| Aug 25 22:56:04.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98692026-08-25T22:56:05.378Z[ host-image] Aug 25 22:56:04.559 INFO O| Aug 25 22:56:04.559 INFO ok!
98702026-08-25T22:56:05.378Z[ host-image] Aug 25 22:56:04.559 INFO O| Aug 25 22:56:04.559 INFO STEP 22 (ensure_symlink) COMPLETE
98712026-08-25T22:56:05.378Z[ host-image] Aug 25 22:56:04.559 INFO O| Aug 25 22:56:04.559 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.565 INFO O| Aug 25 22:56:04.565 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98732026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.565 INFO O| Aug 25 22:56:04.565 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98742026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.565 INFO O| Aug 25 22:56:04.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98752026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.565 INFO O| Aug 25 22:56:04.565 INFO ok!
98762026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.565 INFO O| Aug 25 22:56:04.565 INFO STEP 23 (ensure_symlink) COMPLETE
98772026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.565 INFO O| Aug 25 22:56:04.565 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98782026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.572 INFO O| Aug 25 22:56:04.572 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98792026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.572 INFO O| Aug 25 22:56:04.572 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98802026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.572 INFO O| Aug 25 22:56:04.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98812026-08-25T22:56:05.407Z[ host-image] Aug 25 22:56:04.572 INFO O| Aug 25 22:56:04.572 INFO ok!
98822026-08-25T22:56:05.408Z[ host-image] Aug 25 22:56:04.572 INFO O| Aug 25 22:56:04.572 INFO STEP 24 (ensure_file) COMPLETE
98832026-08-25T22:56:05.408Z[ host-image] Aug 25 22:56:04.572 INFO O| Aug 25 22:56:04.572 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-25T22:56:05.408Z[ host-image] Aug 25 22:56:04.578 INFO O| Aug 25 22:56:04.578 INFO updating shadow file
98852026-08-25T22:56:05.408Z[ host-image] Aug 25 22:56:04.578 INFO O| Aug 25 22:56:04.578 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98862026-08-25T22:56:05.408Z[ host-image] Aug 25 22:56:04.578 INFO O| Aug 25 22:56:04.578 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98872026-08-25T22:56:05.408Z[ host-image] Aug 25 22:56:04.578 INFO O| Aug 25 22:56:04.578 INFO STEP 25 (shadow) COMPLETE
98882026-08-25T22:56:05.408Z[ host-image] Aug 25 22:56:04.578 INFO O| Aug 25 22:56:04.578 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.585 INFO O| Aug 25 22:56:04.585 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98902026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.585 INFO O| Aug 25 22:56:04.585 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98912026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.585 INFO O| Aug 25 22:56:04.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98922026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.585 INFO O| Aug 25 22:56:04.585 INFO ok!
98932026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.585 INFO O| Aug 25 22:56:04.585 INFO STEP 26 (ensure_file) COMPLETE
98942026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.585 INFO O| Aug 25 22:56:04.585 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.592 INFO O| Aug 25 22:56:04.592 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98962026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.592 INFO O| Aug 25 22:56:04.592 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98972026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.592 INFO O| Aug 25 22:56:04.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98982026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.592 INFO O| Aug 25 22:56:04.592 INFO ok!
98992026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.592 INFO O| Aug 25 22:56:04.592 INFO STEP 27 (ensure_file) COMPLETE
99002026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.592 INFO O| Aug 25 22:56:04.592 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99012026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.599 INFO O| Aug 25 22:56:04.599 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99022026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.599 INFO O| Aug 25 22:56:04.599 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99032026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.600 INFO O| Aug 25 22:56:04.600 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99042026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.600 INFO O| Aug 25 22:56:04.600 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99052026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.600 INFO O| Aug 25 22:56:04.600 INFO ok!
99062026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.600 INFO O| Aug 25 22:56:04.600 INFO STEP 28 (ensure_file) COMPLETE
99072026-08-25T22:56:05.418Z[ host-image] Aug 25 22:56:04.600 INFO O| Aug 25 22:56:04.600 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99082026-08-25T22:56:05.425Z[ host-image] Aug 25 22:56:04.607 INFO O| Aug 25 22:56:04.607 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99092026-08-25T22:56:05.425Z[ host-image] Aug 25 22:56:04.607 INFO O| Aug 25 22:56:04.607 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99102026-08-25T22:56:05.425Z[ host-image] Aug 25 22:56:04.607 INFO O| Aug 25 22:56:04.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99112026-08-25T22:56:05.425Z[ host-image] Aug 25 22:56:04.607 INFO O| Aug 25 22:56:04.607 INFO ok!
99122026-08-25T22:56:05.425Z[ host-image] Aug 25 22:56:04.607 INFO O| Aug 25 22:56:04.607 INFO STEP 29 (ensure_file) COMPLETE
99132026-08-25T22:56:05.426Z[ host-image] Aug 25 22:56:04.607 INFO O| Aug 25 22:56:04.607 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-08-25T22:56:05.426Z[ host-image] Aug 25 22:56:04.614 INFO O| Aug 25 22:56:04.614 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99152026-08-25T22:56:05.426Z[ host-image] Aug 25 22:56:04.614 INFO O| Aug 25 22:56:04.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99162026-08-25T22:56:05.426Z[ host-image] Aug 25 22:56:04.614 INFO O| Aug 25 22:56:04.614 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99172026-08-25T22:56:05.426Z[ host-image] Aug 25 22:56:04.614 INFO O| Aug 25 22:56:04.614 INFO STEP 30 (ensure_dir) COMPLETE
99182026-08-25T22:56:05.426Z[ host-image] Aug 25 22:56:04.614 INFO O| Aug 25 22:56:04.614 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99192026-08-25T22:56:05.436Z[ host-image] Aug 25 22:56:04.620 INFO O| Aug 25 22:56:04.620 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99202026-08-25T22:56:05.436Z[ host-image] Aug 25 22:56:04.620 INFO O| Aug 25 22:56:04.620 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99212026-08-25T22:56:05.436Z[ host-image] Aug 25 22:56:04.620 INFO O| Aug 25 22:56:04.620 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99222026-08-25T22:56:05.436Z[ host-image] Aug 25 22:56:04.620 INFO O| Aug 25 22:56:04.620 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99232026-08-25T22:56:05.436Z[ host-image] Aug 25 22:56:04.620 INFO O| Aug 25 22:56:04.620 INFO ok!
99242026-08-25T22:56:05.436Z[ host-image] Aug 25 22:56:04.620 INFO O| Aug 25 22:56:04.620 INFO STEP 31 (ensure_file) COMPLETE
99252026-08-25T22:56:05.436Z[ host-image] Aug 25 22:56:04.620 INFO O| Aug 25 22:56:04.620 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99262026-08-25T22:56:05.443Z[ host-image] Aug 25 22:56:04.626 INFO O| Aug 25 22:56:04.626 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99272026-08-25T22:56:05.443Z[ host-image] Aug 25 22:56:04.626 INFO O| Aug 25 22:56:04.626 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99282026-08-25T22:56:05.443Z[ host-image] Aug 25 22:56:04.626 INFO O| Aug 25 22:56:04.626 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99292026-08-25T22:56:05.443Z[ host-image] Aug 25 22:56:04.626 INFO O| Aug 25 22:56:04.626 INFO STEP 32 (ensure_dir) COMPLETE
99302026-08-25T22:56:05.443Z[ host-image] Aug 25 22:56:04.626 INFO O| Aug 25 22:56:04.626 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-08-25T22:56:05.444Z[ host-image] Aug 25 22:56:04.634 INFO O| Aug 25 22:56:04.634 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99322026-08-25T22:56:05.444Z[ host-image] Aug 25 22:56:04.634 INFO O| Aug 25 22:56:04.634 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 ...
99332026-08-25T22:56:05.444Z[ host-image] Aug 25 22:56:04.634 INFO O| Aug 25 22:56:04.634 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
99342026-08-25T22:56:05.444Z[ host-image] Aug 25 22:56:04.634 INFO O| Aug 25 22:56:04.634 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99352026-08-25T22:56:05.444Z[ host-image] Aug 25 22:56:04.634 INFO O| Aug 25 22:56:04.634 INFO ok!
99362026-08-25T22:56:05.444Z[ host-image] Aug 25 22:56:04.634 INFO O| Aug 25 22:56:04.634 INFO STEP 33 (ensure_file) COMPLETE
99372026-08-25T22:56:05.444Z[ host-image] Aug 25 22:56:04.634 INFO O| Aug 25 22:56:04.634 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99382026-08-25T22:56:05.449Z[ host-image] Aug 25 22:56:04.640 INFO O| Aug 25 22:56:04.640 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99392026-08-25T22:56:05.449Z[ host-image] Aug 25 22:56:04.640 INFO O| Aug 25 22:56:04.640 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99402026-08-25T22:56:05.449Z[ host-image] Aug 25 22:56:04.640 INFO O| Aug 25 22:56:04.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99412026-08-25T22:56:05.449Z[ host-image] Aug 25 22:56:04.640 INFO O| Aug 25 22:56:04.640 INFO ok!
99422026-08-25T22:56:05.449Z[ host-image] Aug 25 22:56:04.640 INFO O| Aug 25 22:56:04.640 INFO STEP 34 (ensure_file) COMPLETE
99432026-08-25T22:56:05.449Z[ host-image] Aug 25 22:56:04.640 INFO O| Aug 25 22:56:04.640 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99442026-08-25T22:56:05.470Z[ host-image] Aug 25 22:56:04.648 INFO O| Aug 25 22:56:04.648 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99452026-08-25T22:56:05.470Z[ host-image] Aug 25 22:56:04.648 INFO O| Aug 25 22:56:04.648 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99462026-08-25T22:56:05.470Z[ host-image] Aug 25 22:56:04.648 INFO O| Aug 25 22:56:04.648 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99472026-08-25T22:56:05.470Z[ host-image] Aug 25 22:56:04.648 INFO O| Aug 25 22:56:04.648 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99482026-08-25T22:56:05.470Z[ host-image] Aug 25 22:56:04.648 INFO O| Aug 25 22:56:04.648 INFO ok!
99492026-08-25T22:56:05.470Z[ host-image] Aug 25 22:56:04.648 INFO O| Aug 25 22:56:04.648 INFO STEP 35 (ensure_file) COMPLETE
99502026-08-25T22:56:05.470Z[ host-image] Aug 25 22:56:04.648 INFO O| Aug 25 22:56:04.648 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99512026-08-25T22:56:05.470Z[ host-image] Aug 25 22:56:04.655 INFO O| Aug 25 22:56:04.655 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99522026-08-25T22:56:05.470Z[ host-image] Aug 25 22:56:04.655 INFO O| Aug 25 22:56:04.655 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99532026-08-25T22:56:05.471Z[ host-image] Aug 25 22:56:04.655 INFO O| Aug 25 22:56:04.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99542026-08-25T22:56:05.471Z[ host-image] Aug 25 22:56:04.655 INFO O| Aug 25 22:56:04.655 INFO ok!
99552026-08-25T22:56:05.471Z[ host-image] Aug 25 22:56:04.655 INFO O| Aug 25 22:56:04.655 INFO STEP 36 (ensure_file) COMPLETE
99562026-08-25T22:56:05.471Z[ host-image] Aug 25 22:56:04.655 INFO O| Aug 25 22:56:04.655 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99572026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.662 INFO O| Aug 25 22:56:04.662 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99582026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.662 INFO O| Aug 25 22:56:04.662 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99592026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.662 INFO O| Aug 25 22:56:04.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99602026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.662 INFO O| Aug 25 22:56:04.662 INFO ok!
99612026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.662 INFO O| Aug 25 22:56:04.662 INFO STEP 37 (ensure_file) COMPLETE
99622026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.662 INFO O| Aug 25 22:56:04.662 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99632026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.669 INFO O| Aug 25 22:56:04.669 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99642026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.669 INFO O| Aug 25 22:56:04.669 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99652026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.669 INFO O| Aug 25 22:56:04.669 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99662026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.669 INFO O| Aug 25 22:56:04.669 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99672026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.669 INFO O| Aug 25 22:56:04.669 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99682026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.669 INFO O| Aug 25 22:56:04.669 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99692026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.669 INFO O| Aug 25 22:56:04.669 INFO ok!
99702026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.669 INFO O| Aug 25 22:56:04.669 INFO STEP 38 (ensure_file) COMPLETE
99712026-08-25T22:56:05.491Z[ host-image] Aug 25 22:56:04.669 INFO O| Aug 25 22:56:04.669 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99722026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.675 INFO O| Aug 25 22:56:04.675 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99732026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.675 INFO O| Aug 25 22:56:04.675 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99742026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.675 INFO O| Aug 25 22:56:04.675 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99752026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.675 INFO O| Aug 25 22:56:04.675 INFO STEP 39 (ensure_dir) COMPLETE
99762026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.675 INFO O| Aug 25 22:56:04.675 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99772026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.681 INFO O| Aug 25 22:56:04.681 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
99782026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.681 INFO O| Aug 25 22:56:04.681 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 ...
99792026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.681 INFO O| Aug 25 22:56:04.681 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
99802026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.681 INFO O| Aug 25 22:56:04.681 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
99812026-08-25T22:56:05.498Z[ host-image] Aug 25 22:56:04.681 INFO O| Aug 25 22:56:04.681 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
99822026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.681 INFO O| Aug 25 22:56:04.681 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
99832026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.681 INFO O| Aug 25 22:56:04.681 INFO ok!
99842026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.681 INFO O| Aug 25 22:56:04.681 INFO STEP 40 (ensure_file) COMPLETE
99852026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.681 INFO O| Aug 25 22:56:04.681 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99862026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.686 INFO O| Aug 25 22:56:04.686 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99872026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.686 INFO O| Aug 25 22:56:04.686 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 ...
99882026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.686 INFO O| Aug 25 22:56:04.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99892026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.686 INFO O| Aug 25 22:56:04.686 INFO ok!
99902026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.686 INFO O| Aug 25 22:56:04.686 INFO STEP 41 (ensure_symlink) COMPLETE
99912026-08-25T22:56:05.499Z[ host-image] Aug 25 22:56:04.686 INFO O| Aug 25 22:56:04.686 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99922026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.691 INFO O| Aug 25 22:56:04.691 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99932026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.691 INFO O| Aug 25 22:56:04.691 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99942026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.691 INFO O| Aug 25 22:56:04.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99952026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.691 INFO O| Aug 25 22:56:04.691 INFO ok!
99962026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.691 INFO O| Aug 25 22:56:04.691 INFO STEP 42 (ensure_symlink) COMPLETE
99972026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.691 INFO O| Aug 25 22:56:04.691 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99982026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.697 INFO O| Aug 25 22:56:04.697 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99992026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.697 INFO O| Aug 25 22:56:04.697 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100002026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.697 INFO O| Aug 25 22:56:04.697 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100012026-08-25T22:56:05.513Z[ host-image] Aug 25 22:56:04.697 INFO O| Aug 25 22:56:04.697 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100022026-08-25T22:56:05.514Z[ host-image] Aug 25 22:56:04.697 INFO O| Aug 25 22:56:04.697 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100032026-08-25T22:56:05.514Z[ host-image] Aug 25 22:56:04.697 INFO O| Aug 25 22:56:04.697 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100042026-08-25T22:56:05.514Z[ host-image] Aug 25 22:56:04.697 INFO O| Aug 25 22:56:04.697 INFO ok!
100052026-08-25T22:56:05.514Z[ host-image] Aug 25 22:56:04.697 INFO O| Aug 25 22:56:04.697 INFO STEP 43 (ensure_file) COMPLETE
100062026-08-25T22:56:05.514Z[ host-image] Aug 25 22:56:04.697 INFO O| Aug 25 22:56:04.697 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100072026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.705 INFO O| Aug 25 22:56:04.705 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100082026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.705 INFO O| Aug 25 22:56:04.705 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 ...
100092026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.705 INFO O| Aug 25 22:56:04.705 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
100102026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.705 INFO O| Aug 25 22:56:04.705 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100112026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.705 INFO O| Aug 25 22:56:04.705 INFO ok!
100122026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.705 INFO O| Aug 25 22:56:04.705 INFO STEP 44 (ensure_file) COMPLETE
100132026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.705 INFO O| Aug 25 22:56:04.705 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.711 INFO O| Aug 25 22:56:04.711 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100152026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.711 INFO O| Aug 25 22:56:04.711 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100162026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.711 INFO O| Aug 25 22:56:04.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100172026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.711 INFO O| Aug 25 22:56:04.711 INFO ok!
100182026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.711 INFO O| Aug 25 22:56:04.711 INFO STEP 45 (ensure_file) COMPLETE
100192026-08-25T22:56:05.530Z[ host-image] Aug 25 22:56:04.711 INFO O| Aug 25 22:56:04.711 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100202026-08-25T22:56:05.534Z[ host-image] Aug 25 22:56:04.720 INFO O| Aug 25 22:56:04.720 INFO updating shadow file
100212026-08-25T22:56:05.534Z[ host-image] Aug 25 22:56:04.720 INFO O| Aug 25 22:56:04.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100222026-08-25T22:56:05.534Z[ host-image] Aug 25 22:56:04.720 INFO O| Aug 25 22:56:04.720 INFO STEP 46 (shadow) COMPLETE
100232026-08-25T22:56:05.534Z[ host-image] Aug 25 22:56:04.720 INFO O| Aug 25 22:56:04.720 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100242026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.727 INFO O| Aug 25 22:56:04.727 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100252026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.727 INFO O| Aug 25 22:56:04.727 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100262026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.727 INFO O| Aug 25 22:56:04.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100272026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.728 INFO O| Aug 25 22:56:04.727 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100282026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.728 INFO O| Aug 25 22:56:04.727 INFO ok!
100292026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.728 INFO O| Aug 25 22:56:04.727 INFO STEP 47 (ensure_file) COMPLETE
100302026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.728 INFO O| Aug 25 22:56:04.727 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100312026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.728 INFO O| Aug 25 22:56:04.727 INFO skip step because feature "mfg" is not enabled
100322026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.728 INFO O| Aug 25 22:56:04.727 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100332026-08-25T22:56:05.545Z[ host-image] Aug 25 22:56:04.728 INFO O| Aug 25 22:56:04.727 INFO skip step because feature "mfg" is not enabled
100342026-08-25T22:56:05.546Z[ host-image] Aug 25 22:56:04.728 INFO O| Aug 25 22:56:04.727 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100352026-08-25T22:56:05.546Z[ host-image] Aug 25 22:56:04.733 INFO O| Aug 25 22:56:04.733 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100362026-08-25T22:56:05.546Z[ host-image] Aug 25 22:56:04.733 INFO O| Aug 25 22:56:04.733 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100372026-08-25T22:56:05.576Z[ host-image] Aug 25 22:56:04.761 INFO O| Aug 25 22:56:04.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100382026-08-25T22:56:05.576Z[ host-image] Aug 25 22:56:04.761 INFO O| Aug 25 22:56:04.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100392026-08-25T22:56:05.581Z[ host-image] Aug 25 22:56:04.761 INFO O| Aug 25 22:56:04.761 INFO ok!
100402026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.761 INFO O| Aug 25 22:56:04.761 INFO STEP 50 (ensure_file) COMPLETE
100412026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.761 INFO O| Aug 25 22:56:04.761 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100422026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.761 INFO O| Aug 25 22:56:04.761 INFO skip step because feature "compliance" is not enabled
100432026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.761 INFO O| Aug 25 22:56:04.761 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100442026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.769 INFO O| Aug 25 22:56:04.769 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100452026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.769 INFO O| Aug 25 22:56:04.769 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100462026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.769 INFO O| Aug 25 22:56:04.769 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100472026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.769 INFO O| Aug 25 22:56:04.769 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100482026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.769 INFO O| Aug 25 22:56:04.769 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100492026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.769 INFO O| Aug 25 22:56:04.769 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100502026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.769 INFO O| Aug 25 22:56:04.769 INFO ok!
100512026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.769 INFO O| Aug 25 22:56:04.769 INFO STEP 52 (ensure_file) COMPLETE
100522026-08-25T22:56:05.582Z[ host-image] Aug 25 22:56:04.769 INFO O| Aug 25 22:56:04.769 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100532026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.775 INFO O| Aug 25 22:56:04.775 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100542026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.775 INFO O| Aug 25 22:56:04.775 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 ...
100552026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.775 INFO O| Aug 25 22:56:04.775 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
100562026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.775 INFO O| Aug 25 22:56:04.775 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100572026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.775 INFO O| Aug 25 22:56:04.775 INFO ok!
100582026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.775 INFO O| Aug 25 22:56:04.775 INFO STEP 53 (ensure_file) COMPLETE
100592026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.775 INFO O| Aug 25 22:56:04.775 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.783 INFO O| Aug 25 22:56:04.783 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100612026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.783 INFO O| Aug 25 22:56:04.783 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 ...
100622026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.783 INFO O| Aug 25 22:56:04.783 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100632026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.783 INFO O| Aug 25 22:56:04.783 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100642026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.783 INFO O| Aug 25 22:56:04.783 INFO ok!
100652026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.783 INFO O| Aug 25 22:56:04.783 INFO STEP 54 (ensure_file) COMPLETE
100662026-08-25T22:56:05.598Z[ host-image] Aug 25 22:56:04.783 INFO O| Aug 25 22:56:04.783 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100672026-08-25T22:56:05.602Z[ host-image] Aug 25 22:56:04.790 INFO O| Aug 25 22:56:04.790 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100682026-08-25T22:56:05.602Z[ host-image] Aug 25 22:56:04.790 INFO O| Aug 25 22:56:04.790 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 ...
100692026-08-25T22:56:05.603Z[ host-image] Aug 25 22:56:04.790 INFO O| Aug 25 22:56:04.790 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
100702026-08-25T22:56:05.603Z[ host-image] Aug 25 22:56:04.790 INFO O| Aug 25 22:56:04.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100712026-08-25T22:56:05.603Z[ host-image] Aug 25 22:56:04.790 INFO O| Aug 25 22:56:04.790 INFO ok!
100722026-08-25T22:56:05.603Z[ host-image] Aug 25 22:56:04.790 INFO O| Aug 25 22:56:04.790 INFO STEP 55 (ensure_file) COMPLETE
100732026-08-25T22:56:05.603Z[ host-image] Aug 25 22:56:04.790 INFO O| Aug 25 22:56:04.790 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100742026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.795 INFO O| Aug 25 22:56:04.795 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100752026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.795 INFO O| Aug 25 22:56:04.795 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 ...
100762026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.795 INFO O| Aug 25 22:56:04.795 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100772026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.795 INFO O| Aug 25 22:56:04.795 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100782026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.795 INFO O| Aug 25 22:56:04.795 INFO ok!
100792026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.795 INFO O| Aug 25 22:56:04.795 INFO STEP 56 (ensure_file) COMPLETE
100802026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.795 INFO O| Aug 25 22:56:04.795 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100812026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.802 INFO O| Aug 25 22:56:04.802 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100822026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.802 INFO O| Aug 25 22:56:04.802 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 ...
100832026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.802 INFO O| Aug 25 22:56:04.802 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
100842026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.802 INFO O| Aug 25 22:56:04.802 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100852026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.802 INFO O| Aug 25 22:56:04.802 INFO ok!
100862026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.802 INFO O| Aug 25 22:56:04.802 INFO STEP 57 (ensure_file) COMPLETE
100872026-08-25T22:56:05.616Z[ host-image] Aug 25 22:56:04.802 INFO O| Aug 25 22:56:04.802 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100882026-08-25T22:56:05.636Z[ host-image] Aug 25 22:56:04.807 INFO O| Aug 25 22:56:04.807 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100892026-08-25T22:56:05.636Z[ host-image] Aug 25 22:56:04.807 INFO O| Aug 25 22:56:04.807 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 ...
100902026-08-25T22:56:05.636Z[ host-image] Aug 25 22:56:04.807 INFO O| Aug 25 22:56:04.807 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100912026-08-25T22:56:05.636Z[ host-image] Aug 25 22:56:04.807 INFO O| Aug 25 22:56:04.807 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100922026-08-25T22:56:05.636Z[ host-image] Aug 25 22:56:04.807 INFO O| Aug 25 22:56:04.807 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100932026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.807 INFO O| Aug 25 22:56:04.807 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100942026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.807 INFO O| Aug 25 22:56:04.807 INFO ok!
100952026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.807 INFO O| Aug 25 22:56:04.807 INFO STEP 58 (ensure_file) COMPLETE
100962026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.807 INFO O| Aug 25 22:56:04.807 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.813 INFO O| Aug 25 22:56:04.813 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100982026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.813 INFO O| Aug 25 22:56:04.813 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 ...
100992026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.813 INFO O| Aug 25 22:56:04.813 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
101002026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.813 INFO O| Aug 25 22:56:04.813 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101012026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.813 INFO O| Aug 25 22:56:04.813 INFO ok!
101022026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.813 INFO O| Aug 25 22:56:04.813 INFO STEP 59 (ensure_file) COMPLETE
101032026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.813 INFO O| Aug 25 22:56:04.813 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101042026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.820 INFO O| Aug 25 22:56:04.820 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101052026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.820 INFO O| Aug 25 22:56:04.820 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101062026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.820 INFO O| Aug 25 22:56:04.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101072026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.820 INFO O| Aug 25 22:56:04.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101082026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.820 INFO O| Aug 25 22:56:04.820 INFO ok!
101092026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.820 INFO O| Aug 25 22:56:04.820 INFO STEP 60 (ensure_file) COMPLETE
101102026-08-25T22:56:05.637Z[ host-image] Aug 25 22:56:04.820 INFO O| Aug 25 22:56:04.820 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101112026-08-25T22:56:05.652Z[ host-image] Aug 25 22:56:04.825 INFO O| Aug 25 22:56:04.825 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101122026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.825 INFO O| Aug 25 22:56:04.825 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 ...
101132026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.825 INFO O| Aug 25 22:56:04.825 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
101142026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.825 INFO O| Aug 25 22:56:04.825 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101152026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.825 INFO O| Aug 25 22:56:04.825 INFO ok!
101162026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.825 INFO O| Aug 25 22:56:04.825 INFO STEP 61 (ensure_file) COMPLETE
101172026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.825 INFO O| Aug 25 22:56:04.825 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101182026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.831 INFO O| Aug 25 22:56:04.831 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101192026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.831 INFO O| Aug 25 22:56:04.831 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101202026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.832 INFO O| Aug 25 22:56:04.831 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101212026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.832 INFO O| Aug 25 22:56:04.832 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101222026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.832 INFO O| Aug 25 22:56:04.832 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101232026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.832 INFO O| Aug 25 22:56:04.832 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101242026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.832 INFO O| Aug 25 22:56:04.832 INFO ok!
101252026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.832 INFO O| Aug 25 22:56:04.832 INFO STEP 62 (ensure_file) COMPLETE
101262026-08-25T22:56:05.653Z[ host-image] Aug 25 22:56:04.832 INFO O| Aug 25 22:56:04.832 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101272026-08-25T22:56:05.658Z[ host-image] Aug 25 22:56:04.838 INFO O| Aug 25 22:56:04.838 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101282026-08-25T22:56:05.658Z[ host-image] Aug 25 22:56:04.838 INFO O| Aug 25 22:56:04.838 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 ...
101292026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.838 INFO O| Aug 25 22:56:04.838 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
101302026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.838 INFO O| Aug 25 22:56:04.838 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101312026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.838 INFO O| Aug 25 22:56:04.838 INFO ok!
101322026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.838 INFO O| Aug 25 22:56:04.838 INFO STEP 63 (ensure_file) COMPLETE
101332026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.838 INFO O| Aug 25 22:56:04.838 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101342026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.845 INFO O| Aug 25 22:56:04.845 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101352026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.845 INFO O| Aug 25 22:56:04.845 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 ...
101362026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.845 INFO O| Aug 25 22:56:04.845 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
101372026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.845 INFO O| Aug 25 22:56:04.845 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101382026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.845 INFO O| Aug 25 22:56:04.845 INFO ok!
101392026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.845 INFO O| Aug 25 22:56:04.845 INFO STEP 64 (ensure_file) COMPLETE
101402026-08-25T22:56:05.659Z[ host-image] Aug 25 22:56:04.845 INFO O| Aug 25 22:56:04.845 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101412026-08-25T22:56:05.669Z[ host-image] Aug 25 22:56:04.850 INFO O| Aug 25 22:56:04.850 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101422026-08-25T22:56:05.669Z[ host-image] Aug 25 22:56:04.850 INFO O| Aug 25 22:56:04.850 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 ...
101432026-08-25T22:56:05.669Z[ host-image] Aug 25 22:56:04.850 INFO O| Aug 25 22:56:04.850 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
101442026-08-25T22:56:05.670Z[ host-image] Aug 25 22:56:04.850 INFO O| Aug 25 22:56:04.850 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101452026-08-25T22:56:05.670Z[ host-image] Aug 25 22:56:04.850 INFO O| Aug 25 22:56:04.850 INFO ok!
101462026-08-25T22:56:05.670Z[ host-image] Aug 25 22:56:04.850 INFO O| Aug 25 22:56:04.850 INFO STEP 65 (ensure_file) COMPLETE
101472026-08-25T22:56:05.670Z[ host-image] Aug 25 22:56:04.850 INFO O| Aug 25 22:56:04.850 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101482026-08-25T22:56:05.670Z[ host-image] Aug 25 22:56:04.850 INFO O| Aug 25 22:56:04.850 INFO skip step because feature "mbist" is not enabled
101492026-08-25T22:56:05.670Z[ host-image] Aug 25 22:56:04.850 INFO O| Aug 25 22:56:04.850 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-08-25T22:56:05.670Z[ host-image] Aug 25 22:56:04.856 INFO O| Aug 25 22:56:04.856 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101512026-08-25T22:56:05.670Z[ host-image] Aug 25 22:56:04.857 INFO O| Aug 25 22:56:04.856 INFO STEP 67 (ensure_dir) COMPLETE
101522026-08-25T22:56:05.670Z[ host-image] Aug 25 22:56:04.857 INFO O| Aug 25 22:56:04.856 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-08-25T22:56:05.675Z[ host-image] Aug 25 22:56:04.864 INFO O| Aug 25 22:56:04.863 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101542026-08-25T22:56:05.675Z[ host-image] Aug 25 22:56:04.864 INFO O| Aug 25 22:56:04.864 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101552026-08-25T22:56:05.675Z[ host-image] Aug 25 22:56:04.864 INFO O| Aug 25 22:56:04.864 INFO STEP 68 (ensure_dir) COMPLETE
101562026-08-25T22:56:05.675Z[ host-image] Aug 25 22:56:04.864 INFO O| Aug 25 22:56:04.864 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-08-25T22:56:05.680Z[ host-image] Aug 25 22:56:04.869 INFO O| Aug 25 22:56:04.869 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101582026-08-25T22:56:05.680Z[ host-image] Aug 25 22:56:04.869 INFO O| Aug 25 22:56:04.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101592026-08-25T22:56:05.680Z[ host-image] Aug 25 22:56:04.870 INFO O| Aug 25 22:56:04.869 INFO STEP 69 (ensure_dir) COMPLETE
101602026-08-25T22:56:05.680Z[ host-image] Aug 25 22:56:04.870 INFO O| Aug 25 22:56:04.869 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-25T22:56:05.696Z[ host-image] Aug 25 22:56:04.877 INFO O| Aug 25 22:56:04.877 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101622026-08-25T22:56:05.696Z[ host-image] Aug 25 22:56:04.877 INFO O| Aug 25 22:56:04.877 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101632026-08-25T22:56:06.025Z[ host-image] Aug 25 22:56:05.210 INFO O| Aug 25 22:56:05.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101642026-08-25T22:56:06.025Z[ host-image] Aug 25 22:56:05.211 INFO O| Aug 25 22:56:05.210 INFO ok!
101652026-08-25T22:56:06.025Z[ host-image] Aug 25 22:56:05.211 INFO O| Aug 25 22:56:05.210 INFO STEP 70 (ensure_file) COMPLETE
101662026-08-25T22:56:06.035Z[ host-image] Aug 25 22:56:05.211 INFO O| Aug 25 22:56:05.210 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-25T22:56:06.035Z[ host-image] Aug 25 22:56:05.219 INFO O| Aug 25 22:56:05.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101682026-08-25T22:56:06.035Z[ host-image] Aug 25 22:56:05.219 INFO O| Aug 25 22:56:05.219 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101692026-08-25T22:56:06.627Z[ host-image] Aug 25 22:56:05.819 INFO O| Aug 25 22:56:05.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101702026-08-25T22:56:06.627Z[ host-image] Aug 25 22:56:05.819 INFO O| Aug 25 22:56:05.819 INFO ok!
101712026-08-25T22:56:06.635Z[ host-image] Aug 25 22:56:05.819 INFO O| Aug 25 22:56:05.819 INFO STEP 71 (ensure_file) COMPLETE
101722026-08-25T22:56:06.635Z[ host-image] Aug 25 22:56:05.819 INFO O| Aug 25 22:56:05.819 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-25T22:56:06.641Z[ host-image] Aug 25 22:56:05.828 INFO O| Aug 25 22:56:05.828 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101742026-08-25T22:56:06.641Z[ host-image] Aug 25 22:56:05.828 INFO O| Aug 25 22:56:05.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101752026-08-25T22:56:06.641Z[ host-image] Aug 25 22:56:05.828 INFO O| Aug 25 22:56:05.828 INFO STEP 72 (ensure_dir) COMPLETE
101762026-08-25T22:56:06.641Z[ host-image] Aug 25 22:56:05.828 INFO O| Aug 25 22:56:05.828 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-08-25T22:56:06.647Z[ host-image] Aug 25 22:56:05.836 INFO O| Aug 25 22:56:05.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101782026-08-25T22:56:06.647Z[ host-image] Aug 25 22:56:05.836 INFO O| Aug 25 22:56:05.836 INFO copying /tmp/.tmpjS1e7R/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 ...
101792026-08-25T22:56:06.647Z[ host-image] Aug 25 22:56:05.836 INFO O| Aug 25 22:56:05.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101802026-08-25T22:56:06.647Z[ host-image] Aug 25 22:56:05.836 INFO O| Aug 25 22:56:05.836 INFO ok!
101812026-08-25T22:56:06.647Z[ host-image] Aug 25 22:56:05.836 INFO O| Aug 25 22:56:05.836 INFO STEP 73 (ensure_file) COMPLETE
101822026-08-25T22:56:06.647Z[ host-image] Aug 25 22:56:05.836 INFO O| Aug 25 22:56:05.836 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-25T22:56:06.654Z[ host-image] Aug 25 22:56:05.843 INFO O| Aug 25 22:56:05.843 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101842026-08-25T22:56:06.654Z[ host-image] Aug 25 22:56:05.843 INFO O| Aug 25 22:56:05.843 INFO copying /tmp/.tmpjS1e7R/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 ...
101852026-08-25T22:56:06.654Z[ host-image] Aug 25 22:56:05.843 INFO O| Aug 25 22:56:05.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101862026-08-25T22:56:06.655Z[ host-image] Aug 25 22:56:05.843 INFO O| Aug 25 22:56:05.843 INFO ok!
101872026-08-25T22:56:06.655Z[ host-image] Aug 25 22:56:05.843 INFO O| Aug 25 22:56:05.843 INFO STEP 74 (ensure_file) COMPLETE
101882026-08-25T22:56:06.655Z[ host-image] Aug 25 22:56:05.843 INFO O| Aug 25 22:56:05.843 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-25T22:56:06.666Z[ host-image] Aug 25 22:56:05.853 INFO O| Aug 25 22:56:05.852 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101902026-08-25T22:56:06.666Z[ host-image] Aug 25 22:56:05.853 INFO O| Aug 25 22:56:05.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101912026-08-25T22:56:06.666Z[ host-image] Aug 25 22:56:05.853 INFO O| Aug 25 22:56:05.853 INFO STEP 75 (ensure_dir) COMPLETE
101922026-08-25T22:56:06.666Z[ host-image] Aug 25 22:56:05.853 INFO O| Aug 25 22:56:05.853 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-25T22:56:06.669Z[ host-image] Aug 25 22:56:05.861 INFO O| Aug 25 22:56:05.860 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101942026-08-25T22:56:06.669Z[ host-image] Aug 25 22:56:05.861 INFO O| Aug 25 22:56:05.861 INFO copying /tmp/.tmpjS1e7R/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 ...
101952026-08-25T22:56:06.669Z[ host-image] Aug 25 22:56:05.861 INFO O| Aug 25 22:56:05.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101962026-08-25T22:56:06.670Z[ host-image] Aug 25 22:56:05.861 INFO O| Aug 25 22:56:05.861 INFO ok!
101972026-08-25T22:56:06.670Z[ host-image] Aug 25 22:56:05.861 INFO O| Aug 25 22:56:05.861 INFO STEP 76 (ensure_file) COMPLETE
101982026-08-25T22:56:06.670Z[ host-image] Aug 25 22:56:05.861 INFO O| Aug 25 22:56:05.861 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-08-25T22:56:06.682Z[ host-image] Aug 25 22:56:05.867 INFO O| Aug 25 22:56:05.867 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102002026-08-25T22:56:06.682Z[ host-image] Aug 25 22:56:05.867 INFO O| Aug 25 22:56:05.867 INFO copying /tmp/.tmpjS1e7R/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 ...
102012026-08-25T22:56:06.682Z[ host-image] Aug 25 22:56:05.867 INFO O| Aug 25 22:56:05.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102022026-08-25T22:56:06.682Z[ host-image] Aug 25 22:56:05.867 INFO O| Aug 25 22:56:05.867 INFO ok!
102032026-08-25T22:56:06.682Z[ host-image] Aug 25 22:56:05.867 INFO O| Aug 25 22:56:05.867 INFO STEP 77 (ensure_file) COMPLETE
102042026-08-25T22:56:06.682Z[ host-image] Aug 25 22:56:05.867 INFO O| Aug 25 22:56:05.867 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-25T22:56:06.688Z[ host-image] Aug 25 22:56:05.876 INFO O| Aug 25 22:56:05.876 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102062026-08-25T22:56:06.688Z[ host-image] Aug 25 22:56:05.876 INFO O| Aug 25 22:56:05.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102072026-08-25T22:56:06.688Z[ host-image] Aug 25 22:56:05.876 INFO O| Aug 25 22:56:05.876 INFO STEP 78 (ensure_dir) COMPLETE
102082026-08-25T22:56:06.688Z[ host-image] Aug 25 22:56:05.876 INFO O| Aug 25 22:56:05.876 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-25T22:56:06.695Z[ host-image] Aug 25 22:56:05.884 INFO O| Aug 25 22:56:05.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102102026-08-25T22:56:06.695Z[ host-image] Aug 25 22:56:05.884 INFO O| Aug 25 22:56:05.884 INFO copying /tmp/.tmpjS1e7R/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 ...
102112026-08-25T22:56:06.695Z[ host-image] Aug 25 22:56:05.884 INFO O| Aug 25 22:56:05.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102122026-08-25T22:56:06.695Z[ host-image] Aug 25 22:56:05.884 INFO O| Aug 25 22:56:05.884 INFO ok!
102132026-08-25T22:56:06.695Z[ host-image] Aug 25 22:56:05.884 INFO O| Aug 25 22:56:05.884 INFO STEP 79 (ensure_file) COMPLETE
102142026-08-25T22:56:06.695Z[ host-image] Aug 25 22:56:05.884 INFO O| Aug 25 22:56:05.884 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-25T22:56:06.702Z[ host-image] Aug 25 22:56:05.892 INFO O| Aug 25 22:56:05.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102162026-08-25T22:56:06.702Z[ host-image] Aug 25 22:56:05.892 INFO O| Aug 25 22:56:05.892 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102172026-08-25T22:56:06.702Z[ host-image] Aug 25 22:56:05.892 INFO O| Aug 25 22:56:05.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102182026-08-25T22:56:06.702Z[ host-image] Aug 25 22:56:05.892 INFO O| Aug 25 22:56:05.892 INFO ok!
102192026-08-25T22:56:06.702Z[ host-image] Aug 25 22:56:05.892 INFO O| Aug 25 22:56:05.892 INFO STEP 80 (ensure_file) COMPLETE
102202026-08-25T22:56:06.702Z[ host-image] Aug 25 22:56:05.892 INFO O| Aug 25 22:56:05.892 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-25T22:56:06.707Z[ host-image] Aug 25 22:56:05.899 INFO O| Aug 25 22:56:05.899 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102222026-08-25T22:56:06.711Z[ host-image] Aug 25 22:56:05.899 INFO O| Aug 25 22:56:05.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102232026-08-25T22:56:06.711Z[ host-image] Aug 25 22:56:05.899 INFO O| Aug 25 22:56:05.899 INFO STEP 81 (ensure_dir) COMPLETE
102242026-08-25T22:56:06.711Z[ host-image] Aug 25 22:56:05.899 INFO O| Aug 25 22:56:05.899 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-25T22:56:06.716Z[ host-image] Aug 25 22:56:05.907 INFO O| Aug 25 22:56:05.907 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102262026-08-25T22:56:06.716Z[ host-image] Aug 25 22:56:05.907 INFO O| Aug 25 22:56:05.907 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102272026-08-25T22:56:07.396Z[ host-image] Aug 25 22:56:06.563 INFO O| Aug 25 22:56:06.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102282026-08-25T22:56:07.396Z[ host-image] Aug 25 22:56:06.563 INFO O| Aug 25 22:56:06.563 INFO ok!
102292026-08-25T22:56:07.396Z[ host-image] Aug 25 22:56:06.563 INFO O| Aug 25 22:56:06.563 INFO STEP 82 (ensure_file) COMPLETE
102302026-08-25T22:56:07.405Z[ host-image] Aug 25 22:56:06.563 INFO O| Aug 25 22:56:06.563 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-25T22:56:07.405Z[ host-image] Aug 25 22:56:06.573 INFO O| Aug 25 22:56:06.573 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102322026-08-25T22:56:07.405Z[ host-image] Aug 25 22:56:06.573 INFO O| Aug 25 22:56:06.573 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102332026-08-25T22:56:07.645Z[ host-image] Aug 25 22:56:06.827 INFO O| Aug 25 22:56:06.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102342026-08-25T22:56:07.645Z[ host-image] Aug 25 22:56:06.827 INFO O| Aug 25 22:56:06.827 INFO ok!
102352026-08-25T22:56:07.646Z[ host-image] Aug 25 22:56:06.827 INFO O| Aug 25 22:56:06.827 INFO STEP 83 (ensure_file) COMPLETE
102362026-08-25T22:56:07.657Z[ host-image] Aug 25 22:56:06.827 INFO O| Aug 25 22:56:06.827 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-25T22:56:07.657Z[ host-image] Aug 25 22:56:06.836 INFO O| Aug 25 22:56:06.835 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102382026-08-25T22:56:07.657Z[ host-image] Aug 25 22:56:06.836 INFO O| Aug 25 22:56:06.836 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102392026-08-25T22:56:08.859Z[ host-image] Aug 25 22:56:08.050 INFO O| Aug 25 22:56:08.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102402026-08-25T22:56:08.860Z[ host-image] Aug 25 22:56:08.050 INFO O| Aug 25 22:56:08.050 INFO ok!
102412026-08-25T22:56:08.860Z[ host-image] Aug 25 22:56:08.050 INFO O| Aug 25 22:56:08.050 INFO STEP 84 (ensure_file) COMPLETE
102422026-08-25T22:56:08.870Z[ host-image] Aug 25 22:56:08.050 INFO O| Aug 25 22:56:08.050 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-25T22:56:08.870Z[ host-image] Aug 25 22:56:08.059 INFO O| Aug 25 22:56:08.059 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102442026-08-25T22:56:08.870Z[ host-image] Aug 25 22:56:08.059 INFO O| Aug 25 22:56:08.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102452026-08-25T22:56:08.870Z[ host-image] Aug 25 22:56:08.059 INFO O| Aug 25 22:56:08.059 INFO STEP 85 (ensure_dir) COMPLETE
102462026-08-25T22:56:08.870Z[ host-image] Aug 25 22:56:08.059 INFO O| Aug 25 22:56:08.059 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-25T22:56:08.876Z[ host-image] Aug 25 22:56:08.066 INFO O| Aug 25 22:56:08.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102482026-08-25T22:56:08.876Z[ host-image] Aug 25 22:56:08.066 INFO O| Aug 25 22:56:08.066 INFO copying /tmp/.tmpjS1e7R/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 ...
102492026-08-25T22:56:08.876Z[ host-image] Aug 25 22:56:08.066 INFO O| Aug 25 22:56:08.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102502026-08-25T22:56:08.876Z[ host-image] Aug 25 22:56:08.066 INFO O| Aug 25 22:56:08.066 INFO ok!
102512026-08-25T22:56:08.876Z[ host-image] Aug 25 22:56:08.066 INFO O| Aug 25 22:56:08.066 INFO STEP 86 (ensure_file) COMPLETE
102522026-08-25T22:56:08.876Z[ host-image] Aug 25 22:56:08.066 INFO O| Aug 25 22:56:08.066 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-08-25T22:56:08.885Z[ host-image] Aug 25 22:56:08.073 INFO O| Aug 25 22:56:08.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102542026-08-25T22:56:08.885Z[ host-image] Aug 25 22:56:08.073 INFO O| Aug 25 22:56:08.073 INFO copying /tmp/.tmpjS1e7R/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 ...
102552026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.073 INFO O| Aug 25 22:56:08.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102562026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.073 INFO O| Aug 25 22:56:08.073 INFO ok!
102572026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.073 INFO O| Aug 25 22:56:08.073 INFO STEP 87 (ensure_file) COMPLETE
102582026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.073 INFO O| Aug 25 22:56:08.073 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.079 INFO O| Aug 25 22:56:08.079 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102602026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.079 INFO O| Aug 25 22:56:08.079 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102612026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.079 INFO O| Aug 25 22:56:08.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102622026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.079 INFO O| Aug 25 22:56:08.079 INFO ok!
102632026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.079 INFO O| Aug 25 22:56:08.079 INFO STEP 88 (ensure_file) COMPLETE
102642026-08-25T22:56:08.890Z[ host-image] Aug 25 22:56:08.079 INFO O| Aug 25 22:56:08.079 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-08-25T22:56:08.899Z[ host-image] Aug 25 22:56:08.085 INFO O| Aug 25 22:56:08.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102662026-08-25T22:56:08.899Z[ host-image] Aug 25 22:56:08.085 INFO O| Aug 25 22:56:08.085 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102672026-08-25T22:56:08.899Z[ host-image] Aug 25 22:56:08.085 INFO O| Aug 25 22:56:08.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102682026-08-25T22:56:08.900Z[ host-image] Aug 25 22:56:08.085 INFO O| Aug 25 22:56:08.085 INFO ok!
102692026-08-25T22:56:08.900Z[ host-image] Aug 25 22:56:08.085 INFO O| Aug 25 22:56:08.085 INFO STEP 89 (ensure_file) COMPLETE
102702026-08-25T22:56:08.900Z[ host-image] Aug 25 22:56:08.085 INFO O| Aug 25 22:56:08.085 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-08-25T22:56:08.906Z[ host-image] Aug 25 22:56:08.093 INFO O| Aug 25 22:56:08.093 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102722026-08-25T22:56:08.906Z[ host-image] Aug 25 22:56:08.093 INFO O| Aug 25 22:56:08.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102732026-08-25T22:56:08.906Z[ host-image] Aug 25 22:56:08.093 INFO O| Aug 25 22:56:08.093 INFO STEP 90 (ensure_dir) COMPLETE
102742026-08-25T22:56:08.906Z[ host-image] Aug 25 22:56:08.093 INFO O| Aug 25 22:56:08.093 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-08-25T22:56:08.910Z[ host-image] Aug 25 22:56:08.099 INFO O| Aug 25 22:56:08.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102762026-08-25T22:56:08.910Z[ host-image] Aug 25 22:56:08.099 INFO O| Aug 25 22:56:08.099 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102772026-08-25T22:56:08.910Z[ host-image] Aug 25 22:56:08.102 INFO O| Aug 25 22:56:08.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102782026-08-25T22:56:08.910Z[ host-image] Aug 25 22:56:08.102 INFO O| Aug 25 22:56:08.102 INFO ok!
102792026-08-25T22:56:08.910Z[ host-image] Aug 25 22:56:08.102 INFO O| Aug 25 22:56:08.102 INFO STEP 91 (ensure_file) COMPLETE
102802026-08-25T22:56:08.910Z[ host-image] Aug 25 22:56:08.102 INFO O| Aug 25 22:56:08.102 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-08-25T22:56:08.916Z[ host-image] Aug 25 22:56:08.107 INFO O| Aug 25 22:56:08.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102822026-08-25T22:56:08.916Z[ host-image] Aug 25 22:56:08.107 INFO O| Aug 25 22:56:08.107 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102832026-08-25T22:56:08.922Z[ host-image] Aug 25 22:56:08.107 INFO O| Aug 25 22:56:08.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102842026-08-25T22:56:08.922Z[ host-image] Aug 25 22:56:08.107 INFO O| Aug 25 22:56:08.107 INFO ok!
102852026-08-25T22:56:08.922Z[ host-image] Aug 25 22:56:08.107 INFO O| Aug 25 22:56:08.107 INFO STEP 92 (ensure_file) COMPLETE
102862026-08-25T22:56:08.922Z[ host-image] Aug 25 22:56:08.107 INFO O| Aug 25 22:56:08.107 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-25T22:56:08.922Z[ host-image] Aug 25 22:56:08.113 INFO O| Aug 25 22:56:08.113 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102882026-08-25T22:56:08.922Z[ host-image] Aug 25 22:56:08.113 INFO O| Aug 25 22:56:08.113 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102892026-08-25T22:56:09.085Z[ recovery-image] Aug 25 22:56:08.274 INFO O| ok, image written!
102902026-08-25T22:56:09.085Z[ recovery-image] Aug 25 22:56:08.274 INFO O| ok, boot_image_csum file written!
102912026-08-25T22:56:09.096Z[ recovery-image] Aug 25 22:56:08.276 INFO creating boot archive (CPIO)...
102922026-08-25T22:56:09.097Z[ recovery-image] Aug 25 22:56:08.276 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
102932026-08-25T22:56:09.097Z[ recovery-image] Aug 25 22:56:08.280 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
102942026-08-25T22:56:09.097Z[ recovery-image] Aug 25 22:56:08.280 INFO E| + outfile=/work/os-recovery/cpio
102952026-08-25T22:56:09.097Z[ recovery-image] Aug 25 22:56:08.280 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
102962026-08-25T22:56:09.106Z[ recovery-image] Aug 25 22:56:08.283 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
102972026-08-25T22:56:09.106Z[ recovery-image] Aug 25 22:56:08.283 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
102982026-08-25T22:56:09.128Z[ recovery-image] Aug 25 22:56:08.312 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
102992026-08-25T22:56:09.129Z[ recovery-image] Aug 25 22:56:08.312 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
103002026-08-25T22:56:09.135Z[ recovery-image] Aug 25 22:56:08.320 INFO creating compressed cpio/unix for dev loaders...
103012026-08-25T22:56:09.141Z[ recovery-image] Aug 25 22:56:08.320 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
103022026-08-25T22:56:09.418Z[ recovery-image] Aug 25 22:56:08.605 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
103032026-08-25T22:56:09.447Z[ host-image] Aug 25 22:56:08.637 INFO O| Aug 25 22:56:08.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103042026-08-25T22:56:09.447Z[ host-image] Aug 25 22:56:08.637 INFO O| Aug 25 22:56:08.637 INFO ok!
103052026-08-25T22:56:09.447Z[ host-image] Aug 25 22:56:08.637 INFO O| Aug 25 22:56:08.637 INFO STEP 93 (ensure_file) COMPLETE
103062026-08-25T22:56:09.453Z[ host-image] Aug 25 22:56:08.637 INFO O| Aug 25 22:56:08.637 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-25T22:56:09.457Z[ host-image] Aug 25 22:56:08.645 INFO O| Aug 25 22:56:08.645 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103082026-08-25T22:56:09.457Z[ host-image] Aug 25 22:56:08.645 INFO O| Aug 25 22:56:08.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103092026-08-25T22:56:09.457Z[ host-image] Aug 25 22:56:08.645 INFO O| Aug 25 22:56:08.645 INFO STEP 94 (ensure_dir) COMPLETE
103102026-08-25T22:56:09.457Z[ host-image] Aug 25 22:56:08.645 INFO O| Aug 25 22:56:08.645 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-08-25T22:56:09.463Z[ host-image] Aug 25 22:56:08.654 INFO O| Aug 25 22:56:08.654 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103122026-08-25T22:56:09.463Z[ host-image] Aug 25 22:56:08.654 INFO O| Aug 25 22:56:08.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103132026-08-25T22:56:09.475Z[ host-image] Aug 25 22:56:08.654 INFO O| Aug 25 22:56:08.654 INFO STEP 95 (ensure_dir) COMPLETE
103142026-08-25T22:56:09.475Z[ host-image] Aug 25 22:56:08.654 INFO O| Aug 25 22:56:08.654 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-08-25T22:56:09.489Z[ host-image] Aug 25 22:56:08.662 INFO O| Aug 25 22:56:08.662 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103162026-08-25T22:56:09.489Z[ host-image] Aug 25 22:56:08.662 INFO O| Aug 25 22:56:08.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103172026-08-25T22:56:09.489Z[ host-image] Aug 25 22:56:08.662 INFO O| Aug 25 22:56:08.662 INFO STEP 96 (ensure_dir) COMPLETE
103182026-08-25T22:56:09.489Z[ host-image] Aug 25 22:56:08.662 INFO O| Aug 25 22:56:08.662 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-25T22:56:09.489Z[ host-image] Aug 25 22:56:08.670 INFO O| Aug 25 22:56:08.670 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103202026-08-25T22:56:09.489Z[ host-image] Aug 25 22:56:08.670 INFO O| Aug 25 22:56:08.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103212026-08-25T22:56:09.489Z[ host-image] Aug 25 22:56:08.670 INFO O| Aug 25 22:56:08.670 INFO STEP 97 (ensure_dir) COMPLETE
103222026-08-25T22:56:09.489Z[ host-image] Aug 25 22:56:08.670 INFO O| Aug 25 22:56:08.670 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.677 INFO O| Aug 25 22:56:08.677 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103242026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.677 INFO O| Aug 25 22:56:08.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103252026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.677 INFO O| Aug 25 22:56:08.677 INFO STEP 98 (ensure_dir) COMPLETE
103262026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.677 INFO O| Aug 25 22:56:08.677 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.684 INFO O| Aug 25 22:56:08.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103282026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.684 INFO O| Aug 25 22:56:08.684 INFO copying /tmp/.tmpjS1e7R/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 ...
103292026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.685 INFO O| Aug 25 22:56:08.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103302026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.685 INFO O| Aug 25 22:56:08.684 INFO ok!
103312026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.685 INFO O| Aug 25 22:56:08.684 INFO STEP 99 (ensure_file) COMPLETE
103322026-08-25T22:56:09.493Z[ host-image] Aug 25 22:56:08.685 INFO O| Aug 25 22:56:08.684 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-08-25T22:56:09.500Z[ host-image] Aug 25 22:56:08.691 INFO O| Aug 25 22:56:08.691 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103342026-08-25T22:56:09.507Z[ host-image] Aug 25 22:56:08.691 INFO O| Aug 25 22:56:08.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103352026-08-25T22:56:09.507Z[ host-image] Aug 25 22:56:08.691 INFO O| Aug 25 22:56:08.691 INFO STEP 100 (ensure_dir) COMPLETE
103362026-08-25T22:56:09.507Z[ host-image] Aug 25 22:56:08.691 INFO O| Aug 25 22:56:08.691 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-25T22:56:09.507Z[ host-image] Aug 25 22:56:08.697 INFO O| Aug 25 22:56:08.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103382026-08-25T22:56:09.507Z[ host-image] Aug 25 22:56:08.697 INFO O| Aug 25 22:56:08.697 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103392026-08-25T22:56:09.516Z[ host-image] Aug 25 22:56:08.706 INFO O| Aug 25 22:56:08.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103402026-08-25T22:56:09.516Z[ host-image] Aug 25 22:56:08.706 INFO O| Aug 25 22:56:08.706 INFO ok!
103412026-08-25T22:56:09.516Z[ host-image] Aug 25 22:56:08.706 INFO O| Aug 25 22:56:08.706 INFO STEP 101 (ensure_file) COMPLETE
103422026-08-25T22:56:09.516Z[ host-image] Aug 25 22:56:08.706 INFO O| Aug 25 22:56:08.706 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-25T22:56:09.525Z[ host-image] Aug 25 22:56:08.714 INFO O| Aug 25 22:56:08.714 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103442026-08-25T22:56:09.525Z[ host-image] Aug 25 22:56:08.714 INFO O| Aug 25 22:56:08.714 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103452026-08-25T22:56:09.531Z[ host-image] Aug 25 22:56:08.714 INFO O| Aug 25 22:56:08.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103462026-08-25T22:56:09.531Z[ host-image] Aug 25 22:56:08.714 INFO O| Aug 25 22:56:08.714 INFO ok!
103472026-08-25T22:56:09.531Z[ host-image] Aug 25 22:56:08.714 INFO O| Aug 25 22:56:08.714 INFO STEP 102 (ensure_file) COMPLETE
103482026-08-25T22:56:09.531Z[ host-image] Aug 25 22:56:08.714 INFO O| Aug 25 22:56:08.714 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-25T22:56:09.531Z[ host-image] Aug 25 22:56:08.720 INFO O| Aug 25 22:56:08.720 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103502026-08-25T22:56:09.531Z[ host-image] Aug 25 22:56:08.720 INFO O| Aug 25 22:56:08.720 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103512026-08-25T22:56:09.841Z[ host-image] Aug 25 22:56:09.027 INFO O| Aug 25 22:56:09.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103522026-08-25T22:56:09.841Z[ host-image] Aug 25 22:56:09.027 INFO O| Aug 25 22:56:09.027 INFO ok!
103532026-08-25T22:56:09.845Z[ host-image] Aug 25 22:56:09.027 INFO O| Aug 25 22:56:09.027 INFO STEP 103 (ensure_file) COMPLETE
103542026-08-25T22:56:09.846Z[ host-image] Aug 25 22:56:09.027 INFO O| Aug 25 22:56:09.027 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-08-25T22:56:09.846Z[ host-image] Aug 25 22:56:09.037 INFO O| Aug 25 22:56:09.037 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103562026-08-25T22:56:09.846Z[ host-image] Aug 25 22:56:09.037 INFO O| Aug 25 22:56:09.037 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103572026-08-25T22:56:09.846Z[ host-image] Aug 25 22:56:09.037 INFO O| Aug 25 22:56:09.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103582026-08-25T22:56:09.846Z[ host-image] Aug 25 22:56:09.037 INFO O| Aug 25 22:56:09.037 INFO ok!
103592026-08-25T22:56:09.850Z[ host-image] Aug 25 22:56:09.037 INFO O| Aug 25 22:56:09.037 INFO STEP 104 (ensure_file) COMPLETE
103602026-08-25T22:56:09.850Z[ host-image] Aug 25 22:56:09.037 INFO O| Aug 25 22:56:09.037 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-25T22:56:09.853Z[ host-image] Aug 25 22:56:09.045 INFO O| Aug 25 22:56:09.045 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103622026-08-25T22:56:09.854Z[ host-image] Aug 25 22:56:09.045 INFO O| Aug 25 22:56:09.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103632026-08-25T22:56:09.854Z[ host-image] Aug 25 22:56:09.045 INFO O| Aug 25 22:56:09.045 INFO STEP 105 (ensure_dir) COMPLETE
103642026-08-25T22:56:09.854Z[ host-image] Aug 25 22:56:09.045 INFO O| Aug 25 22:56:09.045 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-25T22:56:09.865Z[ host-image] Aug 25 22:56:09.052 INFO O| Aug 25 22:56:09.052 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103662026-08-25T22:56:09.865Z[ host-image] Aug 25 22:56:09.052 INFO O| Aug 25 22:56:09.052 INFO copying /tmp/.tmpjS1e7R/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 ...
103672026-08-25T22:56:10.122Z[ host-image] Aug 25 22:56:09.313 INFO O| Aug 25 22:56:09.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103682026-08-25T22:56:10.122Z[ host-image] Aug 25 22:56:09.313 INFO O| Aug 25 22:56:09.313 INFO ok!
103692026-08-25T22:56:10.122Z[ host-image] Aug 25 22:56:09.313 INFO O| Aug 25 22:56:09.313 INFO STEP 106 (ensure_file) COMPLETE
103702026-08-25T22:56:10.133Z[ host-image] Aug 25 22:56:09.313 INFO O| Aug 25 22:56:09.313 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-25T22:56:10.133Z[ host-image] Aug 25 22:56:09.319 INFO O| Aug 25 22:56:09.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103722026-08-25T22:56:10.133Z[ host-image] Aug 25 22:56:09.319 INFO O| Aug 25 22:56:09.319 INFO copying /tmp/.tmpjS1e7R/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 ...
103732026-08-25T22:56:10.133Z[ host-image] Aug 25 22:56:09.319 INFO O| Aug 25 22:56:09.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103742026-08-25T22:56:10.133Z[ host-image] Aug 25 22:56:09.319 INFO O| Aug 25 22:56:09.319 INFO ok!
103752026-08-25T22:56:10.133Z[ host-image] Aug 25 22:56:09.319 INFO O| Aug 25 22:56:09.319 INFO STEP 107 (ensure_file) COMPLETE
103762026-08-25T22:56:10.133Z[ host-image] Aug 25 22:56:09.319 INFO O| Aug 25 22:56:09.319 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-25T22:56:10.147Z[ host-image] Aug 25 22:56:09.325 INFO O| Aug 25 22:56:09.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103782026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.325 INFO O| Aug 25 22:56:09.325 INFO copying /tmp/.tmpjS1e7R/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 ...
103792026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.326 INFO O| Aug 25 22:56:09.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103802026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.326 INFO O| Aug 25 22:56:09.326 INFO ok!
103812026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.326 INFO O| Aug 25 22:56:09.326 INFO STEP 108 (ensure_file) COMPLETE
103822026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.326 INFO O| Aug 25 22:56:09.326 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.331 INFO O| Aug 25 22:56:09.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103842026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.331 INFO O| Aug 25 22:56:09.331 INFO copying /tmp/.tmpjS1e7R/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 ...
103852026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.331 INFO O| Aug 25 22:56:09.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103862026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.331 INFO O| Aug 25 22:56:09.331 INFO ok!
103872026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.331 INFO O| Aug 25 22:56:09.331 INFO STEP 109 (ensure_file) COMPLETE
103882026-08-25T22:56:10.148Z[ host-image] Aug 25 22:56:09.331 INFO O| Aug 25 22:56:09.331 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.337 INFO O| Aug 25 22:56:09.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103902026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.337 INFO O| Aug 25 22:56:09.337 INFO copying /tmp/.tmpjS1e7R/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 ...
103912026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.337 INFO O| Aug 25 22:56:09.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103922026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.337 INFO O| Aug 25 22:56:09.337 INFO ok!
103932026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.337 INFO O| Aug 25 22:56:09.337 INFO STEP 110 (ensure_file) COMPLETE
103942026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.337 INFO O| Aug 25 22:56:09.337 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.342 INFO O| Aug 25 22:56:09.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103962026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.342 INFO O| Aug 25 22:56:09.342 INFO copying /tmp/.tmpjS1e7R/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 ...
103972026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.342 INFO O| Aug 25 22:56:09.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103982026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.342 INFO O| Aug 25 22:56:09.342 INFO ok!
103992026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.342 INFO O| Aug 25 22:56:09.342 INFO STEP 111 (ensure_file) COMPLETE
104002026-08-25T22:56:10.155Z[ host-image] Aug 25 22:56:09.342 INFO O| Aug 25 22:56:09.342 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-08-25T22:56:10.166Z[ host-image] Aug 25 22:56:09.347 INFO O| Aug 25 22:56:09.347 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104022026-08-25T22:56:10.166Z[ host-image] Aug 25 22:56:09.347 INFO O| Aug 25 22:56:09.347 INFO copying /tmp/.tmpjS1e7R/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 ...
104032026-08-25T22:56:10.166Z[ host-image] Aug 25 22:56:09.348 INFO O| Aug 25 22:56:09.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104042026-08-25T22:56:10.166Z[ host-image] Aug 25 22:56:09.348 INFO O| Aug 25 22:56:09.348 INFO ok!
104052026-08-25T22:56:10.166Z[ host-image] Aug 25 22:56:09.348 INFO O| Aug 25 22:56:09.348 INFO STEP 112 (ensure_file) COMPLETE
104062026-08-25T22:56:10.166Z[ host-image] Aug 25 22:56:09.348 INFO O| Aug 25 22:56:09.348 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-08-25T22:56:10.174Z[ host-image] Aug 25 22:56:09.356 INFO O| Aug 25 22:56:09.356 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104082026-08-25T22:56:10.174Z[ host-image] Aug 25 22:56:09.356 INFO O| Aug 25 22:56:09.356 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104092026-08-25T22:56:10.174Z[ host-image] Aug 25 22:56:09.356 INFO O| Aug 25 22:56:09.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104102026-08-25T22:56:10.174Z[ host-image] Aug 25 22:56:09.356 INFO O| Aug 25 22:56:09.356 INFO ok!
104112026-08-25T22:56:10.174Z[ host-image] Aug 25 22:56:09.356 INFO O| Aug 25 22:56:09.356 INFO STEP 113 (ensure_file) COMPLETE
104122026-08-25T22:56:10.174Z[ host-image] Aug 25 22:56:09.356 INFO O| Aug 25 22:56:09.356 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-08-25T22:56:10.175Z[ host-image] Aug 25 22:56:09.361 INFO O| Aug 25 22:56:09.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104142026-08-25T22:56:10.175Z[ host-image] Aug 25 22:56:09.361 INFO O| Aug 25 22:56:09.361 INFO copying /tmp/.tmpjS1e7R/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 ...
104152026-08-25T22:56:10.175Z[ host-image] Aug 25 22:56:09.361 INFO O| Aug 25 22:56:09.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104162026-08-25T22:56:10.175Z[ host-image] Aug 25 22:56:09.361 INFO O| Aug 25 22:56:09.361 INFO ok!
104172026-08-25T22:56:10.175Z[ host-image] Aug 25 22:56:09.361 INFO O| Aug 25 22:56:09.361 INFO STEP 114 (ensure_file) COMPLETE
104182026-08-25T22:56:10.175Z[ host-image] Aug 25 22:56:09.361 INFO O| Aug 25 22:56:09.361 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-08-25T22:56:10.182Z[ host-image] Aug 25 22:56:09.366 INFO O| Aug 25 22:56:09.366 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104202026-08-25T22:56:10.182Z[ host-image] Aug 25 22:56:09.366 INFO O| Aug 25 22:56:09.366 INFO copying /tmp/.tmpjS1e7R/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 ...
104212026-08-25T22:56:10.182Z[ host-image] Aug 25 22:56:09.366 INFO O| Aug 25 22:56:09.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104222026-08-25T22:56:10.182Z[ host-image] Aug 25 22:56:09.366 INFO O| Aug 25 22:56:09.366 INFO ok!
104232026-08-25T22:56:10.182Z[ host-image] Aug 25 22:56:09.366 INFO O| Aug 25 22:56:09.366 INFO STEP 115 (ensure_file) COMPLETE
104242026-08-25T22:56:10.182Z[ host-image] Aug 25 22:56:09.366 INFO O| Aug 25 22:56:09.366 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-25T22:56:10.187Z[ host-image] Aug 25 22:56:09.373 INFO O| Aug 25 22:56:09.373 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104262026-08-25T22:56:10.187Z[ host-image] Aug 25 22:56:09.373 INFO O| Aug 25 22:56:09.373 INFO copying /tmp/.tmpjS1e7R/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 ...
104272026-08-25T22:56:10.187Z[ host-image] Aug 25 22:56:09.373 INFO O| Aug 25 22:56:09.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104282026-08-25T22:56:10.187Z[ host-image] Aug 25 22:56:09.373 INFO O| Aug 25 22:56:09.373 INFO ok!
104292026-08-25T22:56:10.187Z[ host-image] Aug 25 22:56:09.373 INFO O| Aug 25 22:56:09.373 INFO STEP 116 (ensure_file) COMPLETE
104302026-08-25T22:56:10.187Z[ host-image] Aug 25 22:56:09.373 INFO O| Aug 25 22:56:09.373 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.379 INFO O| Aug 25 22:56:09.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104322026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.379 INFO O| Aug 25 22:56:09.379 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104332026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.379 INFO O| Aug 25 22:56:09.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104342026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.379 INFO O| Aug 25 22:56:09.379 INFO ok!
104352026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.379 INFO O| Aug 25 22:56:09.379 INFO STEP 117 (ensure_file) COMPLETE
104362026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.379 INFO O| Aug 25 22:56:09.379 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.385 INFO O| Aug 25 22:56:09.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104382026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.385 INFO O| Aug 25 22:56:09.385 INFO copying /tmp/.tmpjS1e7R/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 ...
104392026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.385 INFO O| Aug 25 22:56:09.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104402026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.385 INFO O| Aug 25 22:56:09.385 INFO ok!
104412026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.385 INFO O| Aug 25 22:56:09.385 INFO STEP 118 (ensure_file) COMPLETE
104422026-08-25T22:56:10.195Z[ host-image] Aug 25 22:56:09.385 INFO O| Aug 25 22:56:09.385 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-25T22:56:10.205Z[ host-image] Aug 25 22:56:09.391 INFO O| Aug 25 22:56:09.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104442026-08-25T22:56:10.205Z[ host-image] Aug 25 22:56:09.391 INFO O| Aug 25 22:56:09.391 INFO copying /tmp/.tmpjS1e7R/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 ...
104452026-08-25T22:56:10.205Z[ host-image] Aug 25 22:56:09.391 INFO O| Aug 25 22:56:09.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104462026-08-25T22:56:10.205Z[ host-image] Aug 25 22:56:09.391 INFO O| Aug 25 22:56:09.391 INFO ok!
104472026-08-25T22:56:10.205Z[ host-image] Aug 25 22:56:09.391 INFO O| Aug 25 22:56:09.391 INFO STEP 119 (ensure_file) COMPLETE
104482026-08-25T22:56:10.205Z[ host-image] Aug 25 22:56:09.391 INFO O| Aug 25 22:56:09.391 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-25T22:56:10.213Z[ host-image] Aug 25 22:56:09.398 INFO O| Aug 25 22:56:09.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104502026-08-25T22:56:10.213Z[ host-image] Aug 25 22:56:09.398 INFO O| Aug 25 22:56:09.398 INFO copying /tmp/.tmpjS1e7R/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 ...
104512026-08-25T22:56:10.213Z[ host-image] Aug 25 22:56:09.398 INFO O| Aug 25 22:56:09.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104522026-08-25T22:56:10.213Z[ host-image] Aug 25 22:56:09.398 INFO O| Aug 25 22:56:09.398 INFO ok!
104532026-08-25T22:56:10.213Z[ host-image] Aug 25 22:56:09.398 INFO O| Aug 25 22:56:09.398 INFO STEP 120 (ensure_file) COMPLETE
104542026-08-25T22:56:10.213Z[ host-image] Aug 25 22:56:09.398 INFO O| Aug 25 22:56:09.398 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-25T22:56:10.217Z[ host-image] Aug 25 22:56:09.405 INFO O| Aug 25 22:56:09.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104562026-08-25T22:56:10.217Z[ host-image] Aug 25 22:56:09.405 INFO O| Aug 25 22:56:09.405 INFO copying /tmp/.tmpjS1e7R/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 ...
104572026-08-25T22:56:10.218Z[ host-image] Aug 25 22:56:09.405 INFO O| Aug 25 22:56:09.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104582026-08-25T22:56:10.218Z[ host-image] Aug 25 22:56:09.405 INFO O| Aug 25 22:56:09.405 INFO ok!
104592026-08-25T22:56:10.218Z[ host-image] Aug 25 22:56:09.405 INFO O| Aug 25 22:56:09.405 INFO STEP 121 (ensure_file) COMPLETE
104602026-08-25T22:56:10.218Z[ host-image] Aug 25 22:56:09.405 INFO O| Aug 25 22:56:09.405 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-25T22:56:10.221Z[ host-image] Aug 25 22:56:09.411 INFO O| Aug 25 22:56:09.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104622026-08-25T22:56:10.221Z[ host-image] Aug 25 22:56:09.411 INFO O| Aug 25 22:56:09.411 INFO copying /tmp/.tmpjS1e7R/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 ...
104632026-08-25T22:56:10.221Z[ host-image] Aug 25 22:56:09.411 INFO O| Aug 25 22:56:09.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104642026-08-25T22:56:10.221Z[ host-image] Aug 25 22:56:09.411 INFO O| Aug 25 22:56:09.411 INFO ok!
104652026-08-25T22:56:10.222Z[ host-image] Aug 25 22:56:09.411 INFO O| Aug 25 22:56:09.411 INFO STEP 122 (ensure_file) COMPLETE
104662026-08-25T22:56:10.222Z[ host-image] Aug 25 22:56:09.411 INFO O| Aug 25 22:56:09.411 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-25T22:56:10.227Z[ host-image] Aug 25 22:56:09.418 INFO O| Aug 25 22:56:09.418 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104682026-08-25T22:56:10.227Z[ host-image] Aug 25 22:56:09.418 INFO O| Aug 25 22:56:09.418 INFO copying /tmp/.tmpjS1e7R/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 ...
104692026-08-25T22:56:10.227Z[ host-image] Aug 25 22:56:09.418 INFO O| Aug 25 22:56:09.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104702026-08-25T22:56:10.227Z[ host-image] Aug 25 22:56:09.418 INFO O| Aug 25 22:56:09.418 INFO ok!
104712026-08-25T22:56:10.227Z[ host-image] Aug 25 22:56:09.418 INFO O| Aug 25 22:56:09.418 INFO STEP 123 (ensure_file) COMPLETE
104722026-08-25T22:56:10.227Z[ host-image] Aug 25 22:56:09.418 INFO O| Aug 25 22:56:09.418 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-08-25T22:56:10.235Z[ host-image] Aug 25 22:56:09.424 INFO O| Aug 25 22:56:09.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104742026-08-25T22:56:10.236Z[ host-image] Aug 25 22:56:09.424 INFO O| Aug 25 22:56:09.424 INFO copying /tmp/.tmpjS1e7R/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 ...
104752026-08-25T22:56:10.236Z[ host-image] Aug 25 22:56:09.424 INFO O| Aug 25 22:56:09.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104762026-08-25T22:56:10.236Z[ host-image] Aug 25 22:56:09.424 INFO O| Aug 25 22:56:09.424 INFO ok!
104772026-08-25T22:56:10.236Z[ host-image] Aug 25 22:56:09.424 INFO O| Aug 25 22:56:09.424 INFO STEP 124 (ensure_file) COMPLETE
104782026-08-25T22:56:10.236Z[ host-image] Aug 25 22:56:09.424 INFO O| Aug 25 22:56:09.424 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-08-25T22:56:10.244Z[ host-image] Aug 25 22:56:09.431 INFO O| Aug 25 22:56:09.431 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104802026-08-25T22:56:10.244Z[ host-image] Aug 25 22:56:09.431 INFO O| Aug 25 22:56:09.431 INFO copying /tmp/.tmpjS1e7R/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 ...
104812026-08-25T22:56:10.244Z[ host-image] Aug 25 22:56:09.431 INFO O| Aug 25 22:56:09.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104822026-08-25T22:56:10.244Z[ host-image] Aug 25 22:56:09.431 INFO O| Aug 25 22:56:09.431 INFO ok!
104832026-08-25T22:56:10.244Z[ host-image] Aug 25 22:56:09.431 INFO O| Aug 25 22:56:09.431 INFO STEP 125 (ensure_file) COMPLETE
104842026-08-25T22:56:10.244Z[ host-image] Aug 25 22:56:09.431 INFO O| Aug 25 22:56:09.431 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-08-25T22:56:10.251Z[ host-image] Aug 25 22:56:09.437 INFO O| Aug 25 22:56:09.437 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104862026-08-25T22:56:10.251Z[ host-image] Aug 25 22:56:09.437 INFO O| Aug 25 22:56:09.437 INFO copying /tmp/.tmpjS1e7R/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 ...
104872026-08-25T22:56:10.251Z[ host-image] Aug 25 22:56:09.437 INFO O| Aug 25 22:56:09.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104882026-08-25T22:56:10.251Z[ host-image] Aug 25 22:56:09.437 INFO O| Aug 25 22:56:09.437 INFO ok!
104892026-08-25T22:56:10.251Z[ host-image] Aug 25 22:56:09.437 INFO O| Aug 25 22:56:09.437 INFO STEP 126 (ensure_file) COMPLETE
104902026-08-25T22:56:10.251Z[ host-image] Aug 25 22:56:09.437 INFO O| Aug 25 22:56:09.437 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104912026-08-25T22:56:10.255Z[ host-image] Aug 25 22:56:09.443 INFO O| Aug 25 22:56:09.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104922026-08-25T22:56:10.255Z[ host-image] Aug 25 22:56:09.443 INFO O| Aug 25 22:56:09.443 INFO copying /tmp/.tmpjS1e7R/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 ...
104932026-08-25T22:56:10.255Z[ host-image] Aug 25 22:56:09.443 INFO O| Aug 25 22:56:09.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104942026-08-25T22:56:10.255Z[ host-image] Aug 25 22:56:09.443 INFO O| Aug 25 22:56:09.443 INFO ok!
104952026-08-25T22:56:10.255Z[ host-image] Aug 25 22:56:09.443 INFO O| Aug 25 22:56:09.443 INFO STEP 127 (ensure_file) COMPLETE
104962026-08-25T22:56:10.255Z[ host-image] Aug 25 22:56:09.443 INFO O| Aug 25 22:56:09.443 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-08-25T22:56:10.261Z[ host-image] Aug 25 22:56:09.448 INFO O| Aug 25 22:56:09.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104982026-08-25T22:56:10.261Z[ host-image] Aug 25 22:56:09.448 INFO O| Aug 25 22:56:09.448 INFO copying /tmp/.tmpjS1e7R/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 ...
104992026-08-25T22:56:10.261Z[ host-image] Aug 25 22:56:09.448 INFO O| Aug 25 22:56:09.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105002026-08-25T22:56:10.261Z[ host-image] Aug 25 22:56:09.448 INFO O| Aug 25 22:56:09.448 INFO ok!
105012026-08-25T22:56:10.261Z[ host-image] Aug 25 22:56:09.448 INFO O| Aug 25 22:56:09.448 INFO STEP 128 (ensure_file) COMPLETE
105022026-08-25T22:56:10.261Z[ host-image] Aug 25 22:56:09.448 INFO O| Aug 25 22:56:09.448 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.454 INFO O| Aug 25 22:56:09.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105042026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.454 INFO O| Aug 25 22:56:09.454 INFO copying /tmp/.tmpjS1e7R/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 ...
105052026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.454 INFO O| Aug 25 22:56:09.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105062026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.454 INFO O| Aug 25 22:56:09.454 INFO ok!
105072026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.454 INFO O| Aug 25 22:56:09.454 INFO STEP 129 (ensure_file) COMPLETE
105082026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.454 INFO O| Aug 25 22:56:09.454 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105092026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.459 INFO O| Aug 25 22:56:09.459 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105102026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.459 INFO O| Aug 25 22:56:09.459 INFO copying /tmp/.tmpjS1e7R/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 ...
105112026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.459 INFO O| Aug 25 22:56:09.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105122026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.459 INFO O| Aug 25 22:56:09.459 INFO ok!
105132026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.459 INFO O| Aug 25 22:56:09.459 INFO STEP 130 (ensure_file) COMPLETE
105142026-08-25T22:56:10.270Z[ host-image] Aug 25 22:56:09.459 INFO O| Aug 25 22:56:09.459 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-08-25T22:56:10.282Z[ host-image] Aug 25 22:56:09.466 INFO O| Aug 25 22:56:09.466 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105162026-08-25T22:56:10.283Z[ host-image] Aug 25 22:56:09.466 INFO O| Aug 25 22:56:09.466 INFO copying /tmp/.tmpjS1e7R/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 ...
105172026-08-25T22:56:10.283Z[ host-image] Aug 25 22:56:09.466 INFO O| Aug 25 22:56:09.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105182026-08-25T22:56:10.283Z[ host-image] Aug 25 22:56:09.466 INFO O| Aug 25 22:56:09.466 INFO ok!
105192026-08-25T22:56:10.283Z[ host-image] Aug 25 22:56:09.466 INFO O| Aug 25 22:56:09.466 INFO STEP 131 (ensure_file) COMPLETE
105202026-08-25T22:56:10.283Z[ host-image] Aug 25 22:56:09.466 INFO O| Aug 25 22:56:09.466 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.471 INFO O| Aug 25 22:56:09.471 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105222026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.471 INFO O| Aug 25 22:56:09.471 INFO copying /tmp/.tmpjS1e7R/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 ...
105232026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.471 INFO O| Aug 25 22:56:09.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105242026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.471 INFO O| Aug 25 22:56:09.471 INFO ok!
105252026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.471 INFO O| Aug 25 22:56:09.471 INFO STEP 132 (ensure_file) COMPLETE
105262026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.471 INFO O| Aug 25 22:56:09.471 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.477 INFO O| Aug 25 22:56:09.477 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105282026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.477 INFO O| Aug 25 22:56:09.477 INFO copying /tmp/.tmpjS1e7R/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 ...
105292026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.477 INFO O| Aug 25 22:56:09.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105302026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.477 INFO O| Aug 25 22:56:09.477 INFO ok!
105312026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.478 INFO O| Aug 25 22:56:09.477 INFO STEP 133 (ensure_file) COMPLETE
105322026-08-25T22:56:10.287Z[ host-image] Aug 25 22:56:09.478 INFO O| Aug 25 22:56:09.477 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-08-25T22:56:10.292Z[ host-image] Aug 25 22:56:09.483 INFO O| Aug 25 22:56:09.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105342026-08-25T22:56:10.292Z[ host-image] Aug 25 22:56:09.483 INFO O| Aug 25 22:56:09.483 INFO copying /tmp/.tmpjS1e7R/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 ...
105352026-08-25T22:56:10.292Z[ host-image] Aug 25 22:56:09.483 INFO O| Aug 25 22:56:09.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105362026-08-25T22:56:10.292Z[ host-image] Aug 25 22:56:09.483 INFO O| Aug 25 22:56:09.483 INFO ok!
105372026-08-25T22:56:10.292Z[ host-image] Aug 25 22:56:09.483 INFO O| Aug 25 22:56:09.483 INFO STEP 134 (ensure_file) COMPLETE
105382026-08-25T22:56:10.292Z[ host-image] Aug 25 22:56:09.483 INFO O| Aug 25 22:56:09.483 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105392026-08-25T22:56:10.309Z[ host-image] Aug 25 22:56:09.489 INFO O| Aug 25 22:56:09.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105402026-08-25T22:56:10.309Z[ host-image] Aug 25 22:56:09.489 INFO O| Aug 25 22:56:09.489 INFO copying /tmp/.tmpjS1e7R/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 ...
105412026-08-25T22:56:10.309Z[ host-image] Aug 25 22:56:09.489 INFO O| Aug 25 22:56:09.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105422026-08-25T22:56:10.309Z[ host-image] Aug 25 22:56:09.489 INFO O| Aug 25 22:56:09.489 INFO ok!
105432026-08-25T22:56:10.309Z[ host-image] Aug 25 22:56:09.489 INFO O| Aug 25 22:56:09.489 INFO STEP 135 (ensure_file) COMPLETE
105442026-08-25T22:56:10.309Z[ host-image] Aug 25 22:56:09.489 INFO O| Aug 25 22:56:09.489 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105452026-08-25T22:56:10.316Z[ host-image] Aug 25 22:56:09.494 INFO O| Aug 25 22:56:09.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105462026-08-25T22:56:10.316Z[ host-image] Aug 25 22:56:09.494 INFO O| Aug 25 22:56:09.494 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105472026-08-25T22:56:10.316Z[ host-image] Aug 25 22:56:09.494 INFO O| Aug 25 22:56:09.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105482026-08-25T22:56:10.316Z[ host-image] Aug 25 22:56:09.494 INFO O| Aug 25 22:56:09.494 INFO ok!
105492026-08-25T22:56:10.316Z[ host-image] Aug 25 22:56:09.494 INFO O| Aug 25 22:56:09.494 INFO STEP 136 (ensure_file) COMPLETE
105502026-08-25T22:56:10.316Z[ host-image] Aug 25 22:56:09.494 INFO O| Aug 25 22:56:09.494 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105512026-08-25T22:56:10.316Z[ host-image] Aug 25 22:56:09.500 INFO O| Aug 25 22:56:09.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105522026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.500 INFO O| Aug 25 22:56:09.500 INFO copying /tmp/.tmpjS1e7R/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 ...
105532026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.500 INFO O| Aug 25 22:56:09.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105542026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.500 INFO O| Aug 25 22:56:09.500 INFO ok!
105552026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.500 INFO O| Aug 25 22:56:09.500 INFO STEP 137 (ensure_file) COMPLETE
105562026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.500 INFO O| Aug 25 22:56:09.500 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105572026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.505 INFO O| Aug 25 22:56:09.505 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105582026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.505 INFO O| Aug 25 22:56:09.505 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105592026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.505 INFO O| Aug 25 22:56:09.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105602026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.505 INFO O| Aug 25 22:56:09.505 INFO ok!
105612026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.505 INFO O| Aug 25 22:56:09.505 INFO STEP 138 (ensure_file) COMPLETE
105622026-08-25T22:56:10.317Z[ host-image] Aug 25 22:56:09.505 INFO O| Aug 25 22:56:09.505 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105632026-08-25T22:56:10.321Z[ host-image] Aug 25 22:56:09.512 INFO O| Aug 25 22:56:09.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105642026-08-25T22:56:10.321Z[ host-image] Aug 25 22:56:09.512 INFO O| Aug 25 22:56:09.512 INFO copying /tmp/.tmpjS1e7R/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105652026-08-25T22:56:13.292Z[ recovery-image] Aug 25 22:56:12.483 INFO creating reset image...
105662026-08-25T22:56:13.292Z[ recovery-image] Aug 25 22:56:12.483 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")
105672026-08-25T22:56:13.588Z[ recovery-image] Aug 25 22:56:12.779 INFO E| Updating crates.io index
105682026-08-25T22:56:13.894Z[ recovery-image] Aug 25 22:56:13.085 INFO E| Downloading crates ...
105692026-08-25T22:56:13.942Z[ recovery-image] Aug 25 22:56:13.131 INFO E| Downloaded sigchld v0.2.4
105702026-08-25T22:56:13.958Z[ recovery-image] Aug 25 22:56:13.133 INFO E| Downloaded os_pipe v1.2.3
105712026-08-25T22:56:13.958Z[ recovery-image] Aug 25 22:56:13.140 INFO E| Downloaded duct v1.1.1
105722026-08-25T22:56:13.963Z[ recovery-image] Aug 25 22:56:13.142 INFO E| Downloaded clap_lex v1.1.0
105732026-08-25T22:56:13.963Z[ recovery-image] Aug 25 22:56:13.143 INFO E| Downloaded shared_thread v0.2.0
105742026-08-25T22:56:13.963Z[ recovery-image] Aug 25 22:56:13.143 INFO E| Downloaded colorchoice v1.0.5
105752026-08-25T22:56:13.964Z[ recovery-image] Aug 25 22:56:13.144 INFO E| Downloaded shared_child v1.1.1
105762026-08-25T22:56:14.000Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling libc v0.2.186
105772026-08-25T22:56:14.000Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling proc-macro2 v1.0.106
105782026-08-25T22:56:14.011Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling quote v1.0.45
105792026-08-25T22:56:14.011Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling signal-hook v0.3.18
105802026-08-25T22:56:14.011Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling unicode-ident v1.0.24
105812026-08-25T22:56:14.011Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling utf8parse v0.2.2
105822026-08-25T22:56:14.011Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling is_terminal_polyfill v1.70.2
105832026-08-25T22:56:14.011Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling anstyle-query v1.1.5
105842026-08-25T22:56:14.012Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling anstyle v1.0.14
105852026-08-25T22:56:14.012Z[ recovery-image] Aug 25 22:56:13.188 INFO E| Compiling colorchoice v1.0.5
105862026-08-25T22:56:14.017Z[ recovery-image] Aug 25 22:56:13.202 INFO E| Compiling heck v0.5.0
105872026-08-25T22:56:14.017Z[ recovery-image] Aug 25 22:56:13.202 INFO E| Compiling strsim v0.11.1
105882026-08-25T22:56:14.017Z[ recovery-image] Aug 25 22:56:13.202 INFO E| Compiling clap_lex v1.1.0
105892026-08-25T22:56:14.017Z[ recovery-image] Aug 25 22:56:13.202 INFO E| Compiling shared_thread v0.2.0
105902026-08-25T22:56:14.128Z[ recovery-image] Aug 25 22:56:13.316 INFO E| Compiling anstyle-parse v1.0.0
105912026-08-25T22:56:14.275Z[ recovery-image] Aug 25 22:56:13.466 INFO E| Compiling anstream v1.0.0
105922026-08-25T22:56:14.523Z[ recovery-image] Aug 25 22:56:13.707 INFO E| Compiling clap_builder v4.6.0
105932026-08-25T22:56:14.860Z[ recovery-image] Aug 25 22:56:14.051 INFO E| Compiling errno v0.3.14
105942026-08-25T22:56:14.860Z[ recovery-image] Aug 25 22:56:14.051 INFO E| Compiling os_pipe v1.2.3
105952026-08-25T22:56:14.958Z[ recovery-image] Aug 25 22:56:14.149 INFO E| Compiling signal-hook-registry v1.4.8
105962026-08-25T22:56:15.195Z[ recovery-image] Aug 25 22:56:14.385 INFO E| Compiling syn v2.0.117
105972026-08-25T22:56:15.245Z[ recovery-image] Aug 25 22:56:14.436 INFO E| Compiling sigchld v0.2.4
105982026-08-25T22:56:15.351Z[ recovery-image] Aug 25 22:56:14.542 INFO E| Compiling shared_child v1.1.1
105992026-08-25T22:56:15.481Z[ recovery-image] Aug 25 22:56:14.672 INFO E| Compiling duct v1.1.1
106002026-08-25T22:56:17.354Z[ host-image] Aug 25 22:56:16.545 INFO O| Aug 25 22:56:16.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106012026-08-25T22:56:17.354Z[ host-image] Aug 25 22:56:16.545 INFO O| Aug 25 22:56:16.545 INFO ok!
106022026-08-25T22:56:17.355Z[ host-image] Aug 25 22:56:16.545 INFO O| Aug 25 22:56:16.545 INFO STEP 139 (ensure_file) COMPLETE
106032026-08-25T22:56:17.359Z[ host-image] Aug 25 22:56:16.545 INFO O| Aug 25 22:56:16.545 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106042026-08-25T22:56:17.363Z[ host-image] Aug 25 22:56:16.554 INFO O| Aug 25 22:56:16.554 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106052026-08-25T22:56:17.368Z[ host-image] Aug 25 22:56:16.554 INFO O| Aug 25 22:56:16.554 INFO STEP 140 (ensure_dir) COMPLETE
106062026-08-25T22:56:17.368Z[ host-image] Aug 25 22:56:16.554 INFO O| Aug 25 22:56:16.554 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-08-25T22:56:17.371Z[ host-image] Aug 25 22:56:16.563 INFO O| Aug 25 22:56:16.563 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106082026-08-25T22:56:17.372Z[ host-image] Aug 25 22:56:16.563 INFO O| Aug 25 22:56:16.563 INFO STEP 141 (ensure_dir) COMPLETE
106092026-08-25T22:56:17.372Z[ host-image] Aug 25 22:56:16.563 INFO O| Aug 25 22:56:16.563 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106102026-08-25T22:56:17.379Z[ host-image] Aug 25 22:56:16.570 INFO O| Aug 25 22:56:16.570 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106112026-08-25T22:56:17.379Z[ host-image] Aug 25 22:56:16.570 INFO O| Aug 25 22:56:16.570 INFO STEP 142 (ensure_dir) COMPLETE
106122026-08-25T22:56:17.379Z[ host-image] Aug 25 22:56:16.570 INFO O| Aug 25 22:56:16.570 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106132026-08-25T22:56:17.386Z[ host-image] Aug 25 22:56:16.577 INFO O| Aug 25 22:56:16.577 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106142026-08-25T22:56:17.386Z[ host-image] Aug 25 22:56:16.577 INFO O| Aug 25 22:56:16.577 INFO STEP 143 (ensure_dir) COMPLETE
106152026-08-25T22:56:17.389Z[ host-image] Aug 25 22:56:16.577 INFO O| Aug 25 22:56:16.577 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106162026-08-25T22:56:17.397Z[ host-image] Aug 25 22:56:16.585 INFO O| Aug 25 22:56:16.585 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106172026-08-25T22:56:17.397Z[ host-image] Aug 25 22:56:16.585 INFO O| Aug 25 22:56:16.585 INFO copying /tmp/.tmpjS1e7R/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 ...
106182026-08-25T22:56:17.401Z[ host-image] Aug 25 22:56:16.585 INFO O| Aug 25 22:56:16.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106192026-08-25T22:56:17.401Z[ host-image] Aug 25 22:56:16.585 INFO O| Aug 25 22:56:16.585 INFO ok!
106202026-08-25T22:56:17.401Z[ host-image] Aug 25 22:56:16.585 INFO O| Aug 25 22:56:16.585 INFO STEP 144 (ensure_file) COMPLETE
106212026-08-25T22:56:17.401Z[ host-image] Aug 25 22:56:16.585 INFO O| Aug 25 22:56:16.585 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106222026-08-25T22:56:17.409Z[ host-image] Aug 25 22:56:16.593 INFO O| Aug 25 22:56:16.593 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106232026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.593 INFO O| Aug 25 22:56:16.593 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106242026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.593 INFO O| Aug 25 22:56:16.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106252026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.593 INFO O| Aug 25 22:56:16.593 INFO STEP 145 (ensure_dir) COMPLETE
106262026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.593 INFO O| Aug 25 22:56:16.593 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.600 INFO O| Aug 25 22:56:16.600 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106282026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.600 INFO O| Aug 25 22:56:16.600 INFO copying /tmp/.tmpjS1e7R/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106292026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.600 INFO O| Aug 25 22:56:16.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106302026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.600 INFO O| Aug 25 22:56:16.600 INFO ok!
106312026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.600 INFO O| Aug 25 22:56:16.600 INFO STEP 146 (ensure_file) COMPLETE
106322026-08-25T22:56:17.410Z[ host-image] Aug 25 22:56:16.600 INFO O| Aug 25 22:56:16.600 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106332026-08-25T22:56:17.416Z[ host-image] Aug 25 22:56:16.607 INFO O| Aug 25 22:56:16.607 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106342026-08-25T22:56:17.419Z[ host-image] Aug 25 22:56:16.607 INFO O| Aug 25 22:56:16.607 INFO STEP 147 (remove_files) COMPLETE
106352026-08-25T22:56:17.419Z[ host-image] Aug 25 22:56:16.607 INFO O| Aug 25 22:56:16.607 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106362026-08-25T22:56:17.423Z[ host-image] Aug 25 22:56:16.614 INFO O| Aug 25 22:56:16.614 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106372026-08-25T22:56:17.423Z[ host-image] Aug 25 22:56:16.614 INFO O| Aug 25 22:56:16.614 INFO STEP 148 (remove_files) COMPLETE
106382026-08-25T22:56:17.423Z[ host-image] Aug 25 22:56:16.614 INFO O| Aug 25 22:56:16.614 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106392026-08-25T22:56:17.430Z[ host-image] Aug 25 22:56:16.621 INFO O| Aug 25 22:56:16.621 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106402026-08-25T22:56:17.434Z[ host-image] Aug 25 22:56:16.621 INFO O| Aug 25 22:56:16.621 INFO STEP 149 (remove_files) COMPLETE
106412026-08-25T22:56:17.434Z[ host-image] Aug 25 22:56:16.621 INFO O| Aug 25 22:56:16.621 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106422026-08-25T22:56:17.442Z[ host-image] Aug 25 22:56:16.627 INFO O| Aug 25 22:56:16.627 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106432026-08-25T22:56:17.442Z[ host-image] Aug 25 22:56:16.627 INFO O| Aug 25 22:56:16.627 INFO STEP 150 (remove_files) COMPLETE
106442026-08-25T22:56:17.442Z[ host-image] Aug 25 22:56:16.627 INFO O| Aug 25 22:56:16.627 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106452026-08-25T22:56:17.446Z[ host-image] Aug 25 22:56:16.634 INFO O| Aug 25 22:56:16.634 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106462026-08-25T22:56:17.446Z[ host-image] Aug 25 22:56:16.634 INFO O| Aug 25 22:56:16.634 INFO STEP 151 (remove_files) COMPLETE
106472026-08-25T22:56:17.446Z[ host-image] Aug 25 22:56:16.634 INFO O| Aug 25 22:56:16.634 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106482026-08-25T22:56:17.450Z[ host-image] Aug 25 22:56:16.642 INFO O| Aug 25 22:56:16.642 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106492026-08-25T22:56:17.454Z[ host-image] Aug 25 22:56:16.642 INFO O| Aug 25 22:56:16.642 INFO STEP 152 (remove_files) COMPLETE
106502026-08-25T22:56:17.454Z[ host-image] Aug 25 22:56:16.642 INFO O| Aug 25 22:56:16.642 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106512026-08-25T22:56:17.458Z[ host-image] Aug 25 22:56:16.649 INFO O| Aug 25 22:56:16.649 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106522026-08-25T22:56:17.458Z[ host-image] Aug 25 22:56:16.649 INFO O| Aug 25 22:56:16.649 INFO STEP 153 (remove_files) COMPLETE
106532026-08-25T22:56:17.459Z[ host-image] Aug 25 22:56:16.649 INFO O| Aug 25 22:56:16.649 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106542026-08-25T22:56:17.466Z[ host-image] Aug 25 22:56:16.657 INFO O| Aug 25 22:56:16.657 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106552026-08-25T22:56:17.466Z[ host-image] Aug 25 22:56:16.657 INFO O| Aug 25 22:56:16.657 INFO STEP 154 (remove_files) COMPLETE
106562026-08-25T22:56:17.469Z[ host-image] Aug 25 22:56:16.657 INFO O| Aug 25 22:56:16.657 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106572026-08-25T22:56:17.473Z[ host-image] Aug 25 22:56:16.663 INFO O| Aug 25 22:56:16.663 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106582026-08-25T22:56:17.473Z[ host-image] Aug 25 22:56:16.663 INFO O| Aug 25 22:56:16.663 INFO STEP 155 (remove_files) COMPLETE
106592026-08-25T22:56:17.473Z[ host-image] Aug 25 22:56:16.663 INFO O| Aug 25 22:56:16.663 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106602026-08-25T22:56:17.479Z[ host-image] Aug 25 22:56:16.671 INFO O| Aug 25 22:56:16.671 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106612026-08-25T22:56:17.480Z[ host-image] Aug 25 22:56:16.671 INFO O| Aug 25 22:56:16.671 INFO STEP 156 (remove_files) COMPLETE
106622026-08-25T22:56:17.480Z[ host-image] Aug 25 22:56:16.671 INFO O| Aug 25 22:56:16.671 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106632026-08-25T22:56:17.487Z[ host-image] Aug 25 22:56:16.679 INFO O| Aug 25 22:56:16.679 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106642026-08-25T22:56:17.487Z[ host-image] Aug 25 22:56:16.679 INFO O| Aug 25 22:56:16.679 INFO STEP 157 (remove_files) COMPLETE
106652026-08-25T22:56:17.487Z[ host-image] Aug 25 22:56:16.679 INFO O| Aug 25 22:56:16.679 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106662026-08-25T22:56:17.495Z[ host-image] Aug 25 22:56:16.686 INFO O| Aug 25 22:56:16.686 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106672026-08-25T22:56:17.495Z[ host-image] Aug 25 22:56:16.686 INFO O| Aug 25 22:56:16.686 INFO STEP 158 (remove_files) COMPLETE
106682026-08-25T22:56:17.499Z[ host-image] Aug 25 22:56:16.686 INFO O| Aug 25 22:56:16.686 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106692026-08-25T22:56:17.503Z[ host-image] Aug 25 22:56:16.693 INFO O| Aug 25 22:56:16.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106702026-08-25T22:56:17.503Z[ host-image] Aug 25 22:56:16.693 INFO O| Aug 25 22:56:16.693 INFO STEP 159 (remove_files) COMPLETE
106712026-08-25T22:56:17.503Z[ host-image] Aug 25 22:56:16.693 INFO O| Aug 25 22:56:16.693 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106722026-08-25T22:56:17.508Z[ host-image] Aug 25 22:56:16.700 INFO O| Aug 25 22:56:16.700 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106732026-08-25T22:56:17.508Z[ host-image] Aug 25 22:56:16.700 INFO O| Aug 25 22:56:16.700 INFO STEP 160 (remove_files) COMPLETE
106742026-08-25T22:56:17.512Z[ host-image] Aug 25 22:56:16.700 INFO O| Aug 25 22:56:16.700 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106752026-08-25T22:56:17.512Z[ recovery-image] Aug 25 22:56:16.702 INFO E| Compiling clap_derive v4.6.1
106762026-08-25T22:56:17.516Z[ host-image] Aug 25 22:56:16.707 INFO O| Aug 25 22:56:16.707 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106772026-08-25T22:56:17.516Z[ host-image] Aug 25 22:56:16.707 INFO O| Aug 25 22:56:16.707 INFO STEP 161 (remove_files) COMPLETE
106782026-08-25T22:56:17.516Z[ host-image] Aug 25 22:56:16.707 INFO O| Aug 25 22:56:16.707 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-25T22:56:17.521Z[ host-image] Aug 25 22:56:16.713 INFO O| Aug 25 22:56:16.713 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106802026-08-25T22:56:17.521Z[ host-image] Aug 25 22:56:16.713 INFO O| Aug 25 22:56:16.713 INFO STEP 162 (remove_files) COMPLETE
106812026-08-25T22:56:17.522Z[ host-image] Aug 25 22:56:16.713 INFO O| Aug 25 22:56:16.713 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-25T22:56:17.637Z[ host-image] Aug 25 22:56:16.719 INFO O| Aug 25 22:56:16.719 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106832026-08-25T22:56:17.637Z[ host-image] Aug 25 22:56:16.719 INFO O| Aug 25 22:56:16.719 INFO STEP 163 (remove_files) COMPLETE
106842026-08-25T22:56:17.637Z[ host-image] Aug 25 22:56:16.719 INFO O| Aug 25 22:56:16.719 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-25T22:56:17.637Z[ host-image] Aug 25 22:56:16.725 INFO O| Aug 25 22:56:16.725 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106862026-08-25T22:56:17.637Z[ host-image] Aug 25 22:56:16.725 INFO O| Aug 25 22:56:16.725 INFO STEP 164 (remove_files) COMPLETE
106872026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.725 INFO O| Aug 25 22:56:16.725 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.730 INFO O| Aug 25 22:56:16.730 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106892026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.730 INFO O| Aug 25 22:56:16.730 INFO STEP 165 (remove_files) COMPLETE
106902026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.730 INFO O| Aug 25 22:56:16.730 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.736 INFO O| Aug 25 22:56:16.736 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106922026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.736 INFO O| Aug 25 22:56:16.736 INFO STEP 166 (remove_files) COMPLETE
106932026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.736 INFO O| Aug 25 22:56:16.736 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.741 INFO O| Aug 25 22:56:16.741 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106952026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.741 INFO O| Aug 25 22:56:16.741 INFO STEP 167 (remove_files) COMPLETE
106962026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.741 INFO O| Aug 25 22:56:16.741 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.747 INFO O| Aug 25 22:56:16.747 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106982026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.747 INFO O| Aug 25 22:56:16.747 INFO STEP 168 (remove_files) COMPLETE
106992026-08-25T22:56:17.638Z[ host-image] Aug 25 22:56:16.747 INFO O| Aug 25 22:56:16.747 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.752 INFO O| Aug 25 22:56:16.752 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107012026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.753 INFO O| Aug 25 22:56:16.752 INFO STEP 169 (remove_files) COMPLETE
107022026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.753 INFO O| Aug 25 22:56:16.752 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.760 INFO O| Aug 25 22:56:16.760 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107042026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.760 INFO O| Aug 25 22:56:16.760 INFO STEP 170 (remove_files) COMPLETE
107052026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.760 INFO O| Aug 25 22:56:16.760 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.766 INFO O| Aug 25 22:56:16.766 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107072026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.766 INFO O| Aug 25 22:56:16.766 INFO STEP 171 (remove_files) COMPLETE
107082026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.766 INFO O| Aug 25 22:56:16.766 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.773 INFO O| Aug 25 22:56:16.773 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107102026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.773 INFO O| Aug 25 22:56:16.773 INFO STEP 172 (remove_files) COMPLETE
107112026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.773 INFO O| Aug 25 22:56:16.773 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-08-25T22:56:17.639Z[ host-image] Aug 25 22:56:16.779 INFO O| Aug 25 22:56:16.779 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107132026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.779 INFO O| Aug 25 22:56:16.779 INFO STEP 173 (remove_files) COMPLETE
107142026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.779 INFO O| Aug 25 22:56:16.779 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.786 INFO O| Aug 25 22:56:16.786 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107162026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.786 INFO O| Aug 25 22:56:16.786 INFO STEP 174 (remove_files) COMPLETE
107172026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.786 INFO O| Aug 25 22:56:16.786 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.791 INFO O| Aug 25 22:56:16.791 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107192026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.791 INFO O| Aug 25 22:56:16.791 INFO STEP 175 (remove_files) COMPLETE
107202026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.791 INFO O| Aug 25 22:56:16.791 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107212026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.800 INFO O| Aug 25 22:56:16.800 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107222026-08-25T22:56:17.640Z[ host-image] Aug 25 22:56:16.800 INFO O| Aug 25 22:56:16.800 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107232026-08-25T22:56:18.676Z[ recovery-image] Aug 25 22:56:17.867 INFO E| Compiling clap v4.6.1
107242026-08-25T22:56:18.726Z[ recovery-image] Aug 25 22:56:17.918 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107252026-08-25T22:56:19.488Z[ recovery-image] Aug 25 22:56:18.673 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
107262026-08-25T22:56:19.488Z[ recovery-image] Aug 25 22:56:18.678 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107272026-08-25T22:56:19.674Z[ recovery-image] Aug 25 22:56:18.865 INFO E| Downloading crates ...
107282026-08-25T22:56:19.728Z[ recovery-image] Aug 25 22:56:18.920 INFO E| Downloaded bitstruct v0.1.1
107292026-08-25T22:56:19.737Z[ recovery-image] Aug 25 22:56:18.922 INFO E| Downloaded bitstruct_derive v0.1.0
107302026-08-25T22:56:19.737Z[ recovery-image] Aug 25 22:56:18.925 INFO E| Downloaded cpio_reader v0.1.2
107312026-08-25T22:56:19.745Z[ recovery-image] Aug 25 22:56:18.929 INFO E| Downloaded bit_field v0.10.3
107322026-08-25T22:56:19.746Z[ recovery-image] Aug 25 22:56:18.930 INFO E| Downloaded bitflags v2.13.0
107332026-08-25T22:56:19.752Z[ recovery-image] Aug 25 22:56:18.941 INFO E| Downloaded log v0.4.32
107342026-08-25T22:56:19.757Z[ recovery-image] Aug 25 22:56:18.948 INFO E| Downloaded miniz_oxide v0.9.1
107352026-08-25T22:56:19.761Z[ recovery-image] Aug 25 22:56:18.950 INFO E| Downloaded raw-cpuid v10.7.0
107362026-08-25T22:56:19.769Z[ recovery-image] Aug 25 22:56:18.960 INFO E| Downloaded goblin v0.10.7
107372026-08-25T22:56:19.883Z[ recovery-image] Aug 25 22:56:19.066 INFO E| Downloaded x86 v0.52.0
107382026-08-25T22:56:19.913Z[ recovery-image] Aug 25 22:56:19.103 INFO E| Updating crates.io index
107392026-08-25T22:56:19.963Z[ recovery-image] Aug 25 22:56:19.153 INFO E| Downloading crates ...
107402026-08-25T22:56:19.985Z[ recovery-image] Aug 25 22:56:19.176 INFO E| Downloaded hashbrown v0.17.1
107412026-08-25T22:56:19.990Z[ recovery-image] Aug 25 22:56:19.180 INFO E| Downloaded rustc-literal-escaper v0.0.7
107422026-08-25T22:56:20.026Z[ recovery-image] Aug 25 22:56:19.217 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)
107432026-08-25T22:56:20.026Z[ recovery-image] Aug 25 22:56:19.217 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)
107442026-08-25T22:56:20.037Z[ recovery-image] Aug 25 22:56:19.217 INFO E| Compiling proc-macro2 v1.0.106
107452026-08-25T22:56:20.037Z[ recovery-image] Aug 25 22:56:19.217 INFO E| Compiling quote v1.0.45
107462026-08-25T22:56:20.037Z[ recovery-image] Aug 25 22:56:19.217 INFO E| Compiling unicode-ident v1.0.24
107472026-08-25T22:56:20.037Z[ recovery-image] Aug 25 22:56:19.217 INFO E| Compiling syn v1.0.109
107482026-08-25T22:56:20.037Z[ recovery-image] Aug 25 22:56:19.217 INFO E| Compiling x86 v0.52.0
107492026-08-25T22:56:20.037Z[ recovery-image] Aug 25 22:56:19.217 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107502026-08-25T22:56:20.037Z[ recovery-image] Aug 25 22:56:19.217 INFO E| Compiling seq-macro v0.3.6
107512026-08-25T22:56:20.934Z[ recovery-image] Aug 25 22:56:20.125 INFO E| Compiling syn v2.0.117
107522026-08-25T22:56:22.173Z[ recovery-image] Aug 25 22:56:21.364 INFO E| Compiling scroll_derive v0.13.1
107532026-08-25T22:56:23.178Z[ recovery-image] Aug 25 22:56:22.369 INFO E| Compiling bitstruct_derive v0.1.0
107542026-08-25T22:56:23.765Z[ host-image] Aug 25 22:56:22.954 INFO O| Aug 25 22:56:22.954 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
107552026-08-25T22:56:23.765Z[ host-image] Aug 25 22:56:22.954 INFO O| Aug 25 22:56:22.954 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107562026-08-25T22:56:23.776Z[ host-image] Aug 25 22:56:22.967 INFO O| Aug 25 22:56:22.967 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107572026-08-25T22:56:23.874Z[ host-image] Aug 25 22:56:23.063 INFO O| Aug 25 22:56:23.063 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107582026-08-25T22:56:23.930Z[ host-image] Aug 25 22:56:23.120 INFO O| Aug 25 22:56:23.119 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107592026-08-25T22:56:23.992Z[ host-image] Aug 25 22:56:23.184 INFO O| Aug 25 22:56:23.184 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107602026-08-25T22:56:23.992Z[ host-image] Aug 25 22:56:23.184 INFO O| Aug 25 22:56:23.184 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107612026-08-25T22:56:24.006Z[ host-image] Aug 25 22:56:23.185 INFO O| Aug 25 22:56:23.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107622026-08-25T22:56:24.006Z[ host-image] Aug 25 22:56:23.185 INFO O| Aug 25 22:56:23.185 INFO ok!
107632026-08-25T22:56:24.006Z[ host-image] Aug 25 22:56:23.185 INFO O| Aug 25 22:56:23.185 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107642026-08-25T22:56:24.006Z[ host-image] Aug 25 22:56:23.185 INFO O| Aug 25 22:56:23.185 INFO STEP 176 (seed_smf) COMPLETE
107652026-08-25T22:56:24.006Z[ host-image] Aug 25 22:56:23.185 INFO O| Aug 25 22:56:23.185 INFO steps complete; finalising image!
107662026-08-25T22:56:24.007Z[ host-image] Aug 25 22:56:23.185 INFO O| Aug 25 22:56:23.185 INFO TRIM POOL: TEMPORARY-sled-zfs
107672026-08-25T22:56:24.070Z[ host-image] Aug 25 22:56:23.260 INFO O| Aug 25 22:56:23.260 INFO trim TEMPORARY-sled-zfs: (57% trimmed, started at Tue Aug 25 22:56:23 2026)
107682026-08-25T22:56:24.283Z[ host-image] Aug 25 22:56:23.474 INFO O| Aug 25 22:56:23.474 INFO temporary pool has 912M used, 112M avail, 1.80x compressratio
107692026-08-25T22:56:24.283Z[ host-image] Aug 25 22:56:23.474 INFO O| Aug 25 22:56:23.474 INFO EXPORT POOL: TEMPORARY-sled-zfs
107702026-08-25T22:56:24.613Z[ host-image] Aug 25 22:56:23.805 INFO O| Aug 25 22:56:23.805 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107712026-08-25T22:56:24.614Z[ host-image] Aug 25 22:56:23.805 INFO O| Aug 25 22:56:23.805 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107722026-08-25T22:56:29.633Z[ host-image] Aug 25 22:56:24.582 INFO O| Aug 25 22:56:24.582 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107732026-08-25T22:56:29.633Z[ host-image] Aug 25 22:56:24.582 INFO O| Aug 25 22:56:24.582 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107742026-08-25T22:56:29.682Z[ host-image] Aug 25 22:56:24.582 INFO O| Aug 25 22:56:24.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107752026-08-25T22:56:29.682Z[ host-image] Aug 25 22:56:24.582 INFO O| Aug 25 22:56:24.582 INFO completed processing sled/zfs
107762026-08-25T22:56:29.682Z[ host-image] Aug 25 22:56:24.582 INFO O| Aug 25 22:56:24.582 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107772026-08-25T22:56:32.117Z[ recovery-image] Aug 25 22:56:31.307 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)
107782026-08-25T22:56:34.138Z[ recovery-image] Aug 25 22:56:33.330 INFO E| Compiling bitflags v1.3.2
107792026-08-25T22:56:34.138Z[ recovery-image] Aug 25 22:56:33.330 INFO E| Compiling log v0.4.32
107802026-08-25T22:56:34.138Z[ recovery-image] Aug 25 22:56:33.330 INFO E| Compiling adler2 v2.0.1
107812026-08-25T22:56:34.143Z[ recovery-image] Aug 25 22:56:33.330 INFO E| Compiling plain v0.2.3
107822026-08-25T22:56:34.143Z[ recovery-image] Aug 25 22:56:33.330 INFO E| Compiling bit_field v0.10.3
107832026-08-25T22:56:34.143Z[ recovery-image] Aug 25 22:56:33.330 INFO E| Compiling scroll v0.13.0
107842026-08-25T22:56:34.143Z[ recovery-image] Aug 25 22:56:33.330 INFO E| Compiling bitflags v2.13.0
107852026-08-25T22:56:34.143Z[ recovery-image] Aug 25 22:56:33.330 INFO E| Compiling bitstruct v0.1.1
107862026-08-25T22:56:34.143Z[ recovery-image] Aug 25 22:56:33.330 INFO E| Compiling static_assertions v1.1.0
107872026-08-25T22:56:34.189Z[ recovery-image] Aug 25 22:56:33.379 INFO E| Compiling raw-cpuid v10.7.0
107882026-08-25T22:56:34.240Z[ recovery-image] Aug 25 22:56:33.430 INFO E| Compiling miniz_oxide v0.9.1
107892026-08-25T22:56:34.295Z[ recovery-image] Aug 25 22:56:33.481 INFO E| Compiling cpio_reader v0.1.2
107902026-08-25T22:56:34.350Z[ recovery-image] Aug 25 22:56:33.539 INFO E| Compiling goblin v0.10.7
107912026-08-25T22:56:37.349Z[ recovery-image] Aug 25 22:56:36.540 INFO E| Finished `release` profile [optimized] target(s) in 17.84s
107922026-08-25T22:56:37.371Z[ recovery-image] Aug 25 22:56:36.562 INFO building ROM for cosmo
107932026-08-25T22:56:37.372Z[ recovery-image] Aug 25 22:56:36.562 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")
107942026-08-25T22:56:37.463Z[ recovery-image] Aug 25 22:56:36.654 INFO E| Downloading crates ...
107952026-08-25T22:56:37.507Z[ recovery-image] Aug 25 22:56:36.697 INFO E| Downloaded clap_lex v0.7.4
107962026-08-25T22:56:37.512Z[ recovery-image] Aug 25 22:56:36.700 INFO E| Downloaded serde_spanned v0.6.8
107972026-08-25T22:56:37.520Z[ recovery-image] Aug 25 22:56:36.710 INFO E| Downloaded anstyle v1.0.10
107982026-08-25T22:56:37.528Z[ recovery-image] Aug 25 22:56:36.711 INFO E| Downloaded colorchoice v1.0.3
107992026-08-25T22:56:37.529Z[ recovery-image] Aug 25 22:56:36.716 INFO E| Downloaded os_pipe v1.2.1
108002026-08-25T22:56:37.534Z[ recovery-image] Aug 25 22:56:36.718 INFO E| Downloaded duct v0.13.7
108012026-08-25T22:56:37.534Z[ recovery-image] Aug 25 22:56:36.720 INFO E| Downloaded anstyle-query v1.1.2
108022026-08-25T22:56:37.534Z[ recovery-image] Aug 25 22:56:36.724 INFO E| Downloaded shared_child v1.0.1
108032026-08-25T22:56:37.539Z[ recovery-image] Aug 25 22:56:36.726 INFO E| Downloaded is_terminal_polyfill v1.70.1
108042026-08-25T22:56:37.539Z[ recovery-image] Aug 25 22:56:36.726 INFO E| Downloaded toml_write v0.1.1
108052026-08-25T22:56:37.539Z[ recovery-image] Aug 25 22:56:36.728 INFO E| Downloaded anstyle-parse v0.2.6
108062026-08-25T22:56:37.539Z[ recovery-image] Aug 25 22:56:36.729 INFO E| Downloaded clap v4.5.37
108072026-08-25T22:56:37.546Z[ recovery-image] Aug 25 22:56:36.735 INFO E| Downloaded toml_datetime v0.6.9
108082026-08-25T22:56:37.553Z[ recovery-image] Aug 25 22:56:36.736 INFO E| Downloaded anstream v0.6.18
108092026-08-25T22:56:37.553Z[ recovery-image] Aug 25 22:56:36.741 INFO E| Downloaded clap_derive v4.5.32
108102026-08-25T22:56:37.568Z[ recovery-image] Aug 25 22:56:36.755 INFO E| Downloaded toml v0.8.22
108112026-08-25T22:56:37.588Z[ recovery-image] Aug 25 22:56:36.777 INFO E| Downloaded cc v1.2.20
108122026-08-25T22:56:37.592Z[ recovery-image] Aug 25 22:56:36.779 INFO E| Downloaded toml_edit v0.22.26
108132026-08-25T22:56:37.614Z[ recovery-image] Aug 25 22:56:36.801 INFO E| Downloaded clap_builder v4.5.37
108142026-08-25T22:56:37.620Z[ recovery-image] Aug 25 22:56:36.806 INFO E| Downloaded winnow v0.7.7
108152026-08-25T22:56:37.633Z[ recovery-image] Aug 25 22:56:36.824 INFO E| Compiling syn v2.0.101
108162026-08-25T22:56:37.633Z[ recovery-image] Aug 25 22:56:36.824 INFO E| Compiling libc v0.2.172
108172026-08-25T22:56:37.642Z[ recovery-image] Aug 25 22:56:36.824 INFO E| Compiling utf8parse v0.2.2
108182026-08-25T22:56:37.642Z[ recovery-image] Aug 25 22:56:36.824 INFO E| Compiling colorchoice v1.0.3
108192026-08-25T22:56:37.642Z[ recovery-image] Aug 25 22:56:36.824 INFO E| Compiling anstyle v1.0.10
108202026-08-25T22:56:37.642Z[ recovery-image] Aug 25 22:56:36.824 INFO E| Compiling once_cell v1.21.3
108212026-08-25T22:56:37.642Z[ recovery-image] Aug 25 22:56:36.824 INFO E| Compiling is_terminal_polyfill v1.70.1
108222026-08-25T22:56:37.643Z[ recovery-image] Aug 25 22:56:36.824 INFO E| Compiling equivalent v1.0.2
108232026-08-25T22:56:37.643Z[ recovery-image] Aug 25 22:56:36.824 INFO E| Compiling anstyle-query v1.1.2
108242026-08-25T22:56:37.643Z[ recovery-image] Aug 25 22:56:36.825 INFO E| Compiling hashbrown v0.15.2
108252026-08-25T22:56:37.643Z[ recovery-image] Aug 25 22:56:36.825 INFO E| Compiling shlex v1.3.0
108262026-08-25T22:56:37.643Z[ recovery-image] Aug 25 22:56:36.825 INFO E| Compiling anyhow v1.0.98
108272026-08-25T22:56:37.656Z[ recovery-image] Aug 25 22:56:36.844 INFO E| Compiling winnow v0.7.7
108282026-08-25T22:56:37.656Z[ recovery-image] Aug 25 22:56:36.844 INFO E| Compiling clap_lex v0.7.4
108292026-08-25T22:56:37.660Z[ recovery-image] Aug 25 22:56:36.844 INFO E| Compiling strsim v0.11.1
108302026-08-25T22:56:37.871Z[ recovery-image] Aug 25 22:56:37.058 INFO E| Compiling toml_write v0.1.1
108312026-08-25T22:56:38.002Z[ recovery-image] Aug 25 22:56:37.191 INFO E| Compiling anstyle-parse v0.2.6
108322026-08-25T22:56:38.106Z[ recovery-image] Aug 25 22:56:37.294 INFO E| Compiling cc v1.2.20
108332026-08-25T22:56:38.167Z[ recovery-image] Aug 25 22:56:37.353 INFO E| Compiling anstream v0.6.18
108342026-08-25T22:56:38.407Z[ recovery-image] Aug 25 22:56:37.598 INFO E| Compiling clap_builder v4.5.37
108352026-08-25T22:56:38.583Z[ recovery-image] Aug 25 22:56:37.773 INFO E| Compiling indexmap v2.9.0
108362026-08-25T22:56:38.663Z[ recovery-image] Aug 25 22:56:37.853 INFO E| Compiling shared_child v1.0.1
108372026-08-25T22:56:38.663Z[ recovery-image] Aug 25 22:56:37.853 INFO E| Compiling os_pipe v1.2.1
108382026-08-25T22:56:38.787Z[ recovery-image] Aug 25 22:56:37.975 INFO E| Compiling duct v0.13.7
108392026-08-25T22:56:39.328Z[ recovery-image] Aug 25 22:56:38.510 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108402026-08-25T22:56:40.089Z[ recovery-image] Aug 25 22:56:39.280 INFO E| Compiling serde_derive v1.0.219
108412026-08-25T22:56:40.090Z[ recovery-image] Aug 25 22:56:39.280 INFO E| Compiling clap_derive v4.5.32
108422026-08-25T22:56:41.484Z[ recovery-image] Aug 25 22:56:40.674 INFO E| Compiling clap v4.5.37
108432026-08-25T22:56:42.162Z[ recovery-image] Aug 25 22:56:41.349 INFO E| Compiling serde v1.0.219
108442026-08-25T22:56:44.039Z[ recovery-image] Aug 25 22:56:43.227 INFO E| Compiling toml_datetime v0.6.9
108452026-08-25T22:56:44.039Z[ recovery-image] Aug 25 22:56:43.227 INFO E| Compiling serde_spanned v0.6.8
108462026-08-25T22:56:44.195Z[ recovery-image] Aug 25 22:56:43.384 INFO E| Compiling toml_edit v0.22.26
108472026-08-25T22:56:45.458Z[ recovery-image] Aug 25 22:56:44.644 INFO E| Compiling toml v0.8.22
108482026-08-25T22:56:46.412Z[ host-image] Aug 25 22:56:45.602 INFO O| Aug 25 22:56:45.602 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108492026-08-25T22:56:46.515Z[ host-image] Aug 25 22:56:45.705 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
108502026-08-25T22:56:46.516Z[ host-image] Aug 25 22:56:45.705 INFO expanded image name: "ci 1f434a8/${os_short_commit} 2026-08-25 22:40" -> "ci 1f434a8/bbd33bf 2026-08-25 22:40"
108512026-08-25T22:56:46.524Z[ host-image] Aug 25 22:56:45.705 INFO output artefacts stored in: "/work/os-host"
108522026-08-25T22:56:46.524Z[ host-image] Aug 25 22:56:45.705 INFO collecting git info from project "chelsio-t6-roms"...
108532026-08-25T22:56:46.524Z[ host-image] Aug 25 22:56:45.711 INFO collecting git info from project "image-builder"...
108542026-08-25T22:56:46.529Z[ host-image] Aug 25 22:56:45.717 INFO collecting git info from project "dmar-report"...
108552026-08-25T22:56:46.533Z[ host-image] Aug 25 22:56:45.723 INFO collecting git info from project "phbl"...
108562026-08-25T22:56:46.537Z[ host-image] Aug 25 22:56:45.728 INFO collecting git info from project "amd-host-image-builder"...
108572026-08-25T22:56:46.543Z[ host-image] Aug 25 22:56:45.733 INFO collecting git info from project "bootserver"...
108582026-08-25T22:56:46.546Z[ host-image] Aug 25 22:56:45.737 INFO collecting git info from project "pilot"...
108592026-08-25T22:56:46.552Z[ host-image] Aug 25 22:56:45.743 INFO collecting git info from project "amd-firmware"...
108602026-08-25T22:56:46.565Z[ host-image] Aug 25 22:56:45.754 INFO collecting git info from project "pinprick"...
108612026-08-25T22:56:46.568Z[ host-image] Aug 25 22:56:45.759 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108622026-08-25T22:56:46.883Z[ host-image] Aug 25 22:56:46.073 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108632026-08-25T22:56:47.168Z[ host-image] Aug 25 22:56:46.355 INFO creating Oxide boot image...
108642026-08-25T22:56:47.169Z[ host-image] Aug 25 22:56:46.355 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1f434a8/bbd33bf 2026-08-25 22:40", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108652026-08-25T22:56:47.598Z[ recovery-image] Aug 25 22:56:46.788 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.18s
108662026-08-25T22:56:47.608Z[ recovery-image] Aug 25 22:56:46.798 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`
108672026-08-25T22:56:47.628Z[ recovery-image] Aug 25 22:56:46.815 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108682026-08-25T22:56:47.711Z[ recovery-image] Aug 25 22:56:46.900 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108692026-08-25T22:56:47.734Z[ recovery-image] Aug 25 22:56:46.905 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`
108702026-08-25T22:56:47.929Z[ recovery-image] Aug 25 22:56:47.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108712026-08-25T22:56:47.930Z[ recovery-image] Aug 25 22:56:47.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108722026-08-25T22:56:47.930Z[ recovery-image] Aug 25 22:56:47.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108732026-08-25T22:56:47.937Z[ recovery-image] Aug 25 22:56:47.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108742026-08-25T22:56:47.937Z[ recovery-image] Aug 25 22:56:47.120 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108752026-08-25T22:56:47.937Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108762026-08-25T22:56:47.937Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108772026-08-25T22:56:47.937Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108782026-08-25T22:56:47.937Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108792026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108802026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108812026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108822026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108832026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108842026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108852026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108862026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108872026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108882026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108892026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108902026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108912026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108922026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108932026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108942026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108952026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108962026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108972026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108982026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108992026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109002026-08-25T22:56:47.938Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109012026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109022026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109032026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109042026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109052026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109062026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109072026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109082026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109092026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.121 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109102026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109112026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109122026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109132026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109142026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109152026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109162026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109172026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109182026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109192026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109202026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109212026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109222026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109232026-08-25T22:56:47.939Z[ recovery-image] Aug 25 22:56:47.122 INFO O| Info: ABL version: 0x100af010
109242026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109252026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109262026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109272026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109282026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109292026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109302026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109312026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109322026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109332026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109342026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.122 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109352026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109362026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109372026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109382026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109392026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109402026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109412026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109422026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109432026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109442026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109452026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109462026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109472026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109482026-08-25T22:56:47.940Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109492026-08-25T22:56:47.941Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109502026-08-25T22:56:47.941Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109512026-08-25T22:56:47.941Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109522026-08-25T22:56:47.941Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109532026-08-25T22:56:47.941Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109542026-08-25T22:56:47.941Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109552026-08-25T22:56:47.941Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109562026-08-25T22:56:47.941Z[ recovery-image] Aug 25 22:56:47.123 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109572026-08-25T22:56:47.950Z[ host-image] Aug 25 22:56:47.127 INFO O| ok, image written!
109582026-08-25T22:56:47.950Z[ host-image] Aug 25 22:56:47.127 INFO O| ok, boot_image_csum file written!
109592026-08-25T22:56:47.951Z[ host-image] Aug 25 22:56:47.130 INFO creating boot archive (CPIO)...
109602026-08-25T22:56:47.951Z[ host-image] Aug 25 22:56:47.130 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
109612026-08-25T22:56:47.951Z[ host-image] Aug 25 22:56:47.133 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109622026-08-25T22:56:47.951Z[ host-image] Aug 25 22:56:47.133 INFO E| + outfile=/work/os-host/cpio
109632026-08-25T22:56:47.951Z[ host-image] Aug 25 22:56:47.133 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109642026-08-25T22:56:47.951Z[ host-image] Aug 25 22:56:47.135 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109652026-08-25T22:56:47.951Z[ host-image] Aug 25 22:56:47.135 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109662026-08-25T22:56:47.970Z[ recovery-image] Aug 25 22:56:47.158 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109672026-08-25T22:56:47.970Z[ recovery-image] Aug 25 22:56:47.158 INFO building ROM for gimlet
109682026-08-25T22:56:47.970Z[ recovery-image] Aug 25 22:56:47.158 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")
109692026-08-25T22:56:47.977Z[ host-image] Aug 25 22:56:47.162 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109702026-08-25T22:56:47.977Z[ host-image] Aug 25 22:56:47.162 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109712026-08-25T22:56:47.982Z[ host-image] Aug 25 22:56:47.169 INFO creating compressed cpio/unix for dev loaders...
109722026-08-25T22:56:47.982Z[ host-image] Aug 25 22:56:47.169 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
109732026-08-25T22:56:48.064Z[ recovery-image] Aug 25 22:56:47.255 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109742026-08-25T22:56:48.072Z[ recovery-image] Aug 25 22:56:47.257 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`
109752026-08-25T22:56:48.081Z[ recovery-image] Aug 25 22:56:47.271 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109762026-08-25T22:56:48.150Z[ recovery-image] Aug 25 22:56:47.341 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109772026-08-25T22:56:48.160Z[ recovery-image] Aug 25 22:56:47.344 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`
109782026-08-25T22:56:48.200Z[ host-image] Aug 25 22:56:47.392 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109792026-08-25T22:56:48.274Z[ recovery-image] Aug 25 22:56:47.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109802026-08-25T22:56:48.274Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109812026-08-25T22:56:48.274Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109822026-08-25T22:56:48.290Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109832026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109842026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109852026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109862026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109872026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109882026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109892026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109902026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109912026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109922026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109932026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109942026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO O| Info: ABL version: 0x100f5010
109952026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109962026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109972026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109982026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109992026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110002026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110012026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.462 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110022026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110032026-08-25T22:56:48.291Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110042026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110052026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110062026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110072026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110082026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110092026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110102026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110112026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110122026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110132026-08-25T22:56:48.292Z[ recovery-image] Aug 25 22:56:47.463 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110142026-08-25T22:56:48.312Z[ recovery-image] Aug 25 22:56:47.500 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110152026-08-25T22:56:48.312Z[ recovery-image] Aug 25 22:56:47.500 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110162026-08-25T22:56:49.581Z[ recovery-image] Aug 25 22:56:48.771 INFO image complete! materials are in "/work/os-recovery"
110172026-08-25T22:56:49.589Z[ recovery-image]
110182026-08-25T22:56:49.589Z[ recovery-image] real 3:23.426613754
110192026-08-25T22:56:49.589Z[ recovery-image] user 2:39.584742695
110202026-08-25T22:56:49.589Z[ recovery-image] sys 39.015821446
110212026-08-25T22:56:49.589Z[ recovery-image] trap 0.135475807
110222026-08-25T22:56:49.589Z[ recovery-image] tflt 0.577137637
110232026-08-25T22:56:49.589Z[ recovery-image] dflt 0.762949533
110242026-08-25T22:56:49.589Z[ recovery-image] kflt 0.000074560
110252026-08-25T22:56:49.589Z[ recovery-image] lock 10:03.306600298
110262026-08-25T22:56:49.590Z[ recovery-image] slp 18:14.528977509
110272026-08-25T22:56:49.590Z[ recovery-image] lat 31.539294542
110282026-08-25T22:56:49.590Z[ recovery-image] stop 8.761272552
110292026-08-25T22:56:49.590ZAug 25 22:56:48.775 INFO [recovery-image] process exited with exit status: 0 (203.431532398s)
110302026-08-25T22:56:49.590ZAug 25 22:56:48.775 INFO [tuf-v2-recovery] running task
110312026-08-25T22:56:49.590ZAug 25 22:56:48.776 INFO [tuf-v2-recovery] task succeeded (828.071µs)
110322026-08-25T22:56:51.434Z[ host-image] Aug 25 22:56:50.620 INFO creating reset image...
110332026-08-25T22:56:51.434Z[ host-image] Aug 25 22:56:50.620 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")
110342026-08-25T22:56:51.496Z[ host-image] Aug 25 22:56:50.686 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110352026-08-25T22:56:51.503Z[ host-image] Aug 25 22:56:50.687 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110362026-08-25T22:56:51.728Z[ host-image] Aug 25 22:56:50.919 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)
110372026-08-25T22:56:51.729Z[ host-image] Aug 25 22:56:50.919 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)
110382026-08-25T22:56:51.737Z[ host-image] Aug 25 22:56:50.919 INFO E| Compiling proc-macro2 v1.0.106
110392026-08-25T22:56:51.738Z[ host-image] Aug 25 22:56:50.919 INFO E| Compiling unicode-ident v1.0.24
110402026-08-25T22:56:51.738Z[ host-image] Aug 25 22:56:50.919 INFO E| Compiling quote v1.0.45
110412026-08-25T22:56:51.738Z[ host-image] Aug 25 22:56:50.919 INFO E| Compiling syn v1.0.109
110422026-08-25T22:56:51.738Z[ host-image] Aug 25 22:56:50.919 INFO E| Compiling x86 v0.52.0
110432026-08-25T22:56:51.738Z[ host-image] Aug 25 22:56:50.919 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110442026-08-25T22:56:51.738Z[ host-image] Aug 25 22:56:50.919 INFO E| Compiling seq-macro v0.3.6
110452026-08-25T22:56:52.659Z[ host-image] Aug 25 22:56:51.850 INFO E| Compiling syn v2.0.117
110462026-08-25T22:56:53.956Z[ host-image] Aug 25 22:56:53.146 INFO E| Compiling scroll_derive v0.13.1
110472026-08-25T22:56:54.941Z[ host-image] Aug 25 22:56:54.132 INFO E| Compiling bitstruct_derive v0.1.0
110482026-08-25T22:57:04.081Z[ host-image] Aug 25 22:57:03.155 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)
110492026-08-25T22:57:08.891Z[ host-image] Aug 25 22:57:05.216 INFO E| Compiling bitflags v1.3.2
110502026-08-25T22:57:08.891Z[ host-image] Aug 25 22:57:05.216 INFO E| Compiling adler2 v2.0.1
110512026-08-25T22:57:09.017Z[ host-image] Aug 25 22:57:05.216 INFO E| Compiling bit_field v0.10.3
110522026-08-25T22:57:09.017Z[ host-image] Aug 25 22:57:05.216 INFO E| Compiling plain v0.2.3
110532026-08-25T22:57:09.017Z[ host-image] Aug 25 22:57:05.216 INFO E| Compiling log v0.4.32
110542026-08-25T22:57:09.017Z[ host-image] Aug 25 22:57:05.216 INFO E| Compiling bitflags v2.13.0
110552026-08-25T22:57:09.017Z[ host-image] Aug 25 22:57:05.216 INFO E| Compiling scroll v0.13.0
110562026-08-25T22:57:09.017Z[ host-image] Aug 25 22:57:05.216 INFO E| Compiling static_assertions v1.1.0
110572026-08-25T22:57:09.018Z[ host-image] Aug 25 22:57:05.217 INFO E| Compiling bitstruct v0.1.1
110582026-08-25T22:57:09.018Z[ host-image] Aug 25 22:57:05.265 INFO E| Compiling raw-cpuid v10.7.0
110592026-08-25T22:57:09.018Z[ host-image] Aug 25 22:57:05.317 INFO E| Compiling miniz_oxide v0.9.1
110602026-08-25T22:57:09.018Z[ host-image] Aug 25 22:57:05.359 INFO E| Compiling cpio_reader v0.1.2
110612026-08-25T22:57:09.018Z[ host-image] Aug 25 22:57:05.434 INFO E| Compiling goblin v0.10.7
110622026-08-25T22:57:09.032Z[ host-image] Aug 25 22:57:08.212 INFO E| Finished `release` profile [optimized] target(s) in 17.51s
110632026-08-25T22:57:09.038Z[ host-image] Aug 25 22:57:08.223 INFO building ROM for gimlet
110642026-08-25T22:57:09.038Z[ host-image] Aug 25 22:57:08.223 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")
110652026-08-25T22:57:09.114Z[ host-image] Aug 25 22:57:08.305 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110662026-08-25T22:57:09.118Z[ host-image] Aug 25 22:57:08.307 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`
110672026-08-25T22:57:09.126Z[ host-image] Aug 25 22:57:08.316 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110682026-08-25T22:57:09.189Z[ host-image] Aug 25 22:57:08.380 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110692026-08-25T22:57:09.192Z[ host-image] Aug 25 22:57:08.382 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`
110702026-08-25T22:57:09.300Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110712026-08-25T22:57:09.300Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110722026-08-25T22:57:09.300Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110732026-08-25T22:57:09.300Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110742026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110752026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110762026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110772026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110782026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110792026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110802026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110812026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110822026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110832026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110842026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110852026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO O| Info: ABL version: 0x100f5010
110862026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110872026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110882026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110892026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110902026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110912026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110922026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110932026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110942026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110952026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110962026-08-25T22:57:09.309Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110972026-08-25T22:57:09.310Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110982026-08-25T22:57:09.310Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110992026-08-25T22:57:09.310Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111002026-08-25T22:57:09.310Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111012026-08-25T22:57:09.310Z[ host-image] Aug 25 22:57:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111022026-08-25T22:57:09.310Z[ host-image] Aug 25 22:57:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111032026-08-25T22:57:09.310Z[ host-image] Aug 25 22:57:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111042026-08-25T22:57:09.310Z[ host-image] Aug 25 22:57:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111052026-08-25T22:57:09.330Z[ host-image] Aug 25 22:57:08.521 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111062026-08-25T22:57:09.330Z[ host-image] Aug 25 22:57:08.521 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111072026-08-25T22:57:09.330Z[ host-image] Aug 25 22:57:08.521 INFO building ROM for cosmo
111082026-08-25T22:57:09.336Z[ host-image] Aug 25 22:57:08.521 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")
111092026-08-25T22:57:09.413Z[ host-image] Aug 25 22:57:08.604 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111102026-08-25T22:57:09.423Z[ host-image] Aug 25 22:57:08.606 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`
111112026-08-25T22:57:09.428Z[ host-image] Aug 25 22:57:08.617 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111122026-08-25T22:57:09.491Z[ host-image] Aug 25 22:57:08.682 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111132026-08-25T22:57:09.495Z[ host-image] Aug 25 22:57:08.684 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`
111142026-08-25T22:57:09.728Z[ host-image] Aug 25 22:57:08.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111152026-08-25T22:57:09.728Z[ host-image] Aug 25 22:57:08.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111162026-08-25T22:57:09.729Z[ host-image] Aug 25 22:57:08.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111172026-08-25T22:57:09.834Z[ host-image] Aug 25 22:57:08.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111182026-08-25T22:57:09.834Z[ host-image] Aug 25 22:57:08.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111192026-08-25T22:57:09.834Z[ host-image] Aug 25 22:57:08.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111202026-08-25T22:57:09.834Z[ host-image] Aug 25 22:57:08.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111212026-08-25T22:57:09.834Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111222026-08-25T22:57:09.834Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111232026-08-25T22:57:09.834Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111242026-08-25T22:57:09.834Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111252026-08-25T22:57:09.834Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111262026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111272026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111282026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111292026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111302026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111312026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111322026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111332026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111342026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111352026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111362026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111372026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111382026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111392026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111402026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111412026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111422026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111432026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111442026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111452026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111462026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111472026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111482026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111492026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111502026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111512026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111522026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111532026-08-25T22:57:09.835Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111542026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111552026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111562026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111572026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111582026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111592026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111602026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111612026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111622026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111632026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111642026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111652026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111662026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111672026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO O| Info: ABL version: 0x100af010
111682026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111692026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111702026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111712026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111722026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111732026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111742026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111752026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111762026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111772026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111782026-08-25T22:57:09.836Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111792026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111802026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111812026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111822026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111832026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111842026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111852026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111862026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111872026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111882026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111892026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111902026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111912026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111922026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111932026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111942026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111952026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111962026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111972026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111982026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111992026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112002026-08-25T22:57:09.837Z[ host-image] Aug 25 22:57:08.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112012026-08-25T22:57:09.838Z[ host-image] Aug 25 22:57:08.920 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112022026-08-25T22:57:21.842Z[ host-image] Aug 25 22:57:21.032 INFO image complete! materials are in "/work/os-host"
112032026-08-25T22:57:21.846Z[ host-image]
112042026-08-25T22:57:21.846Z[ host-image] real 4:06.831602689
112052026-08-25T22:57:21.846Z[ host-image] user 2:49.547794807
112062026-08-25T22:57:21.846Z[ host-image] sys 37.140014037
112072026-08-25T22:57:21.846Z[ host-image] trap 0.130447027
112082026-08-25T22:57:21.846Z[ host-image] tflt 0.271193324
112092026-08-25T22:57:21.846Z[ host-image] dflt 0.265885557
112102026-08-25T22:57:21.847Z[ host-image] kflt 0.006241243
112112026-08-25T22:57:21.847Z[ host-image] lock 4:50.708040070
112122026-08-25T22:57:21.847Z[ host-image] slp 20:59.685189605
112132026-08-25T22:57:21.847Z[ host-image] lat 22.530715703
112142026-08-25T22:57:21.847Z[ host-image] stop 1.512549094
112152026-08-25T22:57:21.847ZAug 25 22:57:21.036 INFO [host-image] process exited with exit status: 0 (246.837294523s)
112162026-08-25T22:57:21.847ZAug 25 22:57:21.036 INFO [tuf-v2-host] running task
112172026-08-25T22:57:21.847ZAug 25 22:57:21.036 INFO [tuf-repo] running task
112182026-08-25T22:57:21.852ZAug 25 22:57:21.037 INFO [tuf-v2-host] task succeeded (543.06µs)
112192026-08-25T22:57:21.852ZAug 25 22:57:21.037 INFO [tuf-v2-repo] running task
112202026-08-25T22:57:43.140ZAug 25 22:57:42.330 INFO [tuf-v2-repo] task succeeded (21.293422076s)
112212026-08-25T22:57:43.561ZAug 25 22:57:42.752 INFO assembling repository in `/tmp/tufaceouslh4bSp`, component: OmicronRepoAssembler
112222026-08-25T22:57:52.179ZAug 25 22:57:51.369 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112232026-08-25T22:57:52.424ZAug 25 22:57:51.614 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112242026-08-25T22:57:54.678ZAug 25 22:57:53.869 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112252026-08-25T22:57:54.732ZAug 25 22:57:53.922 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112262026-08-25T22:57:54.782ZAug 25 22:57:53.972 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112272026-08-25T22:57:54.832ZAug 25 22:57:54.023 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112282026-08-25T22:57:54.881ZAug 25 22:57:54.073 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112292026-08-25T22:57:54.939ZAug 25 22:57:54.130 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112302026-08-25T22:57:54.990ZAug 25 22:57:54.181 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112312026-08-25T22:58:05.309ZAug 25 22:58:04.499 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
112322026-08-25T22:58:05.314ZAug 25 22:58:04.505 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
112332026-08-25T22:58:05.337ZAug 25 22:58:04.528 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
112342026-08-25T22:58:05.396ZAug 25 22:58:04.587 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112352026-08-25T22:58:05.459ZAug 25 22:58:04.650 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112362026-08-25T22:58:05.514ZAug 25 22:58:04.705 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112372026-08-25T22:58:05.577ZAug 25 22:58:04.767 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
112382026-08-25T22:58:05.582ZAug 25 22:58:04.773 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
112392026-08-25T22:58:05.606ZAug 25 22:58:04.797 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
112402026-08-25T22:58:07.276ZAug 25 22:58:06.465 INFO [tuf-repo] task succeeded (45.428294339s)
112412026-08-25T23:00:29.038Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s
112422026-08-25T23:00:29.041Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112432026-08-25T23:00:29.041Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112442026-08-25T23:00:31.630ZAug 25 23:00:30.820 INFO [verify-libraries] process exited with exit status: 0 (425.721466713s)
112452026-08-25T23:00:31.630ZAug 25 23:00:30.820 INFO all jobs completed in 1174.504317579s
112462026-08-25T23:00:32.810Zprocess exited: duration 1399622 ms, exit code 0
 
112472026-08-25T23:00:32.825Zfound 41 output files
112482026-08-25T23:00:32.825Zuploading: /work/manifest.toml (17334 bytes)
112492026-08-25T23:00:33.840Zuploaded: /work/manifest.toml
112502026-08-25T23:00:33.840Zuploading: /work/repo.zip (3285463905 bytes)
112512026-08-25T23:01:11.457Zuploaded: /work/repo.zip
112522026-08-25T23:01:11.457Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112532026-08-25T23:01:12.476Zuploaded: /work/repo.zip.sha256.txt
112542026-08-25T23:01:12.476Zuploading: /work/helios.json (647 bytes)
112552026-08-25T23:01:13.486Zuploaded: /work/helios.json
112562026-08-25T23:01:13.487Zuploading: /work/incorporation.p5m (113590 bytes)
112572026-08-25T23:01:14.500Zuploaded: /work/incorporation.p5m
112582026-08-25T23:01:14.500Zuploading: /work/incorporation.p5p (133120 bytes)
112592026-08-25T23:01:15.515Zuploaded: /work/incorporation.p5p
112602026-08-25T23:01:15.515Zuploading: /work/helios-incorp.log (522 bytes)
112612026-08-25T23:01:16.524Zuploaded: /work/helios-incorp.log
112622026-08-25T23:01:16.524Zuploading: /work/helios-setup.log (57462 bytes)
112632026-08-25T23:01:17.536Zuploaded: /work/helios-setup.log
112642026-08-25T23:01:17.536Zuploading: /work/host-image.log (233350 bytes)
112652026-08-25T23:01:18.554Zuploaded: /work/host-image.log
112662026-08-25T23:01:18.554Zuploading: /work/host-package.log (33924 bytes)
112672026-08-25T23:01:19.565Zuploaded: /work/host-package.log
112682026-08-25T23:01:19.565Zuploading: /work/host-target.log (101 bytes)
112692026-08-25T23:01:20.576Zuploaded: /work/host-target.log
112702026-08-25T23:01:20.577Zuploading: /work/incorp-create.log (0 bytes)
112712026-08-25T23:01:21.585Zuploaded: /work/incorp-create.log
112722026-08-25T23:01:21.585Zuploading: /work/incorp-fmt.log (0 bytes)
112732026-08-25T23:01:22.594Zuploaded: /work/incorp-fmt.log
112742026-08-25T23:01:22.594Zuploading: /work/incorp-pkgsend.log (108 bytes)
112752026-08-25T23:01:23.604Zuploaded: /work/incorp-pkgsend.log
112762026-08-25T23:01:23.604Zuploading: /work/incorp-publisher.log (0 bytes)
112772026-08-25T23:01:24.613Zuploaded: /work/incorp-publisher.log
112782026-08-25T23:01:24.613Zuploading: /work/omicron-package.log (10067 bytes)
112792026-08-25T23:01:25.625Zuploaded: /work/omicron-package.log
112802026-08-25T23:01:25.625Zuploading: /work/recovery-image.log (589577 bytes)
112812026-08-25T23:01:26.646Zuploaded: /work/recovery-image.log
112822026-08-25T23:01:26.646Zuploading: /work/recovery-package.log (321 bytes)
112832026-08-25T23:01:27.656Zuploaded: /work/recovery-package.log
112842026-08-25T23:01:27.657Zuploading: /work/recovery-target.log (98 bytes)
112852026-08-25T23:01:28.667Zuploaded: /work/recovery-target.log
112862026-08-25T23:01:28.667Zuploading: /work/stamp-clickhouse.log (117 bytes)
112872026-08-25T23:01:29.677Zuploaded: /work/stamp-clickhouse.log
112882026-08-25T23:01:29.677Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112892026-08-25T23:01:30.688Zuploaded: /work/stamp-clickhouse_keeper.log
112902026-08-25T23:01:30.688Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112912026-08-25T23:01:31.697Zuploaded: /work/stamp-clickhouse_server.log
112922026-08-25T23:01:31.697Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112932026-08-25T23:01:32.708Zuploaded: /work/stamp-cockroachdb.log
112942026-08-25T23:01:32.708Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112952026-08-25T23:01:33.785Zuploaded: /work/stamp-crucible-pantry-zone.log
112962026-08-25T23:01:33.785Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112972026-08-25T23:01:34.800Zuploaded: /work/stamp-crucible-utils.log
112982026-08-25T23:01:34.800Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112992026-08-25T23:01:35.812Zuploaded: /work/stamp-crucible-zone.log
113002026-08-25T23:01:35.812Zuploading: /work/stamp-external-dns.log (119 bytes)
113012026-08-25T23:01:36.821Zuploaded: /work/stamp-external-dns.log
113022026-08-25T23:01:36.821Zuploading: /work/stamp-installinator.log (103 bytes)
113032026-08-25T23:01:37.830Zuploaded: /work/stamp-installinator.log
113042026-08-25T23:01:37.830Zuploading: /work/stamp-internal-dns.log (119 bytes)
113052026-08-25T23:01:38.841Zuploaded: /work/stamp-internal-dns.log
113062026-08-25T23:01:38.844Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113072026-08-25T23:01:39.853Zuploaded: /work/stamp-mg-ddm-gz.log
113082026-08-25T23:01:39.853Zuploading: /work/stamp-nexus.log (112 bytes)
113092026-08-25T23:01:40.863Zuploaded: /work/stamp-nexus.log
113102026-08-25T23:01:40.866Zuploading: /work/stamp-ntp.log (110 bytes)
113112026-08-25T23:01:41.873Zuploaded: /work/stamp-ntp.log
113122026-08-25T23:01:41.873Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113132026-08-25T23:01:42.884Zuploaded: /work/stamp-omicron-sled-agent.log
113142026-08-25T23:01:42.884Zuploading: /work/stamp-overlay.log (114 bytes)
113152026-08-25T23:01:43.893Zuploaded: /work/stamp-overlay.log
113162026-08-25T23:01:43.893Zuploading: /work/stamp-oximeter.log (115 bytes)
113172026-08-25T23:01:44.904Zuploaded: /work/stamp-oximeter.log
113182026-08-25T23:01:44.904Zuploading: /work/stamp-oxlog.log (109 bytes)
113192026-08-25T23:01:45.914Zuploaded: /work/stamp-oxlog.log
113202026-08-25T23:01:45.914Zuploading: /work/stamp-probe.log (112 bytes)
113212026-08-25T23:01:46.924Zuploaded: /work/stamp-probe.log
113222026-08-25T23:01:46.924Zuploading: /work/stamp-propolis-server.log (122 bytes)
113232026-08-25T23:01:47.933Zuploaded: /work/stamp-propolis-server.log
113242026-08-25T23:01:47.934Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113252026-08-25T23:01:48.943Zuploaded: /work/stamp-pumpkind-gz.log
113262026-08-25T23:01:48.943Zuploading: /work/stamp-switch-asic.log (118 bytes)
113272026-08-25T23:01:49.953Zuploaded: /work/stamp-switch-asic.log
113282026-08-25T23:01:49.953Zuploading: /work/verify-libraries.log (50663 bytes)
113292026-08-25T23:01:50.966Zuploaded: /work/verify-libraries.log