01M0TWP6DSV9YHDEJBGWV75HCZ: 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: 01M0TWPPRS7HB979DN8PFKCKFT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T22:02:57.209Zjob assigned to worker 01M0TWPYTYMND9WA8MDTEK8N89 [factory aws, i-0a60b3bae0e8801f8] (queued for 1 m 2 s)
 
22026-08-24T22:03:04.274Zstarting task 0: "setup"
32026-08-24T22:03:04.278Z++ uname -s
42026-08-24T22:03:04.282Z+ kern=SunOS
52026-08-24T22:03:04.282Z+ build_user=build
62026-08-24T22:03:04.282Z+ build_uid=12345
72026-08-24T22:03:04.282Z+ work_dir=/work
82026-08-24T22:03:04.282Z+ input_dir=/input
92026-08-24T22:03:04.282Z+ [[ 0 == 12345 ]]
102026-08-24T22:03:04.282Z+ case "$kern" in
112026-08-24T22:03:04.282Z+ groupadd -g 12345 build
122026-08-24T22:03:04.286Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T22:03:06.290Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T22:03:06.369Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T22:03:06.372Z+ home_fs=zfs
162026-08-24T22:03:06.372Z+ [[ zfs == autofs ]]
172026-08-24T22:03:06.372Z+ mkdir -p /home/build
182026-08-24T22:03:06.375Z+ chown build:build /home/build /work
192026-08-24T22:03:08.374Z+ chmod 0700 /home/build /work
202026-08-24T22:03:08.378Zprocess exited: duration 4106 ms, exit code 0
 
212026-08-24T22:03:08.385Zstarting task 1: "rust-toolchain"
222026-08-24T22:03:08.390Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-24T22:03:08.390Z * rust toolchain channel = "1.97.1"
242026-08-24T22:03:08.390Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-24T22:03:08.390Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-24T22:03:08.390Z * rust toolchain profile = "default"
272026-08-24T22:03:08.390Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-24T22:03:08.393Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T22:03:08.393Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T22:03:08.503Zinfo: downloading installer
312026-08-24T22:03:09.906Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T22:03:09.906Zwarn: /home/build/.rustup/settings.toml
332026-08-24T22:03:09.906Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T22:03:09.907Zwarn: instead of the one inferred from the default host triple.
352026-08-24T22:03:09.917Zinfo: profile set to default
362026-08-24T22:03:09.918Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T22:03:09.921Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T22:03:10.069Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T22:03:10.073Zinfo: downloading 6 components
402026-08-24T22:03:25.192Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-24T22:03:25.192Z
422026-08-24T22:03:25.221Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T22:03:25.221Z
442026-08-24T22:03:25.221Z
452026-08-24T22:03:25.221ZRust is installed now. Great!
462026-08-24T22:03:25.221Z
472026-08-24T22:03:25.221ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T22:03:25.221Zenvironment variable. This has not been done automatically.
492026-08-24T22:03:25.221Z
502026-08-24T22:03:25.221ZTo configure your current shell, you need to source
512026-08-24T22:03:25.221Zthe corresponding env file under $HOME/.cargo.
522026-08-24T22:03:25.221Z
532026-08-24T22:03:25.221ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T22:03:25.221Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T22:03:25.221Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T22:03:25.221Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T22:03:25.221Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T22:03:25.221Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T22:03:25.221Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T22:03:25.225Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T22:03:25.225Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T22:03:25.309Z+ rustup --version
632026-08-24T22:03:25.317Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T22:03:25.317Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T22:03:25.336Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T22:03:25.339Z+ cargo --version
672026-08-24T22:03:25.346Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T22:03:25.349Z+ rustc --version
692026-08-24T22:03:25.368Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T22:03:25.371Zprocess exited: duration 16986 ms, exit code 0
 
712026-08-24T22:03:25.378Zstarting task 2: "authentication"
722026-08-24T22:03:25.396Zprocess exited: duration 18 ms, exit code 0
 
732026-08-24T22:03:25.402Zstarting task 3: "clone repository"
742026-08-24T22:03:25.407Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-24T22:03:25.410Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-24T22:03:25.441ZCloning into '/work/oxidecomputer/omicron'...
772026-08-24T22:03:44.495Z+ cd /work/oxidecomputer/omicron
782026-08-24T22:03:44.495Z+ git fetch origin 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
792026-08-24T22:03:44.867ZFrom https://github.com/oxidecomputer/omicron
802026-08-24T22:03:44.867Z * branch 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0 -> FETCH_HEAD
812026-08-24T22:03:44.880Z+ [[ -n spr/papertigers/report-reservoir-size-on-error-if-possible ]]
822026-08-24T22:03:44.883Z++ git branch --show-current
832026-08-24T22:03:44.883Z+ current=main
842026-08-24T22:03:44.883Z+ [[ main != spr/papertigers/report-reservoir-size-on-error-if-possible ]]
852026-08-24T22:03:44.883Z+ git branch -f spr/papertigers/report-reservoir-size-on-error-if-possible 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
862026-08-24T22:03:44.886Z+ git checkout -f spr/papertigers/report-reservoir-size-on-error-if-possible
872026-08-24T22:03:45.140ZSwitched to branch 'spr/papertigers/report-reservoir-size-on-error-if-possible'
882026-08-24T22:03:45.144Z+ git reset --hard 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
892026-08-24T22:03:45.199ZHEAD is now at 2aebcad30 follow error doc
902026-08-24T22:03:45.202Zprocess exited: duration 19798 ms, exit code 0
 
912026-08-24T22:03:45.209Zstarting task 4: "build"
922026-08-24T22:03:45.214Z+ source .github/buildomat/ci-env.sh
932026-08-24T22:03:45.214Z++ export CARGO_TERM_COLOR=always
942026-08-24T22:03:45.214Z++ CARGO_TERM_COLOR=always
952026-08-24T22:03:45.217Z+++ uname -s
962026-08-24T22:03:45.217Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-24T22:03:45.217Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-24T22:03:45.220Z+ cargo --version
992026-08-24T22:03:45.227Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-24T22:03:45.231Z+ rustc --version
1012026-08-24T22:03:45.251Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-24T22:03:45.255Z+ cargo tree --locked
1032026-08-24T22:03:45.425Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-24T22:03:45.780Z Updating crates.io index
1052026-08-24T22:03:45.783Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-24T22:03:46.064Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-24T22:03:46.450Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-24T22:03:47.777Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-24T22:03:48.427Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-24T22:03:50.466Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-24T22:03:51.558Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-24T22:03:51.889Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-24T22:03:52.296Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-24T22:03:53.730Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-24T22:03:54.030Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-24T22:03:55.255Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-24T22:03:55.539Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-24T22:03:55.808Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-24T22:03:56.088Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-24T22:03:56.378Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-24T22:03:56.658Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-24T22:03:56.987Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-24T22:03:57.603Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-24T22:03:57.984Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-24T22:03:58.376Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-24T22:03:58.687Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-24T22:03:59.257Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-24T22:03:59.611Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-24T22:03:59.882Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-24T22:04:00.349Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-24T22:04:00.684Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-24T22:04:01.007Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-24T22:04:01.409Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-24T22:04:01.706Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-24T22:04:02.055Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-24T22:04:02.487Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-24T22:04:03.233Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-24T22:04:03.523Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-24T22:04:03.899Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-24T22:04:04.253Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-24T22:04:04.563Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-24T22:04:04.855Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-24T22:04:05.144Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-24T22:04:05.485Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-24T22:04:05.779Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-24T22:04:06.066Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-08-24T22:04:08.949Z Downloading crates ...
1482026-08-24T22:04:08.998Z Downloaded cpubits v0.1.1
1492026-08-24T22:04:09.019Z Downloaded compression-core v0.4.31
1502026-08-24T22:04:09.023Z Downloaded const-oid v0.9.6
1512026-08-24T22:04:09.023Z Downloaded constant_time_eq v0.3.1
1522026-08-24T22:04:09.026Z Downloaded criterion-plot v0.6.0
1532026-08-24T22:04:09.026Z Downloaded hex-literal v0.4.1
1542026-08-24T22:04:09.026Z Downloaded hyper-tls v0.6.0
1552026-08-24T22:04:09.026Z Downloaded compression-codecs v0.4.37
1562026-08-24T22:04:09.029Z Downloaded hex v0.4.3
1572026-08-24T22:04:09.032Z Downloaded crypto-bigint v0.7.5
1582026-08-24T22:04:09.038Z Downloaded heck v0.4.1
1592026-08-24T22:04:09.041Z Downloaded convert_case v0.4.0
1602026-08-24T22:04:09.041Z Downloaded difflib v0.4.0
1612026-08-24T22:04:09.041Z Downloaded concurrent-queue v2.5.0
1622026-08-24T22:04:09.047Z Downloaded clap v4.6.1
1632026-08-24T22:04:09.052Z Downloaded heapless v0.7.17
1642026-08-24T22:04:09.058Z Downloaded const_format_proc_macros v0.2.34
1652026-08-24T22:04:09.061Z Downloaded crunchy v0.2.4
1662026-08-24T22:04:09.061Z Downloaded constant_time_eq v0.4.2
1672026-08-24T22:04:09.061Z Downloaded convert_case v0.10.0
1682026-08-24T22:04:09.061Z Downloaded cpufeatures v0.3.0
1692026-08-24T22:04:09.061Z Downloaded heapless v0.8.0
1702026-08-24T22:04:09.064Z Downloaded crc-catalog v2.4.0
1712026-08-24T22:04:09.067Z Downloaded http-body v1.0.1
1722026-08-24T22:04:09.070Z Downloaded diesel_table_macro_syntax v0.3.0
1732026-08-24T22:04:09.070Z Downloaded clap_lex v1.0.0
1742026-08-24T22:04:09.073Z Downloaded crucible-workspace-hack v0.1.0
1752026-08-24T22:04:09.074Z Downloaded console v0.16.2
1762026-08-24T22:04:09.077Z Downloaded hash32 v0.3.1
1772026-08-24T22:04:09.077Z Downloaded hubpack v0.1.2
1782026-08-24T22:04:09.077Z Downloaded addr2line v0.25.1
1792026-08-24T22:04:09.080Z Downloaded clap_derive v4.6.1
1802026-08-24T22:04:09.080Z Downloaded const-oid v0.10.2
1812026-08-24T22:04:09.083Z Downloaded crc8 v0.1.1
1822026-08-24T22:04:09.083Z Downloaded indicatif v0.18.4
1832026-08-24T22:04:09.086Z Downloaded curve25519-dalek-derive v0.1.1
1842026-08-24T22:04:09.086Z Downloaded cobs v0.3.0
1852026-08-24T22:04:09.090Z Downloaded hostname v0.4.2
1862026-08-24T22:04:09.090Z Downloaded backtrace-ext v0.2.1
1872026-08-24T22:04:09.093Z Downloaded colorchoice v1.0.4
1882026-08-24T22:04:09.093Z Downloaded cpufeatures v0.2.17
1892026-08-24T22:04:09.093Z Downloaded hex-literal v1.1.0
1902026-08-24T22:04:09.096Z Downloaded crypto-common v0.1.7
1912026-08-24T22:04:09.096Z Downloaded humantime v2.3.0
1922026-08-24T22:04:09.099Z Downloaded derive_builder_macro v0.20.2
1932026-08-24T22:04:09.102Z Downloaded hybrid-array v0.4.13
1942026-08-24T22:04:09.102Z Downloaded httpdate v1.0.3
1952026-08-24T22:04:09.105Z Downloaded hostname v0.3.1
1962026-08-24T22:04:09.105Z Downloaded http-range v0.1.5
1972026-08-24T22:04:09.105Z Downloaded crc v3.4.0
1982026-08-24T22:04:09.105Z Downloaded defmt v0.3.100
1992026-08-24T22:04:09.109Z Downloaded darling_macro v0.13.4
2002026-08-24T22:04:09.109Z Downloaded internet-checksum v0.2.1
2012026-08-24T22:04:09.109Z Downloaded heck v0.5.0
2022026-08-24T22:04:09.109Z Downloaded inout v0.1.4
2032026-08-24T22:04:09.111Z Downloaded hash32 v0.2.1
2042026-08-24T22:04:09.114Z Downloaded cmov v0.5.4
2052026-08-24T22:04:09.115Z Downloaded corncobs v0.1.4
2062026-08-24T22:04:09.117Z Downloaded half v1.8.3
2072026-08-24T22:04:09.121Z Downloaded darling_macro v0.21.3
2082026-08-24T22:04:09.121Z Downloaded defmt-parser v1.0.0
2092026-08-24T22:04:09.124Z Downloaded is-terminal v0.4.17
2102026-08-24T22:04:09.124Z Downloaded is_ci v1.2.0
2112026-08-24T22:04:09.124Z Downloaded jiff-static v0.2.34
2122026-08-24T22:04:09.127Z Downloaded illumos-nvpair v0.3.0
2132026-08-24T22:04:09.127Z Downloaded darling_macro v0.20.11
2142026-08-24T22:04:09.127Z Downloaded headers-core v0.3.0
2152026-08-24T22:04:09.130Z Downloaded debug-ignore v1.0.5
2162026-08-24T22:04:09.130Z Downloaded idna_adapter v1.2.1
2172026-08-24T22:04:09.133Z Downloaded cstr-argument v0.1.2
2182026-08-24T22:04:09.136Z Downloaded darling_macro v0.23.0
2192026-08-24T22:04:09.139Z Downloaded inout v0.2.2
2202026-08-24T22:04:09.142Z Downloaded indent_write v2.2.0
2212026-08-24T22:04:09.142Z Downloaded atomicwrites v0.4.4
2222026-08-24T22:04:09.145Z Downloaded indoc v1.0.9
2232026-08-24T22:04:09.146Z Downloaded anstyle-query v1.1.5
2242026-08-24T22:04:09.149Z Downloaded async-stream v0.3.6
2252026-08-24T22:04:09.149Z Downloaded bitfield-struct v0.6.2
2262026-08-24T22:04:09.149Z Downloaded cmake v0.1.57
2272026-08-24T22:04:09.152Z Downloaded illumos-nvpair-sys v0.2.0
2282026-08-24T22:04:09.152Z Downloaded instant v0.1.13
2292026-08-24T22:04:09.155Z Downloaded const_format v0.2.35
2302026-08-24T22:04:09.158Z Downloaded instability v0.3.11
2312026-08-24T22:04:09.158Z Downloaded critical-section v1.2.0
2322026-08-24T22:04:09.158Z Downloaded daft v0.1.7
2332026-08-24T22:04:09.158Z Downloaded delegate v0.13.5
2342026-08-24T22:04:09.158Z Downloaded hubpack_derive v0.1.1
2352026-08-24T22:04:09.162Z Downloaded is_terminal_polyfill v1.70.2
2362026-08-24T22:04:09.165Z Downloaded crypto-common v0.2.2
2372026-08-24T22:04:09.165Z Downloaded csv-core v0.1.13
2382026-08-24T22:04:09.165Z Downloaded ctr v0.10.1
2392026-08-24T22:04:09.169Z Downloaded block-buffer v0.12.1
2402026-08-24T22:04:09.172Z Downloaded cookie v0.18.1
2412026-08-24T22:04:09.172Z Downloaded colored v3.1.1
2422026-08-24T22:04:09.172Z Downloaded console v0.15.11
2432026-08-24T22:04:09.175Z Downloaded derive-ex v0.1.8
2442026-08-24T22:04:09.175Z Downloaded der_derive v0.7.3
2452026-08-24T22:04:09.175Z Downloaded darling v0.13.4
2462026-08-24T22:04:09.178Z Downloaded block-buffer v0.10.4
2472026-08-24T22:04:09.178Z Downloaded compact_str v0.8.1
2482026-08-24T22:04:09.181Z Downloaded assert-json-diff v2.0.2
2492026-08-24T22:04:09.184Z Downloaded ciborium-ll v0.2.2
2502026-08-24T22:04:09.184Z Downloaded olpc-cjson v0.1.4
2512026-08-24T22:04:09.184Z Downloaded oso-derive v0.27.3
2522026-08-24T22:04:09.184Z Downloaded ident_case v1.0.1
2532026-08-24T22:04:09.184Z Downloaded keccak v0.1.6
2542026-08-24T22:04:09.188Z Downloaded httparse v1.10.1
2552026-08-24T22:04:09.191Z Downloaded cfg-if v1.0.4
2562026-08-24T22:04:09.191Z Downloaded opaque-debug v0.3.1
2572026-08-24T22:04:09.194Z Downloaded parking v2.2.1
2582026-08-24T22:04:09.194Z Downloaded path-slash v0.1.5
2592026-08-24T22:04:09.197Z Downloaded proc-macro-error-attr2 v2.0.0
2602026-08-24T22:04:09.201Z Downloaded group v0.13.0
2612026-08-24T22:04:09.204Z Downloaded derive_builder_core v0.20.2
2622026-08-24T22:04:09.204Z Downloaded proc-macro-crate v1.3.1
2632026-08-24T22:04:09.204Z Downloaded ctutils v0.4.2
2642026-08-24T22:04:09.207Z Downloaded defmt v1.0.1
2652026-08-24T22:04:09.210Z Downloaded anstream v0.6.21
2662026-08-24T22:04:09.210Z Downloaded data-encoding v2.10.0
2672026-08-24T22:04:09.214Z Downloaded deranged v0.5.8
2682026-08-24T22:04:09.214Z Downloaded anstyle-parse v1.0.0
2692026-08-24T22:04:09.214Z Downloaded itoa v1.0.17
2702026-08-24T22:04:09.217Z Downloaded indoc v2.0.7
2712026-08-24T22:04:09.220Z Downloaded crossbeam-utils v0.8.21
2722026-08-24T22:04:09.220Z Downloaded ipnetwork v0.21.1
2732026-08-24T22:04:09.220Z Downloaded ingot-types v0.2.0
2742026-08-24T22:04:09.223Z Downloaded crossbeam-deque v0.8.6
2752026-08-24T22:04:09.227Z Downloaded diesel-dtrace v0.5.0
2762026-08-24T22:04:09.228Z Downloaded bit-vec v0.6.3
2772026-08-24T22:04:09.228Z Downloaded colored v2.2.0
2782026-08-24T22:04:09.231Z Downloaded home v0.5.12
2792026-08-24T22:04:09.232Z Downloaded http-body-util v0.1.3
2802026-08-24T22:04:09.232Z Downloaded jobserver v0.1.34
2812026-08-24T22:04:09.232Z Downloaded impl-trait-for-tuples v0.2.3
2822026-08-24T22:04:09.235Z Downloaded darling v0.21.3
2832026-08-24T22:04:09.235Z Downloaded darling v0.20.11
2842026-08-24T22:04:09.239Z Downloaded potential_utf v0.1.4
2852026-08-24T22:04:09.239Z Downloaded crc32fast v1.5.0
2862026-08-24T22:04:09.239Z Downloaded byte-wrapper v0.1.0
2872026-08-24T22:04:09.242Z Downloaded powerfmt v0.2.0
2882026-08-24T22:04:09.242Z Downloaded psl-types v2.0.11
2892026-08-24T22:04:09.242Z Downloaded hyper-staticfile v0.10.1
2902026-08-24T22:04:09.242Z Downloaded cookie_store v0.22.1
2912026-08-24T22:04:09.245Z Downloaded radium v0.7.0
2922026-08-24T22:04:09.245Z Downloaded recursive-proc-macro-impl v0.1.1
2932026-08-24T22:04:09.245Z Downloaded buf-list v1.1.2
2942026-08-24T22:04:09.245Z Downloaded cbc v0.2.1
2952026-08-24T22:04:09.245Z Downloaded hyper-rustls v0.27.7
2962026-08-24T22:04:09.248Z Downloaded oxide-update-engine v0.1.2
2972026-08-24T22:04:09.248Z Downloaded oxide-tokio-rt v0.1.4
2982026-08-24T22:04:09.248Z Downloaded itertools v0.10.5
2992026-08-24T22:04:09.252Z Downloaded ingot v0.2.1
3002026-08-24T22:04:09.255Z Downloaded hmac v0.13.0
3012026-08-24T22:04:09.258Z Downloaded serde_spanned v0.6.9
3022026-08-24T22:04:09.258Z Downloaded rfc6979 v0.6.0
3032026-08-24T22:04:09.261Z Downloaded phf v0.13.1
3042026-08-24T22:04:09.261Z Downloaded bcs v0.1.6
3052026-08-24T22:04:09.265Z Downloaded darling v0.23.0
3062026-08-24T22:04:09.268Z Downloaded datatest-stable v0.3.3
3072026-08-24T22:04:09.271Z Downloaded des v0.9.0
3082026-08-24T22:04:09.271Z Downloaded daft-derive v0.1.7
3092026-08-24T22:04:09.280Z Downloaded defmt-macros v1.0.1
3102026-08-24T22:04:09.280Z Downloaded cargo_metadata v0.23.1
3112026-08-24T22:04:09.280Z Downloaded oorandom v11.1.5
3122026-08-24T22:04:09.280Z Downloaded path-tree v0.8.3
3132026-08-24T22:04:09.280Z Downloaded plotters-backend v0.3.7
3142026-08-24T22:04:09.280Z Downloaded pem-rfc7468 v0.7.0
3152026-08-24T22:04:09.280Z Downloaded serde-big-array v0.5.1
3162026-08-24T22:04:09.280Z Downloaded shell-words v1.1.1
3172026-08-24T22:04:09.280Z Downloaded subtle v2.6.1
3182026-08-24T22:04:09.283Z Downloaded highway v1.3.0
3192026-08-24T22:04:09.283Z Downloaded slog-envlogger v2.2.0
3202026-08-24T22:04:09.283Z Downloaded crossbeam-epoch v0.9.18
3212026-08-24T22:04:09.287Z Downloaded pkg-config v0.3.32
3222026-08-24T22:04:09.287Z Downloaded polyval v0.7.1
3232026-08-24T22:04:09.287Z Downloaded proc-macro-error2 v2.0.1
3242026-08-24T22:04:09.290Z Downloaded port-file v0.1.0
3252026-08-24T22:04:09.290Z Downloaded hmac v0.12.1
3262026-08-24T22:04:09.290Z Downloaded httptest v0.16.4
3272026-08-24T22:04:09.293Z Downloaded derive_builder v0.20.2
3282026-08-24T22:04:09.293Z Downloaded diff v0.1.13
3292026-08-24T22:04:09.296Z Downloaded ipnet v2.12.0
3302026-08-24T22:04:09.304Z Downloaded partial-io v0.5.4
3312026-08-24T22:04:09.307Z Downloaded chacha20 v0.10.0
3322026-08-24T22:04:09.307Z Downloaded parking_lot_core v0.9.12
3332026-08-24T22:04:09.311Z Downloaded termtree v0.5.1
3342026-08-24T22:04:09.315Z Downloaded thread-id v5.1.0
3352026-08-24T22:04:09.315Z Downloaded tokio-macros v2.7.0
3362026-08-24T22:04:09.315Z Downloaded iana-time-zone v0.1.65
3372026-08-24T22:04:09.318Z Downloaded swrite v0.1.0
3382026-08-24T22:04:09.318Z Downloaded tap v1.0.1
3392026-08-24T22:04:09.318Z Downloaded trait-variant v0.1.2
3402026-08-24T22:04:09.321Z Downloaded half v2.7.1
3412026-08-24T22:04:09.324Z Downloaded rand_core v0.10.0
3422026-08-24T22:04:09.327Z Downloaded scroll v0.13.0
3432026-08-24T22:04:09.327Z Downloaded crc-any v2.5.0
3442026-08-24T22:04:09.331Z Downloaded hickory-client v0.25.2
3452026-08-24T22:04:09.334Z Downloaded ingot-macros v0.2.0
3462026-08-24T22:04:09.338Z Downloaded anyhow v1.0.104
3472026-08-24T22:04:09.341Z Downloaded pkcs1 v0.8.0-rc.4
3482026-08-24T22:04:09.341Z Downloaded rand_core v0.9.5
3492026-08-24T22:04:09.344Z Downloaded serde_repr v0.1.20
3502026-08-24T22:04:09.344Z Downloaded unicode-xid v0.2.6
3512026-08-24T22:04:09.347Z Downloaded usdt-attr-macro v0.6.0
3522026-08-24T22:04:09.347Z Downloaded blake2 v0.10.6
3532026-08-24T22:04:09.350Z Downloaded slab v0.4.12
3542026-08-24T22:04:09.353Z Downloaded ssh-cipher v0.3.0
3552026-08-24T22:04:09.356Z Downloaded sec1 v0.7.3
3562026-08-24T22:04:09.356Z Downloaded darling_core v0.23.0
3572026-08-24T22:04:09.360Z Downloaded derive-where v1.6.0
3582026-08-24T22:04:09.363Z Downloaded tower-service v0.3.3
3592026-08-24T22:04:09.363Z Downloaded slog-dtrace v0.3.0
3602026-08-24T22:04:09.363Z Downloaded slog-json v2.6.1
3612026-08-24T22:04:09.367Z Downloaded utf8_iter v1.0.4
3622026-08-24T22:04:09.367Z Downloaded universal-hash v0.5.1
3632026-08-24T22:04:09.367Z Downloaded zerofrom-derive v0.1.6
3642026-08-24T22:04:09.370Z Downloaded string_cache v0.8.9
3652026-08-24T22:04:09.370Z Downloaded dirs-sys-next v0.1.2
3662026-08-24T22:04:09.370Z Downloaded static_assertions v1.1.0
3672026-08-24T22:04:09.370Z Downloaded stringmetrics v2.2.2
3682026-08-24T22:04:09.374Z Downloaded support-bundle-viewer v0.1.2
3692026-08-24T22:04:09.374Z Downloaded dof v0.3.0
3702026-08-24T22:04:09.385Z Downloaded icu_properties v2.1.2
3712026-08-24T22:04:09.388Z Downloaded salsa20 v0.11.0
3722026-08-24T22:04:09.388Z Downloaded time-macros v0.2.27
3732026-08-24T22:04:09.392Z Downloaded tiny-keccak v2.0.2
3742026-08-24T22:04:09.392Z Downloaded tokio-dtrace v0.1.1
3752026-08-24T22:04:09.395Z Downloaded dyn-clone v1.0.20
3762026-08-24T22:04:09.395Z Downloaded target-spec v3.5.7
3772026-08-24T22:04:09.395Z Downloaded float-ord v0.3.2
3782026-08-24T22:04:09.396Z Downloaded foreign-types-shared v0.1.1
3792026-08-24T22:04:09.400Z Downloaded lalrpop-util v0.19.12
3802026-08-24T22:04:09.400Z Downloaded event-listener-strategy v0.5.4
3812026-08-24T22:04:09.401Z Downloaded thiserror-impl v2.0.18
3822026-08-24T22:04:09.404Z Downloaded derive_more v0.99.20
3832026-08-24T22:04:09.408Z Downloaded indexmap v1.9.3
3842026-08-24T22:04:09.411Z Downloaded hashbrown v0.15.5
3852026-08-24T22:04:09.415Z Downloaded termcolor v1.4.1
3862026-08-24T22:04:09.415Z Downloaded futures-core v0.3.32
3872026-08-24T22:04:09.415Z Downloaded gethostname v0.5.0
3882026-08-24T22:04:09.415Z Downloaded darling_core v0.13.4
3892026-08-24T22:04:09.418Z Downloaded base64 v0.22.1
3902026-08-24T22:04:09.421Z Downloaded topological-sort v0.2.2
3912026-08-24T22:04:09.421Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3922026-08-24T22:04:09.421Z Downloaded kem v0.3.0
3932026-08-24T22:04:09.421Z Downloaded headers v0.4.1
3942026-08-24T22:04:09.424Z Downloaded usdt-impl v0.5.0
3952026-08-24T22:04:09.424Z Downloaded utf8parse v0.2.2
3962026-08-24T22:04:09.427Z Downloaded pin-project v1.1.11
3972026-08-24T22:04:09.432Z Downloaded rustversion v1.0.22
3982026-08-24T22:04:09.435Z Downloaded serde_with_macros v3.21.0
3992026-08-24T22:04:09.435Z Downloaded match_cfg v0.1.0
4002026-08-24T22:04:09.435Z Downloaded miette-derive v5.10.0
4012026-08-24T22:04:09.439Z Downloaded newline-converter v0.3.0
4022026-08-24T22:04:09.439Z Downloaded wyz v0.5.1
4032026-08-24T22:04:09.439Z Downloaded darling_core v0.20.11
4042026-08-24T22:04:09.442Z Downloaded darling_core v0.21.3
4052026-08-24T22:04:09.445Z Downloaded normalize-line-endings v0.3.0
4062026-08-24T22:04:09.445Z Downloaded linked-hash-map v0.5.6
4072026-08-24T22:04:09.445Z Downloaded whoami v1.6.1
4082026-08-24T22:04:09.445Z Downloaded managed v0.8.0
4092026-08-24T22:04:09.448Z Downloaded digest v0.10.7
4102026-08-24T22:04:09.448Z Downloaded lru-cache v0.1.2
4112026-08-24T22:04:09.448Z Downloaded maplit v1.0.2
4122026-08-24T22:04:09.451Z Downloaded sqlformat v0.3.5
4132026-08-24T22:04:09.454Z Downloaded dsl_auto_type v0.2.0
4142026-08-24T22:04:09.457Z Downloaded ignore v0.4.25
4152026-08-24T22:04:09.457Z Downloaded nibble_vec v0.1.0
4162026-08-24T22:04:09.457Z Downloaded icu_normalizer_data v2.1.1
4172026-08-24T22:04:09.460Z Downloaded icu_provider v2.1.1
4182026-08-24T22:04:09.460Z Downloaded p384 v0.14.0
4192026-08-24T22:04:09.465Z Downloaded ed25519 v3.0.0
4202026-08-24T22:04:09.468Z Downloaded either v1.15.0
4212026-08-24T22:04:09.468Z Downloaded enum_dispatch v0.3.13
4222026-08-24T22:04:09.473Z Downloaded env_filter v2.0.0
4232026-08-24T22:04:09.473Z Downloaded num-iter v0.1.45
4242026-08-24T22:04:09.473Z Downloaded ff v0.14.0
4252026-08-24T22:04:09.473Z Downloaded filetime v0.2.27
4262026-08-24T22:04:09.476Z Downloaded block-padding v0.4.2
4272026-08-24T22:04:09.476Z Downloaded num_threads v0.1.7
4282026-08-24T22:04:09.476Z Downloaded arrayref v0.3.9
4292026-08-24T22:04:09.476Z Downloaded assert_matches v1.5.0
4302026-08-24T22:04:09.476Z Downloaded async-stream-impl v0.3.6
4312026-08-24T22:04:09.476Z Downloaded bit-set v0.8.0
4322026-08-24T22:04:09.476Z Downloaded bit-set v0.5.3
4332026-08-24T22:04:09.479Z Downloaded toml_parser v1.1.2+spec-1.1.0
4342026-08-24T22:04:09.479Z Downloaded icu_properties_data v2.1.2
4352026-08-24T22:04:09.483Z Downloaded hkdf v0.13.0
4362026-08-24T22:04:09.486Z Downloaded crossterm v0.29.0
4372026-08-24T22:04:09.489Z Downloaded der v0.7.10
4382026-08-24T22:04:09.492Z Downloaded derive_more v2.1.1
4392026-08-24T22:04:09.498Z Downloaded rustc-demangle v0.1.27
4402026-08-24T22:04:09.502Z Downloaded toml v0.8.23
4412026-08-24T22:04:09.502Z Downloaded fs-err v3.3.0
4422026-08-24T22:04:09.505Z Downloaded keccak v0.2.0
4432026-08-24T22:04:09.505Z Downloaded cfg_aliases v0.1.1
4442026-08-24T22:04:09.506Z Downloaded icu_locale_core v2.1.1
4452026-08-24T22:04:09.510Z Downloaded icu_normalizer v2.1.1
4462026-08-24T22:04:09.510Z Downloaded serde_yaml v0.9.34+deprecated
4472026-08-24T22:04:09.513Z Downloaded nanorand v0.7.0
4482026-08-24T22:04:09.513Z Downloaded nu-ansi-term v0.50.3
4492026-08-24T22:04:09.516Z Downloaded cast v0.3.0
4502026-08-24T22:04:09.516Z Downloaded yasna v0.5.2
4512026-08-24T22:04:09.516Z Downloaded ciborium-io v0.2.2
4522026-08-24T22:04:09.519Z Downloaded socket2 v0.6.3
4532026-08-24T22:04:09.519Z Downloaded crossbeam-channel v0.5.15
4542026-08-24T22:04:09.522Z Downloaded prettyplease v0.2.37
4552026-08-24T22:04:09.522Z Downloaded uzers v0.12.2
4562026-08-24T22:04:09.525Z Downloaded crypto-bigint v0.5.5
4572026-08-24T22:04:09.528Z Downloaded derive_more-impl v2.1.1
4582026-08-24T22:04:09.531Z Downloaded diesel_derives v2.3.7
4592026-08-24T22:04:09.534Z Downloaded libtest-mimic v0.8.1
4602026-08-24T22:04:09.537Z Downloaded miette-derive v7.6.0
4612026-08-24T22:04:09.537Z Downloaded progenitor-impl v0.13.0
4622026-08-24T22:04:09.537Z Downloaded hickory-resolver v0.25.2
4632026-08-24T22:04:09.540Z Downloaded linkme v0.3.35
4642026-08-24T22:04:09.543Z Downloaded module-lattice v0.2.3
4652026-08-24T22:04:09.543Z Downloaded icu_collections v2.1.1
4662026-08-24T22:04:09.546Z Downloaded password-hash v0.6.1
4672026-08-24T22:04:09.546Z Downloaded pretty-hex v0.4.1
4682026-08-24T22:04:09.546Z Downloaded textwrap v0.15.2
4692026-08-24T22:04:09.550Z Downloaded num-integer v0.1.46
4702026-08-24T22:04:09.550Z Downloaded anstyle v1.0.14
4712026-08-24T22:04:09.550Z Downloaded async-recursion v1.1.1
4722026-08-24T22:04:09.553Z Downloaded russh-cryptovec v0.62.0
4732026-08-24T22:04:09.553Z Downloaded getrandom v0.2.17
4742026-08-24T22:04:09.556Z Downloaded rtoolbox v0.0.3
4752026-08-24T22:04:09.556Z Downloaded futures-channel v0.3.32
4762026-08-24T22:04:09.556Z Downloaded tungstenite v0.23.0
4772026-08-24T22:04:09.559Z Downloaded h2 v0.4.15
4782026-08-24T22:04:09.562Z Downloaded camino-tempfile-ext v0.3.3
4792026-08-24T22:04:09.565Z Downloaded uuid v1.23.4
4802026-08-24T22:04:09.571Z Downloaded sapling-renderdag v0.1.0
4812026-08-24T22:04:09.574Z Downloaded scroll_derive v0.13.1
4822026-08-24T22:04:09.574Z Downloaded serde_spanned v1.1.1
4832026-08-24T22:04:09.574Z Downloaded similar v2.7.0
4842026-08-24T22:04:09.578Z Downloaded snafu v0.8.9
4852026-08-24T22:04:09.582Z Downloaded scuffle v0.1.0
4862026-08-24T22:04:09.582Z Downloaded semver v0.1.20
4872026-08-24T22:04:09.585Z Downloaded unicode-ident v1.0.24
4882026-08-24T22:04:09.585Z Downloaded sha1 v0.11.0
4892026-08-24T22:04:09.588Z Downloaded zopfli v0.8.3
4902026-08-24T22:04:09.588Z Downloaded slog-bunyan v2.5.0
4912026-08-24T22:04:09.588Z Downloaded phf v0.12.1
4922026-08-24T22:04:09.591Z Downloaded structmeta v0.3.0
4932026-08-24T22:04:09.595Z Downloaded password-hash v0.5.0
4942026-08-24T22:04:09.598Z Downloaded pem v3.0.6
4952026-08-24T22:04:09.598Z Downloaded phc v0.6.1
4962026-08-24T22:04:09.603Z Downloaded supports-hyperlinks v3.2.0
4972026-08-24T22:04:09.603Z Downloaded tabwriter v1.4.1
4982026-08-24T22:04:09.603Z Downloaded poly1305 v0.8.0
4992026-08-24T22:04:09.606Z Downloaded hashbrown v0.13.2
5002026-08-24T22:04:09.606Z Downloaded hashbrown v0.12.3
5012026-08-24T22:04:09.609Z Downloaded hickory-resolver v0.24.4
5022026-08-24T22:04:09.609Z Downloaded indexmap v2.14.0
5032026-08-24T22:04:09.612Z Downloaded supports-hyperlinks v2.1.0
5042026-08-24T22:04:09.615Z Downloaded bumpalo v3.20.2
5052026-08-24T22:04:09.615Z Downloaded internal-russh-num-bigint v0.5.0
5062026-08-24T22:04:09.618Z Downloaded elliptic-curve v0.13.8
5072026-08-24T22:04:09.636Z Downloaded async-compression v0.4.41
5082026-08-24T22:04:09.636Z Downloaded r2d2 v0.8.10
5092026-08-24T22:04:09.636Z Downloaded progenitor v0.13.0
5102026-08-24T22:04:09.636Z Downloaded thread-id v4.2.2
5112026-08-24T22:04:09.636Z Downloaded untrusted v0.7.1
5122026-08-24T22:04:09.636Z Downloaded utf-8 v0.7.6
5132026-08-24T22:04:09.636Z Downloaded want v0.3.1
5142026-08-24T22:04:09.636Z Downloaded psm v0.1.30
5152026-08-24T22:04:09.636Z Downloaded tungstenite v0.21.0
5162026-08-24T22:04:09.636Z Downloaded unicode-linebreak v0.1.5
5172026-08-24T22:04:09.636Z Downloaded void v1.0.2
5182026-08-24T22:04:09.636Z Downloaded rand_distr v0.5.1
5192026-08-24T22:04:09.636Z Downloaded async-trait v0.1.89
5202026-08-24T22:04:09.636Z Downloaded progenitor-extras v0.2.0
5212026-08-24T22:04:09.640Z Downloaded rand_seeder v0.4.0
5222026-08-24T22:04:09.640Z Downloaded der v0.8.0
5232026-08-24T22:04:09.643Z Downloaded serde v1.0.228
5242026-08-24T22:04:09.644Z Downloaded bytecount v0.6.9
5252026-08-24T22:04:09.644Z Downloaded relative-path v1.9.3
5262026-08-24T22:04:09.647Z Downloaded getrandom v0.3.4
5272026-08-24T22:04:09.647Z Downloaded bzip2 v0.6.1
5282026-08-24T22:04:09.651Z Downloaded scopeguard v1.2.0
5292026-08-24T22:04:09.651Z Downloaded cfg-expr v0.20.6
5302026-08-24T22:04:09.651Z Downloaded zerofrom v0.1.6
5312026-08-24T22:04:09.651Z Downloaded zone v0.3.1
5322026-08-24T22:04:09.651Z Downloaded downcast-rs v2.0.2
5332026-08-24T22:04:09.654Z Downloaded shlex v1.3.0
5342026-08-24T22:04:09.654Z Downloaded unicode-bidi v0.3.18
5352026-08-24T22:04:09.658Z Downloaded dtrace-parser v0.2.0
5362026-08-24T22:04:09.658Z Downloaded equivalent v1.0.2
5372026-08-24T22:04:09.658Z Downloaded parking_lot v0.12.5
5382026-08-24T22:04:09.658Z Downloaded serde_derive_internals v0.29.1
5392026-08-24T22:04:09.661Z Downloaded criterion v0.7.0
5402026-08-24T22:04:09.664Z Downloaded steno v0.4.1
5412026-08-24T22:04:09.667Z Downloaded simd-adler32 v0.3.8
5422026-08-24T22:04:09.667Z Downloaded slog-async v2.8.0
5432026-08-24T22:04:09.667Z Downloaded slog-scope v4.4.1
5442026-08-24T22:04:09.667Z Downloaded ssh-encoding v0.3.0
5452026-08-24T22:04:09.670Z Downloaded thiserror v2.0.18
5462026-08-24T22:04:09.674Z Downloaded snafu-derive v0.8.9
5472026-08-24T22:04:09.674Z Downloaded strum_macros v0.26.4
5482026-08-24T22:04:09.674Z Downloaded funty v2.0.0
5492026-08-24T22:04:09.677Z Downloaded futures-macro v0.3.32
5502026-08-24T22:04:09.677Z Downloaded ghash v0.6.0
5512026-08-24T22:04:09.677Z Downloaded fastrand v2.3.0
5522026-08-24T22:04:09.677Z Downloaded lzss v0.8.2
5532026-08-24T22:04:09.681Z Downloaded clap_builder v4.6.0
5542026-08-24T22:04:09.681Z Downloaded foreign-types-shared v0.3.1
5552026-08-24T22:04:09.685Z Downloaded ppv-lite86 v0.2.21
5562026-08-24T22:04:09.685Z Downloaded postgres-types v0.2.12
5572026-08-24T22:04:09.685Z Downloaded tokio-tungstenite v0.21.0
5582026-08-24T22:04:09.688Z Downloaded thread_local v1.1.9
5592026-08-24T22:04:09.688Z Downloaded fxhash v0.2.1
5602026-08-24T22:04:09.691Z Downloaded tokio-tungstenite v0.23.1
5612026-08-24T22:04:09.691Z Downloaded md5 v0.8.0
5622026-08-24T22:04:09.691Z Downloaded unicase v2.9.0
5632026-08-24T22:04:09.694Z Downloaded whoami v2.1.0
5642026-08-24T22:04:09.694Z Downloaded semver v1.0.28
5652026-08-24T22:04:09.697Z Downloaded memoffset v0.9.1
5662026-08-24T22:04:09.700Z Downloaded flume v0.11.1
5672026-08-24T22:04:09.703Z Downloaded crossterm v0.28.1
5682026-08-24T22:04:09.706Z Downloaded hickory-server v0.25.2
5692026-08-24T22:04:09.710Z Downloaded zeroize v1.9.0
5702026-08-24T22:04:09.713Z Downloaded url v2.5.8
5712026-08-24T22:04:09.713Z Downloaded adler2 v2.0.1
5722026-08-24T22:04:09.713Z Downloaded aead v0.5.2
5732026-08-24T22:04:09.716Z Downloaded num-conv v0.2.0
5742026-08-24T22:04:09.716Z Downloaded async-object-pool v0.2.0
5752026-08-24T22:04:09.716Z Downloaded base16ct v0.2.0
5762026-08-24T22:04:09.716Z Downloaded vsss-rs v3.3.4
5772026-08-24T22:04:09.719Z Downloaded pest_generator v2.8.6
5782026-08-24T22:04:09.719Z Downloaded pkcs5 v0.8.1
5792026-08-24T22:04:09.723Z Downloaded display-error-chain v0.2.2
5802026-08-24T22:04:09.723Z Downloaded nodrop v0.1.14
5812026-08-24T22:04:09.727Z Downloaded ascii-canvas v3.0.0
5822026-08-24T22:04:09.727Z Downloaded bcrypt-pbkdf v0.11.0
5832026-08-24T22:04:09.727Z Downloaded term v1.2.1
5842026-08-24T22:04:09.732Z Downloaded tokio-rustls v0.26.4
5852026-08-24T22:04:09.732Z Downloaded oso v0.27.3
5862026-08-24T22:04:09.732Z Downloaded packed_struct_codegen v0.10.1
5872026-08-24T22:04:09.732Z Downloaded phf_shared v0.11.3
5882026-08-24T22:04:09.735Z Downloaded strum_macros v0.24.3
5892026-08-24T22:04:09.738Z Downloaded target-lexicon v0.13.3
5902026-08-24T22:04:09.738Z Downloaded ena v0.14.4
5912026-08-24T22:04:09.741Z Downloaded env_logger v0.11.11
5922026-08-24T22:04:09.741Z Downloaded tracing-attributes v0.1.31
5932026-08-24T22:04:09.745Z Downloaded hyper-util v0.1.20
5942026-08-24T22:04:09.748Z Downloaded rsa v0.10.0-rc.18
5952026-08-24T22:04:09.751Z Downloaded foldhash v0.2.0
5962026-08-24T22:04:09.751Z Downloaded http v1.4.2
5972026-08-24T22:04:09.754Z Downloaded term v0.7.0
5982026-08-24T22:04:09.757Z Downloaded schemars v1.2.1
5992026-08-24T22:04:09.763Z Downloaded knuffel-derive v3.2.0
6002026-08-24T22:04:09.766Z Downloaded libefi-sys v0.1.0
6012026-08-24T22:04:09.766Z Downloaded pathdiff v0.2.3
6022026-08-24T22:04:09.767Z Downloaded peg-runtime v0.8.5
6032026-08-24T22:04:09.767Z Downloaded plain v0.2.3
6042026-08-24T22:04:09.770Z Downloaded vergen-git2 v9.1.0
6052026-08-24T22:04:09.770Z Downloaded libloading v0.8.9
6062026-08-24T22:04:09.770Z Downloaded lock_api v0.4.14
6072026-08-24T22:04:09.772Z Downloaded hashbrown v0.14.5
6082026-08-24T22:04:09.776Z Downloaded pest v2.8.6
6092026-08-24T22:04:09.779Z Downloaded mime_guess v2.0.5
6102026-08-24T22:04:09.779Z Downloaded quick-error v1.2.3
6112026-08-24T22:04:09.779Z Downloaded ryu v1.0.23
6122026-08-24T22:04:09.782Z Downloaded multer v3.1.0
6132026-08-24T22:04:09.785Z Downloaded rustls-platform-verifier v0.6.2
6142026-08-24T22:04:09.785Z Downloaded ref-cast-impl v1.0.25
6152026-08-24T22:04:09.785Z Downloaded rustc-hash v2.1.1
6162026-08-24T22:04:09.793Z Downloaded rustc_version v0.4.1
6172026-08-24T22:04:09.793Z Downloaded num_enum v0.5.11
6182026-08-24T22:04:09.796Z Downloaded serde_urlencoded v0.7.1
6192026-08-24T22:04:09.796Z Downloaded rustc_version v0.1.7
6202026-08-24T22:04:09.796Z Downloaded secrecy v0.10.3
6212026-08-24T22:04:09.796Z Downloaded signal-hook-mio v0.2.5
6222026-08-24T22:04:09.796Z Downloaded secrecy v0.8.0
6232026-08-24T22:04:09.796Z Downloaded sqlparser_derive v0.5.0
6242026-08-24T22:04:09.796Z Downloaded strsim v0.10.0
6252026-08-24T22:04:09.796Z Downloaded argon2 v0.5.3
6262026-08-24T22:04:09.796Z Downloaded bitflags v1.3.2
6272026-08-24T22:04:09.799Z Downloaded papergrid v0.11.0
6282026-08-24T22:04:09.803Z Downloaded autocfg v1.5.0
6292026-08-24T22:04:09.806Z Downloaded openssl-sys v0.9.117
6302026-08-24T22:04:09.809Z Downloaded slog v2.8.2
6312026-08-24T22:04:09.809Z Downloaded cexpr v0.6.0
6322026-08-24T22:04:09.812Z Downloaded byteorder v1.5.0
6332026-08-24T22:04:09.812Z Downloaded oxnet v0.1.6
6342026-08-24T22:04:09.812Z Downloaded strsim v0.11.1
6352026-08-24T22:04:09.815Z Downloaded prefix-trie v0.7.0
6362026-08-24T22:04:09.815Z Downloaded packed_struct v0.10.1
6372026-08-24T22:04:09.818Z Downloaded postgres-protocol v0.6.10
6382026-08-24T22:04:09.818Z Downloaded supports-unicode v2.1.0
6392026-08-24T22:04:09.818Z Downloaded time-core v0.1.8
6402026-08-24T22:04:09.818Z Downloaded x509-cert v0.2.5
6412026-08-24T22:04:09.823Z Downloaded primeorder v0.14.0
6422026-08-24T22:04:09.826Z Downloaded jiff-core v0.1.0
6432026-08-24T22:04:09.829Z Downloaded target-triple v1.0.0
6442026-08-24T22:04:09.829Z Downloaded tinyvec_macros v0.1.1
6452026-08-24T22:04:09.829Z Downloaded expectorate v1.2.0
6462026-08-24T22:04:09.829Z Downloaded arc-swap v1.8.2
6472026-08-24T22:04:09.832Z Downloaded base64 v0.21.7
6482026-08-24T22:04:09.836Z Downloaded universal-hash v0.6.1
6492026-08-24T22:04:09.836Z Downloaded idna v1.1.0
6502026-08-24T22:04:09.839Z Downloaded typify v0.6.2
6512026-08-24T22:04:09.842Z Downloaded rstest_macros v0.25.0
6522026-08-24T22:04:09.845Z Downloaded usdt-attr-macro v0.5.0
6532026-08-24T22:04:09.848Z Downloaded itertools v0.12.1
6542026-08-24T22:04:09.852Z Downloaded progenitor-client v0.14.0
6552026-08-24T22:04:09.855Z Downloaded wnaf v0.14.0
6562026-08-24T22:04:09.855Z Downloaded dropshot-api-manager-types v0.8.0
6572026-08-24T22:04:09.855Z Downloaded rustls-native-certs v0.8.3
6582026-08-24T22:04:09.855Z Downloaded embedded-io v0.4.0
6592026-08-24T22:04:09.861Z Downloaded itertools v0.13.0
6602026-08-24T22:04:09.865Z Downloaded serdect v0.4.3
6612026-08-24T22:04:09.868Z Downloaded slog-stdlog v4.1.1
6622026-08-24T22:04:09.868Z Downloaded serde_path_to_error v0.1.20
6632026-08-24T22:04:09.868Z Downloaded signal-hook-registry v1.4.8
6642026-08-24T22:04:09.871Z Downloaded escape8259 v0.5.3
6652026-08-24T22:04:09.871Z Downloaded num_enum_derive v0.7.6
6662026-08-24T22:04:09.871Z Downloaded spki v0.8.0
6672026-08-24T22:04:09.871Z Downloaded form_urlencoded v1.2.2
6682026-08-24T22:04:09.874Z Downloaded thiserror v1.0.69
6692026-08-24T22:04:09.877Z Downloaded bitflags v2.11.0
6702026-08-24T22:04:09.880Z Downloaded git-stub v1.0.0
6712026-08-24T22:04:09.880Z Downloaded dropshot_endpoint v0.17.1
6722026-08-24T22:04:09.885Z Downloaded find-msvc-tools v0.1.9
6732026-08-24T22:04:09.885Z Downloaded ciborium v0.2.2
6742026-08-24T22:04:09.885Z Downloaded owo-colors v3.5.0
6752026-08-24T22:04:09.888Z Downloaded pkcs1 v0.7.5
6762026-08-24T22:04:09.888Z Downloaded supports-color v3.0.2
6772026-08-24T22:04:09.888Z Downloaded maybe-uninit v2.0.0
6782026-08-24T22:04:09.891Z Downloaded guppy-workspace-hack v0.1.0
6792026-08-24T22:04:09.891Z Downloaded newtype-uuid-macros v0.1.0
6802026-08-24T22:04:09.891Z Downloaded primeorder v0.13.6
6812026-08-24T22:04:09.895Z Downloaded hyper v1.10.1
6822026-08-24T22:04:09.899Z Downloaded hashbrown v0.16.1
6832026-08-24T22:04:09.903Z Downloaded rand v0.8.6
6842026-08-24T22:04:09.903Z Downloaded termios v0.3.3
6852026-08-24T22:04:09.906Z Downloaded itertools v0.14.0
6862026-08-24T22:04:09.910Z Downloaded version_check v0.9.5
6872026-08-24T22:04:09.913Z Downloaded postcard v1.1.3
6882026-08-24T22:04:09.913Z Downloaded unsafe-libyaml v0.2.11
6892026-08-24T22:04:09.916Z Downloaded atomic-waker v1.1.2
6902026-08-24T22:04:09.916Z Downloaded openssl-probe v0.1.6
6912026-08-24T22:04:09.916Z Downloaded tui-tree-widget v0.23.1
6922026-08-24T22:04:09.928Z Downloaded base16ct v1.0.0
6932026-08-24T22:04:09.931Z Downloaded vergen-lib v9.1.0
6942026-08-24T22:04:09.931Z Downloaded zstd-safe v7.2.4
6952026-08-24T22:04:09.931Z Downloaded displaydoc v0.2.5
6962026-08-24T22:04:09.934Z Downloaded castaway v0.2.4
6972026-08-24T22:04:09.937Z Downloaded precomputed-hash v0.1.1
6982026-08-24T22:04:09.940Z Downloaded ml-kem v0.3.2
6992026-08-24T22:04:09.940Z Downloaded writeable v0.6.2
7002026-08-24T22:04:09.945Z Downloaded zerovec v0.11.5
7012026-08-24T22:04:09.949Z Downloaded recursive v0.1.1
7022026-08-24T22:04:09.952Z Downloaded fixedbitset v0.5.7
7032026-08-24T22:04:09.952Z Downloaded futures-executor v0.3.32
7042026-08-24T22:04:09.952Z Downloaded futures-timer v3.0.3
7052026-08-24T22:04:09.955Z Downloaded iri-string v0.7.10
7062026-08-24T22:04:09.958Z Downloaded rfc6979 v0.4.0
7072026-08-24T22:04:09.958Z Downloaded plotters-svg v0.3.7
7082026-08-24T22:04:09.961Z Downloaded foldhash v0.1.5
7092026-08-24T22:04:09.969Z Downloaded sigpipe v0.1.3
7102026-08-24T22:04:09.972Z Downloaded knus-derive v3.4.0
7112026-08-24T22:04:09.975Z Downloaded linear-map v1.2.0
7122026-08-24T22:04:09.975Z Downloaded itertools v0.15.0
7132026-08-24T22:04:09.978Z Downloaded hashbrown v0.17.0
7142026-08-24T22:04:09.982Z Downloaded knuffel v3.2.0
7152026-08-24T22:04:09.985Z Downloaded twox-hash v2.1.2
7162026-08-24T22:04:09.985Z Downloaded assert_cmd v2.1.2
7172026-08-24T22:04:09.988Z Downloaded camino-tempfile v1.4.1
7182026-08-24T22:04:09.988Z Downloaded supports-unicode v3.0.0
7192026-08-24T22:04:09.988Z Downloaded testing_table v0.3.0
7202026-08-24T22:04:09.988Z Downloaded strum v0.27.2
7212026-08-24T22:04:09.992Z Downloaded take_mut v0.2.2
7222026-08-24T22:04:09.992Z Downloaded unicode-truncate v1.1.0
7232026-08-24T22:04:09.992Z Downloaded unit-prefix v0.5.2
7242026-08-24T22:04:09.992Z Downloaded yoke-derive v0.8.1
7252026-08-24T22:04:09.992Z Downloaded anes v0.1.6
7262026-08-24T22:04:09.995Z Downloaded usdt-macro v0.6.0
7272026-08-24T22:04:09.998Z Downloaded serde_json v1.0.151
7282026-08-24T22:04:10.003Z Downloaded peg-macros v0.8.5
7292026-08-24T22:04:10.006Z Downloaded pin-project-internal v1.1.11
7302026-08-24T22:04:10.009Z Downloaded parse-display v0.10.0
7312026-08-24T22:04:10.009Z Downloaded usdt-macro v0.5.0
7322026-08-24T22:04:10.013Z Downloaded enum-as-inner v0.6.1
7332026-08-24T22:04:10.013Z Downloaded base64ct v1.8.3
7342026-08-24T22:04:10.013Z Downloaded dirs-next v2.0.0
7352026-08-24T22:04:10.016Z Downloaded bs58 v0.5.1
7362026-08-24T22:04:10.016Z Downloaded cipher v0.4.4
7372026-08-24T22:04:10.016Z Downloaded fnv v1.0.7
7382026-08-24T22:04:10.016Z Downloaded dtrace-parser v0.3.0
7392026-08-24T22:04:10.020Z Downloaded primefield v0.14.0
7402026-08-24T22:04:10.023Z Downloaded progenitor v0.14.0
7412026-08-24T22:04:10.023Z Downloaded quote v1.0.45
7422026-08-24T22:04:10.026Z Downloaded rand_chacha v0.9.0
7432026-08-24T22:04:10.026Z Downloaded rusty-fork v0.3.1
7442026-08-24T22:04:10.026Z Downloaded serde_bytes v0.11.19
7452026-08-24T22:04:10.029Z Downloaded globwalk v0.9.1
7462026-08-24T22:04:10.032Z Downloaded lazy_static v1.5.0
7472026-08-24T22:04:10.032Z Downloaded futures-sink v0.3.32
7482026-08-24T22:04:10.032Z Downloaded futures-task v0.3.32
7492026-08-24T22:04:10.036Z Downloaded resolv-conf v0.7.6
7502026-08-24T22:04:10.039Z Downloaded scrypt v0.12.0
7512026-08-24T22:04:10.042Z Downloaded bytes v1.11.1
7522026-08-24T22:04:10.042Z Downloaded memmap2 v0.9.10
7532026-08-24T22:04:10.045Z Downloaded native-tls v0.2.18
7542026-08-24T22:04:10.045Z Downloaded pest_meta v2.8.6
7552026-08-24T22:04:10.050Z Downloaded smallvec v0.6.14
7562026-08-24T22:04:10.050Z Downloaded memmap v0.7.0
7572026-08-24T22:04:10.050Z Downloaded endian-type v0.1.2
7582026-08-24T22:04:10.050Z Downloaded new_debug_unreachable v1.0.6
7592026-08-24T22:04:10.050Z Downloaded reqwest v0.13.2
7602026-08-24T22:04:10.054Z Downloaded flate2 v1.1.9
7612026-08-24T22:04:10.057Z Downloaded unicode_categories v0.1.1
7622026-08-24T22:04:10.057Z Downloaded iddqd v0.4.2
7632026-08-24T22:04:10.063Z Downloaded stringprep v0.1.5
7642026-08-24T22:04:10.066Z Downloaded toml v0.7.8
7652026-08-24T22:04:10.066Z Downloaded linkme-impl v0.3.35
7662026-08-24T22:04:10.066Z Downloaded tls_codec v0.4.2
7672026-08-24T22:04:10.066Z Downloaded tls_codec_derive v0.4.2
7682026-08-24T22:04:10.081Z Downloaded bitfield-macros v0.19.4
7692026-08-24T22:04:10.084Z Downloaded atty v0.2.14
7702026-08-24T22:04:10.087Z Downloaded vergen-gitcl v1.0.8
7712026-08-24T22:04:10.090Z Downloaded hkdf v0.12.4
7722026-08-24T22:04:10.093Z Downloaded zerocopy v0.6.6
7732026-08-24T22:04:10.093Z Downloaded ed25519 v2.2.3
7742026-08-24T22:04:10.096Z Downloaded rustls-pki-types v1.14.0
7752026-08-24T22:04:10.100Z Downloaded elliptic-curve v0.14.1
7762026-08-24T22:04:10.100Z Downloaded libsw v3.5.0
7772026-08-24T22:04:10.103Z Downloaded proc-macro-crate v3.4.0
7782026-08-24T22:04:10.103Z Downloaded fs-err v2.11.0
7792026-08-24T22:04:10.103Z Downloaded progenitor-macro v0.13.0
7802026-08-24T22:04:10.106Z Downloaded regex v1.12.3
7812026-08-24T22:04:10.109Z Downloaded scheduled-thread-pool v0.2.7
7822026-08-24T22:04:10.109Z Downloaded ed25519-dalek v3.0.0
7832026-08-24T22:04:10.112Z Downloaded fatfs v0.3.6
7842026-08-24T22:04:10.112Z Downloaded ff v0.13.1
7852026-08-24T22:04:10.115Z Downloaded log v0.4.33
7862026-08-24T22:04:10.115Z Downloaded serde_with_macros v1.5.2
7872026-08-24T22:04:10.118Z Downloaded ref-cast v1.0.25
7882026-08-24T22:04:10.121Z Downloaded same-file v1.0.6
7892026-08-24T22:04:10.121Z Downloaded signal-hook-tokio v0.3.1
7902026-08-24T22:04:10.121Z Downloaded siphasher v1.0.2
7912026-08-24T22:04:10.124Z Downloaded sync_wrapper v1.0.2
7922026-08-24T22:04:10.124Z Downloaded structmeta-derive v0.3.0
7932026-08-24T22:04:10.124Z Downloaded chumsky v0.9.3
7942026-08-24T22:04:10.127Z Downloaded toml_edit v0.22.27
7952026-08-24T22:04:10.130Z Downloaded tower-layer v0.3.3
7962026-08-24T22:04:10.130Z Downloaded untrusted v0.9.0
7972026-08-24T22:04:10.134Z Downloaded tower v0.5.3
7982026-08-24T22:04:10.139Z Downloaded num_enum v0.7.6
7992026-08-24T22:04:10.142Z Downloaded terminal_size v0.1.17
8002026-08-24T22:04:10.145Z Downloaded terminal_size v0.4.3
8012026-08-24T22:04:10.146Z Downloaded num-traits v0.2.19
8022026-08-24T22:04:10.146Z Downloaded crypto-primes v0.7.2
8032026-08-24T22:04:10.149Z Downloaded trybuild v1.0.116
8042026-08-24T22:04:10.151Z Downloaded ucd-trie v0.1.7
8052026-08-24T22:04:10.151Z Downloaded quinn v0.11.11
8062026-08-24T22:04:10.159Z Downloaded zone_cfg_derive v0.3.1
8072026-08-24T22:04:10.162Z Downloaded dunce v1.0.5
8082026-08-24T22:04:10.165Z Downloaded openssl-macros v0.1.1
8092026-08-24T22:04:10.165Z Downloaded peg v0.8.5
8102026-08-24T22:04:10.165Z Downloaded vergen v9.1.0
8112026-08-24T22:04:10.169Z Downloaded fixedbitset v0.4.2
8122026-08-24T22:04:10.169Z Downloaded flagset v0.4.7
8132026-08-24T22:04:10.169Z Downloaded float-cmp v0.10.0
8142026-08-24T22:04:10.169Z Downloaded num v0.4.3
8152026-08-24T22:04:10.169Z Downloaded rsa v0.9.10
8162026-08-24T22:04:10.172Z Downloaded publicsuffix v2.3.0
8172026-08-24T22:04:10.176Z Downloaded oxide-update-engine-types v0.1.2
8182026-08-24T22:04:10.179Z Downloaded pkcs8 v0.10.2
8192026-08-24T22:04:10.182Z Downloaded libscf-sys v1.2.0
8202026-08-24T22:04:10.182Z Downloaded rand_core v0.6.4
8212026-08-24T22:04:10.185Z Downloaded libm v0.2.16
8222026-08-24T22:04:10.188Z Downloaded lru v0.12.5
8232026-08-24T22:04:10.191Z Downloaded bb8 v0.8.6
8242026-08-24T22:04:10.191Z Downloaded zmij v1.0.21
8252026-08-24T22:04:10.191Z Downloaded plotters v0.3.7
8262026-08-24T22:04:10.195Z Downloaded serde_derive v1.0.228
8272026-08-24T22:04:10.198Z Downloaded signal-hook v0.3.18
8282026-08-24T22:04:10.202Z Downloaded salty v0.3.0
8292026-08-24T22:04:10.202Z Downloaded strum v0.26.3
8302026-08-24T22:04:10.205Z Downloaded litemap v0.8.1
8312026-08-24T22:04:10.205Z Downloaded tokio-native-tls v0.3.1
8322026-08-24T22:04:10.208Z Downloaded toml_writer v1.1.1+spec-1.1.0
8332026-08-24T22:04:10.208Z Downloaded socket2 v0.5.10
8342026-08-24T22:04:10.211Z Downloaded tokio-postgres v0.7.16
8352026-08-24T22:04:10.214Z Downloaded test-strategy v0.4.5
8362026-08-24T22:04:10.218Z Downloaded tinyvec v1.10.0
8372026-08-24T22:04:10.222Z Downloaded argon2 v0.6.0-rc.8
8382026-08-24T22:04:10.222Z Downloaded rand_chacha v0.3.1
8392026-08-24T22:04:10.222Z Downloaded phf_shared v0.13.1
8402026-08-24T22:04:10.222Z Downloaded vergen-lib v0.1.6
8412026-08-24T22:04:10.222Z Downloaded num-complex v0.4.6
8422026-08-24T22:04:10.226Z Downloaded proc-macro-error-attr v1.0.4
8432026-08-24T22:04:10.226Z Downloaded progenitor-macro v0.14.0
8442026-08-24T22:04:10.226Z Downloaded qorb v0.4.1
8452026-08-24T22:04:10.229Z Downloaded reedline v0.40.0
8462026-08-24T22:04:10.231Z Downloaded winnow v0.7.14
8472026-08-24T22:04:10.235Z Downloaded chacha20poly1305 v0.10.1
8482026-08-24T22:04:10.238Z Downloaded git-stub-vcs v0.1.0
8492026-08-24T22:04:10.238Z Downloaded signature v2.2.0
8502026-08-24T22:04:10.238Z Downloaded tabled_derive v0.7.0
8512026-08-24T22:04:10.238Z Downloaded stable_deref_trait v1.2.1
8522026-08-24T22:04:10.241Z Downloaded sponge-cursor v0.1.0
8532026-08-24T22:04:10.242Z Downloaded toml_write v0.1.2
8542026-08-24T22:04:10.242Z Downloaded async-lock v3.4.2
8552026-08-24T22:04:10.245Z Downloaded camino v1.2.5
8562026-08-24T22:04:10.245Z Downloaded clang-sys v1.8.1
8572026-08-24T22:04:10.245Z Downloaded anstream v1.0.0
8582026-08-24T22:04:10.248Z Downloaded p256 v0.14.0
8592026-08-24T22:04:10.251Z Downloaded proc-macro-error v1.0.4
8602026-08-24T22:04:10.254Z Downloaded usdt v0.5.0
8612026-08-24T22:04:10.254Z Downloaded num-rational v0.4.2
8622026-08-24T22:04:10.254Z Downloaded nom v7.1.3
8632026-08-24T22:04:10.257Z Downloaded foreign-types v0.5.0
8642026-08-24T22:04:10.260Z Downloaded foreign-types v0.3.2
8652026-08-24T22:04:10.260Z Downloaded newtype-uuid v1.3.2
8662026-08-24T22:04:10.260Z Downloaded tokio-test v0.4.5
8672026-08-24T22:04:10.264Z Downloaded ssh-key v0.7.0-rc.11
8682026-08-24T22:04:10.269Z Downloaded tokio-util v0.7.18
8692026-08-24T22:04:10.273Z Downloaded knus v3.4.0
8702026-08-24T22:04:10.277Z Downloaded owo-colors v4.3.0
8712026-08-24T22:04:10.277Z Downloaded parking_lot_core v0.8.6
8722026-08-24T22:04:10.280Z Downloaded parse-display-derive v0.10.0
8732026-08-24T22:04:10.280Z Downloaded aho-corasick v1.1.4
8742026-08-24T22:04:10.283Z Downloaded arrayvec v0.7.6
8752026-08-24T22:04:10.283Z Downloaded errno v0.3.14
8762026-08-24T22:04:10.287Z Downloaded num_enum_derive v0.5.11
8772026-08-24T22:04:10.292Z Downloaded cassowary v0.3.0
8782026-08-24T22:04:10.295Z Downloaded kstat-rs v0.2.5
8792026-08-24T22:04:10.298Z Downloaded serde-hex v0.1.0
8802026-08-24T22:04:10.298Z Downloaded xshell v0.2.7
8812026-08-24T22:04:10.301Z Downloaded zerocopy-derive v0.7.35
8822026-08-24T22:04:10.304Z Downloaded backtrace v0.3.76
8832026-08-24T22:04:10.307Z Downloaded reqwest v0.12.28
8842026-08-24T22:04:10.310Z Downloaded smf v0.2.3
8852026-08-24T22:04:10.313Z Downloaded futures-util v0.3.32
8862026-08-24T22:04:10.318Z Downloaded allocator-api2 v0.2.21
8872026-08-24T22:04:10.322Z Downloaded sha3 v0.12.0
8882026-08-24T22:04:10.326Z Downloaded seq-macro v0.3.6
8892026-08-24T22:04:10.326Z Downloaded synstructure v0.13.2
8902026-08-24T22:04:10.326Z Downloaded ar_archive_writer v0.5.1
8912026-08-24T22:04:10.326Z Downloaded rustls-pemfile v2.2.0
8922026-08-24T22:04:10.329Z Downloaded goblin v0.8.2
8932026-08-24T22:04:10.332Z Downloaded openssl-probe v0.2.1
8942026-08-24T22:04:10.332Z Downloaded russh-util v0.52.0
8952026-08-24T22:04:10.332Z Downloaded similar-asserts v1.7.0
8962026-08-24T22:04:10.333Z Downloaded papergrid v0.18.0
8972026-08-24T22:04:10.336Z Downloaded zerotrie v0.2.3
8982026-08-24T22:04:10.338Z Downloaded event-listener v5.4.1
8992026-08-24T22:04:10.339Z Downloaded dof v0.4.0
9002026-08-24T22:04:10.342Z Downloaded litrs v1.0.0
9012026-08-24T22:04:10.342Z Downloaded unarray v0.1.4
9022026-08-24T22:04:10.342Z Downloaded futures-io v0.3.32
9032026-08-24T22:04:10.345Z Downloaded backon v1.6.0
9042026-08-24T22:04:10.345Z Downloaded toml_datetime v0.6.11
9052026-08-24T22:04:10.348Z Downloaded toml v1.1.2+spec-1.1.0
9062026-08-24T22:04:10.351Z Downloaded yoke v0.8.1
9072026-08-24T22:04:10.351Z Downloaded minimal-lexical v0.2.1
9082026-08-24T22:04:10.354Z Downloaded mime v0.3.17
9092026-08-24T22:04:10.354Z Downloaded array-init v0.0.4
9102026-08-24T22:04:10.357Z Downloaded document-features v0.2.12
9112026-08-24T22:04:10.360Z Downloaded anstyle-parse v0.2.7
9122026-08-24T22:04:10.360Z Downloaded fd-lock v4.0.4
9132026-08-24T22:04:10.363Z Downloaded newtype_derive v0.1.6
9142026-08-24T22:04:10.363Z Downloaded num-derive v0.4.2
9152026-08-24T22:04:10.363Z Downloaded parse-size v1.1.0
9162026-08-24T22:04:10.363Z Downloaded vte v0.14.1
9172026-08-24T22:04:10.369Z Downloaded poly1305 v0.9.0
9182026-08-24T22:04:10.372Z Downloaded bzip2 v0.4.4
9192026-08-24T22:04:10.372Z Downloaded signature v3.0.0
9202026-08-24T22:04:10.375Z Downloaded sha1 v0.10.6
9212026-08-24T22:04:10.379Z Downloaded progenitor-client v0.13.0
9222026-08-24T22:04:10.382Z Downloaded schemars_derive v0.8.22
9232026-08-24T22:04:10.382Z Downloaded typed-path v0.9.3
9242026-08-24T22:04:10.385Z Downloaded chacha20 v0.9.1
9252026-08-24T22:04:10.385Z Downloaded percent-encoding v2.3.2
9262026-08-24T22:04:10.389Z Downloaded scroll_derive v0.12.1
9272026-08-24T22:04:10.389Z Downloaded tagptr v0.2.0
9282026-08-24T22:04:10.389Z Downloaded zerocopy v0.7.35
9292026-08-24T22:04:10.397Z Downloaded spki v0.7.3
9302026-08-24T22:04:10.400Z Downloaded zeroize_derive v1.5.0
9312026-08-24T22:04:10.400Z Downloaded generic-array v0.14.7
9322026-08-24T22:04:10.400Z Downloaded serde_tokenstream v0.2.3
9332026-08-24T22:04:10.400Z Downloaded smallvec v1.15.1
9342026-08-24T22:04:10.403Z Downloaded waitgroup v0.1.2
9352026-08-24T22:04:10.403Z Downloaded multimap v0.10.1
9362026-08-24T22:04:10.403Z Downloaded rustls-webpki v0.103.13
9372026-08-24T22:04:10.406Z Downloaded thiserror-impl v1.0.69
9382026-08-24T22:04:10.406Z Downloaded ecdsa v0.16.9
9392026-08-24T22:04:10.406Z Downloaded paste v1.0.15
9402026-08-24T22:04:10.409Z Downloaded zip v4.6.1
9412026-08-24T22:04:10.412Z Downloaded serde_core v1.0.228
9422026-08-24T22:04:10.412Z Downloaded cfg_aliases v0.2.1
9432026-08-24T22:04:10.412Z Downloaded phf_shared v0.12.1
9442026-08-24T22:04:10.416Z Downloaded proptest v1.11.0
9452026-08-24T22:04:10.419Z Downloaded radix_trie v0.2.1
9462026-08-24T22:04:10.422Z Downloaded rcgen v0.12.1
9472026-08-24T22:04:10.425Z Downloaded walkdir v2.5.0
9482026-08-24T22:04:10.425Z Downloaded predicates-core v1.0.10
9492026-08-24T22:04:10.425Z Downloaded predicates-tree v1.0.13
9502026-08-24T22:04:10.428Z Downloaded p384 v0.13.1
9512026-08-24T22:04:10.429Z Downloaded zlib-rs v0.6.2
9522026-08-24T22:04:10.432Z Downloaded serde_regex v1.1.0
9532026-08-24T22:04:10.435Z Downloaded russh v0.62.4
9542026-08-24T22:04:10.438Z Downloaded miette v5.10.0
9552026-08-24T22:04:10.441Z Downloaded smawk v0.3.2
9562026-08-24T22:04:10.444Z Downloaded try-lock v0.2.5
9572026-08-24T22:04:10.444Z Downloaded omicron-zone-package v0.12.3
9582026-08-24T22:04:10.444Z Downloaded wait-timeout v0.2.1
9592026-08-24T22:04:10.447Z Downloaded pbkdf2 v0.13.0
9602026-08-24T22:04:10.447Z Downloaded tracing-core v0.1.36
9612026-08-24T22:04:10.447Z Downloaded toml_edit v0.19.15
9622026-08-24T22:04:10.456Z Downloaded ahash v0.8.12
9632026-08-24T22:04:10.459Z Downloaded pem-rfc7468 v1.0.0
9642026-08-24T22:04:10.460Z Downloaded pkcs8 v0.11.0
9652026-08-24T22:04:10.462Z Downloaded rust-argon2 v2.1.0
9662026-08-24T22:04:10.462Z Downloaded bit-vec v0.8.0
9672026-08-24T22:04:10.466Z Downloaded bitfield v0.19.4
9682026-08-24T22:04:10.466Z Downloaded macaddr v1.0.1
9692026-08-24T22:04:10.466Z Downloaded pest_derive v2.8.6
9702026-08-24T22:04:10.466Z Downloaded slog-term v2.9.2
9712026-08-24T22:04:10.469Z Downloaded tinystr v0.8.2
9722026-08-24T22:04:10.469Z Downloaded rand_pcg v0.10.2
9732026-08-24T22:04:10.472Z Downloaded serde_plain v1.0.2
9742026-08-24T22:04:10.472Z Downloaded rawzip v0.4.4
9752026-08-24T22:04:10.475Z Downloaded cc v1.2.56
9762026-08-24T22:04:10.475Z Downloaded erased-serde v0.3.31
9772026-08-24T22:04:10.478Z Downloaded rstest v0.25.0
9782026-08-24T22:04:10.481Z Downloaded pretty_assertions v1.4.1
9792026-08-24T22:04:10.481Z Downloaded serde_cbor v0.11.2
9802026-08-24T22:04:10.484Z Downloaded winnow v0.5.40
9812026-08-24T22:04:10.487Z Downloaded zip v0.6.6
9822026-08-24T22:04:10.490Z Downloaded fs_extra v1.3.0
9832026-08-24T22:04:10.493Z Downloaded tempfile v3.27.0
9842026-08-24T22:04:10.493Z Downloaded approx v0.5.1
9852026-08-24T22:04:10.496Z Downloaded thiserror-impl-no-std v2.0.2
9862026-08-24T22:04:10.496Z Downloaded samael v0.0.19
9872026-08-24T22:04:10.499Z Downloaded stacker v0.1.23
9882026-08-24T22:04:10.505Z Downloaded typify-macro v0.6.2
9892026-08-24T22:04:10.509Z Downloaded xattr v1.6.1
9902026-08-24T22:04:10.509Z Downloaded lru-slab v0.1.2
9912026-08-24T22:04:10.509Z Downloaded strip-ansi-escapes v0.2.1
9922026-08-24T22:04:10.509Z Downloaded getrandom v0.4.3
9932026-08-24T22:04:10.512Z Downloaded embedded-io v0.6.1
9942026-08-24T22:04:10.512Z Downloaded rand_xorshift v0.4.0
9952026-08-24T22:04:10.515Z Downloaded blowfish v0.10.0
9962026-08-24T22:04:10.518Z Downloaded group v0.14.0
9972026-08-24T22:04:10.521Z Downloaded num-bigint-dig v0.8.6
9982026-08-24T22:04:10.524Z Downloaded aes v0.9.1
9992026-08-24T22:04:10.524Z Downloaded md-5 v0.10.6
10002026-08-24T22:04:10.526Z Downloaded cargo-platform v0.3.2
10012026-08-24T22:04:10.527Z Downloaded quick-xml v0.37.5
10022026-08-24T22:04:10.530Z Downloaded nonempty v0.12.0
10032026-08-24T22:04:10.530Z Downloaded cipher v0.5.2
10042026-08-24T22:04:10.533Z Downloaded tower-http v0.6.8
10052026-08-24T22:04:10.536Z Downloaded usdt-impl v0.6.0
10062026-08-24T22:04:10.539Z Downloaded supports-color v2.1.0
10072026-08-24T22:04:10.539Z Downloaded unicode-properties v0.1.4
10082026-08-24T22:04:10.539Z Downloaded lalrpop v0.19.12
10092026-08-24T22:04:10.547Z Downloaded syn v1.0.109
10102026-08-24T22:04:10.551Z Downloaded oxide-update-engine-display v0.1.2
10112026-08-24T22:04:10.555Z Downloaded rpassword v7.5.4
10122026-08-24T22:04:10.555Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10132026-08-24T22:04:10.555Z Downloaded nested v0.1.1
10142026-08-24T22:04:10.560Z Downloaded digest-io v0.1.0
10152026-08-24T22:04:10.560Z Downloaded sync-ptr v0.1.4
10162026-08-24T22:04:10.560Z Downloaded usdt v0.6.0
10172026-08-24T22:04:10.560Z Downloaded tough v0.22.0
10182026-08-24T22:04:10.563Z Downloaded xshell-macros v0.2.7
10192026-08-24T22:04:10.563Z Downloaded quinn-proto v0.11.16
10202026-08-24T22:04:10.566Z Downloaded sec1 v0.8.1
10212026-08-24T22:04:10.569Z Downloaded fallible-iterator v0.2.0
10222026-08-24T22:04:10.569Z Downloaded subprocess v0.2.15
10232026-08-24T22:04:10.573Z Downloaded zerovec-derive v0.11.2
10242026-08-24T22:04:10.573Z Downloaded async-bb8-diesel v0.2.1
10252026-08-24T22:04:10.573Z Downloaded drift v0.2.0
10262026-08-24T22:04:10.578Z Downloaded globset v0.4.18
10272026-08-24T22:04:10.581Z Downloaded yansi v1.0.1
10282026-08-24T22:04:10.581Z Downloaded libsw-core v0.3.2
10292026-08-24T22:04:10.584Z Downloaded aead v0.6.1
10302026-08-24T22:04:10.584Z Downloaded tinytemplate v1.2.1
10312026-08-24T22:04:10.584Z Downloaded parking_lot v0.11.2
10322026-08-24T22:04:10.587Z Downloaded scroll v0.12.0
10332026-08-24T22:04:10.587Z Downloaded spin v0.9.8
10342026-08-24T22:04:10.587Z Downloaded nom v8.0.0
10352026-08-24T22:04:10.590Z Downloaded curve25519-dalek v4.1.3
10362026-08-24T22:04:10.595Z Downloaded libbz2-rs-sys v0.2.2
10372026-08-24T22:04:10.598Z Downloaded sha2 v0.10.9
10382026-08-24T22:04:10.598Z Downloaded predicates v3.1.4
10392026-08-24T22:04:10.601Z Downloaded backoff v0.4.0
10402026-08-24T22:04:10.601Z Downloaded pin-project-lite v0.2.17
10412026-08-24T22:04:10.604Z Downloaded strum_macros v0.27.2
10422026-08-24T22:04:10.607Z Downloaded proc-macro2 v1.0.106
10432026-08-24T22:04:10.607Z Downloaded p521 v0.14.0
10442026-08-24T22:04:10.610Z Downloaded progenitor-impl v0.14.0
10452026-08-24T22:04:10.610Z Downloaded glob v0.3.3
10462026-08-24T22:04:10.613Z Downloaded foreign-types-macros v0.2.3
10472026-08-24T22:04:10.613Z Downloaded dropshot-api-manager v0.8.0
10482026-08-24T22:04:10.616Z Downloaded zstd v0.13.3
10492026-08-24T22:04:10.616Z Downloaded rayon v1.11.0
10502026-08-24T22:04:10.621Z Downloaded futures v0.3.32
10512026-08-24T22:04:10.624Z Downloaded blake2b_simd v1.0.4
10522026-08-24T22:04:10.627Z Downloaded serde_with v1.14.0
10532026-08-24T22:04:10.631Z Downloaded ecdsa v0.17.0
10542026-08-24T22:04:10.631Z Downloaded tar v0.4.46
10552026-08-24T22:04:10.634Z Downloaded thiserror-no-std v2.0.2
10562026-08-24T22:04:10.637Z Downloaded bindgen v0.71.1
10572026-08-24T22:04:10.641Z Downloaded cancel-safe-futures v0.1.5
10582026-08-24T22:04:10.650Z Downloaded digest v0.11.3
10592026-08-24T22:04:10.650Z Downloaded tokio-stream v0.1.18
10602026-08-24T22:04:10.653Z Downloaded memchr v2.8.0
10612026-08-24T22:04:10.653Z Downloaded ron v0.8.1
10622026-08-24T22:04:10.655Z Downloaded schemars v0.8.22
10632026-08-24T22:04:10.661Z Downloaded miniz_oxide v0.8.9
10642026-08-24T22:04:10.663Z Downloaded schemars v0.9.0
10652026-08-24T22:04:10.670Z Downloaded sha2 v0.11.0
10662026-08-24T22:04:10.673Z Downloaded once_cell v1.21.3
10672026-08-24T22:04:10.676Z Downloaded time v0.3.47
10682026-08-24T22:04:10.681Z Downloaded quinn-udp v0.5.14
10692026-08-24T22:04:10.684Z Downloaded serde_with v3.21.0
10702026-08-24T22:04:10.690Z Downloaded ed25519-dalek v2.2.0
10712026-08-24T22:04:10.693Z Downloaded zerocopy v0.8.55
10722026-08-24T22:04:10.704Z Downloaded generic-array v1.4.3
10732026-08-24T22:04:10.707Z Downloaded object v0.30.4
10742026-08-24T22:04:10.711Z Downloaded fancy-regex v0.14.0
10752026-08-24T22:04:10.715Z Downloaded rayon-core v1.13.0
10762026-08-24T22:04:10.718Z Downloaded curve25519-dalek v5.0.0
10772026-08-24T22:04:10.722Z Downloaded blake2 v0.11.0-rc.6
10782026-08-24T22:04:10.726Z Downloaded toml_edit v0.23.10+spec-1.0.0
10792026-08-24T22:04:10.731Z Downloaded rustyline v14.0.0
10802026-08-24T22:04:10.732Z Downloaded nix v0.27.1
10812026-08-24T22:04:10.735Z Downloaded typenum v1.20.1
10822026-08-24T22:04:10.738Z Downloaded unicode-segmentation v1.12.0
10832026-08-24T22:04:10.741Z Downloaded moka v0.12.13
10842026-08-24T22:04:10.744Z Downloaded git2 v0.20.4
10852026-08-24T22:04:10.748Z Downloaded num-bigint v0.4.6
10862026-08-24T22:04:10.751Z Downloaded goblin v0.10.5
10872026-08-24T22:04:10.754Z Downloaded libxml v0.3.3
10882026-08-24T22:04:10.758Z Downloaded textwrap v0.16.2
10892026-08-24T22:04:10.760Z Downloaded miette v7.6.0
10902026-08-24T22:04:10.763Z Downloaded rand v0.9.2
10912026-08-24T22:04:10.766Z Downloaded rand v0.10.1
10922026-08-24T22:04:10.775Z Downloaded syn v2.0.117
10932026-08-24T22:04:10.785Z Downloaded chrono v0.4.45
10942026-08-24T22:04:10.804Z Downloaded openssl v0.10.80
10952026-08-24T22:04:10.807Z Downloaded zerocopy-derive v0.8.55
10962026-08-24T22:04:10.807Z Downloaded guppy v0.17.25
10972026-08-24T22:04:10.807Z Downloaded tabled v0.21.0
10982026-08-24T22:04:10.822Z Downloaded unicode-normalization v0.1.25
10992026-08-24T22:04:10.825Z Downloaded mio v1.2.0
11002026-08-24T22:04:10.829Z Downloaded portable-atomic v1.13.1
11012026-08-24T22:04:10.839Z Downloaded diesel v2.3.7
11022026-08-24T22:04:10.851Z Downloaded tabled v0.15.0
11032026-08-24T22:04:10.860Z Downloaded vcpkg v0.2.15
11042026-08-24T22:04:10.883Z Downloaded winnow v0.6.26
11052026-08-24T22:04:10.888Z Downloaded regex-syntax v0.6.29
11062026-08-24T22:04:10.892Z Downloaded smoltcp v0.9.1
11072026-08-24T22:04:10.898Z Downloaded gimli v0.32.3
11082026-08-24T22:04:10.902Z Downloaded blake3 v1.8.5
11092026-08-24T22:04:10.907Z Downloaded rustix v0.38.44
11102026-08-24T22:04:10.921Z Downloaded hickory-proto v0.24.4
11112026-08-24T22:04:10.929Z Downloaded bstr v1.12.1
11122026-08-24T22:04:10.935Z Downloaded hickory-proto v0.25.2
11132026-08-24T22:04:10.943Z Downloaded typify-impl v0.6.2
11142026-08-24T22:04:10.952Z Downloaded petname v2.0.2
11152026-08-24T22:04:10.955Z Downloaded aes-gcm v0.11.0
11162026-08-24T22:04:10.959Z Downloaded regex-syntax v0.8.10
11172026-08-24T22:04:10.962Z Downloaded object v0.37.3
11182026-08-24T22:04:10.968Z Downloaded sha3 v0.11.0
11192026-08-24T22:04:10.971Z Downloaded nix v0.31.2
11202026-08-24T22:04:10.977Z Downloaded regress v0.10.5
11212026-08-24T22:04:10.982Z Downloaded polar-core v0.27.3
11222026-08-24T22:04:10.987Z Downloaded smoltcp v0.11.0
11232026-08-24T22:04:10.994Z Downloaded rustix v1.1.4
11242026-08-24T22:04:11.007Z Downloaded nix v0.28.0
11252026-08-24T22:04:11.013Z Downloaded dropshot v0.17.1
11262026-08-24T22:04:11.026Z Downloaded winnow v1.0.3
11272026-08-24T22:04:11.031Z Downloaded bitvec v1.0.1
11282026-08-24T22:04:11.041Z Downloaded sled v0.34.7
11292026-08-24T22:04:11.046Z Downloaded aws-lc-rs v1.16.3
11302026-08-24T22:04:11.051Z Downloaded openapiv3 v2.2.0
11312026-08-24T22:04:11.058Z Downloaded unicode-width v0.2.0
11322026-08-24T22:04:11.064Z Downloaded rustls v0.23.41
11332026-08-24T22:04:11.068Z Downloaded unicode-width v0.1.14
11342026-08-24T22:04:11.086Z Downloaded regress v0.11.1
11352026-08-24T22:04:11.091Z Downloaded tracing v0.1.44
11362026-08-24T22:04:11.107Z Downloaded chrono-tz v0.10.4
11372026-08-24T22:04:11.130Z Downloaded regex-automata v0.4.14
11382026-08-24T22:04:11.139Z Downloaded petgraph v0.6.5
11392026-08-24T22:04:11.150Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11402026-08-24T22:04:11.160Z Downloaded csv v1.4.0
11412026-08-24T22:04:11.173Z Downloaded bzip2-sys v0.1.13+1.0.8
11422026-08-24T22:04:11.180Z Downloaded sqlparser v0.61.0
11432026-08-24T22:04:11.186Z Downloaded zerocopy-derive v0.6.6
11442026-08-24T22:04:11.192Z Downloaded tokio v1.52.1
11452026-08-24T22:04:11.215Z Downloaded jiff v0.2.34
11462026-08-24T22:04:11.225Z Downloaded ratatui v0.29.0
11472026-08-24T22:04:11.236Z Downloaded libz-sys v1.1.24
11482026-08-24T22:04:11.249Z Downloaded petgraph v0.8.3
11492026-08-24T22:04:11.288Z Downloaded sha3 v0.10.8
11502026-08-24T22:04:11.336Z Downloaded libc v0.2.185
11512026-08-24T22:04:11.495Z Downloaded encoding_rs v0.8.35
11522026-08-24T22:04:11.508Z Downloaded httpmock v0.8.3
11532026-08-24T22:04:11.521Z Downloaded ring v0.17.14
11542026-08-24T22:04:11.547Z Downloaded libgit2-sys v0.18.3+1.9.2
11552026-08-24T22:04:11.757Z Downloaded aws-lc-sys v0.40.0
11562026-08-24T22:04:12.170Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11572026-08-24T22:04:26.929Z Startup: Refreshing catalog 'helios' ... Done
11582026-08-24T22:04:27.308Z Startup: Caching catalogs ... Done
11592026-08-24T22:04:29.395ZPlanning: Solver setup ... Done (1.969s)
11602026-08-24T22:04:29.455ZPlanning: Running solver ... Done (0.060s)
11612026-08-24T22:04:29.498ZPlanning: Finding local manifests ... Done (0.003s)
11622026-08-24T22:04:29.511ZPlanning: Fetching manifests: 0/2 0% complete
11632026-08-24T22:04:34.512ZPlanning: Fetching manifests: 0/2 0% complete
11642026-08-24T22:04:39.512ZPlanning: Fetching manifests: 0/2 0% complete
11652026-08-24T22:04:41.399ZPlanning: Fetching manifests: 2/2 100% complete
11662026-08-24T22:04:41.413ZPlanning: Package planning ... Done (0.014s)
11672026-08-24T22:04:41.417ZPlanning: Merging actions ... Done (0.001s)
11682026-08-24T22:04:41.636ZPlanning: Checking for conflicting actions ... Done (0.219s)
11692026-08-24T22:04:41.640ZPlanning: Consolidating action changes ... Done (0.001s)
11702026-08-24T22:04:42.512ZPlanning: Evaluating mediators ... Done (0.878s)
11712026-08-24T22:04:42.516ZPlanning: Planning completed in 15.17 seconds
11722026-08-24T22:04:42.521Z Packages to install: 2
11732026-08-24T22:04:42.521Z Estimated space available: 155.73 GB
11742026-08-24T22:04:42.522ZEstimated space to be consumed: 79.16 MB
11752026-08-24T22:04:42.525Z Create boot environment: No
11762026-08-24T22:04:42.525ZCreate backup boot environment: No
11772026-08-24T22:04:42.525Z Rebuild boot archive: No
11782026-08-24T22:04:42.525Z
11792026-08-24T22:04:42.525ZChanged packages:
11802026-08-24T22:04:42.525Zhelios
11812026-08-24T22:04:42.525Z developer/build-essential
11822026-08-24T22:04:42.525Z None -> 11-3.0
11832026-08-24T22:04:42.525Z library/libxmlsec1
11842026-08-24T22:04:42.525Z None -> 1.2.35-3.0
11852026-08-24T22:04:42.547Z
11862026-08-24T22:04:42.548ZDownload: 0/214 items 0.0/1.3MB 0% complete
11872026-08-24T22:04:42.618ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
11882026-08-24T22:04:42.695Z Actions: 1/268 actions (Installing new actions)
11892026-08-24T22:04:42.731Z Actions: Completed 268 actions in 0.04 seconds.
11902026-08-24T22:04:42.768ZFinalize: Updating package state database ... Done (0.037s)
11912026-08-24T22:04:42.772ZFinalize: Updating package cache ... Done (0.000s)
11922026-08-24T22:04:42.856ZFinalize: Updating image state ... Done (0.088s)
11932026-08-24T22:04:45.489ZFinalize: Creating fast lookup database ... Done (2.584s)
11942026-08-24T22:04:45.559ZFinalize: Reading search index ... Done (0.012s)
11952026-08-24T22:04:45.563ZFinalize: Updating search index ... Done (0.000s)
11962026-08-24T22:04:45.697ZFinalize: Updating package cache ... Done (0.000s)
11972026-08-24T22:04:46.062ZPlanning: Evaluating mediator changes ... Done
11982026-08-24T22:04:46.167ZPlanning: Checking for conflicting actions ... Done
11992026-08-24T22:04:46.170ZPlanning: Consolidating action changes ... Done
12002026-08-24T22:04:46.324ZPlanning: Evaluating mediators ... Done
12012026-08-24T22:04:46.327ZPlanning: Planning completed in 0.26 seconds
12022026-08-24T22:04:46.348Z Mediators to change: 2
12032026-08-24T22:04:46.348Z Create boot environment: No
12042026-08-24T22:04:46.348ZCreate backup boot environment: No
12052026-08-24T22:04:46.398ZFinalize: Updating package state database ... Done
12062026-08-24T22:04:46.398ZFinalize: Updating package cache ... Done
12072026-08-24T22:04:46.455ZFinalize: Updating image state ... Done
12082026-08-24T22:04:48.402ZFinalize: Creating fast lookup database ... Done
12092026-08-24T22:04:48.465ZFinalize: Reading search index ... Done
12102026-08-24T22:04:48.468ZFinalize: Updating search index ... Done
12112026-08-24T22:04:48.580ZFinalize: Updating package cache ... Done
12122026-08-24T22:04:48.863ZPlanning: Evaluating mediator changes ... Done
12132026-08-24T22:04:48.971ZPlanning: Checking for conflicting actions ... Done
12142026-08-24T22:04:48.976ZPlanning: Consolidating action changes ... Done
12152026-08-24T22:04:49.127ZPlanning: Evaluating mediators ... Done
12162026-08-24T22:04:49.131ZPlanning: Planning completed in 0.27 seconds
12172026-08-24T22:04:49.149Z Mediators to change: 1
12182026-08-24T22:04:49.149Z Create boot environment: No
12192026-08-24T22:04:49.149ZCreate backup boot environment: No
12202026-08-24T22:04:49.194ZFinalize: Updating package state database ... Done
12212026-08-24T22:04:49.194ZFinalize: Updating package cache ... Done
12222026-08-24T22:04:49.245ZFinalize: Updating image state ... Done
12232026-08-24T22:04:51.168ZFinalize: Creating fast lookup database ... Done
12242026-08-24T22:04:51.228ZFinalize: Reading search index ... Done
12252026-08-24T22:04:51.233ZFinalize: Updating search index ... Done
12262026-08-24T22:04:51.292ZFinalize: Updating package cache ... Done
12272026-08-24T22:04:51.600ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12282026-08-24T22:04:51.601Zapache system 2.4 system
12292026-08-24T22:04:51.601Zclang system 15 system
12302026-08-24T22:04:51.601Zcsh system system illumos
12312026-08-24T22:04:51.601Zctags system system illumos
12322026-08-24T22:04:51.601Zfile vendor vendor darwinsys
12332026-08-24T22:04:51.601Zfile system system illumos
12342026-08-24T22:04:51.601Zgcc vendor 14 vendor
12352026-08-24T22:04:51.601Zgcc system 13 system
12362026-08-24T22:04:51.601Zgcc system 10 system
12372026-08-24T22:04:51.601Zgo system 1.25 system
12382026-08-24T22:04:51.601Zllvm system 15 system
12392026-08-24T22:04:51.601Zmariadb system 11.4 system
12402026-08-24T22:04:51.601Zmta vendor vendor dma
12412026-08-24T22:04:51.601Zopenjdk system 17 system
12422026-08-24T22:04:51.601Zopenjdk system 11 system
12432026-08-24T22:04:51.601Zopenssl vendor 3 vendor
12442026-08-24T22:04:51.601Zperl system 5.40 system
12452026-08-24T22:04:51.601Zpostgresql system 18 system
12462026-08-24T22:04:51.601Zpostgresql system 17 system
12472026-08-24T22:04:51.601Zpython vendor 3 vendor
12482026-08-24T22:04:51.601Zpython system 2 system
12492026-08-24T22:04:51.601Zpython3 vendor 3.13 vendor
12502026-08-24T22:04:51.601Zruby system 3.4 system
12512026-08-24T22:04:51.601Zruby system 3.0 system
12522026-08-24T22:04:51.601Zwords vendor vendor american-english
12532026-08-24T22:04:51.601Zwords system system australian-english
12542026-08-24T22:04:51.601Zwords system system british-english
12552026-08-24T22:04:51.601Zwords system system canadian-english
12562026-08-24T22:04:51.602Zwords system system french
12572026-08-24T22:04:51.602Zwords system system italian
12582026-08-24T22:04:51.602Zwords system system ngerman
12592026-08-24T22:04:51.602Zwords system system ogerman
12602026-08-24T22:04:51.602Zwords system system spanish
12612026-08-24T22:04:51.858ZPUBLISHER TYPE STATUS P LOCATION
12622026-08-24T22:04:51.858Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12632026-08-24T22:04:52.339ZFMRI IFO
12642026-08-24T22:04:52.339Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12652026-08-24T22:04:52.339Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12662026-08-24T22:04:52.339Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12672026-08-24T22:04:52.339Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12682026-08-24T22:04:52.339Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12692026-08-24T22:04:52.339Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12702026-08-24T22:04:52.339Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12712026-08-24T22:04:52.339Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12722026-08-24T22:04:52.339Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12732026-08-24T22:04:52.957Z Downloading crates ...
12742026-08-24T22:04:52.999Z Downloaded cargo_toml v0.21.0
12752026-08-24T22:04:53.040Z Compiling proc-macro2 v1.0.106
12762026-08-24T22:04:53.040Z Compiling quote v1.0.45
12772026-08-24T22:04:53.040Z Compiling unicode-ident v1.0.24
12782026-08-24T22:04:53.043Z Compiling serde_core v1.0.228
12792026-08-24T22:04:53.043Z Compiling libc v0.2.185
12802026-08-24T22:04:53.043Z Compiling version_check v0.9.5
12812026-08-24T22:04:53.043Z Compiling memchr v2.8.0
12822026-08-24T22:04:53.043Z Compiling serde v1.0.228
12832026-08-24T22:04:53.043Z Compiling zmij v1.0.21
12842026-08-24T22:04:53.119Z Compiling ucd-trie v0.1.7
12852026-08-24T22:04:53.122Z Compiling thiserror v1.0.69
12862026-08-24T22:04:53.122Z Compiling itoa v1.0.17
12872026-08-24T22:04:53.122Z Compiling rustix v1.1.4
12882026-08-24T22:04:53.122Z Compiling byteorder v1.5.0
12892026-08-24T22:04:53.355Z Compiling serde_json v1.0.151
12902026-08-24T22:04:53.449Z Compiling bitflags v2.11.0
12912026-08-24T22:04:53.480Z Compiling syn v1.0.109
12922026-08-24T22:04:53.606Z Compiling pest v2.8.6
12932026-08-24T22:04:53.646Z Compiling camino v1.2.5
12942026-08-24T22:04:53.650Z Compiling usdt-impl v0.5.0
12952026-08-24T22:04:53.706Z Compiling proc-macro-error-attr v1.0.4
12962026-08-24T22:04:53.724Z Compiling proc-macro-error v1.0.4
12972026-08-24T22:04:53.727Z Compiling equivalent v1.0.2
12982026-08-24T22:04:53.782Z Compiling utf8parse v0.2.2
12992026-08-24T22:04:53.792Z Compiling log v0.4.33
13002026-08-24T22:04:53.835Z Compiling plain v0.2.3
13012026-08-24T22:04:53.874Z Compiling getrandom v0.3.4
13022026-08-24T22:04:53.900Z Compiling hashbrown v0.17.0
13032026-08-24T22:04:53.911Z Compiling anstyle-parse v1.0.0
13042026-08-24T22:04:53.966Z Compiling colorchoice v1.0.4
13052026-08-24T22:04:53.984Z Compiling toml_write v0.1.2
13062026-08-24T22:04:54.006Z Compiling thiserror v2.0.18
13072026-08-24T22:04:54.017Z Compiling pretty-hex v0.4.1
13082026-08-24T22:04:54.037Z Compiling anstyle-query v1.1.5
13092026-08-24T22:04:54.065Z Compiling errno v0.3.14
13102026-08-24T22:04:54.098Z Compiling thread-id v4.2.2
13112026-08-24T22:04:54.108Z Compiling cfg-if v1.0.4
13122026-08-24T22:04:54.120Z Compiling is_terminal_polyfill v1.70.2
13132026-08-24T22:04:54.126Z Compiling winnow v0.7.14
13142026-08-24T22:04:54.161Z Compiling autocfg v1.5.0
13152026-08-24T22:04:54.189Z Compiling anstyle v1.0.14
13162026-08-24T22:04:54.210Z Compiling fnv v1.0.7
13172026-08-24T22:04:54.213Z Compiling strsim v0.11.1
13182026-08-24T22:04:54.233Z Compiling once_cell v1.21.3
13192026-08-24T22:04:54.254Z Compiling heck v0.4.1
13202026-08-24T22:04:54.350Z Compiling anyhow v1.0.104
13212026-08-24T22:04:54.482Z Compiling indexmap v2.14.0
13222026-08-24T22:04:54.491Z Compiling anstream v1.0.0
13232026-08-24T22:04:54.503Z Compiling heck v0.5.0
13242026-08-24T22:04:54.536Z Compiling syn v2.0.117
13252026-08-24T22:04:54.624Z Compiling fastrand v2.3.0
13262026-08-24T22:04:54.641Z Compiling clap_lex v1.0.0
13272026-08-24T22:04:54.654Z Compiling fs-err v3.3.0
13282026-08-24T22:04:54.701Z Compiling pest_meta v2.8.6
13292026-08-24T22:04:54.752Z Compiling unicode-width v0.1.14
13302026-08-24T22:04:54.786Z Compiling bytecount v0.6.9
13312026-08-24T22:04:54.885Z Compiling memmap v0.7.0
13322026-08-24T22:04:54.895Z Compiling unicode-width v0.2.0
13332026-08-24T22:04:54.920Z Compiling smawk v0.3.2
13342026-08-24T22:04:54.934Z Compiling unicode-linebreak v0.1.5
13352026-08-24T22:04:55.041Z Compiling papergrid v0.11.0
13362026-08-24T22:04:55.051Z Compiling terminal_size v0.4.3
13372026-08-24T22:04:55.067Z Compiling tempfile v3.27.0
13382026-08-24T22:04:55.079Z Compiling swrite v0.1.0
13392026-08-24T22:04:55.176Z Compiling clap_builder v4.6.0
13402026-08-24T22:04:55.189Z Compiling textwrap v0.16.2
13412026-08-24T22:04:55.527Z Compiling semver v1.0.28
13422026-08-24T22:04:55.527Z Compiling cargo-platform v0.3.2
13432026-08-24T22:04:55.793Z Compiling camino-tempfile v1.4.1
13442026-08-24T22:04:55.973Z Compiling tabled_derive v0.7.0
13452026-08-24T22:04:56.633Z Compiling tabled v0.15.0
13462026-08-24T22:04:56.679Z Compiling pest_generator v2.8.6
13472026-08-24T22:04:57.198Z Compiling serde_derive v1.0.228
13482026-08-24T22:04:57.199Z Compiling thiserror-impl v1.0.69
13492026-08-24T22:04:57.199Z Compiling zerocopy-derive v0.7.35
13502026-08-24T22:04:57.202Z Compiling pest_derive v2.8.6
13512026-08-24T22:04:57.202Z Compiling scroll_derive v0.12.1
13522026-08-24T22:04:57.202Z Compiling thiserror-impl v2.0.18
13532026-08-24T22:04:57.202Z Compiling clap_derive v4.6.1
13542026-08-24T22:04:57.894Z Compiling scroll v0.12.0
13552026-08-24T22:04:57.920Z Compiling zerocopy v0.7.35
13562026-08-24T22:04:58.098Z Compiling goblin v0.8.2
13572026-08-24T22:04:58.256Z Compiling dtrace-parser v0.2.0
13582026-08-24T22:04:58.500Z Compiling clap v4.6.1
13592026-08-24T22:04:59.555Z Compiling dof v0.3.0
13602026-08-24T22:04:59.555Z Compiling serde_tokenstream v0.2.3
13612026-08-24T22:04:59.571Z Compiling serde_spanned v0.6.9
13622026-08-24T22:04:59.571Z Compiling toml_datetime v0.6.11
13632026-08-24T22:04:59.574Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13642026-08-24T22:04:59.574Z Compiling macaddr v1.0.1
13652026-08-24T22:04:59.574Z Compiling cargo_metadata v0.23.1
13662026-08-24T22:04:59.748Z Compiling toml_edit v0.22.27
13672026-08-24T22:05:00.203Z Compiling usdt-attr-macro v0.5.0
13682026-08-24T22:05:00.203Z Compiling usdt-macro v0.5.0
13692026-08-24T22:05:00.809Z Compiling usdt v0.5.0
13702026-08-24T22:05:00.983Z Compiling toml v0.8.23
13712026-08-24T22:05:01.298Z Compiling cargo_toml v0.21.0
13722026-08-24T22:05:02.573Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13732026-08-24T22:05:04.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s
13742026-08-24T22:05:04.646Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13752026-08-24T22:05:05.402Z Compiling serde_core v1.0.228
13762026-08-24T22:05:05.402Z Compiling libc v0.2.185
13772026-08-24T22:05:05.402Z Compiling serde v1.0.228
13782026-08-24T22:05:05.402Z Compiling log v0.4.33
13792026-08-24T22:05:05.418Z Compiling smallvec v1.15.1
13802026-08-24T22:05:05.418Z Compiling find-msvc-tools v0.1.9
13812026-08-24T22:05:05.418Z Compiling shlex v1.3.0
13822026-08-24T22:05:05.418Z Compiling subtle v2.6.1
13832026-08-24T22:05:05.418Z Compiling scopeguard v1.2.0
13842026-08-24T22:05:05.418Z Compiling typenum v1.20.1
13852026-08-24T22:05:05.522Z Compiling stable_deref_trait v1.2.1
13862026-08-24T22:05:05.529Z Compiling zerocopy v0.8.55
13872026-08-24T22:05:05.529Z Compiling portable-atomic v1.13.1
13882026-08-24T22:05:05.578Z Compiling serde_json v1.0.151
13892026-08-24T22:05:05.607Z Compiling syn v2.0.117
13902026-08-24T22:05:05.620Z Compiling critical-section v1.2.0
13912026-08-24T22:05:05.699Z Compiling lock_api v0.4.14
13922026-08-24T22:05:05.716Z Compiling libm v0.2.16
13932026-08-24T22:05:05.733Z Compiling num-traits v0.2.19
13942026-08-24T22:05:05.750Z Compiling pkg-config v0.3.32
13952026-08-24T22:05:05.760Z Compiling generic-array v0.14.7
13962026-08-24T22:05:05.782Z Compiling pin-project-lite v0.2.17
13972026-08-24T22:05:05.824Z Compiling const-oid v0.9.6
13982026-08-24T22:05:05.887Z Compiling parking_lot_core v0.9.12
13992026-08-24T22:05:05.901Z Compiling getrandom v0.3.4
14002026-08-24T22:05:05.901Z Compiling writeable v0.6.2
14012026-08-24T22:05:05.978Z Compiling percent-encoding v2.3.2
14022026-08-24T22:05:06.006Z Compiling litemap v0.8.1
14032026-08-24T22:05:06.060Z Compiling futures-core v0.3.32
14042026-08-24T22:05:06.150Z Compiling icu_properties_data v2.1.2
14052026-08-24T22:05:06.165Z Compiling icu_normalizer_data v2.1.1
14062026-08-24T22:05:06.165Z Compiling rustix v1.1.4
14072026-08-24T22:05:06.193Z Compiling getrandom v0.4.3
14082026-08-24T22:05:06.212Z Compiling futures-sink v0.3.32
14092026-08-24T22:05:06.214Z Compiling rand_core v0.10.0
14102026-08-24T22:05:06.227Z Compiling slab v0.4.12
14112026-08-24T22:05:06.346Z Compiling futures-channel v0.3.32
14122026-08-24T22:05:06.354Z Compiling futures-task v0.3.32
14132026-08-24T22:05:06.409Z Compiling utf8_iter v1.0.4
14142026-08-24T22:05:06.440Z Compiling futures-io v0.3.32
14152026-08-24T22:05:06.440Z Compiling form_urlencoded v1.2.2
14162026-08-24T22:05:06.537Z Compiling errno v0.3.14
14172026-08-24T22:05:06.562Z Compiling jobserver v0.1.34
14182026-08-24T22:05:06.571Z Compiling getrandom v0.2.17
14192026-08-24T22:05:06.583Z Compiling mio v1.2.0
14202026-08-24T22:05:06.625Z Compiling once_cell v1.21.3
14212026-08-24T22:05:06.637Z Compiling socket2 v0.6.3
14222026-08-24T22:05:06.659Z Compiling signal-hook-registry v1.4.8
14232026-08-24T22:05:06.686Z Compiling rustversion v1.0.22
14242026-08-24T22:05:06.743Z Compiling base64ct v1.8.3
14252026-08-24T22:05:06.786Z Compiling rand_core v0.6.4
14262026-08-24T22:05:06.876Z Compiling cc v1.2.56
14272026-08-24T22:05:06.920Z Compiling parking_lot v0.12.5
14282026-08-24T22:05:06.945Z Compiling iana-time-zone v0.1.65
14292026-08-24T22:05:06.986Z Compiling pem-rfc7468 v0.7.0
14302026-08-24T22:05:07.003Z Compiling flagset v0.4.7
14312026-08-24T22:05:07.017Z Compiling dunce v1.0.5
14322026-08-24T22:05:07.037Z Compiling fs_extra v1.3.0
14332026-08-24T22:05:07.056Z Compiling regex-syntax v0.8.10
14342026-08-24T22:05:07.082Z Compiling ident_case v1.0.1
14352026-08-24T22:05:07.097Z Compiling rand_core v0.9.5
14362026-08-24T22:05:07.112Z Compiling base64 v0.22.1
14372026-08-24T22:05:07.147Z Compiling vcpkg v0.2.15
14382026-08-24T22:05:07.172Z Compiling syn v1.0.109
14392026-08-24T22:05:07.187Z Compiling tracing-core v0.1.36
14402026-08-24T22:05:07.197Z Compiling cpufeatures v0.2.17
14412026-08-24T22:05:07.220Z Compiling schemars v0.8.22
14422026-08-24T22:05:07.270Z Compiling dyn-clone v1.0.20
14432026-08-24T22:05:07.308Z Compiling simd-adler32 v0.3.8
14442026-08-24T22:05:07.328Z Compiling aws-lc-rs v1.16.3
14452026-08-24T22:05:07.337Z Compiling spin v0.9.8
14462026-08-24T22:05:07.387Z Compiling openssl-probe v0.2.1
14472026-08-24T22:05:07.419Z Compiling tinyvec_macros v0.1.1
14482026-08-24T22:05:07.445Z Compiling adler2 v2.0.1
14492026-08-24T22:05:07.459Z Compiling cmov v0.5.4
14502026-08-24T22:05:07.495Z Compiling crc32fast v1.5.0
14512026-08-24T22:05:07.533Z Compiling httparse v1.10.1
14522026-08-24T22:05:07.562Z Compiling miniz_oxide v0.8.9
14532026-08-24T22:05:07.565Z Compiling tinyvec v1.10.0
14542026-08-24T22:05:07.593Z Compiling aho-corasick v1.1.4
14552026-08-24T22:05:07.593Z Compiling atomic-waker v1.1.2
14562026-08-24T22:05:07.625Z Compiling cmake v0.1.57
14572026-08-24T22:05:07.674Z Compiling bitflags v2.11.0
14582026-08-24T22:05:07.741Z Compiling semver v1.0.28
14592026-08-24T22:05:07.754Z Compiling indexmap v2.14.0
14602026-08-24T22:05:07.782Z Compiling uuid v1.23.4
14612026-08-24T22:05:07.903Z Compiling ctutils v0.4.2
14622026-08-24T22:05:07.923Z Compiling try-lock v0.2.5
14632026-08-24T22:05:07.939Z Compiling untrusted v0.7.1
14642026-08-24T22:05:07.952Z Compiling rustc_version v0.4.1
14652026-08-24T22:05:08.045Z Compiling tower-layer v0.3.3
14662026-08-24T22:05:08.052Z Compiling tower-service v0.3.3
14672026-08-24T22:05:08.075Z Compiling radium v0.7.0
14682026-08-24T22:05:08.089Z Compiling want v0.3.1
14692026-08-24T22:05:08.192Z Compiling foreign-types-shared v0.1.1
14702026-08-24T22:05:08.223Z Compiling maybe-uninit v2.0.0
14712026-08-24T22:05:08.272Z Compiling httpdate v1.0.3
14722026-08-24T22:05:08.287Z Compiling openssl v0.10.80
14732026-08-24T22:05:08.301Z Compiling rustls v0.23.41
14742026-08-24T22:05:08.360Z Compiling tap v1.0.1
14752026-08-24T22:05:08.376Z Compiling untrusted v0.9.0
14762026-08-24T22:05:08.419Z Compiling synstructure v0.13.2
14772026-08-24T22:05:08.434Z Compiling aws-lc-sys v0.40.0
14782026-08-24T22:05:08.461Z Compiling openssl-sys v0.9.117
14792026-08-24T22:05:08.474Z Compiling serde_derive_internals v0.29.1
14802026-08-24T22:05:08.490Z Compiling pest_generator v2.8.6
14812026-08-24T22:05:08.494Z Compiling darling_core v0.20.11
14822026-08-24T22:05:08.522Z Compiling regex-automata v0.4.14
14832026-08-24T22:05:08.550Z Compiling wyz v0.5.1
14842026-08-24T22:05:08.553Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-08-24T22:05:08.588Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14862026-08-24T22:05:08.750Z Compiling tempfile v3.27.0
14872026-08-24T22:05:08.850Z Compiling terminal_size v0.4.3
14882026-08-24T22:05:09.007Z Compiling foreign-types v0.3.2
14892026-08-24T22:05:09.021Z Compiling unicode-normalization v0.1.25
14902026-08-24T22:05:09.034Z Compiling num-integer v0.1.46
14912026-08-24T22:05:09.065Z Compiling wait-timeout v0.2.1
14922026-08-24T22:05:09.087Z Compiling ahash v0.8.12
14932026-08-24T22:05:09.092Z Compiling powerfmt v0.2.0
14942026-08-24T22:05:09.142Z Compiling time-core v0.1.8
14952026-08-24T22:05:09.238Z Compiling funty v2.0.0
14962026-08-24T22:05:09.310Z Compiling quick-error v1.2.3
14972026-08-24T22:05:09.322Z Compiling packed_struct v0.10.1
14982026-08-24T22:05:09.326Z Compiling native-tls v0.2.18
14992026-08-24T22:05:09.340Z Compiling num-conv v0.2.0
15002026-08-24T22:05:09.381Z Compiling bit-vec v0.8.0
15012026-08-24T22:05:09.386Z Compiling num-bigint-dig v0.8.6
15022026-08-24T22:05:09.397Z Compiling clap_builder v4.6.0
15032026-08-24T22:05:09.424Z Compiling rusty-fork v0.3.1
15042026-08-24T22:05:09.493Z Compiling num-iter v0.1.45
15052026-08-24T22:05:09.507Z Compiling deranged v0.5.8
15062026-08-24T22:05:09.552Z Compiling time-macros v0.2.27
15072026-08-24T22:05:09.575Z Compiling bit-set v0.8.0
15082026-08-24T22:05:09.634Z Compiling bitvec v1.0.1
15092026-08-24T22:05:09.752Z Compiling lazy_static v1.5.0
15102026-08-24T22:05:09.755Z Compiling rand_xorshift v0.4.0
15112026-08-24T22:05:09.764Z Compiling sync_wrapper v1.0.2
15122026-08-24T22:05:09.776Z Compiling indexmap v1.9.3
15132026-08-24T22:05:09.837Z Compiling zlib-rs v0.6.2
15142026-08-24T22:05:09.849Z Compiling crossbeam-utils v0.8.21
15152026-08-24T22:05:09.897Z Compiling nodrop v0.1.14
15162026-08-24T22:05:09.943Z Compiling unarray v0.1.4
15172026-08-24T22:05:09.994Z Compiling object v0.37.3
15182026-08-24T22:05:10.006Z Compiling crc-catalog v2.4.0
15192026-08-24T22:05:10.068Z Compiling paste v1.0.15
15202026-08-24T22:05:10.108Z Compiling serde_derive v1.0.228
15212026-08-24T22:05:10.120Z Compiling zeroize_derive v1.5.0
15222026-08-24T22:05:10.151Z Compiling zerocopy-derive v0.8.55
15232026-08-24T22:05:10.272Z Compiling zerofrom-derive v0.1.6
15242026-08-24T22:05:10.346Z Compiling yoke-derive v0.8.1
15252026-08-24T22:05:10.506Z Compiling zerovec-derive v0.11.2
15262026-08-24T22:05:10.609Z Compiling displaydoc v0.2.5
15272026-08-24T22:05:10.634Z Compiling tokio-macros v2.7.0
15282026-08-24T22:05:10.785Z Compiling futures-macro v0.3.32
15292026-08-24T22:05:10.800Z Compiling der_derive v0.7.3
15302026-08-24T22:05:11.072Z Compiling thiserror-impl v2.0.18
15312026-08-24T22:05:11.395Z Compiling tracing-attributes v0.1.31
15322026-08-24T22:05:11.405Z Compiling schemars_derive v0.8.22
15332026-08-24T22:05:11.474Z Compiling pest_derive v2.8.6
15342026-08-24T22:05:11.562Z Compiling scroll_derive v0.13.1
15352026-08-24T22:05:11.696Z Compiling futures-util v0.3.32
15362026-08-24T22:05:11.724Z Compiling darling_macro v0.20.11
15372026-08-24T22:05:11.758Z Compiling zerofrom v0.1.6
15382026-08-24T22:05:11.838Z Compiling openssl-macros v0.1.1
15392026-08-24T22:05:11.901Z Compiling yoke v0.8.1
15402026-08-24T22:05:11.953Z Compiling thiserror-impl v1.0.69
15412026-08-24T22:05:12.103Z Compiling zerovec v0.11.5
15422026-08-24T22:05:12.239Z Compiling zerotrie v0.2.3
15432026-08-24T22:05:12.396Z Compiling scroll v0.13.0
15442026-08-24T22:05:12.478Z Compiling darling v0.20.11
15452026-08-24T22:05:12.498Z Compiling thiserror v2.0.18
15462026-08-24T22:05:12.554Z Compiling packed_struct_codegen v0.10.1
15472026-08-24T22:05:12.574Z Compiling tinystr v0.8.2
15482026-08-24T22:05:12.628Z Compiling potential_utf v0.1.4
15492026-08-24T22:05:12.642Z Compiling goblin v0.10.5
15502026-08-24T22:05:12.659Z Compiling clap_derive v4.6.1
15512026-08-24T22:05:12.693Z Compiling zerocopy-derive v0.6.6
15522026-08-24T22:05:12.713Z Compiling bitfield-macros v0.19.4
15532026-08-24T22:05:12.750Z Compiling icu_locale_core v2.1.1
15542026-08-24T22:05:12.796Z Compiling icu_collections v2.1.1
15552026-08-24T22:05:12.810Z Compiling tracing v0.1.44
15562026-08-24T22:05:13.101Z Compiling num_threads v0.1.7
15572026-08-24T22:05:13.116Z Compiling siphasher v1.0.2
15582026-08-24T22:05:13.219Z Compiling usdt-impl v0.6.0
15592026-08-24T22:05:13.271Z Compiling thiserror v1.0.69
15602026-08-24T22:05:13.331Z Compiling time v0.3.47
15612026-08-24T22:05:13.339Z Compiling flate2 v1.1.9
15622026-08-24T22:05:13.391Z Compiling dtrace-parser v0.3.0
15632026-08-24T22:05:13.450Z Compiling icu_provider v2.1.1
15642026-08-24T22:05:13.481Z Compiling bitfield v0.19.4
15652026-08-24T22:05:13.582Z Compiling zerocopy v0.6.6
15662026-08-24T22:05:13.680Z Compiling zeroize v1.9.0
15672026-08-24T22:05:13.695Z Compiling bytes v1.11.1
15682026-08-24T22:05:13.702Z Compiling icu_normalizer v2.1.1
15692026-08-24T22:05:13.744Z Compiling icu_properties v2.1.2
15702026-08-24T22:05:13.770Z Compiling chrono v0.4.45
15712026-08-24T22:05:13.797Z Compiling ipnet v2.12.0
15722026-08-24T22:05:13.939Z Compiling der v0.7.10
15732026-08-24T22:05:14.075Z Compiling rustls-pki-types v1.14.0
15742026-08-24T22:05:14.161Z Compiling hybrid-array v0.4.13
15752026-08-24T22:05:14.254Z Compiling tokio v1.52.1
15762026-08-24T22:05:14.301Z Compiling http v1.4.2
15772026-08-24T22:05:14.317Z Compiling hex v0.4.3
15782026-08-24T22:05:14.492Z Compiling block-buffer v0.10.4
15792026-08-24T22:05:14.506Z Compiling crypto-common v0.1.7
15802026-08-24T22:05:14.538Z Compiling serde_spanned v0.6.9
15812026-08-24T22:05:14.594Z Compiling idna_adapter v1.2.1
15822026-08-24T22:05:14.669Z Compiling ppv-lite86 v0.2.21
15832026-08-24T22:05:14.709Z Compiling digest v0.10.7
15842026-08-24T22:05:14.746Z Compiling toml_datetime v0.6.11
15852026-08-24T22:05:14.752Z Compiling idna v1.1.0
15862026-08-24T22:05:14.858Z Compiling spki v0.7.3
15872026-08-24T22:05:14.895Z Compiling sha2 v0.10.9
15882026-08-24T22:05:14.957Z Compiling rand_chacha v0.9.0
15892026-08-24T22:05:14.957Z Compiling http-body v1.0.1
15902026-08-24T22:05:14.981Z Compiling rand_chacha v0.3.1
15912026-08-24T22:05:15.002Z Compiling signature v2.2.0
15922026-08-24T22:05:15.080Z Compiling url v2.5.8
15932026-08-24T22:05:15.124Z Compiling pkcs8 v0.10.2
15942026-08-24T22:05:15.131Z Compiling hmac v0.12.1
15952026-08-24T22:05:15.134Z Compiling http-body-util v0.1.3
15962026-08-24T22:05:15.199Z Compiling rand v0.9.2
15972026-08-24T22:05:15.213Z Compiling rand v0.8.6
15982026-08-24T22:05:15.311Z Compiling dof v0.4.0
15992026-08-24T22:05:15.334Z Compiling pkcs1 v0.7.5
16002026-08-24T22:05:15.389Z Compiling clap v4.6.1
16012026-08-24T22:05:15.436Z Compiling derive_builder_core v0.20.2
16022026-08-24T22:05:15.629Z Compiling scroll_derive v0.12.1
16032026-08-24T22:05:15.678Z Compiling structmeta-derive v0.3.0
16042026-08-24T22:05:15.737Z Compiling crc v3.4.0
16052026-08-24T22:05:15.767Z Compiling proptest v1.11.0
16062026-08-24T22:05:15.967Z Compiling array-init v0.0.4
16072026-08-24T22:05:15.980Z Compiling smallvec v0.6.14
16082026-08-24T22:05:16.022Z Compiling darling_core v0.23.0
16092026-08-24T22:05:16.206Z Compiling heapless v0.7.17
16102026-08-24T22:05:16.220Z Compiling slog v2.8.2
16112026-08-24T22:05:16.376Z Compiling thread-id v5.1.0
16122026-08-24T22:05:16.381Z Compiling env_filter v2.0.0
16132026-08-24T22:05:16.397Z Compiling ipnetwork v0.21.1
16142026-08-24T22:05:16.432Z Compiling cookie v0.18.1
16152026-08-24T22:05:16.460Z Compiling signal-hook v0.3.18
16162026-08-24T22:05:16.515Z Compiling ryu v1.0.23
16172026-08-24T22:05:16.555Z Compiling base64 v0.21.7
16182026-08-24T22:05:16.636Z Compiling anyhow v1.0.104
16192026-08-24T22:05:16.656Z Compiling iri-string v0.7.10
16202026-08-24T22:05:16.696Z Compiling winnow v0.5.40
16212026-08-24T22:05:16.713Z Compiling zstd-safe v7.2.4
16222026-08-24T22:05:16.728Z Compiling hashbrown v0.12.3
16232026-08-24T22:05:16.776Z Compiling unicode-bidi v0.3.18
16242026-08-24T22:05:16.822Z Compiling allocator-api2 v0.2.21
16252026-08-24T22:05:16.846Z Compiling gimli v0.32.3
16262026-08-24T22:05:16.898Z Compiling unicode-properties v0.1.4
16272026-08-24T22:05:16.914Z Compiling structmeta v0.3.0
16282026-08-24T22:05:16.947Z Compiling ron v0.8.1
16292026-08-24T22:05:16.989Z Compiling rsa v0.9.10
16302026-08-24T22:05:17.122Z Compiling stringprep v0.1.5
16312026-08-24T22:05:17.218Z Compiling serde_urlencoded v0.7.1
16322026-08-24T22:05:17.288Z Compiling oxnet v0.1.6
16332026-08-24T22:05:17.305Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-24T22:05:17.324Z Compiling env_logger v0.11.11
16352026-08-24T22:05:17.602Z Compiling derive_builder_macro v0.20.2
16362026-08-24T22:05:17.616Z Compiling scroll v0.12.0
16372026-08-24T22:05:17.708Z Compiling serde-hex v0.1.0
16382026-08-24T22:05:17.753Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16392026-08-24T22:05:17.956Z Compiling bzip2 v0.4.4
16402026-08-24T22:05:18.114Z Compiling tokio-util v0.7.18
16412026-08-24T22:05:18.158Z Compiling tower v0.5.3
16422026-08-24T22:05:18.158Z Compiling tokio-native-tls v0.3.1
16432026-08-24T22:05:18.187Z Compiling toml_edit v0.19.15
16442026-08-24T22:05:18.356Z Compiling newtype-uuid v1.3.2
16452026-08-24T22:05:18.425Z Compiling hashbrown v0.13.2
16462026-08-24T22:05:18.584Z Compiling darling_macro v0.23.0
16472026-08-24T22:05:18.681Z Compiling tower-http v0.6.8
16482026-08-24T22:05:18.715Z Compiling addr2line v0.25.1
16492026-08-24T22:05:18.756Z Compiling x509-cert v0.2.5
16502026-08-24T22:05:18.837Z Compiling h2 v0.4.15
16512026-08-24T22:05:18.945Z Compiling md-5 v0.10.6
16522026-08-24T22:05:19.085Z Compiling crypto-common v0.2.2
16532026-08-24T22:05:19.102Z Compiling block-padding v0.4.2
16542026-08-24T22:05:19.118Z Compiling block-buffer v0.12.1
16552026-08-24T22:05:19.137Z Compiling rustls-native-certs v0.8.3
16562026-08-24T22:05:19.185Z Compiling serde_tokenstream v0.2.3
16572026-08-24T22:05:19.295Z Compiling erased-serde v0.3.31
16582026-08-24T22:05:19.334Z Compiling camino v1.2.5
16592026-08-24T22:05:19.431Z Compiling bstr v1.12.1
16602026-08-24T22:05:19.473Z Compiling daft-derive v0.1.7
16612026-08-24T22:05:19.512Z Compiling zerocopy-derive v0.7.35
16622026-08-24T22:05:19.732Z Compiling pin-project-internal v1.1.11
16632026-08-24T22:05:19.796Z Compiling async-trait v0.1.89
16642026-08-24T22:05:20.069Z Compiling curve25519-dalek v4.1.3
16652026-08-24T22:05:20.088Z Compiling vergen-lib v9.1.0
16662026-08-24T22:05:20.103Z Compiling hash32 v0.2.1
16672026-08-24T22:05:20.212Z Compiling encoding_rs v0.8.35
16682026-08-24T22:05:20.288Z Compiling memoffset v0.9.1
16692026-08-24T22:05:20.303Z Compiling rustc-demangle v0.1.27
16702026-08-24T22:05:20.390Z Compiling crc-any v2.5.0
16712026-08-24T22:05:20.414Z Compiling psl-types v2.0.11
16722026-08-24T22:05:20.419Z Compiling smoltcp v0.9.1
16732026-08-24T22:05:20.499Z Compiling cfg_aliases v0.2.1
16742026-08-24T22:05:20.557Z Compiling ref-cast v1.0.25
16752026-08-24T22:05:20.584Z Compiling owo-colors v4.3.0
16762026-08-24T22:05:20.636Z Compiling fallible-iterator v0.2.0
16772026-08-24T22:05:20.724Z Compiling mime v0.3.17
16782026-08-24T22:05:20.739Z Compiling rustix v0.38.44
16792026-08-24T22:05:20.803Z Compiling litrs v1.0.0
16802026-08-24T22:05:20.835Z Compiling nix v0.31.2
16812026-08-24T22:05:20.855Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16822026-08-24T22:05:20.873Z Compiling backtrace v0.3.76
16832026-08-24T22:05:20.899Z Compiling pin-project v1.1.11
16842026-08-24T22:05:20.945Z Compiling postgres-protocol v0.6.10
16852026-08-24T22:05:20.983Z Compiling publicsuffix v2.3.0
16862026-08-24T22:05:21.016Z Compiling zerocopy v0.7.35
16872026-08-24T22:05:21.136Z Compiling daft v0.1.7
16882026-08-24T22:05:21.214Z Compiling toml v0.7.8
16892026-08-24T22:05:21.230Z Compiling inout v0.2.2
16902026-08-24T22:05:21.390Z Compiling document-features v0.2.12
16912026-08-24T22:05:21.453Z Compiling darling v0.23.0
16922026-08-24T22:05:21.527Z Compiling object v0.30.4
16932026-08-24T22:05:21.576Z Compiling zip v0.6.6
16942026-08-24T22:05:21.576Z Compiling derive_builder v0.20.2
16952026-08-24T22:05:21.576Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16962026-08-24T22:05:21.625Z Compiling goblin v0.8.2
16972026-08-24T22:05:21.867Z Compiling derive-ex v0.1.8
16982026-08-24T22:05:21.887Z Compiling futures-executor v0.3.32
16992026-08-24T22:05:21.903Z Compiling phf_shared v0.13.1
17002026-08-24T22:05:21.993Z Compiling hyper v1.10.1
17012026-08-24T22:05:22.010Z Compiling hubpack_derive v0.1.1
17022026-08-24T22:05:22.014Z Compiling regex v1.12.3
17032026-08-24T22:05:22.107Z Compiling snafu-derive v0.8.9
17042026-08-24T22:05:22.129Z Compiling ref-cast-impl v1.0.25
17052026-08-24T22:05:22.132Z Compiling curve25519-dalek-derive v0.1.1
17062026-08-24T22:05:22.164Z Compiling strum_macros v0.27.2
17072026-08-24T22:05:22.183Z Compiling vergen v9.1.0
17082026-08-24T22:05:22.195Z Compiling cargo-platform v0.3.2
17092026-08-24T22:05:22.385Z Compiling ff v0.13.1
17102026-08-24T22:05:22.482Z Compiling fs-err v3.3.0
17112026-08-24T22:05:22.486Z Compiling bitflags v1.3.2
17122026-08-24T22:05:22.512Z Compiling bumpalo v3.20.2
17132026-08-24T22:05:22.542Z Compiling jiff-core v0.1.0
17142026-08-24T22:05:22.584Z Compiling is_ci v1.2.0
17152026-08-24T22:05:22.699Z Compiling foldhash v0.1.5
17162026-08-24T22:05:22.722Z Compiling foldhash v0.2.0
17172026-08-24T22:05:22.742Z Compiling path-slash v0.1.5
17182026-08-24T22:05:22.781Z Compiling same-file v1.0.6
17192026-08-24T22:05:22.818Z Compiling either v1.15.0
17202026-08-24T22:05:22.885Z Compiling unicode-segmentation v1.12.0
17212026-08-24T22:05:22.885Z Compiling managed v0.8.0
17222026-08-24T22:05:22.966Z Compiling libbz2-rs-sys v0.2.2
17232026-08-24T22:05:23.031Z Compiling base16ct v0.2.0
17242026-08-24T22:05:23.051Z Compiling textwrap v0.16.2
17252026-08-24T22:05:23.067Z Compiling walkdir v2.5.0
17262026-08-24T22:05:23.136Z Compiling hyper-util v0.1.20
17272026-08-24T22:05:23.175Z Compiling sec1 v0.7.3
17282026-08-24T22:05:23.300Z Compiling jiff v0.2.34
17292026-08-24T22:05:23.390Z Compiling bzip2 v0.6.1
17302026-08-24T22:05:23.528Z Compiling hashbrown v0.16.1
17312026-08-24T22:05:23.595Z Compiling test-strategy v0.4.5
17322026-08-24T22:05:23.611Z Compiling hashbrown v0.15.5
17332026-08-24T22:05:23.667Z Compiling zopfli v0.8.3
17342026-08-24T22:05:23.869Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17352026-08-24T22:05:24.118Z Compiling snafu v0.8.9
17362026-08-24T22:05:24.181Z Compiling dof v0.3.0
17372026-08-24T22:05:24.208Z Compiling supports-color v3.0.2
17382026-08-24T22:05:24.208Z Compiling strum v0.27.2
17392026-08-24T22:05:24.363Z Compiling hubpack v0.1.2
17402026-08-24T22:05:24.363Z Compiling group v0.13.0
17412026-08-24T22:05:24.375Z Compiling cargo_metadata v0.23.1
17422026-08-24T22:05:24.390Z Compiling phf v0.13.1
17432026-08-24T22:05:24.416Z Compiling futures v0.3.32
17442026-08-24T22:05:24.454Z Compiling cookie_store v0.22.1
17452026-08-24T22:05:24.525Z Compiling hyper-tls v0.6.0
17462026-08-24T22:05:24.542Z Compiling signal-hook-mio v0.2.5
17472026-08-24T22:05:24.563Z Compiling zstd v0.13.3
17482026-08-24T22:05:24.677Z Compiling serde_with_macros v3.21.0
17492026-08-24T22:05:24.779Z Compiling reqwest v0.12.28
17502026-08-24T22:05:24.845Z Compiling cipher v0.5.2
17512026-08-24T22:05:24.885Z Compiling postgres-types v0.2.12
17522026-08-24T22:05:24.889Z Compiling backtrace-ext v0.2.1
17532026-08-24T22:05:25.124Z Compiling globset v0.4.18
17542026-08-24T22:05:25.170Z Compiling usdt-macro v0.6.0
17552026-08-24T22:05:25.181Z Compiling usdt-attr-macro v0.6.0
17562026-08-24T22:05:25.197Z Compiling byte-wrapper v0.1.0
17572026-08-24T22:05:25.311Z Compiling ed25519 v2.2.3
17582026-08-24T22:05:25.458Z Compiling hkdf v0.12.4
17592026-08-24T22:05:25.549Z Compiling crypto-bigint v0.5.5
17602026-08-24T22:05:25.648Z Compiling serde-big-array v0.5.1
17612026-08-24T22:05:25.741Z Compiling olpc-cjson v0.1.4
17622026-08-24T22:05:25.816Z Compiling serde_plain v1.0.2
17632026-08-24T22:05:25.834Z Compiling dtrace-parser v0.2.0
17642026-08-24T22:05:25.857Z Compiling phf_shared v0.11.3
17652026-08-24T22:05:25.865Z Compiling strum_macros v0.26.4
17662026-08-24T22:05:25.916Z Compiling serde_repr v0.1.20
17672026-08-24T22:05:25.978Z Compiling miette-derive v7.6.0
17682026-08-24T22:05:26.036Z Compiling async-recursion v1.1.1
17692026-08-24T22:05:26.055Z Compiling enum-as-inner v0.6.1
17702026-08-24T22:05:26.065Z Compiling float-cmp v0.10.0
17712026-08-24T22:05:26.069Z Compiling pem v3.0.6
17722026-08-24T22:05:26.208Z Compiling thread-id v4.2.2
17732026-08-24T22:05:26.232Z Compiling memmap2 v0.9.10
17742026-08-24T22:05:26.349Z Compiling predicates-core v1.0.10
17752026-08-24T22:05:26.462Z Compiling normalize-line-endings v0.3.0
17762026-08-24T22:05:26.493Z Compiling supports-hyperlinks v3.2.0
17772026-08-24T22:05:26.507Z Compiling difflib v0.4.0
17782026-08-24T22:05:26.543Z Compiling cpufeatures v0.3.0
17792026-08-24T22:05:26.573Z Compiling precomputed-hash v0.1.1
17802026-08-24T22:05:26.598Z Compiling fixedbitset v0.5.7
17812026-08-24T22:05:26.642Z Compiling const-oid v0.10.2
17822026-08-24T22:05:26.659Z Compiling supports-unicode v3.0.0
17832026-08-24T22:05:26.659Z Compiling new_debug_unreachable v1.0.6
17842026-08-24T22:05:26.679Z Compiling typed-path v0.9.3
17852026-08-24T22:05:26.685Z Compiling fixedbitset v0.4.2
17862026-08-24T22:05:26.752Z Compiling static_assertions v1.1.0
17872026-08-24T22:05:26.764Z Compiling winnow v1.0.3
17882026-08-24T22:05:26.813Z Compiling whoami v2.1.0
17892026-08-24T22:05:26.833Z Compiling data-encoding v2.10.0
17902026-08-24T22:05:26.860Z Compiling keccak v0.1.6
17912026-08-24T22:05:26.885Z Compiling toml_edit v0.22.27
17922026-08-24T22:05:26.917Z Compiling petgraph v0.6.5
17932026-08-24T22:05:26.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-24T22:05:27.007Z Compiling petgraph v0.8.3
17952026-08-24T22:05:27.092Z Compiling sha3 v0.10.8
17962026-08-24T22:05:27.201Z Compiling miette v7.6.0
17972026-08-24T22:05:27.227Z Compiling hickory-proto v0.25.2
17982026-08-24T22:05:27.550Z Compiling tokio-postgres v0.7.16
17992026-08-24T22:05:27.575Z Compiling digest v0.11.3
18002026-08-24T22:05:27.627Z Compiling predicates v3.1.4
18012026-08-24T22:05:27.698Z Compiling strum v0.26.3
18022026-08-24T22:05:27.757Z Compiling toml_parser v1.1.2+spec-1.1.0
18032026-08-24T22:05:27.855Z Compiling string_cache v0.8.9
18042026-08-24T22:05:27.892Z Compiling chacha20 v0.10.0
18052026-08-24T22:05:27.906Z Compiling elliptic-curve v0.13.8
18062026-08-24T22:05:27.934Z Compiling usdt v0.6.0
18072026-08-24T22:05:28.073Z Compiling usdt-impl v0.5.0
18082026-08-24T22:05:28.235Z Compiling serde_with v3.21.0
18092026-08-24T22:05:28.249Z Compiling crossterm v0.28.1
18102026-08-24T22:05:28.303Z Compiling ed25519-dalek v2.2.0
18112026-08-24T22:05:28.325Z Compiling zip v4.6.1
18122026-08-24T22:05:28.379Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18132026-08-24T22:05:28.593Z Compiling iddqd v0.4.2
18142026-08-24T22:05:28.816Z Compiling similar v2.7.0
18152026-08-24T22:05:28.834Z Compiling heck v0.4.1
18162026-08-24T22:05:29.026Z Compiling itertools v0.13.0
18172026-08-24T22:05:29.102Z Compiling itertools v0.15.0
18182026-08-24T22:05:29.113Z Compiling tokio-stream v0.1.18
18192026-08-24T22:05:29.287Z Compiling crossbeam-epoch v0.9.18
18202026-08-24T22:05:29.555Z Compiling buf-list v1.1.2
18212026-08-24T22:05:29.581Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18222026-08-24T22:05:29.616Z Compiling openapiv3 v2.2.0
18232026-08-24T22:05:29.688Z Compiling lalrpop-util v0.19.12
18242026-08-24T22:05:29.703Z Compiling peg-runtime v0.8.5
18252026-08-24T22:05:29.792Z Compiling thread_local v1.1.9
18262026-08-24T22:05:29.803Z Compiling slog-async v2.8.0
18272026-08-24T22:05:29.848Z Compiling crossbeam-channel v0.5.15
18282026-08-24T22:05:29.874Z Compiling filetime v0.2.27
18292026-08-24T22:05:29.897Z Compiling is-terminal v0.4.17
18302026-08-24T22:05:29.910Z Compiling xattr v1.6.1
18312026-08-24T22:05:29.935Z Compiling take_mut v0.2.2
18322026-08-24T22:05:30.003Z Compiling term v1.2.1
18332026-08-24T22:05:30.025Z Compiling camino-tempfile v1.4.1
18342026-08-24T22:05:30.046Z Compiling tar v0.4.46
18352026-08-24T22:05:30.275Z Compiling slog-term v2.9.2
18362026-08-24T22:05:47.366Z Compiling rustls-webpki v0.103.13
18372026-08-24T22:05:50.030Z Compiling tokio-rustls v0.26.4
18382026-08-24T22:05:50.030Z Compiling rustls-platform-verifier v0.6.2
18392026-08-24T22:05:50.033Z Compiling tough v0.22.0
18402026-08-24T22:05:50.239Z Compiling hyper-rustls v0.27.7
18412026-08-24T22:05:50.429Z Compiling reqwest v0.13.2
18422026-08-24T22:05:52.596Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18432026-08-24T22:05:52.826Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18442026-08-24T22:05:55.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.00s
18452026-08-24T22:05:55.822Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18462026-08-24T22:05:55.881ZAug 24 22:05:55.174 INFO Starting download, target: Clickhouse
18472026-08-24T22:05:55.882ZAug 24 22:05:55.175 INFO Starting download, target: Cockroach
18482026-08-24T22:05:55.882ZAug 24 22:05:55.175 INFO Starting download, target: Console
18492026-08-24T22:05:55.882ZAug 24 22:05:55.175 INFO Starting download, target: DendriteStub
18502026-08-24T22:05:55.892ZAug 24 22:05:55.175 INFO Starting download, target: MaghemiteMgd
18512026-08-24T22:05:55.892ZAug 24 22:05:55.175 INFO Starting download, target: MaghemiteDdmd
18522026-08-24T22:05:55.893ZAug 24 22:05:55.175 INFO Starting download, target: TransceiverControl
18532026-08-24T22:05:55.893ZAug 24 22:05:55.175 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18542026-08-24T22:05:55.893ZAug 24 22:05:55.175 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18552026-08-24T22:05:55.893ZAug 24 22:05:55.175 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18562026-08-24T22:05:55.893ZAug 24 22:05:55.175 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18572026-08-24T22:05:55.893ZAug 24 22:05:55.175 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18582026-08-24T22:05:55.893ZAug 24 22:05:55.175 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18592026-08-24T22:05:55.893ZAug 24 22:05:55.175 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18602026-08-24T22:05:56.832ZAug 24 22:05:56.096 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18612026-08-24T22:05:57.040ZAug 24 22:05:56.332 INFO Download complete, target: TransceiverControl
18622026-08-24T22:05:57.669ZAug 24 22:05:56.945 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18632026-08-24T22:05:57.943ZAug 24 22:05:57.224 INFO Download complete, target: Console
18642026-08-24T22:05:58.279ZAug 24 22:05:57.555 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18652026-08-24T22:06:00.378ZAug 24 22:05:59.676 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18662026-08-24T22:06:00.854ZAug 24 22:06:00.148 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18672026-08-24T22:06:01.078ZAug 24 22:06:00.373 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18682026-08-24T22:06:01.532ZAug 24 22:06:00.830 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18692026-08-24T22:06:01.532ZAug 24 22:06:00.830 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18702026-08-24T22:06:02.319ZAug 24 22:06:01.617 INFO Download complete, target: MaghemiteDdmd
18712026-08-24T22:06:03.521ZAug 24 22:06:02.820 INFO Download complete, target: DendriteStub
18722026-08-24T22:06:03.771ZAug 24 22:06:03.068 INFO Download complete, target: MaghemiteMgd
18732026-08-24T22:06:05.166ZAug 24 22:06:04.464 INFO Checking that binary works, target: Clickhouse
18742026-08-24T22:06:05.259ZAug 24 22:06:04.557 INFO Download complete, target: Clickhouse
18752026-08-24T22:06:06.258ZAug 24 22:06:05.557 INFO Checking that binary works, target: Cockroach
18762026-08-24T22:06:06.379ZAug 24 22:06:05.678 INFO Download complete, target: Cockroach
18772026-08-24T22:06:06.385ZAll prerequisites installed successfully
18782026-08-24T22:06:06.388Z
18792026-08-24T22:06:06.388Zreal 1:54.212005285
18802026-08-24T22:06:06.388Zuser 7:12.574373325
18812026-08-24T22:06:06.388Zsys 1:41.539674504
18822026-08-24T22:06:06.388Ztrap 0.257603128
18832026-08-24T22:06:06.388Ztflt 0.948121942
18842026-08-24T22:06:06.388Zdflt 1.921757917
18852026-08-24T22:06:06.388Zkflt 0.025904165
18862026-08-24T22:06:06.388Zlock 26:58.807554452
18872026-08-24T22:06:06.388Zslp 20:13.193358903
18882026-08-24T22:06:06.388Zlat 24.521563176
18892026-08-24T22:06:06.388Zstop 2:54.946937399
18902026-08-24T22:06:06.389Z+ source ./tools/include/force-git-over-https.sh
18912026-08-24T22:06:06.389Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18922026-08-24T22:06:06.389Z++ (( i = 0 ))
18932026-08-24T22:06:06.389Z++ (( i < 5 ))
18942026-08-24T22:06:06.389Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18952026-08-24T22:06:06.392Z++ (( i++ ))
18962026-08-24T22:06:06.392Z++ (( i < 5 ))
18972026-08-24T22:06:06.392Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18982026-08-24T22:06:06.395Z++ (( i++ ))
18992026-08-24T22:06:06.396Z++ (( i < 5 ))
19002026-08-24T22:06:06.396Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19012026-08-24T22:06:06.396Z++ (( i++ ))
19022026-08-24T22:06:06.396Z++ (( i < 5 ))
19032026-08-24T22:06:06.396Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19042026-08-24T22:06:06.399Z++ (( i++ ))
19052026-08-24T22:06:06.399Z++ (( i < 5 ))
19062026-08-24T22:06:06.399Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19072026-08-24T22:06:06.402Z++ (( i++ ))
19082026-08-24T22:06:06.402Z++ (( i < 5 ))
19092026-08-24T22:06:06.402Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19102026-08-24T22:06:06.402Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19112026-08-24T22:06:06.402Z+ rc=0
19122026-08-24T22:06:06.402Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19132026-08-24T22:06:17.699Z+ case $rc in
19142026-08-24T22:06:17.699Z+ pfexec zfs create -p rpool/images/build/host
19152026-08-24T22:06:17.837Z+ pfexec zfs create -p rpool/images/build/recovery
19162026-08-24T22:06:17.910Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19172026-08-24T22:06:18.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19182026-08-24T22:06:18.376Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19192026-08-24T22:06:19.216Z Compiling proc-macro2 v1.0.106
19202026-08-24T22:06:19.216Z Compiling quote v1.0.45
19212026-08-24T22:06:19.219Z Compiling unicode-ident v1.0.24
19222026-08-24T22:06:19.219Z Compiling serde_core v1.0.228
19232026-08-24T22:06:19.219Z Compiling libc v0.2.185
19242026-08-24T22:06:19.219Z Compiling serde v1.0.228
19252026-08-24T22:06:19.219Z Compiling cfg-if v1.0.4
19262026-08-24T22:06:19.219Z Compiling find-msvc-tools v0.1.9
19272026-08-24T22:06:19.219Z Compiling shlex v1.3.0
19282026-08-24T22:06:19.219Z Compiling autocfg v1.5.0
19292026-08-24T22:06:19.365Z Compiling version_check v0.9.5
19302026-08-24T22:06:19.373Z Compiling zerocopy v0.8.55
19312026-08-24T22:06:19.376Z Compiling portable-atomic v1.13.1
19322026-08-24T22:06:19.376Z Compiling memchr v2.8.0
19332026-08-24T22:06:19.376Z Compiling zmij v1.0.21
19342026-08-24T22:06:19.572Z Compiling serde_json v1.0.151
19352026-08-24T22:06:19.721Z Compiling libm v0.2.16
19362026-08-24T22:06:19.733Z Compiling getrandom v0.3.4
19372026-08-24T22:06:19.821Z Compiling parking_lot_core v0.9.12
19382026-08-24T22:06:19.834Z Compiling pkg-config v0.3.32
19392026-08-24T22:06:19.837Z Compiling generic-array v0.14.7
19402026-08-24T22:06:19.882Z Compiling icu_properties_data v2.1.2
19412026-08-24T22:06:19.896Z Compiling icu_normalizer_data v2.1.1
19422026-08-24T22:06:19.899Z Compiling num-traits v0.2.19
19432026-08-24T22:06:19.958Z Compiling smallvec v1.15.1
19442026-08-24T22:06:20.092Z Compiling rustix v1.1.4
19452026-08-24T22:06:20.096Z Compiling log v0.4.33
19462026-08-24T22:06:20.121Z Compiling getrandom v0.4.3
19472026-08-24T22:06:20.124Z Compiling itoa v1.0.17
19482026-08-24T22:06:20.166Z Compiling subtle v2.6.1
19492026-08-24T22:06:20.265Z Compiling scopeguard v1.2.0
19502026-08-24T22:06:20.347Z Compiling jobserver v0.1.34
19512026-08-24T22:06:20.365Z Compiling errno v0.3.14
19522026-08-24T22:06:20.380Z Compiling stable_deref_trait v1.2.1
19532026-08-24T22:06:20.383Z Compiling lock_api v0.4.14
19542026-08-24T22:06:20.431Z Compiling typenum v1.20.1
19552026-08-24T22:06:20.491Z Compiling heck v0.5.0
19562026-08-24T22:06:20.495Z Compiling critical-section v1.2.0
19572026-08-24T22:06:20.568Z Compiling cc v1.2.56
19582026-08-24T22:06:20.571Z Compiling thiserror v2.0.18
19592026-08-24T22:06:20.631Z Compiling syn v2.0.117
19602026-08-24T22:06:20.745Z Compiling getrandom v0.2.17
19612026-08-24T22:06:20.824Z Compiling dunce v1.0.5
19622026-08-24T22:06:20.838Z Compiling fs_extra v1.3.0
19632026-08-24T22:06:20.908Z Compiling rand_core v0.6.4
19642026-08-24T22:06:20.966Z Compiling litemap v0.8.1
19652026-08-24T22:06:20.996Z Compiling percent-encoding v2.3.2
19662026-08-24T22:06:21.013Z Compiling once_cell v1.21.3
19672026-08-24T22:06:21.047Z Compiling writeable v0.6.2
19682026-08-24T22:06:21.154Z Compiling const-oid v0.9.6
19692026-08-24T22:06:21.282Z Compiling cmake v0.1.57
19702026-08-24T22:06:21.305Z Compiling schemars v0.8.22
19712026-08-24T22:06:21.350Z Compiling pin-project-lite v0.2.17
19722026-08-24T22:06:21.459Z Compiling equivalent v1.0.2
19732026-08-24T22:06:21.475Z Compiling signal-hook-registry v1.4.8
19742026-08-24T22:06:21.551Z Compiling bitflags v2.11.0
19752026-08-24T22:06:21.566Z Compiling semver v1.0.28
19762026-08-24T22:06:21.786Z Compiling futures-core v0.3.32
19772026-08-24T22:06:21.854Z Compiling aws-lc-sys v0.40.0
19782026-08-24T22:06:21.870Z Compiling rand_core v0.10.0
19792026-08-24T22:06:21.874Z Compiling aws-lc-rs v1.16.3
19802026-08-24T22:06:21.900Z Compiling rustversion v1.0.22
19812026-08-24T22:06:21.932Z Compiling parking_lot v0.12.5
19822026-08-24T22:06:21.967Z Compiling mio v1.2.0
19832026-08-24T22:06:22.158Z Compiling crc32fast v1.5.0
19842026-08-24T22:06:22.189Z Compiling utf8_iter v1.0.4
19852026-08-24T22:06:22.286Z Compiling form_urlencoded v1.2.2
19862026-08-24T22:06:22.354Z Compiling byteorder v1.5.0
19872026-08-24T22:06:22.433Z Compiling strsim v0.11.1
19882026-08-24T22:06:22.465Z Compiling hashbrown v0.17.0
19892026-08-24T22:06:22.568Z Compiling vcpkg v0.2.15
19902026-08-24T22:06:22.586Z Compiling syn v1.0.109
19912026-08-24T22:06:22.604Z Compiling fnv v1.0.7
19922026-08-24T22:06:22.742Z Compiling socket2 v0.6.3
19932026-08-24T22:06:22.913Z Compiling httparse v1.10.1
19942026-08-24T22:06:22.947Z Compiling radium v0.7.0
19952026-08-24T22:06:22.950Z Compiling futures-sink v0.3.32
19962026-08-24T22:06:23.076Z Compiling futures-channel v0.3.32
19972026-08-24T22:06:23.117Z Compiling futures-task v0.3.32
19982026-08-24T22:06:23.142Z Compiling indexmap v2.14.0
19992026-08-24T22:06:23.220Z Compiling slab v0.4.12
20002026-08-24T22:06:23.247Z Compiling iana-time-zone v0.1.65
20012026-08-24T22:06:23.250Z Compiling openssl-sys v0.9.117
20022026-08-24T22:06:23.259Z Compiling futures-io v0.3.32
20032026-08-24T22:06:23.292Z Compiling thiserror v1.0.69
20042026-08-24T22:06:23.358Z Compiling base64 v0.22.1
20052026-08-24T22:06:23.373Z Compiling rustls v0.23.41
20062026-08-24T22:06:23.461Z Compiling synstructure v0.13.2
20072026-08-24T22:06:23.477Z Compiling serde_derive_internals v0.29.1
20082026-08-24T22:06:23.551Z Compiling maybe-uninit v2.0.0
20092026-08-24T22:06:23.605Z Compiling rustc_version v0.4.1
20102026-08-24T22:06:23.891Z Compiling uuid v1.23.4
20112026-08-24T22:06:23.928Z Compiling bzip2-sys v0.1.13+1.0.8
20122026-08-24T22:06:23.931Z Compiling ahash v0.8.12
20132026-08-24T22:06:23.931Z Compiling ident_case v1.0.1
20142026-08-24T22:06:24.002Z Compiling num-bigint-dig v0.8.6
20152026-08-24T22:06:24.019Z Compiling packed_struct v0.10.1
20162026-08-24T22:06:24.044Z Compiling regex-syntax v0.8.10
20172026-08-24T22:06:24.064Z Compiling base64ct v1.8.3
20182026-08-24T22:06:24.064Z Compiling ucd-trie v0.1.7
20192026-08-24T22:06:24.137Z Compiling rand_core v0.9.5
20202026-08-24T22:06:24.252Z Compiling pest v2.8.6
20212026-08-24T22:06:24.270Z Compiling flagset v0.4.7
20222026-08-24T22:06:24.279Z Compiling fastrand v2.3.0
20232026-08-24T22:06:24.316Z Compiling dyn-clone v1.0.20
20242026-08-24T22:06:24.350Z Compiling openssl v0.10.80
20252026-08-24T22:06:24.421Z Compiling pem-rfc7468 v0.7.0
20262026-08-24T22:06:24.475Z Compiling indexmap v1.9.3
20272026-08-24T22:06:24.521Z Compiling tempfile v3.27.0
20282026-08-24T22:06:24.550Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20292026-08-24T22:06:24.630Z Compiling paste v1.0.15
20302026-08-24T22:06:24.686Z Compiling simd-adler32 v0.3.8
20312026-08-24T22:06:24.739Z Compiling serde_derive v1.0.228
20322026-08-24T22:06:24.770Z Compiling zeroize_derive v1.5.0
20332026-08-24T22:06:24.800Z Compiling zerocopy-derive v0.8.55
20342026-08-24T22:06:24.860Z Compiling zerofrom-derive v0.1.6
20352026-08-24T22:06:24.878Z Compiling yoke-derive v0.8.1
20362026-08-24T22:06:24.917Z Compiling zerovec-derive v0.11.2
20372026-08-24T22:06:24.967Z Compiling displaydoc v0.2.5
20382026-08-24T22:06:25.028Z Compiling tokio-macros v2.7.0
20392026-08-24T22:06:25.140Z Compiling futures-macro v0.3.32
20402026-08-24T22:06:25.288Z Compiling thiserror-impl v2.0.18
20412026-08-24T22:06:25.327Z Compiling der_derive v0.7.3
20422026-08-24T22:06:25.390Z Compiling schemars_derive v0.8.22
20432026-08-24T22:06:25.596Z Compiling tracing-attributes v0.1.31
20442026-08-24T22:06:25.694Z Compiling thiserror-impl v1.0.69
20452026-08-24T22:06:25.731Z Compiling clap_derive v4.6.1
20462026-08-24T22:06:25.881Z Compiling pest_meta v2.8.6
20472026-08-24T22:06:25.977Z Compiling futures-util v0.3.32
20482026-08-24T22:06:25.997Z Compiling zerofrom v0.1.6
20492026-08-24T22:06:26.150Z Compiling yoke v0.8.1
20502026-08-24T22:06:26.372Z Compiling zerovec v0.11.5
20512026-08-24T22:06:26.410Z Compiling zerotrie v0.2.3
20522026-08-24T22:06:26.811Z Compiling packed_struct_codegen v0.10.1
20532026-08-24T22:06:26.815Z Compiling bitfield-macros v0.19.4
20542026-08-24T22:06:26.877Z Compiling zerocopy-derive v0.6.6
20552026-08-24T22:06:26.925Z Compiling tinystr v0.8.2
20562026-08-24T22:06:26.943Z Compiling potential_utf v0.1.4
20572026-08-24T22:06:27.130Z Compiling icu_locale_core v2.1.1
20582026-08-24T22:06:27.158Z Compiling icu_collections v2.1.1
20592026-08-24T22:06:27.338Z Compiling pest_generator v2.8.6
20602026-08-24T22:06:27.637Z Compiling openssl-macros v0.1.1
20612026-08-24T22:06:27.665Z Compiling cpufeatures v0.2.17
20622026-08-24T22:06:27.681Z Compiling native-tls v0.2.18
20632026-08-24T22:06:27.773Z Compiling icu_provider v2.1.1
20642026-08-24T22:06:27.808Z Compiling scroll_derive v0.13.1
20652026-08-24T22:06:27.980Z Compiling zeroize v1.9.0
20662026-08-24T22:06:27.998Z Compiling bytes v1.11.1
20672026-08-24T22:06:28.016Z Compiling chrono v0.4.45
20682026-08-24T22:06:28.131Z Compiling icu_properties v2.1.2
20692026-08-24T22:06:28.155Z Compiling icu_normalizer v2.1.1
20702026-08-24T22:06:28.658Z Compiling tokio v1.52.1
20712026-08-24T22:06:28.748Z Compiling der v0.7.10
20722026-08-24T22:06:28.764Z Compiling hex v0.4.3
20732026-08-24T22:06:28.851Z Compiling block-buffer v0.10.4
20742026-08-24T22:06:28.882Z Compiling crypto-common v0.1.7
20752026-08-24T22:06:29.036Z Compiling digest v0.10.7
20762026-08-24T22:06:29.052Z Compiling idna_adapter v1.2.1
20772026-08-24T22:06:29.304Z Compiling idna v1.1.0
20782026-08-24T22:06:29.323Z Compiling ppv-lite86 v0.2.21
20792026-08-24T22:06:29.594Z Compiling pest_derive v2.8.6
20802026-08-24T22:06:29.626Z Compiling url v2.5.8
20812026-08-24T22:06:29.782Z Compiling spki v0.7.3
20822026-08-24T22:06:29.835Z Compiling rand_chacha v0.9.0
20832026-08-24T22:06:30.092Z Compiling rand v0.9.2
20842026-08-24T22:06:30.114Z Compiling camino v1.2.5
20852026-08-24T22:06:30.155Z Compiling crossbeam-utils v0.8.21
20862026-08-24T22:06:30.184Z Compiling utf8parse v0.2.2
20872026-08-24T22:06:30.330Z Compiling anstyle v1.0.14
20882026-08-24T22:06:30.426Z Compiling adler2 v2.0.1
20892026-08-24T22:06:30.456Z Compiling anstyle-parse v1.0.0
20902026-08-24T22:06:30.476Z Compiling pkcs8 v0.10.2
20912026-08-24T22:06:30.611Z Compiling miniz_oxide v0.8.9
20922026-08-24T22:06:30.633Z Compiling sha2 v0.10.9
20932026-08-24T22:06:30.711Z Compiling http v1.4.2
20942026-08-24T22:06:30.813Z Compiling rustls-pki-types v1.14.0
20952026-08-24T22:06:30.985Z Compiling daft-derive v0.1.7
20962026-08-24T22:06:31.271Z Compiling terminal_size v0.4.3
20972026-08-24T22:06:31.432Z Compiling spin v0.9.8
20982026-08-24T22:06:31.463Z Compiling is_terminal_polyfill v1.70.2
20992026-08-24T22:06:31.489Z Compiling colorchoice v1.0.4
21002026-08-24T22:06:31.592Z Compiling time-core v0.1.8
21012026-08-24T22:06:31.609Z Compiling tinyvec_macros v0.1.1
21022026-08-24T22:06:31.613Z Compiling num-conv v0.2.0
21032026-08-24T22:06:31.641Z Compiling anstyle-query v1.1.5
21042026-08-24T22:06:31.700Z Compiling tinyvec v1.10.0
21052026-08-24T22:06:31.739Z Compiling anstream v1.0.0
21062026-08-24T22:06:31.772Z Compiling time-macros v0.2.27
21072026-08-24T22:06:31.772Z Compiling async-trait v0.1.89
21082026-08-24T22:06:31.786Z Compiling structmeta-derive v0.3.0
21092026-08-24T22:06:31.953Z Compiling tracing-core v0.1.36
21102026-08-24T22:06:32.033Z Compiling object v0.37.3
21112026-08-24T22:06:32.186Z Compiling plain v0.2.3
21122026-08-24T22:06:32.262Z Compiling cmov v0.5.4
21132026-08-24T22:06:32.312Z Compiling untrusted v0.7.1
21142026-08-24T22:06:32.327Z Compiling tracing v0.1.44
21152026-08-24T22:06:32.461Z Compiling tokio-util v0.7.18
21162026-08-24T22:06:32.477Z Compiling ctutils v0.4.2
21172026-08-24T22:06:32.508Z Compiling http-body v1.0.1
21182026-08-24T22:06:32.699Z Compiling toml_datetime v0.6.11
21192026-08-24T22:06:32.755Z Compiling serde_spanned v0.6.9
21202026-08-24T22:06:32.780Z Compiling pin-project-internal v1.1.11
21212026-08-24T22:06:32.814Z Compiling structmeta v0.3.0
21222026-08-24T22:06:32.914Z Compiling slog v2.8.2
21232026-08-24T22:06:33.053Z Compiling wait-timeout v0.2.1
21242026-08-24T22:06:33.076Z Compiling cookie v0.18.1
21252026-08-24T22:06:33.093Z Compiling tap v1.0.1
21262026-08-24T22:06:33.140Z Compiling clap_lex v1.0.0
21272026-08-24T22:06:33.144Z Compiling openssl-probe v0.2.1
21282026-08-24T22:06:33.231Z Compiling untrusted v0.9.0
21292026-08-24T22:06:33.335Z Compiling bit-vec v0.8.0
21302026-08-24T22:06:33.382Z Compiling zstd-safe v7.2.4
21312026-08-24T22:06:33.492Z Compiling quick-error v1.2.3
21322026-08-24T22:06:33.529Z Compiling clap_builder v4.6.0
21332026-08-24T22:06:33.592Z Compiling rusty-fork v0.3.1
21342026-08-24T22:06:33.610Z Compiling bit-set v0.8.0
21352026-08-24T22:06:33.662Z Compiling wyz v0.5.1
21362026-08-24T22:06:33.820Z Compiling derive-ex v0.1.8
21372026-08-24T22:06:33.896Z Compiling hybrid-array v0.4.13
21382026-08-24T22:06:33.905Z Compiling unicode-normalization v0.1.25
21392026-08-24T22:06:33.930Z Compiling rand_chacha v0.3.1
21402026-08-24T22:06:34.062Z Compiling signature v2.2.0
21412026-08-24T22:06:34.171Z Compiling scroll_derive v0.12.1
21422026-08-24T22:06:34.261Z Compiling rand_xorshift v0.4.0
21432026-08-24T22:06:34.277Z Compiling heapless v0.7.17
21442026-08-24T22:06:34.454Z Compiling num-integer v0.1.46
21452026-08-24T22:06:34.474Z Compiling aho-corasick v1.1.4
21462026-08-24T22:06:34.552Z Compiling unarray v0.1.4
21472026-08-24T22:06:34.590Z Compiling atomic-waker v1.1.2
21482026-08-24T22:06:34.594Z Compiling usdt-impl v0.6.0
21492026-08-24T22:06:34.696Z Compiling try-lock v0.2.5
21502026-08-24T22:06:34.757Z Compiling rustix v0.38.44
21512026-08-24T22:06:34.832Z Compiling tower-service v0.3.3
21522026-08-24T22:06:34.848Z Compiling zlib-rs v0.6.2
21532026-08-24T22:06:34.851Z Compiling tower-layer v0.3.3
21542026-08-24T22:06:34.943Z Compiling pretty-hex v0.4.1
21552026-08-24T22:06:35.003Z Compiling signal-hook v0.3.18
21562026-08-24T22:06:35.062Z Compiling anyhow v1.0.104
21572026-08-24T22:06:35.115Z Compiling funty v2.0.0
21582026-08-24T22:06:35.166Z Compiling h2 v0.4.15
21592026-08-24T22:06:35.166Z Compiling want v0.3.1
21602026-08-24T22:06:35.260Z Compiling num-iter v0.1.45
21612026-08-24T22:06:35.323Z Compiling test-strategy v0.4.5
21622026-08-24T22:06:35.355Z Compiling regex-automata v0.4.14
21632026-08-24T22:06:35.403Z Compiling proptest v1.11.0
21642026-08-24T22:06:35.419Z Compiling clap v4.6.1
21652026-08-24T22:06:35.516Z Compiling bitvec v1.0.1
21662026-08-24T22:06:36.168Z Compiling rand v0.8.6
21672026-08-24T22:06:36.281Z Compiling lazy_static v1.5.0
21682026-08-24T22:06:36.412Z Compiling ipnetwork v0.21.1
21692026-08-24T22:06:36.615Z Compiling scroll v0.13.0
21702026-08-24T22:06:36.894Z Compiling ipnet v2.12.0
21712026-08-24T22:06:37.014Z Compiling flate2 v1.1.9
21722026-08-24T22:06:37.316Z Compiling snafu-derive v0.8.9
21732026-08-24T22:06:37.362Z Compiling strum_macros v0.26.4
21742026-08-24T22:06:38.009Z Compiling darling_core v0.20.11
21752026-08-24T22:06:38.163Z Compiling darling_core v0.23.0
21762026-08-24T22:06:38.827Z Compiling nodrop v0.1.14
21772026-08-24T22:06:38.977Z Compiling winnow v0.5.40
21782026-08-24T22:06:39.029Z Compiling httpdate v1.0.3
21792026-08-24T22:06:39.136Z Compiling foreign-types-shared v0.1.1
21802026-08-24T22:06:39.229Z Compiling crc-catalog v2.4.0
21812026-08-24T22:06:39.270Z Compiling hyper v1.10.1
21822026-08-24T22:06:39.302Z Compiling foreign-types v0.3.2
21832026-08-24T22:06:39.376Z Compiling crc v3.4.0
21842026-08-24T22:06:39.608Z Compiling array-init v0.0.4
21852026-08-24T22:06:39.977Z Compiling newtype-uuid v1.3.2
21862026-08-24T22:06:40.027Z Compiling darling_macro v0.20.11
21872026-08-24T22:06:40.329Z Compiling darling_macro v0.23.0
21882026-08-24T22:06:40.517Z Compiling toml_edit v0.19.15
21892026-08-24T22:06:40.576Z Compiling goblin v0.10.5
21902026-08-24T22:06:40.771Z Compiling oxnet v0.1.6
21912026-08-24T22:06:40.795Z Compiling smallvec v0.6.14
21922026-08-24T22:06:41.086Z Compiling pkcs1 v0.7.5
21932026-08-24T22:06:41.466Z Compiling zerocopy v0.6.6
21942026-08-24T22:06:41.550Z Compiling bitfield v0.19.4
21952026-08-24T22:06:41.719Z Compiling zerocopy-derive v0.7.35
21962026-08-24T22:06:41.762Z Compiling curve25519-dalek v4.1.3
21972026-08-24T22:06:42.077Z Compiling env_filter v2.0.0
21982026-08-24T22:06:42.223Z Compiling memoffset v0.9.1
21992026-08-24T22:06:42.292Z Compiling smoltcp v0.9.1
22002026-08-24T22:06:42.353Z Compiling ref-cast v1.0.25
22012026-08-24T22:06:42.608Z Compiling hashbrown v0.12.3
22022026-08-24T22:06:42.674Z Compiling litrs v1.0.0
22032026-08-24T22:06:42.698Z Compiling owo-colors v4.3.0
22042026-08-24T22:06:42.871Z Compiling base64 v0.21.7
22052026-08-24T22:06:43.191Z Compiling document-features v0.2.12
22062026-08-24T22:06:43.209Z Compiling ron v0.8.1
22072026-08-24T22:06:43.389Z Compiling dof v0.4.0
22082026-08-24T22:06:43.445Z Compiling env_logger v0.11.11
22092026-08-24T22:06:43.620Z Compiling toml v0.7.8
22102026-08-24T22:06:43.681Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22112026-08-24T22:06:43.697Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22122026-08-24T22:06:43.743Z Compiling rsa v0.9.10
22132026-08-24T22:06:44.245Z Compiling daft v0.1.7
22142026-08-24T22:06:44.368Z Compiling serde-hex v0.1.0
22152026-08-24T22:06:44.404Z Compiling darling v0.23.0
22162026-08-24T22:06:44.422Z Compiling hyper-util v0.1.20
22172026-08-24T22:06:44.469Z Compiling bzip2 v0.4.4
22182026-08-24T22:06:44.505Z Compiling darling v0.20.11
22192026-08-24T22:06:44.602Z Compiling hashbrown v0.13.2
22202026-08-24T22:06:45.042Z Compiling dtrace-parser v0.3.0
22212026-08-24T22:06:45.218Z Compiling x509-cert v0.2.5
22222026-08-24T22:06:45.362Z Compiling hmac v0.12.1
22232026-08-24T22:06:45.560Z Compiling async-recursion v1.1.1
22242026-08-24T22:06:45.759Z Compiling sync_wrapper v1.0.2
22252026-08-24T22:06:45.880Z Compiling thread-id v5.1.0
22262026-08-24T22:06:45.896Z Compiling cfg_aliases v0.2.1
22272026-08-24T22:06:45.995Z Compiling powerfmt v0.2.0
22282026-08-24T22:06:46.220Z Compiling siphasher v1.0.2
22292026-08-24T22:06:46.266Z Compiling crc-any v2.5.0
22302026-08-24T22:06:46.426Z Compiling deranged v0.5.8
22312026-08-24T22:06:46.694Z Compiling nix v0.31.2
22322026-08-24T22:06:46.822Z Compiling tower v0.5.3
22332026-08-24T22:06:47.424Z Compiling object v0.30.4
22342026-08-24T22:06:47.553Z Compiling zip v0.6.6
22352026-08-24T22:06:47.579Z Compiling derive_builder_core v0.20.2
22362026-08-24T22:06:48.216Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22372026-08-24T22:06:48.359Z Compiling serde_with_macros v3.21.0
22382026-08-24T22:06:48.397Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22392026-08-24T22:06:48.612Z Compiling bstr v1.12.1
22402026-08-24T22:06:48.669Z Compiling crypto-common v0.2.2
22412026-08-24T22:06:48.713Z Compiling block-buffer v0.12.1
22422026-08-24T22:06:49.276Z Compiling http-body-util v0.1.3
22432026-08-24T22:06:49.364Z Compiling futures-executor v0.3.32
22442026-08-24T22:06:49.394Z Compiling serde_tokenstream v0.2.3
22452026-08-24T22:06:49.460Z Compiling erased-serde v0.3.31
22462026-08-24T22:06:49.699Z Compiling hubpack_derive v0.1.1
22472026-08-24T22:06:49.843Z Compiling ref-cast-impl v1.0.25
22482026-08-24T22:06:49.873Z Compiling curve25519-dalek-derive v0.1.1
22492026-08-24T22:06:49.888Z Compiling strum_macros v0.27.2
22502026-08-24T22:06:50.011Z Compiling fs-err v3.3.0
22512026-08-24T22:06:50.052Z Compiling usdt-impl v0.5.0
22522026-08-24T22:06:50.142Z Compiling iri-string v0.7.10
22532026-08-24T22:06:50.229Z Compiling gimli v0.32.3
22542026-08-24T22:06:50.259Z Compiling allocator-api2 v0.2.21
22552026-08-24T22:06:50.289Z Compiling ryu v1.0.23
22562026-08-24T22:06:50.470Z Compiling path-slash v0.1.5
22572026-08-24T22:06:50.533Z Compiling num_threads v0.1.7
22582026-08-24T22:06:50.602Z Compiling unicode-bidi v0.3.18
22592026-08-24T22:06:50.878Z Compiling same-file v1.0.6
22602026-08-24T22:06:51.179Z Compiling unicode-properties v0.1.4
22612026-08-24T22:06:51.400Z Compiling stringprep v0.1.5
22622026-08-24T22:06:51.609Z Compiling tower-http v0.6.8
22632026-08-24T22:06:51.773Z Compiling time v0.3.47
22642026-08-24T22:06:52.114Z Compiling addr2line v0.25.1
22652026-08-24T22:06:52.164Z Compiling walkdir v2.5.0
22662026-08-24T22:06:52.471Z Compiling serde_urlencoded v0.7.1
22672026-08-24T22:06:52.917Z Compiling futures v0.3.32
22682026-08-24T22:06:53.361Z Compiling derive_builder_macro v0.20.2
22692026-08-24T22:06:53.661Z Compiling tokio-native-tls v0.3.1
22702026-08-24T22:06:53.859Z Compiling strum v0.26.3
22712026-08-24T22:06:53.909Z Compiling block-padding v0.4.2
22722026-08-24T22:06:54.041Z Compiling scroll v0.12.0
22732026-08-24T22:06:54.080Z Compiling pin-project v1.1.11
22742026-08-24T22:06:54.121Z Compiling rustls-native-certs v0.8.3
22752026-08-24T22:06:54.234Z Compiling md-5 v0.10.6
22762026-08-24T22:06:54.284Z Compiling vergen-lib v9.1.0
22772026-08-24T22:06:54.319Z Compiling hash32 v0.2.1
22782026-08-24T22:06:54.384Z Compiling encoding_rs v0.8.35
22792026-08-24T22:06:54.464Z Compiling cpufeatures v0.3.0
22802026-08-24T22:06:54.479Z Compiling fallible-iterator v0.2.0
22812026-08-24T22:06:54.506Z Compiling mime v0.3.17
22822026-08-24T22:06:54.548Z Compiling rustc-demangle v0.1.27
22832026-08-24T22:06:54.723Z Compiling psl-types v2.0.11
22842026-08-24T22:06:54.772Z Compiling jiff-core v0.1.0
22852026-08-24T22:06:54.861Z Compiling publicsuffix v2.3.0
22862026-08-24T22:06:54.875Z Compiling postgres-protocol v0.6.10
22872026-08-24T22:06:55.018Z Compiling goblin v0.8.2
22882026-08-24T22:06:55.370Z Compiling snafu v0.8.9
22892026-08-24T22:06:55.402Z Compiling inout v0.2.2
22902026-08-24T22:06:55.580Z Compiling backtrace v0.3.76
22912026-08-24T22:06:55.661Z Compiling jiff v0.2.34
22922026-08-24T22:06:55.677Z Compiling derive_builder v0.20.2
22932026-08-24T22:06:55.732Z Compiling hyper-tls v0.6.0
22942026-08-24T22:06:56.132Z Compiling usdt-attr-macro v0.6.0
22952026-08-24T22:06:56.145Z Compiling usdt-macro v0.6.0
22962026-08-24T22:06:56.192Z Compiling globset v0.4.18
22972026-08-24T22:06:56.228Z Compiling phf_shared v0.13.1
22982026-08-24T22:06:56.378Z Compiling crossbeam-epoch v0.9.18
22992026-08-24T22:06:56.567Z Compiling zerocopy v0.7.35
23002026-08-24T22:06:56.688Z Compiling regex v1.12.3
23012026-08-24T22:06:56.972Z Compiling serde_plain v1.0.2
23022026-08-24T22:06:57.070Z Compiling serde_repr v0.1.20
23032026-08-24T22:06:57.099Z Compiling enum-as-inner v0.6.1
23042026-08-24T22:06:57.144Z Compiling miette-derive v7.6.0
23052026-08-24T22:06:57.220Z Compiling pem v3.0.6
23062026-08-24T22:06:57.269Z Compiling vergen v9.1.0
23072026-08-24T22:06:57.285Z Compiling ff v0.13.1
23082026-08-24T22:06:57.427Z Compiling cargo-platform v0.3.2
23092026-08-24T22:06:57.441Z Compiling filetime v0.2.27
23102026-08-24T22:06:57.478Z Compiling base16ct v0.2.0
23112026-08-24T22:06:57.596Z Compiling is_ci v1.2.0
23122026-08-24T22:06:57.613Z Compiling foldhash v0.2.0
23132026-08-24T22:06:57.652Z Compiling foldhash v0.1.5
23142026-08-24T22:06:57.668Z Compiling libbz2-rs-sys v0.2.2
23152026-08-24T22:06:57.672Z Compiling unicode-linebreak v0.1.5
23162026-08-24T22:06:57.698Z Compiling bitflags v1.3.2
23172026-08-24T22:06:57.738Z Compiling typed-path v0.9.3
23182026-08-24T22:06:57.789Z Compiling const-oid v0.10.2
23192026-08-24T22:06:57.938Z Compiling bumpalo v3.20.2
23202026-08-24T22:06:58.039Z Compiling unicode-segmentation v1.12.0
23212026-08-24T22:06:58.074Z Compiling either v1.15.0
23222026-08-24T22:06:58.133Z Compiling unicode-width v0.2.0
23232026-08-24T22:06:58.290Z Compiling smawk v0.3.2
23242026-08-24T22:06:58.305Z Compiling managed v0.8.0
23252026-08-24T22:06:58.382Z Compiling xattr v1.6.1
23262026-08-24T22:06:58.420Z Compiling textwrap v0.16.2
23272026-08-24T22:06:58.435Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23282026-08-24T22:06:58.451Z Compiling zopfli v0.8.3
23292026-08-24T22:06:58.470Z Compiling bzip2 v0.6.1
23302026-08-24T22:06:58.539Z Compiling tar v0.4.46
23312026-08-24T22:06:58.717Z Compiling digest v0.11.3
23322026-08-24T22:06:58.964Z Compiling hashbrown v0.15.5
23332026-08-24T22:06:59.001Z Compiling hashbrown v0.16.1
23342026-08-24T22:06:59.021Z Compiling supports-color v3.0.2
23352026-08-24T22:06:59.200Z Compiling cargo_metadata v0.23.1
23362026-08-24T22:06:59.216Z Compiling sec1 v0.7.3
23372026-08-24T22:06:59.406Z Compiling group v0.13.0
23382026-08-24T22:06:59.535Z Compiling dof v0.3.0
23392026-08-24T22:07:00.682Z Compiling phf v0.13.1
23402026-08-24T22:07:00.783Z Compiling zstd v0.13.3
23412026-08-24T22:07:00.884Z Compiling backtrace-ext v0.2.1
23422026-08-24T22:07:00.983Z Compiling reqwest v0.12.28
23432026-08-24T22:07:01.049Z Compiling cookie_store v0.22.1
23442026-08-24T22:07:01.065Z Compiling signal-hook-mio v0.2.5
23452026-08-24T22:07:01.070Z Compiling cipher v0.5.2
23462026-08-24T22:07:01.143Z Compiling postgres-types v0.2.12
23472026-08-24T22:07:01.336Z Compiling strum v0.27.2
23482026-08-24T22:07:01.606Z Compiling hubpack v0.1.2
23492026-08-24T22:07:01.630Z Compiling phf_shared v0.11.3
23502026-08-24T22:07:01.649Z Compiling hkdf v0.12.4
23512026-08-24T22:07:01.665Z Compiling dtrace-parser v0.2.0
23522026-08-24T22:07:01.824Z Compiling byte-wrapper v0.1.0
23532026-08-24T22:07:01.828Z Compiling ed25519 v2.2.3
23542026-08-24T22:07:01.828Z Compiling olpc-cjson v0.1.4
23552026-08-24T22:07:02.144Z Compiling crypto-bigint v0.5.5
23562026-08-24T22:07:02.248Z Compiling serde-big-array v0.5.1
23572026-08-24T22:07:02.313Z Compiling float-cmp v0.10.0
23582026-08-24T22:07:02.425Z Compiling memmap2 v0.9.10
23592026-08-24T22:07:02.477Z Compiling thread-id v4.2.2
23602026-08-24T22:07:02.628Z Compiling normalize-line-endings v0.3.0
23612026-08-24T22:07:02.671Z Compiling toml_write v0.1.2
23622026-08-24T22:07:02.686Z Compiling keccak v0.1.6
23632026-08-24T22:07:02.743Z Compiling supports-hyperlinks v3.2.0
23642026-08-24T22:07:02.784Z Compiling static_assertions v1.1.0
23652026-08-24T22:07:02.889Z Compiling fixedbitset v0.5.7
23662026-08-24T22:07:02.915Z Compiling supports-unicode v3.0.0
23672026-08-24T22:07:02.936Z Compiling winnow v0.7.14
23682026-08-24T22:07:02.954Z Compiling difflib v0.4.0
23692026-08-24T22:07:03.017Z Compiling winnow v1.0.3
23702026-08-24T22:07:03.080Z Compiling fixedbitset v0.4.2
23712026-08-24T22:07:03.199Z Compiling predicates-core v1.0.10
23722026-08-24T22:07:03.248Z Compiling rayon-core v1.13.0
23732026-08-24T22:07:03.391Z Compiling precomputed-hash v0.1.1
23742026-08-24T22:07:03.540Z Compiling data-encoding v2.10.0
23752026-08-24T22:07:03.738Z Compiling unicode-width v0.1.14
23762026-08-24T22:07:03.764Z Compiling whoami v2.1.0
23772026-08-24T22:07:03.861Z Compiling new_debug_unreachable v1.0.6
23782026-08-24T22:07:03.968Z Compiling toml_parser v1.1.2+spec-1.1.0
23792026-08-24T22:07:04.032Z Compiling miette v7.6.0
23802026-08-24T22:07:04.089Z Compiling tokio-postgres v0.7.16
23812026-08-24T22:07:04.103Z Compiling string_cache v0.8.9
23822026-08-24T22:07:04.121Z Compiling hickory-proto v0.25.2
23832026-08-24T22:07:04.333Z Compiling toml_edit v0.22.27
23842026-08-24T22:07:04.673Z Compiling chacha20 v0.10.0
23852026-08-24T22:07:04.813Z Compiling predicates v3.1.4
23862026-08-24T22:07:05.021Z Compiling petgraph v0.6.5
23872026-08-24T22:07:05.301Z Compiling petgraph v0.8.3
23882026-08-24T22:07:05.383Z Compiling elliptic-curve v0.13.8
23892026-08-24T22:07:05.745Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23902026-08-24T22:07:06.022Z Compiling sha3 v0.10.8
23912026-08-24T22:07:06.138Z Compiling usdt v0.6.0
23922026-08-24T22:07:06.624Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23932026-08-24T22:07:07.195Z Compiling ed25519-dalek v2.2.0
23942026-08-24T22:07:08.002Z Compiling crossterm v0.28.1
23952026-08-24T22:07:08.331Z Compiling zip v4.6.1
23962026-08-24T22:07:08.379Z Compiling iddqd v0.4.2
23972026-08-24T22:07:09.176Z Compiling similar v2.7.0
23982026-08-24T22:07:09.191Z Compiling heck v0.4.1
23992026-08-24T22:07:09.254Z Compiling itertools v0.13.0
24002026-08-24T22:07:09.369Z Compiling itertools v0.15.0
24012026-08-24T22:07:09.728Z Compiling serde_with v3.21.0
24022026-08-24T22:07:10.662Z Compiling tokio-stream v0.1.18
24032026-08-24T22:07:10.692Z Compiling buf-list v1.1.2
24042026-08-24T22:07:10.751Z Compiling half v2.7.1
24052026-08-24T22:07:10.869Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24062026-08-24T22:07:10.914Z Compiling openapiv3 v2.2.0
24072026-08-24T22:07:11.367Z Compiling peg-runtime v0.8.5
24082026-08-24T22:07:11.455Z Compiling lalrpop-util v0.19.12
24092026-08-24T22:07:11.660Z Compiling ciborium-io v0.2.2
24102026-08-24T22:07:11.793Z Compiling ciborium-ll v0.2.2
24112026-08-24T22:07:12.982Z Compiling crossbeam-deque v0.8.6
24122026-08-24T22:07:13.531Z Compiling camino-tempfile v1.4.1
24132026-08-24T22:07:13.930Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24142026-08-24T22:07:14.409Z Compiling blake3 v1.8.5
24152026-08-24T22:07:14.501Z Compiling fs-err v2.11.0
24162026-08-24T22:07:17.011Z Compiling rustls-webpki v0.103.13
24172026-08-24T22:07:17.294Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24182026-08-24T22:07:18.545Z Compiling ciborium v0.2.2
24192026-08-24T22:07:19.123Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24202026-08-24T22:07:19.643Z Compiling thread_local v1.1.9
24212026-08-24T22:07:19.869Z Compiling arrayref v0.3.9
24222026-08-24T22:07:19.916Z Compiling arrayvec v0.7.6
24232026-08-24T22:07:19.974Z Compiling constant_time_eq v0.4.2
24242026-08-24T22:07:20.179Z Compiling slog-async v2.8.0
24252026-08-24T22:07:20.232Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24262026-08-24T22:07:20.288Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24272026-08-24T22:07:20.555Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24282026-08-24T22:07:20.574Z Compiling toml v0.8.23
24292026-08-24T22:07:20.593Z Compiling atomicwrites v0.4.4
24302026-08-24T22:07:20.675Z Compiling sha2 v0.11.0
24312026-08-24T22:07:20.880Z Compiling tokio-rustls v0.26.4
24322026-08-24T22:07:20.910Z Compiling rustls-platform-verifier v0.6.2
24332026-08-24T22:07:20.925Z Compiling tough v0.22.0
24342026-08-24T22:07:21.134Z Compiling hyper-rustls v0.27.7
24352026-08-24T22:07:21.168Z Compiling digest-io v0.1.0
24362026-08-24T22:07:21.186Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24372026-08-24T22:07:21.301Z Compiling crossbeam-channel v0.5.15
24382026-08-24T22:07:21.333Z Compiling serde_path_to_error v0.1.20
24392026-08-24T22:07:21.396Z Compiling reqwest v0.13.2
24402026-08-24T22:07:21.455Z Compiling is-terminal v0.4.17
24412026-08-24T22:07:21.551Z Compiling debug-ignore v1.0.5
24422026-08-24T22:07:21.577Z Compiling indent_write v2.2.0
24432026-08-24T22:07:21.690Z Compiling parse-size v1.1.0
24442026-08-24T22:07:21.749Z Compiling rawzip v0.4.4
24452026-08-24T22:07:21.798Z Compiling take_mut v0.2.2
24462026-08-24T22:07:21.891Z Compiling topological-sort v0.2.2
24472026-08-24T22:07:21.934Z Compiling term v1.2.1
24482026-08-24T22:07:22.026Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24492026-08-24T22:07:22.072Z Compiling shell-words v1.1.1
24502026-08-24T22:07:22.279Z Compiling slog-term v2.9.2
24512026-08-24T22:07:24.521Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24522026-08-24T22:07:29.808Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24532026-08-24T22:07:31.855Z Compiling omicron-zone-package v0.12.3
24542026-08-24T22:07:32.149Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24552026-08-24T22:07:32.486Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24562026-08-24T22:07:32.503Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24572026-08-24T22:07:36.951Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24582026-08-24T22:07:49.181Z Finished `release` profile [optimized] target(s) in 1m 30s
24592026-08-24T22:07:49.326Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24602026-08-24T22:07:49.392ZAug 24 22:07:48.680 DEBG changing working directory to /work/oxidecomputer/omicron
24612026-08-24T22:07:49.483ZAug 24 22:07:48.777 DEBG running: git rev-parse HEAD
24622026-08-24T22:07:49.495ZAug 24 22:07:48.779 DEBG process exited with exit status: 0 (2.518772ms)
24632026-08-24T22:07:49.495ZAug 24 22:07:48.779 INFO version: 23.0.0-0.ci+git2aebcad3038
24642026-08-24T22:07:49.495ZAug 24 22:07:48.788 INFO cloning helios to /work/oxidecomputer/helios
24652026-08-24T22:07:49.495ZAug 24 22:07:48.788 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24662026-08-24T22:07:49.495ZCloning into '/work/oxidecomputer/helios'...
24672026-08-24T22:07:50.125ZAug 24 22:07:49.423 DEBG process exited with exit status: 0 (635.452448ms)
24682026-08-24T22:07:50.125ZAug 24 22:07:49.423 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24692026-08-24T22:07:50.135ZAug 24 22:07:49.425 DEBG process exited with exit status: 0 (2.250862ms)
24702026-08-24T22:07:50.135ZAug 24 22:07:49.425 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24712026-08-24T22:07:50.493ZAug 24 22:07:49.791 DEBG process exited with exit status: 0 (365.809796ms)
24722026-08-24T22:07:50.493ZAug 24 22:07:49.791 DEBG running: zfs list rpool/images/build/host
24732026-08-24T22:07:50.516ZNAME USED AVAIL REFER MOUNTPOINT
24742026-08-24T22:07:50.516Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24752026-08-24T22:07:50.516ZAug 24 22:07:49.796 DEBG process exited with exit status: 0 (4.443252ms)
24762026-08-24T22:07:50.516ZAug 24 22:07:49.796 DEBG running: zfs list rpool/images/build/recovery
24772026-08-24T22:07:50.516ZNAME USED AVAIL REFER MOUNTPOINT
24782026-08-24T22:07:50.517Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24792026-08-24T22:07:50.517ZAug 24 22:07:49.799 DEBG process exited with exit status: 0 (3.530383ms)
24802026-08-24T22:07:50.517ZAug 24 22:07:49.799 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24812026-08-24T22:07:50.517ZAug 24 22:07:49.812 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
24822026-08-24T22:07:50.517ZAug 24 22:07:49.813 INFO [hubris-staging] running task
24832026-08-24T22:07:50.517ZAug 24 22:07:49.813 INFO [hubris-production] running task
24842026-08-24T22:07:50.517ZAug 24 22:07:49.813 INFO [incorp-manifest] running task
24852026-08-24T22:07:50.517ZAug 24 22:07:49.813 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24862026-08-24T22:07:50.517ZAug 24 22:07:49.813 INFO [incorp-create] running: pkgrepo create /work/incorporation
24872026-08-24T22:07:50.517ZAug 24 22:07:49.814 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
24882026-08-24T22:07:50.517ZAug 24 22:07:49.815 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24892026-08-24T22:07:50.557Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24902026-08-24T22:07:50.623Z[ omicron-package] Blocking waiting for file lock on package cache
24912026-08-24T22:07:50.766ZAug 24 22:07:50.064 INFO [incorp-create] process exited with exit status: 0 (250.463339ms)
24922026-08-24T22:07:50.782ZAug 24 22:07:50.064 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24932026-08-24T22:07:51.153ZAug 24 22:07:50.452 INFO [incorp-publisher] process exited with exit status: 0 (387.905663ms)
24942026-08-24T22:07:51.313Z[ omicron-package] Blocking waiting for file lock on package cache
24952026-08-24T22:07:51.598ZAug 24 22:07:50.896 INFO [hubris-production] task succeeded (1.083178636s)
24962026-08-24T22:07:52.514Z[ omicron-package] Compiling macaddr v1.0.1
24972026-08-24T22:07:52.514Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24982026-08-24T22:07:52.514Z[ omicron-package] Compiling secrecy v0.10.3
24992026-08-24T22:07:52.514Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25002026-08-24T22:07:52.524Z[ omicron-package] Compiling heapless v0.8.0
25012026-08-24T22:07:52.524Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25022026-08-24T22:07:52.524Z[ omicron-package] Compiling ingot-macros v0.2.0
25032026-08-24T22:07:52.524Z[ omicron-package] Compiling hash32 v0.3.1
25042026-08-24T22:07:52.524Z[ omicron-package] Compiling inout v0.1.4
25052026-08-24T22:07:52.524Z[ omicron-package] Compiling multer v3.1.0
25062026-08-24T22:07:52.524Z[ omicron-package] Compiling compression-core v0.4.31
25072026-08-24T22:07:52.524Z[ omicron-package] Compiling match_cfg v0.1.0
25082026-08-24T22:07:52.524Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25092026-08-24T22:07:52.531Z[ omicron-package] Compiling smoltcp v0.11.0
25102026-08-24T22:07:52.531Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-08-24T22:07:52.531Z[ omicron-package] Compiling slog-json v2.6.1
25122026-08-24T22:07:52.847ZAug 24 22:07:52.145 DEBG process exited with exit status: 0 (2.332114188s)
25132026-08-24T22:07:52.856ZAug 24 22:07:52.145 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25142026-08-24T22:07:53.367Z[ omicron-package] Compiling compression-codecs v0.4.37
25152026-08-24T22:07:53.371Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25162026-08-24T22:07:53.371Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172026-08-24T22:07:53.371Z[ omicron-package] Compiling hostname v0.3.1
25182026-08-24T22:07:53.415Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25192026-08-24T22:07:53.482Z[ omicron-package] Compiling cobs v0.3.0
25202026-08-24T22:07:53.641Z[ omicron-package] Compiling universal-hash v0.5.1
25212026-08-24T22:07:53.750Z[ omicron-package] Compiling cipher v0.4.4
25222026-08-24T22:07:53.760Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25232026-08-24T22:07:53.760Z[ omicron-package] Compiling async-stream-impl v0.3.6
25242026-08-24T22:07:53.760Z[ omicron-package] Compiling serde_spanned v1.1.1
25252026-08-24T22:07:53.760Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25262026-08-24T22:07:53.760Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25272026-08-24T22:07:53.862Z[ omicron-package] Compiling dropshot v0.17.1
25282026-08-24T22:07:53.982Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25292026-08-24T22:07:54.066Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25302026-08-24T22:07:54.077Z[ omicron-package] Compiling convert_case v0.4.0
25312026-08-24T22:07:54.077Z[ omicron-package] Compiling opaque-debug v0.3.1
25322026-08-24T22:07:54.282Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25332026-08-24T22:07:54.376Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25342026-08-24T22:07:54.464Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25352026-08-24T22:07:54.475Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25362026-08-24T22:07:54.475Z[ omicron-package] Compiling poly1305 v0.8.0
25372026-08-24T22:07:54.634Z[ omicron-package] Compiling chacha20 v0.9.1
25382026-08-24T22:07:54.683Z[ omicron-package] Compiling async-compression v0.4.41
25392026-08-24T22:07:54.695Z[ omicron-package] Compiling async-stream v0.3.6
25402026-08-24T22:07:54.695Z[ omicron-package] Compiling postcard v1.1.3
25412026-08-24T22:07:54.750Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25422026-08-24T22:07:54.852Z[ omicron-package] Compiling derive_more v0.99.20
25432026-08-24T22:07:54.863Z[ omicron-package] Compiling num_enum_derive v0.7.6
25442026-08-24T22:07:54.863Z[ omicron-package] Compiling slog-bunyan v2.5.0
25452026-08-24T22:07:55.038Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25462026-08-24T22:07:55.185Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25472026-08-24T22:07:55.262Z[ omicron-package] Compiling sha1 v0.11.0
25482026-08-24T22:07:55.332Z[ omicron-package] Compiling progenitor-client v0.14.0
25492026-08-24T22:07:55.386Z[ omicron-package] Compiling parse-display-derive v0.10.0
25502026-08-24T22:07:58.600Z[ omicron-package] Compiling waitgroup v0.1.2
25512026-08-24T22:07:58.668Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25522026-08-24T22:07:58.668Z[ omicron-package] Compiling backon v1.6.0
25532026-08-24T22:07:58.668ZAug 24 22:07:54.950 DEBG process exited with exit status: 0 (2.805485943s)
25542026-08-24T22:07:58.668ZAug 24 22:07:54.953 INFO [incorp-manifest] task succeeded (5.140301573s)
25552026-08-24T22:07:58.668ZAug 24 22:07:54.960 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25562026-08-24T22:07:58.668Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25572026-08-24T22:07:58.668Z[ omicron-package] Compiling password-hash v0.5.0
25582026-08-24T22:07:58.668Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25592026-08-24T22:07:58.668Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25602026-08-24T22:07:58.668ZAug 24 22:07:55.177 INFO [incorp-fmt] process exited with exit status: 0 (223.766779ms)
25612026-08-24T22:07:58.668ZAug 24 22:07:55.177 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25622026-08-24T22:07:58.668Z[ omicron-package] Compiling blake2 v0.10.6
25632026-08-24T22:07:58.668Z[ omicron-package] Compiling aead v0.5.2
25642026-08-24T22:07:58.668Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25652026-08-24T22:07:58.668Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25662026-08-24T22:07:58.669Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260824T220755Z
25672026-08-24T22:07:58.669Z[ incorp-pkgsend] PUBLISHED
25682026-08-24T22:07:58.669Z[ omicron-package] Compiling hostname v0.4.2
25692026-08-24T22:07:58.669Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25702026-08-24T22:07:58.669ZAug 24 22:07:55.589 INFO [incorp-pkgsend] process exited with exit status: 0 (412.241751ms)
25712026-08-24T22:07:58.670ZAug 24 22:07:55.590 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25722026-08-24T22:07:58.670Z[ omicron-package] Compiling instant v0.1.13
25732026-08-24T22:07:58.670Z[ helios-incorp] Retrieving packages for publisher helios ...
25742026-08-24T22:07:58.670Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25752026-08-24T22:07:58.670Z[ omicron-package] Compiling proc-macro-error v1.0.4
25762026-08-24T22:07:58.670Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25772026-08-24T22:07:58.670Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25782026-08-24T22:07:58.670Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25792026-08-24T22:07:58.670Z[ helios-incorp]
25802026-08-24T22:07:58.671Z[ helios-incorp] Archiving packages ...
25812026-08-24T22:07:58.671Z[ helios-incorp] Packages to add: 1
25822026-08-24T22:07:58.671Z[ helios-incorp] Files to retrieve: 0
25832026-08-24T22:07:58.671Z[ helios-incorp] Estimated transfer size: 0.00 B
25842026-08-24T22:07:58.671Z[ helios-incorp]
25852026-08-24T22:07:58.671Z[ helios-incorp] Packages to archive:
25862026-08-24T22:07:58.671Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260824T220755Z
25872026-08-24T22:07:58.671Z[ helios-incorp]
25882026-08-24T22:07:58.671Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25892026-08-24T22:07:58.671Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25902026-08-24T22:07:58.671ZAug 24 22:07:55.948 INFO [helios-incorp] process exited with exit status: 0 (357.373338ms)
25912026-08-24T22:07:58.671Z[ omicron-package] Compiling ingot-types v0.2.0
25922026-08-24T22:07:58.671Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25932026-08-24T22:07:58.671Z[ omicron-package] Compiling backoff v0.4.0
25942026-08-24T22:07:58.674Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25952026-08-24T22:07:58.674Z[ omicron-package] Compiling argon2 v0.5.3
25962026-08-24T22:07:58.674Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-08-24T22:07:58.674Z[ omicron-package] Compiling num_enum_derive v0.5.11
25982026-08-24T22:07:58.674Z[ omicron-package] Compiling foreign-types v0.5.0
25992026-08-24T22:07:58.674Z[ omicron-package] Compiling num_enum v0.7.6
26002026-08-24T22:07:58.674Z[ omicron-package] Compiling progenitor-extras v0.2.0
26012026-08-24T22:07:58.675Z[ omicron-package] Compiling vsss-rs v3.3.4
26022026-08-24T22:07:58.675Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26032026-08-24T22:07:58.675Z[ omicron-package] Compiling ingot v0.2.1
26042026-08-24T22:07:58.675Z[ omicron-package] Compiling parse-display v0.10.0
26052026-08-24T22:07:58.675Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26062026-08-24T22:07:58.675Z[ omicron-package] Compiling regress v0.10.5
26072026-08-24T22:07:58.675Z[ omicron-package] Compiling itertools v0.14.0
26082026-08-24T22:07:58.675Z[ omicron-package] Compiling tabwriter v1.4.1
26092026-08-24T22:07:58.675Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26102026-08-24T22:07:58.675Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26112026-08-24T22:07:58.675Z[ omicron-package] Compiling cstr-argument v0.1.2
26122026-08-24T22:07:58.675Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26132026-08-24T22:07:58.675Z[ omicron-package] Compiling humantime v2.3.0
26142026-08-24T22:07:58.675Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26152026-08-24T22:07:58.675Z[ omicron-package] Compiling num_enum v0.5.11
26162026-08-24T22:07:58.675Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26172026-08-24T22:07:58.675Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26182026-08-24T22:07:58.675Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26192026-08-24T22:07:58.675Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26202026-08-24T22:07:58.675Z[ omicron-package] Compiling rayon v1.11.0
26212026-08-24T22:07:58.675Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26222026-08-24T22:07:58.711Z[ omicron-package] Compiling rand v0.10.1
26232026-08-24T22:07:58.718Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26242026-08-24T22:07:58.734Z[ omicron-package] Compiling libefi-sys v0.1.0
26252026-08-24T22:07:58.814Z[ omicron-package] Compiling colored v3.1.1
26262026-08-24T22:07:58.814Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26272026-08-24T22:07:58.817Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26282026-08-24T22:07:58.909Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26292026-08-24T22:07:59.117Z[ omicron-package] Compiling itertools v0.12.1
26302026-08-24T22:07:59.151Z[ omicron-package] Compiling usdt-macro v0.5.0
26312026-08-24T22:07:59.183Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26322026-08-24T22:07:59.231Z[ omicron-package] Compiling num-derive v0.4.2
26332026-08-24T22:07:59.231Z[ omicron-package] Compiling bitfield-struct v0.6.2
26342026-08-24T22:07:59.548Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26352026-08-24T22:07:59.566Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26362026-08-24T22:07:59.679Z[ omicron-package] Compiling memmap v0.7.0
26372026-08-24T22:07:59.734Z[ omicron-package] Compiling sigpipe v0.1.3
26382026-08-24T22:07:59.784Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26392026-08-24T22:07:59.971Z[ omicron-package] Compiling swrite v0.1.0
26402026-08-24T22:08:00.033Z[ omicron-package] Compiling glob v0.3.3
26412026-08-24T22:08:00.162Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26422026-08-24T22:08:00.193Z[ omicron-package] Compiling usdt v0.5.0
26432026-08-24T22:08:00.288Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26442026-08-24T22:08:00.510Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26452026-08-24T22:08:00.608Z[ omicron-package] Compiling zone v0.3.1
26462026-08-24T22:08:00.707Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26472026-08-24T22:08:00.873Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26482026-08-24T22:08:00.943Z[ omicron-package] Compiling smf v0.2.3
26492026-08-24T22:08:00.995Z[ omicron-package] Compiling whoami v1.6.1
26502026-08-24T22:08:01.052Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26512026-08-24T22:08:01.101Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26522026-08-24T22:08:01.118Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26532026-08-24T22:08:01.150Z[ omicron-package] Compiling gethostname v0.5.0
26542026-08-24T22:08:01.191Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26552026-08-24T22:08:01.347Z[ omicron-package] Compiling console v0.16.2
26562026-08-24T22:08:01.396Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26572026-08-24T22:08:01.487Z[ omicron-package] Compiling unit-prefix v0.5.2
26582026-08-24T22:08:01.596Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26592026-08-24T22:08:01.686Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26602026-08-24T22:08:01.867Z[ omicron-package] Compiling indicatif v0.18.4
26612026-08-24T22:08:03.206Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26622026-08-24T22:08:05.768Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26632026-08-24T22:08:06.163Z[ helios-setup] Aug 24 22:08:05.461 INFO helios repository root is: /work/oxidecomputer/helios
26642026-08-24T22:08:06.167Z[ helios-setup] Aug 24 22:08:05.462 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
26652026-08-24T22:08:06.167Z[ helios-setup] Aug 24 22:08:05.462 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26662026-08-24T22:08:06.167Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26672026-08-24T22:08:07.158Z[ helios-setup] Aug 24 22:08:06.456 INFO clone ok!, project: chelsio-t6-roms
26682026-08-24T22:08:07.162Z[ helios-setup] Aug 24 22:08:06.456 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
26692026-08-24T22:08:07.162Z[ helios-setup] Aug 24 22:08:06.456 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26702026-08-24T22:08:07.162Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26712026-08-24T22:08:07.240ZAug 24 22:08:06.538 INFO [hubris-staging] task succeeded (16.725331821s)
26722026-08-24T22:08:07.706Z[ helios-setup] Aug 24 22:08:07.003 INFO clone ok!, project: pinprick
26732026-08-24T22:08:07.707Z[ helios-setup] Aug 24 22:08:07.003 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26742026-08-24T22:08:07.713Z[ helios-setup] Aug 24 22:08:07.003 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
26752026-08-24T22:08:07.713Z[ helios-setup] Aug 24 22:08:07.003 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26762026-08-24T22:08:07.713Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26772026-08-24T22:08:08.549Z[ helios-setup] Aug 24 22:08:07.846 INFO clone ok!, project: dmar-report
26782026-08-24T22:08:08.554Z[ helios-setup] Aug 24 22:08:07.846 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
26792026-08-24T22:08:08.554Z[ helios-setup] Aug 24 22:08:07.846 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26802026-08-24T22:08:08.554Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26812026-08-24T22:08:09.590Z[ helios-setup] Aug 24 22:08:08.888 INFO clone ok!, project: phbl
26822026-08-24T22:08:09.590Z[ helios-setup] Aug 24 22:08:08.888 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
26832026-08-24T22:08:09.594Z[ helios-setup] Aug 24 22:08:08.889 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26842026-08-24T22:08:09.594Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26852026-08-24T22:08:10.178Z[ helios-setup] Aug 24 22:08:09.475 INFO clone ok!, project: image-builder
26862026-08-24T22:08:10.181Z[ helios-setup] Aug 24 22:08:09.475 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26872026-08-24T22:08:10.182Z[ helios-setup] Aug 24 22:08:09.476 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26882026-08-24T22:08:10.182Z[ helios-setup] Aug 24 22:08:09.476 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
26892026-08-24T22:08:10.182Z[ helios-setup] Aug 24 22:08:09.476 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26902026-08-24T22:08:10.182Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26912026-08-24T22:08:11.181Z[ helios-setup] Aug 24 22:08:10.479 INFO clone ok!, project: pilot
26922026-08-24T22:08:11.185Z[ helios-setup] Aug 24 22:08:10.479 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
26932026-08-24T22:08:11.185Z[ helios-setup] Aug 24 22:08:10.479 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
26942026-08-24T22:08:11.185Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26952026-08-24T22:08:12.098Z[ helios-setup] Aug 24 22:08:11.396 INFO clone ok!, project: amd-host-image-builder
26962026-08-24T22:08:12.098Z[ helios-setup] Aug 24 22:08:11.396 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
26972026-08-24T22:08:12.101Z[ helios-setup] Aug 24 22:08:11.396 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26982026-08-24T22:08:12.101Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26992026-08-24T22:08:14.678Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27002026-08-24T22:08:17.975Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27012026-08-24T22:08:19.060Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27022026-08-24T22:08:22.423Z[ helios-setup] Aug 24 22:08:21.721 INFO clone ok!, project: amd-firmware
27032026-08-24T22:08:22.423Z[ helios-setup] Aug 24 22:08:21.721 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
27042026-08-24T22:08:22.427Z[ helios-setup] Aug 24 22:08:21.721 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27052026-08-24T22:08:22.427Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27062026-08-24T22:08:22.958Z[ helios-setup] Aug 24 22:08:22.255 INFO clone ok!, project: bootserver
27072026-08-24T22:08:22.958Z[ helios-setup] Aug 24 22:08:22.255 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27082026-08-24T22:08:23.166Z[ helios-setup] Aug 24 22:08:22.464 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27092026-08-24T22:08:23.387Z[ helios-setup] Aug 24 22:08:22.685 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27102026-08-24T22:08:23.387Z[ helios-setup] Aug 24 22:08:22.685 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27112026-08-24T22:08:23.595Z[ helios-setup] Aug 24 22:08:22.892 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27122026-08-24T22:08:23.803Z[ helios-setup] Aug 24 22:08:23.101 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27132026-08-24T22:08:23.803Z[ helios-setup] Aug 24 22:08:23.101 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27142026-08-24T22:08:24.013Z[ helios-setup] Aug 24 22:08:23.307 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27152026-08-24T22:08:24.219Z[ helios-setup] Aug 24 22:08:23.516 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27162026-08-24T22:08:24.219Z[ helios-setup] Aug 24 22:08:23.516 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27172026-08-24T22:08:24.219Z[ helios-setup] Aug 24 22:08:23.516 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27182026-08-24T22:08:24.223Z[ helios-setup] Aug 24 22:08:23.516 INFO ok!
27192026-08-24T22:08:24.224Z[ helios-setup] Aug 24 22:08:23.516 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27202026-08-24T22:08:24.224Z[ helios-setup] Aug 24 22:08:23.516 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27212026-08-24T22:08:24.224Z[ helios-setup] Aug 24 22:08:23.516 INFO ok!
27222026-08-24T22:08:24.224Z[ helios-setup] Aug 24 22:08:23.516 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27232026-08-24T22:08:24.224Z[ helios-setup] Aug 24 22:08:23.516 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27242026-08-24T22:08:24.224Z[ helios-setup] Aug 24 22:08:23.516 INFO ok!
27252026-08-24T22:08:24.224Z[ helios-setup] Aug 24 22:08:23.516 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27262026-08-24T22:08:24.228Z[ helios-setup] Aug 24 22:08:23.523 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
27272026-08-24T22:08:24.228Z[ helios-setup] Aug 24 22:08:23.523 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27282026-08-24T22:08:24.228Z[ helios-setup] Aug 24 22:08:23.523 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27292026-08-24T22:08:24.329Z[ helios-setup] Aug 24 22:08:23.627 INFO E| Downloading crates ...
27302026-08-24T22:08:24.372Z[ helios-setup] Aug 24 22:08:23.670 INFO E| Downloaded adler2 v2.0.0
27312026-08-24T22:08:24.381Z[ helios-setup] Aug 24 22:08:23.679 INFO E| Downloaded miniz_oxide v0.8.8
27322026-08-24T22:08:24.407Z[ helios-setup] Aug 24 22:08:23.705 INFO E| Compiling adler2 v2.0.0
27332026-08-24T22:08:24.471Z[ helios-setup] Aug 24 22:08:23.769 INFO E| Compiling miniz_oxide v0.8.8
27342026-08-24T22:08:25.254Z[ helios-setup] Aug 24 22:08:24.551 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27352026-08-24T22:08:25.616Z[ helios-setup] Aug 24 22:08:24.913 INFO E| Finished `release` profile [optimized] target(s) in 1.37s
27362026-08-24T22:08:25.622Z[ helios-setup] Aug 24 22:08:24.921 INFO building project "pinprick" ok (1 seconds)
27372026-08-24T22:08:25.626Z[ helios-setup] Aug 24 22:08:24.921 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27382026-08-24T22:08:25.629Z[ helios-setup] Aug 24 22:08:24.928 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
27392026-08-24T22:08:25.630Z[ helios-setup] Aug 24 22:08:24.928 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27402026-08-24T22:08:25.630Z[ helios-setup] Aug 24 22:08:24.928 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27412026-08-24T22:08:25.730Z[ helios-setup] Aug 24 22:08:25.027 INFO E| Updating crates.io index
27422026-08-24T22:08:25.806Z[ helios-setup] Aug 24 22:08:25.104 INFO E| Downloading crates ...
27432026-08-24T22:08:25.850Z[ helios-setup] Aug 24 22:08:25.148 INFO E| Downloaded getrandom v0.3.3
27442026-08-24T22:08:25.854Z[ helios-setup] Aug 24 22:08:25.152 INFO E| Downloaded serde_derive v1.0.219
27452026-08-24T22:08:25.858Z[ helios-setup] Aug 24 22:08:25.155 INFO E| Downloaded anyhow v1.0.98
27462026-08-24T22:08:25.863Z[ helios-setup] Aug 24 22:08:25.157 INFO E| Downloaded deranged v0.4.0
27472026-08-24T22:08:25.863Z[ helios-setup] Aug 24 22:08:25.158 INFO E| Downloaded autocfg v1.4.0
27482026-08-24T22:08:25.863Z[ helios-setup] Aug 24 22:08:25.159 INFO E| Downloaded proc-macro2 v1.0.95
27492026-08-24T22:08:25.872Z[ helios-setup] Aug 24 22:08:25.171 INFO E| Downloaded time v0.3.41
27502026-08-24T22:08:25.877Z[ helios-setup] Aug 24 22:08:25.175 INFO E| Downloaded thiserror-impl v2.0.12
27512026-08-24T22:08:25.880Z[ helios-setup] Aug 24 22:08:25.176 INFO E| Downloaded bitflags v2.9.1
27522026-08-24T22:08:25.880Z[ helios-setup] Aug 24 22:08:25.178 INFO E| Downloaded errno v0.3.12
27532026-08-24T22:08:25.886Z[ helios-setup] Aug 24 22:08:25.179 INFO E| Downloaded time-core v0.1.4
27542026-08-24T22:08:25.890Z[ helios-setup] Aug 24 22:08:25.187 INFO E| Downloaded itoa v1.0.15
27552026-08-24T22:08:25.893Z[ helios-setup] Aug 24 22:08:25.192 INFO E| Downloaded hashbrown v0.15.3
27562026-08-24T22:08:25.919Z[ helios-setup] Aug 24 22:08:25.216 INFO E| Downloaded quote v1.0.40
27572026-08-24T22:08:25.923Z[ helios-setup] Aug 24 22:08:25.217 INFO E| Downloaded serde_with_macros v3.12.0
27582026-08-24T22:08:25.923Z[ helios-setup] Aug 24 22:08:25.218 INFO E| Downloaded thiserror v2.0.12
27592026-08-24T22:08:25.927Z[ helios-setup] Aug 24 22:08:25.222 INFO E| Downloaded unicode-ident v1.0.18
27602026-08-24T22:08:25.927Z[ helios-setup] Aug 24 22:08:25.223 INFO E| Downloaded tempfile v3.20.0
27612026-08-24T22:08:25.930Z[ helios-setup] Aug 24 22:08:25.225 INFO E| Downloaded ryu v1.0.20
27622026-08-24T22:08:25.937Z[ helios-setup] Aug 24 22:08:25.235 INFO E| Downloaded time-macros v0.2.22
27632026-08-24T22:08:25.941Z[ helios-setup] Aug 24 22:08:25.237 INFO E| Downloaded iana-time-zone v0.1.63
27642026-08-24T22:08:26.006Z[ helios-setup] Aug 24 22:08:25.240 INFO E| Downloaded serde v1.0.219
27652026-08-24T22:08:26.011Z[ helios-setup] Aug 24 22:08:25.245 INFO E| Downloaded serde_with v3.12.0
27662026-08-24T22:08:26.011Z[ helios-setup] Aug 24 22:08:25.249 INFO E| Downloaded memchr v2.7.4
27672026-08-24T22:08:26.011Z[ helios-setup] Aug 24 22:08:25.252 INFO E| Downloaded indexmap v2.9.0
27682026-08-24T22:08:26.012Z[ helios-setup] Aug 24 22:08:25.274 INFO E| Downloaded serde_json v1.0.140
27692026-08-24T22:08:26.012Z[ helios-setup] Aug 24 22:08:25.296 INFO E| Downloaded syn v2.0.101
27702026-08-24T22:08:26.012Z[ helios-setup] Aug 24 22:08:25.302 INFO E| Downloaded chrono v0.4.41
27712026-08-24T22:08:26.016Z[ helios-setup] Aug 24 22:08:25.313 INFO E| Downloaded rustix v1.0.7
27722026-08-24T22:08:26.043Z[ helios-setup] Aug 24 22:08:25.341 INFO E| Downloaded libc v0.2.172
27732026-08-24T22:08:26.092Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling proc-macro2 v1.0.95
27742026-08-24T22:08:26.092Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling unicode-ident v1.0.18
27752026-08-24T22:08:26.096Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling libc v0.2.172
27762026-08-24T22:08:26.096Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling ident_case v1.0.1
27772026-08-24T22:08:26.097Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling fnv v1.0.7
27782026-08-24T22:08:26.098Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling strsim v0.11.1
27792026-08-24T22:08:26.099Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling serde v1.0.219
27802026-08-24T22:08:26.099Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling rustix v1.0.7
27812026-08-24T22:08:26.099Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling getrandom v0.3.3
27822026-08-24T22:08:26.099Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling anyhow v1.0.98
27832026-08-24T22:08:26.099Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling cfg-if v1.0.0
27842026-08-24T22:08:26.099Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling thiserror v2.0.12
27852026-08-24T22:08:26.099Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling serde_json v1.0.140
27862026-08-24T22:08:26.099Z[ helios-setup] Aug 24 22:08:25.390 INFO E| Compiling bitflags v2.9.1
27872026-08-24T22:08:26.107Z[ helios-setup] Aug 24 22:08:25.405 INFO E| Compiling itoa v1.0.15
27882026-08-24T22:08:26.110Z[ helios-setup] Aug 24 22:08:25.405 INFO E| Compiling ryu v1.0.20
27892026-08-24T22:08:26.271Z[ helios-setup] Aug 24 22:08:25.568 INFO E| Compiling memchr v2.7.4
27902026-08-24T22:08:26.271Z[ helios-setup] Aug 24 22:08:25.568 INFO E| Compiling once_cell v1.21.3
27912026-08-24T22:08:26.404Z[ helios-setup] Aug 24 22:08:25.701 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27922026-08-24T22:08:26.404Z[ helios-setup] Aug 24 22:08:25.702 INFO E| Compiling fastrand v2.3.0
27932026-08-24T22:08:26.884Z[ helios-setup] Aug 24 22:08:26.181 INFO E| Compiling errno v0.3.12
27942026-08-24T22:08:27.123Z[ helios-setup] Aug 24 22:08:26.421 INFO E| Compiling quote v1.0.40
27952026-08-24T22:08:27.280Z[ helios-setup] Aug 24 22:08:26.578 INFO E| Compiling syn v2.0.101
27962026-08-24T22:08:27.701Z[ helios-setup] Aug 24 22:08:26.999 INFO E| Compiling tempfile v3.20.0
27972026-08-24T22:08:29.345Z[ helios-setup] Aug 24 22:08:28.643 INFO E| Compiling darling_core v0.20.11
27982026-08-24T22:08:29.739Z[ helios-setup] Aug 24 22:08:29.035 INFO E| Compiling serde_derive v1.0.219
27992026-08-24T22:08:29.739Z[ helios-setup] Aug 24 22:08:29.035 INFO E| Compiling thiserror-impl v2.0.12
28002026-08-24T22:08:29.743Z[ omicron-package] Finished `release` profile [optimized] target(s) in 39.21s
28012026-08-24T22:08:29.978Z[ omicron-package]
28022026-08-24T22:08:29.978Z[ omicron-package] real 39.392950824
28032026-08-24T22:08:29.979Z[ omicron-package] user 3:49.271951485
28042026-08-24T22:08:29.983Z[ omicron-package] sys 27.001737281
28052026-08-24T22:08:29.983Z[ omicron-package] trap 0.433768973
28062026-08-24T22:08:29.983Z[ omicron-package] tflt 0.582570039
28072026-08-24T22:08:29.983Z[ omicron-package] dflt 2.405910637
28082026-08-24T22:08:29.983Z[ omicron-package] kflt 0.000564140
28092026-08-24T22:08:29.983Z[ omicron-package] lock 11:13.060009255
28102026-08-24T22:08:29.983Z[ omicron-package] slp 5:57.226242996
28112026-08-24T22:08:29.983Z[ omicron-package] lat 48.177820455
28122026-08-24T22:08:29.983Z[ omicron-package] stop 1:58.663452272
28132026-08-24T22:08:29.983ZAug 24 22:08:29.277 INFO [omicron-package] process exited with exit status: 0 (39.462952576s)
28142026-08-24T22:08:29.983ZAug 24 22:08:29.277 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28152026-08-24T22:08:29.984ZAug 24 22:08:29.278 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28162026-08-24T22:08:29.989Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28172026-08-24T22:08:29.993Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28182026-08-24T22:08:29.994Z[ host-target] Created new build target 'host' and set it as active
28192026-08-24T22:08:29.994Z[ recovery-target] Created new build target 'recovery' and set it as active
28202026-08-24T22:08:29.998ZAug 24 22:08:29.292 INFO [host-target] process exited with exit status: 0 (13.90475ms)
28212026-08-24T22:08:29.998ZAug 24 22:08:29.292 INFO [recovery-target] process exited with exit status: 0 (14.35567ms)
28222026-08-24T22:08:29.998ZAug 24 22:08:29.292 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28232026-08-24T22:08:30.001Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28242026-08-24T22:08:30.515Z[ helios-setup] Aug 24 22:08:29.812 INFO E| Compiling darling_macro v0.20.11
28252026-08-24T22:08:31.048Z[ helios-setup] Aug 24 22:08:30.345 INFO E| Compiling darling v0.20.11
28262026-08-24T22:08:31.110Z[ helios-setup] Aug 24 22:08:30.408 INFO E| Compiling serde_with_macros v3.12.0
28272026-08-24T22:08:31.592Z[ host-package] Compiling heck v0.5.0
28282026-08-24T22:08:31.592Z[ host-package] Compiling regress v0.11.1
28292026-08-24T22:08:31.836Z[ host-package] Compiling unsafe-libyaml v0.2.11
28302026-08-24T22:08:31.861Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28312026-08-24T22:08:31.892Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28322026-08-24T22:08:31.892Z[ host-package] Compiling derive-where v1.6.0
28332026-08-24T22:08:31.892Z[ host-package] Compiling bytecount v0.6.9
28342026-08-24T22:08:31.962Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28352026-08-24T22:08:31.962Z[ host-package] Compiling atomicwrites v0.4.4
28362026-08-24T22:08:31.968Z[ host-package] Compiling is-terminal v0.4.17
28372026-08-24T22:08:31.968Z[ host-package] Compiling prettyplease v0.2.37
28382026-08-24T22:08:31.969Z[ host-package] Compiling newline-converter v0.3.0
28392026-08-24T22:08:31.981Z[ host-package] Compiling console v0.15.11
28402026-08-24T22:08:32.044Z[ host-package] Compiling slog-dtrace v0.3.0
28412026-08-24T22:08:32.051Z[ host-package] Compiling resolv-conf v0.7.6
28422026-08-24T22:08:32.135Z[ host-package] Compiling cancel-safe-futures v0.1.5
28432026-08-24T22:08:32.139Z[ host-package] Compiling num-rational v0.4.2
28442026-08-24T22:08:32.188Z[ host-package] Compiling num-complex v0.4.6
28452026-08-24T22:08:32.221Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28462026-08-24T22:08:32.257Z[ host-package] Compiling thread_local v1.1.9
28472026-08-24T22:08:32.385Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28482026-08-24T22:08:32.442Z[ host-package] Compiling expectorate v1.2.0
28492026-08-24T22:08:32.521Z[ host-package] Compiling compression-core v0.4.31
28502026-08-24T22:08:32.566Z[ host-package] Compiling match_cfg v0.1.0
28512026-08-24T22:08:32.687Z[ host-package] Compiling hostname v0.3.1
28522026-08-24T22:08:32.721Z[ host-package] Compiling compression-codecs v0.4.37
28532026-08-24T22:08:32.726Z[ host-package] Compiling num v0.4.3
28542026-08-24T22:08:32.767Z[ host-package] Compiling slog-async v2.8.0
28552026-08-24T22:08:32.772Z[ host-package] Compiling multer v3.1.0
28562026-08-24T22:08:32.873Z[ host-package] Compiling crossbeam-channel v0.5.15
28572026-08-24T22:08:32.873Z[ host-package] Compiling slog-json v2.6.1
28582026-08-24T22:08:32.922Z[ host-package] Compiling serde_spanned v1.1.1
28592026-08-24T22:08:32.946Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28602026-08-24T22:08:33.064Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28612026-08-24T22:08:33.136Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28622026-08-24T22:08:33.161Z[ host-package] Compiling linear-map v1.2.0
28632026-08-24T22:08:33.167Z[ host-package] Compiling take_mut v0.2.2
28642026-08-24T22:08:33.207Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28652026-08-24T22:08:33.211Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28662026-08-24T22:08:33.326Z[ host-package] Compiling term v1.2.1
28672026-08-24T22:08:33.335Z[ host-package] Compiling linked-hash-map v0.5.6
28682026-08-24T22:08:33.335Z[ host-package] Compiling float-ord v0.3.2
28692026-08-24T22:08:33.343Z[ host-package] Compiling slog-bunyan v2.5.0
28702026-08-24T22:08:33.365Z[ host-package] Compiling typify-impl v0.6.2
28712026-08-24T22:08:33.391Z[ host-package] Compiling async-compression v0.4.41
28722026-08-24T22:08:34.035Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28732026-08-24T22:08:34.057Z[ host-package] Compiling lru-cache v0.1.2
28742026-08-24T22:08:34.057Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28752026-08-24T22:08:34.058Z[ helios-setup] Aug 24 22:08:32.924 INFO E| Compiling serde_with v3.12.0
28762026-08-24T22:08:34.058Z[ host-package] Compiling slog-term v2.9.2
28772026-08-24T22:08:34.058Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28782026-08-24T22:08:34.058Z[ host-package] Compiling dropshot v0.17.1
28792026-08-24T22:08:34.058Z[ host-package] Compiling async-stream v0.3.6
28802026-08-24T22:08:34.058Z[ host-package] Compiling sha1 v0.11.0
28812026-08-24T22:08:34.058Z[ host-package] Compiling progenitor-client v0.14.0
28822026-08-24T22:08:34.058Z[ host-package] Compiling waitgroup v0.1.2
28832026-08-24T22:08:34.080Z[ host-package] Compiling rustls-pemfile v2.2.0
28842026-08-24T22:08:34.184Z[ host-package] Compiling backon v1.6.0
28852026-08-24T22:08:34.242Z[ host-package] Compiling serde_path_to_error v0.1.20
28862026-08-24T22:08:34.358Z[ host-package] Compiling hostname v0.4.2
28872026-08-24T22:08:34.431Z[ host-package] Compiling oxide-update-engine v0.1.2
28882026-08-24T22:08:34.457Z[ host-package] Compiling instant v0.1.13
28892026-08-24T22:08:34.461Z[ host-package] Compiling debug-ignore v1.0.5
28902026-08-24T22:08:34.612Z[ host-package] Compiling minimal-lexical v0.2.1
28912026-08-24T22:08:34.680Z[ host-package] Compiling progenitor-extras v0.2.0
28922026-08-24T22:08:34.680Z[ host-package] Compiling backoff v0.4.0
28932026-08-24T22:08:34.789Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28942026-08-24T22:08:34.794Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28952026-08-24T22:08:34.981Z[ host-package] Compiling nom v7.1.3
28962026-08-24T22:08:34.984Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28972026-08-24T22:08:35.080Z[ host-package] Compiling parse-display v0.10.0
28982026-08-24T22:08:35.083Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28992026-08-24T22:08:35.083Z[ host-package] Compiling hickory-proto v0.24.4
29002026-08-24T22:08:35.514Z[ host-package] Compiling regress v0.10.5
29012026-08-24T22:08:35.702Z[ host-package] Compiling itertools v0.14.0
29022026-08-24T22:08:35.917Z[ host-package] Compiling macaddr v1.0.1
29032026-08-24T22:08:36.216Z[ host-package] Compiling unicode-xid v0.2.6
29042026-08-24T22:08:36.281Z[ host-package] Compiling humantime v2.3.0
29052026-08-24T22:08:36.425Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29062026-08-24T22:08:36.616Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29072026-08-24T22:08:36.703Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29082026-08-24T22:08:36.743Z[ host-package] Compiling convert_case v0.10.0
29092026-08-24T22:08:36.840Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29102026-08-24T22:08:37.134Z[ host-package] Compiling typify-macro v0.6.2
29112026-08-24T22:08:37.174Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29122026-08-24T22:08:37.274Z[ host-package] Compiling derive_more-impl v2.1.1
29132026-08-24T22:08:37.350Z[ host-package] Compiling toml v0.8.23
29142026-08-24T22:08:37.538Z[ host-package] Compiling papergrid v0.11.0
29152026-08-24T22:08:37.687Z[ host-package] Compiling tabled_derive v0.7.0
29162026-08-24T22:08:37.882Z[ host-package] Compiling termtree v0.5.1
29172026-08-24T22:08:38.063Z[ host-package] Compiling hickory-resolver v0.24.4
29182026-08-24T22:08:38.101Z[ host-package] Compiling phf_shared v0.12.1
29192026-08-24T22:08:38.129Z[ helios-setup] Aug 24 22:08:37.425 INFO E| Finished `release` profile [optimized] target(s) in 12.49s
29202026-08-24T22:08:38.158Z[ helios-setup] Aug 24 22:08:37.456 INFO building project "dmar-report" ok (12 seconds)
29212026-08-24T22:08:38.162Z[ helios-setup] Aug 24 22:08:37.456 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
29222026-08-24T22:08:38.204Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29232026-08-24T22:08:38.231Z[ host-package] Compiling derive_more v2.1.1
29242026-08-24T22:08:38.345Z[ host-package] Compiling crossterm v0.29.0
29252026-08-24T22:08:38.366Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29262026-08-24T22:08:38.655Z[ host-package] Compiling tabled v0.15.0
29272026-08-24T22:08:38.856Z[ host-package] Compiling typify v0.6.2
29282026-08-24T22:08:39.107Z[ host-package] Compiling progenitor-impl v0.14.0
29292026-08-24T22:08:39.982Z[ host-package] Compiling qorb v0.4.1
29302026-08-24T22:08:40.023Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29312026-08-24T22:08:40.593Z[ host-package] Compiling vte v0.14.1
29322026-08-24T22:08:40.938Z[ host-package] Compiling csv-core v0.1.13
29332026-08-24T22:08:41.360Z[ host-package] Compiling highway v1.3.0
29342026-08-24T22:08:41.387Z[ host-package] Compiling chrono-tz v0.10.4
29352026-08-24T22:08:41.446Z[ host-package] Compiling progenitor-macro v0.14.0
29362026-08-24T22:08:42.103Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29372026-08-24T22:08:42.798Z[ host-package] Compiling csv v1.4.0
29382026-08-24T22:08:43.126Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29392026-08-24T22:08:43.237Z[ host-package] Compiling phf v0.12.1
29402026-08-24T22:08:43.501Z[ host-package] Compiling const_format_proc_macros v0.2.34
29412026-08-24T22:08:43.570Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29422026-08-24T22:08:43.896Z[ host-package] Compiling fd-lock v4.0.4
29432026-08-24T22:08:43.940Z[ host-package] Compiling peg-macros v0.8.5
29442026-08-24T22:08:44.125Z[ host-package] Compiling nu-ansi-term v0.50.3
29452026-08-24T22:08:44.474Z[ host-package] Compiling const_format v0.2.35
29462026-08-24T22:08:44.553Z[ host-package] Compiling reedline v0.40.0
29472026-08-24T22:08:44.743Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29482026-08-24T22:08:45.033Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29492026-08-24T22:08:45.457Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29502026-08-24T22:08:45.831Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29512026-08-24T22:08:46.053Z[ host-package] Compiling progenitor v0.14.0
29522026-08-24T22:08:46.287Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29532026-08-24T22:08:46.623Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29542026-08-24T22:08:46.842Z[ host-package] Compiling peg v0.8.5
29552026-08-24T22:08:47.026Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29562026-08-24T22:08:47.145Z[ host-package] Compiling bcs v0.1.6
29572026-08-24T22:08:47.177Z[ host-package] Compiling nom v8.0.0
29582026-08-24T22:08:47.645Z[ host-package] Compiling semver v0.1.20
29592026-08-24T22:08:47.977Z[ host-package] Compiling rustc_version v0.1.7
29602026-08-24T22:08:48.260Z[ host-package] Compiling newtype_derive v0.1.6
29612026-08-24T22:08:48.291Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29622026-08-24T22:08:48.506Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29632026-08-24T22:08:48.733Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29642026-08-24T22:08:48.927Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29652026-08-24T22:08:48.983Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29662026-08-24T22:08:49.345Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29672026-08-24T22:08:49.586Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29682026-08-24T22:08:49.685Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29692026-08-24T22:08:49.891Z[ host-package] Compiling steno v0.4.1
29702026-08-24T22:08:50.105Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
29712026-08-24T22:08:50.527Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29722026-08-24T22:08:50.818Z[ host-package] Compiling sha1 v0.10.6
29732026-08-24T22:08:51.372Z[ host-package] Compiling tagptr v0.2.0
29742026-08-24T22:08:51.689Z[ host-package] Compiling utf-8 v0.7.6
29752026-08-24T22:08:51.860Z[ host-package] Compiling moka v0.12.13
29762026-08-24T22:08:51.893Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29772026-08-24T22:08:52.057Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29782026-08-24T22:08:52.102Z[ host-package] Compiling tungstenite v0.21.0
29792026-08-24T22:08:52.624Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29802026-08-24T22:08:53.362Z[ host-package] Compiling hickory-resolver v0.25.2
29812026-08-24T22:08:53.386Z[ host-package] Compiling tokio-tungstenite v0.21.0
29822026-08-24T22:08:53.847Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29832026-08-24T22:08:54.517Z[ host-package] Compiling darling_core v0.21.3
29842026-08-24T22:08:55.549Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29852026-08-24T22:08:55.801Z[ host-package] Compiling display-error-chain v0.2.2
29862026-08-24T22:08:56.010Z[ host-package] Compiling libscf-sys v1.2.0
29872026-08-24T22:08:56.106Z[ host-package] Compiling vergen-lib v0.1.6
29882026-08-24T22:08:56.207Z[ host-package] Compiling diesel_derives v2.3.7
29892026-08-24T22:08:56.426Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29902026-08-24T22:08:56.702Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29912026-08-24T22:08:56.877Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29922026-08-24T22:08:57.525Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29932026-08-24T22:08:57.747Z[ host-package] Compiling darling_macro v0.21.3
29942026-08-24T22:08:57.765Z[ host-package] Compiling vergen-gitcl v1.0.8
29952026-08-24T22:08:58.014Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29962026-08-24T22:08:58.057Z[ host-package] Compiling dirs-sys-next v0.1.2
29972026-08-24T22:08:58.262Z[ host-package] Compiling glob v0.3.3
29982026-08-24T22:08:58.336Z[ host-package] Compiling darling v0.21.3
29992026-08-24T22:08:58.409Z[ host-package] Compiling maplit v1.0.2
30002026-08-24T22:08:58.490Z[ host-package] Compiling dsl_auto_type v0.2.0
30012026-08-24T22:08:58.594Z[ host-package] Compiling crunchy v0.2.4
30022026-08-24T22:08:58.704Z[ host-package] Compiling clang-sys v1.8.1
30032026-08-24T22:08:58.873Z[ host-package] Compiling dirs-next v2.0.0
30042026-08-24T22:08:59.071Z[ host-package] Compiling r2d2 v0.8.10
30052026-08-24T22:08:59.121Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30062026-08-24T22:08:59.145Z[ host-package] Compiling papergrid v0.18.0
30072026-08-24T22:08:59.150Z[ host-package] Compiling xshell-macros v0.2.7
30082026-08-24T22:08:59.508Z[ host-package] Compiling downcast-rs v2.0.2
30092026-08-24T22:08:59.574Z[ host-package] Compiling tiny-keccak v2.0.2
30102026-08-24T22:08:59.654Z[ host-package] Compiling xshell v0.2.7
30112026-08-24T22:08:59.826Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30122026-08-24T22:08:59.994Z[ host-package] Compiling term v0.7.0
30132026-08-24T22:09:00.039Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30142026-08-24T22:09:00.174Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30152026-08-24T22:09:00.536Z[ host-package] Compiling tabled v0.21.0
30162026-08-24T22:09:00.563Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30172026-08-24T22:09:00.606Z[ host-package] Compiling bit-vec v0.6.3
30182026-08-24T22:09:00.661Z[ host-package] Compiling ascii-canvas v3.0.0
30192026-08-24T22:09:00.891Z[ host-package] Compiling bit-set v0.5.3
30202026-08-24T22:09:00.894Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30212026-08-24T22:09:00.993Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30222026-08-24T22:09:01.111Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30232026-08-24T22:09:01.239Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30242026-08-24T22:09:01.516Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30252026-08-24T22:09:01.808Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30262026-08-24T22:09:01.892Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30272026-08-24T22:09:02.172Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30282026-08-24T22:09:02.211Z[ host-package] Compiling itertools v0.10.5
30292026-08-24T22:09:02.351Z[ host-package] Compiling ena v0.14.4
30302026-08-24T22:09:02.484Z[ host-package] Compiling libloading v0.8.9
30312026-08-24T22:09:02.648Z[ helios-setup] Aug 24 22:09:01.942 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')"
30322026-08-24T22:09:02.648Z[ helios-setup] Aug 24 22:09:01.943 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30332026-08-24T22:09:02.651Z[ host-package] Compiling unicase v2.9.0
30342026-08-24T22:09:02.655Z[ helios-setup] Aug 24 22:09:01.952 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
30352026-08-24T22:09:02.655Z[ helios-setup] Aug 24 22:09:01.952 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30362026-08-24T22:09:02.655Z[ helios-setup] Aug 24 22:09:01.952 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30372026-08-24T22:09:02.763Z[ helios-setup] Aug 24 22:09:02.062 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30382026-08-24T22:09:02.770Z[ host-package] Compiling bindgen v0.71.1
30392026-08-24T22:09:03.009Z[ host-package] Compiling regex-syntax v0.6.29
30402026-08-24T22:09:03.118Z[ host-package] Compiling diff v0.1.13
30412026-08-24T22:09:03.132Z[ helios-setup] Aug 24 22:09:02.430 INFO E| From https://github.com/jclulow/rust-jmclib
30422026-08-24T22:09:03.132Z[ helios-setup] Aug 24 22:09:02.430 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30432026-08-24T22:09:03.144Z[ helios-setup] Aug 24 22:09:02.441 INFO E| Updating crates.io index
30442026-08-24T22:09:03.289Z[ helios-setup] Aug 24 22:09:02.587 INFO E| Downloading crates ...
30452026-08-24T22:09:03.344Z[ helios-setup] Aug 24 22:09:02.642 INFO E| Downloaded md-5 v0.9.1
30462026-08-24T22:09:03.356Z[ helios-setup] Aug 24 22:09:02.653 INFO E| Downloaded getrandom v0.2.10
30472026-08-24T22:09:03.361Z[ helios-setup] Aug 24 22:09:02.655 INFO E| Downloaded proc-macro2 v1.0.66
30482026-08-24T22:09:03.362Z[ helios-setup] Aug 24 22:09:02.658 INFO E| Downloaded block-buffer v0.9.0
30492026-08-24T22:09:03.363Z[ helios-setup] Aug 24 22:09:02.659 INFO E| Downloaded digest v0.9.0
30502026-08-24T22:09:03.367Z[ helios-setup] Aug 24 22:09:02.659 INFO E| Downloaded fastrand v2.0.0
30512026-08-24T22:09:03.367Z[ helios-setup] Aug 24 22:09:02.660 INFO E| Downloaded itoa v1.0.9
30522026-08-24T22:09:03.367Z[ helios-setup] Aug 24 22:09:02.661 INFO E| Downloaded glob v0.3.1
30532026-08-24T22:09:03.367Z[ helios-setup] Aug 24 22:09:02.662 INFO E| Downloaded libdevinfo-sys v1.0.0
30542026-08-24T22:09:03.367Z[ helios-setup] Aug 24 22:09:02.662 INFO E| Downloaded opaque-debug v0.3.0
30552026-08-24T22:09:03.367Z[ helios-setup] Aug 24 22:09:02.663 INFO E| Downloaded cpufeatures v0.2.9
30562026-08-24T22:09:03.371Z[ helios-setup] Aug 24 22:09:02.668 INFO E| Downloaded sha-1 v0.9.8
30572026-08-24T22:09:03.394Z[ helios-setup] Aug 24 22:09:02.675 INFO E| Downloaded errno v0.3.1
30582026-08-24T22:09:03.397Z[ helios-setup] Aug 24 22:09:02.695 INFO E| Downloaded anyhow v1.0.72
30592026-08-24T22:09:03.405Z[ helios-setup] Aug 24 22:09:02.703 INFO E| Downloaded unicode-width v0.1.10
30602026-08-24T22:09:03.408Z[ helios-setup] Aug 24 22:09:02.704 INFO E| Downloaded quote v1.0.31
30612026-08-24T22:09:03.408Z[ helios-setup] Aug 24 22:09:02.705 INFO E| Downloaded tempfile v3.7.0
30622026-08-24T22:09:03.412Z[ helios-setup] Aug 24 22:09:02.707 INFO E| Downloaded walkdir v2.3.3
30632026-08-24T22:09:03.415Z[ helios-setup] Aug 24 22:09:02.713 INFO E| Downloaded unicode-ident v1.0.11
30642026-08-24T22:09:03.419Z[ helios-setup] Aug 24 22:09:02.715 INFO E| Downloaded ryu v1.0.15
30652026-08-24T22:09:03.420Z[ helios-setup] Aug 24 22:09:02.717 INFO E| Downloaded uuid v0.8.2
30662026-08-24T22:09:03.423Z[ helios-setup] Aug 24 22:09:02.719 INFO E| Downloaded bitflags v2.3.3
30672026-08-24T22:09:03.423Z[ helios-setup] Aug 24 22:09:02.720 INFO E| Downloaded once_cell v1.18.0
30682026-08-24T22:09:03.429Z[ helios-setup] Aug 24 22:09:02.727 INFO E| Downloaded typenum v1.16.0
30692026-08-24T22:09:03.432Z[ helios-setup] Aug 24 22:09:02.728 INFO E| Downloaded serde_derive v1.0.193
30702026-08-24T22:09:03.437Z[ helios-setup] Aug 24 22:09:02.736 INFO E| Downloaded serde v1.0.193
30712026-08-24T22:09:03.441Z[ helios-setup] Aug 24 22:09:02.738 INFO E| Downloaded toml v0.5.11
30722026-08-24T22:09:03.458Z[ helios-setup] Aug 24 22:09:02.756 INFO E| Downloaded serde_json v1.0.103
30732026-08-24T22:09:03.482Z[ helios-setup] Aug 24 22:09:02.780 INFO E| Downloaded syn v2.0.32
30742026-08-24T22:09:03.499Z[ helios-setup] Aug 24 22:09:02.797 INFO E| Downloaded rustix v0.38.4
30752026-08-24T22:09:03.526Z[ helios-setup] Aug 24 22:09:02.823 INFO E| Downloaded libc v0.2.147
30762026-08-24T22:09:03.529Z[ host-package] Compiling cexpr v0.6.0
30772026-08-24T22:09:03.594Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30782026-08-24T22:09:03.603Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling libc v0.2.147
30792026-08-24T22:09:03.604Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling proc-macro2 v1.0.66
30802026-08-24T22:09:03.604Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling cfg-if v1.0.0
30812026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling unicode-ident v1.0.11
30822026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling version_check v0.9.4
30832026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling typenum v1.16.0
30842026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling serde v1.0.193
30852026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling rustix v0.38.4
30862026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling num-conv v0.1.0
30872026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling slog v2.7.0
30882026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.901 INFO E| Compiling time-core v0.1.2
30892026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.902 INFO E| Compiling itoa v1.0.9
30902026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.902 INFO E| Compiling powerfmt v0.2.0
30912026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.902 INFO E| Compiling once_cell v1.18.0
30922026-08-24T22:09:03.608Z[ helios-setup] Aug 24 22:09:02.902 INFO E| Compiling num_threads v0.1.6
30932026-08-24T22:09:03.609Z[ helios-setup] Aug 24 22:09:02.902 INFO E| Compiling bitflags v2.3.3
30942026-08-24T22:09:03.862Z[ host-package] Compiling crc8 v0.1.1
30952026-08-24T22:09:03.940Z[ helios-setup] Aug 24 22:09:03.238 INFO E| Compiling serde_json v1.0.103
30962026-08-24T22:09:03.958Z[ helios-setup] Aug 24 22:09:03.256 INFO E| Compiling anyhow v1.0.72
30972026-08-24T22:09:03.970Z[ helios-setup] Aug 24 22:09:03.268 INFO E| Compiling fastrand v2.0.0
30982026-08-24T22:09:04.099Z[ helios-setup] Aug 24 22:09:03.397 INFO E| Compiling thread_local v1.1.7
30992026-08-24T22:09:04.159Z[ helios-setup] Aug 24 22:09:03.457 INFO E| Compiling deranged v0.3.11
31002026-08-24T22:09:04.247Z[ host-package] Compiling diesel v2.3.7
31012026-08-24T22:09:04.317Z[ helios-setup] Aug 24 22:09:03.615 INFO E| Compiling opaque-debug v0.3.0
31022026-08-24T22:09:04.392Z[ helios-setup] Aug 24 22:09:03.690 INFO E| Compiling cpufeatures v0.2.9
31032026-08-24T22:09:04.396Z[ host-package] Compiling rustc-hash v2.1.1
31042026-08-24T22:09:04.418Z[ helios-setup] Aug 24 22:09:03.716 INFO E| Compiling generic-array v0.14.7
31052026-08-24T22:09:04.427Z[ helios-setup] Aug 24 22:09:03.722 INFO E| Compiling unicode-width v0.1.10
31062026-08-24T22:09:04.454Z[ helios-setup] Aug 24 22:09:03.751 INFO E| Compiling ryu v1.0.15
31072026-08-24T22:09:04.481Z[ helios-setup] Aug 24 22:09:03.778 INFO E| Compiling same-file v1.0.6
31082026-08-24T22:09:04.517Z[ helios-setup] Aug 24 22:09:03.815 INFO E| Compiling glob v0.3.1
31092026-08-24T22:09:04.550Z[ helios-setup] Aug 24 22:09:03.849 INFO E| Compiling time-macros v0.2.18
31102026-08-24T22:09:04.609Z[ helios-setup] Aug 24 22:09:03.907 INFO E| Compiling getopts v0.2.21
31112026-08-24T22:09:04.631Z[ helios-setup] Aug 24 22:09:03.930 INFO E| Compiling libdevinfo-sys v1.0.0
31122026-08-24T22:09:04.745Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31132026-08-24T22:09:04.752Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31142026-08-24T22:09:04.787Z[ helios-setup] Aug 24 22:09:04.086 INFO E| Compiling walkdir v2.3.3
31152026-08-24T22:09:04.865Z[ helios-setup] Aug 24 22:09:04.163 INFO E| Compiling quote v1.0.31
31162026-08-24T22:09:04.987Z[ host-package] Compiling headers-core v0.3.0
31172026-08-24T22:09:05.122Z[ helios-setup] Aug 24 22:09:04.420 INFO E| Compiling syn v2.0.32
31182026-08-24T22:09:05.267Z[ host-package] Compiling lalrpop v0.19.12
31192026-08-24T22:09:05.345Z[ helios-setup] Aug 24 22:09:04.644 INFO E| Compiling dirs-sys-next v0.1.2
31202026-08-24T22:09:05.345Z[ helios-setup] Aug 24 22:09:04.644 INFO E| Compiling errno v0.3.1
31212026-08-24T22:09:05.349Z[ helios-setup] Aug 24 22:09:04.644 INFO E| Compiling atty v0.2.14
31222026-08-24T22:09:05.349Z[ helios-setup] Aug 24 22:09:04.644 INFO E| Compiling getrandom v0.2.10
31232026-08-24T22:09:05.567Z[ helios-setup] Aug 24 22:09:04.865 INFO E| Compiling dirs-next v2.0.0
31242026-08-24T22:09:05.642Z[ helios-setup] Aug 24 22:09:04.940 INFO E| Compiling term v0.7.0
31252026-08-24T22:09:05.693Z[ host-package] Compiling libxml v0.3.3
31262026-08-24T22:09:06.073Z[ host-package] Compiling headers v0.4.1
31272026-08-24T22:09:06.215Z[ helios-setup] Aug 24 22:09:05.513 INFO E| Compiling digest v0.9.0
31282026-08-24T22:09:06.215Z[ helios-setup] Aug 24 22:09:05.513 INFO E| Compiling block-buffer v0.9.0
31292026-08-24T22:09:06.309Z[ helios-setup] Aug 24 22:09:05.606 INFO E| Compiling time v0.3.36
31302026-08-24T22:09:06.328Z[ helios-setup] Aug 24 22:09:05.626 INFO E| Compiling sha-1 v0.9.8
31312026-08-24T22:09:06.328Z[ helios-setup] Aug 24 22:09:05.626 INFO E| Compiling md-5 v0.9.1
31322026-08-24T22:09:06.429Z[ helios-setup] Aug 24 22:09:05.727 INFO E| Compiling tempfile v3.7.0
31332026-08-24T22:09:06.446Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31342026-08-24T22:09:06.768Z[ host-package] Compiling strum_macros v0.24.3
31352026-08-24T22:09:06.854Z[ host-package] Compiling indoc v1.0.9
31362026-08-24T22:09:07.339Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31372026-08-24T22:09:07.352Z[ helios-setup] Aug 24 22:09:06.648 INFO E| Compiling slog-term v2.9.0
31382026-08-24T22:09:07.421Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31392026-08-24T22:09:07.675Z[ host-package] Compiling derive_builder v0.20.2
31402026-08-24T22:09:07.751Z[ host-package] Compiling oso-derive v0.27.3
31412026-08-24T22:09:07.829Z[ helios-setup] Aug 24 22:09:07.127 INFO E| Compiling serde_derive v1.0.193
31422026-08-24T22:09:07.901Z[ host-package] Compiling quick-xml v0.37.5
31432026-08-24T22:09:07.943Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31442026-08-24T22:09:08.207Z[ host-package] Compiling openssl-probe v0.1.6
31452026-08-24T22:09:08.377Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31462026-08-24T22:09:08.408Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31472026-08-24T22:09:08.589Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31482026-08-24T22:09:09.143Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31492026-08-24T22:09:09.298Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31502026-08-24T22:09:09.343Z[ host-package] Compiling bb8 v0.8.6
31512026-08-24T22:09:09.380Z[ host-package] Compiling trait-variant v0.1.2
31522026-08-24T22:09:09.623Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31532026-08-24T22:09:09.716Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31542026-08-24T22:09:09.754Z[ host-package] Compiling half v1.8.3
31552026-08-24T22:09:09.931Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31562026-08-24T22:09:09.972Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31572026-08-24T22:09:10.069Z[ host-package] Compiling serde_cbor v0.11.2
31582026-08-24T22:09:10.246Z[ host-package] Compiling proc-macro-error2 v2.0.1
31592026-08-24T22:09:10.358Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31602026-08-24T22:09:10.612Z[ host-package] Compiling hashbrown v0.14.5
31612026-08-24T22:09:10.668Z[ host-package] Compiling rfc6979 v0.4.0
31622026-08-24T22:09:10.875Z[ host-package] Compiling salty v0.3.0
31632026-08-24T22:09:10.992Z[ host-package] Compiling ecdsa v0.16.9
31642026-08-24T22:09:11.121Z[ host-package] Compiling samael v0.0.19
31652026-08-24T22:09:11.168Z[ host-package] Compiling knus-derive v3.4.0
31662026-08-24T22:09:11.257Z[ host-package] Compiling chumsky v0.9.3
31672026-08-24T22:09:11.479Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31682026-08-24T22:09:11.543Z[ host-package] Compiling progenitor-impl v0.13.0
31692026-08-24T22:09:11.767Z[ host-package] Compiling primeorder v0.13.6
31702026-08-24T22:09:12.079Z[ host-package] Compiling nonempty v0.12.0
31712026-08-24T22:09:12.281Z[ helios-setup] Aug 24 22:09:11.579 INFO E| Compiling toml v0.5.11
31722026-08-24T22:09:12.281Z[ helios-setup] Aug 24 22:09:11.579 INFO E| Compiling uuid v0.8.2
31732026-08-24T22:09:12.355Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31742026-08-24T22:09:12.523Z[ host-package] Compiling p384 v0.13.1
31752026-08-24T22:09:12.739Z[ host-package] Compiling knus v3.4.0
31762026-08-24T22:09:13.096Z[ helios-setup] Aug 24 22:09:12.394 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31772026-08-24T22:09:13.714Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31782026-08-24T22:09:13.907Z[ helios-setup] Aug 24 22:09:13.205 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31792026-08-24T22:09:13.936Z[ host-package] Compiling progenitor-macro v0.13.0
31802026-08-24T22:09:14.059Z[ host-package] Compiling polar-core v0.27.3
31812026-08-24T22:09:14.269Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31822026-08-24T22:09:14.887Z[ host-package] Compiling progenitor-client v0.13.0
31832026-08-24T22:09:15.275Z[ host-package] Compiling fxhash v0.2.1
31842026-08-24T22:09:15.482Z[ host-package] Compiling libz-sys v1.1.24
31852026-08-24T22:09:15.539Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31862026-08-24T22:09:15.604Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31872026-08-24T22:09:16.239Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-08-24T22:09:16.335Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31892026-08-24T22:09:16.420Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31902026-08-24T22:09:17.001Z[ host-package] Compiling kstat-rs v0.2.5
31912026-08-24T22:09:17.805Z[ host-package] Compiling mime_guess v2.0.5
31922026-08-24T22:09:18.322Z[ helios-setup] Aug 24 22:09:17.621 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.65s
31932026-08-24T22:09:18.348Z[ helios-setup] Aug 24 22:09:17.644 INFO building project "image-builder" ok (15 seconds)
31942026-08-24T22:09:18.348Z[ helios-setup] Aug 24 22:09:17.645 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31952026-08-24T22:09:18.356Z[ helios-setup] Aug 24 22:09:17.654 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
31962026-08-24T22:09:18.356Z[ helios-setup] Aug 24 22:09:17.654 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31972026-08-24T22:09:18.356Z[ helios-setup] Aug 24 22:09:17.654 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31982026-08-24T22:09:18.385Z[ host-package] Compiling progenitor v0.13.0
31992026-08-24T22:09:18.430Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32002026-08-24T22:09:18.470Z[ helios-setup] Aug 24 22:09:17.767 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32012026-08-24T22:09:18.793Z[ helios-setup] Aug 24 22:09:18.091 INFO E| From https://github.com/jclulow/hiercmd
32022026-08-24T22:09:18.793Z[ helios-setup] Aug 24 22:09:18.091 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32032026-08-24T22:09:18.805Z[ helios-setup] Aug 24 22:09:18.103 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32042026-08-24T22:09:18.910Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32052026-08-24T22:09:19.116Z[ helios-setup] Aug 24 22:09:18.414 INFO E| From https://github.com/oxidecomputer/network-interface
32062026-08-24T22:09:19.117Z[ helios-setup] Aug 24 22:09:18.414 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32072026-08-24T22:09:19.120Z[ host-package] Compiling nanorand v0.7.0
32082026-08-24T22:09:19.128Z[ helios-setup] Aug 24 22:09:18.426 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32092026-08-24T22:09:19.478Z[ helios-setup] Aug 24 22:09:18.776 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32102026-08-24T22:09:19.478Z[ helios-setup] Aug 24 22:09:18.776 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32112026-08-24T22:09:19.503Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
32122026-08-24T22:09:19.507Z[ helios-setup] Aug 24 22:09:18.805 INFO E| Updating crates.io index
32132026-08-24T22:09:19.575Z[ host-package] Compiling parking_lot_core v0.8.6
32142026-08-24T22:09:19.674Z[ helios-setup] Aug 24 22:09:18.972 INFO E| Downloading crates ...
32152026-08-24T22:09:19.701Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
32162026-08-24T22:09:19.745Z[ helios-setup] Aug 24 22:09:19.039 INFO E| Downloaded crc v3.3.0
32172026-08-24T22:09:19.745Z[ helios-setup] Aug 24 22:09:19.040 INFO E| Downloaded bitfield-macros v0.19.3
32182026-08-24T22:09:19.745Z[ helios-setup] Aug 24 22:09:19.041 INFO E| Downloaded clap_lex v0.7.6
32192026-08-24T22:09:19.745Z[ helios-setup] Aug 24 22:09:19.041 INFO E| Downloaded env_filter v0.1.4
32202026-08-24T22:09:19.748Z[ helios-setup] Aug 24 22:09:19.044 INFO E| Downloaded clap_derive v4.5.49
32212026-08-24T22:09:19.749Z[ helios-setup] Aug 24 22:09:19.046 INFO E| Downloaded deranged v0.5.5
32222026-08-24T22:09:19.752Z[ helios-setup] Aug 24 22:09:19.047 INFO E| Downloaded time-core v0.1.6
32232026-08-24T22:09:19.752Z[ helios-setup] Aug 24 22:09:19.049 INFO E| Downloaded anstyle v1.0.13
32242026-08-24T22:09:19.752Z[ helios-setup] Aug 24 22:09:19.050 INFO E| Downloaded anstyle-query v1.1.4
32252026-08-24T22:09:19.755Z[ helios-setup] Aug 24 22:09:19.051 INFO E| Downloaded bitflags v2.10.0
32262026-08-24T22:09:19.755Z[ helios-setup] Aug 24 22:09:19.053 INFO E| Downloaded clap v4.5.51
32272026-08-24T22:09:19.769Z[ helios-setup] Aug 24 22:09:19.065 INFO E| Downloaded devinfo v0.1.0
32282026-08-24T22:09:19.772Z[ helios-setup] Aug 24 22:09:19.068 INFO E| Downloaded futures-task v0.3.31
32292026-08-24T22:09:19.776Z[ helios-setup] Aug 24 22:09:19.071 INFO E| Downloaded libdevinfo-sys v1.1.0
32302026-08-24T22:09:19.784Z[ helios-setup] Aug 24 22:09:19.080 INFO E| Downloaded simd-adler32 v0.3.7
32312026-08-24T22:09:19.792Z[ helios-setup] Aug 24 22:09:19.089 INFO E| Downloaded futures-macro v0.3.31
32322026-08-24T22:09:19.799Z[ helios-setup] Aug 24 22:09:19.097 INFO E| Downloaded zeroize_derive v1.4.2
32332026-08-24T22:09:19.808Z[ helios-setup] Aug 24 22:09:19.106 INFO E| Downloaded futures-io v0.3.31
32342026-08-24T22:09:19.825Z[ helios-setup] Aug 24 22:09:19.123 INFO E| Downloaded futures-sink v0.3.31
32352026-08-24T22:09:19.834Z[ helios-setup] Aug 24 22:09:19.132 INFO E| Downloaded futures-executor v0.3.31
32362026-08-24T22:09:19.838Z[ helios-setup] Aug 24 22:09:19.134 INFO E| Downloaded serde_spanned v1.0.3
32372026-08-24T22:09:19.838Z[ helios-setup] Aug 24 22:09:19.134 INFO E| Downloaded generic-array v0.14.9
32382026-08-24T22:09:19.842Z[ helios-setup] Aug 24 22:09:19.141 INFO E| Downloaded toml_datetime v0.7.3
32392026-08-24T22:09:19.846Z[ helios-setup] Aug 24 22:09:19.142 INFO E| Downloaded quote v1.0.41
32402026-08-24T22:09:19.846Z[ helios-setup] Aug 24 22:09:19.143 INFO E| Downloaded futures-core v0.3.31
32412026-08-24T22:09:19.849Z[ helios-setup] Aug 24 22:09:19.145 INFO E| Downloaded getopts v0.2.24
32422026-08-24T22:09:19.855Z[ helios-setup] Aug 24 22:09:19.151 INFO E| Downloaded signal-hook-registry v1.4.6
32432026-08-24T22:09:19.858Z[ helios-setup] Aug 24 22:09:19.153 INFO E| Downloaded tokio-macros v2.6.0
32442026-08-24T22:09:19.858Z[ helios-setup] Aug 24 22:09:19.153 INFO E| Downloaded toml_writer v1.0.4
32452026-08-24T22:09:19.859Z[ helios-setup] Aug 24 22:09:19.156 INFO E| Downloaded futures-channel v0.3.31
32462026-08-24T22:09:19.862Z[ helios-setup] Aug 24 22:09:19.159 INFO E| Downloaded base64ct v1.8.0
32472026-08-24T22:09:19.867Z[ helios-setup] Aug 24 22:09:19.161 INFO E| Downloaded num_enum v0.7.5
32482026-08-24T22:09:19.867Z[ helios-setup] Aug 24 22:09:19.164 INFO E| Downloaded num_enum_derive v0.7.5
32492026-08-24T22:09:19.871Z[ helios-setup] Aug 24 22:09:19.164 INFO E| Downloaded pin-utils v0.1.0
32502026-08-24T22:09:19.871Z[ helios-setup] Aug 24 22:09:19.165 INFO E| Downloaded slab v0.4.11
32512026-08-24T22:09:19.871Z[ helios-setup] Aug 24 22:09:19.166 INFO E| Downloaded zeroize v1.8.2
32522026-08-24T22:09:19.871Z[ helios-setup] Aug 24 22:09:19.166 INFO E| Downloaded thiserror-impl v2.0.17
32532026-08-24T22:09:19.871Z[ helios-setup] Aug 24 22:09:19.167 INFO E| Downloaded time-macros v0.2.24
32542026-08-24T22:09:19.875Z[ helios-setup] Aug 24 22:09:19.169 INFO E| Downloaded env_logger v0.11.8
32552026-08-24T22:09:19.878Z[ helios-setup] Aug 24 22:09:19.174 INFO E| Downloaded bitfield v0.19.3
32562026-08-24T22:09:19.878Z[ helios-setup] Aug 24 22:09:19.177 INFO E| Downloaded find-msvc-tools v0.1.4
32572026-08-24T22:09:19.896Z[ helios-setup] Aug 24 22:09:19.186 INFO E| Downloaded unicode-ident v1.0.22
32582026-08-24T22:09:19.896Z[ helios-setup] Aug 24 22:09:19.188 INFO E| Downloaded thiserror v2.0.17
32592026-08-24T22:09:19.900Z[ helios-setup] Aug 24 22:09:19.195 INFO E| Downloaded toml_parser v1.0.4
32602026-08-24T22:09:19.905Z[ helios-setup] Aug 24 22:09:19.203 INFO E| Downloaded pin-project-lite v0.2.16
32612026-08-24T22:09:19.918Z[ helios-setup] Aug 24 22:09:19.216 INFO E| Downloaded getrandom v0.2.16
32622026-08-24T22:09:19.944Z[ helios-setup] Aug 24 22:09:19.234 INFO E| Downloaded iana-time-zone v0.1.64
32632026-08-24T22:09:19.947Z[ helios-setup] Aug 24 22:09:19.235 INFO E| Downloaded term v1.2.0
32642026-08-24T22:09:19.947Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32652026-08-24T22:09:19.947Z[ helios-setup] Aug 24 22:09:19.237 INFO E| Downloaded uuid v1.18.1
32662026-08-24T22:09:19.947Z[ helios-setup] Aug 24 22:09:19.242 INFO E| Downloaded toml v0.9.8
32672026-08-24T22:09:19.998Z[ helios-setup] Aug 24 22:09:19.276 INFO E| Downloaded futures v0.3.31
32682026-08-24T22:09:19.999Z[ helios-setup] Aug 24 22:09:19.280 INFO E| Downloaded log v0.4.28
32692026-08-24T22:09:19.999Z[ helios-setup] Aug 24 22:09:19.281 INFO E| Downloaded proc-macro2 v1.0.103
32702026-08-24T22:09:19.999Z[ helios-setup] Aug 24 22:09:19.283 INFO E| Downloaded anyhow v1.0.100
32712026-08-24T22:09:19.999Z[ helios-setup] Aug 24 22:09:19.286 INFO E| Downloaded toml_edit v0.23.7
32722026-08-24T22:09:19.999Z[ helios-setup] Aug 24 22:09:19.288 INFO E| Downloaded bytes v1.10.1
32732026-08-24T22:09:19.999Z[ helios-setup] Aug 24 22:09:19.291 INFO E| Downloaded socket2 v0.6.1
32742026-08-24T22:09:20.009Z[ helios-setup] Aug 24 22:09:19.308 INFO E| Downloaded typenum v1.19.0
32752026-08-24T22:09:20.013Z[ helios-setup] Aug 24 22:09:19.310 INFO E| Downloaded rand v0.8.5
32762026-08-24T22:09:20.061Z[ helios-setup] Aug 24 22:09:19.360 INFO E| Downloaded memchr v2.7.6
32772026-08-24T22:09:20.065Z[ helios-setup] Aug 24 22:09:19.363 INFO E| Downloaded cc v1.2.44
32782026-08-24T22:09:20.068Z[ helios-setup] Aug 24 22:09:19.365 INFO E| Downloaded flate2 v1.1.5
32792026-08-24T22:09:20.076Z[ helios-setup] Aug 24 22:09:19.368 INFO E| Downloaded mio v1.1.0
32802026-08-24T22:09:20.081Z[ helios-setup] Aug 24 22:09:19.371 INFO E| Downloaded rsa v0.9.8
32812026-08-24T22:09:20.081Z[ helios-setup] Aug 24 22:09:19.374 INFO E| Downloaded iddqd v0.3.14
32822026-08-24T22:09:20.081Z[ helios-setup] Aug 24 22:09:19.378 INFO E| Downloaded indexmap v2.12.0
32832026-08-24T22:09:20.084Z[ helios-setup] Aug 24 22:09:19.380 INFO E| Downloaded zerocopy-derive v0.8.27
32842026-08-24T22:09:20.088Z[ helios-setup] Aug 24 22:09:19.384 INFO E| Downloaded num-bigint-dig v0.8.4
32852026-08-24T22:09:20.092Z[ helios-setup] Aug 24 22:09:19.387 INFO E| Downloaded time v0.3.44
32862026-08-24T22:09:20.104Z[ helios-setup] Aug 24 22:09:19.402 INFO E| Downloaded hashbrown v0.16.0
32872026-08-24T22:09:20.110Z[ helios-setup] Aug 24 22:09:19.408 INFO E| Downloaded serde_json v1.0.145
32882026-08-24T22:09:20.116Z[ helios-setup] Aug 24 22:09:19.413 INFO E| Downloaded clap_builder v4.5.51
32892026-08-24T22:09:20.119Z[ helios-setup] Aug 24 22:09:19.417 INFO E| Downloaded winnow v0.7.13
32902026-08-24T22:09:20.124Z[ helios-setup] Aug 24 22:09:19.423 INFO E| Downloaded futures-util v0.3.31
32912026-08-24T22:09:20.132Z[ helios-setup] Aug 24 22:09:19.430 INFO E| Downloaded libm v0.2.15
32922026-08-24T22:09:20.168Z[ helios-setup] Aug 24 22:09:19.466 INFO E| Downloaded chrono v0.4.42
32932026-08-24T22:09:20.177Z[ helios-setup] Aug 24 22:09:19.474 INFO E| Downloaded zerocopy v0.8.27
32942026-08-24T22:09:20.193Z[ helios-setup] Aug 24 22:09:19.492 INFO E| Downloaded unicode-width v0.2.2
32952026-08-24T22:09:20.198Z[ helios-setup] Aug 24 22:09:19.495 INFO E| Downloaded syn v2.0.108
32962026-08-24T22:09:20.228Z[ helios-setup] Aug 24 22:09:19.526 INFO E| Downloaded rustix v1.1.2
32972026-08-24T22:09:20.285Z[ helios-setup] Aug 24 22:09:19.582 INFO E| Downloaded tokio v1.48.0
32982026-08-24T22:09:20.308Z[ helios-setup] Aug 24 22:09:19.605 INFO E| Downloaded libc v0.2.177
32992026-08-24T22:09:20.459Z[ helios-setup] Aug 24 22:09:19.755 INFO E| Compiling proc-macro2 v1.0.103
33002026-08-24T22:09:20.459Z[ helios-setup] Aug 24 22:09:19.755 INFO E| Compiling quote v1.0.41
33012026-08-24T22:09:20.459Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling unicode-ident v1.0.22
33022026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling libc v0.2.177
33032026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling serde_core v1.0.228
33042026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling cfg-if v1.0.4
33052026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling serde v1.0.228
33062026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling version_check v0.9.5
33072026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling autocfg v1.5.0
33082026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling typenum v1.19.0
33092026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling const-oid v0.9.6
33102026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling libm v0.2.15
33112026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling zerocopy v0.8.27
33122026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling rustversion v1.0.22
33132026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling smallvec v1.15.1
33142026-08-24T22:09:20.462Z[ helios-setup] Aug 24 22:09:19.756 INFO E| Compiling base64ct v1.8.0
33152026-08-24T22:09:20.795Z[ host-package] Compiling flume v0.11.1
33162026-08-24T22:09:20.911Z[ helios-setup] Aug 24 22:09:20.208 INFO E| Compiling zeroize v1.8.2
33172026-08-24T22:09:21.070Z[ helios-setup] Aug 24 22:09:20.367 INFO E| Compiling byteorder v1.5.0
33182026-08-24T22:09:21.224Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33192026-08-24T22:09:21.505Z[ helios-setup] Aug 24 22:09:20.803 INFO E| Compiling num-traits v0.2.19
33202026-08-24T22:09:21.505Z[ helios-setup] Aug 24 22:09:20.803 INFO E| Compiling pem-rfc7468 v0.7.0
33212026-08-24T22:09:21.572Z[ helios-setup] Aug 24 22:09:20.869 INFO E| Compiling flagset v0.4.7
33222026-08-24T22:09:21.665Z[ helios-setup] Aug 24 22:09:20.962 INFO E| Compiling equivalent v1.0.2
33232026-08-24T22:09:21.734Z[ helios-setup] Aug 24 22:09:21.032 INFO E| Compiling generic-array v0.14.9
33242026-08-24T22:09:21.780Z[ helios-setup] Aug 24 22:09:21.078 INFO E| Compiling anyhow v1.0.100
33252026-08-24T22:09:21.787Z[ helios-setup] Aug 24 22:09:21.084 INFO E| Compiling utf8parse v0.2.2
33262026-08-24T22:09:21.802Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33272026-08-24T22:09:21.839Z[ helios-setup] Aug 24 22:09:21.137 INFO E| Compiling rustix v1.1.2
33282026-08-24T22:09:21.859Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33292026-08-24T22:09:21.884Z[ helios-setup] Aug 24 22:09:21.182 INFO E| Compiling crc32fast v1.5.0
33302026-08-24T22:09:21.892Z[ helios-setup] Aug 24 22:09:21.190 INFO E| Compiling winnow v0.7.13
33312026-08-24T22:09:21.935Z[ helios-setup] Aug 24 22:09:21.231 INFO E| Compiling hashbrown v0.16.0
33322026-08-24T22:09:22.108Z[ helios-setup] Aug 24 22:09:21.403 INFO E| Compiling memchr v2.7.6
33332026-08-24T22:09:22.212Z[ helios-setup] Aug 24 22:09:21.510 INFO E| Compiling getrandom v0.2.16
33342026-08-24T22:09:22.381Z[ helios-setup] Aug 24 22:09:21.679 INFO E| Compiling errno v0.3.14
33352026-08-24T22:09:22.442Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33362026-08-24T22:09:22.546Z[ helios-setup] Aug 24 22:09:21.844 INFO E| Compiling anstyle-parse v0.2.7
33372026-08-24T22:09:22.697Z[ helios-setup] Aug 24 22:09:21.995 INFO E| Compiling rand_core v0.6.4
33382026-08-24T22:09:22.828Z[ helios-setup] Aug 24 22:09:22.123 INFO E| Compiling syn v1.0.109
33392026-08-24T22:09:22.877Z[ helios-setup] Aug 24 22:09:22.175 INFO E| Compiling syn v2.0.108
33402026-08-24T22:09:22.951Z[ helios-setup] Aug 24 22:09:22.249 INFO E| Compiling anstyle-query v1.1.4
33412026-08-24T22:09:22.991Z[ helios-setup] Aug 24 22:09:22.289 INFO E| Compiling is_terminal_polyfill v1.70.2
33422026-08-24T22:09:22.997Z[ helios-setup] Aug 24 22:09:22.295 INFO E| Compiling allocator-api2 v0.2.21
33432026-08-24T22:09:23.076Z[ helios-setup] Aug 24 22:09:22.374 INFO E| Compiling colorchoice v1.0.4
33442026-08-24T22:09:23.130Z[ helios-setup] Aug 24 22:09:22.429 INFO E| Compiling radium v0.7.0
33452026-08-24T22:09:23.138Z[ helios-setup] Aug 24 22:09:22.435 INFO E| Compiling toml_datetime v0.7.3
33462026-08-24T22:09:23.282Z[ helios-setup] Aug 24 22:09:22.579 INFO E| Compiling indexmap v2.12.0
33472026-08-24T22:09:23.315Z[ host-package] Compiling git-stub v1.0.0
33482026-08-24T22:09:23.363Z[ helios-setup] Aug 24 22:09:22.662 INFO E| Compiling cpufeatures v0.2.17
33492026-08-24T22:09:23.372Z[ helios-setup] Aug 24 22:09:22.669 INFO E| Compiling shlex v1.3.0
33502026-08-24T22:09:23.449Z[ helios-setup] Aug 24 22:09:22.746 INFO E| Compiling find-msvc-tools v0.1.4
33512026-08-24T22:09:23.495Z[ helios-setup] Aug 24 22:09:22.793 INFO E| Compiling anstyle v1.0.13
33522026-08-24T22:09:23.663Z[ helios-setup] Aug 24 22:09:22.961 INFO E| Compiling slog v2.8.2
33532026-08-24T22:09:23.737Z[ helios-setup] Aug 24 22:09:23.034 INFO E| Compiling crypto-common v0.1.6
33542026-08-24T22:09:23.782Z[ helios-setup] Aug 24 22:09:23.080 INFO E| Compiling block-buffer v0.10.4
33552026-08-24T22:09:23.814Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33562026-08-24T22:09:23.820Z[ helios-setup] Aug 24 22:09:23.118 INFO E| Compiling anstream v0.6.21
33572026-08-24T22:09:23.858Z[ host-package] Compiling strsim v0.10.0
33582026-08-24T22:09:23.907Z[ helios-setup] Aug 24 22:09:23.205 INFO E| Compiling cc v1.2.44
33592026-08-24T22:09:23.955Z[ helios-setup] Aug 24 22:09:23.254 INFO E| Compiling futures-core v0.3.31
33602026-08-24T22:09:23.966Z[ helios-setup] Aug 24 22:09:23.264 INFO E| Compiling tap v1.0.1
33612026-08-24T22:09:24.062Z[ host-package] Compiling http-range v0.1.5
33622026-08-24T22:09:24.119Z[ helios-setup] Aug 24 22:09:23.417 INFO E| Compiling digest v0.10.7
33632026-08-24T22:09:24.140Z[ helios-setup] Aug 24 22:09:23.437 INFO E| Compiling pin-project-lite v0.2.16
33642026-08-24T22:09:24.207Z[ helios-setup] Aug 24 22:09:23.505 INFO E| Compiling maybe-uninit v2.0.0
33652026-08-24T22:09:24.378Z[ helios-setup] Aug 24 22:09:23.677 INFO E| Compiling futures-sink v0.3.31
33662026-08-24T22:09:24.410Z[ helios-setup] Aug 24 22:09:23.708 INFO E| Compiling toml_parser v1.0.4
33672026-08-24T22:09:24.453Z[ helios-setup] Aug 24 22:09:23.751 INFO E| Compiling sha2 v0.10.9
33682026-08-24T22:09:24.510Z[ helios-setup] Aug 24 22:09:23.808 INFO E| Compiling unicode-width v0.2.2
33692026-08-24T22:09:24.520Z[ helios-setup] Aug 24 22:09:23.818 INFO E| Compiling parking_lot_core v0.9.12
33702026-08-24T22:09:24.545Z[ host-package] Compiling instability v0.3.11
33712026-08-24T22:09:24.612Z[ helios-setup] Aug 24 22:09:23.910 INFO E| Compiling pkg-config v0.3.32
33722026-08-24T22:09:24.651Z[ helios-setup] Aug 24 22:09:23.949 INFO E| Compiling futures-channel v0.3.31
33732026-08-24T22:09:24.709Z[ helios-setup] Aug 24 22:09:24.007 INFO E| Compiling wyz v0.5.1
33742026-08-24T22:09:24.741Z[ host-package] Compiling corncobs v0.1.4
33752026-08-24T22:09:24.751Z[ helios-setup] Aug 24 22:09:24.050 INFO E| Compiling num-integer v0.1.46
33762026-08-24T22:09:25.064Z[ helios-setup] Aug 24 22:09:24.362 INFO E| Compiling ahash v0.8.12
33772026-08-24T22:09:25.092Z[ host-package] Compiling darling_core v0.13.4
33782026-08-24T22:09:25.205Z[ helios-setup] Aug 24 22:09:24.503 INFO E| Compiling toml_edit v0.23.7
33792026-08-24T22:09:25.212Z[ helios-setup] Aug 24 22:09:24.510 INFO E| Compiling bytes v1.10.1
33802026-08-24T22:09:25.355Z[ helios-setup] Aug 24 22:09:24.653 INFO E| Compiling getopts v0.2.24
33812026-08-24T22:09:25.383Z[ helios-setup] Aug 24 22:09:24.682 INFO E| Compiling scopeguard v1.2.0
33822026-08-24T22:09:25.415Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33832026-08-24T22:09:25.506Z[ helios-setup] Aug 24 22:09:24.804 INFO E| Compiling pin-utils v0.1.0
33842026-08-24T22:09:25.554Z[ helios-setup] Aug 24 22:09:24.852 INFO E| Compiling futures-io v0.3.31
33852026-08-24T22:09:25.569Z[ helios-setup] Aug 24 22:09:24.867 INFO E| Compiling getrandom v0.3.4
33862026-08-24T22:09:25.569Z[ helios-setup] Aug 24 22:09:24.867 INFO E| Compiling spin v0.9.8
33872026-08-24T22:09:25.601Z[ helios-setup] Aug 24 22:09:24.899 INFO E| Compiling thiserror v1.0.69
33882026-08-24T22:09:25.607Z[ helios-setup] Aug 24 22:09:24.905 INFO E| Compiling num-conv v0.1.0
33892026-08-24T22:09:25.671Z[ host-package] Compiling git-stub-vcs v0.1.0
33902026-08-24T22:09:25.675Z[ helios-setup] Aug 24 22:09:24.971 INFO E| Compiling itoa v1.0.15
33912026-08-24T22:09:25.794Z[ helios-setup] Aug 24 22:09:25.091 INFO E| Compiling funty v2.0.0
33922026-08-24T22:09:25.797Z[ helios-setup] Aug 24 22:09:25.092 INFO E| Compiling strsim v0.11.1
33932026-08-24T22:09:25.836Z[ helios-setup] Aug 24 22:09:25.135 INFO E| Compiling packed_struct v0.10.1
33942026-08-24T22:09:25.871Z[ helios-setup] Aug 24 22:09:25.169 INFO E| Compiling futures-task v0.3.31
33952026-08-24T22:09:25.902Z[ helios-setup] Aug 24 22:09:25.200 INFO E| Compiling powerfmt v0.2.0
33962026-08-24T22:09:25.918Z[ helios-setup] Aug 24 22:09:25.216 INFO E| Compiling num-bigint-dig v0.8.4
33972026-08-24T22:09:25.977Z[ helios-setup] Aug 24 22:09:25.275 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33982026-08-24T22:09:26.342Z[ helios-setup] Aug 24 22:09:25.640 INFO E| Compiling bitflags v2.10.0
33992026-08-24T22:09:26.385Z[ helios-setup] Aug 24 22:09:25.680 INFO E| Compiling proc-macro-crate v3.4.0
34002026-08-24T22:09:26.389Z[ helios-setup] Aug 24 22:09:25.687 INFO E| Compiling heck v0.5.0
34012026-08-24T22:09:26.504Z[ helios-setup] Aug 24 22:09:25.802 INFO E| Compiling slab v0.4.11
34022026-08-24T22:09:26.550Z[ helios-setup] Aug 24 22:09:25.834 INFO E| Compiling clap_lex v0.7.6
34032026-08-24T22:09:26.559Z[ helios-setup] Aug 24 22:09:25.854 INFO E| Compiling time-core v0.1.6
34042026-08-24T22:09:26.794Z[ helios-setup] Aug 24 22:09:26.093 INFO E| Compiling time-macros v0.2.24
34052026-08-24T22:09:26.947Z[ helios-setup] Aug 24 22:09:26.245 INFO E| Compiling bitvec v1.0.1
34062026-08-24T22:09:26.995Z[ helios-setup] Aug 24 22:09:26.293 INFO E| Compiling deranged v0.5.5
34072026-08-24T22:09:27.002Z[ helios-setup] Aug 24 22:09:26.299 INFO E| Compiling lazy_static v1.5.0
34082026-08-24T22:09:27.097Z[ helios-setup] Aug 24 22:09:26.395 INFO E| Compiling lock_api v0.4.14
34092026-08-24T22:09:27.097Z[ helios-setup] Aug 24 22:09:26.395 INFO E| Compiling num-iter v0.1.45
34102026-08-24T22:09:27.134Z[ helios-setup] Aug 24 22:09:26.432 INFO E| Compiling indexmap v1.9.3
34112026-08-24T22:09:27.142Z[ helios-setup] Aug 24 22:09:26.440 INFO E| Compiling once_cell v1.21.3
34122026-08-24T22:09:27.214Z[ helios-setup] Aug 24 22:09:26.511 INFO E| Compiling log v0.4.28
34132026-08-24T22:09:27.333Z[ helios-setup] Aug 24 22:09:26.631 INFO E| Compiling serde_json v1.0.145
34142026-08-24T22:09:27.368Z[ host-package] Compiling diesel-dtrace v0.5.0
34152026-08-24T22:09:27.624Z[ helios-setup] Aug 24 22:09:26.922 INFO E| Compiling iana-time-zone v0.1.64
34162026-08-24T22:09:27.699Z[ helios-setup] Aug 24 22:09:26.998 INFO E| Compiling thiserror v2.0.17
34172026-08-24T22:09:27.788Z[ helios-setup] Aug 24 22:09:27.082 INFO E| Compiling crc-catalog v2.4.0
34182026-08-24T22:09:27.793Z[ helios-setup] Aug 24 22:09:27.091 INFO E| Compiling simd-adler32 v0.3.7
34192026-08-24T22:09:27.922Z[ helios-setup] Aug 24 22:09:27.220 INFO E| Compiling terminal_size v0.4.3
34202026-08-24T22:09:27.947Z[ helios-setup] Aug 24 22:09:27.246 INFO E| Compiling nodrop v0.1.14
34212026-08-24T22:09:27.970Z[ helios-setup] Aug 24 22:09:27.260 INFO E| Compiling adler2 v2.0.1
34222026-08-24T22:09:28.065Z[ helios-setup] Aug 24 22:09:27.363 INFO E| Compiling clap_builder v4.5.51
34232026-08-24T22:09:28.116Z[ helios-setup] Aug 24 22:09:27.414 INFO E| Compiling miniz_oxide v0.8.9
34242026-08-24T22:09:28.137Z[ host-package] Compiling oso v0.27.3
34252026-08-24T22:09:28.164Z[ helios-setup] Aug 24 22:09:27.462 INFO E| Compiling array-init v0.0.4
34262026-08-24T22:09:28.299Z[ helios-setup] Aug 24 22:09:27.596 INFO E| Compiling chrono v0.4.42
34272026-08-24T22:09:28.432Z[ helios-setup] Aug 24 22:09:27.730 INFO E| Compiling crc v3.3.0
34282026-08-24T22:09:28.485Z[ helios-setup] Aug 24 22:09:27.783 INFO E| Compiling env_filter v0.1.4
34292026-08-24T22:09:28.608Z[ host-package] Compiling async-bb8-diesel v0.2.1
34302026-08-24T22:09:28.732Z[ helios-setup] Aug 24 22:09:28.030 INFO E| Compiling parking_lot v0.12.5
34312026-08-24T22:09:28.816Z[ helios-setup] Aug 24 22:09:28.114 INFO E| Compiling smallvec v0.6.14
34322026-08-24T22:09:29.079Z[ helios-setup] Aug 24 22:09:28.377 INFO E| Compiling serde_spanned v1.0.3
34332026-08-24T22:09:29.341Z[ helios-setup] Aug 24 22:09:28.639 INFO E| Compiling signature v2.2.0
34342026-08-24T22:09:29.369Z[ helios-setup] Aug 24 22:09:28.668 INFO E| Compiling signal-hook-registry v1.4.6
34352026-08-24T22:09:29.622Z[ helios-setup] Aug 24 22:09:28.920 INFO E| Compiling time v0.3.44
34362026-08-24T22:09:29.769Z[ helios-setup] Aug 24 22:09:29.067 INFO E| Compiling socket2 v0.6.1
34372026-08-24T22:09:29.808Z[ helios-setup] Aug 24 22:09:29.106 INFO E| Compiling is-terminal v0.4.17
34382026-08-24T22:09:29.842Z[ helios-setup] Aug 24 22:09:29.140 INFO E| Compiling mio v1.1.0
34392026-08-24T22:09:29.881Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34402026-08-24T22:09:30.001Z[ helios-setup] Aug 24 22:09:29.299 INFO E| Compiling thread_local v1.1.9
34412026-08-24T22:09:30.016Z[ helios-setup] Aug 24 22:09:29.315 INFO E| Compiling toml_writer v1.0.4
34422026-08-24T22:09:30.472Z[ helios-setup] Aug 24 22:09:29.770 INFO E| Compiling serde_derive v1.0.228
34432026-08-24T22:09:30.524Z[ helios-setup] Aug 24 22:09:29.821 INFO E| Compiling zerocopy-derive v0.8.27
34442026-08-24T22:09:30.578Z[ helios-setup] Aug 24 22:09:29.876 INFO E| Compiling der_derive v0.7.3
34452026-08-24T22:09:30.627Z[ helios-setup] Aug 24 22:09:29.925 INFO E| Compiling futures-macro v0.3.31
34462026-08-24T22:09:30.777Z[ helios-setup] Aug 24 22:09:30.075 INFO E| Compiling packed_struct_codegen v0.10.1
34472026-08-24T22:09:30.819Z[ helios-setup] Aug 24 22:09:30.117 INFO E| Compiling num_enum_derive v0.7.5
34482026-08-24T22:09:30.819Z[ helios-setup] Aug 24 22:09:30.117 INFO E| Compiling zerocopy-derive v0.6.6
34492026-08-24T22:09:30.925Z[ helios-setup] Aug 24 22:09:30.223 INFO E| Compiling thiserror-impl v1.0.69
34502026-08-24T22:09:31.100Z[ helios-setup] Aug 24 22:09:30.398 INFO E| Compiling bitfield-macros v0.19.3
34512026-08-24T22:09:31.206Z[ helios-setup] Aug 24 22:09:30.504 INFO E| Compiling clap_derive v4.5.49
34522026-08-24T22:09:31.627Z[ helios-setup] Aug 24 22:09:30.925 INFO E| Compiling thiserror-impl v2.0.17
34532026-08-24T22:09:31.714Z[ helios-setup] Aug 24 22:09:31.012 INFO E| Compiling tokio-macros v2.6.0
34542026-08-24T22:09:32.632Z[ helios-setup] Aug 24 22:09:31.927 INFO E| Compiling der v0.7.10
34552026-08-24T22:09:32.672Z[ helios-setup] Aug 24 22:09:31.968 INFO E| Compiling futures-util v0.3.31
34562026-08-24T22:09:32.726Z[ helios-setup] Aug 24 22:09:32.024 INFO E| Compiling zerocopy v0.6.6
34572026-08-24T22:09:32.846Z[ helios-setup] Aug 24 22:09:32.144 INFO E| Compiling bitfield v0.19.3
34582026-08-24T22:09:32.859Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34592026-08-24T22:09:32.923Z[ helios-setup] Aug 24 22:09:32.221 INFO E| Compiling libdevinfo-sys v1.1.0
34602026-08-24T22:09:33.049Z[ helios-setup] Aug 24 22:09:32.346 INFO E| Compiling subtle v2.6.1
34612026-08-24T22:09:33.282Z[ helios-setup] Aug 24 22:09:32.580 INFO E| Compiling base64 v0.21.7
34622026-08-24T22:09:33.358Z[ helios-setup] Aug 24 22:09:32.655 INFO E| Compiling winnow v0.5.40
34632026-08-24T22:09:33.377Z[ helios-setup] Aug 24 22:09:32.670 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34642026-08-24T22:09:33.421Z[ helios-setup] Aug 24 22:09:32.718 INFO E| Compiling num_enum v0.7.5
34652026-08-24T22:09:33.532Z[ helios-setup] Aug 24 22:09:32.830 INFO E| Compiling hashbrown v0.12.3
34662026-08-24T22:09:33.594Z[ helios-setup] Aug 24 22:09:32.892 INFO E| Compiling ryu v1.0.20
34672026-08-24T22:09:33.689Z[ helios-setup] Aug 24 22:09:32.987 INFO E| Compiling term v1.2.0
34682026-08-24T22:09:33.833Z[ helios-setup] Aug 24 22:09:33.131 INFO E| Compiling devinfo v0.1.0
34692026-08-24T22:09:33.836Z[ helios-setup] Aug 24 22:09:33.131 INFO E| Compiling tokio v1.48.0
34702026-08-24T22:09:34.229Z[ helios-setup] Aug 24 22:09:33.527 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34712026-08-24T22:09:34.397Z[ helios-setup] Aug 24 22:09:33.695 INFO E| Compiling toml v0.9.8
34722026-08-24T22:09:34.559Z[ helios-setup] Aug 24 22:09:33.856 INFO E| Compiling bzip2 v0.4.4
34732026-08-24T22:09:34.585Z[ helios-setup] Aug 24 22:09:33.883 INFO E| Compiling uuid v1.18.1
34742026-08-24T22:09:34.783Z[ helios-setup] Aug 24 22:09:34.081 INFO E| Compiling spki v0.7.3
34752026-08-24T22:09:34.875Z[ helios-setup] Aug 24 22:09:34.173 INFO E| Compiling clap v4.5.51
34762026-08-24T22:09:34.880Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34772026-08-24T22:09:34.899Z[ helios-setup] Aug 24 22:09:34.197 INFO E| Compiling flate2 v1.1.5
34782026-08-24T22:09:34.973Z[ helios-setup] Aug 24 22:09:34.272 INFO E| Compiling env_logger v0.11.8
34792026-08-24T22:09:34.997Z[ host-package] Compiling ignore v0.4.25
34802026-08-24T22:09:35.170Z[ helios-setup] Aug 24 22:09:34.469 INFO E| Compiling pkcs8 v0.10.2
34812026-08-24T22:09:35.549Z[ helios-setup] Aug 24 22:09:34.847 INFO E| Compiling pkcs1 v0.7.5
34822026-08-24T22:09:35.592Z[ helios-setup] Aug 24 22:09:34.890 INFO E| Compiling x509-cert v0.2.5
34832026-08-24T22:09:36.057Z[ helios-setup] Aug 24 22:09:35.354 INFO E| Compiling foldhash v0.2.0
34842026-08-24T22:09:36.471Z[ helios-setup] Aug 24 22:09:35.769 INFO E| Compiling rustc-hash v2.1.1
34852026-08-24T22:09:36.479Z[ helios-setup] Aug 24 22:09:35.776 INFO E| Compiling hex v0.4.3
34862026-08-24T22:09:36.583Z[ helios-setup] Aug 24 22:09:35.881 INFO E| Compiling crc-any v2.5.0
34872026-08-24T22:09:36.788Z[ helios-setup] Aug 24 22:09:36.086 INFO E| Compiling bitflags v1.3.2
34882026-08-24T22:09:36.826Z[ helios-setup] Aug 24 22:09:36.124 INFO E| Compiling iddqd v0.3.14
34892026-08-24T22:09:36.914Z[ helios-setup] Aug 24 22:09:36.212 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34902026-08-24T22:09:37.205Z[ helios-setup] Aug 24 22:09:36.503 INFO E| Compiling ppv-lite86 v0.2.21
34912026-08-24T22:09:37.303Z[ helios-setup] Aug 24 22:09:36.602 INFO E| Compiling erased-serde v0.3.31
34922026-08-24T22:09:37.394Z[ helios-setup] Aug 24 22:09:36.688 INFO E| Compiling serde_spanned v0.6.9
34932026-08-24T22:09:37.494Z[ helios-setup] Aug 24 22:09:36.792 INFO E| Compiling toml_datetime v0.6.11
34942026-08-24T22:09:37.707Z[ helios-setup] Aug 24 22:09:37.005 INFO E| Compiling futures-executor v0.3.31
34952026-08-24T22:09:37.956Z[ helios-setup] Aug 24 22:09:37.254 INFO E| Compiling rand_chacha v0.3.1
34962026-08-24T22:09:38.010Z[ helios-setup] Aug 24 22:09:37.308 INFO E| Compiling toml_edit v0.19.15
34972026-08-24T22:09:38.028Z[ helios-setup] Aug 24 22:09:37.327 INFO E| Compiling hashbrown v0.13.2
34982026-08-24T22:09:38.128Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34992026-08-24T22:09:38.188Z[ helios-setup] Aug 24 22:09:37.486 INFO E| Compiling futures v0.3.31
35002026-08-24T22:09:38.188Z[ helios-setup] Aug 24 22:09:37.486 INFO E| Compiling ron v0.8.1
35012026-08-24T22:09:38.269Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35022026-08-24T22:09:38.292Z[ helios-setup] Aug 24 22:09:37.590 INFO E| Compiling serde-hex v0.1.0
35032026-08-24T22:09:38.603Z[ helios-setup] Aug 24 22:09:37.901 INFO E| Compiling rand v0.8.5
35042026-08-24T22:09:38.727Z[ helios-setup] Aug 24 22:09:38.025 INFO E| Compiling zip v0.6.6
35052026-08-24T22:09:38.772Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35062026-08-24T22:09:38.915Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35072026-08-24T22:09:39.293Z[ helios-setup] Aug 24 22:09:38.591 INFO E| Compiling slog-term v2.9.2
35082026-08-24T22:09:39.331Z[ helios-setup] Aug 24 22:09:38.629 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35092026-08-24T22:09:39.584Z[ host-package] Compiling anstyle-parse v0.2.7
35102026-08-24T22:09:39.638Z[ helios-setup] Aug 24 22:09:38.936 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35112026-08-24T22:09:39.650Z[ helios-setup] Aug 24 22:09:38.948 INFO E| Compiling object v0.30.4
35122026-08-24T22:09:39.980Z[ helios-setup] Aug 24 22:09:39.278 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35132026-08-24T22:09:40.034Z[ helios-setup] Aug 24 22:09:39.332 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35142026-08-24T22:09:40.420Z[ helios-setup] Aug 24 22:09:39.718 INFO E| Compiling path-slash v0.1.5
35152026-08-24T22:09:40.451Z[ host-package] Compiling secrecy v0.8.0
35162026-08-24T22:09:40.587Z[ host-package] Compiling castaway v0.2.4
35172026-08-24T22:09:40.864Z[ host-package] Compiling vergen-git2 v9.1.0
35182026-08-24T22:09:40.889Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35192026-08-24T22:09:41.715Z[ host-package] Compiling indoc v2.0.7
35202026-08-24T22:09:41.858Z[ helios-setup] Aug 24 22:09:41.156 INFO E| Compiling rsa v0.9.8
35212026-08-24T22:09:41.943Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35222026-08-24T22:09:42.000Z[ host-package] Compiling compact_str v0.8.1
35232026-08-24T22:09:42.178Z[ helios-setup] Aug 24 22:09:41.476 INFO E| Compiling toml v0.7.8
35242026-08-24T22:09:42.930Z[ helios-setup] Aug 24 22:09:42.228 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35252026-08-24T22:09:43.130Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35262026-08-24T22:09:43.153Z[ helios-setup] Aug 24 22:09:42.451 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35272026-08-24T22:09:44.013Z[ host-package] Compiling anstream v0.6.21
35282026-08-24T22:09:44.901Z[ host-package] Compiling globwalk v0.9.1
35292026-08-24T22:09:45.634Z[ host-package] Compiling parking_lot v0.11.2
35302026-08-24T22:09:46.143Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35312026-08-24T22:09:46.558Z[ host-package] Compiling hyper-staticfile v0.10.1
35322026-08-24T22:09:47.399Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-24T22:09:47.701Z[ host-package] Compiling darling_macro v0.13.4
35342026-08-24T22:09:47.914Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35352026-08-24T22:09:48.401Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35362026-08-24T22:09:48.585Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35372026-08-24T22:09:48.843Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35382026-08-24T22:09:48.864Z[ host-package] Compiling predicates-tree v1.0.13
35392026-08-24T22:09:48.890Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35402026-08-24T22:09:48.898Z[ helios-setup] Aug 24 22:09:48.196 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35412026-08-24T22:09:49.156Z[ host-package] Compiling unicode-truncate v1.1.0
35422026-08-24T22:09:49.318Z[ host-package] Compiling lru v0.12.5
35432026-08-24T22:09:49.382Z[ host-package] Compiling prefix-trie v0.7.0
35442026-08-24T22:09:49.534Z[ host-package] Compiling rand_seeder v0.4.0
35452026-08-24T22:09:49.628Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35462026-08-24T22:09:49.693Z[ host-package] Compiling cassowary v0.3.0
35472026-08-24T22:09:49.756Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35482026-08-24T22:09:49.975Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35492026-08-24T22:09:50.000Z[ host-package] Compiling darling v0.13.4
35502026-08-24T22:09:50.023Z[ host-package] Compiling ratatui v0.29.0
35512026-08-24T22:09:50.088Z[ host-package] Compiling hickory-server v0.25.2
35522026-08-24T22:09:50.128Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35532026-08-24T22:09:50.148Z[ helios-setup] Aug 24 22:09:49.446 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35542026-08-24T22:09:50.217Z[ host-package] Compiling sled v0.34.7
35552026-08-24T22:09:50.814Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35562026-08-24T22:09:51.326Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35572026-08-24T22:09:51.904Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35582026-08-24T22:09:52.304Z[ host-package] Compiling git2 v0.20.4
35592026-08-24T22:09:52.489Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35602026-08-24T22:09:52.822Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35612026-08-24T22:09:53.285Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35622026-08-24T22:09:54.221Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35632026-08-24T22:09:54.236Z[ helios-setup] Aug 24 22:09:53.534 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35642026-08-24T22:09:55.490Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35652026-08-24T22:09:55.536Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35662026-08-24T22:09:55.754Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35672026-08-24T22:09:56.288Z[ host-package] Compiling serde_with_macros v1.5.2
35682026-08-24T22:09:56.546Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35692026-08-24T22:09:56.596Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35702026-08-24T22:09:56.888Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35712026-08-24T22:09:57.146Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35722026-08-24T22:09:57.200Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35732026-08-24T22:09:57.448Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35742026-08-24T22:09:57.534Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35752026-08-24T22:09:57.709Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35762026-08-24T22:09:57.878Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35772026-08-24T22:09:57.965Z[ host-package] Compiling arc-swap v1.8.2
35782026-08-24T22:09:58.047Z[ host-package] Compiling void v1.0.2
35792026-08-24T22:09:58.305Z[ host-package] Compiling slog-scope v4.4.1
35802026-08-24T22:09:58.355Z[ host-package] Compiling lzss v0.8.2
35812026-08-24T22:09:58.761Z[ host-package] Compiling serde_with v1.14.0
35822026-08-24T22:09:59.009Z[ host-package] Compiling illumos-nvpair v0.3.0
35832026-08-24T22:09:59.523Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35842026-08-24T22:09:59.780Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35852026-08-24T22:10:01.030Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35862026-08-24T22:10:01.728Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35872026-08-24T22:10:02.782Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35882026-08-24T22:10:03.631Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35892026-08-24T22:10:04.085Z[ host-package] Compiling scuffle v0.1.0
35902026-08-24T22:10:04.627Z[ host-package] Compiling tungstenite v0.23.0
35912026-08-24T22:10:05.698Z[ helios-setup] Aug 24 22:10:04.996 INFO E| Finished `release` profile [optimized] target(s) in 47.33s
35922026-08-24T22:10:05.701Z[ helios-setup] Aug 24 22:10:04.996 INFO E| Blocking waiting for file lock on package cache
35932026-08-24T22:10:05.895Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35942026-08-24T22:10:06.299Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35952026-08-24T22:10:06.844Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35962026-08-24T22:10:06.924Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35972026-08-24T22:10:07.068Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35982026-08-24T22:10:07.154Z[ host-package] Compiling nix v0.27.1
35992026-08-24T22:10:07.195Z[ host-package] Compiling twox-hash v2.1.2
36002026-08-24T22:10:07.240Z[ host-package] Compiling libsw-core v0.3.2
36012026-08-24T22:10:07.315Z[ host-package] Compiling atty v0.2.14
36022026-08-24T22:10:07.463Z[ host-package] Compiling serde_bytes v0.11.19
36032026-08-24T22:10:07.487Z[ host-package] Compiling libsw v3.5.0
36042026-08-24T22:10:07.753Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36052026-08-24T22:10:07.775Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36062026-08-24T22:10:07.778Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36072026-08-24T22:10:07.838Z[ host-package] Compiling tokio-tungstenite v0.23.1
36082026-08-24T22:10:08.223Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36092026-08-24T22:10:08.281Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36102026-08-24T22:10:08.325Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36112026-08-24T22:10:10.003Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36122026-08-24T22:10:11.917Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36132026-08-24T22:10:12.121Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36142026-08-24T22:10:12.566Z[ host-package] Compiling slog-stdlog v4.1.1
36152026-08-24T22:10:12.824Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36162026-08-24T22:10:12.891Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36172026-08-24T22:10:12.955Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36182026-08-24T22:10:13.266Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36192026-08-24T22:10:13.359Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36202026-08-24T22:10:13.403Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36212026-08-24T22:10:13.552Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36222026-08-24T22:10:13.976Z[ helios-setup] Aug 24 22:10:13.274 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36232026-08-24T22:10:13.976Z[ helios-setup] Aug 24 22:10:13.274 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36242026-08-24T22:10:14.033Z[ helios-setup] Aug 24 22:10:13.331 INFO building project "pilot" ok (55 seconds)
36252026-08-24T22:10:14.034Z[ helios-setup] Aug 24 22:10:13.331 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
36262026-08-24T22:10:14.069Z[ helios-setup] Aug 24 22:10:13.366 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')"
36272026-08-24T22:10:14.069Z[ helios-setup] Aug 24 22:10:13.366 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
36282026-08-24T22:10:14.069Z[ helios-setup] Aug 24 22:10:13.366 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
36292026-08-24T22:10:14.212Z[ helios-setup] Aug 24 22:10:13.510 INFO E| Blocking waiting for file lock on package cache
36302026-08-24T22:10:15.319Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36312026-08-24T22:10:16.280Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36322026-08-24T22:10:16.898Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36332026-08-24T22:10:17.197Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36342026-08-24T22:10:18.948Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36352026-08-24T22:10:19.244Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36362026-08-24T22:10:19.266Z[ helios-setup] Aug 24 22:10:18.564 INFO E| Updating crates.io index
36372026-08-24T22:10:19.270Z[ helios-setup] Aug 24 22:10:18.565 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36382026-08-24T22:10:19.723Z[ helios-setup] Aug 24 22:10:19.021 INFO E| From https://github.com/oxidecomputer/amd-apcb
36392026-08-24T22:10:19.723Z[ helios-setup] Aug 24 22:10:19.021 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
36402026-08-24T22:10:19.738Z[ helios-setup] Aug 24 22:10:19.036 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36412026-08-24T22:10:20.098Z[ helios-setup] Aug 24 22:10:19.396 INFO E| From https://github.com/oxidecomputer/amd-efs
36422026-08-24T22:10:20.098Z[ helios-setup] Aug 24 22:10:19.396 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36432026-08-24T22:10:20.374Z[ helios-setup] Aug 24 22:10:19.672 INFO E| Downloading crates ...
36442026-08-24T22:10:20.421Z[ helios-setup] Aug 24 22:10:19.719 INFO E| Downloaded ansi_term v0.12.1
36452026-08-24T22:10:20.424Z[ helios-setup] Aug 24 22:10:19.721 INFO E| Downloaded unic-ucd-version v0.9.0
36462026-08-24T22:10:20.427Z[ helios-setup] Aug 24 22:10:19.724 INFO E| Downloaded bytesize v2.0.1
36472026-08-24T22:10:20.428Z[ helios-setup] Aug 24 22:10:19.725 INFO E| Downloaded parse_int v0.9.0
36482026-08-24T22:10:20.428Z[ helios-setup] Aug 24 22:10:19.726 INFO E| Downloaded unic-ucd-ident v0.9.0
36492026-08-24T22:10:20.431Z[ helios-setup] Aug 24 22:10:19.728 INFO E| Downloaded modular-bitfield-impl v0.11.2
36502026-08-24T22:10:20.431Z[ helios-setup] Aug 24 22:10:19.729 INFO E| Downloaded four-cc v0.4.0
36512026-08-24T22:10:20.434Z[ helios-setup] Aug 24 22:10:19.729 INFO E| Downloaded rustversion v1.0.20
36522026-08-24T22:10:20.434Z[ helios-setup] Aug 24 22:10:19.731 INFO E| Downloaded strum v0.27.1
36532026-08-24T22:10:20.434Z[ helios-setup] Aug 24 22:10:19.732 INFO E| Downloaded modular-bitfield-impl v0.13.1
36542026-08-24T22:10:20.437Z[ helios-setup] Aug 24 22:10:19.733 INFO E| Downloaded unic-common v0.9.0
36552026-08-24T22:10:20.437Z[ helios-setup] Aug 24 22:10:19.734 INFO E| Downloaded textwrap v0.11.0
36562026-08-24T22:10:20.437Z[ helios-setup] Aug 24 22:10:19.735 INFO E| Downloaded heck v0.3.3
36572026-08-24T22:10:20.440Z[ helios-setup] Aug 24 22:10:19.736 INFO E| Downloaded fletcher v1.0.0
36582026-08-24T22:10:20.443Z[ helios-setup] Aug 24 22:10:19.741 INFO E| Downloaded vec_map v0.8.2
36592026-08-24T22:10:20.443Z[ helios-setup] Aug 24 22:10:19.742 INFO E| Downloaded dyn-clone v1.0.19
36602026-08-24T22:10:20.448Z[ helios-setup] Aug 24 22:10:19.743 INFO E| Downloaded unic-char-property v0.9.0
36612026-08-24T22:10:20.454Z[ helios-setup] Aug 24 22:10:19.746 INFO E| Downloaded unic-char-range v0.9.0
36622026-08-24T22:10:20.457Z[ helios-setup] Aug 24 22:10:19.755 INFO E| Downloaded strsim v0.8.0
36632026-08-24T22:10:20.460Z[ helios-setup] Aug 24 22:10:19.757 INFO E| Downloaded structopt-derive v0.4.18
36642026-08-24T22:10:20.466Z[ helios-setup] Aug 24 22:10:19.765 INFO E| Downloaded strum_macros v0.27.1
36652026-08-24T22:10:20.471Z[ helios-setup] Aug 24 22:10:19.769 INFO E| Downloaded pest_generator v2.8.0
36662026-08-24T22:10:20.474Z[ helios-setup] Aug 24 22:10:19.772 INFO E| Downloaded modular-bitfield v0.11.2
36672026-08-24T22:10:20.508Z[ helios-setup] Aug 24 22:10:19.806 INFO E| Downloaded modular-bitfield v0.13.1
36682026-08-24T22:10:20.518Z[ helios-setup] Aug 24 22:10:19.817 INFO E| Downloaded log v0.4.27
36692026-08-24T22:10:20.522Z[ helios-setup] Aug 24 22:10:19.818 INFO E| Downloaded pest_derive v2.8.0
36702026-08-24T22:10:20.522Z[ helios-setup] Aug 24 22:10:19.820 INFO E| Downloaded pest_meta v2.8.0
36712026-08-24T22:10:20.525Z[ helios-setup] Aug 24 22:10:19.821 INFO E| Downloaded structopt v0.3.26
36722026-08-24T22:10:20.528Z[ helios-setup] Aug 24 22:10:19.825 INFO E| Downloaded typenum v1.18.0
36732026-08-24T22:10:20.531Z[ helios-setup] Aug 24 22:10:19.828 INFO E| Downloaded zerocopy-derive v0.8.25
36742026-08-24T22:10:20.534Z[ helios-setup] Aug 24 22:10:19.831 INFO E| Downloaded pest v2.8.0
36752026-08-24T22:10:20.537Z[ helios-setup] Aug 24 22:10:19.834 INFO E| Downloaded goblin v0.9.3
36762026-08-24T22:10:20.540Z[ helios-setup] Aug 24 22:10:19.838 INFO E| Downloaded clap v2.34.0
36772026-08-24T22:10:20.544Z[ helios-setup] Aug 24 22:10:19.842 INFO E| Downloaded zerocopy v0.8.25
36782026-08-24T22:10:20.654Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling proc-macro2 v1.0.95
36792026-08-24T22:10:20.654Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling unicode-ident v1.0.18
36802026-08-24T22:10:20.654Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling memchr v2.7.4
36812026-08-24T22:10:20.657Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling autocfg v1.4.0
36822026-08-24T22:10:20.657Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling thiserror v2.0.12
36832026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling syn v1.0.109
36842026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling serde v1.0.219
36852026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling version_check v0.9.5
36862026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling serde_json v1.0.140
36872026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling schemars v0.8.22
36882026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling ryu v1.0.20
36892026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling itoa v1.0.15
36902026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling zerocopy v0.8.25
36912026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling dyn-clone v1.0.19
36922026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling static_assertions v1.1.0
36932026-08-24T22:10:20.658Z[ helios-setup] Aug 24 22:10:19.952 INFO E| Compiling rustversion v1.0.20
36942026-08-24T22:10:20.713Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36952026-08-24T22:10:20.863Z[ helios-setup] Aug 24 22:10:20.161 INFO E| Compiling libc v0.2.172
36962026-08-24T22:10:20.957Z[ helios-setup] Aug 24 22:10:20.255 INFO E| Compiling paste v1.0.15
36972026-08-24T22:10:21.113Z[ helios-setup] Aug 24 22:10:20.411 INFO E| Compiling ucd-trie v0.1.7
36982026-08-24T22:10:21.182Z[ helios-setup] Aug 24 22:10:20.480 INFO E| Compiling once_cell v1.21.3
36992026-08-24T22:10:21.415Z[ helios-setup] Aug 24 22:10:20.713 INFO E| Compiling unicode-segmentation v1.12.0
37002026-08-24T22:10:21.431Z[ helios-setup] Aug 24 22:10:20.729 INFO E| Compiling unicode-width v0.1.14
37012026-08-24T22:10:21.455Z[ helios-setup] Aug 24 22:10:20.753 INFO E| Compiling heck v0.5.0
37022026-08-24T22:10:21.463Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37032026-08-24T22:10:21.495Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37042026-08-24T22:10:21.503Z[ helios-setup] Aug 24 22:10:20.801 INFO E| Compiling proc-macro-error-attr v1.0.4
37052026-08-24T22:10:21.570Z[ helios-setup] Aug 24 22:10:20.868 INFO E| Compiling proc-macro-error v1.0.4
37062026-08-24T22:10:21.636Z[ helios-setup] Aug 24 22:10:20.932 INFO E| Compiling strsim v0.8.0
37072026-08-24T22:10:21.785Z[ helios-setup] Aug 24 22:10:21.083 INFO E| Compiling strum v0.27.1
37082026-08-24T22:10:21.918Z[ helios-setup] Aug 24 22:10:21.216 INFO E| Compiling unic-char-range v0.9.0
37092026-08-24T22:10:21.924Z[ helios-setup] Aug 24 22:10:21.223 INFO E| Compiling textwrap v0.11.0
37102026-08-24T22:10:21.945Z[ helios-setup] Aug 24 22:10:21.243 INFO E| Compiling unic-common v0.9.0
37112026-08-24T22:10:21.960Z[ helios-setup] Aug 24 22:10:21.258 INFO E| Compiling num-traits v0.2.19
37122026-08-24T22:10:22.041Z[ helios-setup] Aug 24 22:10:21.339 INFO E| Compiling memoffset v0.9.1
37132026-08-24T22:10:22.135Z[ helios-setup] Aug 24 22:10:21.434 INFO E| Compiling heck v0.3.3
37142026-08-24T22:10:22.195Z[ helios-setup] Aug 24 22:10:21.493 INFO E| Compiling fletcher v1.0.0
37152026-08-24T22:10:22.202Z[ helios-setup] Aug 24 22:10:21.498 INFO E| Compiling ansi_term v0.12.1
37162026-08-24T22:10:22.208Z[ helios-setup] Aug 24 22:10:21.506 INFO E| Compiling bitflags v1.3.2
37172026-08-24T22:10:22.235Z[ helios-setup] Aug 24 22:10:21.533 INFO E| Compiling vec_map v0.8.2
37182026-08-24T22:10:22.253Z[ helios-setup] Aug 24 22:10:21.551 INFO E| Compiling byteorder v1.5.0
37192026-08-24T22:10:22.253Z[ helios-setup] Aug 24 22:10:21.551 INFO E| Compiling unic-ucd-version v0.9.0
37202026-08-24T22:10:22.297Z[ helios-setup] Aug 24 22:10:21.595 INFO E| Compiling unic-char-property v0.9.0
37212026-08-24T22:10:22.432Z[ helios-setup] Aug 24 22:10:21.730 INFO E| Compiling lazy_static v1.5.0
37222026-08-24T22:10:22.475Z[ helios-setup] Aug 24 22:10:21.773 INFO E| Compiling plain v0.2.3
37232026-08-24T22:10:22.483Z[ helios-setup] Aug 24 22:10:21.781 INFO E| Compiling atty v0.2.14
37242026-08-24T22:10:22.553Z[ helios-setup] Aug 24 22:10:21.851 INFO E| Compiling log v0.4.27
37252026-08-24T22:10:22.574Z[ helios-setup] Aug 24 22:10:21.872 INFO E| Compiling clap v2.34.0
37262026-08-24T22:10:22.589Z[ helios-setup] Aug 24 22:10:21.887 INFO E| Compiling unic-ucd-ident v0.9.0
37272026-08-24T22:10:22.627Z[ helios-setup] Aug 24 22:10:21.925 INFO E| Compiling bytesize v2.0.1
37282026-08-24T22:10:23.049Z[ helios-setup] Aug 24 22:10:22.347 INFO E| Compiling quote v1.0.40
37292026-08-24T22:10:23.151Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37302026-08-24T22:10:23.253Z[ helios-setup] Aug 24 22:10:22.551 INFO E| Compiling syn v2.0.101
37312026-08-24T22:10:23.544Z[ host-package] Compiling signal-hook-tokio v0.3.1
37322026-08-24T22:10:23.554Z[ host-package] Compiling fatfs v0.3.6
37332026-08-24T22:10:23.814Z[ helios-setup] Aug 24 22:10:23.112 INFO E| Compiling parse_int v0.9.0
37342026-08-24T22:10:24.085Z[ host-package] Compiling yasna v0.5.2
37352026-08-24T22:10:24.655Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37362026-08-24T22:10:25.195Z[ host-package] Compiling assert_matches v1.5.0
37372026-08-24T22:10:25.323Z[ host-package] Compiling seq-macro v0.3.6
37382026-08-24T22:10:25.814Z[ host-package] Compiling rcgen v0.12.1
37392026-08-24T22:10:25.928Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37402026-08-24T22:10:26.076Z[ helios-setup] Aug 24 22:10:25.374 INFO E| Compiling serde_derive_internals v0.29.1
37412026-08-24T22:10:26.202Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37422026-08-24T22:10:26.470Z[ helios-setup] Aug 24 22:10:25.768 INFO E| Compiling modular-bitfield-impl v0.11.2
37432026-08-24T22:10:26.470Z[ helios-setup] Aug 24 22:10:25.768 INFO E| Compiling structopt-derive v0.4.18
37442026-08-24T22:10:27.236Z[ helios-setup] Aug 24 22:10:26.534 INFO E| Compiling thiserror-impl v2.0.12
37452026-08-24T22:10:27.236Z[ helios-setup] Aug 24 22:10:26.534 INFO E| Compiling serde_derive v1.0.219
37462026-08-24T22:10:27.236Z[ helios-setup] Aug 24 22:10:26.534 INFO E| Compiling schemars_derive v0.8.22
37472026-08-24T22:10:27.239Z[ helios-setup] Aug 24 22:10:26.534 INFO E| Compiling zerocopy-derive v0.8.25
37482026-08-24T22:10:27.239Z[ helios-setup] Aug 24 22:10:26.534 INFO E| Compiling modular-bitfield-impl v0.13.1
37492026-08-24T22:10:27.239Z[ helios-setup] Aug 24 22:10:26.534 INFO E| Compiling num-derive v0.4.2
37502026-08-24T22:10:27.239Z[ helios-setup] Aug 24 22:10:26.534 INFO E| Compiling strum_macros v0.27.1
37512026-08-24T22:10:27.239Z[ helios-setup] Aug 24 22:10:26.534 INFO E| Compiling scroll_derive v0.12.1
37522026-08-24T22:10:27.805Z[ host-package] Compiling slog-envlogger v2.2.0
37532026-08-24T22:10:28.413Z[ helios-setup] Aug 24 22:10:27.711 INFO E| Compiling modular-bitfield v0.11.2
37542026-08-24T22:10:28.562Z[ helios-setup] Aug 24 22:10:27.858 INFO E| Compiling structopt v0.3.26
37552026-08-24T22:10:28.632Z[ helios-setup] Aug 24 22:10:27.930 INFO E| Compiling scroll v0.12.0
37562026-08-24T22:10:28.969Z[ helios-setup] Aug 24 22:10:28.268 INFO E| Compiling goblin v0.9.3
37572026-08-24T22:10:29.476Z[ helios-setup] Aug 24 22:10:28.774 INFO E| Compiling modular-bitfield v0.13.1
37582026-08-24T22:10:29.633Z[ helios-setup] Aug 24 22:10:28.931 INFO E| Compiling pest v2.8.0
37592026-08-24T22:10:29.685Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37602026-08-24T22:10:29.738Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37612026-08-24T22:10:29.905Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37622026-08-24T22:10:31.009Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37632026-08-24T22:10:31.022Z[ helios-setup] Aug 24 22:10:30.320 INFO E| Compiling pest_meta v2.8.0
37642026-08-24T22:10:31.287Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37652026-08-24T22:10:31.382Z[ host-package] Compiling port-file v0.1.0
37662026-08-24T22:10:31.692Z[ helios-setup] Aug 24 22:10:30.987 INFO E| Compiling pest_generator v2.8.0
37672026-08-24T22:10:31.796Z[ host-package] Compiling rtoolbox v0.0.3
37682026-08-24T22:10:31.875Z[ host-package] Compiling subprocess v0.2.15
37692026-08-24T22:10:31.997Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37702026-08-24T22:10:32.266Z[ host-package] Compiling rpassword v7.5.4
37712026-08-24T22:10:32.805Z[ helios-setup] Aug 24 22:10:32.103 INFO E| Compiling pest_derive v2.8.0
37722026-08-24T22:10:33.364Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37732026-08-24T22:10:33.490Z[ helios-setup] Aug 24 22:10:32.787 INFO E| Compiling json5 v0.4.1
37742026-08-24T22:10:34.438Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37752026-08-24T22:10:34.695Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37762026-08-24T22:10:34.807Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37772026-08-24T22:10:35.053Z[ helios-setup] Aug 24 22:10:34.351 INFO E| Compiling four-cc v0.4.0
37782026-08-24T22:10:35.053Z[ helios-setup] Aug 24 22:10:34.351 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37792026-08-24T22:10:35.198Z[ helios-setup] Aug 24 22:10:34.496 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37802026-08-24T22:10:37.266Z[ host-package] Compiling tui-tree-widget v0.23.1
37812026-08-24T22:10:37.638Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37822026-08-24T22:10:39.782Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37832026-08-24T22:10:40.351Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37842026-08-24T22:10:40.726Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37852026-08-24T22:10:41.585Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37862026-08-24T22:10:41.903Z[ host-package] Compiling uzers v0.12.2
37872026-08-24T22:10:42.887Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37882026-08-24T22:10:43.664Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37892026-08-24T22:10:43.811Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37902026-08-24T22:10:43.811Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37912026-08-24T22:10:44.957Z[ host-package] Compiling support-bundle-viewer v0.1.2
37922026-08-24T22:10:45.000Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37932026-08-24T22:10:47.095Z[ host-package] Compiling multimap v0.10.1
37942026-08-24T22:10:49.624Z[ helios-setup] Aug 24 22:10:48.922 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37952026-08-24T22:10:53.191Z[ helios-setup] Aug 24 22:10:52.488 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37962026-08-24T22:10:55.601Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37972026-08-24T22:11:00.489Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37982026-08-24T22:11:04.161Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37992026-08-24T22:11:06.988Z[ helios-setup] Aug 24 22:11:06.286 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.88s
38002026-08-24T22:11:07.024Z[ helios-setup] Aug 24 22:11:06.322 INFO building project "amd-host-image-builder" ok (52 seconds)
38012026-08-24T22:11:07.024Z[ helios-setup] Aug 24 22:11:06.322 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38022026-08-24T22:11:07.033Z[ helios-setup] Aug 24 22:11:06.331 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38032026-08-24T22:11:07.033Z[ helios-setup] Aug 24 22:11:06.332 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38042026-08-24T22:11:07.037Z[ helios-setup] Aug 24 22:11:06.332 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38052026-08-24T22:11:07.146Z[ helios-setup] Aug 24 22:11:06.444 INFO E| Downloading crates ...
38062026-08-24T22:11:07.188Z[ helios-setup] Aug 24 22:11:06.486 INFO E| Downloaded block-buffer v0.10.3
38072026-08-24T22:11:07.192Z[ helios-setup] Aug 24 22:11:06.489 INFO E| Downloaded sha2 v0.10.5
38082026-08-24T22:11:07.196Z[ helios-setup] Aug 24 22:11:06.495 INFO E| Downloaded generic-array v0.14.6
38092026-08-24T22:11:07.199Z[ helios-setup] Aug 24 22:11:06.496 INFO E| Downloaded flate2 v1.0.25
38102026-08-24T22:11:07.202Z[ helios-setup] Aug 24 22:11:06.500 INFO E| Downloaded cpufeatures v0.2.5
38112026-08-24T22:11:07.208Z[ helios-setup] Aug 24 22:11:06.506 INFO E| Downloaded bytes v1.2.1
38122026-08-24T22:11:07.211Z[ helios-setup] Aug 24 22:11:06.508 INFO E| Downloaded digest v0.10.3
38132026-08-24T22:11:07.214Z[ helios-setup] Aug 24 22:11:06.513 INFO E| Downloaded typenum v1.15.0
38142026-08-24T22:11:07.217Z[ helios-setup] Aug 24 22:11:06.514 INFO E| Downloaded anyhow v1.0.62
38152026-08-24T22:11:07.220Z[ helios-setup] Aug 24 22:11:06.516 INFO E| Downloaded miniz_oxide v0.6.2
38162026-08-24T22:11:07.262Z[ helios-setup] Aug 24 22:11:06.560 INFO E| Compiling version_check v0.9.4
38172026-08-24T22:11:07.263Z[ helios-setup] Aug 24 22:11:06.560 INFO E| Compiling typenum v1.15.0
38182026-08-24T22:11:07.263Z[ helios-setup] Aug 24 22:11:06.560 INFO E| Compiling cfg-if v1.0.0
38192026-08-24T22:11:07.266Z[ helios-setup] Aug 24 22:11:06.560 INFO E| Compiling crc32fast v1.3.2
38202026-08-24T22:11:07.266Z[ helios-setup] Aug 24 22:11:06.560 INFO E| Compiling anyhow v1.0.62
38212026-08-24T22:11:07.266Z[ helios-setup] Aug 24 22:11:06.560 INFO E| Compiling adler v1.0.2
38222026-08-24T22:11:07.266Z[ helios-setup] Aug 24 22:11:06.561 INFO E| Compiling unicode-width v0.1.10
38232026-08-24T22:11:07.345Z[ helios-setup] Aug 24 22:11:06.643 INFO E| Compiling cpufeatures v0.2.5
38242026-08-24T22:11:07.345Z[ helios-setup] Aug 24 22:11:06.643 INFO E| Compiling bitflags v1.3.2
38252026-08-24T22:11:07.345Z[ helios-setup] Aug 24 22:11:06.643 INFO E| Compiling bytes v1.2.1
38262026-08-24T22:11:07.749Z[ helios-setup] Aug 24 22:11:07.046 INFO E| Compiling miniz_oxide v0.6.2
38272026-08-24T22:11:07.793Z[ helios-setup] Aug 24 22:11:07.091 INFO E| Compiling getopts v0.2.21
38282026-08-24T22:11:07.802Z[ helios-setup] Aug 24 22:11:07.101 INFO E| Compiling generic-array v0.14.6
38292026-08-24T22:11:08.559Z[ helios-setup] Aug 24 22:11:07.857 INFO E| Compiling flate2 v1.0.25
38302026-08-24T22:11:09.413Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38312026-08-24T22:11:09.551Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38322026-08-24T22:11:09.955Z[ helios-setup] Aug 24 22:11:09.197 INFO E| Compiling block-buffer v0.10.3
38332026-08-24T22:11:09.955Z[ helios-setup] Aug 24 22:11:09.197 INFO E| Compiling crypto-common v0.1.6
38342026-08-24T22:11:10.063Z[ helios-setup] Aug 24 22:11:09.314 INFO E| Compiling digest v0.10.3
38352026-08-24T22:11:10.231Z[ helios-setup] Aug 24 22:11:09.493 INFO E| Compiling sha2 v0.10.5
38362026-08-24T22:11:10.484Z[ helios-setup] Aug 24 22:11:09.731 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38372026-08-24T22:11:12.814Z[ helios-setup] Aug 24 22:11:12.113 INFO E| Finished `release` profile [optimized] target(s) in 5.77s
38382026-08-24T22:11:12.834Z[ helios-setup] Aug 24 22:11:12.126 INFO building project "bootserver" ok (5 seconds)
38392026-08-24T22:11:12.839Z[ helios-setup] rm -f helios-build
38402026-08-24T22:11:12.839Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38412026-08-24T22:11:12.839Z[ helios-setup]
38422026-08-24T22:11:12.840Z[ helios-setup] Setup complete! ./helios-build is now available.
38432026-08-24T22:11:12.840Z[ helios-setup]
38442026-08-24T22:11:12.840Z[ helios-setup]
38452026-08-24T22:11:12.840Z[ helios-setup] real 3:22.318138910
38462026-08-24T22:11:12.840Z[ helios-setup] user 7:03.144763949
38472026-08-24T22:11:12.840Z[ helios-setup] sys 1:19.280646934
38482026-08-24T22:11:12.840Z[ helios-setup] trap 0.531683966
38492026-08-24T22:11:12.840Z[ helios-setup] tflt 3.159073110
38502026-08-24T22:11:12.840Z[ helios-setup] dflt 7.458910776
38512026-08-24T22:11:12.840Z[ helios-setup] kflt 0.002490091
38522026-08-24T22:11:12.840Z[ helios-setup] lock 1:00:55.073097958
38532026-08-24T22:11:12.840Z[ helios-setup] slp 39:57.129436952
38542026-08-24T22:11:12.840Z[ helios-setup] lat 7:25.382018606
38552026-08-24T22:11:12.840Z[ helios-setup] stop 1:33.864656164
38562026-08-24T22:11:12.840ZAug 24 22:11:12.136 INFO [helios-setup] process exited with exit status: 0 (202.321157792s)
38572026-08-24T22:11:12.840ZAug 24 22:11:12.136 INFO [helios-record] running task
38582026-08-24T22:11:12.840ZAug 24 22:11:12.136 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38592026-08-24T22:11:12.845ZAug 24 22:11:12.140 DEBG process exited with exit status: 0 (4.425173ms)
38602026-08-24T22:11:12.845ZAug 24 22:11:12.140 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38612026-08-24T22:11:12.848ZAug 24 22:11:12.144 DEBG process exited with exit status: 0 (4.021723ms)
38622026-08-24T22:11:12.848ZAug 24 22:11:12.144 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38632026-08-24T22:11:12.852ZAug 24 22:11:12.148 DEBG process exited with exit status: 0 (3.516093ms)
38642026-08-24T22:11:12.852ZAug 24 22:11:12.148 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38652026-08-24T22:11:12.855ZAug 24 22:11:12.151 DEBG process exited with exit status: 0 (3.104242ms)
38662026-08-24T22:11:12.855ZAug 24 22:11:12.151 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38672026-08-24T22:11:12.858ZAug 24 22:11:12.154 DEBG process exited with exit status: 0 (2.933863ms)
38682026-08-24T22:11:12.858ZAug 24 22:11:12.154 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38692026-08-24T22:11:12.861ZAug 24 22:11:12.159 DEBG process exited with exit status: 0 (4.539963ms)
38702026-08-24T22:11:12.861ZAug 24 22:11:12.159 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38712026-08-24T22:11:12.864ZAug 24 22:11:12.162 DEBG process exited with exit status: 0 (3.764753ms)
38722026-08-24T22:11:12.864ZAug 24 22:11:12.162 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38732026-08-24T22:11:12.867ZAug 24 22:11:12.166 DEBG process exited with exit status: 0 (3.256912ms)
38742026-08-24T22:11:12.867ZAug 24 22:11:12.166 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38752026-08-24T22:11:12.870ZAug 24 22:11:12.169 DEBG process exited with exit status: 0 (3.082033ms)
38762026-08-24T22:11:12.873ZAug 24 22:11:12.169 INFO [helios-record] task succeeded (33.202815ms)
38772026-08-24T22:24:07.326Z[ host-package] Finished `release` profile [optimized] target(s) in 15m 37s
38782026-08-24T22:24:07.330Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38792026-08-24T22:24:07.330Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38802026-08-24T22:25:00.831ZAug 24 22:25:00.128 INFO [host-package] process exited with exit status: 0 (990.836021194s)
38812026-08-24T22:25:00.831ZAug 24 22:25:00.128 INFO [host-libraries] running task
38822026-08-24T22:25:00.831ZAug 24 22:25:00.128 INFO [host-stamp] running task
38832026-08-24T22:25:00.834ZAug 24 22:25:00.130 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+git2aebcad3038
38842026-08-24T22:25:00.834ZAug 24 22:25:00.130 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+git2aebcad3038
38852026-08-24T22:25:00.834ZAug 24 22:25:00.130 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+git2aebcad3038
38862026-08-24T22:25:00.834ZAug 24 22:25:00.131 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+git2aebcad3038
38872026-08-24T22:25:00.834ZAug 24 22:25:00.131 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+git2aebcad3038
38882026-08-24T22:25:00.834ZAug 24 22:25:00.131 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+git2aebcad3038
38892026-08-24T22:25:00.834ZAug 24 22:25:00.131 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+git2aebcad3038
38902026-08-24T22:25:00.837ZAug 24 22:25:00.132 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+git2aebcad3038
38912026-08-24T22:25:00.841Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38922026-08-24T22:25:00.844Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38932026-08-24T22:25:00.844Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38942026-08-24T22:25:00.844Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38952026-08-24T22:25:00.844Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38962026-08-24T22:25:00.844Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38972026-08-24T22:25:00.845Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-08-24T22:25:00.845Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-08-24T22:25:00.845Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39002026-08-24T22:25:00.848ZAug 24 22:25:00.143 INFO [stamp-overlay] process exited with exit status: 0 (12.83259ms)
39012026-08-24T22:25:00.852Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39022026-08-24T22:25:00.855ZAug 24 22:25:00.153 INFO [stamp-oxlog] process exited with exit status: 0 (21.588657ms)
39032026-08-24T22:25:00.886Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39042026-08-24T22:25:00.889ZAug 24 22:25:00.186 INFO [stamp-crucible-utils] process exited with exit status: 0 (54.737261ms)
39052026-08-24T22:25:00.908Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39062026-08-24T22:25:00.911ZAug 24 22:25:00.208 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (78.255689ms)
39072026-08-24T22:25:01.065Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39082026-08-24T22:25:01.069ZAug 24 22:25:00.366 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (235.994248ms)
39092026-08-24T22:25:01.410Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39102026-08-24T22:25:01.414ZAug 24 22:25:00.711 INFO [stamp-propolis-server] process exited with exit status: 0 (579.701047ms)
39112026-08-24T22:25:01.466Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39122026-08-24T22:25:01.469ZAug 24 22:25:00.766 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (635.688969ms)
39132026-08-24T22:25:02.612ZAug 24 22:25:01.909 INFO [host-libraries] task succeeded (1.781213191s)
39142026-08-24T22:25:02.615ZAug 24 22:25:01.909 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39152026-08-24T22:25:02.618Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39162026-08-24T22:25:03.569Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39172026-08-24T22:25:04.407Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39182026-08-24T22:25:07.955Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39192026-08-24T22:25:07.960ZAug 24 22:25:07.251 INFO [stamp-switch-asic] process exited with exit status: 0 (7.119604903s)
39202026-08-24T22:25:07.960ZAug 24 22:25:07.251 INFO [host-stamp] task succeeded (7.122691935s)
39212026-08-24T22:25:07.960ZAug 24 22:25:07.251 INFO [host-proto] running task
39222026-08-24T22:25:08.454ZAug 24 22:25:07.747 INFO [host-proto] task succeeded (496.204544ms)
39232026-08-24T22:25:08.454ZAug 24 22:25:07.747 INFO [host-profile] running task
39242026-08-24T22:25:08.458ZAug 24 22:25:07.747 INFO [host-profile] task succeeded (227.48µs)
39252026-08-24T22:25:08.458ZAug 24 22:25:07.747 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/.tmpAECbul/proto/host/root -N 'ci 2aebcad/${os_short_commit} 2026-08-24 22:07' -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/'
39262026-08-24T22:25:08.458Z[ host-image] Aug 24 22:25:07.753 INFO Checking files for board 'gimlet'
39272026-08-24T22:25:08.458Z[ host-image] Aug 24 22:25:07.753 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39282026-08-24T22:25:08.459Z[ host-image] Aug 24 22:25:07.753 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39292026-08-24T22:25:08.459Z[ host-image] Aug 24 22:25:07.753 INFO Checking files for board 'cosmo'
39302026-08-24T22:25:08.459Z[ host-image] Aug 24 22:25:07.753 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39312026-08-24T22:25:08.459Z[ host-image] Aug 24 22:25:07.753 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39322026-08-24T22:25:08.459Z[ host-image] Aug 24 22:25:07.753 INFO Checking files for board 'cosmo-mbist'
39332026-08-24T22:25:08.459Z[ host-image] Aug 24 22:25:07.753 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39342026-08-24T22:25:08.459Z[ host-image] Aug 24 22:25:07.753 INFO Checking files for board 'cosmo-mbist-noaggr'
39352026-08-24T22:25:08.459Z[ host-image] Aug 24 22:25:07.753 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39362026-08-24T22:25:08.476Z[ host-image] Aug 24 22:25:07.762 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpAECbul/proto/host/root"
39372026-08-24T22:25:08.476Z[ host-image] Aug 24 22:25:07.762 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39382026-08-24T22:25:08.476Z[ host-image] Aug 24 22:25:07.762 INFO image builder template: ramdisk-01-os...
39392026-08-24T22:25:08.476Z[ host-image] Aug 24 22:25:07.762 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/.tmpAECbul/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
39402026-08-24T22:25:08.483Z[ host-image] Aug 24 22:25:07.775 INFO O| Aug 24 22:25:07.775 INFO CREATE DATASET: rpool/images/build/host/output
39412026-08-24T22:25:09.804Z[ host-image] Aug 24 22:25:09.101 INFO O| Aug 24 22:25:09.101 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39422026-08-24T22:25:09.808Z[ host-image] Aug 24 22:25:09.105 INFO O| Aug 24 22:25:09.105 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39432026-08-24T22:25:10.042Z[ host-image] Aug 24 22:25:09.339 INFO O| Aug 24 22:25:09.339 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39442026-08-24T22:25:10.096Z[ host-image] Aug 24 22:25:09.393 INFO O| Aug 24 22:25:09.393 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39452026-08-24T22:25:10.096Z[ host-image] Aug 24 22:25:09.393 INFO O| Aug 24 22:25:09.393 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39462026-08-24T22:25:10.099Z[ host-image] Aug 24 22:25:09.393 INFO O| Aug 24 22:25:09.393 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39472026-08-24T22:25:10.099Z[ host-image] Aug 24 22:25:09.393 INFO O| Aug 24 22:25:09.393 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39482026-08-24T22:25:10.103Z[ host-image] Aug 24 22:25:09.398 INFO O| Aug 24 22:25:09.398 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39492026-08-24T22:25:10.319Z[ host-image] Aug 24 22:25:09.615 INFO O| Aug 24 22:25:09.615 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-08-24T22:25:10.325Z[ host-image] Aug 24 22:25:09.622 INFO O| Aug 24 22:25:09.622 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39512026-08-24T22:25:10.614Z[ host-image] Aug 24 22:25:09.911 INFO O| Aug 24 22:25:09.911 INFO O| Caching catalogs ... Done
39522026-08-24T22:25:10.685Z[ host-image] Aug 24 22:25:09.982 INFO O| Aug 24 22:25:09.981 INFO STEP 0 (pkg_image_create) COMPLETE
39532026-08-24T22:25:10.685Z[ host-image] Aug 24 22:25:09.982 INFO O| Aug 24 22:25:09.981 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-08-24T22:25:10.690Z[ host-image] Aug 24 22:25:09.988 INFO O| Aug 24 22:25:09.988 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"]
39552026-08-24T22:25:10.952Z[ host-image] Aug 24 22:25:10.249 INFO O| Aug 24 22:25:10.249 INFO STEP 1 (pkg_set_publisher) COMPLETE
39562026-08-24T22:25:10.952Z[ host-image] Aug 24 22:25:10.249 INFO O| Aug 24 22:25:10.249 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-08-24T22:25:10.952Z[ host-image] Aug 24 22:25:10.249 INFO O| Aug 24 22:25:10.249 INFO skip step because feature "publisher_1_name" is not enabled
39582026-08-24T22:25:10.955Z[ host-image] Aug 24 22:25:10.249 INFO O| Aug 24 22:25:10.249 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-24T22:25:10.955Z[ host-image] Aug 24 22:25:10.249 INFO O| Aug 24 22:25:10.249 INFO skip step because feature "publisher_2_name" is not enabled
39602026-08-24T22:25:10.956Z[ host-image] Aug 24 22:25:10.249 INFO O| Aug 24 22:25:10.249 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39612026-08-24T22:25:10.956Z[ host-image] Aug 24 22:25:10.249 INFO O| Aug 24 22:25:10.249 INFO skip step because feature "publisher_3_name" is not enabled
39622026-08-24T22:25:10.956Z[ host-image] Aug 24 22:25:10.249 INFO O| Aug 24 22:25:10.249 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-24T22:25:11.201Z[ host-image] Aug 24 22:25:10.498 INFO O| Aug 24 22:25:10.497 INFO variant opensolaris.zone is already global
39642026-08-24T22:25:11.201Z[ host-image] Aug 24 22:25:10.498 INFO O| Aug 24 22:25:10.497 INFO STEP 5 (pkg_change_variant) COMPLETE
39652026-08-24T22:25:11.201Z[ host-image] Aug 24 22:25:10.498 INFO O| Aug 24 22:25:10.497 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-24T22:25:11.461Z[ host-image] Aug 24 22:25:10.737 INFO O| Aug 24 22:25:10.737 INFO variant opensolaris.imagetype is full; changing to partial
39672026-08-24T22:25:11.461Z[ host-image] Aug 24 22:25:10.737 INFO O| Aug 24 22:25:10.737 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39682026-08-24T22:25:13.330Z[ host-image] Aug 24 22:25:12.627 INFO O| Aug 24 22:25:12.627 INFO O| Startup: Refreshing catalog 'helios' ... Done
39692026-08-24T22:25:13.730Z[ host-image] Aug 24 22:25:13.027 INFO O| Aug 24 22:25:13.027 INFO O| Startup: Caching catalogs ... Done
39702026-08-24T22:25:13.745Z[ host-image] Aug 24 22:25:13.043 INFO O| Aug 24 22:25:13.042 INFO O| Planning: Planning completed in 0.00 seconds
39712026-08-24T22:25:13.748Z[ host-image] Aug 24 22:25:13.043 INFO O| Aug 24 22:25:13.043 INFO O| Planning: Consolidating action changes ... Done
39722026-08-24T22:25:13.748Z[ host-image] Aug 24 22:25:13.043 INFO O| Aug 24 22:25:13.043 INFO O| Planning: Evaluating mediators ... Done
39732026-08-24T22:25:13.748Z[ host-image] Aug 24 22:25:13.043 INFO O| Aug 24 22:25:13.043 INFO O| Planning: Planning completed in 0.00 seconds
39742026-08-24T22:25:13.748Z[ host-image] Aug 24 22:25:13.043 INFO O| Aug 24 22:25:13.043 INFO O| Variants/Facets to change: 1
39752026-08-24T22:25:13.754Z[ host-image] Aug 24 22:25:13.051 INFO O| Aug 24 22:25:13.051 INFO O| Finalize: Updating package state database ... Done
39762026-08-24T22:25:13.754Z[ host-image] Aug 24 22:25:13.052 INFO O| Aug 24 22:25:13.051 INFO O| Finalize: Updating package cache ... Done
39772026-08-24T22:25:13.826Z[ host-image] Aug 24 22:25:13.123 INFO O| Aug 24 22:25:13.123 INFO O| Finalize: Updating image state ... Done
39782026-08-24T22:25:13.836Z[ host-image] Aug 24 22:25:13.134 INFO O| Aug 24 22:25:13.134 INFO O| Finalize: Creating fast lookup database ... Done
39792026-08-24T22:25:13.839Z[ host-image] Aug 24 22:25:13.134 INFO O| Aug 24 22:25:13.134 INFO O| Finalize: Reading search index ... Done
39802026-08-24T22:25:13.839Z[ host-image] Aug 24 22:25:13.134 INFO O| Aug 24 22:25:13.134 INFO O| Finalize: Updating search index ... Done
39812026-08-24T22:25:13.839Z[ host-image] Aug 24 22:25:13.135 INFO O| Aug 24 22:25:13.135 INFO O| Finalize: Updating package cache ... Done
39822026-08-24T22:25:14.015Z[ host-image] Aug 24 22:25:13.312 INFO O| Aug 24 22:25:13.312 INFO STEP 6 (pkg_change_variant) COMPLETE
39832026-08-24T22:25:14.015Z[ host-image] Aug 24 22:25:13.312 INFO O| Aug 24 22:25:13.312 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39842026-08-24T22:25:14.015Z[ host-image] Aug 24 22:25:13.312 INFO O| Aug 24 22:25:13.312 INFO skip step because feature "debug_variant" is not enabled
39852026-08-24T22:25:14.019Z[ host-image] Aug 24 22:25:13.312 INFO O| Aug 24 22:25:13.312 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39862026-08-24T22:25:14.258Z[ host-image] Aug 24 22:25:13.555 INFO O| Aug 24 22:25:13.555 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39872026-08-24T22:25:15.529Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.79s
39882026-08-24T22:25:15.988Z[ host-image] Aug 24 22:25:15.285 INFO O| Aug 24 22:25:15.285 INFO O| Startup: Refreshing catalog 'helios' ... Done
39892026-08-24T22:25:16.425Z[ host-image] Aug 24 22:25:15.722 INFO O| Aug 24 22:25:15.722 INFO O| Startup: Caching catalogs ... Done
39902026-08-24T22:25:16.440Z[ host-image] Aug 24 22:25:15.737 INFO O| Aug 24 22:25:15.737 INFO O| Planning: Planning completed in 0.00 seconds
39912026-08-24T22:25:16.443Z[ host-image] Aug 24 22:25:15.737 INFO O| Aug 24 22:25:15.737 INFO O| Planning: Consolidating action changes ... Done
39922026-08-24T22:25:16.443Z[ host-image] Aug 24 22:25:15.738 INFO O| Aug 24 22:25:15.738 INFO O| Planning: Evaluating mediators ... Done
39932026-08-24T22:25:16.443Z[ host-image] Aug 24 22:25:15.738 INFO O| Aug 24 22:25:15.738 INFO O| Planning: Planning completed in 0.00 seconds
39942026-08-24T22:25:16.443Z[ host-image] Aug 24 22:25:15.738 INFO O| Aug 24 22:25:15.738 INFO O| Variants/Facets to change: 1
39952026-08-24T22:25:16.449Z[ host-image] Aug 24 22:25:15.746 INFO O| Aug 24 22:25:15.746 INFO O| Finalize: Updating package state database ... Done
39962026-08-24T22:25:16.452Z[ host-image] Aug 24 22:25:15.746 INFO O| Aug 24 22:25:15.746 INFO O| Finalize: Updating package cache ... Done
39972026-08-24T22:25:16.527Z[ host-image] Aug 24 22:25:15.823 INFO O| Aug 24 22:25:15.823 INFO O| Finalize: Updating image state ... Done
39982026-08-24T22:25:16.557Z[ host-image] Aug 24 22:25:15.841 INFO O| Aug 24 22:25:15.841 INFO O| Finalize: Creating fast lookup database ... Done
39992026-08-24T22:25:16.561Z[ host-image] Aug 24 22:25:15.842 INFO O| Aug 24 22:25:15.842 INFO O| Finalize: Reading search index ... Done
40002026-08-24T22:25:16.562Z[ host-image] Aug 24 22:25:15.842 INFO O| Aug 24 22:25:15.842 INFO O| Finalize: Updating search index ... Done
40012026-08-24T22:25:16.562Z[ host-image] Aug 24 22:25:15.843 INFO O| Aug 24 22:25:15.843 INFO O| Finalize: Updating package cache ... Done
40022026-08-24T22:25:16.741Z[ host-image] Aug 24 22:25:16.038 INFO O| Aug 24 22:25:16.038 INFO STEP 8 (pkg_change_facet) COMPLETE
40032026-08-24T22:25:16.742Z[ host-image] Aug 24 22:25:16.038 INFO O| Aug 24 22:25:16.038 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40042026-08-24T22:25:16.745Z[ host-image] Aug 24 22:25:16.038 INFO O| Aug 24 22:25:16.038 INFO skip step because feature "recovery" is not enabled
40052026-08-24T22:25:16.745Z[ host-image] Aug 24 22:25:16.038 INFO O| Aug 24 22:25:16.038 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40062026-08-24T22:25:16.745Z[ host-image] Aug 24 22:25:16.038 INFO O| Aug 24 22:25:16.038 INFO skip step because feature "recovery" is not enabled
40072026-08-24T22:25:16.745Z[ host-image] Aug 24 22:25:16.038 INFO O| Aug 24 22:25:16.038 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40082026-08-24T22:25:16.750Z[ host-image] Aug 24 22:25:16.047 INFO O| Aug 24 22:25:16.047 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"]
40092026-08-24T22:25:17.357ZAug 24 22:25:16.654 INFO [recovery-package] process exited with exit status: 0 (14.745224717s)
40102026-08-24T22:25:17.357ZAug 24 22:25:16.655 INFO [recovery-libraries] running task
40112026-08-24T22:25:17.357ZAug 24 22:25:16.655 INFO [recovery-stamp] running task
40122026-08-24T22:25:17.360ZAug 24 22:25:16.655 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+git2aebcad3038
40132026-08-24T22:25:17.360ZAug 24 22:25:16.655 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git2aebcad3038
40142026-08-24T22:25:17.365Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40152026-08-24T22:25:17.368Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40162026-08-24T22:25:17.410ZAug 24 22:25:16.708 INFO [recovery-libraries] task succeeded (53.4372ms)
40172026-08-24T22:25:17.413ZAug 24 22:25:16.708 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40182026-08-24T22:25:17.488Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40192026-08-24T22:25:17.491ZAug 24 22:25:16.789 INFO [stamp-installinator] process exited with exit status: 0 (133.5395ms)
40202026-08-24T22:25:17.548Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40212026-08-24T22:25:17.551ZAug 24 22:25:16.848 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (193.255755ms)
40222026-08-24T22:25:17.551ZAug 24 22:25:16.848 INFO [recovery-stamp] task succeeded (193.730285ms)
40232026-08-24T22:25:17.551ZAug 24 22:25:16.848 INFO [recovery-proto] running task
40242026-08-24T22:25:17.554ZAug 24 22:25:16.848 INFO [tuf-stamp] running task
40252026-08-24T22:25:17.554ZAug 24 22:25:16.848 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+git2aebcad3038
40262026-08-24T22:25:17.554ZAug 24 22:25:16.849 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+git2aebcad3038
40272026-08-24T22:25:17.554ZAug 24 22:25:16.849 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+git2aebcad3038
40282026-08-24T22:25:17.554ZAug 24 22:25:16.850 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+git2aebcad3038
40292026-08-24T22:25:17.554ZAug 24 22:25:16.850 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+git2aebcad3038
40302026-08-24T22:25:17.554ZAug 24 22:25:16.850 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+git2aebcad3038
40312026-08-24T22:25:17.555ZAug 24 22:25:16.851 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+git2aebcad3038
40322026-08-24T22:25:17.555ZAug 24 22:25:16.851 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+git2aebcad3038
40332026-08-24T22:25:17.558ZAug 24 22:25:16.851 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+git2aebcad3038
40342026-08-24T22:25:17.558ZAug 24 22:25:16.852 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+git2aebcad3038
40352026-08-24T22:25:17.558ZAug 24 22:25:16.852 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+git2aebcad3038
40362026-08-24T22:25:17.558ZAug 24 22:25:16.853 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+git2aebcad3038
40372026-08-24T22:25:17.561Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40382026-08-24T22:25:17.561Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40392026-08-24T22:25:17.561Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40402026-08-24T22:25:17.561Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40412026-08-24T22:25:17.561Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-24T22:25:17.561Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40432026-08-24T22:25:17.564Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40442026-08-24T22:25:17.564Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-24T22:25:17.565Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-24T22:25:17.565Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-24T22:25:17.565Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-08-24T22:25:17.565Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-24T22:25:17.612Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40502026-08-24T22:25:17.615ZAug 24 22:25:16.910 INFO [stamp-probe] process exited with exit status: 0 (58.654704ms)
40512026-08-24T22:25:17.674ZAug 24 22:25:16.971 INFO [recovery-proto] task succeeded (122.700673ms)
40522026-08-24T22:25:17.678ZAug 24 22:25:16.971 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/.tmpAECbul/proto/recovery/root -N 'recovery 2aebcad/${os_short_commit} 2026-08-24 22:07' -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/'
40532026-08-24T22:25:17.681Z[ recovery-image] Aug 24 22:25:16.978 INFO Checking files for board 'gimlet'
40542026-08-24T22:25:17.681Z[ recovery-image] Aug 24 22:25:16.978 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40552026-08-24T22:25:17.682Z[ recovery-image] Aug 24 22:25:16.978 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40562026-08-24T22:25:17.682Z[ recovery-image] Aug 24 22:25:16.978 INFO Checking files for board 'cosmo-mbist'
40572026-08-24T22:25:17.682Z[ recovery-image] Aug 24 22:25:16.978 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40582026-08-24T22:25:17.682Z[ recovery-image] Aug 24 22:25:16.978 INFO Checking files for board 'cosmo'
40592026-08-24T22:25:17.682Z[ recovery-image] Aug 24 22:25:16.978 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40602026-08-24T22:25:17.682Z[ recovery-image] Aug 24 22:25:16.978 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40612026-08-24T22:25:17.682Z[ recovery-image] Aug 24 22:25:16.978 INFO Checking files for board 'cosmo-mbist-noaggr'
40622026-08-24T22:25:17.682Z[ recovery-image] Aug 24 22:25:16.978 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40632026-08-24T22:25:17.691Z[ recovery-image] Aug 24 22:25:16.988 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpAECbul/proto/recovery/root"
40642026-08-24T22:25:17.694Z[ recovery-image] Aug 24 22:25:16.988 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40652026-08-24T22:25:17.694Z[ recovery-image] Aug 24 22:25:16.988 INFO image builder template: ramdisk-01-os...
40662026-08-24T22:25:17.694Z[ recovery-image] Aug 24 22:25:16.988 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/.tmpAECbul/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
40672026-08-24T22:25:17.708Z[ recovery-image] Aug 24 22:25:17.005 INFO O| Aug 24 22:25:17.005 INFO CREATE DATASET: rpool/images/build/recovery/output
40682026-08-24T22:25:17.982Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40692026-08-24T22:25:18.009Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40702026-08-24T22:25:18.081Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40712026-08-24T22:25:18.084ZAug 24 22:25:17.382 INFO [stamp-ntp] process exited with exit status: 0 (532.921391ms)
40722026-08-24T22:25:18.102Z[ recovery-image] Aug 24 22:25:17.399 INFO O| Aug 24 22:25:17.399 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40732026-08-24T22:25:18.105Z[ recovery-image] Aug 24 22:25:17.403 INFO O| Aug 24 22:25:17.403 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40742026-08-24T22:25:18.207Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40752026-08-24T22:25:18.211ZAug 24 22:25:17.508 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (657.729136ms)
40762026-08-24T22:25:18.397Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40772026-08-24T22:25:18.401Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40782026-08-24T22:25:18.404ZAug 24 22:25:17.699 INFO [stamp-external-dns] process exited with exit status: 0 (849.376441ms)
40792026-08-24T22:25:18.404ZAug 24 22:25:17.700 INFO [stamp-internal-dns] process exited with exit status: 0 (847.513769ms)
40802026-08-24T22:25:18.437Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40812026-08-24T22:25:18.439ZAug 24 22:25:17.736 INFO [stamp-crucible-zone] process exited with exit status: 0 (884.068917ms)
40822026-08-24T22:25:18.574Z[ host-image] Aug 24 22:25:17.872 INFO O| Aug 24 22:25:17.872 INFO O| Startup: Refreshing catalog 'helios' ... Done
40832026-08-24T22:25:18.645Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40842026-08-24T22:25:18.648ZAug 24 22:25:17.946 INFO [stamp-oximeter] process exited with exit status: 0 (1.094496105s)
40852026-08-24T22:25:19.215Z[ recovery-image] Aug 24 22:25:18.512 INFO O| Aug 24 22:25:18.512 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40862026-08-24T22:25:19.220Z[ host-image] Aug 24 22:25:18.515 INFO O| Aug 24 22:25:18.515 INFO O| Startup: Caching catalogs ... Done
40872026-08-24T22:25:20.111Z[ recovery-image] Aug 24 22:25:19.408 INFO O| Aug 24 22:25:19.408 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40882026-08-24T22:25:20.111Z[ recovery-image] Aug 24 22:25:19.408 INFO O| Aug 24 22:25:19.408 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40892026-08-24T22:25:20.114Z[ recovery-image] Aug 24 22:25:19.408 INFO O| Aug 24 22:25:19.408 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40902026-08-24T22:25:20.114Z[ recovery-image] Aug 24 22:25:19.408 INFO O| Aug 24 22:25:19.408 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40912026-08-24T22:25:20.117Z[ recovery-image] Aug 24 22:25:19.414 INFO O| Aug 24 22:25:19.414 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40922026-08-24T22:25:20.210Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40932026-08-24T22:25:20.213ZAug 24 22:25:19.511 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.661121835s)
40942026-08-24T22:25:21.657Z[ host-image] Aug 24 22:25:20.955 INFO O| Aug 24 22:25:20.954 INFO O| Planning: Solver setup ... Done
40952026-08-24T22:25:21.901Z[ host-image] Aug 24 22:25:21.198 INFO O| Aug 24 22:25:21.198 INFO O| Planning: Running solver ... Done
40962026-08-24T22:25:21.948Z[ host-image] Aug 24 22:25:21.245 INFO O| Aug 24 22:25:21.245 INFO O| Planning: Finding local manifests ... Done
40972026-08-24T22:25:21.967Z[ host-image] Aug 24 22:25:21.264 INFO O| Aug 24 22:25:21.264 INFO O| Planning: Fetching manifests: 0/130 0% complete
40982026-08-24T22:25:22.256Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40992026-08-24T22:25:22.260ZAug 24 22:25:21.556 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.704504323s)
41002026-08-24T22:25:22.288Z[verify-libraries] Compiling match_cfg v0.1.0
41012026-08-24T22:25:22.288Z[verify-libraries] Compiling slog-json v2.6.1
41022026-08-24T22:25:22.291Z[verify-libraries] Compiling debug-ignore v1.0.5
41032026-08-24T22:25:22.291Z[verify-libraries] Compiling progenitor-client v0.14.0
41042026-08-24T22:25:22.292Z[verify-libraries] Compiling sha1 v0.11.0
41052026-08-24T22:25:22.292Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41062026-08-24T22:25:22.292Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41072026-08-24T22:25:22.293Z[verify-libraries] Compiling multer v3.1.0
41082026-08-24T22:25:22.496Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41092026-08-24T22:25:22.499ZAug 24 22:25:21.796 INFO [stamp-clickhouse] process exited with exit status: 0 (4.947029305s)
41102026-08-24T22:25:22.564Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41112026-08-24T22:25:22.568ZAug 24 22:25:21.865 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.015305746s)
41122026-08-24T22:25:22.625Z[verify-libraries] Compiling compression-core v0.4.31
41132026-08-24T22:25:22.625Z[verify-libraries] Compiling async-stream-impl v0.3.6
41142026-08-24T22:25:22.628Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41152026-08-24T22:25:22.628Z[verify-libraries] Compiling serde_spanned v1.1.1
41162026-08-24T22:25:22.708Z[verify-libraries] Compiling hostname v0.3.1
41172026-08-24T22:25:22.708Z[verify-libraries] Compiling dropshot v0.17.1
41182026-08-24T22:25:22.711Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41192026-08-24T22:25:22.733Z[verify-libraries] Compiling waitgroup v0.1.2
41202026-08-24T22:25:22.803Z[verify-libraries] Compiling compression-codecs v0.4.37
41212026-08-24T22:25:22.826Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41222026-08-24T22:25:22.826Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41232026-08-24T22:25:22.829Z[verify-libraries] Compiling hostname v0.4.2
41242026-08-24T22:25:22.829Z[verify-libraries] Compiling atomicwrites v0.4.4
41252026-08-24T22:25:22.912Z[verify-libraries] Compiling slog-bunyan v2.5.0
41262026-08-24T22:25:22.961Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41272026-08-24T22:25:22.961Z[verify-libraries] Compiling macaddr v1.0.1
41282026-08-24T22:25:22.965Z[verify-libraries] Compiling regress v0.10.5
41292026-08-24T22:25:22.984Z[verify-libraries] Compiling instant v0.1.13
41302026-08-24T22:25:23.027Z[verify-libraries] Compiling async-compression v0.4.41
41312026-08-24T22:25:23.035Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41322026-08-24T22:25:23.039ZAug 24 22:25:22.336 INFO [stamp-nexus] process exited with exit status: 0 (5.485274921s)
41332026-08-24T22:25:23.039ZAug 24 22:25:22.336 INFO [tuf-stamp] task succeeded (5.487787013s)
41342026-08-24T22:25:23.039ZAug 24 22:25:22.336 INFO [tuf-v2-zones] running task
41352026-08-24T22:25:23.053Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41362026-08-24T22:25:23.119Z[verify-libraries] Compiling parse-display-derive v0.10.0
41372026-08-24T22:25:23.119Z[verify-libraries] Compiling itertools v0.14.0
41382026-08-24T22:25:23.123Z[verify-libraries] Compiling backoff v0.4.0
41392026-08-24T22:25:23.123Z[verify-libraries] Compiling backon v1.6.0
41402026-08-24T22:25:23.123Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41412026-08-24T22:25:23.161ZAug 24 22:25:22.458 INFO [tuf-v2-zones] task succeeded (122.013642ms)
41422026-08-24T22:25:23.164Z[verify-libraries] Compiling humantime v2.3.0
41432026-08-24T22:25:23.272Z[verify-libraries] Compiling convert_case v0.4.0
41442026-08-24T22:25:23.303Z[verify-libraries] Compiling half v2.7.1
41452026-08-24T22:25:23.346Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41462026-08-24T22:25:23.372Z[verify-libraries] Compiling async-stream v0.3.6
41472026-08-24T22:25:23.421Z[verify-libraries] Compiling progenitor-extras v0.2.0
41482026-08-24T22:25:23.457Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41492026-08-24T22:25:23.457Z[verify-libraries] Compiling ciborium-io v0.2.2
41502026-08-24T22:25:23.499Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41512026-08-24T22:25:23.564Z[verify-libraries] Compiling indent_write v2.2.0
41522026-08-24T22:25:23.586Z[verify-libraries] Compiling regress v0.11.1
41532026-08-24T22:25:23.616Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41542026-08-24T22:25:23.639Z[verify-libraries] Compiling ciborium-ll v0.2.2
41552026-08-24T22:25:23.664Z[verify-libraries] Compiling secrecy v0.10.3
41562026-08-24T22:25:23.702Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41572026-08-24T22:25:23.725Z[verify-libraries] Compiling derive_more v0.99.20
41582026-08-24T22:25:23.750Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41592026-08-24T22:25:23.795Z[verify-libraries] Compiling inout v0.1.4
41602026-08-24T22:25:23.819Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41612026-08-24T22:25:23.870Z[verify-libraries] Compiling ciborium v0.2.2
41622026-08-24T22:25:23.907Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41632026-08-24T22:25:23.925Z[ host-image] Aug 24 22:25:23.220 INFO O| Aug 24 22:25:23.220 INFO O| Planning: Fetching manifests: 130/130 100% complete
41642026-08-24T22:25:23.940Z[verify-libraries] Compiling universal-hash v0.5.1
41652026-08-24T22:25:23.987Z[verify-libraries] Compiling cipher v0.4.4
41662026-08-24T22:25:24.045Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41672026-08-24T22:25:24.132Z[verify-libraries] Compiling opaque-debug v0.3.1
41682026-08-24T22:25:24.171Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41692026-08-24T22:25:24.225Z[verify-libraries] Compiling poly1305 v0.8.0
41702026-08-24T22:25:24.246Z[verify-libraries] Compiling blake2 v0.10.6
41712026-08-24T22:25:24.294Z[verify-libraries] Compiling chacha20 v0.9.1
41722026-08-24T22:25:24.366Z[verify-libraries] Compiling aead v0.5.2
41732026-08-24T22:25:24.560Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41742026-08-24T22:25:24.565Z[ host-image] Aug 24 22:25:23.862 INFO O| Aug 24 22:25:23.862 INFO O| Planning: Package planning ... Done
41752026-08-24T22:25:24.588Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41762026-08-24T22:25:24.645Z[verify-libraries] Compiling password-hash v0.5.0
41772026-08-24T22:25:24.688Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41782026-08-24T22:25:24.711Z[verify-libraries] Compiling num-derive v0.4.2
41792026-08-24T22:25:24.756Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41802026-08-24T22:25:24.791Z[verify-libraries] Compiling rayon-core v1.13.0
41812026-08-24T22:25:24.890Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41822026-08-24T22:25:24.898Z[ host-image] Aug 24 22:25:24.195 INFO O| Aug 24 22:25:24.195 INFO O| Planning: Merging actions ... Done
41832026-08-24T22:25:24.925Z[verify-libraries] Compiling glob v0.3.3
41842026-08-24T22:25:25.022Z[verify-libraries] Compiling argon2 v0.5.3
41852026-08-24T22:25:25.029Z[ host-image] Aug 24 22:25:24.326 INFO O| Aug 24 22:25:24.326 INFO O| Planning: Checking for conflicting actions ... Done
41862026-08-24T22:25:25.053Z[verify-libraries] Compiling parse-display v0.10.0
41872026-08-24T22:25:25.098Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41882026-08-24T22:25:25.118Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41892026-08-24T22:25:25.145Z[ host-image] Aug 24 22:25:24.442 INFO O| Aug 24 22:25:24.442 INFO O| Planning: Consolidating action changes ... Done
41902026-08-24T22:25:25.206Z[verify-libraries] Compiling usdt-macro v0.5.0
41912026-08-24T22:25:25.330Z[ host-image] Aug 24 22:25:24.627 INFO O| Aug 24 22:25:24.627 INFO O| Planning: Evaluating mediators ... Done
41922026-08-24T22:25:25.405Z[verify-libraries] Compiling typify-impl v0.6.2
41932026-08-24T22:25:25.449Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41942026-08-24T22:25:25.486Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41952026-08-24T22:25:25.589Z[verify-libraries] Compiling vsss-rs v3.3.4
41962026-08-24T22:25:25.784Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41972026-08-24T22:25:25.895Z[verify-libraries] Compiling memmap v0.7.0
41982026-08-24T22:25:25.950Z[verify-libraries] Compiling heapless v0.8.0
41992026-08-24T22:25:26.085Z[verify-libraries] Compiling proc-macro-error v1.0.4
42002026-08-24T22:25:26.136Z[verify-libraries] Compiling usdt v0.5.0
42012026-08-24T22:25:26.136Z[verify-libraries] Compiling ingot-macros v0.2.0
42022026-08-24T22:25:26.207Z[ recovery-image] Aug 24 22:25:25.504 INFO O| Aug 24 22:25:25.504 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42032026-08-24T22:25:26.217Z[ recovery-image] Aug 24 22:25:25.514 INFO O| Aug 24 22:25:25.514 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42042026-08-24T22:25:26.233Z[verify-libraries] Compiling tabwriter v1.4.1
42052026-08-24T22:25:26.312Z[verify-libraries] Compiling hash32 v0.3.1
42062026-08-24T22:25:26.383Z[verify-libraries] Compiling smoltcp v0.11.0
42072026-08-24T22:25:26.446Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42082026-08-24T22:25:26.450Z[verify-libraries] Compiling num_enum_derive v0.7.6
42092026-08-24T22:25:26.473Z[verify-libraries] Compiling cobs v0.3.0
42102026-08-24T22:25:26.523Z[ recovery-image] Aug 24 22:25:25.820 INFO O| Aug 24 22:25:25.820 INFO O| Caching catalogs ... Done
42112026-08-24T22:25:26.535Z[verify-libraries] Compiling colored v3.1.1
42122026-08-24T22:25:26.577Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42132026-08-24T22:25:26.577Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42142026-08-24T22:25:26.581Z[verify-libraries] Compiling rayon v1.11.0
42152026-08-24T22:25:26.600Z[verify-libraries] Compiling rand v0.10.1
42162026-08-24T22:25:26.607Z[ recovery-image] Aug 24 22:25:25.904 INFO O| Aug 24 22:25:25.904 INFO STEP 0 (pkg_image_create) COMPLETE
42172026-08-24T22:25:26.607Z[ recovery-image] Aug 24 22:25:25.904 INFO O| Aug 24 22:25:25.904 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42182026-08-24T22:25:26.617Z[ recovery-image] Aug 24 22:25:25.914 INFO O| Aug 24 22:25:25.913 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"]
42192026-08-24T22:25:26.754Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42202026-08-24T22:25:26.786Z[ host-image] Aug 24 22:25:26.083 INFO O| Aug 24 22:25:26.082 INFO O| Planning: Planning completed in 7.55 seconds
42212026-08-24T22:25:26.795Z[ host-image] Aug 24 22:25:26.084 INFO O| Aug 24 22:25:26.084 INFO O| Packages to install: 130
42222026-08-24T22:25:26.795Z[ host-image] Aug 24 22:25:26.084 INFO O| Aug 24 22:25:26.084 INFO O| Mediators to change: 5
42232026-08-24T22:25:26.796Z[ host-image] Aug 24 22:25:26.084 INFO O| Aug 24 22:25:26.084 INFO O| Services to change: 6
42242026-08-24T22:25:26.823Z[ host-image] Aug 24 22:25:26.117 INFO O| Aug 24 22:25:26.117 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42252026-08-24T22:25:26.860Z[verify-libraries] Compiling postcard v1.1.3
42262026-08-24T22:25:26.864Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42272026-08-24T22:25:26.914Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42282026-08-24T22:25:26.930Z[ recovery-image] Aug 24 22:25:26.227 INFO O| Aug 24 22:25:26.227 INFO STEP 1 (pkg_set_publisher) COMPLETE
42292026-08-24T22:25:26.931Z[ recovery-image] Aug 24 22:25:26.227 INFO O| Aug 24 22:25:26.227 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42302026-08-24T22:25:26.931Z[ recovery-image] Aug 24 22:25:26.227 INFO O| Aug 24 22:25:26.227 INFO skip step because feature "publisher_1_name" is not enabled
42312026-08-24T22:25:26.934Z[ recovery-image] Aug 24 22:25:26.227 INFO O| Aug 24 22:25:26.227 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42322026-08-24T22:25:26.934Z[ recovery-image] Aug 24 22:25:26.227 INFO O| Aug 24 22:25:26.227 INFO skip step because feature "publisher_2_name" is not enabled
42332026-08-24T22:25:26.935Z[ recovery-image] Aug 24 22:25:26.227 INFO O| Aug 24 22:25:26.227 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42342026-08-24T22:25:26.935Z[ recovery-image] Aug 24 22:25:26.227 INFO O| Aug 24 22:25:26.227 INFO skip step because feature "publisher_3_name" is not enabled
42352026-08-24T22:25:26.935Z[ recovery-image] Aug 24 22:25:26.227 INFO O| Aug 24 22:25:26.227 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42362026-08-24T22:25:26.947Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42372026-08-24T22:25:26.947Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42382026-08-24T22:25:27.141Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42392026-08-24T22:25:27.226Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42402026-08-24T22:25:27.266Z[ recovery-image] Aug 24 22:25:26.563 INFO O| Aug 24 22:25:26.563 INFO variant opensolaris.zone is already global
42412026-08-24T22:25:27.266Z[ recovery-image] Aug 24 22:25:26.563 INFO O| Aug 24 22:25:26.563 INFO STEP 5 (pkg_change_variant) COMPLETE
42422026-08-24T22:25:27.269Z[ recovery-image] Aug 24 22:25:26.563 INFO O| Aug 24 22:25:26.563 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42432026-08-24T22:25:27.402Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42442026-08-24T22:25:27.403Z[verify-libraries] Compiling num_enum_derive v0.5.11
42452026-08-24T22:25:27.442Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42462026-08-24T22:25:27.527Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42472026-08-24T22:25:27.557Z[verify-libraries] Compiling cstr-argument v0.1.2
42482026-08-24T22:25:27.586Z[ recovery-image] Aug 24 22:25:26.881 INFO O| Aug 24 22:25:26.881 INFO variant opensolaris.imagetype is full; changing to partial
42492026-08-24T22:25:27.586Z[ recovery-image] Aug 24 22:25:26.881 INFO O| Aug 24 22:25:26.881 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42502026-08-24T22:25:27.590Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42512026-08-24T22:25:27.674Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42522026-08-24T22:25:27.735Z[verify-libraries] Compiling foreign-types v0.5.0
42532026-08-24T22:25:27.760Z[verify-libraries] Compiling sigpipe v0.1.3
42542026-08-24T22:25:27.760Z[verify-libraries] Compiling num_enum v0.7.6
42552026-08-24T22:25:27.760Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42562026-08-24T22:25:27.846Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42572026-08-24T22:25:27.929Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42582026-08-24T22:25:27.963Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42592026-08-24T22:25:27.991Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42602026-08-24T22:25:28.076Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42612026-08-24T22:25:28.102Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42622026-08-24T22:25:28.126Z[verify-libraries] Compiling itertools v0.12.1
42632026-08-24T22:25:28.176Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42642026-08-24T22:25:28.238Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42652026-08-24T22:25:28.260Z[verify-libraries] Compiling toml v0.8.23
42662026-08-24T22:25:28.264Z[verify-libraries] Compiling smf v0.2.3
42672026-08-24T22:25:28.349Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42682026-08-24T22:25:28.499Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42692026-08-24T22:25:28.621Z[verify-libraries] Compiling num_enum v0.5.11
42702026-08-24T22:25:28.640Z[verify-libraries] Compiling whoami v1.6.1
42712026-08-24T22:25:28.665Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42722026-08-24T22:25:28.669Z[verify-libraries] Compiling derive-where v1.6.0
42732026-08-24T22:25:28.669Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42742026-08-24T22:25:28.813Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42752026-08-24T22:25:28.951Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42762026-08-24T22:25:28.980Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42772026-08-24T22:25:29.012Z[verify-libraries] Compiling gethostname v0.5.0
42782026-08-24T22:25:29.042Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42792026-08-24T22:25:29.176Z[verify-libraries] Compiling newline-converter v0.3.0
42802026-08-24T22:25:29.212Z[verify-libraries] Compiling console v0.15.11
42812026-08-24T22:25:29.307Z[verify-libraries] Compiling ingot-types v0.2.0
42822026-08-24T22:25:29.353Z[verify-libraries] Compiling linear-map v1.2.0
42832026-08-24T22:25:29.379Z[verify-libraries] Compiling zone v0.3.1
42842026-08-24T22:25:29.404Z[verify-libraries] Compiling resolv-conf v0.7.6
42852026-08-24T22:25:29.429Z[verify-libraries] Compiling num-rational v0.4.2
42862026-08-24T22:25:29.563Z[verify-libraries] Compiling num-complex v0.4.6
42872026-08-24T22:25:29.567Z[verify-libraries] Compiling slog-dtrace v0.3.0
42882026-08-24T22:25:29.681Z[verify-libraries] Compiling prettyplease v0.2.37
42892026-08-24T22:25:29.711Z[ recovery-image] Aug 24 22:25:29.007 INFO O| Aug 24 22:25:29.007 INFO O| Startup: Refreshing catalog 'helios' ... Done
42902026-08-24T22:25:29.858Z[verify-libraries] Compiling ingot v0.2.1
42912026-08-24T22:25:29.898Z[verify-libraries] Compiling expectorate v1.2.0
42922026-08-24T22:25:29.983Z[verify-libraries] Compiling float-ord v0.3.2
42932026-08-24T22:25:30.059Z[verify-libraries] Compiling num v0.4.3
42942026-08-24T22:25:30.060Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42952026-08-24T22:25:30.102Z[verify-libraries] Compiling linked-hash-map v0.5.6
42962026-08-24T22:25:30.145Z[verify-libraries] Compiling hickory-proto v0.24.4
42972026-08-24T22:25:30.146Z[verify-libraries] Compiling convert_case v0.10.0
42982026-08-24T22:25:30.172Z[verify-libraries] Compiling minimal-lexical v0.2.1
42992026-08-24T22:25:30.249Z[verify-libraries] Compiling unicode-xid v0.2.6
43002026-08-24T22:25:30.252Z[verify-libraries] Compiling typify-macro v0.6.2
43012026-08-24T22:25:30.312Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43022026-08-24T22:25:30.312Z[verify-libraries] Compiling lru-cache v0.1.2
43032026-08-24T22:25:30.337Z[ recovery-image] Aug 24 22:25:29.634 INFO O| Aug 24 22:25:29.634 INFO O| Startup: Caching catalogs ... Done
43042026-08-24T22:25:30.353Z[ recovery-image] Aug 24 22:25:29.650 INFO O| Aug 24 22:25:29.650 INFO O| Planning: Planning completed in 0.00 seconds
43052026-08-24T22:25:30.357Z[ recovery-image] Aug 24 22:25:29.650 INFO O| Aug 24 22:25:29.650 INFO O| Planning: Consolidating action changes ... Done
43062026-08-24T22:25:30.357Z[ recovery-image] Aug 24 22:25:29.651 INFO O| Aug 24 22:25:29.651 INFO O| Planning: Evaluating mediators ... Done
43072026-08-24T22:25:30.357Z[ recovery-image] Aug 24 22:25:29.651 INFO O| Aug 24 22:25:29.651 INFO O| Planning: Planning completed in 0.00 seconds
43082026-08-24T22:25:30.357Z[ recovery-image] Aug 24 22:25:29.651 INFO O| Aug 24 22:25:29.651 INFO O| Variants/Facets to change: 1
43092026-08-24T22:25:30.383Z[verify-libraries] Compiling tabled_derive v0.7.0
43102026-08-24T22:25:30.417Z[ recovery-image] Aug 24 22:25:29.714 INFO O| Aug 24 22:25:29.714 INFO O| Finalize: Updating package state database ... Done
43112026-08-24T22:25:30.417Z[ recovery-image] Aug 24 22:25:29.714 INFO O| Aug 24 22:25:29.714 INFO O| Finalize: Updating package cache ... Done
43122026-08-24T22:25:30.478Z[verify-libraries] Compiling nom v7.1.3
43132026-08-24T22:25:30.490Z[ recovery-image] Aug 24 22:25:29.787 INFO O| Aug 24 22:25:29.787 INFO O| Finalize: Updating image state ... Done
43142026-08-24T22:25:30.526Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43152026-08-24T22:25:30.530Z[ recovery-image] Aug 24 22:25:29.826 INFO O| Aug 24 22:25:29.826 INFO O| Finalize: Creating fast lookup database ... Done
43162026-08-24T22:25:30.531Z[ recovery-image] Aug 24 22:25:29.827 INFO O| Aug 24 22:25:29.827 INFO O| Finalize: Reading search index ... Done
43172026-08-24T22:25:30.531Z[ recovery-image] Aug 24 22:25:29.827 INFO O| Aug 24 22:25:29.827 INFO O| Finalize: Updating search index ... Done
43182026-08-24T22:25:30.534Z[ recovery-image] Aug 24 22:25:29.828 INFO O| Aug 24 22:25:29.828 INFO O| Finalize: Updating package cache ... Done
43192026-08-24T22:25:30.574Z[verify-libraries] Compiling fd-lock v4.0.4
43202026-08-24T22:25:30.609Z[verify-libraries] Compiling derive_more-impl v2.1.1
43212026-08-24T22:25:30.666Z[verify-libraries] Compiling vte v0.14.1
43222026-08-24T22:25:30.764Z[verify-libraries] Compiling display-error-chain v0.2.2
43232026-08-24T22:25:30.767Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43242026-08-24T22:25:30.817Z[ recovery-image] Aug 24 22:25:30.114 INFO O| Aug 24 22:25:30.114 INFO STEP 6 (pkg_change_variant) COMPLETE
43252026-08-24T22:25:30.817Z[ recovery-image] Aug 24 22:25:30.114 INFO O| Aug 24 22:25:30.114 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43262026-08-24T22:25:30.821Z[ recovery-image] Aug 24 22:25:30.114 INFO O| Aug 24 22:25:30.114 INFO skip step because feature "debug_variant" is not enabled
43272026-08-24T22:25:30.821Z[ recovery-image] Aug 24 22:25:30.114 INFO O| Aug 24 22:25:30.114 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43282026-08-24T22:25:30.900Z[verify-libraries] Compiling stacker v0.1.23
43292026-08-24T22:25:30.974Z[verify-libraries] Compiling cfg_aliases v0.1.1
43302026-08-24T22:25:31.147Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43312026-08-24T22:25:31.151Z[ recovery-image] Aug 24 22:25:30.427 INFO O| Aug 24 22:25:30.427 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43322026-08-24T22:25:31.154Z[verify-libraries] Compiling nix v0.28.0
43332026-08-24T22:25:31.206Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43342026-08-24T22:25:31.262Z[verify-libraries] Compiling reedline v0.40.0
43352026-08-24T22:25:31.408Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43362026-08-24T22:25:31.471Z[verify-libraries] Compiling tabled v0.15.0
43372026-08-24T22:25:31.505Z[verify-libraries] Compiling termtree v0.5.1
43382026-08-24T22:25:31.525Z[verify-libraries] Compiling psm v0.1.30
43392026-08-24T22:25:31.526Z[verify-libraries] Compiling semver v0.1.20
43402026-08-24T22:25:31.607Z[verify-libraries] Compiling derive_more v2.1.1
43412026-08-24T22:25:31.644Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43422026-08-24T22:25:31.670Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43432026-08-24T22:25:31.707Z[verify-libraries] Compiling crossterm v0.29.0
43442026-08-24T22:25:31.753Z[verify-libraries] Compiling phf_shared v0.12.1
43452026-08-24T22:25:31.849Z[verify-libraries] Compiling rustc_version v0.1.7
43462026-08-24T22:25:31.958Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43472026-08-24T22:25:31.982Z[verify-libraries] Compiling nibble_vec v0.1.0
43482026-08-24T22:25:31.986Z[verify-libraries] Compiling endian-type v0.1.2
43492026-08-24T22:25:32.027Z[verify-libraries] Compiling highway v1.3.0
43502026-08-24T22:25:32.054Z[verify-libraries] Compiling chrono-tz v0.10.4
43512026-08-24T22:25:32.155Z[verify-libraries] Compiling newtype_derive v0.1.6
43522026-08-24T22:25:32.176Z[ host-image] Aug 24 22:25:31.473 INFO O| Aug 24 22:25:31.473 INFO O| Download: 8896/23888 items 77.7/222.8MB 34% complete (15.9M/s)
43532026-08-24T22:25:32.191Z[verify-libraries] Compiling radix_trie v0.2.1
43542026-08-24T22:25:32.228Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43552026-08-24T22:25:32.232Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43562026-08-24T22:25:32.292Z[verify-libraries] Compiling typify v0.6.2
43572026-08-24T22:25:32.348Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43582026-08-24T22:25:32.394Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43592026-08-24T22:25:32.501Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43602026-08-24T22:25:32.538Z[verify-libraries] Compiling progenitor-impl v0.14.0
43612026-08-24T22:25:32.578Z[verify-libraries] Compiling hickory-resolver v0.24.4
43622026-08-24T22:25:32.918Z[verify-libraries] Compiling phf v0.12.1
43632026-08-24T22:25:33.080Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43642026-08-24T22:25:33.084Z[verify-libraries] Compiling recursive v0.1.1
43652026-08-24T22:25:33.138Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43662026-08-24T22:25:33.199Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43672026-08-24T22:25:33.208Z[ recovery-image] Aug 24 22:25:32.505 INFO O| Aug 24 22:25:32.505 INFO O| Startup: Refreshing catalog 'helios' ... Done
43682026-08-24T22:25:33.271Z[verify-libraries] Compiling peg-macros v0.8.5
43692026-08-24T22:25:33.564Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43702026-08-24T22:25:33.677Z[ recovery-image] Aug 24 22:25:32.974 INFO O| Aug 24 22:25:32.974 INFO O| Startup: Caching catalogs ... Done
43712026-08-24T22:25:33.693Z[ recovery-image] Aug 24 22:25:32.990 INFO O| Aug 24 22:25:32.990 INFO O| Planning: Planning completed in 0.00 seconds
43722026-08-24T22:25:33.696Z[ recovery-image] Aug 24 22:25:32.991 INFO O| Aug 24 22:25:32.991 INFO O| Planning: Consolidating action changes ... Done
43732026-08-24T22:25:33.696Z[ recovery-image] Aug 24 22:25:32.991 INFO O| Aug 24 22:25:32.991 INFO O| Planning: Evaluating mediators ... Done
43742026-08-24T22:25:33.696Z[ recovery-image] Aug 24 22:25:32.991 INFO O| Aug 24 22:25:32.991 INFO O| Planning: Planning completed in 0.00 seconds
43752026-08-24T22:25:33.696Z[ recovery-image] Aug 24 22:25:32.991 INFO O| Aug 24 22:25:32.991 INFO O| Variants/Facets to change: 1
43762026-08-24T22:25:33.737Z[ recovery-image] Aug 24 22:25:33.034 INFO O| Aug 24 22:25:33.034 INFO O| Finalize: Updating package state database ... Done
43772026-08-24T22:25:33.737Z[ recovery-image] Aug 24 22:25:33.034 INFO O| Aug 24 22:25:33.034 INFO O| Finalize: Updating package cache ... Done
43782026-08-24T22:25:33.881Z[verify-libraries] Compiling qorb v0.4.1
43792026-08-24T22:25:33.933Z[ recovery-image] Aug 24 22:25:33.226 INFO O| Aug 24 22:25:33.226 INFO O| Finalize: Updating image state ... Done
43802026-08-24T22:25:33.954Z[ recovery-image] Aug 24 22:25:33.242 INFO O| Aug 24 22:25:33.242 INFO O| Finalize: Creating fast lookup database ... Done
43812026-08-24T22:25:33.957Z[ recovery-image] Aug 24 22:25:33.243 INFO O| Aug 24 22:25:33.243 INFO O| Finalize: Reading search index ... Done
43822026-08-24T22:25:33.958Z[ recovery-image] Aug 24 22:25:33.243 INFO O| Aug 24 22:25:33.243 INFO O| Finalize: Updating search index ... Done
43832026-08-24T22:25:33.958Z[ recovery-image] Aug 24 22:25:33.244 INFO O| Aug 24 22:25:33.244 INFO O| Finalize: Updating package cache ... Done
43842026-08-24T22:25:34.067Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43852026-08-24T22:25:34.119Z[verify-libraries] Compiling csv-core v0.1.13
43862026-08-24T22:25:34.240Z[verify-libraries] Compiling winnow v0.6.26
43872026-08-24T22:25:34.312Z[ recovery-image] Aug 24 22:25:33.609 INFO O| Aug 24 22:25:33.609 INFO STEP 8 (pkg_change_facet) COMPLETE
43882026-08-24T22:25:34.312Z[ recovery-image] Aug 24 22:25:33.609 INFO O| Aug 24 22:25:33.609 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43892026-08-24T22:25:34.464Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43902026-08-24T22:25:34.539Z[verify-libraries] Compiling home v0.5.12
43912026-08-24T22:25:34.657Z[verify-libraries] Compiling unicode_categories v0.1.1
43922026-08-24T22:25:34.660Z[verify-libraries] Compiling csv v1.4.0
43932026-08-24T22:25:34.771Z[verify-libraries] Compiling rustyline v14.0.0
43942026-08-24T22:25:34.777Z[ recovery-image] Aug 24 22:25:34.074 INFO O| Aug 24 22:25:34.074 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43952026-08-24T22:25:34.793Z[verify-libraries] Compiling const_format v0.2.35
43962026-08-24T22:25:34.907Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43972026-08-24T22:25:35.003Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43982026-08-24T22:25:35.055Z[verify-libraries] Compiling peg v0.8.5
43992026-08-24T22:25:35.126Z[verify-libraries] Compiling sqlparser v0.61.0
44002026-08-24T22:25:35.239Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44012026-08-24T22:25:35.338Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44022026-08-24T22:25:35.413Z[verify-libraries] Compiling bcs v0.1.6
44032026-08-24T22:25:35.443Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44042026-08-24T22:25:35.506Z[verify-libraries] Compiling progenitor-macro v0.14.0
44052026-08-24T22:25:35.601Z[verify-libraries] Compiling nom v8.0.0
44062026-08-24T22:25:35.707Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44072026-08-24T22:25:35.795Z[verify-libraries] Compiling sqlformat v0.3.5
44082026-08-24T22:25:35.930Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44092026-08-24T22:25:36.065Z[verify-libraries] Compiling steno v0.4.1
44102026-08-24T22:25:36.135Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44112026-08-24T22:25:36.196Z[verify-libraries] Compiling sha1 v0.10.6
44122026-08-24T22:25:36.429Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44132026-08-24T22:25:36.432Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44142026-08-24T22:25:36.511Z[verify-libraries] Compiling tagptr v0.2.0
44152026-08-24T22:25:36.558Z[verify-libraries] Compiling utf-8 v0.7.6
44162026-08-24T22:25:36.625Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44172026-08-24T22:25:36.749Z[verify-libraries] Compiling moka v0.12.13
44182026-08-24T22:25:36.787Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44192026-08-24T22:25:36.825Z[verify-libraries] Compiling tungstenite v0.21.0
44202026-08-24T22:25:36.828Z[verify-libraries] Compiling libefi-sys v0.1.0
44212026-08-24T22:25:36.903Z[verify-libraries] Compiling bitfield-struct v0.6.2
44222026-08-24T22:25:36.996Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44232026-08-24T22:25:37.025Z[verify-libraries] Compiling xshell-macros v0.2.7
44242026-08-24T22:25:37.044Z[ recovery-image] Aug 24 22:25:36.341 INFO O| Aug 24 22:25:36.341 INFO O| Startup: Refreshing catalog 'helios' ... Done
44252026-08-24T22:25:37.179Z[ host-image] Aug 24 22:25:36.473 INFO O| Aug 24 22:25:36.473 INFO O| Download: 17993/23888 items 153.2/222.8MB 68% complete (15.0M/s)
44262026-08-24T22:25:37.275Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44272026-08-24T22:25:37.349Z[verify-libraries] Compiling libscf-sys v1.2.0
44282026-08-24T22:25:37.385Z[verify-libraries] Compiling papergrid v0.18.0
44292026-08-24T22:25:37.512Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44302026-08-24T22:25:37.526Z[ recovery-image] Aug 24 22:25:36.816 INFO O| Aug 24 22:25:36.816 INFO O| Startup: Caching catalogs ... Done
44312026-08-24T22:25:37.534Z[ recovery-image] Aug 24 22:25:36.831 INFO O| Aug 24 22:25:36.831 INFO O| Planning: Planning completed in 0.00 seconds
44322026-08-24T22:25:37.537Z[ recovery-image] Aug 24 22:25:36.832 INFO O| Aug 24 22:25:36.832 INFO O| Planning: Consolidating action changes ... Done
44332026-08-24T22:25:37.537Z[ recovery-image] Aug 24 22:25:36.832 INFO O| Aug 24 22:25:36.832 INFO O| Planning: Evaluating mediators ... Done
44342026-08-24T22:25:37.537Z[ recovery-image] Aug 24 22:25:36.833 INFO O| Aug 24 22:25:36.832 INFO O| Planning: Planning completed in 0.00 seconds
44352026-08-24T22:25:37.537Z[ recovery-image] Aug 24 22:25:36.833 INFO O| Aug 24 22:25:36.832 INFO O| Variants/Facets to change: 1
44362026-08-24T22:25:37.543Z[verify-libraries] Compiling hickory-resolver v0.25.2
44372026-08-24T22:25:37.546Z[ recovery-image] Aug 24 22:25:36.843 INFO O| Aug 24 22:25:36.843 INFO O| Finalize: Updating package state database ... Done
44382026-08-24T22:25:37.546Z[ recovery-image] Aug 24 22:25:36.843 INFO O| Aug 24 22:25:36.843 INFO O| Finalize: Updating package cache ... Done
44392026-08-24T22:25:37.593Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44402026-08-24T22:25:37.633Z[ recovery-image] Aug 24 22:25:36.930 INFO O| Aug 24 22:25:36.930 INFO O| Finalize: Updating image state ... Done
44412026-08-24T22:25:37.653Z[verify-libraries] Compiling xshell v0.2.7
44422026-08-24T22:25:37.656Z[ recovery-image] Aug 24 22:25:36.954 INFO O| Aug 24 22:25:36.954 INFO O| Finalize: Creating fast lookup database ... Done
44432026-08-24T22:25:37.663Z[ recovery-image] Aug 24 22:25:36.954 INFO O| Aug 24 22:25:36.954 INFO O| Finalize: Reading search index ... Done
44442026-08-24T22:25:37.663Z[ recovery-image] Aug 24 22:25:36.954 INFO O| Aug 24 22:25:36.954 INFO O| Finalize: Updating search index ... Done
44452026-08-24T22:25:37.663Z[ recovery-image] Aug 24 22:25:36.955 INFO O| Aug 24 22:25:36.955 INFO O| Finalize: Updating package cache ... Done
44462026-08-24T22:25:37.757Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44472026-08-24T22:25:37.779Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44482026-08-24T22:25:37.834Z[verify-libraries] Compiling sha2 v0.11.0
44492026-08-24T22:25:37.916Z[verify-libraries] Compiling subprocess v0.2.15
44502026-08-24T22:25:37.971Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44512026-08-24T22:25:37.975Z[ recovery-image] Aug 24 22:25:37.272 INFO O| Aug 24 22:25:37.272 INFO STEP 9 (pkg_change_facet) COMPLETE
44522026-08-24T22:25:37.975Z[ recovery-image] Aug 24 22:25:37.272 INFO O| Aug 24 22:25:37.272 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44532026-08-24T22:25:38.094Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44542026-08-24T22:25:38.132Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44552026-08-24T22:25:38.224Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44562026-08-24T22:25:38.284Z[verify-libraries] Compiling headers-core v0.3.0
44572026-08-24T22:25:38.329Z[ recovery-image] Aug 24 22:25:37.625 INFO O| Aug 24 22:25:37.625 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44582026-08-24T22:25:38.515Z[verify-libraries] Compiling tabled v0.21.0
44592026-08-24T22:25:38.602Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44602026-08-24T22:25:38.655Z[verify-libraries] Compiling unicase v2.9.0
44612026-08-24T22:25:38.759Z[verify-libraries] Compiling headers v0.4.1
44622026-08-24T22:25:38.837Z[verify-libraries] Compiling darling_core v0.21.3
44632026-08-24T22:25:38.908Z[verify-libraries] Compiling crc8 v0.1.1
44642026-08-24T22:25:39.129Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44652026-08-24T22:25:39.241Z[verify-libraries] Compiling maplit v1.0.2
44662026-08-24T22:25:39.277Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44672026-08-24T22:25:39.359Z[verify-libraries] Compiling yasna v0.5.2
44682026-08-24T22:25:39.697Z[verify-libraries] Compiling vergen-lib v0.1.6
44692026-08-24T22:25:39.778Z[verify-libraries] Compiling diesel_derives v2.3.7
44702026-08-24T22:25:39.849Z[verify-libraries] Compiling port-file v0.1.0
44712026-08-24T22:25:39.891Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44722026-08-24T22:25:39.970Z[verify-libraries] Compiling rcgen v0.12.1
44732026-08-24T22:25:40.181Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44742026-08-24T22:25:40.209Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44752026-08-24T22:25:40.209Z[verify-libraries] Compiling half v1.8.3
44762026-08-24T22:25:40.303Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44772026-08-24T22:25:40.624Z[verify-libraries] Compiling serde_cbor v0.11.2
44782026-08-24T22:25:40.628Z[verify-libraries] Compiling r2d2 v0.8.10
44792026-08-24T22:25:40.681Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44802026-08-24T22:25:40.814Z[verify-libraries] Compiling downcast-rs v2.0.2
44812026-08-24T22:25:40.885Z[ recovery-image] Aug 24 22:25:40.182 INFO O| Aug 24 22:25:40.182 INFO O| Startup: Refreshing catalog 'helios' ... Done
44822026-08-24T22:25:40.954Z[verify-libraries] Compiling cpubits v0.1.1
44832026-08-24T22:25:40.981Z[verify-libraries] Compiling crunchy v0.2.4
44842026-08-24T22:25:41.004Z[verify-libraries] Compiling dirs-next v2.0.0
44852026-08-24T22:25:41.101Z[verify-libraries] Compiling clang-sys v1.8.1
44862026-08-24T22:25:41.159Z[verify-libraries] Compiling progenitor v0.14.0
44872026-08-24T22:25:41.188Z[verify-libraries] Compiling tiny-keccak v2.0.2
44882026-08-24T22:25:41.332Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44892026-08-24T22:25:41.354Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44902026-08-24T22:25:41.357Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44912026-08-24T22:25:41.380Z[ recovery-image] Aug 24 22:25:40.671 INFO O| Aug 24 22:25:40.668 INFO O| Startup: Caching catalogs ... Done
44922026-08-24T22:25:41.390Z[ recovery-image] Aug 24 22:25:40.685 INFO O| Aug 24 22:25:40.685 INFO O| Planning: Planning completed in 0.00 seconds
44932026-08-24T22:25:41.390Z[ recovery-image] Aug 24 22:25:40.685 INFO O| Aug 24 22:25:40.685 INFO O| Planning: Consolidating action changes ... Done
44942026-08-24T22:25:41.390Z[ recovery-image] Aug 24 22:25:40.685 INFO O| Aug 24 22:25:40.685 INFO O| Planning: Evaluating mediators ... Done
44952026-08-24T22:25:41.390Z[ recovery-image] Aug 24 22:25:40.685 INFO O| Aug 24 22:25:40.685 INFO O| Planning: Planning completed in 0.00 seconds
44962026-08-24T22:25:41.392Z[ recovery-image] Aug 24 22:25:40.686 INFO O| Aug 24 22:25:40.686 INFO O| Variants/Facets to change: 1
44972026-08-24T22:25:41.401Z[ recovery-image] Aug 24 22:25:40.698 INFO O| Aug 24 22:25:40.698 INFO O| Finalize: Updating package state database ... Done
44982026-08-24T22:25:41.401Z[ recovery-image] Aug 24 22:25:40.698 INFO O| Aug 24 22:25:40.698 INFO O| Finalize: Updating package cache ... Done
44992026-08-24T22:25:41.435Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45002026-08-24T22:25:41.492Z[ recovery-image] Aug 24 22:25:40.789 INFO O| Aug 24 22:25:40.789 INFO O| Finalize: Updating image state ... Done
45012026-08-24T22:25:41.515Z[ recovery-image] Aug 24 22:25:40.812 INFO O| Aug 24 22:25:40.812 INFO O| Finalize: Creating fast lookup database ... Done
45022026-08-24T22:25:41.519Z[ recovery-image] Aug 24 22:25:40.813 INFO O| Aug 24 22:25:40.813 INFO O| Finalize: Reading search index ... Done
45032026-08-24T22:25:41.519Z[ recovery-image] Aug 24 22:25:40.813 INFO O| Aug 24 22:25:40.813 INFO O| Finalize: Updating search index ... Done
45042026-08-24T22:25:41.519Z[ recovery-image] Aug 24 22:25:40.814 INFO O| Aug 24 22:25:40.814 INFO O| Finalize: Updating package cache ... Done
45052026-08-24T22:25:41.633Z[verify-libraries] Compiling darling_macro v0.21.3
45062026-08-24T22:25:41.664Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45072026-08-24T22:25:41.727Z[verify-libraries] Compiling term v0.7.0
45082026-08-24T22:25:41.781Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45092026-08-24T22:25:41.794Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45102026-08-24T22:25:41.813Z[ recovery-image] Aug 24 22:25:41.107 INFO O| Aug 24 22:25:41.107 INFO STEP 10 (pkg_change_facet) COMPLETE
45112026-08-24T22:25:41.813Z[ recovery-image] Aug 24 22:25:41.107 INFO O| Aug 24 22:25:41.107 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45122026-08-24T22:25:41.821Z[ recovery-image] Aug 24 22:25:41.118 INFO O| Aug 24 22:25:41.118 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"]
45132026-08-24T22:25:41.976Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45142026-08-24T22:25:42.024Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45152026-08-24T22:25:42.139Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45162026-08-24T22:25:42.178Z[ host-image] Aug 24 22:25:41.475 INFO O| Aug 24 22:25:41.475 INFO O| Download: 23154/23888 items 218.5/222.8MB 98% complete (14.0M/s)
45172026-08-24T22:25:42.332Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45182026-08-24T22:25:42.370Z[verify-libraries] Compiling darling v0.21.3
45192026-08-24T22:25:42.401Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45202026-08-24T22:25:42.433Z[verify-libraries] Compiling bit-vec v0.6.3
45212026-08-24T22:25:42.483Z[ host-image] Aug 24 22:25:41.780 INFO O| Aug 24 22:25:41.780 INFO O| Download: Completed 222.83 MB in 15.66 seconds (14.2M/s)
45222026-08-24T22:25:42.486Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45232026-08-24T22:25:42.532Z[verify-libraries] Compiling diff v0.1.13
45242026-08-24T22:25:42.563Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45252026-08-24T22:25:42.702Z[verify-libraries] Compiling ascii-canvas v3.0.0
45262026-08-24T22:25:42.729Z[verify-libraries] Compiling bit-set v0.5.3
45272026-08-24T22:25:42.732Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45282026-08-24T22:25:42.775Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45292026-08-24T22:25:42.778Z[verify-libraries] Compiling itertools v0.10.5
45302026-08-24T22:25:42.878Z[ host-image] Aug 24 22:25:42.149 INFO O| Aug 24 22:25:42.149 INFO O| Actions: 1/54182 actions (Installing new actions)
45312026-08-24T22:25:42.884Z[verify-libraries] Compiling ena v0.14.4
45322026-08-24T22:25:42.952Z[verify-libraries] Compiling libloading v0.8.9
45332026-08-24T22:25:43.017Z[verify-libraries] Compiling regex-syntax v0.6.29
45342026-08-24T22:25:43.112Z[verify-libraries] Compiling bindgen v0.71.1
45352026-08-24T22:25:43.169Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45362026-08-24T22:25:43.208Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45372026-08-24T22:25:43.610Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45382026-08-24T22:25:43.773Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45392026-08-24T22:25:43.777Z[verify-libraries] Compiling cexpr v0.6.0
45402026-08-24T22:25:43.841Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45412026-08-24T22:25:43.876Z[verify-libraries] Compiling rustc-hash v2.1.1
45422026-08-24T22:25:44.025Z[ recovery-image] Aug 24 22:25:43.321 INFO O| Aug 24 22:25:43.321 INFO O| Startup: Refreshing catalog 'helios' ... Done
45432026-08-24T22:25:44.065Z[verify-libraries] Compiling rfc6979 v0.4.0
45442026-08-24T22:25:44.116Z[verify-libraries] Compiling libxml v0.3.3
45452026-08-24T22:25:44.215Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45462026-08-24T22:25:44.288Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45472026-08-24T22:25:44.291Z[verify-libraries] Compiling ecdsa v0.16.9
45482026-08-24T22:25:44.517Z[ recovery-image] Aug 24 22:25:43.814 INFO O| Aug 24 22:25:43.814 INFO O| Startup: Caching catalogs ... Done
45492026-08-24T22:25:44.551Z[verify-libraries] Compiling strum_macros v0.24.3
45502026-08-24T22:25:44.577Z[verify-libraries] Compiling primeorder v0.13.6
45512026-08-24T22:25:44.659Z[verify-libraries] Compiling lalrpop v0.19.12
45522026-08-24T22:25:44.744Z[verify-libraries] Compiling hashbrown v0.14.5
45532026-08-24T22:25:44.791Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45542026-08-24T22:25:44.835Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45552026-08-24T22:25:44.934Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45562026-08-24T22:25:44.934Z[verify-libraries] Compiling hmac v0.13.0
45572026-08-24T22:25:45.320Z[verify-libraries] Compiling universal-hash v0.6.1
45582026-08-24T22:25:45.465Z[verify-libraries] Compiling fxhash v0.2.1
45592026-08-24T22:25:45.514Z[verify-libraries] Compiling indoc v1.0.9
45602026-08-24T22:25:45.598Z[verify-libraries] Compiling salty v0.3.0
45612026-08-24T22:25:45.717Z[verify-libraries] Compiling chumsky v0.9.3
45622026-08-24T22:25:45.921Z[verify-libraries] Compiling knus-derive v3.4.0
45632026-08-24T22:25:46.057Z[verify-libraries] Compiling p384 v0.13.1
45642026-08-24T22:25:46.333Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45652026-08-24T22:25:46.437Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45662026-08-24T22:25:46.789Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45672026-08-24T22:25:47.251Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45682026-08-24T22:25:47.434Z[ recovery-image] Aug 24 22:25:46.724 INFO O| Aug 24 22:25:46.724 INFO O| Planning: Solver setup ... Done
45692026-08-24T22:25:47.686Z[ recovery-image] Aug 24 22:25:46.982 INFO O| Aug 24 22:25:46.982 INFO O| Planning: Running solver ... Done
45702026-08-24T22:25:47.741Z[ recovery-image] Aug 24 22:25:47.038 INFO O| Aug 24 22:25:47.038 INFO O| Planning: Finding local manifests ... Done
45712026-08-24T22:25:47.768Z[ recovery-image] Aug 24 22:25:47.065 INFO O| Aug 24 22:25:47.065 INFO O| Planning: Fetching manifests: 0/130 0% complete
45722026-08-24T22:25:47.855Z[ host-image] Aug 24 22:25:47.149 INFO O| Aug 24 22:25:47.149 INFO O| Actions: 25337/54182 actions (Installing new actions)
45732026-08-24T22:25:47.863Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45742026-08-24T22:25:48.142Z[verify-libraries] Compiling progenitor-impl v0.13.0
45752026-08-24T22:25:48.503Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45762026-08-24T22:25:48.696Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45772026-08-24T22:25:48.812Z[verify-libraries] Compiling oso-derive v0.27.3
45782026-08-24T22:25:49.043Z[verify-libraries] Compiling quick-xml v0.37.5
45792026-08-24T22:25:49.174Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45802026-08-24T22:25:49.198Z[verify-libraries] Compiling diesel v2.3.7
45812026-08-24T22:25:49.441Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45822026-08-24T22:25:50.024Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45832026-08-24T22:25:50.156Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45842026-08-24T22:25:50.245Z[ host-image] Aug 24 22:25:49.542 INFO O| Aug 24 22:25:49.541 INFO O| Actions: Completed 54182 actions in 7.39 seconds.
45852026-08-24T22:25:50.348Z[ host-image] Aug 24 22:25:49.644 INFO O| Aug 24 22:25:49.644 INFO O| Finalize: Updating package state database ... Done
45862026-08-24T22:25:50.349Z[ host-image] Aug 24 22:25:49.644 INFO O| Aug 24 22:25:49.644 INFO O| Finalize: Updating package cache ... Done
45872026-08-24T22:25:50.514Z[ host-image] Aug 24 22:25:49.808 INFO O| Aug 24 22:25:49.808 INFO O| Finalize: Updating image state ... Done
45882026-08-24T22:25:50.674Z[verify-libraries] Compiling openssl-probe v0.1.6
45892026-08-24T22:25:50.864Z[verify-libraries] Compiling knus v3.4.0
45902026-08-24T22:25:51.000Z[verify-libraries] Compiling polyval v0.7.1
45912026-08-24T22:25:51.111Z[verify-libraries] Compiling progenitor-macro v0.13.0
45922026-08-24T22:25:51.214Z[ recovery-image] Aug 24 22:25:50.506 INFO O| Aug 24 22:25:50.506 INFO O| Planning: Fetching manifests: 130/130 100% complete
45932026-08-24T22:25:51.264Z[verify-libraries] Compiling der v0.8.0
45942026-08-24T22:25:51.384Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45952026-08-24T22:25:51.532Z[ host-image] Aug 24 22:25:50.827 INFO O| Aug 24 22:25:50.827 INFO O| Finalize: Creating fast lookup database ... Done
45962026-08-24T22:25:51.550Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45972026-08-24T22:25:51.564Z[ host-image] Aug 24 22:25:50.855 INFO O| Aug 24 22:25:50.855 INFO O| Finalize: Reading search index ... Done
45982026-08-24T22:25:51.650Z[verify-libraries] Compiling progenitor-client v0.13.0
45992026-08-24T22:25:51.668Z[ recovery-image] Aug 24 22:25:50.964 INFO O| Aug 24 22:25:50.964 INFO O| Planning: Package planning ... Done
46002026-08-24T22:25:51.867Z[ recovery-image] Aug 24 22:25:51.163 INFO O| Aug 24 22:25:51.163 INFO O| Planning: Merging actions ... Done
46012026-08-24T22:25:51.875Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46022026-08-24T22:25:52.107Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46032026-08-24T22:25:52.132Z[ recovery-image] Aug 24 22:25:51.429 INFO O| Aug 24 22:25:51.428 INFO O| Planning: Checking for conflicting actions ... Done
46042026-08-24T22:25:52.190Z[ recovery-image] Aug 24 22:25:51.487 INFO O| Aug 24 22:25:51.487 INFO O| Planning: Consolidating action changes ... Done
46052026-08-24T22:25:52.327Z[ recovery-image] Aug 24 22:25:51.624 INFO O| Aug 24 22:25:51.624 INFO O| Planning: Evaluating mediators ... Done
46062026-08-24T22:25:52.704Z[verify-libraries] Compiling git-stub v1.0.0
46072026-08-24T22:25:52.726Z[verify-libraries] Compiling kstat-rs v0.2.5
46082026-08-24T22:25:52.768Z[verify-libraries] Compiling trait-variant v0.1.2
46092026-08-24T22:25:52.973Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46102026-08-24T22:25:53.137Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46112026-08-24T22:25:53.167Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46122026-08-24T22:25:53.171Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46132026-08-24T22:25:53.279Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46142026-08-24T22:25:53.282Z[verify-libraries] Compiling ghash v0.6.0
46152026-08-24T22:25:53.329Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46162026-08-24T22:25:53.555Z[verify-libraries] Compiling pbkdf2 v0.13.0
46172026-08-24T22:25:53.603Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46182026-08-24T22:25:53.643Z[verify-libraries] Compiling crypto-bigint v0.7.5
46192026-08-24T22:25:53.648Z[verify-libraries] Compiling aes v0.9.1
46202026-08-24T22:25:53.663Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46212026-08-24T22:25:53.804Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46222026-08-24T22:25:53.825Z[ recovery-image] Aug 24 22:25:53.122 INFO O| Aug 24 22:25:53.122 INFO O| Planning: Planning completed in 9.29 seconds
46232026-08-24T22:25:53.829Z[ recovery-image] Aug 24 22:25:53.124 INFO O| Aug 24 22:25:53.124 INFO O| Packages to install: 130
46242026-08-24T22:25:53.829Z[ recovery-image] Aug 24 22:25:53.124 INFO O| Aug 24 22:25:53.124 INFO O| Mediators to change: 5
46252026-08-24T22:25:53.831Z[ recovery-image] Aug 24 22:25:53.124 INFO O| Aug 24 22:25:53.124 INFO O| Services to change: 5
46262026-08-24T22:25:53.855Z[verify-libraries] Compiling ctr v0.10.1
46272026-08-24T22:25:53.860Z[ recovery-image] Aug 24 22:25:53.155 INFO O| Aug 24 22:25:53.155 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46282026-08-24T22:25:54.234Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46292026-08-24T22:25:54.265Z[verify-libraries] Compiling aead v0.6.1
46302026-08-24T22:25:54.300Z[verify-libraries] Compiling bb8 v0.8.6
46312026-08-24T22:25:54.419Z[ host-image] Aug 24 22:25:53.692 INFO O| Aug 24 22:25:53.692 INFO O| Finalize: Building new search index ... Done
46322026-08-24T22:25:54.517Z[verify-libraries] Compiling parking_lot_core v0.8.6
46332026-08-24T22:25:54.583Z[verify-libraries] Compiling aes-gcm v0.11.0
46342026-08-24T22:25:54.838Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46352026-08-24T22:25:54.875Z[ host-image] Aug 24 22:25:54.163 INFO O| Aug 24 22:25:54.163 INFO O| Finalize: Updating package cache ... Done
46362026-08-24T22:25:55.010Z[verify-libraries] Compiling spki v0.8.0
46372026-08-24T22:25:55.198Z[verify-libraries] Compiling mime_guess v2.0.5
46382026-08-24T22:25:55.254Z[ host-image] Aug 24 22:25:54.549 INFO O| Aug 24 22:25:54.549 INFO STEP 11 (pkg_install) COMPLETE
46392026-08-24T22:25:55.258Z[ host-image] Aug 24 22:25:54.549 INFO O| Aug 24 22:25:54.549 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46402026-08-24T22:25:55.263Z[ host-image] Aug 24 22:25:54.559 INFO O| Aug 24 22:25:54.559 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"]
46412026-08-24T22:25:55.352Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46422026-08-24T22:25:55.406Z[verify-libraries] Compiling salsa20 v0.11.0
46432026-08-24T22:25:55.504Z[verify-libraries] Compiling nanorand v0.7.0
46442026-08-24T22:25:55.708Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46452026-08-24T22:25:55.829Z[verify-libraries] Compiling flume v0.11.1
46462026-08-24T22:25:55.864Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46472026-08-24T22:25:55.949Z[verify-libraries] Compiling scrypt v0.12.0
46482026-08-24T22:25:56.279Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46492026-08-24T22:25:56.498Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46502026-08-24T22:25:56.560Z[verify-libraries] Compiling cbc v0.2.1
46512026-08-24T22:25:56.792Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46522026-08-24T22:25:56.821Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46532026-08-24T22:25:56.825Z[verify-libraries] Compiling progenitor v0.13.0
46542026-08-24T22:25:56.850Z[verify-libraries] Compiling corncobs v0.1.4
46552026-08-24T22:25:57.005Z[verify-libraries] Compiling nonempty v0.12.0
46562026-08-24T22:25:57.099Z[verify-libraries] Compiling http-range v0.1.5
46572026-08-24T22:25:57.120Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46582026-08-24T22:25:57.175Z[verify-libraries] Compiling pkcs5 v0.8.1
46592026-08-24T22:25:57.248Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46602026-08-24T22:25:57.339Z[verify-libraries] Compiling parking_lot v0.11.2
46612026-08-24T22:25:57.382Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46622026-08-24T22:25:57.407Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46632026-08-24T22:25:57.625Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46642026-08-24T22:25:57.735Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46652026-08-24T22:25:57.797Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46662026-08-24T22:25:57.864Z[verify-libraries] Compiling digest-io v0.1.0
46672026-08-24T22:25:57.937Z[verify-libraries] Compiling prefix-trie v0.7.0
46682026-08-24T22:25:58.072Z[verify-libraries] Compiling secrecy v0.8.0
46692026-08-24T22:25:58.283Z[verify-libraries] Compiling rawzip v0.4.4
46702026-08-24T22:25:58.436Z[verify-libraries] Compiling hickory-server v0.25.2
46712026-08-24T22:25:58.588Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46722026-08-24T22:25:58.735Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46732026-08-24T22:25:58.862Z[ recovery-image] Aug 24 22:25:58.158 INFO O| Aug 24 22:25:58.158 INFO O| Download: 8209/16682 items 83.3/200.0MB 41% complete (16.7M/s)
46742026-08-24T22:25:58.901Z[verify-libraries] Compiling pkcs8 v0.11.0
46752026-08-24T22:25:59.059Z[verify-libraries] Compiling sled v0.34.7
46762026-08-24T22:25:59.117Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46772026-08-24T22:25:59.171Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46782026-08-24T22:25:59.364Z[verify-libraries] Compiling ignore v0.4.25
46792026-08-24T22:25:59.554Z[verify-libraries] Compiling anstyle-parse v0.2.7
46802026-08-24T22:25:59.690Z[verify-libraries] Compiling ff v0.14.0
46812026-08-24T22:25:59.806Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46822026-08-24T22:25:59.839Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46832026-08-24T22:25:59.929Z[verify-libraries] Compiling anstream v0.6.21
46842026-08-24T22:26:00.183Z[verify-libraries] Compiling globwalk v0.9.1
46852026-08-24T22:26:00.291Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46862026-08-24T22:26:00.473Z[verify-libraries] Compiling predicates-tree v1.0.13
46872026-08-24T22:26:00.582Z[verify-libraries] Compiling libz-sys v1.1.24
46882026-08-24T22:26:00.692Z[verify-libraries] Compiling rand_seeder v0.4.0
46892026-08-24T22:26:00.789Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46902026-08-24T22:26:01.015Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46912026-08-24T22:26:01.302Z[ host-image] Aug 24 22:26:00.598 INFO O| Aug 24 22:26:00.598 INFO O| Startup: Refreshing catalog 'helios' ... Done
46922026-08-24T22:26:01.377Z[verify-libraries] Compiling group v0.14.0
46932026-08-24T22:26:01.500Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46942026-08-24T22:26:01.552Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46952026-08-24T22:26:01.662Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46962026-08-24T22:26:01.718Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46972026-08-24T22:26:01.825Z[ host-image] Aug 24 22:26:01.122 INFO O| Aug 24 22:26:01.121 INFO O| Startup: Caching catalogs ... Done
46982026-08-24T22:26:01.849Z[verify-libraries] Compiling signature v3.0.0
46992026-08-24T22:26:02.155Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47002026-08-24T22:26:03.249Z[verify-libraries] Compiling base16ct v1.0.0
47012026-08-24T22:26:03.254Z[verify-libraries] Compiling instability v0.3.11
47022026-08-24T22:26:03.254Z[verify-libraries] Compiling sec1 v0.8.1
47032026-08-24T22:26:03.254Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47042026-08-24T22:26:03.254Z[ host-image] Aug 24 22:26:01.834 INFO O| Aug 24 22:26:01.834 INFO O| Planning: Solver setup ... Done
47052026-08-24T22:26:03.254Z[ host-image] Aug 24 22:26:01.840 INFO O| Aug 24 22:26:01.840 INFO O| Planning: Running solver ... Done
47062026-08-24T22:26:03.254Z[ host-image] Aug 24 22:26:01.856 INFO O| Aug 24 22:26:01.856 INFO O| Planning: Finding local manifests ... Done
47072026-08-24T22:26:03.254Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47082026-08-24T22:26:03.254Z[ host-image] Aug 24 22:26:01.897 INFO O| Aug 24 22:26:01.897 INFO O| Planning: Fetching manifests: 0/6 0% complete
47092026-08-24T22:26:03.254Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47102026-08-24T22:26:03.254Z[ host-image] Aug 24 22:26:02.001 INFO O| Aug 24 22:26:02.001 INFO O| Planning: Fetching manifests: 6/6 100% complete
47112026-08-24T22:26:03.254Z[ host-image] Aug 24 22:26:02.022 INFO O| Aug 24 22:26:02.022 INFO O| Planning: Package planning ... Done
47122026-08-24T22:26:03.254Z[ host-image] Aug 24 22:26:02.024 INFO O| Aug 24 22:26:02.024 INFO O| Planning: Merging actions ... Done
47132026-08-24T22:26:03.256Z[ host-image] Aug 24 22:26:02.079 INFO O| Aug 24 22:26:02.079 INFO O| Planning: Checking for conflicting actions ... Done
47142026-08-24T22:26:03.256Z[ host-image] Aug 24 22:26:02.080 INFO O| Aug 24 22:26:02.080 INFO O| Planning: Consolidating action changes ... Done
47152026-08-24T22:26:03.256Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47162026-08-24T22:26:03.256Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47172026-08-24T22:26:03.256Z[ host-image] Aug 24 22:26:02.230 INFO O| Aug 24 22:26:02.230 INFO O| Planning: Evaluating mediators ... Done
47182026-08-24T22:26:03.256Z[ host-image] Aug 24 22:26:02.231 INFO O| Aug 24 22:26:02.231 INFO O| Planning: Planning completed in 1.09 seconds
47192026-08-24T22:26:03.256Z[ host-image] Aug 24 22:26:02.231 INFO O| Aug 24 22:26:02.231 INFO O| Packages to install: 6
47202026-08-24T22:26:03.256Z[ host-image] Aug 24 22:26:02.231 INFO O| Aug 24 22:26:02.231 INFO O| Services to change: 2
47212026-08-24T22:26:03.256Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47222026-08-24T22:26:03.256Z[ host-image] Aug 24 22:26:02.242 INFO O| Aug 24 22:26:02.242 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47232026-08-24T22:26:03.256Z[verify-libraries] Compiling hkdf v0.13.0
47242026-08-24T22:26:03.256Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47252026-08-24T22:26:03.257Z[ host-image] Aug 24 22:26:02.521 INFO O| Aug 24 22:26:02.521 INFO O| Download: Completed 1.76 MB in 0.28 seconds (6.3M/s)
47262026-08-24T22:26:03.257Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47272026-08-24T22:26:03.257Z[ host-image] Aug 24 22:26:02.545 INFO O| Aug 24 22:26:02.545 INFO O| Actions: 1/391 actions (Installing new actions)
47282026-08-24T22:26:03.305Z[verify-libraries] Compiling scuffle v0.1.0
47292026-08-24T22:26:03.390Z[ host-image] Aug 24 22:26:02.685 INFO O| Aug 24 22:26:02.685 INFO O| Actions: Completed 391 actions in 0.14 seconds.
47302026-08-24T22:26:03.430Z[ host-image] Aug 24 22:26:02.726 INFO O| Aug 24 22:26:02.726 INFO O| Finalize: Updating package state database ... Done
47312026-08-24T22:26:03.430Z[ host-image] Aug 24 22:26:02.726 INFO O| Aug 24 22:26:02.726 INFO O| Finalize: Updating package cache ... Done
47322026-08-24T22:26:03.536Z[ host-image] Aug 24 22:26:02.832 INFO O| Aug 24 22:26:02.832 INFO O| Finalize: Updating image state ... Done
47332026-08-24T22:26:03.547Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47342026-08-24T22:26:03.681Z[ recovery-image] Aug 24 22:26:02.978 INFO O| Aug 24 22:26:02.978 INFO O| Download: Completed 200.00 MB in 9.82 seconds (20.3M/s)
47352026-08-24T22:26:03.709Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47362026-08-24T22:26:03.851Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47372026-08-24T22:26:03.892Z[verify-libraries] Compiling castaway v0.2.4
47382026-08-24T22:26:03.962Z[ recovery-image] Aug 24 22:26:03.255 INFO O| Aug 24 22:26:03.255 INFO O| Actions: 1/27580 actions (Installing new actions)
47392026-08-24T22:26:04.035Z[verify-libraries] Compiling indoc v2.0.7
47402026-08-24T22:26:04.105Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47412026-08-24T22:26:04.155Z[verify-libraries] Compiling compact_str v0.8.1
47422026-08-24T22:26:04.439Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47432026-08-24T22:26:04.516Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47442026-08-24T22:26:04.521Z[ host-image] Aug 24 22:26:03.804 INFO O| Aug 24 22:26:03.804 INFO O| Finalize: Creating fast lookup database ... Done
47452026-08-24T22:26:04.537Z[ host-image] Aug 24 22:26:03.833 INFO O| Aug 24 22:26:03.833 INFO O| Finalize: Reading search index ... Done
47462026-08-24T22:26:04.551Z[ host-image] Aug 24 22:26:03.833 INFO O| Aug 24 22:26:03.833 INFO O| Finalize: Updating search index ... Done
47472026-08-24T22:26:04.560Z[ host-image] Aug 24 22:26:03.848 INFO O| Aug 24 22:26:03.848 INFO O| Finalize: Updating package cache ... Done
47482026-08-24T22:26:04.797Z[verify-libraries] Compiling elliptic-curve v0.14.1
47492026-08-24T22:26:04.937Z[ host-image] Aug 24 22:26:04.233 INFO O| Aug 24 22:26:04.233 INFO STEP 12 (pkg_install) COMPLETE
47502026-08-24T22:26:04.937Z[ host-image] Aug 24 22:26:04.233 INFO O| Aug 24 22:26:04.233 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47512026-08-24T22:26:04.948Z[ host-image] Aug 24 22:26:04.245 INFO O| Aug 24 22:26:04.245 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47522026-08-24T22:26:05.462Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47532026-08-24T22:26:05.610Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47542026-08-24T22:26:05.837Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47552026-08-24T22:26:05.854Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47562026-08-24T22:26:06.107Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47572026-08-24T22:26:06.133Z[verify-libraries] Compiling lru v0.12.5
47582026-08-24T22:26:06.133Z[verify-libraries] Compiling unicode-truncate v1.1.0
47592026-08-24T22:26:06.133Z[verify-libraries] Compiling arc-swap v1.8.2
47602026-08-24T22:26:06.190Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
47612026-08-24T22:26:06.298Z[verify-libraries] Compiling cassowary v0.3.0
47622026-08-24T22:26:06.714Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47632026-08-24T22:26:06.767Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47642026-08-24T22:26:06.829Z[verify-libraries] Compiling ratatui v0.29.0
47652026-08-24T22:26:06.906Z[verify-libraries] Compiling slog-scope v4.4.1
47662026-08-24T22:26:07.149Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47672026-08-24T22:26:07.224Z[ host-image] Aug 24 22:26:06.517 INFO O| Aug 24 22:26:06.517 INFO O| Startup: Refreshing catalog 'helios' ... Done
47682026-08-24T22:26:07.274Z[verify-libraries] Compiling wnaf v0.14.0
47692026-08-24T22:26:07.344Z[verify-libraries] Compiling primefield v0.14.0
47702026-08-24T22:26:07.396Z[verify-libraries] Compiling rfc6979 v0.6.0
47712026-08-24T22:26:07.565Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47722026-08-24T22:26:07.659Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47732026-08-24T22:26:07.697Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47742026-08-24T22:26:07.756Z[verify-libraries] Compiling vergen-git2 v9.1.0
47752026-08-24T22:26:07.875Z[verify-libraries] Compiling strsim v0.10.0
47762026-08-24T22:26:07.948Z[verify-libraries] Compiling ecdsa v0.17.0
47772026-08-24T22:26:08.011Z[verify-libraries] Compiling primeorder v0.14.0
47782026-08-24T22:26:08.203Z[verify-libraries] Compiling darling_core v0.13.4
47792026-08-24T22:26:08.203Z[ host-image] Aug 24 22:26:07.499 INFO O| Aug 24 22:26:07.499 INFO O| Startup: Caching catalogs ... Done
47802026-08-24T22:26:08.320Z[verify-libraries] Compiling slog-stdlog v4.1.1
47812026-08-24T22:26:08.475Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47822026-08-24T22:26:08.645Z[verify-libraries] Compiling tungstenite v0.23.0
47832026-08-24T22:26:08.714Z[verify-libraries] Compiling curve25519-dalek v5.0.0
47842026-08-24T22:26:08.805Z[ host-image] Aug 24 22:26:08.101 INFO O| Aug 24 22:26:08.101 INFO O| Planning: Solver setup ... Done
47852026-08-24T22:26:08.831Z[ host-image] Aug 24 22:26:08.107 INFO O| Aug 24 22:26:08.107 INFO O| Planning: Running solver ... Done
47862026-08-24T22:26:08.846Z[ host-image] Aug 24 22:26:08.123 INFO O| Aug 24 22:26:08.123 INFO O| Planning: Finding local manifests ... Done
47872026-08-24T22:26:08.865Z[ host-image] Aug 24 22:26:08.138 INFO O| Aug 24 22:26:08.138 INFO O| Planning: Fetching manifests: 0/6 0% complete
47882026-08-24T22:26:08.958Z[ recovery-image] Aug 24 22:26:08.255 INFO O| Aug 24 22:26:08.255 INFO O| Actions: 22016/27580 actions (Installing new actions)
47892026-08-24T22:26:08.971Z[ host-image] Aug 24 22:26:08.268 INFO O| Aug 24 22:26:08.268 INFO O| Planning: Fetching manifests: 6/6 100% complete
47902026-08-24T22:26:09.000Z[ host-image] Aug 24 22:26:08.296 INFO O| Aug 24 22:26:08.296 INFO O| Planning: Package planning ... Done
47912026-08-24T22:26:09.009Z[ host-image] Aug 24 22:26:08.305 INFO O| Aug 24 22:26:08.305 INFO O| Planning: Merging actions ... Done
47922026-08-24T22:26:09.072Z[verify-libraries] Compiling console v0.16.2
47932026-08-24T22:26:09.075Z[ host-image] Aug 24 22:26:08.356 INFO O| Aug 24 22:26:08.356 INFO O| Planning: Checking for conflicting actions ... Done
47942026-08-24T22:26:09.075Z[ host-image] Aug 24 22:26:08.359 INFO O| Aug 24 22:26:08.359 INFO O| Planning: Consolidating action changes ... Done
47952026-08-24T22:26:09.202Z[ host-image] Aug 24 22:26:08.498 INFO O| Aug 24 22:26:08.498 INFO O| Planning: Evaluating mediators ... Done
47962026-08-24T22:26:09.205Z[ host-image] Aug 24 22:26:08.501 INFO O| Aug 24 22:26:08.501 INFO O| Planning: Planning completed in 0.99 seconds
47972026-08-24T22:26:09.205Z[ host-image] Aug 24 22:26:08.502 INFO O| Aug 24 22:26:08.502 INFO O| Packages to install: 6
47982026-08-24T22:26:09.205Z[ host-image] Aug 24 22:26:08.502 INFO O| Aug 24 22:26:08.502 INFO O| Mediators to change: 1
47992026-08-24T22:26:09.205Z[ host-image] Aug 24 22:26:08.502 INFO O| Aug 24 22:26:08.502 INFO O| Services to change: 1
48002026-08-24T22:26:09.254Z[ host-image] Aug 24 22:26:08.538 INFO O| Aug 24 22:26:08.538 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48012026-08-24T22:26:09.353Z[verify-libraries] Compiling libsw-core v0.3.2
48022026-08-24T22:26:09.399Z[verify-libraries] Compiling void v1.0.2
48032026-08-24T22:26:09.577Z[verify-libraries] Compiling assert_matches v1.5.0
48042026-08-24T22:26:09.651Z[verify-libraries] Compiling unit-prefix v0.5.2
48052026-08-24T22:26:09.695Z[verify-libraries] Compiling lzss v0.8.2
48062026-08-24T22:26:09.703Z[ recovery-image] Aug 24 22:26:08.999 INFO O| Aug 24 22:26:08.999 INFO O| Actions: Completed 27580 actions in 5.74 seconds.
48072026-08-24T22:26:09.736Z[verify-libraries] Compiling libsw v3.5.0
48082026-08-24T22:26:09.786Z[ recovery-image] Aug 24 22:26:09.083 INFO O| Aug 24 22:26:09.083 INFO O| Finalize: Updating package state database ... Done
48092026-08-24T22:26:09.787Z[ recovery-image] Aug 24 22:26:09.083 INFO O| Aug 24 22:26:09.083 INFO O| Finalize: Updating package cache ... Done
48102026-08-24T22:26:09.800Z[ host-image] Aug 24 22:26:09.096 INFO O| Aug 24 22:26:09.094 INFO O| Download: Completed 7.84 MB in 0.56 seconds (14.1M/s)
48112026-08-24T22:26:09.829Z[verify-libraries] Compiling indicatif v0.18.4
48122026-08-24T22:26:09.845Z[ host-image] Aug 24 22:26:09.133 INFO O| Aug 24 22:26:09.132 INFO O| Actions: 1/1366 actions (Installing new actions)
48132026-08-24T22:26:09.867Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48142026-08-24T22:26:09.895Z[verify-libraries] Compiling slog-envlogger v2.2.0
48152026-08-24T22:26:09.959Z[ recovery-image] Aug 24 22:26:09.249 INFO O| Aug 24 22:26:09.249 INFO O| Finalize: Updating image state ... Done
48162026-08-24T22:26:09.991Z[verify-libraries] Compiling ssh-encoding v0.3.0
48172026-08-24T22:26:10.032Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48182026-08-24T22:26:10.095Z[ host-image] Aug 24 22:26:09.387 INFO O| Aug 24 22:26:09.387 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
48192026-08-24T22:26:10.136Z[ host-image] Aug 24 22:26:09.433 INFO O| Aug 24 22:26:09.433 INFO O| Finalize: Updating package state database ... Done
48202026-08-24T22:26:10.136Z[ host-image] Aug 24 22:26:09.433 INFO O| Aug 24 22:26:09.433 INFO O| Finalize: Updating package cache ... Done
48212026-08-24T22:26:10.156Z[verify-libraries] Compiling darling_macro v0.13.4
48222026-08-24T22:26:10.242Z[ host-image] Aug 24 22:26:09.538 INFO O| Aug 24 22:26:09.538 INFO O| Finalize: Updating image state ... Done
48232026-08-24T22:26:10.270Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48242026-08-24T22:26:10.348Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48252026-08-24T22:26:10.398Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48262026-08-24T22:26:10.620Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48272026-08-24T22:26:10.688Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48282026-08-24T22:26:10.700Z[ recovery-image] Aug 24 22:26:09.991 INFO O| Aug 24 22:26:09.991 INFO O| Finalize: Creating fast lookup database ... Done
48292026-08-24T22:26:10.716Z[ recovery-image] Aug 24 22:26:10.009 INFO O| Aug 24 22:26:10.009 INFO O| Finalize: Reading search index ... Done
48302026-08-24T22:26:10.810Z[verify-libraries] Compiling nix v0.27.1
48312026-08-24T22:26:10.843Z[verify-libraries] Compiling colored v2.2.0
48322026-08-24T22:26:10.892Z[verify-libraries] Compiling blake3 v1.8.5
48332026-08-24T22:26:10.923Z[verify-libraries] Compiling serde_bytes v0.11.19
48342026-08-24T22:26:10.979Z[verify-libraries] Compiling keccak v0.2.0
48352026-08-24T22:26:11.218Z[ host-image] Aug 24 22:26:10.508 INFO O| Aug 24 22:26:10.508 INFO O| Finalize: Creating fast lookup database ... Done
48362026-08-24T22:26:11.244Z[ host-image] Aug 24 22:26:10.540 INFO O| Aug 24 22:26:10.540 INFO O| Finalize: Reading search index ... Done
48372026-08-24T22:26:11.244Z[ host-image] Aug 24 22:26:10.540 INFO O| Aug 24 22:26:10.540 INFO O| Finalize: Updating search index ... Done
48382026-08-24T22:26:11.279Z[ host-image] Aug 24 22:26:10.576 INFO O| Aug 24 22:26:10.575 INFO O| Finalize: Updating package cache ... Done
48392026-08-24T22:26:11.302Z[verify-libraries] Compiling shell-words v1.1.1
48402026-08-24T22:26:11.347Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48412026-08-24T22:26:11.485Z[verify-libraries] Compiling darling v0.13.4
48422026-08-24T22:26:11.541Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48432026-08-24T22:26:11.561Z[ host-image] Aug 24 22:26:10.858 INFO O| Aug 24 22:26:10.858 INFO STEP 13 (pkg_install) COMPLETE
48442026-08-24T22:26:11.561Z[ host-image] Aug 24 22:26:10.858 INFO O| Aug 24 22:26:10.858 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48452026-08-24T22:26:11.573Z[ host-image] Aug 24 22:26:10.868 INFO O| Aug 24 22:26:10.868 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48462026-08-24T22:26:11.743Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48472026-08-24T22:26:11.793Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48482026-08-24T22:26:12.048Z[verify-libraries] Compiling ed25519 v3.0.0
48492026-08-24T22:26:12.298Z[verify-libraries] Compiling crypto-primes v0.7.2
48502026-08-24T22:26:12.479Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48512026-08-24T22:26:12.646Z[ recovery-image] Aug 24 22:26:11.943 INFO O| Aug 24 22:26:11.942 INFO O| Finalize: Building new search index ... Done
48522026-08-24T22:26:12.945Z[verify-libraries] Compiling poly1305 v0.9.0
48532026-08-24T22:26:13.086Z[ recovery-image] Aug 24 22:26:12.336 INFO O| Aug 24 22:26:12.336 INFO O| Finalize: Updating package cache ... Done
48542026-08-24T22:26:13.374Z[ recovery-image] Aug 24 22:26:12.670 INFO O| Aug 24 22:26:12.670 INFO STEP 11 (pkg_install) COMPLETE
48552026-08-24T22:26:13.374Z[ recovery-image] Aug 24 22:26:12.671 INFO O| Aug 24 22:26:12.670 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48562026-08-24T22:26:13.388Z[ recovery-image] Aug 24 22:26:12.671 INFO O| Aug 24 22:26:12.670 INFO skip step because feature "recovery" is enabled
48572026-08-24T22:26:13.389Z[ recovery-image] Aug 24 22:26:12.671 INFO O| Aug 24 22:26:12.670 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48582026-08-24T22:26:13.389Z[ recovery-image] Aug 24 22:26:12.671 INFO O| Aug 24 22:26:12.670 INFO skip step because feature "omicron1" is not enabled
48592026-08-24T22:26:13.389Z[ recovery-image] Aug 24 22:26:12.671 INFO O| Aug 24 22:26:12.670 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48602026-08-24T22:26:13.399Z[ recovery-image] Aug 24 22:26:12.681 INFO O| Aug 24 22:26:12.681 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48612026-08-24T22:26:13.476Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48622026-08-24T22:26:13.506Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48632026-08-24T22:26:13.797Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48642026-08-24T22:26:18.151Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48652026-08-24T22:26:18.151Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48662026-08-24T22:26:18.151Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48672026-08-24T22:26:18.151Z[ host-image] Aug 24 22:26:13.333 INFO O| Aug 24 22:26:13.331 INFO O| Startup: Refreshing catalog 'helios' ... Done
48682026-08-24T22:26:18.151Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48692026-08-24T22:26:18.151Z[verify-libraries] Compiling blowfish v0.10.0
48702026-08-24T22:26:18.151Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48712026-08-24T22:26:18.153Z[verify-libraries] Compiling petname v2.0.2
48722026-08-24T22:26:18.153Z[verify-libraries] Compiling arrayref v0.3.9
48732026-08-24T22:26:18.208Z[verify-libraries] Compiling arrayvec v0.7.6
48742026-08-24T22:26:18.208Z[verify-libraries] Compiling constant_time_eq v0.4.2
48752026-08-24T22:26:18.208Z[ host-image] Aug 24 22:26:13.795 INFO O| Aug 24 22:26:13.795 INFO O| Startup: Caching catalogs ... Done
48762026-08-24T22:26:18.208Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48772026-08-24T22:26:18.208Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48782026-08-24T22:26:18.208Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48792026-08-24T22:26:18.208Z[verify-libraries] Compiling ssh-cipher v0.3.0
48802026-08-24T22:26:18.208Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48812026-08-24T22:26:18.208Z[verify-libraries] Compiling serde_with_macros v1.5.2
48822026-08-24T22:26:18.208Z[ host-image] Aug 24 22:26:14.384 INFO O| Aug 24 22:26:14.384 INFO O| Planning: Solver setup ... Done
48832026-08-24T22:26:18.208Z[ host-image] Aug 24 22:26:14.389 INFO O| Aug 24 22:26:14.389 INFO O| Planning: Running solver ... Done
48842026-08-24T22:26:18.208Z[ host-image] Aug 24 22:26:14.405 INFO O| Aug 24 22:26:14.405 INFO O| Planning: Finding local manifests ... Done
48852026-08-24T22:26:18.208Z[ host-image] Aug 24 22:26:14.444 INFO O| Aug 24 22:26:14.444 INFO O| Planning: Fetching manifests: 0/1 0% complete
48862026-08-24T22:26:18.208Z[ host-image] Aug 24 22:26:14.471 INFO O| Aug 24 22:26:14.471 INFO O| Planning: Fetching manifests: 1/1 100% complete
48872026-08-24T22:26:18.208Z[ host-image] Aug 24 22:26:14.522 INFO O| Aug 24 22:26:14.522 INFO O| Planning: Package planning ... Done
48882026-08-24T22:26:18.209Z[ host-image] Aug 24 22:26:14.522 INFO O| Aug 24 22:26:14.522 INFO O| Planning: Merging actions ... Done
48892026-08-24T22:26:18.209Z[ host-image] Aug 24 22:26:14.562 INFO O| Aug 24 22:26:14.562 INFO O| Planning: Checking for conflicting actions ... Done
48902026-08-24T22:26:18.209Z[ host-image] Aug 24 22:26:14.562 INFO O| Aug 24 22:26:14.562 INFO O| Planning: Consolidating action changes ... Done
48912026-08-24T22:26:18.209Z[verify-libraries] Compiling sha3 v0.11.0
48922026-08-24T22:26:18.210Z[ host-image] Aug 24 22:26:14.719 INFO O| Aug 24 22:26:14.719 INFO O| Planning: Evaluating mediators ... Done
48932026-08-24T22:26:18.210Z[ host-image] Aug 24 22:26:14.719 INFO O| Aug 24 22:26:14.719 INFO O| Planning: Planning completed in 0.90 seconds
48942026-08-24T22:26:18.210Z[ host-image] Aug 24 22:26:14.720 INFO O| Aug 24 22:26:14.719 INFO O| Packages to install: 1
48952026-08-24T22:26:18.210Z[ host-image] Aug 24 22:26:14.730 INFO O| Aug 24 22:26:14.730 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48962026-08-24T22:26:18.210Z[verify-libraries] Compiling p384 v0.14.0
48972026-08-24T22:26:18.210Z[ recovery-image] Aug 24 22:26:14.775 INFO O| Aug 24 22:26:14.775 INFO O| Startup: Refreshing catalog 'helios' ... Done
48982026-08-24T22:26:18.210Z[verify-libraries] Compiling p256 v0.14.0
48992026-08-24T22:26:18.210Z[verify-libraries] Compiling p521 v0.14.0
49002026-08-24T22:26:18.210Z[ host-image] Aug 24 22:26:15.105 INFO O| Aug 24 22:26:15.104 INFO O| Download: Completed 13.27 MB in 0.37 seconds (35.4M/s)
49012026-08-24T22:26:18.210Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49022026-08-24T22:26:18.210Z[ host-image] Aug 24 22:26:15.123 INFO O| Aug 24 22:26:15.123 INFO O| Actions: 1/22 actions (Installing new actions)
49032026-08-24T22:26:18.210Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49042026-08-24T22:26:18.210Z[ recovery-image] Aug 24 22:26:15.234 INFO O| Aug 24 22:26:15.234 INFO O| Startup: Caching catalogs ... Done
49052026-08-24T22:26:18.210Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49062026-08-24T22:26:18.210Z[ host-image] Aug 24 22:26:15.385 INFO O| Aug 24 22:26:15.385 INFO O| Actions: Completed 22 actions in 0.26 seconds.
49072026-08-24T22:26:18.212Z[verify-libraries] Compiling twox-hash v2.1.2
49082026-08-24T22:26:18.212Z[ host-image] Aug 24 22:26:15.426 INFO O| Aug 24 22:26:15.426 INFO O| Finalize: Updating package state database ... Done
49092026-08-24T22:26:18.212Z[ host-image] Aug 24 22:26:15.426 INFO O| Aug 24 22:26:15.426 INFO O| Finalize: Updating package cache ... Done
49102026-08-24T22:26:18.212Z[verify-libraries] Compiling kem v0.3.0
49112026-08-24T22:26:18.212Z[ host-image] Aug 24 22:26:15.593 INFO O| Aug 24 22:26:15.593 INFO O| Finalize: Updating image state ... Done
49122026-08-24T22:26:18.212Z[verify-libraries] Compiling module-lattice v0.2.3
49132026-08-24T22:26:18.212Z[verify-libraries] Compiling atty v0.2.14
49142026-08-24T22:26:18.212Z[ recovery-image] Aug 24 22:26:15.922 INFO O| Aug 24 22:26:15.922 INFO O| Planning: Solver setup ... Done
49152026-08-24T22:26:18.212Z[ recovery-image] Aug 24 22:26:15.927 INFO O| Aug 24 22:26:15.927 INFO O| Planning: Running solver ... Done
49162026-08-24T22:26:18.212Z[verify-libraries] Compiling rtoolbox v0.0.3
49172026-08-24T22:26:18.212Z[ recovery-image] Aug 24 22:26:15.960 INFO O| Aug 24 22:26:15.960 INFO O| Planning: Finding local manifests ... Done
49182026-08-24T22:26:18.212Z[ recovery-image] Aug 24 22:26:16.020 INFO O| Aug 24 22:26:16.020 INFO O| Planning: Fetching manifests: 0/1 0% complete
49192026-08-24T22:26:18.212Z[verify-libraries] Compiling topological-sort v0.2.2
49202026-08-24T22:26:18.212Z[ recovery-image] Aug 24 22:26:16.031 INFO O| Aug 24 22:26:16.031 INFO O| Planning: Fetching manifests: 1/1 100% complete
49212026-08-24T22:26:18.212Z[ recovery-image] Aug 24 22:26:16.053 INFO O| Aug 24 22:26:16.053 INFO O| Planning: Package planning ... Done
49222026-08-24T22:26:18.212Z[ recovery-image] Aug 24 22:26:16.053 INFO O| Aug 24 22:26:16.053 INFO O| Planning: Merging actions ... Done
49232026-08-24T22:26:18.212Z[ recovery-image] Aug 24 22:26:16.067 INFO O| Aug 24 22:26:16.067 INFO O| Planning: Checking for conflicting actions ... Done
49242026-08-24T22:26:18.212Z[ recovery-image] Aug 24 22:26:16.068 INFO O| Aug 24 22:26:16.068 INFO O| Planning: Consolidating action changes ... Done
49252026-08-24T22:26:18.212Z[verify-libraries] Compiling sponge-cursor v0.1.0
49262026-08-24T22:26:18.213Z[verify-libraries] Compiling rpassword v7.5.4
49272026-08-24T22:26:18.213Z[ recovery-image] Aug 24 22:26:16.163 INFO O| Aug 24 22:26:16.162 INFO O| Planning: Evaluating mediators ... Done
49282026-08-24T22:26:18.213Z[ recovery-image] Aug 24 22:26:16.163 INFO O| Aug 24 22:26:16.163 INFO O| Planning: Planning completed in 0.91 seconds
49292026-08-24T22:26:18.213Z[ recovery-image] Aug 24 22:26:16.163 INFO O| Aug 24 22:26:16.163 INFO O| Packages to install: 1
49302026-08-24T22:26:18.213Z[ recovery-image] Aug 24 22:26:16.175 INFO O| Aug 24 22:26:16.175 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49312026-08-24T22:26:18.213Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49322026-08-24T22:26:18.213Z[verify-libraries] Compiling sha3 v0.12.0
49332026-08-24T22:26:18.213Z[verify-libraries] Compiling ml-kem v0.3.2
49342026-08-24T22:26:18.213Z[verify-libraries] Compiling serde_with v1.14.0
49352026-08-24T22:26:18.213Z[ host-image] Aug 24 22:26:16.707 INFO O| Aug 24 22:26:16.707 INFO O| Finalize: Creating fast lookup database ... Done
49362026-08-24T22:26:18.214Z[ host-image] Aug 24 22:26:16.737 INFO O| Aug 24 22:26:16.737 INFO O| Finalize: Reading search index ... Done
49372026-08-24T22:26:18.214Z[ host-image] Aug 24 22:26:16.737 INFO O| Aug 24 22:26:16.737 INFO O| Finalize: Updating search index ... Done
49382026-08-24T22:26:18.214Z[ host-image] Aug 24 22:26:16.747 INFO O| Aug 24 22:26:16.747 INFO O| Finalize: Updating package cache ... Done
49392026-08-24T22:26:18.214Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.026 INFO STEP 14 (pkg_install) COMPLETE
49402026-08-24T22:26:18.214Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49412026-08-24T22:26:18.214Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO skip step because feature "mbist" is not enabled
49422026-08-24T22:26:18.214Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49432026-08-24T22:26:18.214Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO skip step because feature "mfg" is not enabled
49442026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49452026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO skip step because feature "compliance" is not enabled
49462026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49472026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO skip step because feature "stress" is not enabled
49482026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49492026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO skip step because feature "compliance" is not enabled
49502026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49512026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO skip step because feature "nfs" is not enabled
49522026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
49532026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.027 INFO O| Aug 24 22:26:17.027 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
49542026-08-24T22:26:18.215Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49552026-08-24T22:26:18.215Z[ recovery-image] Aug 24 22:26:17.077 INFO O| Aug 24 22:26:17.077 INFO O| Download: Completed 13.27 MB in 0.90 seconds (14.7M/s)
49562026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.212 INFO O| Aug 24 22:26:17.212 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49572026-08-24T22:26:18.215Z[ recovery-image] Aug 24 22:26:17.217 INFO O| Aug 24 22:26:17.217 INFO O| Actions: 1/22 actions (Installing new actions)
49582026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.342 INFO O| Aug 24 22:26:17.342 INFO completed processing sled/ramdisk-01-os
49592026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.344 INFO omicron1 baseline generation...
49602026-08-24T22:26:18.215Z[ host-image] Aug 24 22:26:17.344 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49612026-08-24T22:26:18.216Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49622026-08-24T22:26:18.216Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49632026-08-24T22:26:18.409Z[ recovery-image] Aug 24 22:26:17.491 INFO O| Aug 24 22:26:17.488 INFO O| Actions: Completed 22 actions in 0.27 seconds.
49642026-08-24T22:26:18.410Z[ recovery-image] Aug 24 22:26:17.528 INFO O| Aug 24 22:26:17.528 INFO O| Finalize: Updating package state database ... Done
49652026-08-24T22:26:18.410Z[ recovery-image] Aug 24 22:26:17.528 INFO O| Aug 24 22:26:17.528 INFO O| Finalize: Updating package cache ... Done
49662026-08-24T22:26:18.410Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49672026-08-24T22:26:18.410Z[ recovery-image] Aug 24 22:26:17.620 INFO O| Aug 24 22:26:17.620 INFO O| Finalize: Updating image state ... Done
49682026-08-24T22:26:18.410Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49692026-08-24T22:26:18.429Z[ host-image] Aug 24 22:26:17.722 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
49702026-08-24T22:26:19.253Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49712026-08-24T22:26:19.283Z[ recovery-image] Aug 24 22:26:18.580 INFO O| Aug 24 22:26:18.580 INFO O| Finalize: Creating fast lookup database ... Done
49722026-08-24T22:26:19.300Z[ recovery-image] Aug 24 22:26:18.597 INFO O| Aug 24 22:26:18.597 INFO O| Finalize: Reading search index ... Done
49732026-08-24T22:26:19.300Z[ recovery-image] Aug 24 22:26:18.597 INFO O| Aug 24 22:26:18.597 INFO O| Finalize: Updating search index ... Done
49742026-08-24T22:26:19.314Z[ recovery-image] Aug 24 22:26:18.609 INFO O| Aug 24 22:26:18.609 INFO O| Finalize: Updating package cache ... Done
49752026-08-24T22:26:19.635Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.931 INFO STEP 14 (pkg_install) COMPLETE
49762026-08-24T22:26:19.635Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49772026-08-24T22:26:19.635Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO skip step because feature "mbist" is not enabled
49782026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49792026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO skip step because feature "mfg" is not enabled
49802026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49812026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO skip step because feature "compliance" is not enabled
49822026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49832026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO skip step because feature "stress" is not enabled
49842026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49852026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO skip step because feature "compliance" is not enabled
49862026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49872026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO skip step because feature "nfs" is not enabled
49882026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49892026-08-24T22:26:19.638Z[ recovery-image] Aug 24 22:26:18.932 INFO O| Aug 24 22:26:18.932 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49902026-08-24T22:26:19.853Z[ recovery-image] Aug 24 22:26:19.150 INFO O| Aug 24 22:26:19.150 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49912026-08-24T22:26:19.943Z[ recovery-image] Aug 24 22:26:19.240 INFO O| Aug 24 22:26:19.240 INFO completed processing sled/ramdisk-01-os
49922026-08-24T22:26:19.946Z[ recovery-image] Aug 24 22:26:19.242 INFO image builder template: ramdisk-02-trim...
49932026-08-24T22:26:19.946Z[ recovery-image] Aug 24 22:26:19.242 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/.tmpAECbul/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
49942026-08-24T22:26:19.967Z[ recovery-image] Aug 24 22:26:19.264 INFO O| Aug 24 22:26:19.264 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49952026-08-24T22:26:19.971Z[ recovery-image] Aug 24 22:26:19.268 INFO O| Aug 24 22:26:19.268 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49962026-08-24T22:26:20.033Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
49972026-08-24T22:26:20.071Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49982026-08-24T22:26:20.078Z[ recovery-image] Aug 24 22:26:19.375 INFO O| Aug 24 22:26:19.375 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49992026-08-24T22:26:20.165Z[ recovery-image] Aug 24 22:26:19.462 INFO O| Aug 24 22:26:19.462 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50002026-08-24T22:26:20.165Z[ recovery-image] Aug 24 22:26:19.462 INFO O| Aug 24 22:26:19.462 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50012026-08-24T22:26:20.170Z[ recovery-image] Aug 24 22:26:19.467 INFO O| Aug 24 22:26:19.467 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50022026-08-24T22:26:20.174Z[ recovery-image] Aug 24 22:26:19.471 INFO O| Aug 24 22:26:19.471 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50032026-08-24T22:26:20.178Z[ recovery-image] Aug 24 22:26:19.475 INFO O| Aug 24 22:26:19.475 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50042026-08-24T22:26:20.336Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50052026-08-24T22:26:20.760Z[ recovery-image] Aug 24 22:26:20.057 INFO O| Aug 24 22:26:20.057 INFO rolled back to input snapshot; work may begin
50062026-08-24T22:26:20.761Z[ recovery-image] Aug 24 22:26:20.057 INFO O| Aug 24 22:26:20.057 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50072026-08-24T22:26:20.765Z[ recovery-image] Aug 24 22:26:20.063 INFO O| Aug 24 22:26:20.062 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-08-24T22:26:20.776Z[ recovery-image] Aug 24 22:26:20.073 INFO O| Aug 24 22:26:20.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50092026-08-24T22:26:20.820Z[ recovery-image] Aug 24 22:26:20.116 INFO O| Aug 24 22:26:20.116 INFO STEP 0 (remove_files) COMPLETE
50102026-08-24T22:26:20.820Z[ recovery-image] Aug 24 22:26:20.116 INFO O| Aug 24 22:26:20.116 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-08-24T22:26:20.830Z[ recovery-image] Aug 24 22:26:20.127 INFO O| Aug 24 22:26:20.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50122026-08-24T22:26:20.833Z[ recovery-image] Aug 24 22:26:20.129 INFO O| Aug 24 22:26:20.129 INFO STEP 1 (remove_files) COMPLETE
50132026-08-24T22:26:20.839Z[ recovery-image] Aug 24 22:26:20.129 INFO O| Aug 24 22:26:20.129 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-08-24T22:26:20.842Z[ recovery-image] Aug 24 22:26:20.138 INFO O| Aug 24 22:26:20.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50152026-08-24T22:26:20.855Z[ recovery-image] Aug 24 22:26:20.152 INFO O| Aug 24 22:26:20.152 INFO STEP 2 (remove_files) COMPLETE
50162026-08-24T22:26:20.855Z[ recovery-image] Aug 24 22:26:20.152 INFO O| Aug 24 22:26:20.152 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-08-24T22:26:20.865Z[ recovery-image] Aug 24 22:26:20.162 INFO O| Aug 24 22:26:20.162 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50182026-08-24T22:26:20.868Z[ recovery-image] Aug 24 22:26:20.164 INFO O| Aug 24 22:26:20.164 INFO STEP 3 (remove_files) COMPLETE
50192026-08-24T22:26:20.869Z[ recovery-image] Aug 24 22:26:20.164 INFO O| Aug 24 22:26:20.164 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50202026-08-24T22:26:20.876Z[ recovery-image] Aug 24 22:26:20.173 INFO O| Aug 24 22:26:20.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50212026-08-24T22:26:20.879Z[ recovery-image] Aug 24 22:26:20.177 INFO O| Aug 24 22:26:20.177 INFO STEP 4 (remove_files) COMPLETE
50222026-08-24T22:26:20.880Z[ recovery-image] Aug 24 22:26:20.177 INFO O| Aug 24 22:26:20.177 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50232026-08-24T22:26:20.891Z[ recovery-image] Aug 24 22:26:20.187 INFO O| Aug 24 22:26:20.187 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50242026-08-24T22:26:20.891Z[ recovery-image] Aug 24 22:26:20.187 INFO O| Aug 24 22:26:20.187 INFO STEP 5 (remove_files) COMPLETE
50252026-08-24T22:26:20.894Z[ recovery-image] Aug 24 22:26:20.188 INFO O| Aug 24 22:26:20.187 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50262026-08-24T22:26:20.899Z[ recovery-image] Aug 24 22:26:20.197 INFO O| Aug 24 22:26:20.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50272026-08-24T22:26:20.912Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO STEP 6 (remove_files) COMPLETE
50282026-08-24T22:26:20.912Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-24T22:26:20.912Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO skip step because feature "heliosv2" is not enabled
50302026-08-24T22:26:20.915Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-24T22:26:20.915Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO skip step because feature "recovery" is enabled
50322026-08-24T22:26:20.915Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-24T22:26:20.915Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO skip step because feature "recovery" is enabled
50342026-08-24T22:26:20.915Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-24T22:26:20.915Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO skip step because feature "recovery" is enabled
50362026-08-24T22:26:20.915Z[ recovery-image] Aug 24 22:26:20.209 INFO O| Aug 24 22:26:20.209 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-24T22:26:20.923Z[ recovery-image] Aug 24 22:26:20.220 INFO O| Aug 24 22:26:20.220 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50382026-08-24T22:26:20.926Z[ recovery-image] Aug 24 22:26:20.223 INFO O| Aug 24 22:26:20.223 INFO STEP 11 (remove_files) COMPLETE
50392026-08-24T22:26:20.926Z[ recovery-image] Aug 24 22:26:20.223 INFO O| Aug 24 22:26:20.223 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-24T22:26:20.936Z[ recovery-image] Aug 24 22:26:20.233 INFO O| Aug 24 22:26:20.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50412026-08-24T22:26:20.939Z[ recovery-image] Aug 24 22:26:20.234 INFO O| Aug 24 22:26:20.234 INFO STEP 12 (remove_files) COMPLETE
50422026-08-24T22:26:20.939Z[ recovery-image] Aug 24 22:26:20.234 INFO O| Aug 24 22:26:20.234 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-24T22:26:20.948Z[ recovery-image] Aug 24 22:26:20.245 INFO O| Aug 24 22:26:20.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50442026-08-24T22:26:20.951Z[ recovery-image] Aug 24 22:26:20.246 INFO O| Aug 24 22:26:20.246 INFO STEP 13 (remove_files) COMPLETE
50452026-08-24T22:26:20.951Z[ recovery-image] Aug 24 22:26:20.246 INFO O| Aug 24 22:26:20.246 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-24T22:26:21.059Z[ recovery-image] Aug 24 22:26:20.356 INFO O| Aug 24 22:26:20.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50472026-08-24T22:26:21.069Z[ recovery-image] Aug 24 22:26:20.366 INFO O| Aug 24 22:26:20.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50482026-08-24T22:26:21.124Z[ recovery-image] Aug 24 22:26:20.421 INFO O| Aug 24 22:26:20.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50492026-08-24T22:26:21.124Z[ recovery-image] Aug 24 22:26:20.421 INFO O| Aug 24 22:26:20.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50502026-08-24T22:26:21.128Z[ recovery-image] Aug 24 22:26:20.425 INFO O| Aug 24 22:26:20.425 INFO STEP 14 (remove_files) COMPLETE
50512026-08-24T22:26:21.128Z[ recovery-image] Aug 24 22:26:20.425 INFO O| Aug 24 22:26:20.425 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-24T22:26:21.136Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50532026-08-24T22:26:21.141Z[ recovery-image] Aug 24 22:26:20.439 INFO O| Aug 24 22:26:20.439 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50542026-08-24T22:26:21.145Z[ recovery-image] Aug 24 22:26:20.440 INFO O| Aug 24 22:26:20.440 INFO STEP 15 (remove_files) COMPLETE
50552026-08-24T22:26:21.145Z[ recovery-image] Aug 24 22:26:20.440 INFO O| Aug 24 22:26:20.440 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-24T22:26:21.167Z[ recovery-image] Aug 24 22:26:20.464 INFO O| Aug 24 22:26:20.464 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50572026-08-24T22:26:21.196Z[ recovery-image] Aug 24 22:26:20.471 INFO O| Aug 24 22:26:20.471 INFO STEP 16 (remove_files) COMPLETE
50582026-08-24T22:26:21.196Z[ recovery-image] Aug 24 22:26:20.471 INFO O| Aug 24 22:26:20.471 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-24T22:26:21.199Z[ recovery-image] Aug 24 22:26:20.483 INFO O| Aug 24 22:26:20.483 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50602026-08-24T22:26:21.199Z[ recovery-image] Aug 24 22:26:20.483 INFO O| Aug 24 22:26:20.483 INFO STEP 17 (remove_files) COMPLETE
50612026-08-24T22:26:21.201Z[ recovery-image] Aug 24 22:26:20.483 INFO O| Aug 24 22:26:20.483 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-24T22:26:21.201Z[ recovery-image] Aug 24 22:26:20.493 INFO O| Aug 24 22:26:20.493 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50632026-08-24T22:26:21.201Z[ recovery-image] Aug 24 22:26:20.495 INFO O| Aug 24 22:26:20.494 INFO STEP 18 (remove_files) COMPLETE
50642026-08-24T22:26:21.201Z[ recovery-image] Aug 24 22:26:20.495 INFO O| Aug 24 22:26:20.495 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-24T22:26:21.208Z[ recovery-image] Aug 24 22:26:20.504 INFO O| Aug 24 22:26:20.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50662026-08-24T22:26:21.208Z[ recovery-image] Aug 24 22:26:20.504 INFO O| Aug 24 22:26:20.504 INFO STEP 19 (remove_files) COMPLETE
50672026-08-24T22:26:21.211Z[ recovery-image] Aug 24 22:26:20.504 INFO O| Aug 24 22:26:20.504 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-24T22:26:21.215Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
50692026-08-24T22:26:21.274Z[ recovery-image] Aug 24 22:26:20.570 INFO O| Aug 24 22:26:20.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50702026-08-24T22:26:21.274Z[ recovery-image] Aug 24 22:26:20.570 INFO O| Aug 24 22:26:20.570 INFO STEP 20 (remove_files) COMPLETE
50712026-08-24T22:26:21.274Z[ recovery-image] Aug 24 22:26:20.570 INFO O| Aug 24 22:26:20.570 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-24T22:26:21.283Z[ recovery-image] Aug 24 22:26:20.580 INFO O| Aug 24 22:26:20.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50732026-08-24T22:26:21.283Z[ recovery-image] Aug 24 22:26:20.580 INFO O| Aug 24 22:26:20.580 INFO STEP 21 (remove_files) COMPLETE
50742026-08-24T22:26:21.287Z[ recovery-image] Aug 24 22:26:20.580 INFO O| Aug 24 22:26:20.580 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-24T22:26:21.292Z[ recovery-image] Aug 24 22:26:20.589 INFO O| Aug 24 22:26:20.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50762026-08-24T22:26:21.292Z[ recovery-image] Aug 24 22:26:20.589 INFO O| Aug 24 22:26:20.589 INFO STEP 22 (remove_files) COMPLETE
50772026-08-24T22:26:21.293Z[ recovery-image] Aug 24 22:26:20.589 INFO O| Aug 24 22:26:20.589 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-24T22:26:21.300Z[ recovery-image] Aug 24 22:26:20.597 INFO O| Aug 24 22:26:20.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50792026-08-24T22:26:21.301Z[ recovery-image] Aug 24 22:26:20.597 INFO O| Aug 24 22:26:20.597 INFO STEP 23 (remove_files) COMPLETE
50802026-08-24T22:26:21.301Z[ recovery-image] Aug 24 22:26:20.597 INFO O| Aug 24 22:26:20.597 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-24T22:26:21.309Z[ recovery-image] Aug 24 22:26:20.606 INFO O| Aug 24 22:26:20.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50822026-08-24T22:26:21.309Z[ recovery-image] Aug 24 22:26:20.606 INFO O| Aug 24 22:26:20.606 INFO STEP 24 (remove_files) COMPLETE
50832026-08-24T22:26:21.309Z[ recovery-image] Aug 24 22:26:20.606 INFO O| Aug 24 22:26:20.606 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-24T22:26:21.317Z[ recovery-image] Aug 24 22:26:20.614 INFO O| Aug 24 22:26:20.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50852026-08-24T22:26:21.317Z[ recovery-image] Aug 24 22:26:20.614 INFO O| Aug 24 22:26:20.614 INFO STEP 25 (remove_files) COMPLETE
50862026-08-24T22:26:21.317Z[ recovery-image] Aug 24 22:26:20.614 INFO O| Aug 24 22:26:20.614 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-24T22:26:21.326Z[ recovery-image] Aug 24 22:26:20.623 INFO O| Aug 24 22:26:20.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50882026-08-24T22:26:21.326Z[ recovery-image] Aug 24 22:26:20.623 INFO O| Aug 24 22:26:20.623 INFO STEP 26 (remove_files) COMPLETE
50892026-08-24T22:26:21.326Z[ recovery-image] Aug 24 22:26:20.623 INFO O| Aug 24 22:26:20.623 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-24T22:26:21.339Z[ recovery-image] Aug 24 22:26:20.636 INFO O| Aug 24 22:26:20.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50912026-08-24T22:26:21.344Z[ recovery-image] Aug 24 22:26:20.636 INFO O| Aug 24 22:26:20.636 INFO STEP 27 (remove_files) COMPLETE
50922026-08-24T22:26:21.344Z[ recovery-image] Aug 24 22:26:20.636 INFO O| Aug 24 22:26:20.636 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-24T22:26:21.349Z[ recovery-image] Aug 24 22:26:20.646 INFO O| Aug 24 22:26:20.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50942026-08-24T22:26:21.349Z[ recovery-image] Aug 24 22:26:20.646 INFO O| Aug 24 22:26:20.646 INFO STEP 28 (remove_files) COMPLETE
50952026-08-24T22:26:21.349Z[ recovery-image] Aug 24 22:26:20.646 INFO O| Aug 24 22:26:20.646 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-24T22:26:21.379Z[ recovery-image] Aug 24 22:26:20.675 INFO O| Aug 24 22:26:20.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50972026-08-24T22:26:21.379Z[ recovery-image] Aug 24 22:26:20.675 INFO O| Aug 24 22:26:20.675 INFO STEP 29 (remove_files) COMPLETE
50982026-08-24T22:26:21.379Z[ recovery-image] Aug 24 22:26:20.675 INFO O| Aug 24 22:26:20.675 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-24T22:26:21.391Z[ recovery-image] Aug 24 22:26:20.688 INFO O| Aug 24 22:26:20.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51002026-08-24T22:26:21.391Z[ recovery-image] Aug 24 22:26:20.688 INFO O| Aug 24 22:26:20.688 INFO STEP 30 (remove_files) COMPLETE
51012026-08-24T22:26:21.391Z[ recovery-image] Aug 24 22:26:20.688 INFO O| Aug 24 22:26:20.688 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-24T22:26:21.407Z[ recovery-image] Aug 24 22:26:20.704 INFO O| Aug 24 22:26:20.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51032026-08-24T22:26:21.407Z[ recovery-image] Aug 24 22:26:20.704 INFO O| Aug 24 22:26:20.704 INFO STEP 31 (remove_files) COMPLETE
51042026-08-24T22:26:21.407Z[ recovery-image] Aug 24 22:26:20.704 INFO O| Aug 24 22:26:20.704 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-24T22:26:21.420Z[ recovery-image] Aug 24 22:26:20.716 INFO O| Aug 24 22:26:20.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51062026-08-24T22:26:21.420Z[ recovery-image] Aug 24 22:26:20.716 INFO O| Aug 24 22:26:20.716 INFO STEP 32 (remove_files) COMPLETE
51072026-08-24T22:26:21.420Z[ recovery-image] Aug 24 22:26:20.716 INFO O| Aug 24 22:26:20.716 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-24T22:26:21.425Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
51092026-08-24T22:26:21.429Z[ recovery-image] Aug 24 22:26:20.725 INFO O| Aug 24 22:26:20.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51102026-08-24T22:26:21.429Z[ recovery-image] Aug 24 22:26:20.725 INFO O| Aug 24 22:26:20.725 INFO STEP 33 (remove_files) COMPLETE
51112026-08-24T22:26:21.429Z[ recovery-image] Aug 24 22:26:20.725 INFO O| Aug 24 22:26:20.725 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-24T22:26:21.437Z[ recovery-image] Aug 24 22:26:20.734 INFO O| Aug 24 22:26:20.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51132026-08-24T22:26:21.437Z[ recovery-image] Aug 24 22:26:20.734 INFO O| Aug 24 22:26:20.734 INFO STEP 34 (remove_files) COMPLETE
51142026-08-24T22:26:21.437Z[ recovery-image] Aug 24 22:26:20.734 INFO O| Aug 24 22:26:20.734 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-24T22:26:21.445Z[ recovery-image] Aug 24 22:26:20.742 INFO O| Aug 24 22:26:20.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51162026-08-24T22:26:21.445Z[ recovery-image] Aug 24 22:26:20.742 INFO O| Aug 24 22:26:20.742 INFO STEP 35 (remove_files) COMPLETE
51172026-08-24T22:26:21.449Z[ recovery-image] Aug 24 22:26:20.742 INFO O| Aug 24 22:26:20.742 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-24T22:26:21.453Z[ recovery-image] Aug 24 22:26:20.750 INFO O| Aug 24 22:26:20.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51192026-08-24T22:26:21.454Z[ recovery-image] Aug 24 22:26:20.751 INFO O| Aug 24 22:26:20.751 INFO STEP 36 (remove_files) COMPLETE
51202026-08-24T22:26:21.454Z[ recovery-image] Aug 24 22:26:20.751 INFO O| Aug 24 22:26:20.751 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-24T22:26:21.462Z[ recovery-image] Aug 24 22:26:20.759 INFO O| Aug 24 22:26:20.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51222026-08-24T22:26:21.463Z[ recovery-image] Aug 24 22:26:20.759 INFO O| Aug 24 22:26:20.759 INFO STEP 37 (remove_files) COMPLETE
51232026-08-24T22:26:21.463Z[ recovery-image] Aug 24 22:26:20.759 INFO O| Aug 24 22:26:20.759 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-24T22:26:21.471Z[ recovery-image] Aug 24 22:26:20.767 INFO O| Aug 24 22:26:20.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51252026-08-24T22:26:21.471Z[ recovery-image] Aug 24 22:26:20.767 INFO O| Aug 24 22:26:20.767 INFO STEP 38 (remove_files) COMPLETE
51262026-08-24T22:26:21.474Z[ recovery-image] Aug 24 22:26:20.767 INFO O| Aug 24 22:26:20.767 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-24T22:26:21.479Z[ recovery-image] Aug 24 22:26:20.775 INFO O| Aug 24 22:26:20.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51282026-08-24T22:26:21.479Z[ recovery-image] Aug 24 22:26:20.775 INFO O| Aug 24 22:26:20.775 INFO STEP 39 (remove_files) COMPLETE
51292026-08-24T22:26:21.479Z[ recovery-image] Aug 24 22:26:20.775 INFO O| Aug 24 22:26:20.775 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-24T22:26:21.518Z[ recovery-image] Aug 24 22:26:20.815 INFO O| Aug 24 22:26:20.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51312026-08-24T22:26:21.519Z[ recovery-image] Aug 24 22:26:20.815 INFO O| Aug 24 22:26:20.815 INFO STEP 40 (remove_files) COMPLETE
51322026-08-24T22:26:21.519Z[ recovery-image] Aug 24 22:26:20.815 INFO O| Aug 24 22:26:20.815 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-24T22:26:21.528Z[ recovery-image] Aug 24 22:26:20.824 INFO O| Aug 24 22:26:20.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51342026-08-24T22:26:21.528Z[ recovery-image] Aug 24 22:26:20.824 INFO O| Aug 24 22:26:20.824 INFO STEP 41 (remove_files) COMPLETE
51352026-08-24T22:26:21.531Z[ recovery-image] Aug 24 22:26:20.824 INFO O| Aug 24 22:26:20.824 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-24T22:26:21.536Z[ recovery-image] Aug 24 22:26:20.833 INFO O| Aug 24 22:26:20.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51372026-08-24T22:26:21.537Z[ recovery-image] Aug 24 22:26:20.833 INFO O| Aug 24 22:26:20.833 INFO STEP 42 (remove_files) COMPLETE
51382026-08-24T22:26:21.541Z[ recovery-image] Aug 24 22:26:20.833 INFO O| Aug 24 22:26:20.833 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-24T22:26:21.546Z[ recovery-image] Aug 24 22:26:20.842 INFO O| Aug 24 22:26:20.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51402026-08-24T22:26:21.546Z[ recovery-image] Aug 24 22:26:20.842 INFO O| Aug 24 22:26:20.842 INFO STEP 43 (remove_files) COMPLETE
51412026-08-24T22:26:21.546Z[ recovery-image] Aug 24 22:26:20.842 INFO O| Aug 24 22:26:20.842 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-24T22:26:21.556Z[ recovery-image] Aug 24 22:26:20.853 INFO O| Aug 24 22:26:20.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51432026-08-24T22:26:21.557Z[ recovery-image] Aug 24 22:26:20.853 INFO O| Aug 24 22:26:20.853 INFO STEP 44 (remove_files) COMPLETE
51442026-08-24T22:26:21.557Z[ recovery-image] Aug 24 22:26:20.853 INFO O| Aug 24 22:26:20.853 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-24T22:26:21.566Z[ recovery-image] Aug 24 22:26:20.862 INFO O| Aug 24 22:26:20.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51462026-08-24T22:26:21.566Z[ recovery-image] Aug 24 22:26:20.862 INFO O| Aug 24 22:26:20.862 INFO STEP 45 (remove_files) COMPLETE
51472026-08-24T22:26:21.566Z[ recovery-image] Aug 24 22:26:20.863 INFO O| Aug 24 22:26:20.863 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-24T22:26:21.584Z[ recovery-image] Aug 24 22:26:20.880 INFO O| Aug 24 22:26:20.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51492026-08-24T22:26:21.584Z[ recovery-image] Aug 24 22:26:20.880 INFO O| Aug 24 22:26:20.880 INFO STEP 46 (remove_files) COMPLETE
51502026-08-24T22:26:21.588Z[ recovery-image] Aug 24 22:26:20.880 INFO O| Aug 24 22:26:20.880 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-24T22:26:21.592Z[ recovery-image] Aug 24 22:26:20.889 INFO O| Aug 24 22:26:20.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51522026-08-24T22:26:21.592Z[ recovery-image] Aug 24 22:26:20.889 INFO O| Aug 24 22:26:20.889 INFO STEP 47 (remove_files) COMPLETE
51532026-08-24T22:26:21.596Z[ recovery-image] Aug 24 22:26:20.889 INFO O| Aug 24 22:26:20.889 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-24T22:26:21.644Z[ recovery-image] Aug 24 22:26:20.941 INFO O| Aug 24 22:26:20.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51552026-08-24T22:26:21.645Z[ recovery-image] Aug 24 22:26:20.941 INFO O| Aug 24 22:26:20.941 INFO STEP 48 (remove_files) COMPLETE
51562026-08-24T22:26:21.645Z[ recovery-image] Aug 24 22:26:20.941 INFO O| Aug 24 22:26:20.941 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-24T22:26:21.654Z[ recovery-image] Aug 24 22:26:20.950 INFO O| Aug 24 22:26:20.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51582026-08-24T22:26:21.654Z[ recovery-image] Aug 24 22:26:20.950 INFO O| Aug 24 22:26:20.950 INFO STEP 49 (remove_files) COMPLETE
51592026-08-24T22:26:21.658Z[ recovery-image] Aug 24 22:26:20.950 INFO O| Aug 24 22:26:20.950 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-24T22:26:21.662Z[ recovery-image] Aug 24 22:26:20.958 INFO O| Aug 24 22:26:20.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51612026-08-24T22:26:21.662Z[ recovery-image] Aug 24 22:26:20.958 INFO O| Aug 24 22:26:20.958 INFO STEP 50 (remove_files) COMPLETE
51622026-08-24T22:26:21.662Z[ recovery-image] Aug 24 22:26:20.958 INFO O| Aug 24 22:26:20.958 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-24T22:26:21.669Z[ recovery-image] Aug 24 22:26:20.966 INFO O| Aug 24 22:26:20.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51642026-08-24T22:26:21.669Z[ recovery-image] Aug 24 22:26:20.966 INFO O| Aug 24 22:26:20.966 INFO STEP 51 (remove_files) COMPLETE
51652026-08-24T22:26:21.669Z[ recovery-image] Aug 24 22:26:20.966 INFO O| Aug 24 22:26:20.966 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-08-24T22:26:21.676Z[ recovery-image] Aug 24 22:26:20.974 INFO O| Aug 24 22:26:20.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51672026-08-24T22:26:21.677Z[ recovery-image] Aug 24 22:26:20.974 INFO O| Aug 24 22:26:20.974 INFO STEP 52 (remove_files) COMPLETE
51682026-08-24T22:26:21.677Z[ recovery-image] Aug 24 22:26:20.974 INFO O| Aug 24 22:26:20.974 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-24T22:26:21.685Z[ recovery-image] Aug 24 22:26:20.981 INFO O| Aug 24 22:26:20.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51702026-08-24T22:26:21.685Z[ recovery-image] Aug 24 22:26:20.981 INFO O| Aug 24 22:26:20.981 INFO STEP 53 (remove_files) COMPLETE
51712026-08-24T22:26:21.685Z[ recovery-image] Aug 24 22:26:20.981 INFO O| Aug 24 22:26:20.981 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-24T22:26:21.692Z[ recovery-image] Aug 24 22:26:20.989 INFO O| Aug 24 22:26:20.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51732026-08-24T22:26:21.693Z[ recovery-image] Aug 24 22:26:20.989 INFO O| Aug 24 22:26:20.989 INFO STEP 54 (remove_files) COMPLETE
51742026-08-24T22:26:21.693Z[ recovery-image] Aug 24 22:26:20.989 INFO O| Aug 24 22:26:20.989 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-24T22:26:21.700Z[ recovery-image] Aug 24 22:26:20.997 INFO O| Aug 24 22:26:20.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51762026-08-24T22:26:21.700Z[ recovery-image] Aug 24 22:26:20.997 INFO O| Aug 24 22:26:20.997 INFO STEP 55 (remove_files) COMPLETE
51772026-08-24T22:26:21.704Z[ recovery-image] Aug 24 22:26:20.997 INFO O| Aug 24 22:26:20.997 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-24T22:26:21.708Z[ recovery-image] Aug 24 22:26:21.005 INFO O| Aug 24 22:26:21.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51792026-08-24T22:26:21.708Z[ recovery-image] Aug 24 22:26:21.005 INFO O| Aug 24 22:26:21.005 INFO STEP 56 (remove_files) COMPLETE
51802026-08-24T22:26:21.708Z[ recovery-image] Aug 24 22:26:21.005 INFO O| Aug 24 22:26:21.005 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-24T22:26:21.716Z[ recovery-image] Aug 24 22:26:21.013 INFO O| Aug 24 22:26:21.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51822026-08-24T22:26:21.716Z[ recovery-image] Aug 24 22:26:21.013 INFO O| Aug 24 22:26:21.013 INFO STEP 57 (remove_files) COMPLETE
51832026-08-24T22:26:21.720Z[ recovery-image] Aug 24 22:26:21.013 INFO O| Aug 24 22:26:21.013 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-24T22:26:21.724Z[ recovery-image] Aug 24 22:26:21.021 INFO O| Aug 24 22:26:21.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51852026-08-24T22:26:21.724Z[ recovery-image] Aug 24 22:26:21.021 INFO O| Aug 24 22:26:21.021 INFO STEP 58 (remove_files) COMPLETE
51862026-08-24T22:26:21.724Z[ recovery-image] Aug 24 22:26:21.021 INFO O| Aug 24 22:26:21.021 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-08-24T22:26:21.732Z[ recovery-image] Aug 24 22:26:21.029 INFO O| Aug 24 22:26:21.029 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51882026-08-24T22:26:21.732Z[ recovery-image] Aug 24 22:26:21.029 INFO O| Aug 24 22:26:21.029 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51892026-08-24T22:26:21.732Z[ recovery-image] Aug 24 22:26:21.029 INFO O| Aug 24 22:26:21.029 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51902026-08-24T22:26:21.732Z[ recovery-image] Aug 24 22:26:21.029 INFO O| Aug 24 22:26:21.029 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51912026-08-24T22:26:21.736Z[ recovery-image] Aug 24 22:26:21.029 INFO O| Aug 24 22:26:21.029 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51922026-08-24T22:26:21.736Z[ recovery-image] Aug 24 22:26:21.029 INFO O| Aug 24 22:26:21.029 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51932026-08-24T22:26:21.736Z[ recovery-image] Aug 24 22:26:21.029 INFO O| Aug 24 22:26:21.029 INFO ok!
51942026-08-24T22:26:21.736Z[ recovery-image] Aug 24 22:26:21.029 INFO O| Aug 24 22:26:21.029 INFO STEP 59 (ensure_file) COMPLETE
51952026-08-24T22:26:21.736Z[ recovery-image] Aug 24 22:26:21.029 INFO O| Aug 24 22:26:21.029 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-08-24T22:26:21.740Z[ recovery-image] Aug 24 22:26:21.037 INFO O| Aug 24 22:26:21.037 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51972026-08-24T22:26:21.740Z[ recovery-image] Aug 24 22:26:21.037 INFO O| Aug 24 22:26:21.037 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51982026-08-24T22:26:21.740Z[ recovery-image] Aug 24 22:26:21.037 INFO O| Aug 24 22:26:21.037 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51992026-08-24T22:26:21.743Z[ recovery-image] Aug 24 22:26:21.037 INFO O| Aug 24 22:26:21.037 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52002026-08-24T22:26:21.744Z[ recovery-image] Aug 24 22:26:21.037 INFO O| Aug 24 22:26:21.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52012026-08-24T22:26:21.744Z[ recovery-image] Aug 24 22:26:21.038 INFO O| Aug 24 22:26:21.037 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52022026-08-24T22:26:21.744Z[ recovery-image] Aug 24 22:26:21.038 INFO O| Aug 24 22:26:21.037 INFO ok!
52032026-08-24T22:26:21.744Z[ recovery-image] Aug 24 22:26:21.038 INFO O| Aug 24 22:26:21.038 INFO STEP 60 (ensure_file) COMPLETE
52042026-08-24T22:26:21.744Z[ recovery-image] Aug 24 22:26:21.038 INFO O| Aug 24 22:26:21.038 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-08-24T22:26:21.752Z[ recovery-image] Aug 24 22:26:21.049 INFO O| Aug 24 22:26:21.049 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52062026-08-24T22:26:21.752Z[ recovery-image] Aug 24 22:26:21.049 INFO O| Aug 24 22:26:21.049 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52072026-08-24T22:26:21.753Z[ recovery-image] Aug 24 22:26:21.049 INFO O| Aug 24 22:26:21.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52082026-08-24T22:26:21.756Z[ recovery-image] Aug 24 22:26:21.049 INFO O| Aug 24 22:26:21.049 INFO ok!
52092026-08-24T22:26:21.756Z[ recovery-image] Aug 24 22:26:21.049 INFO O| Aug 24 22:26:21.049 INFO STEP 61 (ensure_file) COMPLETE
52102026-08-24T22:26:21.757Z[ recovery-image] Aug 24 22:26:21.049 INFO O| Aug 24 22:26:21.049 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-08-24T22:26:21.762Z[ recovery-image] Aug 24 22:26:21.059 INFO O| Aug 24 22:26:21.059 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52122026-08-24T22:26:21.762Z[ recovery-image] Aug 24 22:26:21.059 INFO O| Aug 24 22:26:21.059 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52132026-08-24T22:26:21.765Z[ recovery-image] Aug 24 22:26:21.059 INFO O| Aug 24 22:26:21.059 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52142026-08-24T22:26:21.766Z[ recovery-image] Aug 24 22:26:21.059 INFO O| Aug 24 22:26:21.059 INFO ok!
52152026-08-24T22:26:21.766Z[ recovery-image] Aug 24 22:26:21.059 INFO O| Aug 24 22:26:21.059 INFO STEP 62 (ensure_file) COMPLETE
52162026-08-24T22:26:21.766Z[ recovery-image] Aug 24 22:26:21.059 INFO O| Aug 24 22:26:21.059 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-08-24T22:26:21.771Z[ recovery-image] Aug 24 22:26:21.068 INFO O| Aug 24 22:26:21.068 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52182026-08-24T22:26:21.774Z[ recovery-image] Aug 24 22:26:21.068 INFO O| Aug 24 22:26:21.068 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52192026-08-24T22:26:21.775Z[ recovery-image] Aug 24 22:26:21.068 INFO O| Aug 24 22:26:21.068 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52202026-08-24T22:26:21.775Z[ recovery-image] Aug 24 22:26:21.068 INFO O| Aug 24 22:26:21.068 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52212026-08-24T22:26:21.775Z[ recovery-image] Aug 24 22:26:21.068 INFO O| Aug 24 22:26:21.068 INFO ok!
52222026-08-24T22:26:21.775Z[ recovery-image] Aug 24 22:26:21.068 INFO O| Aug 24 22:26:21.068 INFO STEP 63 (ensure_file) COMPLETE
52232026-08-24T22:26:21.775Z[ recovery-image] Aug 24 22:26:21.068 INFO O| Aug 24 22:26:21.068 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-08-24T22:26:21.782Z[ recovery-image] Aug 24 22:26:21.079 INFO O| Aug 24 22:26:21.079 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52252026-08-24T22:26:21.782Z[ recovery-image] Aug 24 22:26:21.079 INFO O| Aug 24 22:26:21.079 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52262026-08-24T22:26:21.782Z[ recovery-image] Aug 24 22:26:21.079 INFO O| Aug 24 22:26:21.079 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52272026-08-24T22:26:21.786Z[ recovery-image] Aug 24 22:26:21.079 INFO O| Aug 24 22:26:21.079 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52282026-08-24T22:26:21.786Z[ recovery-image] Aug 24 22:26:21.079 INFO O| Aug 24 22:26:21.079 INFO ok!
52292026-08-24T22:26:21.786Z[ recovery-image] Aug 24 22:26:21.079 INFO O| Aug 24 22:26:21.079 INFO STEP 64 (ensure_file) COMPLETE
52302026-08-24T22:26:21.786Z[ recovery-image] Aug 24 22:26:21.079 INFO O| Aug 24 22:26:21.079 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-08-24T22:26:21.792Z[ recovery-image] Aug 24 22:26:21.089 INFO O| Aug 24 22:26:21.089 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52322026-08-24T22:26:21.792Z[ recovery-image] Aug 24 22:26:21.089 INFO O| Aug 24 22:26:21.089 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52332026-08-24T22:26:21.795Z[ recovery-image] Aug 24 22:26:21.089 INFO O| Aug 24 22:26:21.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52342026-08-24T22:26:21.795Z[ recovery-image] Aug 24 22:26:21.089 INFO O| Aug 24 22:26:21.089 INFO ok!
52352026-08-24T22:26:21.795Z[ recovery-image] Aug 24 22:26:21.089 INFO O| Aug 24 22:26:21.089 INFO STEP 65 (assemble_files) COMPLETE
52362026-08-24T22:26:21.795Z[ recovery-image] Aug 24 22:26:21.089 INFO O| Aug 24 22:26:21.089 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-08-24T22:26:21.802Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52382026-08-24T22:26:21.802Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52392026-08-24T22:26:21.803Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52402026-08-24T22:26:21.807Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52412026-08-24T22:26:21.807Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO ok!
52422026-08-24T22:26:21.807Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO STEP 66 (ensure_file) COMPLETE
52432026-08-24T22:26:21.807Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-08-24T22:26:21.807Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO skip step because feature "omicron1" is not enabled
52452026-08-24T22:26:21.807Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-08-24T22:26:21.807Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO skip step because feature "omicron1" is not enabled
52472026-08-24T22:26:21.807Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52482026-08-24T22:26:21.808Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO skip step because feature "omicron1" is not enabled
52492026-08-24T22:26:21.808Z[ recovery-image] Aug 24 22:26:21.099 INFO O| Aug 24 22:26:21.099 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-08-24T22:26:21.816Z[ recovery-image] Aug 24 22:26:21.113 INFO O| Aug 24 22:26:21.113 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52512026-08-24T22:26:21.816Z[ recovery-image] Aug 24 22:26:21.113 INFO O| Aug 24 22:26:21.113 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52522026-08-24T22:26:21.893Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52532026-08-24T22:26:22.278Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52542026-08-24T22:26:22.794Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52552026-08-24T22:26:23.040Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52562026-08-24T22:26:23.076Z[ recovery-image] Aug 24 22:26:22.373 INFO O| Aug 24 22:26:22.373 INFO STEP 70 (pack_tar) COMPLETE
52572026-08-24T22:26:23.077Z[ recovery-image] Aug 24 22:26:22.373 INFO O| Aug 24 22:26:22.373 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52582026-08-24T22:26:23.080Z[ recovery-image] Aug 24 22:26:22.373 INFO O| Aug 24 22:26:22.373 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52592026-08-24T22:26:23.116Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52602026-08-24T22:26:23.398Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52612026-08-24T22:26:23.609Z[ recovery-image] Aug 24 22:26:22.906 INFO O| Aug 24 22:26:22.905 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52622026-08-24T22:26:23.760Z[ recovery-image] Aug 24 22:26:23.056 INFO O| Aug 24 22:26:23.056 INFO completed processing sled/ramdisk-02-trim
52632026-08-24T22:26:23.763Z[ recovery-image] Aug 24 22:26:23.058 INFO image builder template: ramdisk-03-recovery-trim...
52642026-08-24T22:26:23.763Z[ recovery-image] Aug 24 22:26:23.058 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/.tmpAECbul/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
52652026-08-24T22:26:23.768Z[ recovery-image] Aug 24 22:26:23.063 INFO O| Aug 24 22:26:23.063 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52662026-08-24T22:26:23.841Z[ recovery-image] Aug 24 22:26:23.138 INFO O| Aug 24 22:26:23.138 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52672026-08-24T22:26:23.846Z[ recovery-image] Aug 24 22:26:23.141 INFO O| Aug 24 22:26:23.141 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52682026-08-24T22:26:23.932Z[ recovery-image] Aug 24 22:26:23.229 INFO O| Aug 24 22:26:23.229 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52692026-08-24T22:26:24.008Z[ recovery-image] Aug 24 22:26:23.304 INFO O| Aug 24 22:26:23.304 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52702026-08-24T22:26:24.012Z[ recovery-image] Aug 24 22:26:23.305 INFO O| Aug 24 22:26:23.304 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52712026-08-24T22:26:24.015Z[ recovery-image] Aug 24 22:26:23.311 INFO O| Aug 24 22:26:23.311 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52722026-08-24T22:26:24.023Z[ recovery-image] Aug 24 22:26:23.315 INFO O| Aug 24 22:26:23.315 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52732026-08-24T22:26:24.023Z[ recovery-image] Aug 24 22:26:23.320 INFO O| Aug 24 22:26:23.320 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52742026-08-24T22:26:24.461Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52752026-08-24T22:26:24.654Z[verify-libraries] Compiling tui-tree-widget v0.23.1
52762026-08-24T22:26:24.749Z[ recovery-image] Aug 24 22:26:24.046 INFO O| Aug 24 22:26:24.046 INFO rolled back to input snapshot; work may begin
52772026-08-24T22:26:24.750Z[ recovery-image] Aug 24 22:26:24.046 INFO O| Aug 24 22:26:24.046 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52782026-08-24T22:26:24.754Z[ recovery-image] Aug 24 22:26:24.051 INFO O| Aug 24 22:26:24.051 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-24T22:26:24.765Z[ recovery-image] Aug 24 22:26:24.062 INFO O| Aug 24 22:26:24.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52802026-08-24T22:26:24.770Z[ recovery-image] Aug 24 22:26:24.064 INFO O| Aug 24 22:26:24.064 INFO STEP 0 (remove_files) COMPLETE
52812026-08-24T22:26:24.770Z[ recovery-image] Aug 24 22:26:24.064 INFO O| Aug 24 22:26:24.064 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-24T22:26:24.778Z[ recovery-image] Aug 24 22:26:24.075 INFO O| Aug 24 22:26:24.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52832026-08-24T22:26:24.782Z[ recovery-image] Aug 24 22:26:24.076 INFO O| Aug 24 22:26:24.076 INFO STEP 1 (remove_files) COMPLETE
52842026-08-24T22:26:24.782Z[ recovery-image] Aug 24 22:26:24.076 INFO O| Aug 24 22:26:24.076 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-24T22:26:24.789Z[ recovery-image] Aug 24 22:26:24.086 INFO O| Aug 24 22:26:24.086 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52862026-08-24T22:26:24.803Z[ recovery-image] Aug 24 22:26:24.100 INFO O| Aug 24 22:26:24.100 INFO STEP 2 (remove_files) COMPLETE
52872026-08-24T22:26:24.803Z[ recovery-image] Aug 24 22:26:24.100 INFO O| Aug 24 22:26:24.100 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-24T22:26:24.815Z[ recovery-image] Aug 24 22:26:24.112 INFO O| Aug 24 22:26:24.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52892026-08-24T22:26:24.867Z[ recovery-image] Aug 24 22:26:24.163 INFO O| Aug 24 22:26:24.163 INFO STEP 3 (remove_files) COMPLETE
52902026-08-24T22:26:24.867Z[ recovery-image] Aug 24 22:26:24.163 INFO O| Aug 24 22:26:24.163 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-24T22:26:24.877Z[ recovery-image] Aug 24 22:26:24.174 INFO O| Aug 24 22:26:24.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52922026-08-24T22:26:24.881Z[ recovery-image] Aug 24 22:26:24.177 INFO O| Aug 24 22:26:24.177 INFO STEP 4 (remove_files) COMPLETE
52932026-08-24T22:26:24.881Z[ recovery-image] Aug 24 22:26:24.177 INFO O| Aug 24 22:26:24.177 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-24T22:26:24.893Z[ recovery-image] Aug 24 22:26:24.189 INFO O| Aug 24 22:26:24.189 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52952026-08-24T22:26:24.931Z[ recovery-image] Aug 24 22:26:24.227 INFO O| Aug 24 22:26:24.227 INFO STEP 5 (remove_files) COMPLETE
52962026-08-24T22:26:24.931Z[ recovery-image] Aug 24 22:26:24.227 INFO O| Aug 24 22:26:24.227 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-24T22:26:24.943Z[ recovery-image] Aug 24 22:26:24.240 INFO O| Aug 24 22:26:24.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52982026-08-24T22:26:24.994Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52992026-08-24T22:26:25.024Z[ recovery-image] Aug 24 22:26:24.321 INFO O| Aug 24 22:26:24.321 INFO STEP 6 (remove_files) COMPLETE
53002026-08-24T22:26:25.024Z[ recovery-image] Aug 24 22:26:24.321 INFO O| Aug 24 22:26:24.321 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-24T22:26:25.036Z[ recovery-image] Aug 24 22:26:24.333 INFO O| Aug 24 22:26:24.333 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53022026-08-24T22:26:25.040Z[ recovery-image] Aug 24 22:26:24.335 INFO O| Aug 24 22:26:24.335 INFO STEP 7 (remove_files) COMPLETE
53032026-08-24T22:26:25.040Z[ recovery-image] Aug 24 22:26:24.335 INFO O| Aug 24 22:26:24.335 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-24T22:26:25.048Z[ recovery-image] Aug 24 22:26:24.345 INFO O| Aug 24 22:26:24.345 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53052026-08-24T22:26:25.052Z[ recovery-image] Aug 24 22:26:24.347 INFO O| Aug 24 22:26:24.347 INFO STEP 8 (remove_files) COMPLETE
53062026-08-24T22:26:25.052Z[ recovery-image] Aug 24 22:26:24.347 INFO O| Aug 24 22:26:24.347 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53072026-08-24T22:26:25.070Z[ recovery-image] Aug 24 22:26:24.366 INFO O| Aug 24 22:26:24.366 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53082026-08-24T22:26:25.075Z[ recovery-image] Aug 24 22:26:24.372 INFO O| Aug 24 22:26:24.372 INFO STEP 9 (remove_files) COMPLETE
53092026-08-24T22:26:25.076Z[ recovery-image] Aug 24 22:26:24.372 INFO O| Aug 24 22:26:24.372 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53102026-08-24T22:26:25.086Z[ recovery-image] Aug 24 22:26:24.383 INFO O| Aug 24 22:26:24.383 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53112026-08-24T22:26:25.098Z[ recovery-image] Aug 24 22:26:24.393 INFO O| Aug 24 22:26:24.393 INFO STEP 10 (remove_files) COMPLETE
53122026-08-24T22:26:25.098Z[ recovery-image] Aug 24 22:26:24.393 INFO O| Aug 24 22:26:24.393 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53132026-08-24T22:26:25.161Z[ recovery-image] Aug 24 22:26:24.410 INFO O| Aug 24 22:26:24.410 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53142026-08-24T22:26:25.161Z[ recovery-image] Aug 24 22:26:24.431 INFO O| Aug 24 22:26:24.431 INFO STEP 11 (remove_files) COMPLETE
53152026-08-24T22:26:25.161Z[ recovery-image] Aug 24 22:26:24.431 INFO O| Aug 24 22:26:24.431 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53162026-08-24T22:26:25.161Z[ recovery-image] Aug 24 22:26:24.442 INFO O| Aug 24 22:26:24.442 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53172026-08-24T22:26:25.225Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
53182026-08-24T22:26:25.395Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
53192026-08-24T22:26:25.436Z[ recovery-image] Aug 24 22:26:24.732 INFO O| Aug 24 22:26:24.732 INFO STEP 12 (remove_files) COMPLETE
53202026-08-24T22:26:25.436Z[ recovery-image] Aug 24 22:26:24.732 INFO O| Aug 24 22:26:24.732 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-24T22:26:25.452Z[ recovery-image] Aug 24 22:26:24.748 INFO O| Aug 24 22:26:24.748 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53222026-08-24T22:26:25.465Z[ recovery-image] Aug 24 22:26:24.762 INFO O| Aug 24 22:26:24.762 INFO STEP 13 (remove_files) COMPLETE
53232026-08-24T22:26:25.465Z[ recovery-image] Aug 24 22:26:24.762 INFO O| Aug 24 22:26:24.762 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-24T22:26:25.483Z[ recovery-image] Aug 24 22:26:24.780 INFO O| Aug 24 22:26:24.780 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53252026-08-24T22:26:25.496Z[ recovery-image] Aug 24 22:26:24.793 INFO O| Aug 24 22:26:24.793 INFO STEP 14 (remove_files) COMPLETE
53262026-08-24T22:26:25.496Z[ recovery-image] Aug 24 22:26:24.793 INFO O| Aug 24 22:26:24.793 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-24T22:26:25.509Z[ recovery-image] Aug 24 22:26:24.806 INFO O| Aug 24 22:26:24.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53282026-08-24T22:26:25.509Z[ recovery-image] Aug 24 22:26:24.806 INFO O| Aug 24 22:26:24.806 INFO STEP 15 (remove_files) COMPLETE
53292026-08-24T22:26:25.510Z[ recovery-image] Aug 24 22:26:24.806 INFO O| Aug 24 22:26:24.806 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-24T22:26:25.523Z[ recovery-image] Aug 24 22:26:24.820 INFO O| Aug 24 22:26:24.820 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53312026-08-24T22:26:25.527Z[ recovery-image] Aug 24 22:26:24.824 INFO O| Aug 24 22:26:24.824 INFO STEP 16 (remove_files) COMPLETE
53322026-08-24T22:26:25.527Z[ recovery-image] Aug 24 22:26:24.824 INFO O| Aug 24 22:26:24.824 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-24T22:26:25.538Z[ recovery-image] Aug 24 22:26:24.834 INFO O| Aug 24 22:26:24.834 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53342026-08-24T22:26:25.542Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
53352026-08-24T22:26:25.565Z[ recovery-image] Aug 24 22:26:24.862 INFO O| Aug 24 22:26:24.862 INFO STEP 17 (remove_files) COMPLETE
53362026-08-24T22:26:25.565Z[ recovery-image] Aug 24 22:26:24.862 INFO O| Aug 24 22:26:24.862 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-24T22:26:25.582Z[ recovery-image] Aug 24 22:26:24.879 INFO O| Aug 24 22:26:24.878 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53382026-08-24T22:26:25.582Z[ recovery-image] Aug 24 22:26:24.879 INFO O| Aug 24 22:26:24.879 INFO STEP 18 (remove_files) COMPLETE
53392026-08-24T22:26:25.582Z[ recovery-image] Aug 24 22:26:24.879 INFO O| Aug 24 22:26:24.879 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-24T22:26:25.597Z[ recovery-image] Aug 24 22:26:24.894 INFO O| Aug 24 22:26:24.894 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53412026-08-24T22:26:25.601Z[ recovery-image] Aug 24 22:26:24.895 INFO O| Aug 24 22:26:24.895 INFO STEP 19 (remove_files) COMPLETE
53422026-08-24T22:26:25.601Z[ recovery-image] Aug 24 22:26:24.895 INFO O| Aug 24 22:26:24.895 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-24T22:26:25.622Z[ recovery-image] Aug 24 22:26:24.918 INFO O| Aug 24 22:26:24.918 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53442026-08-24T22:26:25.671Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
53452026-08-24T22:26:25.690Z[ recovery-image] Aug 24 22:26:24.987 INFO O| Aug 24 22:26:24.987 INFO STEP 20 (remove_files) COMPLETE
53462026-08-24T22:26:25.690Z[ recovery-image] Aug 24 22:26:24.987 INFO O| Aug 24 22:26:24.987 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-24T22:26:25.701Z[ recovery-image] Aug 24 22:26:24.996 INFO O| Aug 24 22:26:24.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53482026-08-24T22:26:25.712Z[ recovery-image] Aug 24 22:26:25.009 INFO O| Aug 24 22:26:25.009 INFO STEP 21 (remove_files) COMPLETE
53492026-08-24T22:26:25.714Z[ recovery-image] Aug 24 22:26:25.009 INFO O| Aug 24 22:26:25.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-24T22:26:25.736Z[ recovery-image] Aug 24 22:26:25.032 INFO O| Aug 24 22:26:25.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53512026-08-24T22:26:25.737Z[ recovery-image] Aug 24 22:26:25.033 INFO O| Aug 24 22:26:25.033 INFO STEP 22 (remove_files) COMPLETE
53522026-08-24T22:26:25.737Z[ recovery-image] Aug 24 22:26:25.033 INFO O| Aug 24 22:26:25.033 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-24T22:26:25.748Z[ recovery-image] Aug 24 22:26:25.044 INFO O| Aug 24 22:26:25.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53542026-08-24T22:26:25.752Z[ recovery-image] Aug 24 22:26:25.045 INFO O| Aug 24 22:26:25.045 INFO STEP 23 (remove_files) COMPLETE
53552026-08-24T22:26:25.752Z[ recovery-image] Aug 24 22:26:25.045 INFO O| Aug 24 22:26:25.045 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-24T22:26:25.756Z[ recovery-image] Aug 24 22:26:25.053 INFO O| Aug 24 22:26:25.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53572026-08-24T22:26:25.756Z[ recovery-image] Aug 24 22:26:25.053 INFO O| Aug 24 22:26:25.053 INFO STEP 24 (remove_files) COMPLETE
53582026-08-24T22:26:25.756Z[ recovery-image] Aug 24 22:26:25.053 INFO O| Aug 24 22:26:25.053 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-24T22:26:25.767Z[ recovery-image] Aug 24 22:26:25.063 INFO O| Aug 24 22:26:25.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53602026-08-24T22:26:25.771Z[ recovery-image] Aug 24 22:26:25.064 INFO O| Aug 24 22:26:25.064 INFO STEP 25 (remove_files) COMPLETE
53612026-08-24T22:26:25.771Z[ recovery-image] Aug 24 22:26:25.064 INFO O| Aug 24 22:26:25.064 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-24T22:26:25.778Z[ recovery-image] Aug 24 22:26:25.074 INFO O| Aug 24 22:26:25.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53632026-08-24T22:26:25.785Z[ recovery-image] Aug 24 22:26:25.075 INFO O| Aug 24 22:26:25.075 INFO STEP 26 (remove_files) COMPLETE
53642026-08-24T22:26:25.785Z[ recovery-image] Aug 24 22:26:25.075 INFO O| Aug 24 22:26:25.075 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-24T22:26:25.788Z[ recovery-image] Aug 24 22:26:25.085 INFO O| Aug 24 22:26:25.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53662026-08-24T22:26:25.792Z[ recovery-image] Aug 24 22:26:25.086 INFO O| Aug 24 22:26:25.086 INFO STEP 27 (remove_files) COMPLETE
53672026-08-24T22:26:25.792Z[ recovery-image] Aug 24 22:26:25.086 INFO O| Aug 24 22:26:25.086 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-24T22:26:25.799Z[ recovery-image] Aug 24 22:26:25.096 INFO O| Aug 24 22:26:25.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53692026-08-24T22:26:25.799Z[ recovery-image] Aug 24 22:26:25.096 INFO O| Aug 24 22:26:25.096 INFO STEP 28 (remove_files) COMPLETE
53702026-08-24T22:26:25.803Z[ recovery-image] Aug 24 22:26:25.096 INFO O| Aug 24 22:26:25.096 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-24T22:26:25.809Z[ recovery-image] Aug 24 22:26:25.106 INFO O| Aug 24 22:26:25.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53722026-08-24T22:26:25.809Z[ recovery-image] Aug 24 22:26:25.106 INFO O| Aug 24 22:26:25.106 INFO STEP 29 (remove_files) COMPLETE
53732026-08-24T22:26:25.813Z[ recovery-image] Aug 24 22:26:25.106 INFO O| Aug 24 22:26:25.106 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-24T22:26:25.820Z[ recovery-image] Aug 24 22:26:25.116 INFO O| Aug 24 22:26:25.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53752026-08-24T22:26:25.820Z[ recovery-image] Aug 24 22:26:25.116 INFO O| Aug 24 22:26:25.116 INFO STEP 30 (remove_files) COMPLETE
53762026-08-24T22:26:25.821Z[ recovery-image] Aug 24 22:26:25.116 INFO O| Aug 24 22:26:25.116 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-24T22:26:25.829Z[ recovery-image] Aug 24 22:26:25.126 INFO O| Aug 24 22:26:25.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53782026-08-24T22:26:25.829Z[ recovery-image] Aug 24 22:26:25.126 INFO O| Aug 24 22:26:25.126 INFO STEP 31 (remove_files) COMPLETE
53792026-08-24T22:26:25.830Z[ recovery-image] Aug 24 22:26:25.126 INFO O| Aug 24 22:26:25.126 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-24T22:26:25.839Z[ recovery-image] Aug 24 22:26:25.136 INFO O| Aug 24 22:26:25.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53812026-08-24T22:26:25.843Z[ recovery-image] Aug 24 22:26:25.137 INFO O| Aug 24 22:26:25.137 INFO STEP 32 (remove_files) COMPLETE
53822026-08-24T22:26:25.843Z[ recovery-image] Aug 24 22:26:25.137 INFO O| Aug 24 22:26:25.137 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-24T22:26:25.850Z[ recovery-image] Aug 24 22:26:25.146 INFO O| Aug 24 22:26:25.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53842026-08-24T22:26:25.854Z[ recovery-image] Aug 24 22:26:25.146 INFO O| Aug 24 22:26:25.146 INFO STEP 33 (remove_files) COMPLETE
53852026-08-24T22:26:25.854Z[ recovery-image] Aug 24 22:26:25.146 INFO O| Aug 24 22:26:25.146 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-24T22:26:25.859Z[ recovery-image] Aug 24 22:26:25.156 INFO O| Aug 24 22:26:25.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53872026-08-24T22:26:25.859Z[ recovery-image] Aug 24 22:26:25.156 INFO O| Aug 24 22:26:25.156 INFO STEP 34 (remove_files) COMPLETE
53882026-08-24T22:26:25.859Z[ recovery-image] Aug 24 22:26:25.156 INFO O| Aug 24 22:26:25.156 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-24T22:26:25.870Z[ recovery-image] Aug 24 22:26:25.165 INFO O| Aug 24 22:26:25.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53902026-08-24T22:26:25.870Z[ recovery-image] Aug 24 22:26:25.165 INFO O| Aug 24 22:26:25.165 INFO STEP 35 (remove_files) COMPLETE
53912026-08-24T22:26:25.870Z[ recovery-image] Aug 24 22:26:25.165 INFO O| Aug 24 22:26:25.165 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-24T22:26:25.878Z[ recovery-image] Aug 24 22:26:25.175 INFO O| Aug 24 22:26:25.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53932026-08-24T22:26:25.878Z[ recovery-image] Aug 24 22:26:25.175 INFO O| Aug 24 22:26:25.175 INFO STEP 36 (remove_files) COMPLETE
53942026-08-24T22:26:25.878Z[ recovery-image] Aug 24 22:26:25.175 INFO O| Aug 24 22:26:25.175 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-24T22:26:25.887Z[ recovery-image] Aug 24 22:26:25.184 INFO O| Aug 24 22:26:25.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53962026-08-24T22:26:25.887Z[ recovery-image] Aug 24 22:26:25.184 INFO O| Aug 24 22:26:25.184 INFO STEP 37 (remove_files) COMPLETE
53972026-08-24T22:26:25.887Z[ recovery-image] Aug 24 22:26:25.184 INFO O| Aug 24 22:26:25.184 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-24T22:26:25.898Z[ recovery-image] Aug 24 22:26:25.194 INFO O| Aug 24 22:26:25.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53992026-08-24T22:26:25.898Z[ recovery-image] Aug 24 22:26:25.194 INFO O| Aug 24 22:26:25.194 INFO STEP 38 (remove_files) COMPLETE
54002026-08-24T22:26:25.902Z[ recovery-image] Aug 24 22:26:25.194 INFO O| Aug 24 22:26:25.194 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-24T22:26:25.909Z[ recovery-image] Aug 24 22:26:25.205 INFO O| Aug 24 22:26:25.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54022026-08-24T22:26:25.909Z[ recovery-image] Aug 24 22:26:25.205 INFO O| Aug 24 22:26:25.205 INFO STEP 39 (remove_files) COMPLETE
54032026-08-24T22:26:25.914Z[ recovery-image] Aug 24 22:26:25.205 INFO O| Aug 24 22:26:25.205 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-24T22:26:25.918Z[ recovery-image] Aug 24 22:26:25.214 INFO O| Aug 24 22:26:25.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54052026-08-24T22:26:25.918Z[ recovery-image] Aug 24 22:26:25.215 INFO O| Aug 24 22:26:25.214 INFO STEP 40 (remove_files) COMPLETE
54062026-08-24T22:26:25.922Z[ recovery-image] Aug 24 22:26:25.215 INFO O| Aug 24 22:26:25.214 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-24T22:26:25.927Z[ recovery-image] Aug 24 22:26:25.224 INFO O| Aug 24 22:26:25.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54082026-08-24T22:26:25.927Z[ recovery-image] Aug 24 22:26:25.224 INFO O| Aug 24 22:26:25.224 INFO STEP 41 (remove_files) COMPLETE
54092026-08-24T22:26:25.927Z[ recovery-image] Aug 24 22:26:25.224 INFO O| Aug 24 22:26:25.224 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-24T22:26:25.936Z[ recovery-image] Aug 24 22:26:25.233 INFO O| Aug 24 22:26:25.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54112026-08-24T22:26:25.940Z[ recovery-image] Aug 24 22:26:25.233 INFO O| Aug 24 22:26:25.233 INFO STEP 42 (remove_files) COMPLETE
54122026-08-24T22:26:25.941Z[ recovery-image] Aug 24 22:26:25.233 INFO O| Aug 24 22:26:25.233 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-24T22:26:25.946Z[ recovery-image] Aug 24 22:26:25.243 INFO O| Aug 24 22:26:25.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54142026-08-24T22:26:25.946Z[ recovery-image] Aug 24 22:26:25.243 INFO O| Aug 24 22:26:25.243 INFO STEP 43 (remove_files) COMPLETE
54152026-08-24T22:26:25.946Z[ recovery-image] Aug 24 22:26:25.243 INFO O| Aug 24 22:26:25.243 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-24T22:26:25.955Z[ recovery-image] Aug 24 22:26:25.252 INFO O| Aug 24 22:26:25.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54172026-08-24T22:26:25.955Z[ recovery-image] Aug 24 22:26:25.252 INFO O| Aug 24 22:26:25.252 INFO STEP 44 (remove_files) COMPLETE
54182026-08-24T22:26:25.959Z[ recovery-image] Aug 24 22:26:25.252 INFO O| Aug 24 22:26:25.252 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-24T22:26:25.964Z[ recovery-image] Aug 24 22:26:25.261 INFO O| Aug 24 22:26:25.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54202026-08-24T22:26:25.965Z[ recovery-image] Aug 24 22:26:25.261 INFO O| Aug 24 22:26:25.261 INFO STEP 45 (remove_files) COMPLETE
54212026-08-24T22:26:25.968Z[ recovery-image] Aug 24 22:26:25.261 INFO O| Aug 24 22:26:25.261 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-24T22:26:25.973Z[ recovery-image] Aug 24 22:26:25.270 INFO O| Aug 24 22:26:25.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54232026-08-24T22:26:25.973Z[ recovery-image] Aug 24 22:26:25.270 INFO O| Aug 24 22:26:25.270 INFO STEP 46 (remove_files) COMPLETE
54242026-08-24T22:26:25.977Z[ recovery-image] Aug 24 22:26:25.270 INFO O| Aug 24 22:26:25.270 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-24T22:26:25.983Z[ recovery-image] Aug 24 22:26:25.280 INFO O| Aug 24 22:26:25.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54262026-08-24T22:26:25.987Z[ recovery-image] Aug 24 22:26:25.280 INFO O| Aug 24 22:26:25.280 INFO STEP 47 (remove_files) COMPLETE
54272026-08-24T22:26:25.987Z[ recovery-image] Aug 24 22:26:25.280 INFO O| Aug 24 22:26:25.280 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-24T22:26:25.993Z[ recovery-image] Aug 24 22:26:25.290 INFO O| Aug 24 22:26:25.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54292026-08-24T22:26:25.997Z[ recovery-image] Aug 24 22:26:25.290 INFO O| Aug 24 22:26:25.290 INFO STEP 48 (remove_files) COMPLETE
54302026-08-24T22:26:25.997Z[ recovery-image] Aug 24 22:26:25.290 INFO O| Aug 24 22:26:25.290 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-24T22:26:26.004Z[ recovery-image] Aug 24 22:26:25.300 INFO O| Aug 24 22:26:25.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54322026-08-24T22:26:26.004Z[ recovery-image] Aug 24 22:26:25.300 INFO O| Aug 24 22:26:25.300 INFO STEP 49 (remove_files) COMPLETE
54332026-08-24T22:26:26.009Z[ recovery-image] Aug 24 22:26:25.300 INFO O| Aug 24 22:26:25.300 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-24T22:26:26.013Z[ recovery-image] Aug 24 22:26:25.310 INFO O| Aug 24 22:26:25.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54352026-08-24T22:26:26.013Z[ recovery-image] Aug 24 22:26:25.310 INFO O| Aug 24 22:26:25.310 INFO STEP 50 (remove_files) COMPLETE
54362026-08-24T22:26:26.017Z[ recovery-image] Aug 24 22:26:25.310 INFO O| Aug 24 22:26:25.310 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-24T22:26:26.022Z[ recovery-image] Aug 24 22:26:25.319 INFO O| Aug 24 22:26:25.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54382026-08-24T22:26:26.026Z[ recovery-image] Aug 24 22:26:25.320 INFO O| Aug 24 22:26:25.320 INFO STEP 51 (remove_files) COMPLETE
54392026-08-24T22:26:26.027Z[ recovery-image] Aug 24 22:26:25.320 INFO O| Aug 24 22:26:25.320 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-24T22:26:26.035Z[ recovery-image] Aug 24 22:26:25.331 INFO O| Aug 24 22:26:25.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54412026-08-24T22:26:26.035Z[ recovery-image] Aug 24 22:26:25.331 INFO O| Aug 24 22:26:25.331 INFO STEP 52 (remove_files) COMPLETE
54422026-08-24T22:26:26.035Z[ recovery-image] Aug 24 22:26:25.331 INFO O| Aug 24 22:26:25.331 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-24T22:26:26.044Z[ recovery-image] Aug 24 22:26:25.340 INFO O| Aug 24 22:26:25.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54442026-08-24T22:26:26.044Z[ recovery-image] Aug 24 22:26:25.340 INFO O| Aug 24 22:26:25.340 INFO STEP 53 (remove_files) COMPLETE
54452026-08-24T22:26:26.049Z[ recovery-image] Aug 24 22:26:25.340 INFO O| Aug 24 22:26:25.340 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-24T22:26:26.056Z[ recovery-image] Aug 24 22:26:25.351 INFO O| Aug 24 22:26:25.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54472026-08-24T22:26:26.056Z[ recovery-image] Aug 24 22:26:25.351 INFO O| Aug 24 22:26:25.351 INFO STEP 54 (remove_files) COMPLETE
54482026-08-24T22:26:26.056Z[ recovery-image] Aug 24 22:26:25.351 INFO O| Aug 24 22:26:25.351 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-24T22:26:26.067Z[ recovery-image] Aug 24 22:26:25.362 INFO O| Aug 24 22:26:25.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54502026-08-24T22:26:26.067Z[ recovery-image] Aug 24 22:26:25.362 INFO O| Aug 24 22:26:25.362 INFO STEP 55 (remove_files) COMPLETE
54512026-08-24T22:26:26.067Z[ recovery-image] Aug 24 22:26:25.362 INFO O| Aug 24 22:26:25.362 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-24T22:26:26.073Z[ recovery-image] Aug 24 22:26:25.370 INFO O| Aug 24 22:26:25.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54532026-08-24T22:26:26.073Z[ recovery-image] Aug 24 22:26:25.370 INFO O| Aug 24 22:26:25.370 INFO STEP 56 (remove_files) COMPLETE
54542026-08-24T22:26:26.079Z[ recovery-image] Aug 24 22:26:25.370 INFO O| Aug 24 22:26:25.370 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-24T22:26:26.083Z[ recovery-image] Aug 24 22:26:25.380 INFO O| Aug 24 22:26:25.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54562026-08-24T22:26:26.083Z[ recovery-image] Aug 24 22:26:25.380 INFO O| Aug 24 22:26:25.380 INFO STEP 57 (remove_files) COMPLETE
54572026-08-24T22:26:26.083Z[ recovery-image] Aug 24 22:26:25.380 INFO O| Aug 24 22:26:25.380 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-24T22:26:26.094Z[ recovery-image] Aug 24 22:26:25.390 INFO O| Aug 24 22:26:25.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54592026-08-24T22:26:26.094Z[ recovery-image] Aug 24 22:26:25.390 INFO O| Aug 24 22:26:25.390 INFO STEP 58 (remove_files) COMPLETE
54602026-08-24T22:26:26.094Z[ recovery-image] Aug 24 22:26:25.390 INFO O| Aug 24 22:26:25.390 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-24T22:26:26.104Z[ recovery-image] Aug 24 22:26:25.400 INFO O| Aug 24 22:26:25.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54622026-08-24T22:26:26.104Z[ recovery-image] Aug 24 22:26:25.400 INFO O| Aug 24 22:26:25.400 INFO STEP 59 (remove_files) COMPLETE
54632026-08-24T22:26:26.104Z[ recovery-image] Aug 24 22:26:25.400 INFO O| Aug 24 22:26:25.400 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-24T22:26:26.114Z[ recovery-image] Aug 24 22:26:25.411 INFO O| Aug 24 22:26:25.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54652026-08-24T22:26:26.114Z[ recovery-image] Aug 24 22:26:25.411 INFO O| Aug 24 22:26:25.411 INFO STEP 60 (remove_files) COMPLETE
54662026-08-24T22:26:26.118Z[ recovery-image] Aug 24 22:26:25.411 INFO O| Aug 24 22:26:25.411 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-24T22:26:26.123Z[ recovery-image] Aug 24 22:26:25.420 INFO O| Aug 24 22:26:25.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54682026-08-24T22:26:26.123Z[ recovery-image] Aug 24 22:26:25.420 INFO O| Aug 24 22:26:25.420 INFO STEP 61 (remove_files) COMPLETE
54692026-08-24T22:26:26.123Z[ recovery-image] Aug 24 22:26:25.420 INFO O| Aug 24 22:26:25.420 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-24T22:26:26.133Z[ recovery-image] Aug 24 22:26:25.429 INFO O| Aug 24 22:26:25.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54712026-08-24T22:26:26.133Z[ recovery-image] Aug 24 22:26:25.429 INFO O| Aug 24 22:26:25.429 INFO STEP 62 (remove_files) COMPLETE
54722026-08-24T22:26:26.133Z[ recovery-image] Aug 24 22:26:25.429 INFO O| Aug 24 22:26:25.429 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-24T22:26:26.141Z[ recovery-image] Aug 24 22:26:25.438 INFO O| Aug 24 22:26:25.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54742026-08-24T22:26:26.141Z[ recovery-image] Aug 24 22:26:25.438 INFO O| Aug 24 22:26:25.438 INFO STEP 63 (remove_files) COMPLETE
54752026-08-24T22:26:26.141Z[ recovery-image] Aug 24 22:26:25.438 INFO O| Aug 24 22:26:25.438 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-24T22:26:26.151Z[ recovery-image] Aug 24 22:26:25.447 INFO O| Aug 24 22:26:25.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54772026-08-24T22:26:26.154Z[ recovery-image] Aug 24 22:26:25.448 INFO O| Aug 24 22:26:25.448 INFO STEP 64 (remove_files) COMPLETE
54782026-08-24T22:26:26.154Z[ recovery-image] Aug 24 22:26:25.448 INFO O| Aug 24 22:26:25.448 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-24T22:26:26.165Z[ recovery-image] Aug 24 22:26:25.458 INFO O| Aug 24 22:26:25.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54802026-08-24T22:26:26.165Z[ recovery-image] Aug 24 22:26:25.458 INFO O| Aug 24 22:26:25.458 INFO STEP 65 (remove_files) COMPLETE
54812026-08-24T22:26:26.168Z[ recovery-image] Aug 24 22:26:25.458 INFO O| Aug 24 22:26:25.458 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-24T22:26:26.173Z[ recovery-image] Aug 24 22:26:25.469 INFO O| Aug 24 22:26:25.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54832026-08-24T22:26:26.173Z[ recovery-image] Aug 24 22:26:25.469 INFO O| Aug 24 22:26:25.469 INFO STEP 66 (remove_files) COMPLETE
54842026-08-24T22:26:26.173Z[ recovery-image] Aug 24 22:26:25.469 INFO O| Aug 24 22:26:25.469 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-24T22:26:26.181Z[ recovery-image] Aug 24 22:26:25.478 INFO O| Aug 24 22:26:25.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54862026-08-24T22:26:26.181Z[ recovery-image] Aug 24 22:26:25.478 INFO O| Aug 24 22:26:25.478 INFO STEP 67 (remove_files) COMPLETE
54872026-08-24T22:26:26.181Z[ recovery-image] Aug 24 22:26:25.478 INFO O| Aug 24 22:26:25.478 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-24T22:26:26.190Z[ recovery-image] Aug 24 22:26:25.487 INFO O| Aug 24 22:26:25.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54892026-08-24T22:26:26.190Z[ recovery-image] Aug 24 22:26:25.487 INFO O| Aug 24 22:26:25.487 INFO STEP 68 (remove_files) COMPLETE
54902026-08-24T22:26:26.191Z[ recovery-image] Aug 24 22:26:25.487 INFO O| Aug 24 22:26:25.487 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-24T22:26:26.199Z[ recovery-image] Aug 24 22:26:25.496 INFO O| Aug 24 22:26:25.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54922026-08-24T22:26:26.200Z[ recovery-image] Aug 24 22:26:25.496 INFO O| Aug 24 22:26:25.496 INFO STEP 69 (remove_files) COMPLETE
54932026-08-24T22:26:26.204Z[ recovery-image] Aug 24 22:26:25.496 INFO O| Aug 24 22:26:25.496 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-24T22:26:26.209Z[ recovery-image] Aug 24 22:26:25.505 INFO O| Aug 24 22:26:25.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54952026-08-24T22:26:26.209Z[ recovery-image] Aug 24 22:26:25.505 INFO O| Aug 24 22:26:25.505 INFO STEP 70 (remove_files) COMPLETE
54962026-08-24T22:26:26.213Z[ recovery-image] Aug 24 22:26:25.505 INFO O| Aug 24 22:26:25.505 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-24T22:26:26.213Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
54982026-08-24T22:26:26.218Z[ recovery-image] Aug 24 22:26:25.515 INFO O| Aug 24 22:26:25.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54992026-08-24T22:26:26.218Z[ recovery-image] Aug 24 22:26:25.515 INFO O| Aug 24 22:26:25.515 INFO STEP 71 (remove_files) COMPLETE
55002026-08-24T22:26:26.218Z[ recovery-image] Aug 24 22:26:25.515 INFO O| Aug 24 22:26:25.515 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-08-24T22:26:26.227Z[ recovery-image] Aug 24 22:26:25.524 INFO O| Aug 24 22:26:25.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55022026-08-24T22:26:26.227Z[ recovery-image] Aug 24 22:26:25.524 INFO O| Aug 24 22:26:25.524 INFO STEP 72 (remove_files) COMPLETE
55032026-08-24T22:26:26.228Z[ recovery-image] Aug 24 22:26:25.524 INFO O| Aug 24 22:26:25.524 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-08-24T22:26:26.239Z[ recovery-image] Aug 24 22:26:25.534 INFO O| Aug 24 22:26:25.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55052026-08-24T22:26:26.239Z[ recovery-image] Aug 24 22:26:25.534 INFO O| Aug 24 22:26:25.534 INFO STEP 73 (remove_files) COMPLETE
55062026-08-24T22:26:26.239Z[ recovery-image] Aug 24 22:26:25.534 INFO O| Aug 24 22:26:25.534 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-08-24T22:26:26.248Z[ recovery-image] Aug 24 22:26:25.545 INFO O| Aug 24 22:26:25.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55082026-08-24T22:26:26.252Z[ recovery-image] Aug 24 22:26:25.545 INFO O| Aug 24 22:26:25.545 INFO STEP 74 (remove_files) COMPLETE
55092026-08-24T22:26:26.252Z[ recovery-image] Aug 24 22:26:25.545 INFO O| Aug 24 22:26:25.545 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-08-24T22:26:26.257Z[ recovery-image] Aug 24 22:26:25.554 INFO O| Aug 24 22:26:25.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55112026-08-24T22:26:26.257Z[ recovery-image] Aug 24 22:26:25.554 INFO O| Aug 24 22:26:25.554 INFO STEP 75 (remove_files) COMPLETE
55122026-08-24T22:26:26.257Z[ recovery-image] Aug 24 22:26:25.554 INFO O| Aug 24 22:26:25.554 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-08-24T22:26:26.266Z[ recovery-image] Aug 24 22:26:25.563 INFO O| Aug 24 22:26:25.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55142026-08-24T22:26:26.266Z[ recovery-image] Aug 24 22:26:25.563 INFO O| Aug 24 22:26:25.563 INFO STEP 76 (remove_files) COMPLETE
55152026-08-24T22:26:26.266Z[ recovery-image] Aug 24 22:26:25.563 INFO O| Aug 24 22:26:25.563 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-08-24T22:26:26.275Z[ recovery-image] Aug 24 22:26:25.572 INFO O| Aug 24 22:26:25.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55172026-08-24T22:26:26.275Z[ recovery-image] Aug 24 22:26:25.572 INFO O| Aug 24 22:26:25.572 INFO STEP 77 (remove_files) COMPLETE
55182026-08-24T22:26:26.275Z[ recovery-image] Aug 24 22:26:25.572 INFO O| Aug 24 22:26:25.572 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-24T22:26:26.285Z[ recovery-image] Aug 24 22:26:25.581 INFO O| Aug 24 22:26:25.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55202026-08-24T22:26:26.285Z[ recovery-image] Aug 24 22:26:25.581 INFO O| Aug 24 22:26:25.581 INFO STEP 78 (remove_files) COMPLETE
55212026-08-24T22:26:26.285Z[ recovery-image] Aug 24 22:26:25.581 INFO O| Aug 24 22:26:25.581 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-24T22:26:26.295Z[ recovery-image] Aug 24 22:26:25.591 INFO O| Aug 24 22:26:25.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55232026-08-24T22:26:26.299Z[ recovery-image] Aug 24 22:26:25.592 INFO O| Aug 24 22:26:25.592 INFO STEP 79 (remove_files) COMPLETE
55242026-08-24T22:26:26.299Z[ recovery-image] Aug 24 22:26:25.592 INFO O| Aug 24 22:26:25.592 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-24T22:26:26.307Z[ recovery-image] Aug 24 22:26:25.603 INFO O| Aug 24 22:26:25.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55262026-08-24T22:26:26.307Z[ recovery-image] Aug 24 22:26:25.603 INFO O| Aug 24 22:26:25.603 INFO STEP 80 (remove_files) COMPLETE
55272026-08-24T22:26:26.307Z[ recovery-image] Aug 24 22:26:25.603 INFO O| Aug 24 22:26:25.603 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-24T22:26:26.317Z[ recovery-image] Aug 24 22:26:25.613 INFO O| Aug 24 22:26:25.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55292026-08-24T22:26:26.321Z[ recovery-image] Aug 24 22:26:25.614 INFO O| Aug 24 22:26:25.614 INFO STEP 81 (remove_files) COMPLETE
55302026-08-24T22:26:26.321Z[ recovery-image] Aug 24 22:26:25.614 INFO O| Aug 24 22:26:25.614 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-24T22:26:26.327Z[ recovery-image] Aug 24 22:26:25.624 INFO O| Aug 24 22:26:25.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55322026-08-24T22:26:26.331Z[ recovery-image] Aug 24 22:26:25.625 INFO O| Aug 24 22:26:25.625 INFO STEP 82 (remove_files) COMPLETE
55332026-08-24T22:26:26.331Z[ recovery-image] Aug 24 22:26:25.625 INFO O| Aug 24 22:26:25.625 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-24T22:26:26.338Z[ recovery-image] Aug 24 22:26:25.635 INFO O| Aug 24 22:26:25.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55352026-08-24T22:26:26.339Z[ recovery-image] Aug 24 22:26:25.635 INFO O| Aug 24 22:26:25.635 INFO STEP 83 (remove_files) COMPLETE
55362026-08-24T22:26:26.339Z[ recovery-image] Aug 24 22:26:25.635 INFO O| Aug 24 22:26:25.635 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-24T22:26:26.351Z[ recovery-image] Aug 24 22:26:25.646 INFO O| Aug 24 22:26:25.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55382026-08-24T22:26:26.354Z[ recovery-image] Aug 24 22:26:25.646 INFO O| Aug 24 22:26:25.646 INFO STEP 84 (remove_files) COMPLETE
55392026-08-24T22:26:26.354Z[ recovery-image] Aug 24 22:26:25.646 INFO O| Aug 24 22:26:25.646 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-24T22:26:26.360Z[ recovery-image] Aug 24 22:26:25.657 INFO O| Aug 24 22:26:25.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55412026-08-24T22:26:26.360Z[ recovery-image] Aug 24 22:26:25.657 INFO O| Aug 24 22:26:25.657 INFO STEP 85 (remove_files) COMPLETE
55422026-08-24T22:26:26.365Z[ recovery-image] Aug 24 22:26:25.657 INFO O| Aug 24 22:26:25.657 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-24T22:26:26.371Z[ recovery-image] Aug 24 22:26:25.668 INFO O| Aug 24 22:26:25.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55442026-08-24T22:26:26.371Z[ recovery-image] Aug 24 22:26:25.668 INFO O| Aug 24 22:26:25.668 INFO STEP 86 (remove_files) COMPLETE
55452026-08-24T22:26:26.371Z[ recovery-image] Aug 24 22:26:25.668 INFO O| Aug 24 22:26:25.668 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-24T22:26:26.381Z[ recovery-image] Aug 24 22:26:25.678 INFO O| Aug 24 22:26:25.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55472026-08-24T22:26:26.381Z[ recovery-image] Aug 24 22:26:25.678 INFO O| Aug 24 22:26:25.678 INFO STEP 87 (remove_files) COMPLETE
55482026-08-24T22:26:26.381Z[ recovery-image] Aug 24 22:26:25.678 INFO O| Aug 24 22:26:25.678 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-24T22:26:26.391Z[ recovery-image] Aug 24 22:26:25.688 INFO O| Aug 24 22:26:25.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55502026-08-24T22:26:26.395Z[ recovery-image] Aug 24 22:26:25.689 INFO O| Aug 24 22:26:25.689 INFO STEP 88 (remove_files) COMPLETE
55512026-08-24T22:26:26.395Z[ recovery-image] Aug 24 22:26:25.689 INFO O| Aug 24 22:26:25.689 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-24T22:26:26.403Z[ recovery-image] Aug 24 22:26:25.700 INFO O| Aug 24 22:26:25.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55532026-08-24T22:26:26.403Z[ recovery-image] Aug 24 22:26:25.700 INFO O| Aug 24 22:26:25.700 INFO STEP 89 (remove_files) COMPLETE
55542026-08-24T22:26:26.407Z[ recovery-image] Aug 24 22:26:25.700 INFO O| Aug 24 22:26:25.700 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-24T22:26:26.420Z[ recovery-image] Aug 24 22:26:25.716 INFO O| Aug 24 22:26:25.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55562026-08-24T22:26:26.420Z[ recovery-image] Aug 24 22:26:25.716 INFO O| Aug 24 22:26:25.716 INFO STEP 90 (remove_files) COMPLETE
55572026-08-24T22:26:26.420Z[ recovery-image] Aug 24 22:26:25.716 INFO O| Aug 24 22:26:25.716 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-24T22:26:26.430Z[ recovery-image] Aug 24 22:26:25.727 INFO O| Aug 24 22:26:25.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55592026-08-24T22:26:26.430Z[ recovery-image] Aug 24 22:26:25.727 INFO O| Aug 24 22:26:25.727 INFO STEP 91 (remove_files) COMPLETE
55602026-08-24T22:26:26.434Z[ recovery-image] Aug 24 22:26:25.727 INFO O| Aug 24 22:26:25.727 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-24T22:26:26.439Z[ recovery-image] Aug 24 22:26:25.736 INFO O| Aug 24 22:26:25.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55622026-08-24T22:26:26.439Z[ recovery-image] Aug 24 22:26:25.736 INFO O| Aug 24 22:26:25.736 INFO STEP 92 (remove_files) COMPLETE
55632026-08-24T22:26:26.439Z[ recovery-image] Aug 24 22:26:25.736 INFO O| Aug 24 22:26:25.736 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-24T22:26:26.447Z[ recovery-image] Aug 24 22:26:25.744 INFO O| Aug 24 22:26:25.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55652026-08-24T22:26:26.447Z[ recovery-image] Aug 24 22:26:25.744 INFO O| Aug 24 22:26:25.744 INFO STEP 93 (remove_files) COMPLETE
55662026-08-24T22:26:26.447Z[ recovery-image] Aug 24 22:26:25.744 INFO O| Aug 24 22:26:25.744 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-24T22:26:26.455Z[ recovery-image] Aug 24 22:26:25.752 INFO O| Aug 24 22:26:25.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55682026-08-24T22:26:26.455Z[ recovery-image] Aug 24 22:26:25.752 INFO O| Aug 24 22:26:25.752 INFO STEP 94 (remove_files) COMPLETE
55692026-08-24T22:26:26.455Z[ recovery-image] Aug 24 22:26:25.752 INFO O| Aug 24 22:26:25.752 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-24T22:26:26.465Z[ recovery-image] Aug 24 22:26:25.762 INFO O| Aug 24 22:26:25.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55712026-08-24T22:26:26.469Z[ recovery-image] Aug 24 22:26:25.762 INFO O| Aug 24 22:26:25.762 INFO STEP 95 (remove_files) COMPLETE
55722026-08-24T22:26:26.470Z[ recovery-image] Aug 24 22:26:25.762 INFO O| Aug 24 22:26:25.762 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-24T22:26:26.480Z[ recovery-image] Aug 24 22:26:25.777 INFO O| Aug 24 22:26:25.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55742026-08-24T22:26:26.480Z[ recovery-image] Aug 24 22:26:25.777 INFO O| Aug 24 22:26:25.777 INFO STEP 96 (remove_files) COMPLETE
55752026-08-24T22:26:26.484Z[ recovery-image] Aug 24 22:26:25.777 INFO O| Aug 24 22:26:25.777 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-24T22:26:26.503Z[ recovery-image] Aug 24 22:26:25.799 INFO O| Aug 24 22:26:25.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55772026-08-24T22:26:26.503Z[ recovery-image] Aug 24 22:26:25.799 INFO O| Aug 24 22:26:25.799 INFO STEP 97 (remove_files) COMPLETE
55782026-08-24T22:26:26.503Z[ recovery-image] Aug 24 22:26:25.799 INFO O| Aug 24 22:26:25.799 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-24T22:26:26.511Z[ recovery-image] Aug 24 22:26:25.807 INFO O| Aug 24 22:26:25.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55802026-08-24T22:26:26.511Z[ recovery-image] Aug 24 22:26:25.807 INFO O| Aug 24 22:26:25.807 INFO STEP 98 (remove_files) COMPLETE
55812026-08-24T22:26:26.511Z[ recovery-image] Aug 24 22:26:25.807 INFO O| Aug 24 22:26:25.807 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-24T22:26:26.515Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
55832026-08-24T22:26:26.537Z[ recovery-image] Aug 24 22:26:25.834 INFO O| Aug 24 22:26:25.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55842026-08-24T22:26:26.537Z[ recovery-image] Aug 24 22:26:25.834 INFO O| Aug 24 22:26:25.834 INFO STEP 99 (remove_files) COMPLETE
55852026-08-24T22:26:26.538Z[ recovery-image] Aug 24 22:26:25.834 INFO O| Aug 24 22:26:25.834 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-24T22:26:26.542Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
55872026-08-24T22:26:26.547Z[ recovery-image] Aug 24 22:26:25.843 INFO O| Aug 24 22:26:25.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55882026-08-24T22:26:26.547Z[ recovery-image] Aug 24 22:26:25.843 INFO O| Aug 24 22:26:25.843 INFO STEP 100 (remove_files) COMPLETE
55892026-08-24T22:26:26.547Z[ recovery-image] Aug 24 22:26:25.843 INFO O| Aug 24 22:26:25.843 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-24T22:26:26.555Z[ recovery-image] Aug 24 22:26:25.851 INFO O| Aug 24 22:26:25.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55912026-08-24T22:26:26.555Z[ recovery-image] Aug 24 22:26:25.851 INFO O| Aug 24 22:26:25.851 INFO STEP 101 (remove_files) COMPLETE
55922026-08-24T22:26:26.558Z[ recovery-image] Aug 24 22:26:25.851 INFO O| Aug 24 22:26:25.851 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-24T22:26:26.567Z[ recovery-image] Aug 24 22:26:25.863 INFO O| Aug 24 22:26:25.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55942026-08-24T22:26:26.567Z[ recovery-image] Aug 24 22:26:25.863 INFO O| Aug 24 22:26:25.863 INFO STEP 102 (remove_files) COMPLETE
55952026-08-24T22:26:26.571Z[ recovery-image] Aug 24 22:26:25.863 INFO O| Aug 24 22:26:25.863 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-24T22:26:26.575Z[ recovery-image] Aug 24 22:26:25.872 INFO O| Aug 24 22:26:25.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55972026-08-24T22:26:26.575Z[ recovery-image] Aug 24 22:26:25.872 INFO O| Aug 24 22:26:25.872 INFO STEP 103 (remove_files) COMPLETE
55982026-08-24T22:26:26.575Z[ recovery-image] Aug 24 22:26:25.872 INFO O| Aug 24 22:26:25.872 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-24T22:26:26.585Z[ recovery-image] Aug 24 22:26:25.881 INFO O| Aug 24 22:26:25.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56002026-08-24T22:26:26.585Z[ recovery-image] Aug 24 22:26:25.881 INFO O| Aug 24 22:26:25.881 INFO STEP 104 (remove_files) COMPLETE
56012026-08-24T22:26:26.585Z[ recovery-image] Aug 24 22:26:25.881 INFO O| Aug 24 22:26:25.881 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-24T22:26:26.593Z[ recovery-image] Aug 24 22:26:25.890 INFO O| Aug 24 22:26:25.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56032026-08-24T22:26:26.593Z[ recovery-image] Aug 24 22:26:25.890 INFO O| Aug 24 22:26:25.890 INFO STEP 105 (remove_files) COMPLETE
56042026-08-24T22:26:26.597Z[ recovery-image] Aug 24 22:26:25.890 INFO O| Aug 24 22:26:25.890 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-24T22:26:26.602Z[ recovery-image] Aug 24 22:26:25.899 INFO O| Aug 24 22:26:25.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56062026-08-24T22:26:26.602Z[ recovery-image] Aug 24 22:26:25.899 INFO O| Aug 24 22:26:25.899 INFO STEP 106 (remove_files) COMPLETE
56072026-08-24T22:26:26.602Z[ recovery-image] Aug 24 22:26:25.899 INFO O| Aug 24 22:26:25.899 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-24T22:26:26.612Z[ recovery-image] Aug 24 22:26:25.909 INFO O| Aug 24 22:26:25.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56092026-08-24T22:26:26.612Z[ recovery-image] Aug 24 22:26:25.909 INFO O| Aug 24 22:26:25.909 INFO STEP 107 (remove_files) COMPLETE
56102026-08-24T22:26:26.616Z[ recovery-image] Aug 24 22:26:25.909 INFO O| Aug 24 22:26:25.909 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-24T22:26:26.621Z[ recovery-image] Aug 24 22:26:25.918 INFO O| Aug 24 22:26:25.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56122026-08-24T22:26:26.622Z[ recovery-image] Aug 24 22:26:25.918 INFO O| Aug 24 22:26:25.918 INFO STEP 108 (remove_files) COMPLETE
56132026-08-24T22:26:26.626Z[ recovery-image] Aug 24 22:26:25.918 INFO O| Aug 24 22:26:25.918 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-24T22:26:26.632Z[ recovery-image] Aug 24 22:26:25.929 INFO O| Aug 24 22:26:25.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56152026-08-24T22:26:26.632Z[ recovery-image] Aug 24 22:26:25.929 INFO O| Aug 24 22:26:25.929 INFO STEP 109 (remove_files) COMPLETE
56162026-08-24T22:26:26.636Z[ recovery-image] Aug 24 22:26:25.929 INFO O| Aug 24 22:26:25.929 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-24T22:26:26.640Z[ recovery-image] Aug 24 22:26:25.937 INFO O| Aug 24 22:26:25.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56182026-08-24T22:26:26.641Z[ recovery-image] Aug 24 22:26:25.937 INFO O| Aug 24 22:26:25.937 INFO STEP 110 (remove_files) COMPLETE
56192026-08-24T22:26:26.641Z[ recovery-image] Aug 24 22:26:25.938 INFO O| Aug 24 22:26:25.937 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-24T22:26:26.650Z[ recovery-image] Aug 24 22:26:25.947 INFO O| Aug 24 22:26:25.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56212026-08-24T22:26:26.650Z[ recovery-image] Aug 24 22:26:25.947 INFO O| Aug 24 22:26:25.947 INFO STEP 111 (remove_files) COMPLETE
56222026-08-24T22:26:26.654Z[ recovery-image] Aug 24 22:26:25.947 INFO O| Aug 24 22:26:25.947 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-24T22:26:26.662Z[ recovery-image] Aug 24 22:26:25.959 INFO O| Aug 24 22:26:25.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56242026-08-24T22:26:26.662Z[ recovery-image] Aug 24 22:26:25.959 INFO O| Aug 24 22:26:25.959 INFO STEP 112 (remove_files) COMPLETE
56252026-08-24T22:26:26.662Z[ recovery-image] Aug 24 22:26:25.959 INFO O| Aug 24 22:26:25.959 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-24T22:26:26.672Z[ recovery-image] Aug 24 22:26:25.969 INFO O| Aug 24 22:26:25.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56272026-08-24T22:26:26.672Z[ recovery-image] Aug 24 22:26:25.969 INFO O| Aug 24 22:26:25.969 INFO STEP 113 (remove_files) COMPLETE
56282026-08-24T22:26:26.677Z[ recovery-image] Aug 24 22:26:25.969 INFO O| Aug 24 22:26:25.969 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-24T22:26:26.678Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
56302026-08-24T22:26:26.682Z[ recovery-image] Aug 24 22:26:25.978 INFO O| Aug 24 22:26:25.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56312026-08-24T22:26:26.682Z[ recovery-image] Aug 24 22:26:25.978 INFO O| Aug 24 22:26:25.978 INFO STEP 114 (remove_files) COMPLETE
56322026-08-24T22:26:26.683Z[ recovery-image] Aug 24 22:26:25.978 INFO O| Aug 24 22:26:25.978 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-24T22:26:26.690Z[ recovery-image] Aug 24 22:26:25.987 INFO O| Aug 24 22:26:25.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56342026-08-24T22:26:26.690Z[ recovery-image] Aug 24 22:26:25.987 INFO O| Aug 24 22:26:25.987 INFO STEP 115 (remove_files) COMPLETE
56352026-08-24T22:26:26.690Z[ recovery-image] Aug 24 22:26:25.987 INFO O| Aug 24 22:26:25.987 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-24T22:26:26.698Z[ recovery-image] Aug 24 22:26:25.995 INFO O| Aug 24 22:26:25.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56372026-08-24T22:26:26.698Z[ recovery-image] Aug 24 22:26:25.995 INFO O| Aug 24 22:26:25.995 INFO STEP 116 (remove_files) COMPLETE
56382026-08-24T22:26:26.702Z[ recovery-image] Aug 24 22:26:25.995 INFO O| Aug 24 22:26:25.995 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-24T22:26:26.707Z[ recovery-image] Aug 24 22:26:26.004 INFO O| Aug 24 22:26:26.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56402026-08-24T22:26:26.707Z[ recovery-image] Aug 24 22:26:26.004 INFO O| Aug 24 22:26:26.004 INFO STEP 117 (remove_files) COMPLETE
56412026-08-24T22:26:26.711Z[ recovery-image] Aug 24 22:26:26.004 INFO O| Aug 24 22:26:26.004 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-24T22:26:26.717Z[ recovery-image] Aug 24 22:26:26.014 INFO O| Aug 24 22:26:26.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56432026-08-24T22:26:26.717Z[ recovery-image] Aug 24 22:26:26.014 INFO O| Aug 24 22:26:26.014 INFO STEP 118 (remove_files) COMPLETE
56442026-08-24T22:26:26.717Z[ recovery-image] Aug 24 22:26:26.014 INFO O| Aug 24 22:26:26.014 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-24T22:26:26.727Z[ recovery-image] Aug 24 22:26:26.023 INFO O| Aug 24 22:26:26.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56462026-08-24T22:26:26.727Z[ recovery-image] Aug 24 22:26:26.023 INFO O| Aug 24 22:26:26.023 INFO STEP 119 (remove_files) COMPLETE
56472026-08-24T22:26:26.731Z[ recovery-image] Aug 24 22:26:26.023 INFO O| Aug 24 22:26:26.023 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-24T22:26:26.735Z[ recovery-image] Aug 24 22:26:26.032 INFO O| Aug 24 22:26:26.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56492026-08-24T22:26:26.735Z[ recovery-image] Aug 24 22:26:26.032 INFO O| Aug 24 22:26:26.032 INFO STEP 120 (remove_files) COMPLETE
56502026-08-24T22:26:26.735Z[ recovery-image] Aug 24 22:26:26.032 INFO O| Aug 24 22:26:26.032 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-24T22:26:26.743Z[ recovery-image] Aug 24 22:26:26.040 INFO O| Aug 24 22:26:26.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56522026-08-24T22:26:26.749Z[ recovery-image] Aug 24 22:26:26.040 INFO O| Aug 24 22:26:26.040 INFO STEP 121 (remove_files) COMPLETE
56532026-08-24T22:26:26.749Z[ recovery-image] Aug 24 22:26:26.040 INFO O| Aug 24 22:26:26.040 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-24T22:26:26.753Z[ recovery-image] Aug 24 22:26:26.049 INFO O| Aug 24 22:26:26.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56552026-08-24T22:26:26.753Z[ recovery-image] Aug 24 22:26:26.049 INFO O| Aug 24 22:26:26.049 INFO STEP 122 (remove_files) COMPLETE
56562026-08-24T22:26:26.753Z[ recovery-image] Aug 24 22:26:26.049 INFO O| Aug 24 22:26:26.049 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-24T22:26:26.763Z[ recovery-image] Aug 24 22:26:26.059 INFO O| Aug 24 22:26:26.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56582026-08-24T22:26:26.767Z[ recovery-image] Aug 24 22:26:26.059 INFO O| Aug 24 22:26:26.059 INFO STEP 123 (remove_files) COMPLETE
56592026-08-24T22:26:26.767Z[ recovery-image] Aug 24 22:26:26.059 INFO O| Aug 24 22:26:26.059 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-24T22:26:26.772Z[ recovery-image] Aug 24 22:26:26.069 INFO O| Aug 24 22:26:26.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56612026-08-24T22:26:26.772Z[ recovery-image] Aug 24 22:26:26.069 INFO O| Aug 24 22:26:26.069 INFO STEP 124 (remove_files) COMPLETE
56622026-08-24T22:26:26.776Z[ recovery-image] Aug 24 22:26:26.069 INFO O| Aug 24 22:26:26.069 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-24T22:26:26.782Z[ recovery-image] Aug 24 22:26:26.078 INFO O| Aug 24 22:26:26.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56642026-08-24T22:26:26.782Z[ recovery-image] Aug 24 22:26:26.078 INFO O| Aug 24 22:26:26.078 INFO STEP 125 (remove_files) COMPLETE
56652026-08-24T22:26:26.782Z[ recovery-image] Aug 24 22:26:26.078 INFO O| Aug 24 22:26:26.078 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-24T22:26:26.786Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
56672026-08-24T22:26:26.791Z[ recovery-image] Aug 24 22:26:26.087 INFO O| Aug 24 22:26:26.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56682026-08-24T22:26:26.791Z[ recovery-image] Aug 24 22:26:26.087 INFO O| Aug 24 22:26:26.087 INFO STEP 126 (remove_files) COMPLETE
56692026-08-24T22:26:26.791Z[ recovery-image] Aug 24 22:26:26.087 INFO O| Aug 24 22:26:26.087 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-24T22:26:26.802Z[ recovery-image] Aug 24 22:26:26.099 INFO O| Aug 24 22:26:26.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56712026-08-24T22:26:26.802Z[ recovery-image] Aug 24 22:26:26.099 INFO O| Aug 24 22:26:26.099 INFO STEP 127 (remove_files) COMPLETE
56722026-08-24T22:26:26.802Z[ recovery-image] Aug 24 22:26:26.099 INFO O| Aug 24 22:26:26.099 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-24T22:26:26.813Z[ recovery-image] Aug 24 22:26:26.110 INFO O| Aug 24 22:26:26.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56742026-08-24T22:26:26.813Z[ recovery-image] Aug 24 22:26:26.110 INFO O| Aug 24 22:26:26.110 INFO STEP 128 (remove_files) COMPLETE
56752026-08-24T22:26:26.817Z[ recovery-image] Aug 24 22:26:26.110 INFO O| Aug 24 22:26:26.110 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-24T22:26:26.823Z[ recovery-image] Aug 24 22:26:26.120 INFO O| Aug 24 22:26:26.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56772026-08-24T22:26:26.823Z[ recovery-image] Aug 24 22:26:26.120 INFO O| Aug 24 22:26:26.120 INFO STEP 129 (remove_files) COMPLETE
56782026-08-24T22:26:26.824Z[ recovery-image] Aug 24 22:26:26.120 INFO O| Aug 24 22:26:26.120 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-24T22:26:26.833Z[ recovery-image] Aug 24 22:26:26.129 INFO O| Aug 24 22:26:26.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56802026-08-24T22:26:26.833Z[ recovery-image] Aug 24 22:26:26.129 INFO O| Aug 24 22:26:26.129 INFO STEP 130 (remove_files) COMPLETE
56812026-08-24T22:26:26.833Z[ recovery-image] Aug 24 22:26:26.129 INFO O| Aug 24 22:26:26.129 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-24T22:26:26.841Z[ recovery-image] Aug 24 22:26:26.138 INFO O| Aug 24 22:26:26.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56832026-08-24T22:26:26.841Z[ recovery-image] Aug 24 22:26:26.138 INFO O| Aug 24 22:26:26.138 INFO STEP 131 (remove_files) COMPLETE
56842026-08-24T22:26:26.841Z[ recovery-image] Aug 24 22:26:26.138 INFO O| Aug 24 22:26:26.138 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-24T22:26:26.851Z[ recovery-image] Aug 24 22:26:26.147 INFO O| Aug 24 22:26:26.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56862026-08-24T22:26:26.851Z[ recovery-image] Aug 24 22:26:26.147 INFO O| Aug 24 22:26:26.147 INFO STEP 132 (remove_files) COMPLETE
56872026-08-24T22:26:26.851Z[ recovery-image] Aug 24 22:26:26.147 INFO O| Aug 24 22:26:26.147 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-24T22:26:26.855Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
56892026-08-24T22:26:26.860Z[ recovery-image] Aug 24 22:26:26.156 INFO O| Aug 24 22:26:26.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56902026-08-24T22:26:26.860Z[ recovery-image] Aug 24 22:26:26.156 INFO O| Aug 24 22:26:26.156 INFO STEP 133 (remove_files) COMPLETE
56912026-08-24T22:26:26.860Z[ recovery-image] Aug 24 22:26:26.156 INFO O| Aug 24 22:26:26.156 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-24T22:26:26.867Z[ recovery-image] Aug 24 22:26:26.164 INFO O| Aug 24 22:26:26.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56932026-08-24T22:26:26.867Z[ recovery-image] Aug 24 22:26:26.164 INFO O| Aug 24 22:26:26.164 INFO STEP 134 (remove_files) COMPLETE
56942026-08-24T22:26:26.872Z[ recovery-image] Aug 24 22:26:26.164 INFO O| Aug 24 22:26:26.164 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-24T22:26:26.876Z[ recovery-image] Aug 24 22:26:26.172 INFO O| Aug 24 22:26:26.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56962026-08-24T22:26:26.876Z[ recovery-image] Aug 24 22:26:26.173 INFO O| Aug 24 22:26:26.172 INFO STEP 135 (remove_files) COMPLETE
56972026-08-24T22:26:26.876Z[ recovery-image] Aug 24 22:26:26.173 INFO O| Aug 24 22:26:26.173 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-24T22:26:26.887Z[ recovery-image] Aug 24 22:26:26.184 INFO O| Aug 24 22:26:26.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56992026-08-24T22:26:26.892Z[ recovery-image] Aug 24 22:26:26.185 INFO O| Aug 24 22:26:26.185 INFO STEP 136 (remove_files) COMPLETE
57002026-08-24T22:26:26.893Z[ recovery-image] Aug 24 22:26:26.185 INFO O| Aug 24 22:26:26.185 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-24T22:26:26.898Z[ recovery-image] Aug 24 22:26:26.195 INFO O| Aug 24 22:26:26.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57022026-08-24T22:26:26.899Z[ recovery-image] Aug 24 22:26:26.195 INFO O| Aug 24 22:26:26.195 INFO STEP 137 (remove_files) COMPLETE
57032026-08-24T22:26:26.903Z[ recovery-image] Aug 24 22:26:26.195 INFO O| Aug 24 22:26:26.195 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-24T22:26:26.908Z[ recovery-image] Aug 24 22:26:26.205 INFO O| Aug 24 22:26:26.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57052026-08-24T22:26:26.908Z[ recovery-image] Aug 24 22:26:26.205 INFO O| Aug 24 22:26:26.205 INFO STEP 138 (remove_files) COMPLETE
57062026-08-24T22:26:26.908Z[ recovery-image] Aug 24 22:26:26.205 INFO O| Aug 24 22:26:26.205 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-24T22:26:26.916Z[verify-libraries] Compiling fatfs v0.3.6
57082026-08-24T22:26:26.920Z[ recovery-image] Aug 24 22:26:26.213 INFO O| Aug 24 22:26:26.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57092026-08-24T22:26:26.920Z[ recovery-image] Aug 24 22:26:26.213 INFO O| Aug 24 22:26:26.213 INFO STEP 139 (remove_files) COMPLETE
57102026-08-24T22:26:26.920Z[ recovery-image] Aug 24 22:26:26.213 INFO O| Aug 24 22:26:26.213 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-24T22:26:26.926Z[ recovery-image] Aug 24 22:26:26.221 INFO O| Aug 24 22:26:26.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57122026-08-24T22:26:26.930Z[ recovery-image] Aug 24 22:26:26.222 INFO O| Aug 24 22:26:26.222 INFO STEP 140 (remove_files) COMPLETE
57132026-08-24T22:26:26.930Z[ recovery-image] Aug 24 22:26:26.222 INFO O| Aug 24 22:26:26.222 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-24T22:26:26.935Z[ recovery-image] Aug 24 22:26:26.229 INFO O| Aug 24 22:26:26.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57152026-08-24T22:26:26.935Z[ recovery-image] Aug 24 22:26:26.229 INFO O| Aug 24 22:26:26.229 INFO STEP 141 (remove_files) COMPLETE
57162026-08-24T22:26:26.935Z[ recovery-image] Aug 24 22:26:26.229 INFO O| Aug 24 22:26:26.229 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-24T22:26:26.940Z[ recovery-image] Aug 24 22:26:26.237 INFO O| Aug 24 22:26:26.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57182026-08-24T22:26:26.940Z[ recovery-image] Aug 24 22:26:26.237 INFO O| Aug 24 22:26:26.237 INFO STEP 142 (remove_files) COMPLETE
57192026-08-24T22:26:26.945Z[ recovery-image] Aug 24 22:26:26.237 INFO O| Aug 24 22:26:26.237 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-24T22:26:26.949Z[ recovery-image] Aug 24 22:26:26.245 INFO O| Aug 24 22:26:26.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57212026-08-24T22:26:26.949Z[ recovery-image] Aug 24 22:26:26.245 INFO O| Aug 24 22:26:26.245 INFO STEP 143 (remove_files) COMPLETE
57222026-08-24T22:26:26.949Z[ recovery-image] Aug 24 22:26:26.245 INFO O| Aug 24 22:26:26.245 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-24T22:26:26.956Z[ recovery-image] Aug 24 22:26:26.253 INFO O| Aug 24 22:26:26.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57242026-08-24T22:26:26.956Z[ recovery-image] Aug 24 22:26:26.253 INFO O| Aug 24 22:26:26.253 INFO STEP 144 (remove_files) COMPLETE
57252026-08-24T22:26:26.957Z[ recovery-image] Aug 24 22:26:26.253 INFO O| Aug 24 22:26:26.253 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-24T22:26:26.965Z[ recovery-image] Aug 24 22:26:26.262 INFO O| Aug 24 22:26:26.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57272026-08-24T22:26:26.966Z[ recovery-image] Aug 24 22:26:26.262 INFO O| Aug 24 22:26:26.262 INFO STEP 145 (remove_files) COMPLETE
57282026-08-24T22:26:26.969Z[ recovery-image] Aug 24 22:26:26.262 INFO O| Aug 24 22:26:26.262 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-24T22:26:26.974Z[ recovery-image] Aug 24 22:26:26.271 INFO O| Aug 24 22:26:26.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57302026-08-24T22:26:26.974Z[ recovery-image] Aug 24 22:26:26.271 INFO O| Aug 24 22:26:26.271 INFO STEP 146 (remove_files) COMPLETE
57312026-08-24T22:26:26.978Z[ recovery-image] Aug 24 22:26:26.271 INFO O| Aug 24 22:26:26.271 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-24T22:26:26.983Z[ recovery-image] Aug 24 22:26:26.280 INFO O| Aug 24 22:26:26.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57332026-08-24T22:26:26.983Z[ recovery-image] Aug 24 22:26:26.280 INFO O| Aug 24 22:26:26.280 INFO STEP 147 (remove_files) COMPLETE
57342026-08-24T22:26:26.983Z[ recovery-image] Aug 24 22:26:26.280 INFO O| Aug 24 22:26:26.280 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-24T22:26:26.992Z[ recovery-image] Aug 24 22:26:26.289 INFO O| Aug 24 22:26:26.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57362026-08-24T22:26:26.992Z[ recovery-image] Aug 24 22:26:26.289 INFO O| Aug 24 22:26:26.289 INFO STEP 148 (remove_files) COMPLETE
57372026-08-24T22:26:26.992Z[ recovery-image] Aug 24 22:26:26.289 INFO O| Aug 24 22:26:26.289 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-24T22:26:27.002Z[ recovery-image] Aug 24 22:26:26.298 INFO O| Aug 24 22:26:26.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57392026-08-24T22:26:27.002Z[ recovery-image] Aug 24 22:26:26.298 INFO O| Aug 24 22:26:26.298 INFO STEP 149 (remove_files) COMPLETE
57402026-08-24T22:26:27.002Z[ recovery-image] Aug 24 22:26:26.298 INFO O| Aug 24 22:26:26.298 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-24T22:26:27.011Z[ recovery-image] Aug 24 22:26:26.308 INFO O| Aug 24 22:26:26.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57422026-08-24T22:26:27.012Z[ recovery-image] Aug 24 22:26:26.308 INFO O| Aug 24 22:26:26.308 INFO STEP 150 (remove_files) COMPLETE
57432026-08-24T22:26:27.017Z[ recovery-image] Aug 24 22:26:26.308 INFO O| Aug 24 22:26:26.308 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-24T22:26:27.022Z[ recovery-image] Aug 24 22:26:26.318 INFO O| Aug 24 22:26:26.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57452026-08-24T22:26:27.022Z[ recovery-image] Aug 24 22:26:26.318 INFO O| Aug 24 22:26:26.318 INFO STEP 151 (remove_files) COMPLETE
57462026-08-24T22:26:27.022Z[ recovery-image] Aug 24 22:26:26.318 INFO O| Aug 24 22:26:26.318 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-24T22:26:27.032Z[ recovery-image] Aug 24 22:26:26.329 INFO O| Aug 24 22:26:26.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57482026-08-24T22:26:27.032Z[ recovery-image] Aug 24 22:26:26.329 INFO O| Aug 24 22:26:26.329 INFO STEP 152 (remove_files) COMPLETE
57492026-08-24T22:26:27.033Z[ recovery-image] Aug 24 22:26:26.329 INFO O| Aug 24 22:26:26.329 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-24T22:26:27.037Z[verify-libraries] Compiling num-bigint v0.4.6
57512026-08-24T22:26:27.042Z[ recovery-image] Aug 24 22:26:26.338 INFO O| Aug 24 22:26:26.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57522026-08-24T22:26:27.042Z[ recovery-image] Aug 24 22:26:26.338 INFO O| Aug 24 22:26:26.338 INFO STEP 153 (remove_files) COMPLETE
57532026-08-24T22:26:27.042Z[ recovery-image] Aug 24 22:26:26.338 INFO O| Aug 24 22:26:26.338 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-24T22:26:27.049Z[ recovery-image] Aug 24 22:26:26.346 INFO O| Aug 24 22:26:26.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57552026-08-24T22:26:27.049Z[ recovery-image] Aug 24 22:26:26.346 INFO O| Aug 24 22:26:26.346 INFO STEP 154 (remove_files) COMPLETE
57562026-08-24T22:26:27.053Z[ recovery-image] Aug 24 22:26:26.346 INFO O| Aug 24 22:26:26.346 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-24T22:26:27.057Z[ recovery-image] Aug 24 22:26:26.354 INFO O| Aug 24 22:26:26.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57582026-08-24T22:26:27.058Z[ recovery-image] Aug 24 22:26:26.354 INFO O| Aug 24 22:26:26.354 INFO STEP 155 (remove_files) COMPLETE
57592026-08-24T22:26:27.062Z[ recovery-image] Aug 24 22:26:26.354 INFO O| Aug 24 22:26:26.354 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-24T22:26:27.066Z[ recovery-image] Aug 24 22:26:26.362 INFO O| Aug 24 22:26:26.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57612026-08-24T22:26:27.066Z[ recovery-image] Aug 24 22:26:26.362 INFO O| Aug 24 22:26:26.362 INFO STEP 156 (remove_files) COMPLETE
57622026-08-24T22:26:27.066Z[ recovery-image] Aug 24 22:26:26.362 INFO O| Aug 24 22:26:26.362 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-24T22:26:27.074Z[ recovery-image] Aug 24 22:26:26.371 INFO O| Aug 24 22:26:26.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57642026-08-24T22:26:27.074Z[ recovery-image] Aug 24 22:26:26.371 INFO O| Aug 24 22:26:26.371 INFO STEP 157 (remove_files) COMPLETE
57652026-08-24T22:26:27.074Z[ recovery-image] Aug 24 22:26:26.371 INFO O| Aug 24 22:26:26.371 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-24T22:26:27.082Z[ recovery-image] Aug 24 22:26:26.379 INFO O| Aug 24 22:26:26.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57672026-08-24T22:26:27.082Z[ recovery-image] Aug 24 22:26:26.379 INFO O| Aug 24 22:26:26.379 INFO STEP 158 (remove_files) COMPLETE
57682026-08-24T22:26:27.087Z[ recovery-image] Aug 24 22:26:26.379 INFO O| Aug 24 22:26:26.379 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-24T22:26:27.094Z[ recovery-image] Aug 24 22:26:26.386 INFO O| Aug 24 22:26:26.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57702026-08-24T22:26:27.094Z[ recovery-image] Aug 24 22:26:26.388 INFO O| Aug 24 22:26:26.388 INFO STEP 159 (remove_files) COMPLETE
57712026-08-24T22:26:27.099Z[ recovery-image] Aug 24 22:26:26.388 INFO O| Aug 24 22:26:26.388 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-24T22:26:27.103Z[ recovery-image] Aug 24 22:26:26.397 INFO O| Aug 24 22:26:26.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57732026-08-24T22:26:27.104Z[ recovery-image] Aug 24 22:26:26.397 INFO O| Aug 24 22:26:26.397 INFO STEP 160 (remove_files) COMPLETE
57742026-08-24T22:26:27.104Z[ recovery-image] Aug 24 22:26:26.397 INFO O| Aug 24 22:26:26.397 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-24T22:26:27.109Z[ recovery-image] Aug 24 22:26:26.406 INFO O| Aug 24 22:26:26.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57762026-08-24T22:26:27.114Z[ recovery-image] Aug 24 22:26:26.407 INFO O| Aug 24 22:26:26.407 INFO STEP 161 (remove_files) COMPLETE
57772026-08-24T22:26:27.114Z[ recovery-image] Aug 24 22:26:26.407 INFO O| Aug 24 22:26:26.407 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-24T22:26:27.125Z[ recovery-image] Aug 24 22:26:26.418 INFO O| Aug 24 22:26:26.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57792026-08-24T22:26:27.130Z[ recovery-image] Aug 24 22:26:26.418 INFO O| Aug 24 22:26:26.418 INFO STEP 162 (remove_files) COMPLETE
57802026-08-24T22:26:27.130Z[ recovery-image] Aug 24 22:26:26.418 INFO O| Aug 24 22:26:26.418 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-24T22:26:27.134Z[ recovery-image] Aug 24 22:26:26.428 INFO O| Aug 24 22:26:26.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57822026-08-24T22:26:27.134Z[ recovery-image] Aug 24 22:26:26.428 INFO O| Aug 24 22:26:26.428 INFO STEP 163 (remove_files) COMPLETE
57832026-08-24T22:26:27.134Z[ recovery-image] Aug 24 22:26:26.428 INFO O| Aug 24 22:26:26.428 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-24T22:26:27.141Z[ recovery-image] Aug 24 22:26:26.437 INFO O| Aug 24 22:26:26.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57852026-08-24T22:26:27.141Z[ recovery-image] Aug 24 22:26:26.437 INFO O| Aug 24 22:26:26.437 INFO STEP 164 (remove_files) COMPLETE
57862026-08-24T22:26:27.191Z[ recovery-image] Aug 24 22:26:26.437 INFO O| Aug 24 22:26:26.437 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-24T22:26:27.202Z[verify-libraries] Compiling generic-array v1.4.3
57882026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.447 INFO O| Aug 24 22:26:26.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57892026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.447 INFO O| Aug 24 22:26:26.447 INFO STEP 165 (remove_files) COMPLETE
57902026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.447 INFO O| Aug 24 22:26:26.447 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.457 INFO O| Aug 24 22:26:26.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57922026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.457 INFO O| Aug 24 22:26:26.457 INFO STEP 166 (remove_files) COMPLETE
57932026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.457 INFO O| Aug 24 22:26:26.457 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.467 INFO O| Aug 24 22:26:26.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57952026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.467 INFO O| Aug 24 22:26:26.467 INFO STEP 167 (remove_files) COMPLETE
57962026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.467 INFO O| Aug 24 22:26:26.467 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.476 INFO O| Aug 24 22:26:26.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57982026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.477 INFO O| Aug 24 22:26:26.477 INFO STEP 168 (remove_files) COMPLETE
57992026-08-24T22:26:27.202Z[ recovery-image] Aug 24 22:26:26.477 INFO O| Aug 24 22:26:26.477 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-24T22:26:27.206Z[ recovery-image] Aug 24 22:26:26.494 INFO O| Aug 24 22:26:26.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58012026-08-24T22:26:27.207Z[ recovery-image] Aug 24 22:26:26.494 INFO O| Aug 24 22:26:26.486 INFO STEP 169 (remove_files) COMPLETE
58022026-08-24T22:26:27.207Z[ recovery-image] Aug 24 22:26:26.494 INFO O| Aug 24 22:26:26.486 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-24T22:26:27.207Z[ recovery-image] Aug 24 22:26:26.494 INFO O| Aug 24 22:26:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58042026-08-24T22:26:27.207Z[ recovery-image] Aug 24 22:26:26.494 INFO O| Aug 24 22:26:26.494 INFO STEP 170 (remove_files) COMPLETE
58052026-08-24T22:26:27.207Z[ recovery-image] Aug 24 22:26:26.495 INFO O| Aug 24 22:26:26.494 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-24T22:26:27.207Z[ recovery-image] Aug 24 22:26:26.503 INFO O| Aug 24 22:26:26.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58072026-08-24T22:26:27.207Z[ recovery-image] Aug 24 22:26:26.503 INFO O| Aug 24 22:26:26.503 INFO STEP 171 (remove_files) COMPLETE
58082026-08-24T22:26:27.207Z[ recovery-image] Aug 24 22:26:26.503 INFO O| Aug 24 22:26:26.503 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-24T22:26:27.215Z[ recovery-image] Aug 24 22:26:26.510 INFO O| Aug 24 22:26:26.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58102026-08-24T22:26:27.215Z[ recovery-image] Aug 24 22:26:26.510 INFO O| Aug 24 22:26:26.510 INFO STEP 172 (remove_files) COMPLETE
58112026-08-24T22:26:27.220Z[ recovery-image] Aug 24 22:26:26.510 INFO O| Aug 24 22:26:26.510 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-24T22:26:27.224Z[ recovery-image] Aug 24 22:26:26.521 INFO O| Aug 24 22:26:26.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58132026-08-24T22:26:27.224Z[ recovery-image] Aug 24 22:26:26.521 INFO O| Aug 24 22:26:26.521 INFO STEP 173 (remove_files) COMPLETE
58142026-08-24T22:26:27.224Z[ recovery-image] Aug 24 22:26:26.521 INFO O| Aug 24 22:26:26.521 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-24T22:26:27.230Z[verify-libraries] Compiling russh-util v0.52.0
58162026-08-24T22:26:27.234Z[ recovery-image] Aug 24 22:26:26.530 INFO O| Aug 24 22:26:26.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58172026-08-24T22:26:27.237Z[ recovery-image] Aug 24 22:26:26.531 INFO O| Aug 24 22:26:26.531 INFO STEP 174 (remove_files) COMPLETE
58182026-08-24T22:26:27.237Z[ recovery-image] Aug 24 22:26:26.531 INFO O| Aug 24 22:26:26.531 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-24T22:26:27.243Z[ recovery-image] Aug 24 22:26:26.539 INFO O| Aug 24 22:26:26.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58202026-08-24T22:26:27.243Z[ recovery-image] Aug 24 22:26:26.540 INFO O| Aug 24 22:26:26.540 INFO STEP 175 (remove_files) COMPLETE
58212026-08-24T22:26:27.243Z[ recovery-image] Aug 24 22:26:26.540 INFO O| Aug 24 22:26:26.540 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-24T22:26:27.251Z[ recovery-image] Aug 24 22:26:26.548 INFO O| Aug 24 22:26:26.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58232026-08-24T22:26:27.251Z[ recovery-image] Aug 24 22:26:26.548 INFO O| Aug 24 22:26:26.548 INFO STEP 176 (remove_files) COMPLETE
58242026-08-24T22:26:27.255Z[ recovery-image] Aug 24 22:26:26.548 INFO O| Aug 24 22:26:26.548 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-24T22:26:27.259Z[ recovery-image] Aug 24 22:26:26.556 INFO O| Aug 24 22:26:26.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58262026-08-24T22:26:27.259Z[ recovery-image] Aug 24 22:26:26.556 INFO O| Aug 24 22:26:26.556 INFO STEP 177 (remove_files) COMPLETE
58272026-08-24T22:26:27.264Z[ recovery-image] Aug 24 22:26:26.556 INFO O| Aug 24 22:26:26.556 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-24T22:26:27.268Z[ recovery-image] Aug 24 22:26:26.564 INFO O| Aug 24 22:26:26.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58292026-08-24T22:26:27.268Z[ recovery-image] Aug 24 22:26:26.564 INFO O| Aug 24 22:26:26.564 INFO STEP 178 (remove_files) COMPLETE
58302026-08-24T22:26:27.268Z[ recovery-image] Aug 24 22:26:26.564 INFO O| Aug 24 22:26:26.564 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-24T22:26:27.278Z[ recovery-image] Aug 24 22:26:26.574 INFO O| Aug 24 22:26:26.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58322026-08-24T22:26:27.278Z[ recovery-image] Aug 24 22:26:26.574 INFO O| Aug 24 22:26:26.574 INFO STEP 179 (remove_files) COMPLETE
58332026-08-24T22:26:27.278Z[ recovery-image] Aug 24 22:26:26.574 INFO O| Aug 24 22:26:26.574 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-24T22:26:27.287Z[ recovery-image] Aug 24 22:26:26.583 INFO O| Aug 24 22:26:26.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58352026-08-24T22:26:27.287Z[ recovery-image] Aug 24 22:26:26.583 INFO O| Aug 24 22:26:26.583 INFO STEP 180 (remove_files) COMPLETE
58362026-08-24T22:26:27.287Z[ recovery-image] Aug 24 22:26:26.583 INFO O| Aug 24 22:26:26.583 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-24T22:26:27.295Z[ recovery-image] Aug 24 22:26:26.592 INFO O| Aug 24 22:26:26.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58382026-08-24T22:26:27.295Z[ recovery-image] Aug 24 22:26:26.592 INFO O| Aug 24 22:26:26.592 INFO STEP 181 (remove_files) COMPLETE
58392026-08-24T22:26:27.296Z[ recovery-image] Aug 24 22:26:26.592 INFO O| Aug 24 22:26:26.592 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-24T22:26:27.305Z[ recovery-image] Aug 24 22:26:26.602 INFO O| Aug 24 22:26:26.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58412026-08-24T22:26:27.305Z[ recovery-image] Aug 24 22:26:26.602 INFO O| Aug 24 22:26:26.602 INFO STEP 182 (remove_files) COMPLETE
58422026-08-24T22:26:27.305Z[ recovery-image] Aug 24 22:26:26.602 INFO O| Aug 24 22:26:26.602 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-24T22:26:27.309Z[verify-libraries] Compiling enum_dispatch v0.3.13
58442026-08-24T22:26:27.316Z[ recovery-image] Aug 24 22:26:26.612 INFO O| Aug 24 22:26:26.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58452026-08-24T22:26:27.317Z[ recovery-image] Aug 24 22:26:26.612 INFO O| Aug 24 22:26:26.612 INFO STEP 183 (remove_files) COMPLETE
58462026-08-24T22:26:27.321Z[ recovery-image] Aug 24 22:26:26.612 INFO O| Aug 24 22:26:26.612 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-24T22:26:27.326Z[ recovery-image] Aug 24 22:26:26.623 INFO O| Aug 24 22:26:26.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58482026-08-24T22:26:27.327Z[ recovery-image] Aug 24 22:26:26.623 INFO O| Aug 24 22:26:26.623 INFO STEP 184 (remove_files) COMPLETE
58492026-08-24T22:26:27.327Z[ recovery-image] Aug 24 22:26:26.623 INFO O| Aug 24 22:26:26.623 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-24T22:26:27.336Z[ recovery-image] Aug 24 22:26:26.633 INFO O| Aug 24 22:26:26.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58512026-08-24T22:26:27.336Z[ recovery-image] Aug 24 22:26:26.633 INFO O| Aug 24 22:26:26.633 INFO STEP 185 (remove_files) COMPLETE
58522026-08-24T22:26:27.336Z[ recovery-image] Aug 24 22:26:26.633 INFO O| Aug 24 22:26:26.633 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-24T22:26:27.345Z[ recovery-image] Aug 24 22:26:26.641 INFO O| Aug 24 22:26:26.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58542026-08-24T22:26:27.345Z[ recovery-image] Aug 24 22:26:26.642 INFO O| Aug 24 22:26:26.642 INFO STEP 186 (remove_files) COMPLETE
58552026-08-24T22:26:27.345Z[ recovery-image] Aug 24 22:26:26.642 INFO O| Aug 24 22:26:26.642 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-24T22:26:27.355Z[ recovery-image] Aug 24 22:26:26.651 INFO O| Aug 24 22:26:26.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58572026-08-24T22:26:27.355Z[ recovery-image] Aug 24 22:26:26.652 INFO O| Aug 24 22:26:26.652 INFO STEP 187 (remove_files) COMPLETE
58582026-08-24T22:26:27.355Z[ recovery-image] Aug 24 22:26:26.652 INFO O| Aug 24 22:26:26.652 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-24T22:26:27.368Z[ recovery-image] Aug 24 22:26:26.665 INFO O| Aug 24 22:26:26.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58602026-08-24T22:26:27.370Z[ recovery-image] Aug 24 22:26:26.665 INFO O| Aug 24 22:26:26.665 INFO STEP 188 (remove_files) COMPLETE
58612026-08-24T22:26:27.370Z[ recovery-image] Aug 24 22:26:26.665 INFO O| Aug 24 22:26:26.665 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-24T22:26:27.377Z[ recovery-image] Aug 24 22:26:26.674 INFO O| Aug 24 22:26:26.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58632026-08-24T22:26:27.378Z[ recovery-image] Aug 24 22:26:26.674 INFO O| Aug 24 22:26:26.674 INFO STEP 189 (remove_files) COMPLETE
58642026-08-24T22:26:27.378Z[ recovery-image] Aug 24 22:26:26.674 INFO O| Aug 24 22:26:26.674 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-24T22:26:27.386Z[ recovery-image] Aug 24 22:26:26.683 INFO O| Aug 24 22:26:26.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58662026-08-24T22:26:27.386Z[ recovery-image] Aug 24 22:26:26.683 INFO O| Aug 24 22:26:26.683 INFO STEP 190 (remove_files) COMPLETE
58672026-08-24T22:26:27.386Z[ recovery-image] Aug 24 22:26:26.683 INFO O| Aug 24 22:26:26.683 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-24T22:26:27.395Z[ recovery-image] Aug 24 22:26:26.691 INFO O| Aug 24 22:26:26.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58692026-08-24T22:26:27.395Z[ recovery-image] Aug 24 22:26:26.691 INFO O| Aug 24 22:26:26.691 INFO STEP 191 (remove_files) COMPLETE
58702026-08-24T22:26:27.399Z[ recovery-image] Aug 24 22:26:26.691 INFO O| Aug 24 22:26:26.691 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-24T22:26:27.403Z[ recovery-image] Aug 24 22:26:26.700 INFO O| Aug 24 22:26:26.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58722026-08-24T22:26:27.403Z[ recovery-image] Aug 24 22:26:26.700 INFO O| Aug 24 22:26:26.700 INFO STEP 192 (remove_files) COMPLETE
58732026-08-24T22:26:27.407Z[ recovery-image] Aug 24 22:26:26.700 INFO O| Aug 24 22:26:26.700 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-24T22:26:27.412Z[verify-libraries] Compiling delegate v0.13.5
58752026-08-24T22:26:27.416Z[ recovery-image] Aug 24 22:26:26.710 INFO O| Aug 24 22:26:26.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58762026-08-24T22:26:27.418Z[ recovery-image] Aug 24 22:26:26.710 INFO O| Aug 24 22:26:26.710 INFO STEP 193 (remove_files) COMPLETE
58772026-08-24T22:26:27.418Z[ recovery-image] Aug 24 22:26:26.710 INFO O| Aug 24 22:26:26.710 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-24T22:26:27.423Z[ recovery-image] Aug 24 22:26:26.720 INFO O| Aug 24 22:26:26.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58792026-08-24T22:26:27.423Z[ recovery-image] Aug 24 22:26:26.720 INFO O| Aug 24 22:26:26.720 INFO STEP 194 (remove_files) COMPLETE
58802026-08-24T22:26:27.423Z[ recovery-image] Aug 24 22:26:26.720 INFO O| Aug 24 22:26:26.720 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-24T22:26:27.431Z[ recovery-image] Aug 24 22:26:26.728 INFO O| Aug 24 22:26:26.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58822026-08-24T22:26:27.432Z[ recovery-image] Aug 24 22:26:26.728 INFO O| Aug 24 22:26:26.728 INFO STEP 195 (remove_files) COMPLETE
58832026-08-24T22:26:27.432Z[ recovery-image] Aug 24 22:26:26.728 INFO O| Aug 24 22:26:26.728 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-24T22:26:27.439Z[ recovery-image] Aug 24 22:26:26.736 INFO O| Aug 24 22:26:26.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58852026-08-24T22:26:27.439Z[ recovery-image] Aug 24 22:26:26.736 INFO O| Aug 24 22:26:26.736 INFO STEP 196 (remove_files) COMPLETE
58862026-08-24T22:26:27.444Z[ recovery-image] Aug 24 22:26:26.736 INFO O| Aug 24 22:26:26.736 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-24T22:26:27.448Z[ recovery-image] Aug 24 22:26:26.745 INFO O| Aug 24 22:26:26.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58882026-08-24T22:26:27.448Z[ recovery-image] Aug 24 22:26:26.745 INFO O| Aug 24 22:26:26.745 INFO STEP 197 (remove_files) COMPLETE
58892026-08-24T22:26:27.452Z[ recovery-image] Aug 24 22:26:26.745 INFO O| Aug 24 22:26:26.745 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-24T22:26:27.457Z[ recovery-image] Aug 24 22:26:26.754 INFO O| Aug 24 22:26:26.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58912026-08-24T22:26:27.457Z[ recovery-image] Aug 24 22:26:26.754 INFO O| Aug 24 22:26:26.754 INFO STEP 198 (remove_files) COMPLETE
58922026-08-24T22:26:27.463Z[ recovery-image] Aug 24 22:26:26.754 INFO O| Aug 24 22:26:26.754 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-24T22:26:27.467Z[ recovery-image] Aug 24 22:26:26.764 INFO O| Aug 24 22:26:26.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58942026-08-24T22:26:27.471Z[ recovery-image] Aug 24 22:26:26.764 INFO O| Aug 24 22:26:26.764 INFO STEP 199 (remove_files) COMPLETE
58952026-08-24T22:26:27.471Z[ recovery-image] Aug 24 22:26:26.764 INFO O| Aug 24 22:26:26.764 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-24T22:26:27.476Z[ recovery-image] Aug 24 22:26:26.773 INFO O| Aug 24 22:26:26.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58972026-08-24T22:26:27.476Z[ recovery-image] Aug 24 22:26:26.773 INFO O| Aug 24 22:26:26.773 INFO STEP 200 (remove_files) COMPLETE
58982026-08-24T22:26:27.480Z[ recovery-image] Aug 24 22:26:26.773 INFO O| Aug 24 22:26:26.773 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-24T22:26:27.485Z[ recovery-image] Aug 24 22:26:26.782 INFO O| Aug 24 22:26:26.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59002026-08-24T22:26:27.489Z[ recovery-image] Aug 24 22:26:26.783 INFO O| Aug 24 22:26:26.783 INFO STEP 201 (remove_files) COMPLETE
59012026-08-24T22:26:27.489Z[ recovery-image] Aug 24 22:26:26.783 INFO O| Aug 24 22:26:26.783 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-24T22:26:27.498Z[ recovery-image] Aug 24 22:26:26.792 INFO O| Aug 24 22:26:26.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59032026-08-24T22:26:27.498Z[ recovery-image] Aug 24 22:26:26.792 INFO O| Aug 24 22:26:26.792 INFO STEP 202 (remove_files) COMPLETE
59042026-08-24T22:26:27.498Z[ recovery-image] Aug 24 22:26:26.792 INFO O| Aug 24 22:26:26.792 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-24T22:26:27.502Z[verify-libraries] Compiling sapling-renderdag v0.1.0
59062026-08-24T22:26:27.506Z[ recovery-image] Aug 24 22:26:26.802 INFO O| Aug 24 22:26:26.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59072026-08-24T22:26:27.507Z[ recovery-image] Aug 24 22:26:26.802 INFO O| Aug 24 22:26:26.802 INFO STEP 203 (remove_files) COMPLETE
59082026-08-24T22:26:27.507Z[ recovery-image] Aug 24 22:26:26.802 INFO O| Aug 24 22:26:26.802 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-24T22:26:27.515Z[ recovery-image] Aug 24 22:26:26.811 INFO O| Aug 24 22:26:26.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59102026-08-24T22:26:27.515Z[ recovery-image] Aug 24 22:26:26.811 INFO O| Aug 24 22:26:26.811 INFO STEP 204 (remove_files) COMPLETE
59112026-08-24T22:26:27.515Z[ recovery-image] Aug 24 22:26:26.811 INFO O| Aug 24 22:26:26.811 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-24T22:26:27.523Z[ recovery-image] Aug 24 22:26:26.820 INFO O| Aug 24 22:26:26.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59132026-08-24T22:26:27.523Z[ recovery-image] Aug 24 22:26:26.820 INFO O| Aug 24 22:26:26.820 INFO STEP 205 (remove_files) COMPLETE
59142026-08-24T22:26:27.523Z[ recovery-image] Aug 24 22:26:26.820 INFO O| Aug 24 22:26:26.820 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-24T22:26:27.531Z[ recovery-image] Aug 24 22:26:26.827 INFO O| Aug 24 22:26:26.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59162026-08-24T22:26:27.534Z[ recovery-image] Aug 24 22:26:26.828 INFO O| Aug 24 22:26:26.828 INFO STEP 206 (remove_files) COMPLETE
59172026-08-24T22:26:27.535Z[ recovery-image] Aug 24 22:26:26.828 INFO O| Aug 24 22:26:26.828 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-24T22:26:27.538Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
59192026-08-24T22:26:27.542Z[ recovery-image] Aug 24 22:26:26.839 INFO O| Aug 24 22:26:26.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59202026-08-24T22:26:27.542Z[ recovery-image] Aug 24 22:26:26.839 INFO O| Aug 24 22:26:26.839 INFO STEP 207 (remove_files) COMPLETE
59212026-08-24T22:26:27.542Z[ recovery-image] Aug 24 22:26:26.839 INFO O| Aug 24 22:26:26.839 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-24T22:26:27.552Z[ recovery-image] Aug 24 22:26:26.849 INFO O| Aug 24 22:26:26.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59232026-08-24T22:26:27.553Z[ recovery-image] Aug 24 22:26:26.849 INFO O| Aug 24 22:26:26.849 INFO STEP 208 (remove_files) COMPLETE
59242026-08-24T22:26:27.556Z[ recovery-image] Aug 24 22:26:26.849 INFO O| Aug 24 22:26:26.849 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-24T22:26:27.561Z[ recovery-image] Aug 24 22:26:26.858 INFO O| Aug 24 22:26:26.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59262026-08-24T22:26:27.561Z[ recovery-image] Aug 24 22:26:26.858 INFO O| Aug 24 22:26:26.858 INFO STEP 209 (remove_files) COMPLETE
59272026-08-24T22:26:27.565Z[ recovery-image] Aug 24 22:26:26.858 INFO O| Aug 24 22:26:26.858 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-24T22:26:27.570Z[ recovery-image] Aug 24 22:26:26.867 INFO O| Aug 24 22:26:26.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59292026-08-24T22:26:27.570Z[ recovery-image] Aug 24 22:26:26.867 INFO O| Aug 24 22:26:26.867 INFO STEP 210 (remove_files) COMPLETE
59302026-08-24T22:26:27.570Z[ recovery-image] Aug 24 22:26:26.867 INFO O| Aug 24 22:26:26.867 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-24T22:26:27.579Z[ recovery-image] Aug 24 22:26:26.876 INFO O| Aug 24 22:26:26.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59322026-08-24T22:26:27.579Z[ recovery-image] Aug 24 22:26:26.876 INFO O| Aug 24 22:26:26.876 INFO STEP 211 (remove_files) COMPLETE
59332026-08-24T22:26:27.583Z[ recovery-image] Aug 24 22:26:26.876 INFO O| Aug 24 22:26:26.876 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-24T22:26:27.589Z[ recovery-image] Aug 24 22:26:26.886 INFO O| Aug 24 22:26:26.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59352026-08-24T22:26:27.592Z[ recovery-image] Aug 24 22:26:26.887 INFO O| Aug 24 22:26:26.886 INFO STEP 212 (remove_files) COMPLETE
59362026-08-24T22:26:27.593Z[ recovery-image] Aug 24 22:26:26.887 INFO O| Aug 24 22:26:26.886 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-24T22:26:27.599Z[ recovery-image] Aug 24 22:26:26.896 INFO O| Aug 24 22:26:26.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59382026-08-24T22:26:27.599Z[ recovery-image] Aug 24 22:26:26.896 INFO O| Aug 24 22:26:26.896 INFO STEP 213 (remove_files) COMPLETE
59392026-08-24T22:26:27.599Z[ recovery-image] Aug 24 22:26:26.896 INFO O| Aug 24 22:26:26.896 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-24T22:26:27.609Z[ recovery-image] Aug 24 22:26:26.905 INFO O| Aug 24 22:26:26.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59412026-08-24T22:26:27.609Z[ recovery-image] Aug 24 22:26:26.905 INFO O| Aug 24 22:26:26.905 INFO STEP 214 (remove_files) COMPLETE
59422026-08-24T22:26:27.609Z[ recovery-image] Aug 24 22:26:26.905 INFO O| Aug 24 22:26:26.905 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-24T22:26:27.617Z[ recovery-image] Aug 24 22:26:26.914 INFO O| Aug 24 22:26:26.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59442026-08-24T22:26:27.621Z[ recovery-image] Aug 24 22:26:26.915 INFO O| Aug 24 22:26:26.915 INFO STEP 215 (remove_files) COMPLETE
59452026-08-24T22:26:27.621Z[ recovery-image] Aug 24 22:26:26.915 INFO O| Aug 24 22:26:26.915 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-24T22:26:27.627Z[ recovery-image] Aug 24 22:26:26.924 INFO O| Aug 24 22:26:26.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59472026-08-24T22:26:27.627Z[ recovery-image] Aug 24 22:26:26.924 INFO O| Aug 24 22:26:26.924 INFO STEP 216 (remove_files) COMPLETE
59482026-08-24T22:26:27.627Z[ recovery-image] Aug 24 22:26:26.924 INFO O| Aug 24 22:26:26.924 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-24T22:26:27.637Z[ recovery-image] Aug 24 22:26:26.933 INFO O| Aug 24 22:26:26.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59502026-08-24T22:26:27.641Z[ recovery-image] Aug 24 22:26:26.933 INFO O| Aug 24 22:26:26.933 INFO STEP 217 (remove_files) COMPLETE
59512026-08-24T22:26:27.642Z[ recovery-image] Aug 24 22:26:26.933 INFO O| Aug 24 22:26:26.933 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-24T22:26:27.646Z[ recovery-image] Aug 24 22:26:26.943 INFO O| Aug 24 22:26:26.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59532026-08-24T22:26:27.646Z[ recovery-image] Aug 24 22:26:26.943 INFO O| Aug 24 22:26:26.943 INFO STEP 218 (remove_files) COMPLETE
59542026-08-24T22:26:27.646Z[ recovery-image] Aug 24 22:26:26.943 INFO O| Aug 24 22:26:26.943 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-24T22:26:27.657Z[ recovery-image] Aug 24 22:26:26.954 INFO O| Aug 24 22:26:26.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59562026-08-24T22:26:27.657Z[ recovery-image] Aug 24 22:26:26.954 INFO O| Aug 24 22:26:26.954 INFO STEP 219 (remove_files) COMPLETE
59572026-08-24T22:26:27.661Z[ recovery-image] Aug 24 22:26:26.954 INFO O| Aug 24 22:26:26.954 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-24T22:26:27.666Z[ recovery-image] Aug 24 22:26:26.963 INFO O| Aug 24 22:26:26.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59592026-08-24T22:26:27.670Z[ recovery-image] Aug 24 22:26:26.963 INFO O| Aug 24 22:26:26.963 INFO STEP 220 (remove_files) COMPLETE
59602026-08-24T22:26:27.670Z[ recovery-image] Aug 24 22:26:26.963 INFO O| Aug 24 22:26:26.963 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-24T22:26:27.676Z[ recovery-image] Aug 24 22:26:26.972 INFO O| Aug 24 22:26:26.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59622026-08-24T22:26:27.676Z[ recovery-image] Aug 24 22:26:26.972 INFO O| Aug 24 22:26:26.972 INFO STEP 221 (remove_files) COMPLETE
59632026-08-24T22:26:27.676Z[ recovery-image] Aug 24 22:26:26.972 INFO O| Aug 24 22:26:26.972 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-24T22:26:27.685Z[ recovery-image] Aug 24 22:26:26.981 INFO O| Aug 24 22:26:26.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59652026-08-24T22:26:27.685Z[ recovery-image] Aug 24 22:26:26.981 INFO O| Aug 24 22:26:26.981 INFO STEP 222 (remove_files) COMPLETE
59662026-08-24T22:26:27.685Z[ recovery-image] Aug 24 22:26:26.981 INFO O| Aug 24 22:26:26.981 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-24T22:26:27.693Z[ recovery-image] Aug 24 22:26:26.990 INFO O| Aug 24 22:26:26.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59682026-08-24T22:26:27.693Z[ recovery-image] Aug 24 22:26:26.990 INFO O| Aug 24 22:26:26.990 INFO STEP 223 (remove_files) COMPLETE
59692026-08-24T22:26:27.694Z[ recovery-image] Aug 24 22:26:26.990 INFO O| Aug 24 22:26:26.990 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-24T22:26:27.704Z[ recovery-image] Aug 24 22:26:27.001 INFO O| Aug 24 22:26:27.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59712026-08-24T22:26:27.704Z[ recovery-image] Aug 24 22:26:27.001 INFO O| Aug 24 22:26:27.001 INFO STEP 224 (remove_files) COMPLETE
59722026-08-24T22:26:27.704Z[ recovery-image] Aug 24 22:26:27.001 INFO O| Aug 24 22:26:27.001 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-24T22:26:27.715Z[ recovery-image] Aug 24 22:26:27.011 INFO O| Aug 24 22:26:27.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59742026-08-24T22:26:27.715Z[ recovery-image] Aug 24 22:26:27.011 INFO O| Aug 24 22:26:27.011 INFO STEP 225 (remove_files) COMPLETE
59752026-08-24T22:26:27.715Z[ recovery-image] Aug 24 22:26:27.011 INFO O| Aug 24 22:26:27.011 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-24T22:26:27.724Z[ recovery-image] Aug 24 22:26:27.021 INFO O| Aug 24 22:26:27.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59772026-08-24T22:26:27.724Z[ recovery-image] Aug 24 22:26:27.021 INFO O| Aug 24 22:26:27.021 INFO STEP 226 (remove_files) COMPLETE
59782026-08-24T22:26:27.724Z[ recovery-image] Aug 24 22:26:27.021 INFO O| Aug 24 22:26:27.021 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-24T22:26:27.736Z[ recovery-image] Aug 24 22:26:27.031 INFO O| Aug 24 22:26:27.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59802026-08-24T22:26:27.736Z[ recovery-image] Aug 24 22:26:27.031 INFO O| Aug 24 22:26:27.031 INFO STEP 227 (remove_files) COMPLETE
59812026-08-24T22:26:27.736Z[ recovery-image] Aug 24 22:26:27.031 INFO O| Aug 24 22:26:27.031 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-24T22:26:27.745Z[ recovery-image] Aug 24 22:26:27.039 INFO O| Aug 24 22:26:27.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59832026-08-24T22:26:27.745Z[ recovery-image] Aug 24 22:26:27.039 INFO O| Aug 24 22:26:27.039 INFO STEP 228 (remove_files) COMPLETE
59842026-08-24T22:26:27.745Z[ recovery-image] Aug 24 22:26:27.039 INFO O| Aug 24 22:26:27.039 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-24T22:26:27.752Z[ recovery-image] Aug 24 22:26:27.048 INFO O| Aug 24 22:26:27.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59862026-08-24T22:26:27.752Z[ recovery-image] Aug 24 22:26:27.048 INFO O| Aug 24 22:26:27.048 INFO STEP 229 (remove_files) COMPLETE
59872026-08-24T22:26:27.756Z[ recovery-image] Aug 24 22:26:27.048 INFO O| Aug 24 22:26:27.048 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-24T22:26:27.761Z[ recovery-image] Aug 24 22:26:27.058 INFO O| Aug 24 22:26:27.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59892026-08-24T22:26:27.761Z[ recovery-image] Aug 24 22:26:27.058 INFO O| Aug 24 22:26:27.058 INFO STEP 230 (remove_files) COMPLETE
59902026-08-24T22:26:27.761Z[ recovery-image] Aug 24 22:26:27.058 INFO O| Aug 24 22:26:27.058 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-24T22:26:27.771Z[ recovery-image] Aug 24 22:26:27.067 INFO O| Aug 24 22:26:27.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59922026-08-24T22:26:27.771Z[ recovery-image] Aug 24 22:26:27.067 INFO O| Aug 24 22:26:27.067 INFO STEP 231 (remove_files) COMPLETE
59932026-08-24T22:26:27.774Z[ recovery-image] Aug 24 22:26:27.067 INFO O| Aug 24 22:26:27.067 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-24T22:26:27.780Z[ recovery-image] Aug 24 22:26:27.077 INFO O| Aug 24 22:26:27.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59952026-08-24T22:26:27.780Z[ recovery-image] Aug 24 22:26:27.077 INFO O| Aug 24 22:26:27.077 INFO STEP 232 (remove_files) COMPLETE
59962026-08-24T22:26:27.780Z[ recovery-image] Aug 24 22:26:27.077 INFO O| Aug 24 22:26:27.077 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-24T22:26:27.791Z[ recovery-image] Aug 24 22:26:27.087 INFO O| Aug 24 22:26:27.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59982026-08-24T22:26:27.791Z[ recovery-image] Aug 24 22:26:27.087 INFO O| Aug 24 22:26:27.087 INFO STEP 233 (remove_files) COMPLETE
59992026-08-24T22:26:27.794Z[ recovery-image] Aug 24 22:26:27.087 INFO O| Aug 24 22:26:27.087 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-24T22:26:27.795Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
60012026-08-24T22:26:27.800Z[ recovery-image] Aug 24 22:26:27.097 INFO O| Aug 24 22:26:27.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60022026-08-24T22:26:27.800Z[ recovery-image] Aug 24 22:26:27.097 INFO O| Aug 24 22:26:27.097 INFO STEP 234 (remove_files) COMPLETE
60032026-08-24T22:26:27.800Z[ recovery-image] Aug 24 22:26:27.097 INFO O| Aug 24 22:26:27.097 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-24T22:26:27.810Z[ recovery-image] Aug 24 22:26:27.106 INFO O| Aug 24 22:26:27.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60052026-08-24T22:26:27.810Z[ recovery-image] Aug 24 22:26:27.106 INFO O| Aug 24 22:26:27.106 INFO STEP 235 (remove_files) COMPLETE
60062026-08-24T22:26:27.813Z[ recovery-image] Aug 24 22:26:27.106 INFO O| Aug 24 22:26:27.106 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-24T22:26:27.817Z[verify-libraries] Compiling hex-literal v1.1.0
60082026-08-24T22:26:27.821Z[ recovery-image] Aug 24 22:26:27.116 INFO O| Aug 24 22:26:27.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60092026-08-24T22:26:27.821Z[ recovery-image] Aug 24 22:26:27.116 INFO O| Aug 24 22:26:27.116 INFO STEP 236 (remove_files) COMPLETE
60102026-08-24T22:26:27.821Z[ recovery-image] Aug 24 22:26:27.116 INFO O| Aug 24 22:26:27.116 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-24T22:26:27.830Z[ recovery-image] Aug 24 22:26:27.126 INFO O| Aug 24 22:26:27.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60122026-08-24T22:26:27.830Z[ recovery-image] Aug 24 22:26:27.126 INFO O| Aug 24 22:26:27.126 INFO STEP 237 (remove_files) COMPLETE
60132026-08-24T22:26:27.830Z[ recovery-image] Aug 24 22:26:27.126 INFO O| Aug 24 22:26:27.126 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-24T22:26:27.840Z[ recovery-image] Aug 24 22:26:27.136 INFO O| Aug 24 22:26:27.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60152026-08-24T22:26:27.840Z[ recovery-image] Aug 24 22:26:27.136 INFO O| Aug 24 22:26:27.136 INFO STEP 238 (remove_files) COMPLETE
60162026-08-24T22:26:27.840Z[ recovery-image] Aug 24 22:26:27.136 INFO O| Aug 24 22:26:27.136 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-24T22:26:27.849Z[ recovery-image] Aug 24 22:26:27.145 INFO O| Aug 24 22:26:27.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60182026-08-24T22:26:27.849Z[ recovery-image] Aug 24 22:26:27.145 INFO O| Aug 24 22:26:27.145 INFO STEP 239 (remove_files) COMPLETE
60192026-08-24T22:26:27.853Z[ recovery-image] Aug 24 22:26:27.145 INFO O| Aug 24 22:26:27.145 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-24T22:26:27.860Z[ recovery-image] Aug 24 22:26:27.155 INFO O| Aug 24 22:26:27.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60212026-08-24T22:26:27.860Z[ recovery-image] Aug 24 22:26:27.155 INFO O| Aug 24 22:26:27.155 INFO STEP 240 (remove_files) COMPLETE
60222026-08-24T22:26:27.860Z[ recovery-image] Aug 24 22:26:27.155 INFO O| Aug 24 22:26:27.155 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-24T22:26:27.866Z[ recovery-image] Aug 24 22:26:27.163 INFO O| Aug 24 22:26:27.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60242026-08-24T22:26:27.866Z[ recovery-image] Aug 24 22:26:27.163 INFO O| Aug 24 22:26:27.163 INFO STEP 241 (remove_files) COMPLETE
60252026-08-24T22:26:27.867Z[ recovery-image] Aug 24 22:26:27.163 INFO O| Aug 24 22:26:27.163 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-24T22:26:27.874Z[ recovery-image] Aug 24 22:26:27.170 INFO O| Aug 24 22:26:27.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60272026-08-24T22:26:27.874Z[ recovery-image] Aug 24 22:26:27.171 INFO O| Aug 24 22:26:27.171 INFO STEP 242 (remove_files) COMPLETE
60282026-08-24T22:26:27.874Z[ recovery-image] Aug 24 22:26:27.171 INFO O| Aug 24 22:26:27.171 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-24T22:26:27.882Z[ recovery-image] Aug 24 22:26:27.178 INFO O| Aug 24 22:26:27.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60302026-08-24T22:26:27.882Z[ recovery-image] Aug 24 22:26:27.178 INFO O| Aug 24 22:26:27.178 INFO STEP 243 (remove_files) COMPLETE
60312026-08-24T22:26:27.885Z[ recovery-image] Aug 24 22:26:27.178 INFO O| Aug 24 22:26:27.178 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-24T22:26:27.890Z[ recovery-image] Aug 24 22:26:27.186 INFO O| Aug 24 22:26:27.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60332026-08-24T22:26:27.890Z[ recovery-image] Aug 24 22:26:27.186 INFO O| Aug 24 22:26:27.186 INFO STEP 244 (remove_files) COMPLETE
60342026-08-24T22:26:27.891Z[ recovery-image] Aug 24 22:26:27.186 INFO O| Aug 24 22:26:27.186 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-24T22:26:27.898Z[ recovery-image] Aug 24 22:26:27.195 INFO O| Aug 24 22:26:27.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60362026-08-24T22:26:27.898Z[ recovery-image] Aug 24 22:26:27.195 INFO O| Aug 24 22:26:27.195 INFO STEP 245 (remove_files) COMPLETE
60372026-08-24T22:26:27.898Z[ recovery-image] Aug 24 22:26:27.195 INFO O| Aug 24 22:26:27.195 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-24T22:26:27.906Z[ recovery-image] Aug 24 22:26:27.203 INFO O| Aug 24 22:26:27.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60392026-08-24T22:26:27.906Z[ recovery-image] Aug 24 22:26:27.203 INFO O| Aug 24 22:26:27.203 INFO STEP 246 (remove_files) COMPLETE
60402026-08-24T22:26:27.906Z[ recovery-image] Aug 24 22:26:27.203 INFO O| Aug 24 22:26:27.203 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-24T22:26:27.913Z[verify-libraries] Compiling md5 v0.8.0
60422026-08-24T22:26:27.917Z[ recovery-image] Aug 24 22:26:27.213 INFO O| Aug 24 22:26:27.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60432026-08-24T22:26:27.917Z[ recovery-image] Aug 24 22:26:27.213 INFO O| Aug 24 22:26:27.213 INFO STEP 247 (remove_files) COMPLETE
60442026-08-24T22:26:27.917Z[ recovery-image] Aug 24 22:26:27.213 INFO O| Aug 24 22:26:27.213 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-24T22:26:27.925Z[ recovery-image] Aug 24 22:26:27.221 INFO O| Aug 24 22:26:27.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60462026-08-24T22:26:27.925Z[ recovery-image] Aug 24 22:26:27.222 INFO O| Aug 24 22:26:27.221 INFO STEP 248 (remove_files) COMPLETE
60472026-08-24T22:26:27.925Z[ recovery-image] Aug 24 22:26:27.222 INFO O| Aug 24 22:26:27.221 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-24T22:26:27.934Z[ recovery-image] Aug 24 22:26:27.231 INFO O| Aug 24 22:26:27.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60492026-08-24T22:26:27.938Z[ recovery-image] Aug 24 22:26:27.233 INFO O| Aug 24 22:26:27.233 INFO STEP 249 (remove_files) COMPLETE
60502026-08-24T22:26:27.938Z[ recovery-image] Aug 24 22:26:27.233 INFO O| Aug 24 22:26:27.233 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-24T22:26:27.947Z[ recovery-image] Aug 24 22:26:27.244 INFO O| Aug 24 22:26:27.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60522026-08-24T22:26:27.947Z[ recovery-image] Aug 24 22:26:27.244 INFO O| Aug 24 22:26:27.244 INFO STEP 250 (remove_files) COMPLETE
60532026-08-24T22:26:27.947Z[ recovery-image] Aug 24 22:26:27.244 INFO O| Aug 24 22:26:27.244 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-24T22:26:27.958Z[ recovery-image] Aug 24 22:26:27.254 INFO O| Aug 24 22:26:27.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60552026-08-24T22:26:27.958Z[ recovery-image] Aug 24 22:26:27.254 INFO O| Aug 24 22:26:27.254 INFO STEP 251 (remove_files) COMPLETE
60562026-08-24T22:26:27.958Z[ recovery-image] Aug 24 22:26:27.254 INFO O| Aug 24 22:26:27.254 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-24T22:26:27.966Z[ recovery-image] Aug 24 22:26:27.263 INFO O| Aug 24 22:26:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60582026-08-24T22:26:27.966Z[ recovery-image] Aug 24 22:26:27.263 INFO O| Aug 24 22:26:27.263 INFO STEP 252 (remove_files) COMPLETE
60592026-08-24T22:26:27.972Z[ recovery-image] Aug 24 22:26:27.263 INFO O| Aug 24 22:26:27.263 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-24T22:26:27.976Z[ recovery-image] Aug 24 22:26:27.272 INFO O| Aug 24 22:26:27.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60612026-08-24T22:26:27.980Z[ recovery-image] Aug 24 22:26:27.273 INFO O| Aug 24 22:26:27.273 INFO STEP 253 (remove_files) COMPLETE
60622026-08-24T22:26:27.980Z[ recovery-image] Aug 24 22:26:27.273 INFO O| Aug 24 22:26:27.273 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-24T22:26:27.987Z[ recovery-image] Aug 24 22:26:27.284 INFO O| Aug 24 22:26:27.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60642026-08-24T22:26:27.987Z[ recovery-image] Aug 24 22:26:27.284 INFO O| Aug 24 22:26:27.284 INFO STEP 254 (remove_files) COMPLETE
60652026-08-24T22:26:27.992Z[ recovery-image] Aug 24 22:26:27.284 INFO O| Aug 24 22:26:27.284 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-24T22:26:27.992Z[verify-libraries] Compiling sync-ptr v0.1.4
60672026-08-24T22:26:27.999Z[ recovery-image] Aug 24 22:26:27.296 INFO O| Aug 24 22:26:27.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60682026-08-24T22:26:27.999Z[ recovery-image] Aug 24 22:26:27.296 INFO O| Aug 24 22:26:27.296 INFO STEP 255 (remove_files) COMPLETE
60692026-08-24T22:26:27.999Z[ recovery-image] Aug 24 22:26:27.296 INFO O| Aug 24 22:26:27.296 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-24T22:26:28.009Z[ recovery-image] Aug 24 22:26:27.305 INFO O| Aug 24 22:26:27.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60712026-08-24T22:26:28.009Z[ recovery-image] Aug 24 22:26:27.305 INFO O| Aug 24 22:26:27.305 INFO STEP 256 (remove_files) COMPLETE
60722026-08-24T22:26:28.009Z[ recovery-image] Aug 24 22:26:27.305 INFO O| Aug 24 22:26:27.305 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-24T22:26:28.020Z[ recovery-image] Aug 24 22:26:27.314 INFO O| Aug 24 22:26:27.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60742026-08-24T22:26:28.020Z[ recovery-image] Aug 24 22:26:27.314 INFO O| Aug 24 22:26:27.314 INFO STEP 257 (remove_files) COMPLETE
60752026-08-24T22:26:28.020Z[ recovery-image] Aug 24 22:26:27.314 INFO O| Aug 24 22:26:27.314 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-24T22:26:28.027Z[ recovery-image] Aug 24 22:26:27.324 INFO O| Aug 24 22:26:27.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60772026-08-24T22:26:28.027Z[ recovery-image] Aug 24 22:26:27.324 INFO O| Aug 24 22:26:27.324 INFO STEP 258 (remove_files) COMPLETE
60782026-08-24T22:26:28.027Z[ recovery-image] Aug 24 22:26:27.324 INFO O| Aug 24 22:26:27.324 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-24T22:26:28.038Z[ recovery-image] Aug 24 22:26:27.335 INFO O| Aug 24 22:26:27.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60802026-08-24T22:26:28.038Z[ recovery-image] Aug 24 22:26:27.335 INFO O| Aug 24 22:26:27.335 INFO STEP 259 (remove_files) COMPLETE
60812026-08-24T22:26:28.038Z[ recovery-image] Aug 24 22:26:27.335 INFO O| Aug 24 22:26:27.335 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-24T22:26:28.048Z[ recovery-image] Aug 24 22:26:27.345 INFO O| Aug 24 22:26:27.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60832026-08-24T22:26:28.048Z[ recovery-image] Aug 24 22:26:27.345 INFO O| Aug 24 22:26:27.345 INFO STEP 260 (remove_files) COMPLETE
60842026-08-24T22:26:28.049Z[ recovery-image] Aug 24 22:26:27.345 INFO O| Aug 24 22:26:27.345 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-24T22:26:28.058Z[ recovery-image] Aug 24 22:26:27.355 INFO O| Aug 24 22:26:27.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60862026-08-24T22:26:28.058Z[ recovery-image] Aug 24 22:26:27.355 INFO O| Aug 24 22:26:27.355 INFO STEP 261 (remove_files) COMPLETE
60872026-08-24T22:26:28.059Z[ recovery-image] Aug 24 22:26:27.355 INFO O| Aug 24 22:26:27.355 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-24T22:26:28.068Z[ recovery-image] Aug 24 22:26:27.365 INFO O| Aug 24 22:26:27.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60892026-08-24T22:26:28.068Z[ recovery-image] Aug 24 22:26:27.365 INFO O| Aug 24 22:26:27.365 INFO STEP 262 (remove_files) COMPLETE
60902026-08-24T22:26:28.073Z[ recovery-image] Aug 24 22:26:27.365 INFO O| Aug 24 22:26:27.365 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-24T22:26:28.073Z[verify-libraries] Compiling seq-macro v0.3.6
60922026-08-24T22:26:28.078Z[ recovery-image] Aug 24 22:26:27.375 INFO O| Aug 24 22:26:27.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60932026-08-24T22:26:28.078Z[ recovery-image] Aug 24 22:26:27.375 INFO O| Aug 24 22:26:27.375 INFO STEP 263 (remove_files) COMPLETE
60942026-08-24T22:26:28.078Z[ recovery-image] Aug 24 22:26:27.375 INFO O| Aug 24 22:26:27.375 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-24T22:26:28.088Z[ recovery-image] Aug 24 22:26:27.384 INFO O| Aug 24 22:26:27.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60962026-08-24T22:26:28.088Z[ recovery-image] Aug 24 22:26:27.384 INFO O| Aug 24 22:26:27.384 INFO STEP 264 (remove_files) COMPLETE
60972026-08-24T22:26:28.088Z[ recovery-image] Aug 24 22:26:27.384 INFO O| Aug 24 22:26:27.384 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-24T22:26:28.096Z[ recovery-image] Aug 24 22:26:27.393 INFO O| Aug 24 22:26:27.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60992026-08-24T22:26:28.097Z[ recovery-image] Aug 24 22:26:27.393 INFO O| Aug 24 22:26:27.393 INFO STEP 265 (remove_files) COMPLETE
61002026-08-24T22:26:28.097Z[ recovery-image] Aug 24 22:26:27.393 INFO O| Aug 24 22:26:27.393 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-24T22:26:28.106Z[ recovery-image] Aug 24 22:26:27.402 INFO O| Aug 24 22:26:27.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61022026-08-24T22:26:28.106Z[ recovery-image] Aug 24 22:26:27.402 INFO O| Aug 24 22:26:27.402 INFO STEP 266 (remove_files) COMPLETE
61032026-08-24T22:26:28.110Z[ recovery-image] Aug 24 22:26:27.402 INFO O| Aug 24 22:26:27.402 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-24T22:26:28.115Z[ recovery-image] Aug 24 22:26:27.410 INFO O| Aug 24 22:26:27.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61052026-08-24T22:26:28.115Z[ recovery-image] Aug 24 22:26:27.410 INFO O| Aug 24 22:26:27.410 INFO STEP 267 (remove_files) COMPLETE
61062026-08-24T22:26:28.115Z[ recovery-image] Aug 24 22:26:27.410 INFO O| Aug 24 22:26:27.410 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-24T22:26:28.124Z[ recovery-image] Aug 24 22:26:27.421 INFO O| Aug 24 22:26:27.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61082026-08-24T22:26:28.124Z[ recovery-image] Aug 24 22:26:27.421 INFO O| Aug 24 22:26:27.421 INFO STEP 268 (remove_files) COMPLETE
61092026-08-24T22:26:28.124Z[ recovery-image] Aug 24 22:26:27.421 INFO O| Aug 24 22:26:27.421 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-24T22:26:28.135Z[ recovery-image] Aug 24 22:26:27.430 INFO O| Aug 24 22:26:27.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61112026-08-24T22:26:28.135Z[ recovery-image] Aug 24 22:26:27.430 INFO O| Aug 24 22:26:27.430 INFO STEP 269 (remove_files) COMPLETE
61122026-08-24T22:26:28.135Z[ recovery-image] Aug 24 22:26:27.430 INFO O| Aug 24 22:26:27.430 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-24T22:26:28.144Z[ recovery-image] Aug 24 22:26:27.440 INFO O| Aug 24 22:26:27.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61142026-08-24T22:26:28.144Z[ recovery-image] Aug 24 22:26:27.440 INFO O| Aug 24 22:26:27.440 INFO STEP 270 (remove_files) COMPLETE
61152026-08-24T22:26:28.146Z[ recovery-image] Aug 24 22:26:27.440 INFO O| Aug 24 22:26:27.440 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-24T22:26:28.153Z[ recovery-image] Aug 24 22:26:27.450 INFO O| Aug 24 22:26:27.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61172026-08-24T22:26:28.154Z[ recovery-image] Aug 24 22:26:27.450 INFO O| Aug 24 22:26:27.450 INFO STEP 271 (remove_files) COMPLETE
61182026-08-24T22:26:28.158Z[ recovery-image] Aug 24 22:26:27.450 INFO O| Aug 24 22:26:27.450 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-24T22:26:28.163Z[ recovery-image] Aug 24 22:26:27.460 INFO O| Aug 24 22:26:27.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61202026-08-24T22:26:28.163Z[ recovery-image] Aug 24 22:26:27.460 INFO O| Aug 24 22:26:27.460 INFO STEP 272 (remove_files) COMPLETE
61212026-08-24T22:26:28.164Z[ recovery-image] Aug 24 22:26:27.460 INFO O| Aug 24 22:26:27.460 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-24T22:26:28.172Z[ recovery-image] Aug 24 22:26:27.469 INFO O| Aug 24 22:26:27.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61232026-08-24T22:26:28.172Z[ recovery-image] Aug 24 22:26:27.469 INFO O| Aug 24 22:26:27.469 INFO STEP 273 (remove_files) COMPLETE
61242026-08-24T22:26:28.172Z[ recovery-image] Aug 24 22:26:27.469 INFO O| Aug 24 22:26:27.469 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-24T22:26:28.177Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
61262026-08-24T22:26:28.181Z[ recovery-image] Aug 24 22:26:27.478 INFO O| Aug 24 22:26:27.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61272026-08-24T22:26:28.185Z[ recovery-image] Aug 24 22:26:27.479 INFO O| Aug 24 22:26:27.479 INFO STEP 274 (remove_files) COMPLETE
61282026-08-24T22:26:28.185Z[ recovery-image] Aug 24 22:26:27.479 INFO O| Aug 24 22:26:27.479 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-24T22:26:28.191Z[ recovery-image] Aug 24 22:26:27.488 INFO O| Aug 24 22:26:27.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61302026-08-24T22:26:28.192Z[ recovery-image] Aug 24 22:26:27.488 INFO O| Aug 24 22:26:27.488 INFO STEP 275 (remove_files) COMPLETE
61312026-08-24T22:26:28.192Z[ recovery-image] Aug 24 22:26:27.488 INFO O| Aug 24 22:26:27.488 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-24T22:26:28.200Z[ recovery-image] Aug 24 22:26:27.496 INFO O| Aug 24 22:26:27.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61332026-08-24T22:26:28.200Z[ recovery-image] Aug 24 22:26:27.496 INFO O| Aug 24 22:26:27.496 INFO STEP 276 (remove_files) COMPLETE
61342026-08-24T22:26:28.200Z[ recovery-image] Aug 24 22:26:27.496 INFO O| Aug 24 22:26:27.496 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-24T22:26:28.211Z[ recovery-image] Aug 24 22:26:27.504 INFO O| Aug 24 22:26:27.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61362026-08-24T22:26:28.211Z[ recovery-image] Aug 24 22:26:27.504 INFO O| Aug 24 22:26:27.504 INFO STEP 277 (remove_files) COMPLETE
61372026-08-24T22:26:28.212Z[ recovery-image] Aug 24 22:26:27.504 INFO O| Aug 24 22:26:27.504 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-24T22:26:28.218Z[ recovery-image] Aug 24 22:26:27.513 INFO O| Aug 24 22:26:27.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61392026-08-24T22:26:28.218Z[ recovery-image] Aug 24 22:26:27.513 INFO O| Aug 24 22:26:27.513 INFO STEP 278 (remove_files) COMPLETE
61402026-08-24T22:26:28.218Z[ recovery-image] Aug 24 22:26:27.513 INFO O| Aug 24 22:26:27.513 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-24T22:26:28.226Z[ recovery-image] Aug 24 22:26:27.522 INFO O| Aug 24 22:26:27.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61422026-08-24T22:26:28.226Z[ recovery-image] Aug 24 22:26:27.522 INFO O| Aug 24 22:26:27.522 INFO STEP 279 (remove_files) COMPLETE
61432026-08-24T22:26:28.226Z[ recovery-image] Aug 24 22:26:27.522 INFO O| Aug 24 22:26:27.522 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-24T22:26:28.236Z[ recovery-image] Aug 24 22:26:27.532 INFO O| Aug 24 22:26:27.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61452026-08-24T22:26:28.236Z[ recovery-image] Aug 24 22:26:27.532 INFO O| Aug 24 22:26:27.532 INFO STEP 280 (remove_files) COMPLETE
61462026-08-24T22:26:28.236Z[ recovery-image] Aug 24 22:26:27.532 INFO O| Aug 24 22:26:27.532 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-24T22:26:28.245Z[ recovery-image] Aug 24 22:26:27.541 INFO O| Aug 24 22:26:27.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61482026-08-24T22:26:28.245Z[ recovery-image] Aug 24 22:26:27.541 INFO O| Aug 24 22:26:27.541 INFO STEP 281 (remove_files) COMPLETE
61492026-08-24T22:26:28.250Z[ recovery-image] Aug 24 22:26:27.541 INFO O| Aug 24 22:26:27.541 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-24T22:26:28.254Z[ recovery-image] Aug 24 22:26:27.550 INFO O| Aug 24 22:26:27.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61512026-08-24T22:26:28.254Z[ recovery-image] Aug 24 22:26:27.550 INFO O| Aug 24 22:26:27.550 INFO STEP 282 (remove_files) COMPLETE
61522026-08-24T22:26:28.254Z[ recovery-image] Aug 24 22:26:27.550 INFO O| Aug 24 22:26:27.550 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-24T22:26:28.267Z[ recovery-image] Aug 24 22:26:27.559 INFO O| Aug 24 22:26:27.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61542026-08-24T22:26:28.268Z[ recovery-image] Aug 24 22:26:27.559 INFO O| Aug 24 22:26:27.559 INFO STEP 283 (remove_files) COMPLETE
61552026-08-24T22:26:28.268Z[ recovery-image] Aug 24 22:26:27.559 INFO O| Aug 24 22:26:27.559 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-24T22:26:28.312Z[ recovery-image] Aug 24 22:26:27.567 INFO O| Aug 24 22:26:27.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61572026-08-24T22:26:28.312Z[ recovery-image] Aug 24 22:26:27.567 INFO O| Aug 24 22:26:27.567 INFO STEP 284 (remove_files) COMPLETE
61582026-08-24T22:26:28.312Z[ recovery-image] Aug 24 22:26:27.567 INFO O| Aug 24 22:26:27.567 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-24T22:26:28.316Z[ recovery-image] Aug 24 22:26:27.575 INFO O| Aug 24 22:26:27.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61602026-08-24T22:26:28.316Z[ recovery-image] Aug 24 22:26:27.575 INFO O| Aug 24 22:26:27.575 INFO STEP 285 (remove_files) COMPLETE
61612026-08-24T22:26:28.316Z[ recovery-image] Aug 24 22:26:27.575 INFO O| Aug 24 22:26:27.575 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-24T22:26:28.316Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
61632026-08-24T22:26:28.316Z[ recovery-image] Aug 24 22:26:27.586 INFO O| Aug 24 22:26:27.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61642026-08-24T22:26:28.316Z[ recovery-image] Aug 24 22:26:27.587 INFO O| Aug 24 22:26:27.587 INFO STEP 286 (remove_files) COMPLETE
61652026-08-24T22:26:28.316Z[ recovery-image] Aug 24 22:26:27.587 INFO O| Aug 24 22:26:27.587 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-24T22:26:28.316Z[ recovery-image] Aug 24 22:26:27.596 INFO O| Aug 24 22:26:27.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61672026-08-24T22:26:28.317Z[ recovery-image] Aug 24 22:26:27.596 INFO O| Aug 24 22:26:27.596 INFO STEP 287 (remove_files) COMPLETE
61682026-08-24T22:26:28.317Z[ recovery-image] Aug 24 22:26:27.596 INFO O| Aug 24 22:26:27.596 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-24T22:26:28.317Z[ recovery-image] Aug 24 22:26:27.605 INFO O| Aug 24 22:26:27.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61702026-08-24T22:26:28.317Z[ recovery-image] Aug 24 22:26:27.605 INFO O| Aug 24 22:26:27.605 INFO STEP 288 (remove_files) COMPLETE
61712026-08-24T22:26:28.317Z[ recovery-image] Aug 24 22:26:27.605 INFO O| Aug 24 22:26:27.605 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-24T22:26:28.323Z[ recovery-image] Aug 24 22:26:27.614 INFO O| Aug 24 22:26:27.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61732026-08-24T22:26:28.323Z[ recovery-image] Aug 24 22:26:27.614 INFO O| Aug 24 22:26:27.614 INFO STEP 289 (remove_files) COMPLETE
61742026-08-24T22:26:28.323Z[ recovery-image] Aug 24 22:26:27.614 INFO O| Aug 24 22:26:27.614 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-24T22:26:28.329Z[ recovery-image] Aug 24 22:26:27.625 INFO O| Aug 24 22:26:27.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61762026-08-24T22:26:28.329Z[ recovery-image] Aug 24 22:26:27.625 INFO O| Aug 24 22:26:27.625 INFO STEP 290 (remove_files) COMPLETE
61772026-08-24T22:26:28.333Z[ recovery-image] Aug 24 22:26:27.625 INFO O| Aug 24 22:26:27.625 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-24T22:26:28.338Z[ recovery-image] Aug 24 22:26:27.634 INFO O| Aug 24 22:26:27.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61792026-08-24T22:26:28.338Z[ recovery-image] Aug 24 22:26:27.634 INFO O| Aug 24 22:26:27.634 INFO STEP 291 (remove_files) COMPLETE
61802026-08-24T22:26:28.338Z[ recovery-image] Aug 24 22:26:27.634 INFO O| Aug 24 22:26:27.634 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-24T22:26:28.347Z[ recovery-image] Aug 24 22:26:27.643 INFO O| Aug 24 22:26:27.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61822026-08-24T22:26:28.347Z[ recovery-image] Aug 24 22:26:27.643 INFO O| Aug 24 22:26:27.643 INFO STEP 292 (remove_files) COMPLETE
61832026-08-24T22:26:28.347Z[ recovery-image] Aug 24 22:26:27.643 INFO O| Aug 24 22:26:27.643 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-24T22:26:28.359Z[ recovery-image] Aug 24 22:26:27.652 INFO O| Aug 24 22:26:27.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61852026-08-24T22:26:28.359Z[ recovery-image] Aug 24 22:26:27.652 INFO O| Aug 24 22:26:27.652 INFO STEP 293 (remove_files) COMPLETE
61862026-08-24T22:26:28.359Z[ recovery-image] Aug 24 22:26:27.652 INFO O| Aug 24 22:26:27.652 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-24T22:26:28.365Z[ recovery-image] Aug 24 22:26:27.661 INFO O| Aug 24 22:26:27.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61882026-08-24T22:26:28.365Z[ recovery-image] Aug 24 22:26:27.661 INFO O| Aug 24 22:26:27.661 INFO STEP 294 (remove_files) COMPLETE
61892026-08-24T22:26:28.365Z[ recovery-image] Aug 24 22:26:27.661 INFO O| Aug 24 22:26:27.661 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-24T22:26:28.377Z[ recovery-image] Aug 24 22:26:27.670 INFO O| Aug 24 22:26:27.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61912026-08-24T22:26:28.377Z[ recovery-image] Aug 24 22:26:27.670 INFO O| Aug 24 22:26:27.670 INFO STEP 295 (remove_files) COMPLETE
61922026-08-24T22:26:28.381Z[ recovery-image] Aug 24 22:26:27.670 INFO O| Aug 24 22:26:27.670 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-24T22:26:28.385Z[ recovery-image] Aug 24 22:26:27.681 INFO O| Aug 24 22:26:27.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61942026-08-24T22:26:28.385Z[ recovery-image] Aug 24 22:26:27.681 INFO O| Aug 24 22:26:27.679 INFO STEP 296 (remove_files) COMPLETE
61952026-08-24T22:26:28.385Z[ recovery-image] Aug 24 22:26:27.681 INFO O| Aug 24 22:26:27.679 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-24T22:26:28.392Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61972026-08-24T22:26:28.396Z[ recovery-image] Aug 24 22:26:27.689 INFO O| Aug 24 22:26:27.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61982026-08-24T22:26:28.396Z[ recovery-image] Aug 24 22:26:27.689 INFO O| Aug 24 22:26:27.689 INFO STEP 297 (remove_files) COMPLETE
61992026-08-24T22:26:28.396Z[ recovery-image] Aug 24 22:26:27.689 INFO O| Aug 24 22:26:27.689 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-24T22:26:28.403Z[ recovery-image] Aug 24 22:26:27.700 INFO O| Aug 24 22:26:27.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62012026-08-24T22:26:28.403Z[ recovery-image] Aug 24 22:26:27.700 INFO O| Aug 24 22:26:27.700 INFO STEP 298 (remove_files) COMPLETE
62022026-08-24T22:26:28.403Z[ recovery-image] Aug 24 22:26:27.700 INFO O| Aug 24 22:26:27.700 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-24T22:26:28.413Z[ recovery-image] Aug 24 22:26:27.710 INFO O| Aug 24 22:26:27.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62042026-08-24T22:26:28.413Z[ recovery-image] Aug 24 22:26:27.710 INFO O| Aug 24 22:26:27.710 INFO STEP 299 (remove_files) COMPLETE
62052026-08-24T22:26:28.417Z[ recovery-image] Aug 24 22:26:27.710 INFO O| Aug 24 22:26:27.710 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-24T22:26:28.422Z[ recovery-image] Aug 24 22:26:27.719 INFO O| Aug 24 22:26:27.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62072026-08-24T22:26:28.422Z[ recovery-image] Aug 24 22:26:27.719 INFO O| Aug 24 22:26:27.719 INFO STEP 300 (remove_files) COMPLETE
62082026-08-24T22:26:28.422Z[ recovery-image] Aug 24 22:26:27.719 INFO O| Aug 24 22:26:27.719 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-24T22:26:28.432Z[ recovery-image] Aug 24 22:26:27.728 INFO O| Aug 24 22:26:27.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62102026-08-24T22:26:28.432Z[ recovery-image] Aug 24 22:26:27.728 INFO O| Aug 24 22:26:27.728 INFO STEP 301 (remove_files) COMPLETE
62112026-08-24T22:26:28.432Z[ recovery-image] Aug 24 22:26:27.728 INFO O| Aug 24 22:26:27.728 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-24T22:26:28.443Z[ recovery-image] Aug 24 22:26:27.739 INFO O| Aug 24 22:26:27.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62132026-08-24T22:26:28.443Z[ recovery-image] Aug 24 22:26:27.739 INFO O| Aug 24 22:26:27.739 INFO STEP 302 (remove_files) COMPLETE
62142026-08-24T22:26:28.443Z[ recovery-image] Aug 24 22:26:27.739 INFO O| Aug 24 22:26:27.739 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-24T22:26:28.453Z[ recovery-image] Aug 24 22:26:27.749 INFO O| Aug 24 22:26:27.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62162026-08-24T22:26:28.454Z[ recovery-image] Aug 24 22:26:27.749 INFO O| Aug 24 22:26:27.749 INFO STEP 303 (remove_files) COMPLETE
62172026-08-24T22:26:28.454Z[ recovery-image] Aug 24 22:26:27.749 INFO O| Aug 24 22:26:27.749 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-08-24T22:26:28.462Z[ recovery-image] Aug 24 22:26:27.758 INFO O| Aug 24 22:26:27.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62192026-08-24T22:26:28.462Z[ recovery-image] Aug 24 22:26:27.758 INFO O| Aug 24 22:26:27.758 INFO STEP 304 (remove_files) COMPLETE
62202026-08-24T22:26:28.466Z[ recovery-image] Aug 24 22:26:27.758 INFO O| Aug 24 22:26:27.758 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-08-24T22:26:28.474Z[ recovery-image] Aug 24 22:26:27.767 INFO O| Aug 24 22:26:27.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62222026-08-24T22:26:28.474Z[ recovery-image] Aug 24 22:26:27.768 INFO O| Aug 24 22:26:27.767 INFO STEP 305 (remove_files) COMPLETE
62232026-08-24T22:26:28.475Z[ recovery-image] Aug 24 22:26:27.768 INFO O| Aug 24 22:26:27.767 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-08-24T22:26:28.481Z[ recovery-image] Aug 24 22:26:27.777 INFO O| Aug 24 22:26:27.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62252026-08-24T22:26:28.481Z[ recovery-image] Aug 24 22:26:27.777 INFO O| Aug 24 22:26:27.777 INFO STEP 306 (remove_files) COMPLETE
62262026-08-24T22:26:28.481Z[ recovery-image] Aug 24 22:26:27.777 INFO O| Aug 24 22:26:27.777 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-08-24T22:26:28.495Z[ recovery-image] Aug 24 22:26:27.787 INFO O| Aug 24 22:26:27.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62282026-08-24T22:26:28.495Z[ recovery-image] Aug 24 22:26:27.787 INFO O| Aug 24 22:26:27.787 INFO STEP 307 (remove_files) COMPLETE
62292026-08-24T22:26:28.495Z[ recovery-image] Aug 24 22:26:27.787 INFO O| Aug 24 22:26:27.787 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-08-24T22:26:28.500Z[ recovery-image] Aug 24 22:26:27.796 INFO O| Aug 24 22:26:27.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62312026-08-24T22:26:28.500Z[ recovery-image] Aug 24 22:26:27.796 INFO O| Aug 24 22:26:27.796 INFO STEP 308 (remove_files) COMPLETE
62322026-08-24T22:26:28.500Z[ recovery-image] Aug 24 22:26:27.796 INFO O| Aug 24 22:26:27.796 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-08-24T22:26:28.508Z[ recovery-image] Aug 24 22:26:27.804 INFO O| Aug 24 22:26:27.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62342026-08-24T22:26:28.508Z[ recovery-image] Aug 24 22:26:27.804 INFO O| Aug 24 22:26:27.804 INFO STEP 309 (remove_files) COMPLETE
62352026-08-24T22:26:28.508Z[ recovery-image] Aug 24 22:26:27.804 INFO O| Aug 24 22:26:27.804 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-08-24T22:26:28.515Z[ recovery-image] Aug 24 22:26:27.812 INFO O| Aug 24 22:26:27.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62372026-08-24T22:26:28.515Z[ recovery-image] Aug 24 22:26:27.812 INFO O| Aug 24 22:26:27.812 INFO STEP 310 (remove_files) COMPLETE
62382026-08-24T22:26:28.519Z[ recovery-image] Aug 24 22:26:27.812 INFO O| Aug 24 22:26:27.812 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-08-24T22:26:28.523Z[ recovery-image] Aug 24 22:26:27.820 INFO O| Aug 24 22:26:27.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62402026-08-24T22:26:28.523Z[ recovery-image] Aug 24 22:26:27.820 INFO O| Aug 24 22:26:27.820 INFO STEP 311 (remove_files) COMPLETE
62412026-08-24T22:26:28.527Z[ recovery-image] Aug 24 22:26:27.820 INFO O| Aug 24 22:26:27.820 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-08-24T22:26:28.531Z[ recovery-image] Aug 24 22:26:27.827 INFO O| Aug 24 22:26:27.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62432026-08-24T22:26:28.531Z[ recovery-image] Aug 24 22:26:27.827 INFO O| Aug 24 22:26:27.827 INFO STEP 312 (remove_files) COMPLETE
62442026-08-24T22:26:28.531Z[ recovery-image] Aug 24 22:26:27.827 INFO O| Aug 24 22:26:27.827 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-08-24T22:26:28.538Z[ recovery-image] Aug 24 22:26:27.835 INFO O| Aug 24 22:26:27.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62462026-08-24T22:26:28.539Z[ recovery-image] Aug 24 22:26:27.835 INFO O| Aug 24 22:26:27.835 INFO STEP 313 (remove_files) COMPLETE
62472026-08-24T22:26:28.542Z[ recovery-image] Aug 24 22:26:27.835 INFO O| Aug 24 22:26:27.835 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-08-24T22:26:28.542Z[verify-libraries] Compiling russh v0.62.4
62492026-08-24T22:26:28.547Z[ recovery-image] Aug 24 22:26:27.843 INFO O| Aug 24 22:26:27.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62502026-08-24T22:26:28.547Z[ recovery-image] Aug 24 22:26:27.844 INFO O| Aug 24 22:26:27.844 INFO STEP 314 (remove_files) COMPLETE
62512026-08-24T22:26:28.551Z[ recovery-image] Aug 24 22:26:27.844 INFO O| Aug 24 22:26:27.844 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-24T22:26:28.555Z[ recovery-image] Aug 24 22:26:27.851 INFO O| Aug 24 22:26:27.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62532026-08-24T22:26:28.555Z[ recovery-image] Aug 24 22:26:27.852 INFO O| Aug 24 22:26:27.851 INFO STEP 315 (remove_files) COMPLETE
62542026-08-24T22:26:28.555Z[ recovery-image] Aug 24 22:26:27.852 INFO O| Aug 24 22:26:27.851 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-24T22:26:28.563Z[ recovery-image] Aug 24 22:26:27.859 INFO O| Aug 24 22:26:27.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62562026-08-24T22:26:28.563Z[ recovery-image] Aug 24 22:26:27.859 INFO O| Aug 24 22:26:27.859 INFO STEP 316 (remove_files) COMPLETE
62572026-08-24T22:26:28.563Z[ recovery-image] Aug 24 22:26:27.859 INFO O| Aug 24 22:26:27.859 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-24T22:26:28.571Z[ recovery-image] Aug 24 22:26:27.867 INFO O| Aug 24 22:26:27.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62592026-08-24T22:26:28.572Z[ recovery-image] Aug 24 22:26:27.867 INFO O| Aug 24 22:26:27.867 INFO STEP 317 (remove_files) COMPLETE
62602026-08-24T22:26:28.572Z[ recovery-image] Aug 24 22:26:27.867 INFO O| Aug 24 22:26:27.867 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-24T22:26:28.581Z[ recovery-image] Aug 24 22:26:27.877 INFO O| Aug 24 22:26:27.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62622026-08-24T22:26:28.581Z[ recovery-image] Aug 24 22:26:27.877 INFO O| Aug 24 22:26:27.877 INFO STEP 318 (remove_files) COMPLETE
62632026-08-24T22:26:28.581Z[ recovery-image] Aug 24 22:26:27.877 INFO O| Aug 24 22:26:27.877 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-24T22:26:28.591Z[ recovery-image] Aug 24 22:26:27.888 INFO O| Aug 24 22:26:27.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62652026-08-24T22:26:28.591Z[ recovery-image] Aug 24 22:26:27.888 INFO O| Aug 24 22:26:27.888 INFO STEP 319 (remove_files) COMPLETE
62662026-08-24T22:26:28.591Z[ recovery-image] Aug 24 22:26:27.888 INFO O| Aug 24 22:26:27.888 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-24T22:26:28.601Z[ recovery-image] Aug 24 22:26:27.898 INFO O| Aug 24 22:26:27.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62682026-08-24T22:26:28.601Z[ recovery-image] Aug 24 22:26:27.898 INFO O| Aug 24 22:26:27.898 INFO STEP 320 (remove_files) COMPLETE
62692026-08-24T22:26:28.601Z[ recovery-image] Aug 24 22:26:27.898 INFO O| Aug 24 22:26:27.898 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-24T22:26:28.610Z[ recovery-image] Aug 24 22:26:27.907 INFO O| Aug 24 22:26:27.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62712026-08-24T22:26:28.610Z[ recovery-image] Aug 24 22:26:27.907 INFO O| Aug 24 22:26:27.907 INFO STEP 321 (remove_files) COMPLETE
62722026-08-24T22:26:28.610Z[ recovery-image] Aug 24 22:26:27.907 INFO O| Aug 24 22:26:27.907 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-24T22:26:28.619Z[ recovery-image] Aug 24 22:26:27.916 INFO O| Aug 24 22:26:27.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62742026-08-24T22:26:28.620Z[ recovery-image] Aug 24 22:26:27.916 INFO O| Aug 24 22:26:27.916 INFO STEP 322 (remove_files) COMPLETE
62752026-08-24T22:26:28.620Z[ recovery-image] Aug 24 22:26:27.916 INFO O| Aug 24 22:26:27.916 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-24T22:26:28.628Z[ recovery-image] Aug 24 22:26:27.924 INFO O| Aug 24 22:26:27.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62772026-08-24T22:26:28.628Z[ recovery-image] Aug 24 22:26:27.924 INFO O| Aug 24 22:26:27.924 INFO STEP 323 (remove_files) COMPLETE
62782026-08-24T22:26:28.635Z[ recovery-image] Aug 24 22:26:27.924 INFO O| Aug 24 22:26:27.924 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-24T22:26:28.635Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62802026-08-24T22:26:28.639Z[ recovery-image] Aug 24 22:26:27.933 INFO O| Aug 24 22:26:27.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62812026-08-24T22:26:28.640Z[ recovery-image] Aug 24 22:26:27.933 INFO O| Aug 24 22:26:27.933 INFO STEP 324 (remove_files) COMPLETE
62822026-08-24T22:26:28.640Z[ recovery-image] Aug 24 22:26:27.933 INFO O| Aug 24 22:26:27.933 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-24T22:26:28.645Z[ recovery-image] Aug 24 22:26:27.942 INFO O| Aug 24 22:26:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62842026-08-24T22:26:28.649Z[ recovery-image] Aug 24 22:26:27.942 INFO O| Aug 24 22:26:27.942 INFO STEP 325 (remove_files) COMPLETE
62852026-08-24T22:26:28.649Z[ recovery-image] Aug 24 22:26:27.942 INFO O| Aug 24 22:26:27.942 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-24T22:26:28.654Z[ recovery-image] Aug 24 22:26:27.951 INFO O| Aug 24 22:26:27.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62872026-08-24T22:26:28.654Z[ recovery-image] Aug 24 22:26:27.951 INFO O| Aug 24 22:26:27.951 INFO STEP 326 (remove_files) COMPLETE
62882026-08-24T22:26:28.658Z[ recovery-image] Aug 24 22:26:27.951 INFO O| Aug 24 22:26:27.951 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-24T22:26:28.663Z[ recovery-image] Aug 24 22:26:27.959 INFO O| Aug 24 22:26:27.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62902026-08-24T22:26:28.665Z[ recovery-image] Aug 24 22:26:27.960 INFO O| Aug 24 22:26:27.960 INFO STEP 327 (remove_files) COMPLETE
62912026-08-24T22:26:28.669Z[ recovery-image] Aug 24 22:26:27.960 INFO O| Aug 24 22:26:27.960 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-24T22:26:28.673Z[ recovery-image] Aug 24 22:26:27.969 INFO O| Aug 24 22:26:27.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62932026-08-24T22:26:28.673Z[ recovery-image] Aug 24 22:26:27.969 INFO O| Aug 24 22:26:27.969 INFO STEP 328 (remove_files) COMPLETE
62942026-08-24T22:26:28.673Z[ recovery-image] Aug 24 22:26:27.969 INFO O| Aug 24 22:26:27.969 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-24T22:26:28.681Z[ recovery-image] Aug 24 22:26:27.978 INFO O| Aug 24 22:26:27.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62962026-08-24T22:26:28.682Z[ recovery-image] Aug 24 22:26:27.978 INFO O| Aug 24 22:26:27.978 INFO STEP 329 (remove_files) COMPLETE
62972026-08-24T22:26:28.685Z[ recovery-image] Aug 24 22:26:27.978 INFO O| Aug 24 22:26:27.978 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-24T22:26:28.690Z[ recovery-image] Aug 24 22:26:27.987 INFO O| Aug 24 22:26:27.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62992026-08-24T22:26:28.690Z[ recovery-image] Aug 24 22:26:27.987 INFO O| Aug 24 22:26:27.987 INFO STEP 330 (remove_files) COMPLETE
63002026-08-24T22:26:28.690Z[ recovery-image] Aug 24 22:26:27.987 INFO O| Aug 24 22:26:27.987 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-24T22:26:28.700Z[ recovery-image] Aug 24 22:26:27.996 INFO O| Aug 24 22:26:27.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63022026-08-24T22:26:28.700Z[ recovery-image] Aug 24 22:26:27.996 INFO O| Aug 24 22:26:27.996 INFO STEP 331 (remove_files) COMPLETE
63032026-08-24T22:26:28.704Z[ recovery-image] Aug 24 22:26:27.996 INFO O| Aug 24 22:26:27.996 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-24T22:26:28.714Z[ recovery-image] Aug 24 22:26:28.007 INFO O| Aug 24 22:26:28.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63052026-08-24T22:26:28.714Z[ recovery-image] Aug 24 22:26:28.007 INFO O| Aug 24 22:26:28.007 INFO STEP 332 (remove_files) COMPLETE
63062026-08-24T22:26:28.715Z[ recovery-image] Aug 24 22:26:28.007 INFO O| Aug 24 22:26:28.007 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-24T22:26:28.718Z[ recovery-image] Aug 24 22:26:28.015 INFO O| Aug 24 22:26:28.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63082026-08-24T22:26:28.718Z[ recovery-image] Aug 24 22:26:28.015 INFO O| Aug 24 22:26:28.015 INFO STEP 333 (remove_files) COMPLETE
63092026-08-24T22:26:28.719Z[ recovery-image] Aug 24 22:26:28.015 INFO O| Aug 24 22:26:28.015 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-24T22:26:28.728Z[ recovery-image] Aug 24 22:26:28.024 INFO O| Aug 24 22:26:28.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63112026-08-24T22:26:28.728Z[ recovery-image] Aug 24 22:26:28.024 INFO O| Aug 24 22:26:28.024 INFO STEP 334 (remove_files) COMPLETE
63122026-08-24T22:26:28.728Z[ recovery-image] Aug 24 22:26:28.024 INFO O| Aug 24 22:26:28.024 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-24T22:26:28.736Z[ recovery-image] Aug 24 22:26:28.033 INFO O| Aug 24 22:26:28.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63142026-08-24T22:26:28.736Z[ recovery-image] Aug 24 22:26:28.033 INFO O| Aug 24 22:26:28.033 INFO STEP 335 (remove_files) COMPLETE
63152026-08-24T22:26:28.740Z[ recovery-image] Aug 24 22:26:28.033 INFO O| Aug 24 22:26:28.033 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-24T22:26:28.745Z[ recovery-image] Aug 24 22:26:28.042 INFO O| Aug 24 22:26:28.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63172026-08-24T22:26:28.745Z[ recovery-image] Aug 24 22:26:28.042 INFO O| Aug 24 22:26:28.042 INFO STEP 336 (remove_files) COMPLETE
63182026-08-24T22:26:28.745Z[ recovery-image] Aug 24 22:26:28.042 INFO O| Aug 24 22:26:28.042 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-24T22:26:28.749Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
63202026-08-24T22:26:28.753Z[ recovery-image] Aug 24 22:26:28.050 INFO O| Aug 24 22:26:28.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63212026-08-24T22:26:28.754Z[ recovery-image] Aug 24 22:26:28.050 INFO O| Aug 24 22:26:28.050 INFO STEP 337 (remove_files) COMPLETE
63222026-08-24T22:26:28.758Z[ recovery-image] Aug 24 22:26:28.050 INFO O| Aug 24 22:26:28.050 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-24T22:26:28.763Z[ recovery-image] Aug 24 22:26:28.060 INFO O| Aug 24 22:26:28.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63242026-08-24T22:26:28.763Z[ recovery-image] Aug 24 22:26:28.060 INFO O| Aug 24 22:26:28.058 INFO STEP 338 (remove_files) COMPLETE
63252026-08-24T22:26:28.763Z[ recovery-image] Aug 24 22:26:28.060 INFO O| Aug 24 22:26:28.058 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-24T22:26:28.774Z[ recovery-image] Aug 24 22:26:28.070 INFO O| Aug 24 22:26:28.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63272026-08-24T22:26:28.774Z[ recovery-image] Aug 24 22:26:28.070 INFO O| Aug 24 22:26:28.070 INFO STEP 339 (remove_files) COMPLETE
63282026-08-24T22:26:28.777Z[ recovery-image] Aug 24 22:26:28.070 INFO O| Aug 24 22:26:28.070 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-24T22:26:28.785Z[ recovery-image] Aug 24 22:26:28.081 INFO O| Aug 24 22:26:28.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63302026-08-24T22:26:28.785Z[ recovery-image] Aug 24 22:26:28.081 INFO O| Aug 24 22:26:28.081 INFO STEP 340 (remove_files) COMPLETE
63312026-08-24T22:26:28.785Z[ recovery-image] Aug 24 22:26:28.081 INFO O| Aug 24 22:26:28.081 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-24T22:26:28.796Z[ recovery-image] Aug 24 22:26:28.092 INFO O| Aug 24 22:26:28.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63332026-08-24T22:26:28.796Z[ recovery-image] Aug 24 22:26:28.092 INFO O| Aug 24 22:26:28.092 INFO STEP 341 (remove_files) COMPLETE
63342026-08-24T22:26:28.796Z[ recovery-image] Aug 24 22:26:28.092 INFO O| Aug 24 22:26:28.092 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-24T22:26:28.805Z[ recovery-image] Aug 24 22:26:28.101 INFO O| Aug 24 22:26:28.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63362026-08-24T22:26:28.806Z[ recovery-image] Aug 24 22:26:28.101 INFO O| Aug 24 22:26:28.101 INFO STEP 342 (remove_files) COMPLETE
63372026-08-24T22:26:28.810Z[ recovery-image] Aug 24 22:26:28.101 INFO O| Aug 24 22:26:28.101 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-24T22:26:28.815Z[ recovery-image] Aug 24 22:26:28.112 INFO O| Aug 24 22:26:28.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63392026-08-24T22:26:28.819Z[ recovery-image] Aug 24 22:26:28.113 INFO O| Aug 24 22:26:28.113 INFO STEP 343 (remove_files) COMPLETE
63402026-08-24T22:26:28.819Z[ recovery-image] Aug 24 22:26:28.113 INFO O| Aug 24 22:26:28.113 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-24T22:26:28.825Z[ recovery-image] Aug 24 22:26:28.122 INFO O| Aug 24 22:26:28.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63422026-08-24T22:26:28.826Z[ recovery-image] Aug 24 22:26:28.122 INFO O| Aug 24 22:26:28.122 INFO STEP 344 (remove_files) COMPLETE
63432026-08-24T22:26:28.826Z[ recovery-image] Aug 24 22:26:28.122 INFO O| Aug 24 22:26:28.122 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-24T22:26:28.835Z[ recovery-image] Aug 24 22:26:28.132 INFO O| Aug 24 22:26:28.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63452026-08-24T22:26:28.835Z[ recovery-image] Aug 24 22:26:28.132 INFO O| Aug 24 22:26:28.132 INFO STEP 345 (remove_files) COMPLETE
63462026-08-24T22:26:28.835Z[ recovery-image] Aug 24 22:26:28.132 INFO O| Aug 24 22:26:28.132 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-24T22:26:28.844Z[ recovery-image] Aug 24 22:26:28.141 INFO O| Aug 24 22:26:28.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63482026-08-24T22:26:28.844Z[ recovery-image] Aug 24 22:26:28.141 INFO O| Aug 24 22:26:28.141 INFO STEP 346 (remove_files) COMPLETE
63492026-08-24T22:26:28.844Z[ recovery-image] Aug 24 22:26:28.141 INFO O| Aug 24 22:26:28.141 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-24T22:26:28.852Z[ recovery-image] Aug 24 22:26:28.149 INFO O| Aug 24 22:26:28.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63512026-08-24T22:26:28.852Z[ recovery-image] Aug 24 22:26:28.149 INFO O| Aug 24 22:26:28.149 INFO STEP 347 (remove_files) COMPLETE
63522026-08-24T22:26:28.854Z[ recovery-image] Aug 24 22:26:28.149 INFO O| Aug 24 22:26:28.149 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-24T22:26:28.861Z[ recovery-image] Aug 24 22:26:28.158 INFO O| Aug 24 22:26:28.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63542026-08-24T22:26:28.861Z[ recovery-image] Aug 24 22:26:28.158 INFO O| Aug 24 22:26:28.158 INFO STEP 348 (remove_files) COMPLETE
63552026-08-24T22:26:28.862Z[ recovery-image] Aug 24 22:26:28.158 INFO O| Aug 24 22:26:28.158 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-24T22:26:28.870Z[ recovery-image] Aug 24 22:26:28.167 INFO O| Aug 24 22:26:28.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63572026-08-24T22:26:28.870Z[ recovery-image] Aug 24 22:26:28.167 INFO O| Aug 24 22:26:28.167 INFO STEP 349 (remove_files) COMPLETE
63582026-08-24T22:26:28.870Z[ recovery-image] Aug 24 22:26:28.167 INFO O| Aug 24 22:26:28.167 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-24T22:26:28.879Z[ recovery-image] Aug 24 22:26:28.176 INFO O| Aug 24 22:26:28.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63602026-08-24T22:26:28.879Z[ recovery-image] Aug 24 22:26:28.176 INFO O| Aug 24 22:26:28.176 INFO STEP 350 (remove_files) COMPLETE
63612026-08-24T22:26:28.879Z[ recovery-image] Aug 24 22:26:28.176 INFO O| Aug 24 22:26:28.176 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-24T22:26:28.889Z[ recovery-image] Aug 24 22:26:28.186 INFO O| Aug 24 22:26:28.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63632026-08-24T22:26:28.889Z[ recovery-image] Aug 24 22:26:28.186 INFO O| Aug 24 22:26:28.186 INFO STEP 351 (remove_files) COMPLETE
63642026-08-24T22:26:28.890Z[ recovery-image] Aug 24 22:26:28.186 INFO O| Aug 24 22:26:28.186 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-24T22:26:28.899Z[ recovery-image] Aug 24 22:26:28.195 INFO O| Aug 24 22:26:28.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63662026-08-24T22:26:28.899Z[ recovery-image] Aug 24 22:26:28.195 INFO O| Aug 24 22:26:28.195 INFO STEP 352 (remove_files) COMPLETE
63672026-08-24T22:26:28.899Z[ recovery-image] Aug 24 22:26:28.195 INFO O| Aug 24 22:26:28.195 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-24T22:26:28.907Z[ recovery-image] Aug 24 22:26:28.204 INFO O| Aug 24 22:26:28.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63692026-08-24T22:26:28.907Z[ recovery-image] Aug 24 22:26:28.204 INFO O| Aug 24 22:26:28.204 INFO STEP 353 (remove_files) COMPLETE
63702026-08-24T22:26:28.911Z[ recovery-image] Aug 24 22:26:28.204 INFO O| Aug 24 22:26:28.204 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.213 INFO O| Aug 24 22:26:28.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63722026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.213 INFO O| Aug 24 22:26:28.213 INFO STEP 354 (remove_files) COMPLETE
63732026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.213 INFO O| Aug 24 22:26:28.213 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.224 INFO O| Aug 24 22:26:28.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63752026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.224 INFO O| Aug 24 22:26:28.224 INFO STEP 355 (remove_files) COMPLETE
63762026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.224 INFO O| Aug 24 22:26:28.224 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.235 INFO O| Aug 24 22:26:28.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63782026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.235 INFO O| Aug 24 22:26:28.235 INFO STEP 356 (remove_files) COMPLETE
63792026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.235 INFO O| Aug 24 22:26:28.235 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.244 INFO O| Aug 24 22:26:28.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63812026-08-24T22:26:28.959Z[ recovery-image] Aug 24 22:26:28.244 INFO O| Aug 24 22:26:28.244 INFO STEP 357 (remove_files) COMPLETE
63822026-08-24T22:26:28.960Z[ recovery-image] Aug 24 22:26:28.244 INFO O| Aug 24 22:26:28.244 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-24T22:26:28.961Z[ recovery-image] Aug 24 22:26:28.254 INFO O| Aug 24 22:26:28.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63842026-08-24T22:26:28.961Z[ recovery-image] Aug 24 22:26:28.254 INFO O| Aug 24 22:26:28.254 INFO STEP 358 (remove_files) COMPLETE
63852026-08-24T22:26:28.963Z[ recovery-image] Aug 24 22:26:28.254 INFO O| Aug 24 22:26:28.254 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-24T22:26:28.969Z[ recovery-image] Aug 24 22:26:28.263 INFO O| Aug 24 22:26:28.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63872026-08-24T22:26:28.969Z[ recovery-image] Aug 24 22:26:28.264 INFO O| Aug 24 22:26:28.264 INFO STEP 359 (remove_files) COMPLETE
63882026-08-24T22:26:28.969Z[ recovery-image] Aug 24 22:26:28.264 INFO O| Aug 24 22:26:28.264 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-24T22:26:28.983Z[ recovery-image] Aug 24 22:26:28.272 INFO O| Aug 24 22:26:28.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63902026-08-24T22:26:28.983Z[ recovery-image] Aug 24 22:26:28.272 INFO O| Aug 24 22:26:28.272 INFO STEP 360 (remove_files) COMPLETE
63912026-08-24T22:26:28.983Z[ recovery-image] Aug 24 22:26:28.272 INFO O| Aug 24 22:26:28.272 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-24T22:26:28.983Z[ recovery-image] Aug 24 22:26:28.280 INFO O| Aug 24 22:26:28.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63932026-08-24T22:26:28.984Z[ recovery-image] Aug 24 22:26:28.280 INFO O| Aug 24 22:26:28.280 INFO STEP 361 (remove_files) COMPLETE
63942026-08-24T22:26:28.984Z[ recovery-image] Aug 24 22:26:28.280 INFO O| Aug 24 22:26:28.280 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-24T22:26:28.990Z[ recovery-image] Aug 24 22:26:28.287 INFO O| Aug 24 22:26:28.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63962026-08-24T22:26:28.991Z[ recovery-image] Aug 24 22:26:28.287 INFO O| Aug 24 22:26:28.287 INFO STEP 362 (remove_files) COMPLETE
63972026-08-24T22:26:28.991Z[ recovery-image] Aug 24 22:26:28.287 INFO O| Aug 24 22:26:28.287 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-24T22:26:28.998Z[ recovery-image] Aug 24 22:26:28.295 INFO O| Aug 24 22:26:28.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63992026-08-24T22:26:28.998Z[ recovery-image] Aug 24 22:26:28.295 INFO O| Aug 24 22:26:28.295 INFO STEP 363 (remove_files) COMPLETE
64002026-08-24T22:26:29.003Z[ recovery-image] Aug 24 22:26:28.295 INFO O| Aug 24 22:26:28.295 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-24T22:26:29.007Z[ recovery-image] Aug 24 22:26:28.303 INFO O| Aug 24 22:26:28.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64022026-08-24T22:26:29.007Z[ recovery-image] Aug 24 22:26:28.303 INFO O| Aug 24 22:26:28.303 INFO STEP 364 (remove_files) COMPLETE
64032026-08-24T22:26:29.007Z[ recovery-image] Aug 24 22:26:28.303 INFO O| Aug 24 22:26:28.303 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-24T22:26:29.014Z[ recovery-image] Aug 24 22:26:28.311 INFO O| Aug 24 22:26:28.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64052026-08-24T22:26:29.015Z[ recovery-image] Aug 24 22:26:28.311 INFO O| Aug 24 22:26:28.311 INFO STEP 365 (remove_files) COMPLETE
64062026-08-24T22:26:29.015Z[ recovery-image] Aug 24 22:26:28.311 INFO O| Aug 24 22:26:28.311 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-24T22:26:29.022Z[ recovery-image] Aug 24 22:26:28.319 INFO O| Aug 24 22:26:28.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64082026-08-24T22:26:29.022Z[ recovery-image] Aug 24 22:26:28.319 INFO O| Aug 24 22:26:28.319 INFO STEP 366 (remove_files) COMPLETE
64092026-08-24T22:26:29.026Z[ recovery-image] Aug 24 22:26:28.319 INFO O| Aug 24 22:26:28.319 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-24T22:26:29.031Z[ recovery-image] Aug 24 22:26:28.327 INFO O| Aug 24 22:26:28.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64112026-08-24T22:26:29.031Z[ recovery-image] Aug 24 22:26:28.327 INFO O| Aug 24 22:26:28.327 INFO STEP 367 (remove_files) COMPLETE
64122026-08-24T22:26:29.031Z[ recovery-image] Aug 24 22:26:28.327 INFO O| Aug 24 22:26:28.327 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-24T22:26:29.037Z[ recovery-image] Aug 24 22:26:28.334 INFO O| Aug 24 22:26:28.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64142026-08-24T22:26:29.037Z[ recovery-image] Aug 24 22:26:28.334 INFO O| Aug 24 22:26:28.334 INFO STEP 368 (remove_files) COMPLETE
64152026-08-24T22:26:29.042Z[ recovery-image] Aug 24 22:26:28.334 INFO O| Aug 24 22:26:28.334 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-24T22:26:29.047Z[ recovery-image] Aug 24 22:26:28.342 INFO O| Aug 24 22:26:28.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64172026-08-24T22:26:29.047Z[ recovery-image] Aug 24 22:26:28.342 INFO O| Aug 24 22:26:28.342 INFO STEP 369 (remove_files) COMPLETE
64182026-08-24T22:26:29.051Z[ recovery-image] Aug 24 22:26:28.342 INFO O| Aug 24 22:26:28.342 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-24T22:26:29.055Z[ recovery-image] Aug 24 22:26:28.349 INFO O| Aug 24 22:26:28.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64202026-08-24T22:26:29.055Z[ recovery-image] Aug 24 22:26:28.349 INFO O| Aug 24 22:26:28.349 INFO STEP 370 (remove_files) COMPLETE
64212026-08-24T22:26:29.055Z[ recovery-image] Aug 24 22:26:28.349 INFO O| Aug 24 22:26:28.349 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-24T22:26:29.060Z[ recovery-image] Aug 24 22:26:28.357 INFO O| Aug 24 22:26:28.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64232026-08-24T22:26:29.060Z[ recovery-image] Aug 24 22:26:28.357 INFO O| Aug 24 22:26:28.357 INFO STEP 371 (remove_files) COMPLETE
64242026-08-24T22:26:29.064Z[ recovery-image] Aug 24 22:26:28.357 INFO O| Aug 24 22:26:28.357 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-24T22:26:29.068Z[ recovery-image] Aug 24 22:26:28.364 INFO O| Aug 24 22:26:28.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64262026-08-24T22:26:29.068Z[ recovery-image] Aug 24 22:26:28.364 INFO O| Aug 24 22:26:28.364 INFO STEP 372 (remove_files) COMPLETE
64272026-08-24T22:26:29.068Z[ recovery-image] Aug 24 22:26:28.364 INFO O| Aug 24 22:26:28.364 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-24T22:26:29.076Z[ recovery-image] Aug 24 22:26:28.372 INFO O| Aug 24 22:26:28.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64292026-08-24T22:26:29.076Z[ recovery-image] Aug 24 22:26:28.372 INFO O| Aug 24 22:26:28.372 INFO STEP 373 (remove_files) COMPLETE
64302026-08-24T22:26:29.076Z[ recovery-image] Aug 24 22:26:28.372 INFO O| Aug 24 22:26:28.372 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-24T22:26:29.085Z[ recovery-image] Aug 24 22:26:28.380 INFO O| Aug 24 22:26:28.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64322026-08-24T22:26:29.085Z[ recovery-image] Aug 24 22:26:28.380 INFO O| Aug 24 22:26:28.380 INFO STEP 374 (remove_files) COMPLETE
64332026-08-24T22:26:29.089Z[ recovery-image] Aug 24 22:26:28.380 INFO O| Aug 24 22:26:28.380 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-24T22:26:29.092Z[ recovery-image] Aug 24 22:26:28.389 INFO O| Aug 24 22:26:28.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64352026-08-24T22:26:29.093Z[ recovery-image] Aug 24 22:26:28.389 INFO O| Aug 24 22:26:28.389 INFO STEP 375 (remove_files) COMPLETE
64362026-08-24T22:26:29.093Z[ recovery-image] Aug 24 22:26:28.389 INFO O| Aug 24 22:26:28.389 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-24T22:26:29.101Z[ recovery-image] Aug 24 22:26:28.397 INFO O| Aug 24 22:26:28.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64382026-08-24T22:26:29.101Z[ recovery-image] Aug 24 22:26:28.398 INFO O| Aug 24 22:26:28.398 INFO STEP 376 (remove_files) COMPLETE
64392026-08-24T22:26:29.101Z[ recovery-image] Aug 24 22:26:28.398 INFO O| Aug 24 22:26:28.398 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-24T22:26:29.110Z[ recovery-image] Aug 24 22:26:28.406 INFO O| Aug 24 22:26:28.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64412026-08-24T22:26:29.110Z[ recovery-image] Aug 24 22:26:28.406 INFO O| Aug 24 22:26:28.406 INFO STEP 377 (remove_files) COMPLETE
64422026-08-24T22:26:29.114Z[ recovery-image] Aug 24 22:26:28.406 INFO O| Aug 24 22:26:28.406 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-24T22:26:29.118Z[ recovery-image] Aug 24 22:26:28.415 INFO O| Aug 24 22:26:28.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64442026-08-24T22:26:29.118Z[ recovery-image] Aug 24 22:26:28.415 INFO O| Aug 24 22:26:28.415 INFO STEP 378 (remove_files) COMPLETE
64452026-08-24T22:26:29.118Z[ recovery-image] Aug 24 22:26:28.415 INFO O| Aug 24 22:26:28.415 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-24T22:26:29.127Z[ recovery-image] Aug 24 22:26:28.424 INFO O| Aug 24 22:26:28.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64472026-08-24T22:26:29.128Z[ recovery-image] Aug 24 22:26:28.424 INFO O| Aug 24 22:26:28.424 INFO STEP 379 (remove_files) COMPLETE
64482026-08-24T22:26:29.132Z[ recovery-image] Aug 24 22:26:28.424 INFO O| Aug 24 22:26:28.424 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-24T22:26:29.138Z[ recovery-image] Aug 24 22:26:28.434 INFO O| Aug 24 22:26:28.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64502026-08-24T22:26:29.138Z[ recovery-image] Aug 24 22:26:28.434 INFO O| Aug 24 22:26:28.434 INFO STEP 380 (remove_files) COMPLETE
64512026-08-24T22:26:29.142Z[ recovery-image] Aug 24 22:26:28.434 INFO O| Aug 24 22:26:28.434 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-24T22:26:29.146Z[ recovery-image] Aug 24 22:26:28.443 INFO O| Aug 24 22:26:28.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64532026-08-24T22:26:29.146Z[ recovery-image] Aug 24 22:26:28.443 INFO O| Aug 24 22:26:28.443 INFO STEP 381 (remove_files) COMPLETE
64542026-08-24T22:26:29.147Z[ recovery-image] Aug 24 22:26:28.443 INFO O| Aug 24 22:26:28.443 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-24T22:26:29.154Z[ recovery-image] Aug 24 22:26:28.451 INFO O| Aug 24 22:26:28.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64562026-08-24T22:26:29.154Z[ recovery-image] Aug 24 22:26:28.451 INFO O| Aug 24 22:26:28.451 INFO STEP 382 (remove_files) COMPLETE
64572026-08-24T22:26:29.154Z[ recovery-image] Aug 24 22:26:28.451 INFO O| Aug 24 22:26:28.451 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-24T22:26:29.162Z[ recovery-image] Aug 24 22:26:28.458 INFO O| Aug 24 22:26:28.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64592026-08-24T22:26:29.162Z[ recovery-image] Aug 24 22:26:28.458 INFO O| Aug 24 22:26:28.458 INFO STEP 383 (remove_files) COMPLETE
64602026-08-24T22:26:29.162Z[ recovery-image] Aug 24 22:26:28.458 INFO O| Aug 24 22:26:28.458 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-24T22:26:29.171Z[ recovery-image] Aug 24 22:26:28.466 INFO O| Aug 24 22:26:28.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64622026-08-24T22:26:29.171Z[ recovery-image] Aug 24 22:26:28.466 INFO O| Aug 24 22:26:28.466 INFO STEP 384 (remove_files) COMPLETE
64632026-08-24T22:26:29.175Z[ recovery-image] Aug 24 22:26:28.466 INFO O| Aug 24 22:26:28.466 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-24T22:26:29.178Z[ recovery-image] Aug 24 22:26:28.474 INFO O| Aug 24 22:26:28.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64652026-08-24T22:26:29.178Z[ recovery-image] Aug 24 22:26:28.474 INFO O| Aug 24 22:26:28.474 INFO STEP 385 (remove_files) COMPLETE
64662026-08-24T22:26:29.178Z[ recovery-image] Aug 24 22:26:28.474 INFO O| Aug 24 22:26:28.474 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-24T22:26:29.185Z[ recovery-image] Aug 24 22:26:28.482 INFO O| Aug 24 22:26:28.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64682026-08-24T22:26:29.185Z[ recovery-image] Aug 24 22:26:28.482 INFO O| Aug 24 22:26:28.482 INFO STEP 386 (remove_files) COMPLETE
64692026-08-24T22:26:29.185Z[ recovery-image] Aug 24 22:26:28.482 INFO O| Aug 24 22:26:28.482 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-24T22:26:29.194Z[ recovery-image] Aug 24 22:26:28.491 INFO O| Aug 24 22:26:28.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64712026-08-24T22:26:29.194Z[ recovery-image] Aug 24 22:26:28.491 INFO O| Aug 24 22:26:28.491 INFO STEP 387 (remove_files) COMPLETE
64722026-08-24T22:26:29.194Z[ recovery-image] Aug 24 22:26:28.491 INFO O| Aug 24 22:26:28.491 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-24T22:26:29.203Z[ recovery-image] Aug 24 22:26:28.500 INFO O| Aug 24 22:26:28.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64742026-08-24T22:26:29.203Z[ recovery-image] Aug 24 22:26:28.500 INFO O| Aug 24 22:26:28.500 INFO STEP 388 (remove_files) COMPLETE
64752026-08-24T22:26:29.203Z[ recovery-image] Aug 24 22:26:28.500 INFO O| Aug 24 22:26:28.500 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-24T22:26:29.213Z[ recovery-image] Aug 24 22:26:28.510 INFO O| Aug 24 22:26:28.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64772026-08-24T22:26:29.214Z[ recovery-image] Aug 24 22:26:28.510 INFO O| Aug 24 22:26:28.510 INFO STEP 389 (remove_files) COMPLETE
64782026-08-24T22:26:29.217Z[ recovery-image] Aug 24 22:26:28.510 INFO O| Aug 24 22:26:28.510 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-24T22:26:29.224Z[ recovery-image] Aug 24 22:26:28.519 INFO O| Aug 24 22:26:28.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64802026-08-24T22:26:29.224Z[ recovery-image] Aug 24 22:26:28.519 INFO O| Aug 24 22:26:28.519 INFO STEP 390 (remove_files) COMPLETE
64812026-08-24T22:26:29.228Z[ recovery-image] Aug 24 22:26:28.519 INFO O| Aug 24 22:26:28.519 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-24T22:26:29.233Z[ recovery-image] Aug 24 22:26:28.529 INFO O| Aug 24 22:26:28.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64832026-08-24T22:26:29.233Z[ recovery-image] Aug 24 22:26:28.529 INFO O| Aug 24 22:26:28.529 INFO STEP 391 (remove_files) COMPLETE
64842026-08-24T22:26:29.233Z[ recovery-image] Aug 24 22:26:28.529 INFO O| Aug 24 22:26:28.529 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-24T22:26:29.242Z[ recovery-image] Aug 24 22:26:28.539 INFO O| Aug 24 22:26:28.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64862026-08-24T22:26:29.242Z[ recovery-image] Aug 24 22:26:28.539 INFO O| Aug 24 22:26:28.539 INFO STEP 392 (remove_files) COMPLETE
64872026-08-24T22:26:29.243Z[ recovery-image] Aug 24 22:26:28.539 INFO O| Aug 24 22:26:28.539 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-24T22:26:29.251Z[ recovery-image] Aug 24 22:26:28.547 INFO O| Aug 24 22:26:28.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64892026-08-24T22:26:29.251Z[ recovery-image] Aug 24 22:26:28.547 INFO O| Aug 24 22:26:28.547 INFO STEP 393 (remove_files) COMPLETE
64902026-08-24T22:26:29.255Z[ recovery-image] Aug 24 22:26:28.547 INFO O| Aug 24 22:26:28.547 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-24T22:26:29.259Z[ recovery-image] Aug 24 22:26:28.555 INFO O| Aug 24 22:26:28.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64922026-08-24T22:26:29.259Z[ recovery-image] Aug 24 22:26:28.556 INFO O| Aug 24 22:26:28.555 INFO STEP 394 (remove_files) COMPLETE
64932026-08-24T22:26:29.259Z[ recovery-image] Aug 24 22:26:28.556 INFO O| Aug 24 22:26:28.555 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-24T22:26:29.267Z[ recovery-image] Aug 24 22:26:28.564 INFO O| Aug 24 22:26:28.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64952026-08-24T22:26:29.268Z[ recovery-image] Aug 24 22:26:28.564 INFO O| Aug 24 22:26:28.564 INFO STEP 395 (remove_files) COMPLETE
64962026-08-24T22:26:29.271Z[ recovery-image] Aug 24 22:26:28.564 INFO O| Aug 24 22:26:28.564 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-24T22:26:29.282Z[ recovery-image] Aug 24 22:26:28.573 INFO O| Aug 24 22:26:28.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64982026-08-24T22:26:29.282Z[ recovery-image] Aug 24 22:26:28.573 INFO O| Aug 24 22:26:28.573 INFO STEP 396 (remove_files) COMPLETE
64992026-08-24T22:26:29.282Z[ recovery-image] Aug 24 22:26:28.573 INFO O| Aug 24 22:26:28.573 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-24T22:26:29.286Z[ recovery-image] Aug 24 22:26:28.581 INFO O| Aug 24 22:26:28.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65012026-08-24T22:26:29.286Z[ recovery-image] Aug 24 22:26:28.581 INFO O| Aug 24 22:26:28.581 INFO STEP 397 (remove_files) COMPLETE
65022026-08-24T22:26:29.286Z[ recovery-image] Aug 24 22:26:28.581 INFO O| Aug 24 22:26:28.581 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-24T22:26:29.292Z[ recovery-image] Aug 24 22:26:28.589 INFO O| Aug 24 22:26:28.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65042026-08-24T22:26:29.292Z[ recovery-image] Aug 24 22:26:28.589 INFO O| Aug 24 22:26:28.589 INFO STEP 398 (remove_files) COMPLETE
65052026-08-24T22:26:29.292Z[ recovery-image] Aug 24 22:26:28.589 INFO O| Aug 24 22:26:28.589 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-24T22:26:29.301Z[ recovery-image] Aug 24 22:26:28.598 INFO O| Aug 24 22:26:28.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65072026-08-24T22:26:29.301Z[ recovery-image] Aug 24 22:26:28.598 INFO O| Aug 24 22:26:28.598 INFO STEP 399 (remove_files) COMPLETE
65082026-08-24T22:26:29.305Z[ recovery-image] Aug 24 22:26:28.598 INFO O| Aug 24 22:26:28.598 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-08-24T22:26:29.311Z[ recovery-image] Aug 24 22:26:28.607 INFO O| Aug 24 22:26:28.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65102026-08-24T22:26:29.311Z[ recovery-image] Aug 24 22:26:28.608 INFO O| Aug 24 22:26:28.607 INFO STEP 400 (remove_files) COMPLETE
65112026-08-24T22:26:29.315Z[ recovery-image] Aug 24 22:26:28.608 INFO O| Aug 24 22:26:28.607 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-08-24T22:26:29.320Z[ recovery-image] Aug 24 22:26:28.617 INFO O| Aug 24 22:26:28.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65132026-08-24T22:26:29.320Z[ recovery-image] Aug 24 22:26:28.617 INFO O| Aug 24 22:26:28.617 INFO STEP 401 (remove_files) COMPLETE
65142026-08-24T22:26:29.324Z[ recovery-image] Aug 24 22:26:28.617 INFO O| Aug 24 22:26:28.617 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-24T22:26:29.329Z[ recovery-image] Aug 24 22:26:28.625 INFO O| Aug 24 22:26:28.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65162026-08-24T22:26:29.329Z[ recovery-image] Aug 24 22:26:28.626 INFO O| Aug 24 22:26:28.625 INFO STEP 402 (remove_files) COMPLETE
65172026-08-24T22:26:29.329Z[ recovery-image] Aug 24 22:26:28.626 INFO O| Aug 24 22:26:28.626 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-24T22:26:29.333Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
65192026-08-24T22:26:29.339Z[ recovery-image] Aug 24 22:26:28.636 INFO O| Aug 24 22:26:28.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65202026-08-24T22:26:29.339Z[ recovery-image] Aug 24 22:26:28.636 INFO O| Aug 24 22:26:28.636 INFO STEP 403 (remove_files) COMPLETE
65212026-08-24T22:26:29.339Z[ recovery-image] Aug 24 22:26:28.636 INFO O| Aug 24 22:26:28.636 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-24T22:26:29.348Z[ recovery-image] Aug 24 22:26:28.645 INFO O| Aug 24 22:26:28.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65232026-08-24T22:26:29.348Z[ recovery-image] Aug 24 22:26:28.645 INFO O| Aug 24 22:26:28.645 INFO STEP 404 (remove_files) COMPLETE
65242026-08-24T22:26:29.352Z[ recovery-image] Aug 24 22:26:28.645 INFO O| Aug 24 22:26:28.645 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-24T22:26:29.361Z[ recovery-image] Aug 24 22:26:28.657 INFO O| Aug 24 22:26:28.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65262026-08-24T22:26:29.361Z[ recovery-image] Aug 24 22:26:28.657 INFO O| Aug 24 22:26:28.657 INFO STEP 405 (remove_files) COMPLETE
65272026-08-24T22:26:29.361Z[ recovery-image] Aug 24 22:26:28.657 INFO O| Aug 24 22:26:28.657 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-24T22:26:29.370Z[ recovery-image] Aug 24 22:26:28.666 INFO O| Aug 24 22:26:28.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65292026-08-24T22:26:29.370Z[ recovery-image] Aug 24 22:26:28.667 INFO O| Aug 24 22:26:28.667 INFO STEP 406 (remove_files) COMPLETE
65302026-08-24T22:26:29.374Z[ recovery-image] Aug 24 22:26:28.667 INFO O| Aug 24 22:26:28.667 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-24T22:26:29.383Z[ recovery-image] Aug 24 22:26:28.680 INFO O| Aug 24 22:26:28.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65322026-08-24T22:26:29.383Z[ recovery-image] Aug 24 22:26:28.680 INFO O| Aug 24 22:26:28.680 INFO STEP 407 (remove_files) COMPLETE
65332026-08-24T22:26:29.383Z[ recovery-image] Aug 24 22:26:28.680 INFO O| Aug 24 22:26:28.680 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-24T22:26:29.392Z[ recovery-image] Aug 24 22:26:28.688 INFO O| Aug 24 22:26:28.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65352026-08-24T22:26:29.392Z[ recovery-image] Aug 24 22:26:28.688 INFO O| Aug 24 22:26:28.688 INFO STEP 408 (remove_files) COMPLETE
65362026-08-24T22:26:29.392Z[ recovery-image] Aug 24 22:26:28.688 INFO O| Aug 24 22:26:28.688 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-24T22:26:29.400Z[ recovery-image] Aug 24 22:26:28.697 INFO O| Aug 24 22:26:28.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65382026-08-24T22:26:29.400Z[ recovery-image] Aug 24 22:26:28.697 INFO O| Aug 24 22:26:28.697 INFO STEP 409 (remove_files) COMPLETE
65392026-08-24T22:26:29.400Z[ recovery-image] Aug 24 22:26:28.697 INFO O| Aug 24 22:26:28.697 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-24T22:26:29.409Z[ recovery-image] Aug 24 22:26:28.705 INFO O| Aug 24 22:26:28.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65412026-08-24T22:26:29.409Z[ recovery-image] Aug 24 22:26:28.705 INFO O| Aug 24 22:26:28.705 INFO STEP 410 (remove_files) COMPLETE
65422026-08-24T22:26:29.409Z[ recovery-image] Aug 24 22:26:28.705 INFO O| Aug 24 22:26:28.705 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-24T22:26:29.418Z[ recovery-image] Aug 24 22:26:28.714 INFO O| Aug 24 22:26:28.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65442026-08-24T22:26:29.418Z[ recovery-image] Aug 24 22:26:28.714 INFO O| Aug 24 22:26:28.714 INFO STEP 411 (remove_files) COMPLETE
65452026-08-24T22:26:29.418Z[ recovery-image] Aug 24 22:26:28.714 INFO O| Aug 24 22:26:28.714 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-24T22:26:29.426Z[ recovery-image] Aug 24 22:26:28.723 INFO O| Aug 24 22:26:28.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65472026-08-24T22:26:29.426Z[ recovery-image] Aug 24 22:26:28.723 INFO O| Aug 24 22:26:28.723 INFO STEP 412 (remove_files) COMPLETE
65482026-08-24T22:26:29.426Z[ recovery-image] Aug 24 22:26:28.723 INFO O| Aug 24 22:26:28.723 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-24T22:26:29.435Z[ recovery-image] Aug 24 22:26:28.731 INFO O| Aug 24 22:26:28.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65502026-08-24T22:26:29.435Z[ recovery-image] Aug 24 22:26:28.731 INFO O| Aug 24 22:26:28.731 INFO STEP 413 (remove_files) COMPLETE
65512026-08-24T22:26:29.439Z[ recovery-image] Aug 24 22:26:28.731 INFO O| Aug 24 22:26:28.731 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-24T22:26:29.443Z[ recovery-image] Aug 24 22:26:28.740 INFO O| Aug 24 22:26:28.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65532026-08-24T22:26:29.443Z[ recovery-image] Aug 24 22:26:28.740 INFO O| Aug 24 22:26:28.740 INFO STEP 414 (remove_files) COMPLETE
65542026-08-24T22:26:29.443Z[ recovery-image] Aug 24 22:26:28.740 INFO O| Aug 24 22:26:28.740 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-24T22:26:29.452Z[ recovery-image] Aug 24 22:26:28.749 INFO O| Aug 24 22:26:28.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65562026-08-24T22:26:29.452Z[ recovery-image] Aug 24 22:26:28.749 INFO O| Aug 24 22:26:28.749 INFO STEP 415 (remove_files) COMPLETE
65572026-08-24T22:26:29.456Z[ recovery-image] Aug 24 22:26:28.749 INFO O| Aug 24 22:26:28.749 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-24T22:26:29.460Z[ recovery-image] Aug 24 22:26:28.757 INFO O| Aug 24 22:26:28.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65592026-08-24T22:26:29.460Z[ recovery-image] Aug 24 22:26:28.757 INFO O| Aug 24 22:26:28.757 INFO STEP 416 (remove_files) COMPLETE
65602026-08-24T22:26:29.460Z[ recovery-image] Aug 24 22:26:28.757 INFO O| Aug 24 22:26:28.757 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-24T22:26:29.469Z[ recovery-image] Aug 24 22:26:28.766 INFO O| Aug 24 22:26:28.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65622026-08-24T22:26:29.470Z[ recovery-image] Aug 24 22:26:28.766 INFO O| Aug 24 22:26:28.766 INFO STEP 417 (remove_files) COMPLETE
65632026-08-24T22:26:29.474Z[ recovery-image] Aug 24 22:26:28.766 INFO O| Aug 24 22:26:28.766 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-24T22:26:29.478Z[ recovery-image] Aug 24 22:26:28.775 INFO O| Aug 24 22:26:28.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65652026-08-24T22:26:29.478Z[ recovery-image] Aug 24 22:26:28.775 INFO O| Aug 24 22:26:28.775 INFO STEP 418 (remove_files) COMPLETE
65662026-08-24T22:26:29.478Z[ recovery-image] Aug 24 22:26:28.775 INFO O| Aug 24 22:26:28.775 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65672026-08-24T22:26:29.487Z[ recovery-image] Aug 24 22:26:28.784 INFO O| Aug 24 22:26:28.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65682026-08-24T22:26:29.487Z[ recovery-image] Aug 24 22:26:28.784 INFO O| Aug 24 22:26:28.784 INFO STEP 419 (remove_files) COMPLETE
65692026-08-24T22:26:29.487Z[ recovery-image] Aug 24 22:26:28.784 INFO O| Aug 24 22:26:28.784 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65702026-08-24T22:26:29.496Z[ recovery-image] Aug 24 22:26:28.793 INFO O| Aug 24 22:26:28.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65712026-08-24T22:26:29.496Z[ recovery-image] Aug 24 22:26:28.793 INFO O| Aug 24 22:26:28.793 INFO STEP 420 (remove_files) COMPLETE
65722026-08-24T22:26:29.496Z[ recovery-image] Aug 24 22:26:28.793 INFO O| Aug 24 22:26:28.793 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65732026-08-24T22:26:29.505Z[ recovery-image] Aug 24 22:26:28.802 INFO O| Aug 24 22:26:28.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65742026-08-24T22:26:29.505Z[ recovery-image] Aug 24 22:26:28.802 INFO O| Aug 24 22:26:28.802 INFO STEP 421 (remove_files) COMPLETE
65752026-08-24T22:26:29.505Z[ recovery-image] Aug 24 22:26:28.802 INFO O| Aug 24 22:26:28.802 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65762026-08-24T22:26:29.513Z[ recovery-image] Aug 24 22:26:28.810 INFO O| Aug 24 22:26:28.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65772026-08-24T22:26:29.513Z[ recovery-image] Aug 24 22:26:28.810 INFO O| Aug 24 22:26:28.810 INFO STEP 422 (remove_files) COMPLETE
65782026-08-24T22:26:29.514Z[ recovery-image] Aug 24 22:26:28.810 INFO O| Aug 24 22:26:28.810 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65792026-08-24T22:26:29.521Z[ recovery-image] Aug 24 22:26:28.818 INFO O| Aug 24 22:26:28.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65802026-08-24T22:26:29.521Z[ recovery-image] Aug 24 22:26:28.818 INFO O| Aug 24 22:26:28.818 INFO STEP 423 (remove_files) COMPLETE
65812026-08-24T22:26:29.522Z[ recovery-image] Aug 24 22:26:28.818 INFO O| Aug 24 22:26:28.818 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65822026-08-24T22:26:29.529Z[ recovery-image] Aug 24 22:26:28.826 INFO O| Aug 24 22:26:28.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65832026-08-24T22:26:29.529Z[ recovery-image] Aug 24 22:26:28.826 INFO O| Aug 24 22:26:28.826 INFO STEP 424 (remove_files) COMPLETE
65842026-08-24T22:26:29.529Z[ recovery-image] Aug 24 22:26:28.826 INFO O| Aug 24 22:26:28.826 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-24T22:26:29.538Z[ recovery-image] Aug 24 22:26:28.835 INFO O| Aug 24 22:26:28.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65862026-08-24T22:26:29.538Z[ recovery-image] Aug 24 22:26:28.835 INFO O| Aug 24 22:26:28.835 INFO STEP 425 (remove_files) COMPLETE
65872026-08-24T22:26:29.543Z[ recovery-image] Aug 24 22:26:28.835 INFO O| Aug 24 22:26:28.835 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-24T22:26:29.547Z[ recovery-image] Aug 24 22:26:28.843 INFO O| Aug 24 22:26:28.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65892026-08-24T22:26:29.547Z[ recovery-image] Aug 24 22:26:28.843 INFO O| Aug 24 22:26:28.843 INFO STEP 426 (remove_files) COMPLETE
65902026-08-24T22:26:29.547Z[ recovery-image] Aug 24 22:26:28.843 INFO O| Aug 24 22:26:28.843 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-24T22:26:29.554Z[ recovery-image] Aug 24 22:26:28.851 INFO O| Aug 24 22:26:28.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65922026-08-24T22:26:29.555Z[ recovery-image] Aug 24 22:26:28.851 INFO O| Aug 24 22:26:28.851 INFO STEP 427 (remove_files) COMPLETE
65932026-08-24T22:26:29.559Z[ recovery-image] Aug 24 22:26:28.851 INFO O| Aug 24 22:26:28.851 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-24T22:26:29.563Z[ recovery-image] Aug 24 22:26:28.859 INFO O| Aug 24 22:26:28.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65952026-08-24T22:26:29.563Z[ recovery-image] Aug 24 22:26:28.859 INFO O| Aug 24 22:26:28.859 INFO STEP 428 (remove_files) COMPLETE
65962026-08-24T22:26:29.563Z[ recovery-image] Aug 24 22:26:28.859 INFO O| Aug 24 22:26:28.859 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-24T22:26:29.571Z[ recovery-image] Aug 24 22:26:28.867 INFO O| Aug 24 22:26:28.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65982026-08-24T22:26:29.571Z[ recovery-image] Aug 24 22:26:28.867 INFO O| Aug 24 22:26:28.867 INFO STEP 429 (remove_files) COMPLETE
65992026-08-24T22:26:29.575Z[ recovery-image] Aug 24 22:26:28.867 INFO O| Aug 24 22:26:28.867 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-24T22:26:29.579Z[ recovery-image] Aug 24 22:26:28.876 INFO O| Aug 24 22:26:28.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66012026-08-24T22:26:29.579Z[ recovery-image] Aug 24 22:26:28.876 INFO O| Aug 24 22:26:28.876 INFO STEP 430 (remove_files) COMPLETE
66022026-08-24T22:26:29.579Z[ recovery-image] Aug 24 22:26:28.876 INFO O| Aug 24 22:26:28.876 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-24T22:26:29.589Z[ recovery-image] Aug 24 22:26:28.886 INFO O| Aug 24 22:26:28.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66042026-08-24T22:26:29.589Z[ recovery-image] Aug 24 22:26:28.886 INFO O| Aug 24 22:26:28.886 INFO STEP 431 (remove_files) COMPLETE
66052026-08-24T22:26:29.589Z[ recovery-image] Aug 24 22:26:28.886 INFO O| Aug 24 22:26:28.886 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-24T22:26:29.604Z[ recovery-image] Aug 24 22:26:28.895 INFO O| Aug 24 22:26:28.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66072026-08-24T22:26:29.604Z[ recovery-image] Aug 24 22:26:28.895 INFO O| Aug 24 22:26:28.895 INFO STEP 432 (remove_files) COMPLETE
66082026-08-24T22:26:29.608Z[ recovery-image] Aug 24 22:26:28.895 INFO O| Aug 24 22:26:28.895 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-24T22:26:29.608Z[ recovery-image] Aug 24 22:26:28.904 INFO O| Aug 24 22:26:28.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66102026-08-24T22:26:29.608Z[ recovery-image] Aug 24 22:26:28.904 INFO O| Aug 24 22:26:28.904 INFO STEP 433 (remove_files) COMPLETE
66112026-08-24T22:26:29.608Z[ recovery-image] Aug 24 22:26:28.904 INFO O| Aug 24 22:26:28.904 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-24T22:26:29.618Z[ recovery-image] Aug 24 22:26:28.915 INFO O| Aug 24 22:26:28.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66132026-08-24T22:26:29.619Z[ recovery-image] Aug 24 22:26:28.915 INFO O| Aug 24 22:26:28.915 INFO STEP 434 (remove_files) COMPLETE
66142026-08-24T22:26:29.623Z[ recovery-image] Aug 24 22:26:28.915 INFO O| Aug 24 22:26:28.915 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-24T22:26:29.627Z[ recovery-image] Aug 24 22:26:28.924 INFO O| Aug 24 22:26:28.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66162026-08-24T22:26:29.627Z[ recovery-image] Aug 24 22:26:28.924 INFO O| Aug 24 22:26:28.924 INFO STEP 435 (remove_files) COMPLETE
66172026-08-24T22:26:29.631Z[ recovery-image] Aug 24 22:26:28.924 INFO O| Aug 24 22:26:28.924 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-24T22:26:29.636Z[ recovery-image] Aug 24 22:26:28.931 INFO O| Aug 24 22:26:28.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66192026-08-24T22:26:29.636Z[ recovery-image] Aug 24 22:26:28.931 INFO O| Aug 24 22:26:28.931 INFO STEP 436 (remove_files) COMPLETE
66202026-08-24T22:26:29.636Z[ recovery-image] Aug 24 22:26:28.931 INFO O| Aug 24 22:26:28.931 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-24T22:26:29.671Z[ recovery-image] Aug 24 22:26:28.964 INFO O| Aug 24 22:26:28.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66222026-08-24T22:26:29.671Z[ recovery-image] Aug 24 22:26:28.964 INFO O| Aug 24 22:26:28.964 INFO STEP 437 (remove_files) COMPLETE
66232026-08-24T22:26:29.709Z[ recovery-image] Aug 24 22:26:28.964 INFO O| Aug 24 22:26:28.964 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-24T22:26:29.709Z[ recovery-image] Aug 24 22:26:28.986 INFO O| Aug 24 22:26:28.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66252026-08-24T22:26:29.713Z[ recovery-image] Aug 24 22:26:28.986 INFO O| Aug 24 22:26:28.977 INFO STEP 438 (remove_files) COMPLETE
66262026-08-24T22:26:29.713Z[ recovery-image] Aug 24 22:26:28.986 INFO O| Aug 24 22:26:28.977 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-24T22:26:29.713Z[ recovery-image] Aug 24 22:26:28.986 INFO O| Aug 24 22:26:28.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66282026-08-24T22:26:29.714Z[ recovery-image] Aug 24 22:26:28.986 INFO O| Aug 24 22:26:28.984 INFO STEP 439 (remove_files) COMPLETE
66292026-08-24T22:26:29.714Z[ recovery-image] Aug 24 22:26:28.986 INFO O| Aug 24 22:26:28.984 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-24T22:26:29.733Z[ recovery-image] Aug 24 22:26:29.011 INFO O| Aug 24 22:26:29.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66312026-08-24T22:26:29.734Z[ recovery-image] Aug 24 22:26:29.012 INFO O| Aug 24 22:26:29.012 INFO STEP 440 (remove_files) COMPLETE
66322026-08-24T22:26:29.734Z[ recovery-image] Aug 24 22:26:29.012 INFO O| Aug 24 22:26:29.012 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-24T22:26:29.734Z[ recovery-image] Aug 24 22:26:29.022 INFO O| Aug 24 22:26:29.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66342026-08-24T22:26:29.735Z[ recovery-image] Aug 24 22:26:29.022 INFO O| Aug 24 22:26:29.022 INFO STEP 441 (remove_files) COMPLETE
66352026-08-24T22:26:29.735Z[ recovery-image] Aug 24 22:26:29.022 INFO O| Aug 24 22:26:29.022 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-24T22:26:29.739Z[ recovery-image] Aug 24 22:26:29.033 INFO O| Aug 24 22:26:29.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66372026-08-24T22:26:29.739Z[ recovery-image] Aug 24 22:26:29.033 INFO O| Aug 24 22:26:29.033 INFO STEP 442 (remove_files) COMPLETE
66382026-08-24T22:26:29.739Z[ recovery-image] Aug 24 22:26:29.033 INFO O| Aug 24 22:26:29.033 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-24T22:26:29.748Z[ recovery-image] Aug 24 22:26:29.045 INFO O| Aug 24 22:26:29.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66402026-08-24T22:26:29.752Z[ recovery-image] Aug 24 22:26:29.045 INFO O| Aug 24 22:26:29.045 INFO STEP 443 (remove_files) COMPLETE
66412026-08-24T22:26:29.752Z[ recovery-image] Aug 24 22:26:29.045 INFO O| Aug 24 22:26:29.045 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-24T22:26:29.759Z[ recovery-image] Aug 24 22:26:29.056 INFO O| Aug 24 22:26:29.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66432026-08-24T22:26:29.759Z[ recovery-image] Aug 24 22:26:29.056 INFO O| Aug 24 22:26:29.056 INFO STEP 444 (remove_files) COMPLETE
66442026-08-24T22:26:29.763Z[ recovery-image] Aug 24 22:26:29.056 INFO O| Aug 24 22:26:29.056 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-24T22:26:29.771Z[ recovery-image] Aug 24 22:26:29.067 INFO O| Aug 24 22:26:29.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66462026-08-24T22:26:29.771Z[ recovery-image] Aug 24 22:26:29.067 INFO O| Aug 24 22:26:29.067 INFO STEP 445 (remove_files) COMPLETE
66472026-08-24T22:26:29.771Z[ recovery-image] Aug 24 22:26:29.067 INFO O| Aug 24 22:26:29.067 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-24T22:26:29.781Z[ recovery-image] Aug 24 22:26:29.078 INFO O| Aug 24 22:26:29.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66492026-08-24T22:26:29.781Z[ recovery-image] Aug 24 22:26:29.078 INFO O| Aug 24 22:26:29.078 INFO STEP 446 (remove_files) COMPLETE
66502026-08-24T22:26:29.781Z[ recovery-image] Aug 24 22:26:29.078 INFO O| Aug 24 22:26:29.078 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-24T22:26:29.788Z[verify-libraries] Compiling samael v0.0.19
66522026-08-24T22:26:29.793Z[ recovery-image] Aug 24 22:26:29.090 INFO O| Aug 24 22:26:29.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66532026-08-24T22:26:29.793Z[ recovery-image] Aug 24 22:26:29.090 INFO O| Aug 24 22:26:29.090 INFO STEP 447 (remove_files) COMPLETE
66542026-08-24T22:26:29.797Z[ recovery-image] Aug 24 22:26:29.090 INFO O| Aug 24 22:26:29.090 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-24T22:26:29.804Z[ recovery-image] Aug 24 22:26:29.100 INFO O| Aug 24 22:26:29.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66562026-08-24T22:26:29.808Z[ recovery-image] Aug 24 22:26:29.103 INFO O| Aug 24 22:26:29.102 INFO STEP 448 (remove_files) COMPLETE
66572026-08-24T22:26:29.808Z[ recovery-image] Aug 24 22:26:29.103 INFO O| Aug 24 22:26:29.103 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-24T22:26:29.815Z[ recovery-image] Aug 24 22:26:29.112 INFO O| Aug 24 22:26:29.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66592026-08-24T22:26:29.819Z[ recovery-image] Aug 24 22:26:29.114 INFO O| Aug 24 22:26:29.114 INFO STEP 449 (remove_files) COMPLETE
66602026-08-24T22:26:29.819Z[ recovery-image] Aug 24 22:26:29.114 INFO O| Aug 24 22:26:29.114 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-24T22:26:29.824Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
66622026-08-24T22:26:29.831Z[ recovery-image] Aug 24 22:26:29.128 INFO O| Aug 24 22:26:29.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66632026-08-24T22:26:29.831Z[ recovery-image] Aug 24 22:26:29.128 INFO O| Aug 24 22:26:29.128 INFO STEP 450 (remove_files) COMPLETE
66642026-08-24T22:26:29.835Z[ recovery-image] Aug 24 22:26:29.128 INFO O| Aug 24 22:26:29.128 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-24T22:26:29.840Z[ recovery-image] Aug 24 22:26:29.137 INFO O| Aug 24 22:26:29.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66662026-08-24T22:26:29.840Z[ recovery-image] Aug 24 22:26:29.137 INFO O| Aug 24 22:26:29.137 INFO STEP 451 (remove_files) COMPLETE
66672026-08-24T22:26:29.840Z[ recovery-image] Aug 24 22:26:29.137 INFO O| Aug 24 22:26:29.137 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-24T22:26:29.850Z[ recovery-image] Aug 24 22:26:29.147 INFO O| Aug 24 22:26:29.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66692026-08-24T22:26:29.850Z[ recovery-image] Aug 24 22:26:29.147 INFO O| Aug 24 22:26:29.147 INFO STEP 452 (remove_files) COMPLETE
66702026-08-24T22:26:29.854Z[ recovery-image] Aug 24 22:26:29.147 INFO O| Aug 24 22:26:29.147 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-24T22:26:29.859Z[ recovery-image] Aug 24 22:26:29.156 INFO O| Aug 24 22:26:29.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66722026-08-24T22:26:29.860Z[ recovery-image] Aug 24 22:26:29.156 INFO O| Aug 24 22:26:29.156 INFO STEP 453 (remove_files) COMPLETE
66732026-08-24T22:26:29.860Z[ recovery-image] Aug 24 22:26:29.156 INFO O| Aug 24 22:26:29.156 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-24T22:26:29.871Z[ recovery-image] Aug 24 22:26:29.167 INFO O| Aug 24 22:26:29.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66752026-08-24T22:26:29.871Z[ recovery-image] Aug 24 22:26:29.167 INFO O| Aug 24 22:26:29.167 INFO STEP 454 (remove_files) COMPLETE
66762026-08-24T22:26:29.871Z[ recovery-image] Aug 24 22:26:29.167 INFO O| Aug 24 22:26:29.167 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-24T22:26:29.881Z[ recovery-image] Aug 24 22:26:29.177 INFO O| Aug 24 22:26:29.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66782026-08-24T22:26:29.881Z[ recovery-image] Aug 24 22:26:29.178 INFO O| Aug 24 22:26:29.178 INFO STEP 455 (remove_files) COMPLETE
66792026-08-24T22:26:29.882Z[ recovery-image] Aug 24 22:26:29.178 INFO O| Aug 24 22:26:29.178 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-24T22:26:29.890Z[ recovery-image] Aug 24 22:26:29.187 INFO O| Aug 24 22:26:29.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66812026-08-24T22:26:29.890Z[ recovery-image] Aug 24 22:26:29.187 INFO O| Aug 24 22:26:29.187 INFO STEP 456 (remove_files) COMPLETE
66822026-08-24T22:26:29.894Z[ recovery-image] Aug 24 22:26:29.187 INFO O| Aug 24 22:26:29.187 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-24T22:26:29.899Z[ recovery-image] Aug 24 22:26:29.195 INFO O| Aug 24 22:26:29.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66842026-08-24T22:26:29.899Z[ recovery-image] Aug 24 22:26:29.196 INFO O| Aug 24 22:26:29.196 INFO STEP 457 (remove_files) COMPLETE
66852026-08-24T22:26:29.899Z[ recovery-image] Aug 24 22:26:29.196 INFO O| Aug 24 22:26:29.196 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-24T22:26:29.909Z[ recovery-image] Aug 24 22:26:29.205 INFO O| Aug 24 22:26:29.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66872026-08-24T22:26:29.909Z[ recovery-image] Aug 24 22:26:29.206 INFO O| Aug 24 22:26:29.206 INFO STEP 458 (remove_files) COMPLETE
66882026-08-24T22:26:29.913Z[ recovery-image] Aug 24 22:26:29.206 INFO O| Aug 24 22:26:29.206 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-24T22:26:29.919Z[ recovery-image] Aug 24 22:26:29.216 INFO O| Aug 24 22:26:29.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66902026-08-24T22:26:29.919Z[ recovery-image] Aug 24 22:26:29.216 INFO O| Aug 24 22:26:29.216 INFO STEP 459 (remove_files) COMPLETE
66912026-08-24T22:26:29.919Z[ recovery-image] Aug 24 22:26:29.216 INFO O| Aug 24 22:26:29.216 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-24T22:26:29.929Z[ recovery-image] Aug 24 22:26:29.225 INFO O| Aug 24 22:26:29.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66932026-08-24T22:26:29.929Z[ recovery-image] Aug 24 22:26:29.225 INFO O| Aug 24 22:26:29.225 INFO STEP 460 (remove_files) COMPLETE
66942026-08-24T22:26:29.930Z[ recovery-image] Aug 24 22:26:29.225 INFO O| Aug 24 22:26:29.225 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-24T22:26:29.938Z[ recovery-image] Aug 24 22:26:29.235 INFO O| Aug 24 22:26:29.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66962026-08-24T22:26:29.939Z[ recovery-image] Aug 24 22:26:29.235 INFO O| Aug 24 22:26:29.235 INFO STEP 461 (remove_files) COMPLETE
66972026-08-24T22:26:29.940Z[ recovery-image] Aug 24 22:26:29.235 INFO O| Aug 24 22:26:29.235 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-24T22:26:29.945Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
66992026-08-24T22:26:29.949Z[ recovery-image] Aug 24 22:26:29.244 INFO O| Aug 24 22:26:29.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67002026-08-24T22:26:29.949Z[ recovery-image] Aug 24 22:26:29.245 INFO O| Aug 24 22:26:29.245 INFO STEP 462 (remove_files) COMPLETE
67012026-08-24T22:26:29.949Z[ recovery-image] Aug 24 22:26:29.245 INFO O| Aug 24 22:26:29.245 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-24T22:26:29.958Z[ recovery-image] Aug 24 22:26:29.255 INFO O| Aug 24 22:26:29.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67032026-08-24T22:26:29.958Z[ recovery-image] Aug 24 22:26:29.255 INFO O| Aug 24 22:26:29.255 INFO STEP 463 (remove_files) COMPLETE
67042026-08-24T22:26:29.958Z[ recovery-image] Aug 24 22:26:29.255 INFO O| Aug 24 22:26:29.255 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-24T22:26:29.968Z[ recovery-image] Aug 24 22:26:29.265 INFO O| Aug 24 22:26:29.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67062026-08-24T22:26:29.968Z[ recovery-image] Aug 24 22:26:29.265 INFO O| Aug 24 22:26:29.265 INFO STEP 464 (remove_files) COMPLETE
67072026-08-24T22:26:29.968Z[ recovery-image] Aug 24 22:26:29.265 INFO O| Aug 24 22:26:29.265 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-24T22:26:29.979Z[ recovery-image] Aug 24 22:26:29.275 INFO O| Aug 24 22:26:29.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67092026-08-24T22:26:29.979Z[ recovery-image] Aug 24 22:26:29.275 INFO O| Aug 24 22:26:29.275 INFO STEP 465 (remove_files) COMPLETE
67102026-08-24T22:26:29.979Z[ recovery-image] Aug 24 22:26:29.275 INFO O| Aug 24 22:26:29.275 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-24T22:26:29.989Z[ recovery-image] Aug 24 22:26:29.285 INFO O| Aug 24 22:26:29.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67122026-08-24T22:26:29.989Z[ recovery-image] Aug 24 22:26:29.285 INFO O| Aug 24 22:26:29.285 INFO STEP 466 (remove_files) COMPLETE
67132026-08-24T22:26:29.989Z[ recovery-image] Aug 24 22:26:29.285 INFO O| Aug 24 22:26:29.285 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-24T22:26:29.999Z[ recovery-image] Aug 24 22:26:29.296 INFO O| Aug 24 22:26:29.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67152026-08-24T22:26:30.000Z[ recovery-image] Aug 24 22:26:29.296 INFO O| Aug 24 22:26:29.296 INFO STEP 467 (remove_files) COMPLETE
67162026-08-24T22:26:30.000Z[ recovery-image] Aug 24 22:26:29.296 INFO O| Aug 24 22:26:29.296 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-24T22:26:30.012Z[ recovery-image] Aug 24 22:26:29.307 INFO O| Aug 24 22:26:29.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67182026-08-24T22:26:30.012Z[ recovery-image] Aug 24 22:26:29.308 INFO O| Aug 24 22:26:29.308 INFO STEP 468 (remove_files) COMPLETE
67192026-08-24T22:26:30.016Z[ recovery-image] Aug 24 22:26:29.308 INFO O| Aug 24 22:26:29.308 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-24T22:26:30.023Z[ recovery-image] Aug 24 22:26:29.319 INFO O| Aug 24 22:26:29.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67212026-08-24T22:26:30.027Z[ recovery-image] Aug 24 22:26:29.319 INFO O| Aug 24 22:26:29.319 INFO STEP 469 (remove_files) COMPLETE
67222026-08-24T22:26:30.028Z[ recovery-image] Aug 24 22:26:29.319 INFO O| Aug 24 22:26:29.319 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-24T22:26:30.034Z[ recovery-image] Aug 24 22:26:29.331 INFO O| Aug 24 22:26:29.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67242026-08-24T22:26:30.034Z[ recovery-image] Aug 24 22:26:29.331 INFO O| Aug 24 22:26:29.331 INFO STEP 470 (remove_files) COMPLETE
67252026-08-24T22:26:30.034Z[ recovery-image] Aug 24 22:26:29.331 INFO O| Aug 24 22:26:29.331 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-24T22:26:30.046Z[ recovery-image] Aug 24 22:26:29.343 INFO O| Aug 24 22:26:29.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67272026-08-24T22:26:30.047Z[ recovery-image] Aug 24 22:26:29.343 INFO O| Aug 24 22:26:29.343 INFO STEP 471 (remove_files) COMPLETE
67282026-08-24T22:26:30.047Z[ recovery-image] Aug 24 22:26:29.343 INFO O| Aug 24 22:26:29.343 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-24T22:26:30.057Z[ recovery-image] Aug 24 22:26:29.354 INFO O| Aug 24 22:26:29.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67302026-08-24T22:26:30.057Z[ recovery-image] Aug 24 22:26:29.354 INFO O| Aug 24 22:26:29.354 INFO STEP 472 (remove_files) COMPLETE
67312026-08-24T22:26:30.057Z[ recovery-image] Aug 24 22:26:29.354 INFO O| Aug 24 22:26:29.354 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-24T22:26:30.068Z[ recovery-image] Aug 24 22:26:29.365 INFO O| Aug 24 22:26:29.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67332026-08-24T22:26:30.068Z[ recovery-image] Aug 24 22:26:29.365 INFO O| Aug 24 22:26:29.365 INFO STEP 473 (remove_files) COMPLETE
67342026-08-24T22:26:30.069Z[ recovery-image] Aug 24 22:26:29.365 INFO O| Aug 24 22:26:29.365 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-24T22:26:30.089Z[ recovery-image] Aug 24 22:26:29.386 INFO O| Aug 24 22:26:29.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67362026-08-24T22:26:30.089Z[ recovery-image] Aug 24 22:26:29.386 INFO O| Aug 24 22:26:29.386 INFO STEP 474 (remove_files) COMPLETE
67372026-08-24T22:26:30.090Z[ recovery-image] Aug 24 22:26:29.386 INFO O| Aug 24 22:26:29.386 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-24T22:26:30.113Z[ recovery-image] Aug 24 22:26:29.404 INFO O| Aug 24 22:26:29.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67392026-08-24T22:26:30.113Z[ recovery-image] Aug 24 22:26:29.404 INFO O| Aug 24 22:26:29.404 INFO STEP 475 (remove_files) COMPLETE
67402026-08-24T22:26:30.113Z[ recovery-image] Aug 24 22:26:29.404 INFO O| Aug 24 22:26:29.404 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-24T22:26:30.118Z[ recovery-image] Aug 24 22:26:29.414 INFO O| Aug 24 22:26:29.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67422026-08-24T22:26:30.119Z[ recovery-image] Aug 24 22:26:29.414 INFO O| Aug 24 22:26:29.414 INFO STEP 476 (remove_files) COMPLETE
67432026-08-24T22:26:30.123Z[ recovery-image] Aug 24 22:26:29.414 INFO O| Aug 24 22:26:29.414 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-24T22:26:30.127Z[ recovery-image] Aug 24 22:26:29.423 INFO O| Aug 24 22:26:29.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67452026-08-24T22:26:30.127Z[ recovery-image] Aug 24 22:26:29.423 INFO O| Aug 24 22:26:29.423 INFO STEP 477 (remove_files) COMPLETE
67462026-08-24T22:26:30.127Z[ recovery-image] Aug 24 22:26:29.424 INFO O| Aug 24 22:26:29.423 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-24T22:26:30.138Z[ recovery-image] Aug 24 22:26:29.434 INFO O| Aug 24 22:26:29.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67482026-08-24T22:26:30.138Z[ recovery-image] Aug 24 22:26:29.434 INFO O| Aug 24 22:26:29.434 INFO STEP 478 (remove_files) COMPLETE
67492026-08-24T22:26:30.138Z[ recovery-image] Aug 24 22:26:29.434 INFO O| Aug 24 22:26:29.434 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-24T22:26:30.147Z[ recovery-image] Aug 24 22:26:29.444 INFO O| Aug 24 22:26:29.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67512026-08-24T22:26:30.147Z[ recovery-image] Aug 24 22:26:29.444 INFO O| Aug 24 22:26:29.444 INFO STEP 479 (remove_files) COMPLETE
67522026-08-24T22:26:30.147Z[ recovery-image] Aug 24 22:26:29.444 INFO O| Aug 24 22:26:29.444 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-24T22:26:30.156Z[ recovery-image] Aug 24 22:26:29.452 INFO O| Aug 24 22:26:29.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67542026-08-24T22:26:30.156Z[ recovery-image] Aug 24 22:26:29.452 INFO O| Aug 24 22:26:29.452 INFO STEP 480 (remove_files) COMPLETE
67552026-08-24T22:26:30.160Z[ recovery-image] Aug 24 22:26:29.452 INFO O| Aug 24 22:26:29.452 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-24T22:26:30.165Z[ recovery-image] Aug 24 22:26:29.461 INFO O| Aug 24 22:26:29.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67572026-08-24T22:26:30.165Z[ recovery-image] Aug 24 22:26:29.462 INFO O| Aug 24 22:26:29.461 INFO STEP 481 (remove_files) COMPLETE
67582026-08-24T22:26:30.169Z[ recovery-image] Aug 24 22:26:29.462 INFO O| Aug 24 22:26:29.462 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-24T22:26:30.174Z[ recovery-image] Aug 24 22:26:29.470 INFO O| Aug 24 22:26:29.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67602026-08-24T22:26:30.174Z[ recovery-image] Aug 24 22:26:29.470 INFO O| Aug 24 22:26:29.470 INFO STEP 482 (remove_files) COMPLETE
67612026-08-24T22:26:30.178Z[ recovery-image] Aug 24 22:26:29.470 INFO O| Aug 24 22:26:29.470 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-24T22:26:30.182Z[ recovery-image] Aug 24 22:26:29.477 INFO O| Aug 24 22:26:29.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67632026-08-24T22:26:30.182Z[ recovery-image] Aug 24 22:26:29.477 INFO O| Aug 24 22:26:29.477 INFO STEP 483 (remove_files) COMPLETE
67642026-08-24T22:26:30.182Z[ recovery-image] Aug 24 22:26:29.477 INFO O| Aug 24 22:26:29.477 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-24T22:26:30.190Z[ recovery-image] Aug 24 22:26:29.486 INFO O| Aug 24 22:26:29.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67662026-08-24T22:26:30.190Z[ recovery-image] Aug 24 22:26:29.486 INFO O| Aug 24 22:26:29.486 INFO STEP 484 (remove_files) COMPLETE
67672026-08-24T22:26:30.194Z[ recovery-image] Aug 24 22:26:29.486 INFO O| Aug 24 22:26:29.486 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-24T22:26:30.199Z[ recovery-image] Aug 24 22:26:29.495 INFO O| Aug 24 22:26:29.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67692026-08-24T22:26:30.199Z[ recovery-image] Aug 24 22:26:29.495 INFO O| Aug 24 22:26:29.495 INFO STEP 485 (remove_files) COMPLETE
67702026-08-24T22:26:30.200Z[ recovery-image] Aug 24 22:26:29.495 INFO O| Aug 24 22:26:29.495 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-24T22:26:30.207Z[ recovery-image] Aug 24 22:26:29.503 INFO O| Aug 24 22:26:29.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67722026-08-24T22:26:30.207Z[ recovery-image] Aug 24 22:26:29.503 INFO O| Aug 24 22:26:29.503 INFO STEP 486 (remove_files) COMPLETE
67732026-08-24T22:26:30.207Z[ recovery-image] Aug 24 22:26:29.503 INFO O| Aug 24 22:26:29.503 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-24T22:26:30.216Z[ recovery-image] Aug 24 22:26:29.513 INFO O| Aug 24 22:26:29.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67752026-08-24T22:26:30.216Z[ recovery-image] Aug 24 22:26:29.513 INFO O| Aug 24 22:26:29.513 INFO STEP 487 (remove_files) COMPLETE
67762026-08-24T22:26:30.216Z[ recovery-image] Aug 24 22:26:29.513 INFO O| Aug 24 22:26:29.513 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-24T22:26:30.227Z[ recovery-image] Aug 24 22:26:29.524 INFO O| Aug 24 22:26:29.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67782026-08-24T22:26:30.227Z[ recovery-image] Aug 24 22:26:29.524 INFO O| Aug 24 22:26:29.524 INFO STEP 488 (remove_files) COMPLETE
67792026-08-24T22:26:30.227Z[ recovery-image] Aug 24 22:26:29.524 INFO O| Aug 24 22:26:29.524 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-24T22:26:30.238Z[ recovery-image] Aug 24 22:26:29.534 INFO O| Aug 24 22:26:29.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67812026-08-24T22:26:30.238Z[ recovery-image] Aug 24 22:26:29.534 INFO O| Aug 24 22:26:29.534 INFO STEP 489 (remove_files) COMPLETE
67822026-08-24T22:26:30.238Z[ recovery-image] Aug 24 22:26:29.534 INFO O| Aug 24 22:26:29.534 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-24T22:26:30.247Z[ recovery-image] Aug 24 22:26:29.544 INFO O| Aug 24 22:26:29.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67842026-08-24T22:26:30.247Z[ recovery-image] Aug 24 22:26:29.544 INFO O| Aug 24 22:26:29.544 INFO STEP 490 (remove_files) COMPLETE
67852026-08-24T22:26:30.248Z[ recovery-image] Aug 24 22:26:29.544 INFO O| Aug 24 22:26:29.544 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-24T22:26:30.258Z[ recovery-image] Aug 24 22:26:29.555 INFO O| Aug 24 22:26:29.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67872026-08-24T22:26:30.258Z[ recovery-image] Aug 24 22:26:29.555 INFO O| Aug 24 22:26:29.555 INFO STEP 491 (remove_files) COMPLETE
67882026-08-24T22:26:30.258Z[ recovery-image] Aug 24 22:26:29.555 INFO O| Aug 24 22:26:29.555 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-24T22:26:30.268Z[ recovery-image] Aug 24 22:26:29.564 INFO O| Aug 24 22:26:29.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67902026-08-24T22:26:30.268Z[ recovery-image] Aug 24 22:26:29.564 INFO O| Aug 24 22:26:29.564 INFO STEP 492 (remove_files) COMPLETE
67912026-08-24T22:26:30.268Z[ recovery-image] Aug 24 22:26:29.564 INFO O| Aug 24 22:26:29.564 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-24T22:26:30.279Z[ recovery-image] Aug 24 22:26:29.576 INFO O| Aug 24 22:26:29.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67932026-08-24T22:26:30.279Z[ recovery-image] Aug 24 22:26:29.576 INFO O| Aug 24 22:26:29.576 INFO STEP 493 (remove_files) COMPLETE
67942026-08-24T22:26:30.283Z[ recovery-image] Aug 24 22:26:29.576 INFO O| Aug 24 22:26:29.576 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-24T22:26:30.290Z[ recovery-image] Aug 24 22:26:29.587 INFO O| Aug 24 22:26:29.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67962026-08-24T22:26:30.290Z[ recovery-image] Aug 24 22:26:29.587 INFO O| Aug 24 22:26:29.587 INFO STEP 494 (remove_files) COMPLETE
67972026-08-24T22:26:30.291Z[ recovery-image] Aug 24 22:26:29.587 INFO O| Aug 24 22:26:29.587 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-24T22:26:30.301Z[ recovery-image] Aug 24 22:26:29.598 INFO O| Aug 24 22:26:29.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67992026-08-24T22:26:30.301Z[ recovery-image] Aug 24 22:26:29.598 INFO O| Aug 24 22:26:29.598 INFO STEP 495 (remove_files) COMPLETE
68002026-08-24T22:26:30.301Z[ recovery-image] Aug 24 22:26:29.598 INFO O| Aug 24 22:26:29.598 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-24T22:26:30.311Z[ recovery-image] Aug 24 22:26:29.607 INFO O| Aug 24 22:26:29.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68022026-08-24T22:26:30.311Z[ recovery-image] Aug 24 22:26:29.607 INFO O| Aug 24 22:26:29.607 INFO STEP 496 (remove_files) COMPLETE
68032026-08-24T22:26:30.311Z[ recovery-image] Aug 24 22:26:29.607 INFO O| Aug 24 22:26:29.607 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-24T22:26:30.322Z[ recovery-image] Aug 24 22:26:29.619 INFO O| Aug 24 22:26:29.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68052026-08-24T22:26:30.326Z[ recovery-image] Aug 24 22:26:29.620 INFO O| Aug 24 22:26:29.620 INFO STEP 497 (remove_files) COMPLETE
68062026-08-24T22:26:30.326Z[ recovery-image] Aug 24 22:26:29.620 INFO O| Aug 24 22:26:29.620 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-24T22:26:30.335Z[ recovery-image] Aug 24 22:26:29.631 INFO O| Aug 24 22:26:29.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68082026-08-24T22:26:30.335Z[ recovery-image] Aug 24 22:26:29.631 INFO O| Aug 24 22:26:29.631 INFO STEP 498 (remove_files) COMPLETE
68092026-08-24T22:26:30.335Z[ recovery-image] Aug 24 22:26:29.631 INFO O| Aug 24 22:26:29.631 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-24T22:26:30.346Z[ recovery-image] Aug 24 22:26:29.643 INFO O| Aug 24 22:26:29.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68112026-08-24T22:26:30.346Z[ recovery-image] Aug 24 22:26:29.643 INFO O| Aug 24 22:26:29.643 INFO STEP 499 (remove_files) COMPLETE
68122026-08-24T22:26:30.346Z[ recovery-image] Aug 24 22:26:29.643 INFO O| Aug 24 22:26:29.643 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-24T22:26:30.361Z[ recovery-image] Aug 24 22:26:29.654 INFO O| Aug 24 22:26:29.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68142026-08-24T22:26:30.361Z[ recovery-image] Aug 24 22:26:29.655 INFO O| Aug 24 22:26:29.655 INFO STEP 500 (remove_files) COMPLETE
68152026-08-24T22:26:30.361Z[ recovery-image] Aug 24 22:26:29.655 INFO O| Aug 24 22:26:29.655 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-24T22:26:30.367Z[ recovery-image] Aug 24 22:26:29.664 INFO O| Aug 24 22:26:29.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68172026-08-24T22:26:30.367Z[ recovery-image] Aug 24 22:26:29.664 INFO O| Aug 24 22:26:29.664 INFO STEP 501 (remove_files) COMPLETE
68182026-08-24T22:26:30.371Z[ recovery-image] Aug 24 22:26:29.664 INFO O| Aug 24 22:26:29.664 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-24T22:26:30.375Z[ recovery-image] Aug 24 22:26:29.671 INFO O| Aug 24 22:26:29.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68202026-08-24T22:26:30.375Z[ recovery-image] Aug 24 22:26:29.672 INFO O| Aug 24 22:26:29.672 INFO STEP 502 (remove_files) COMPLETE
68212026-08-24T22:26:30.375Z[ recovery-image] Aug 24 22:26:29.672 INFO O| Aug 24 22:26:29.672 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-24T22:26:30.384Z[ recovery-image] Aug 24 22:26:29.680 INFO O| Aug 24 22:26:29.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68232026-08-24T22:26:30.384Z[ recovery-image] Aug 24 22:26:29.680 INFO O| Aug 24 22:26:29.680 INFO STEP 503 (remove_files) COMPLETE
68242026-08-24T22:26:30.384Z[ recovery-image] Aug 24 22:26:29.680 INFO O| Aug 24 22:26:29.680 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-24T22:26:30.392Z[ recovery-image] Aug 24 22:26:29.688 INFO O| Aug 24 22:26:29.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68262026-08-24T22:26:30.392Z[ recovery-image] Aug 24 22:26:29.688 INFO O| Aug 24 22:26:29.688 INFO STEP 504 (remove_files) COMPLETE
68272026-08-24T22:26:30.392Z[ recovery-image] Aug 24 22:26:29.688 INFO O| Aug 24 22:26:29.688 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-24T22:26:30.400Z[ recovery-image] Aug 24 22:26:29.696 INFO O| Aug 24 22:26:29.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68292026-08-24T22:26:30.400Z[ recovery-image] Aug 24 22:26:29.696 INFO O| Aug 24 22:26:29.696 INFO STEP 505 (remove_files) COMPLETE
68302026-08-24T22:26:30.400Z[ recovery-image] Aug 24 22:26:29.696 INFO O| Aug 24 22:26:29.696 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-24T22:26:30.407Z[ recovery-image] Aug 24 22:26:29.704 INFO O| Aug 24 22:26:29.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68322026-08-24T22:26:30.408Z[ recovery-image] Aug 24 22:26:29.704 INFO O| Aug 24 22:26:29.704 INFO STEP 506 (remove_files) COMPLETE
68332026-08-24T22:26:30.408Z[ recovery-image] Aug 24 22:26:29.704 INFO O| Aug 24 22:26:29.704 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-24T22:26:30.417Z[ recovery-image] Aug 24 22:26:29.713 INFO O| Aug 24 22:26:29.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68352026-08-24T22:26:30.417Z[ recovery-image] Aug 24 22:26:29.713 INFO O| Aug 24 22:26:29.713 INFO STEP 507 (remove_files) COMPLETE
68362026-08-24T22:26:30.417Z[ recovery-image] Aug 24 22:26:29.713 INFO O| Aug 24 22:26:29.713 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-24T22:26:30.425Z[ recovery-image] Aug 24 22:26:29.721 INFO O| Aug 24 22:26:29.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68382026-08-24T22:26:30.425Z[ recovery-image] Aug 24 22:26:29.722 INFO O| Aug 24 22:26:29.722 INFO STEP 508 (remove_files) COMPLETE
68392026-08-24T22:26:30.425Z[ recovery-image] Aug 24 22:26:29.722 INFO O| Aug 24 22:26:29.722 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-24T22:26:30.432Z[ recovery-image] Aug 24 22:26:29.729 INFO O| Aug 24 22:26:29.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68412026-08-24T22:26:30.436Z[ recovery-image] Aug 24 22:26:29.730 INFO O| Aug 24 22:26:29.730 INFO STEP 509 (remove_files) COMPLETE
68422026-08-24T22:26:30.436Z[ recovery-image] Aug 24 22:26:29.730 INFO O| Aug 24 22:26:29.730 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-24T22:26:30.445Z[ recovery-image] Aug 24 22:26:29.741 INFO O| Aug 24 22:26:29.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68442026-08-24T22:26:30.445Z[ recovery-image] Aug 24 22:26:29.741 INFO O| Aug 24 22:26:29.741 INFO STEP 510 (remove_files) COMPLETE
68452026-08-24T22:26:30.445Z[ recovery-image] Aug 24 22:26:29.741 INFO O| Aug 24 22:26:29.741 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-24T22:26:30.455Z[ recovery-image] Aug 24 22:26:29.751 INFO O| Aug 24 22:26:29.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68472026-08-24T22:26:30.455Z[ recovery-image] Aug 24 22:26:29.751 INFO O| Aug 24 22:26:29.751 INFO STEP 511 (remove_files) COMPLETE
68482026-08-24T22:26:30.455Z[ recovery-image] Aug 24 22:26:29.751 INFO O| Aug 24 22:26:29.751 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-24T22:26:30.465Z[ recovery-image] Aug 24 22:26:29.761 INFO O| Aug 24 22:26:29.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68502026-08-24T22:26:30.465Z[ recovery-image] Aug 24 22:26:29.761 INFO O| Aug 24 22:26:29.761 INFO STEP 512 (remove_files) COMPLETE
68512026-08-24T22:26:30.465Z[ recovery-image] Aug 24 22:26:29.761 INFO O| Aug 24 22:26:29.761 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-24T22:26:30.474Z[ recovery-image] Aug 24 22:26:29.771 INFO O| Aug 24 22:26:29.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68532026-08-24T22:26:30.478Z[ recovery-image] Aug 24 22:26:29.771 INFO O| Aug 24 22:26:29.771 INFO STEP 513 (remove_files) COMPLETE
68542026-08-24T22:26:30.478Z[ recovery-image] Aug 24 22:26:29.771 INFO O| Aug 24 22:26:29.771 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-24T22:26:30.483Z[ recovery-image] Aug 24 22:26:29.780 INFO O| Aug 24 22:26:29.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68562026-08-24T22:26:30.487Z[ recovery-image] Aug 24 22:26:29.781 INFO O| Aug 24 22:26:29.781 INFO STEP 514 (remove_files) COMPLETE
68572026-08-24T22:26:30.487Z[ recovery-image] Aug 24 22:26:29.781 INFO O| Aug 24 22:26:29.781 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-24T22:26:30.495Z[ recovery-image] Aug 24 22:26:29.792 INFO O| Aug 24 22:26:29.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68592026-08-24T22:26:30.495Z[ recovery-image] Aug 24 22:26:29.792 INFO O| Aug 24 22:26:29.792 INFO STEP 515 (remove_files) COMPLETE
68602026-08-24T22:26:30.499Z[ recovery-image] Aug 24 22:26:29.792 INFO O| Aug 24 22:26:29.792 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-24T22:26:30.505Z[ recovery-image] Aug 24 22:26:29.802 INFO O| Aug 24 22:26:29.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68622026-08-24T22:26:30.509Z[ recovery-image] Aug 24 22:26:29.803 INFO O| Aug 24 22:26:29.803 INFO STEP 516 (remove_files) COMPLETE
68632026-08-24T22:26:30.509Z[ recovery-image] Aug 24 22:26:29.803 INFO O| Aug 24 22:26:29.803 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-24T22:26:30.515Z[ recovery-image] Aug 24 22:26:29.812 INFO O| Aug 24 22:26:29.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68652026-08-24T22:26:30.516Z[ recovery-image] Aug 24 22:26:29.812 INFO O| Aug 24 22:26:29.812 INFO STEP 517 (remove_files) COMPLETE
68662026-08-24T22:26:30.516Z[ recovery-image] Aug 24 22:26:29.812 INFO O| Aug 24 22:26:29.812 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-24T22:26:30.525Z[ recovery-image] Aug 24 22:26:29.821 INFO O| Aug 24 22:26:29.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68682026-08-24T22:26:30.525Z[ recovery-image] Aug 24 22:26:29.821 INFO O| Aug 24 22:26:29.821 INFO STEP 518 (remove_files) COMPLETE
68692026-08-24T22:26:30.529Z[ recovery-image] Aug 24 22:26:29.821 INFO O| Aug 24 22:26:29.821 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-24T22:26:30.533Z[ recovery-image] Aug 24 22:26:29.830 INFO O| Aug 24 22:26:29.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68712026-08-24T22:26:30.534Z[ recovery-image] Aug 24 22:26:29.830 INFO O| Aug 24 22:26:29.830 INFO STEP 519 (remove_files) COMPLETE
68722026-08-24T22:26:30.534Z[ recovery-image] Aug 24 22:26:29.830 INFO O| Aug 24 22:26:29.830 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-24T22:26:30.542Z[ recovery-image] Aug 24 22:26:29.839 INFO O| Aug 24 22:26:29.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68742026-08-24T22:26:30.546Z[ recovery-image] Aug 24 22:26:29.839 INFO O| Aug 24 22:26:29.839 INFO STEP 520 (remove_files) COMPLETE
68752026-08-24T22:26:30.546Z[ recovery-image] Aug 24 22:26:29.839 INFO O| Aug 24 22:26:29.839 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-24T22:26:30.550Z[ recovery-image] Aug 24 22:26:29.847 INFO O| Aug 24 22:26:29.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68772026-08-24T22:26:30.551Z[ recovery-image] Aug 24 22:26:29.847 INFO O| Aug 24 22:26:29.847 INFO STEP 521 (remove_files) COMPLETE
68782026-08-24T22:26:30.551Z[ recovery-image] Aug 24 22:26:29.847 INFO O| Aug 24 22:26:29.847 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-24T22:26:30.559Z[ recovery-image] Aug 24 22:26:29.856 INFO O| Aug 24 22:26:29.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68802026-08-24T22:26:30.559Z[ recovery-image] Aug 24 22:26:29.856 INFO O| Aug 24 22:26:29.856 INFO STEP 522 (remove_files) COMPLETE
68812026-08-24T22:26:30.559Z[ recovery-image] Aug 24 22:26:29.856 INFO O| Aug 24 22:26:29.856 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-24T22:26:30.567Z[ recovery-image] Aug 24 22:26:29.864 INFO O| Aug 24 22:26:29.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68832026-08-24T22:26:30.567Z[ recovery-image] Aug 24 22:26:29.864 INFO O| Aug 24 22:26:29.864 INFO STEP 523 (remove_files) COMPLETE
68842026-08-24T22:26:30.571Z[ recovery-image] Aug 24 22:26:29.864 INFO O| Aug 24 22:26:29.864 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-24T22:26:30.576Z[ recovery-image] Aug 24 22:26:29.872 INFO O| Aug 24 22:26:29.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68862026-08-24T22:26:30.576Z[ recovery-image] Aug 24 22:26:29.872 INFO O| Aug 24 22:26:29.872 INFO STEP 524 (remove_files) COMPLETE
68872026-08-24T22:26:30.580Z[ recovery-image] Aug 24 22:26:29.873 INFO O| Aug 24 22:26:29.872 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-24T22:26:30.583Z[ recovery-image] Aug 24 22:26:29.880 INFO O| Aug 24 22:26:29.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68892026-08-24T22:26:30.583Z[ recovery-image] Aug 24 22:26:29.880 INFO O| Aug 24 22:26:29.880 INFO STEP 525 (remove_files) COMPLETE
68902026-08-24T22:26:30.583Z[ recovery-image] Aug 24 22:26:29.880 INFO O| Aug 24 22:26:29.880 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-24T22:26:30.592Z[ recovery-image] Aug 24 22:26:29.889 INFO O| Aug 24 22:26:29.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68922026-08-24T22:26:30.592Z[ recovery-image] Aug 24 22:26:29.889 INFO O| Aug 24 22:26:29.889 INFO STEP 526 (remove_files) COMPLETE
68932026-08-24T22:26:30.596Z[ recovery-image] Aug 24 22:26:29.889 INFO O| Aug 24 22:26:29.889 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-24T22:26:30.601Z[ recovery-image] Aug 24 22:26:29.897 INFO O| Aug 24 22:26:29.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68952026-08-24T22:26:30.601Z[ recovery-image] Aug 24 22:26:29.897 INFO O| Aug 24 22:26:29.897 INFO STEP 527 (remove_files) COMPLETE
68962026-08-24T22:26:30.605Z[ recovery-image] Aug 24 22:26:29.897 INFO O| Aug 24 22:26:29.897 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-24T22:26:30.609Z[ recovery-image] Aug 24 22:26:29.906 INFO O| Aug 24 22:26:29.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68982026-08-24T22:26:30.609Z[ recovery-image] Aug 24 22:26:29.906 INFO O| Aug 24 22:26:29.906 INFO STEP 528 (remove_files) COMPLETE
68992026-08-24T22:26:30.609Z[ recovery-image] Aug 24 22:26:29.906 INFO O| Aug 24 22:26:29.906 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-24T22:26:30.617Z[ recovery-image] Aug 24 22:26:29.914 INFO O| Aug 24 22:26:29.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69012026-08-24T22:26:30.617Z[ recovery-image] Aug 24 22:26:29.914 INFO O| Aug 24 22:26:29.914 INFO STEP 529 (remove_files) COMPLETE
69022026-08-24T22:26:30.618Z[ recovery-image] Aug 24 22:26:29.914 INFO O| Aug 24 22:26:29.914 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-24T22:26:30.628Z[ recovery-image] Aug 24 22:26:29.925 INFO O| Aug 24 22:26:29.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69042026-08-24T22:26:30.628Z[ recovery-image] Aug 24 22:26:29.925 INFO O| Aug 24 22:26:29.925 INFO STEP 530 (remove_files) COMPLETE
69052026-08-24T22:26:30.632Z[ recovery-image] Aug 24 22:26:29.925 INFO O| Aug 24 22:26:29.925 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-24T22:26:30.637Z[ recovery-image] Aug 24 22:26:29.934 INFO O| Aug 24 22:26:29.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69072026-08-24T22:26:30.637Z[ recovery-image] Aug 24 22:26:29.934 INFO O| Aug 24 22:26:29.934 INFO STEP 531 (remove_files) COMPLETE
69082026-08-24T22:26:30.641Z[ recovery-image] Aug 24 22:26:29.934 INFO O| Aug 24 22:26:29.934 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-24T22:26:30.646Z[ recovery-image] Aug 24 22:26:29.943 INFO O| Aug 24 22:26:29.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69102026-08-24T22:26:30.647Z[ recovery-image] Aug 24 22:26:29.943 INFO O| Aug 24 22:26:29.943 INFO STEP 532 (remove_files) COMPLETE
69112026-08-24T22:26:30.647Z[ recovery-image] Aug 24 22:26:29.943 INFO O| Aug 24 22:26:29.943 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-24T22:26:30.655Z[ recovery-image] Aug 24 22:26:29.952 INFO O| Aug 24 22:26:29.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69132026-08-24T22:26:30.655Z[ recovery-image] Aug 24 22:26:29.952 INFO O| Aug 24 22:26:29.952 INFO STEP 533 (remove_files) COMPLETE
69142026-08-24T22:26:30.656Z[ recovery-image] Aug 24 22:26:29.952 INFO O| Aug 24 22:26:29.952 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-24T22:26:30.663Z[ recovery-image] Aug 24 22:26:29.960 INFO O| Aug 24 22:26:29.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69162026-08-24T22:26:30.664Z[ recovery-image] Aug 24 22:26:29.960 INFO O| Aug 24 22:26:29.960 INFO STEP 534 (remove_files) COMPLETE
69172026-08-24T22:26:30.664Z[ recovery-image] Aug 24 22:26:29.960 INFO O| Aug 24 22:26:29.960 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-24T22:26:30.671Z[ recovery-image] Aug 24 22:26:29.968 INFO O| Aug 24 22:26:29.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69192026-08-24T22:26:30.671Z[ recovery-image] Aug 24 22:26:29.968 INFO O| Aug 24 22:26:29.968 INFO STEP 535 (remove_files) COMPLETE
69202026-08-24T22:26:30.672Z[ recovery-image] Aug 24 22:26:29.968 INFO O| Aug 24 22:26:29.968 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-24T22:26:30.679Z[ recovery-image] Aug 24 22:26:29.976 INFO O| Aug 24 22:26:29.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69222026-08-24T22:26:30.679Z[ recovery-image] Aug 24 22:26:29.976 INFO O| Aug 24 22:26:29.976 INFO STEP 536 (remove_files) COMPLETE
69232026-08-24T22:26:30.679Z[ recovery-image] Aug 24 22:26:29.976 INFO O| Aug 24 22:26:29.976 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-24T22:26:30.687Z[ recovery-image] Aug 24 22:26:29.984 INFO O| Aug 24 22:26:29.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69252026-08-24T22:26:30.687Z[ recovery-image] Aug 24 22:26:29.984 INFO O| Aug 24 22:26:29.984 INFO STEP 537 (remove_files) COMPLETE
69262026-08-24T22:26:30.687Z[ recovery-image] Aug 24 22:26:29.984 INFO O| Aug 24 22:26:29.984 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-24T22:26:30.696Z[ recovery-image] Aug 24 22:26:29.992 INFO O| Aug 24 22:26:29.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69282026-08-24T22:26:30.700Z[ recovery-image] Aug 24 22:26:29.993 INFO O| Aug 24 22:26:29.993 INFO STEP 538 (remove_files) COMPLETE
69292026-08-24T22:26:30.700Z[ recovery-image] Aug 24 22:26:29.993 INFO O| Aug 24 22:26:29.993 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-24T22:26:30.706Z[ recovery-image] Aug 24 22:26:30.003 INFO O| Aug 24 22:26:30.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69312026-08-24T22:26:30.706Z[ recovery-image] Aug 24 22:26:30.003 INFO O| Aug 24 22:26:30.003 INFO STEP 539 (remove_files) COMPLETE
69322026-08-24T22:26:30.710Z[ recovery-image] Aug 24 22:26:30.003 INFO O| Aug 24 22:26:30.003 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-24T22:26:30.717Z[ recovery-image] Aug 24 22:26:30.014 INFO O| Aug 24 22:26:30.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69342026-08-24T22:26:30.717Z[ recovery-image] Aug 24 22:26:30.014 INFO O| Aug 24 22:26:30.014 INFO STEP 540 (remove_files) COMPLETE
69352026-08-24T22:26:30.717Z[ recovery-image] Aug 24 22:26:30.014 INFO O| Aug 24 22:26:30.014 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-24T22:26:30.726Z[ recovery-image] Aug 24 22:26:30.023 INFO O| Aug 24 22:26:30.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69372026-08-24T22:26:30.726Z[ recovery-image] Aug 24 22:26:30.023 INFO O| Aug 24 22:26:30.023 INFO STEP 541 (remove_files) COMPLETE
69382026-08-24T22:26:30.726Z[ recovery-image] Aug 24 22:26:30.023 INFO O| Aug 24 22:26:30.023 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-24T22:26:30.734Z[ recovery-image] Aug 24 22:26:30.031 INFO O| Aug 24 22:26:30.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69402026-08-24T22:26:30.734Z[ recovery-image] Aug 24 22:26:30.031 INFO O| Aug 24 22:26:30.031 INFO STEP 542 (remove_files) COMPLETE
69412026-08-24T22:26:30.734Z[ recovery-image] Aug 24 22:26:30.031 INFO O| Aug 24 22:26:30.031 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-24T22:26:30.743Z[ recovery-image] Aug 24 22:26:30.040 INFO O| Aug 24 22:26:30.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69432026-08-24T22:26:30.743Z[ recovery-image] Aug 24 22:26:30.040 INFO O| Aug 24 22:26:30.040 INFO STEP 543 (remove_files) COMPLETE
69442026-08-24T22:26:30.743Z[ recovery-image] Aug 24 22:26:30.040 INFO O| Aug 24 22:26:30.040 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-24T22:26:30.756Z[ recovery-image] Aug 24 22:26:30.053 INFO O| Aug 24 22:26:30.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69462026-08-24T22:26:30.756Z[ recovery-image] Aug 24 22:26:30.053 INFO O| Aug 24 22:26:30.053 INFO STEP 544 (remove_files) COMPLETE
69472026-08-24T22:26:30.760Z[ recovery-image] Aug 24 22:26:30.053 INFO O| Aug 24 22:26:30.053 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-24T22:26:30.768Z[ recovery-image] Aug 24 22:26:30.063 INFO O| Aug 24 22:26:30.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69492026-08-24T22:26:30.768Z[ recovery-image] Aug 24 22:26:30.063 INFO O| Aug 24 22:26:30.063 INFO STEP 545 (remove_files) COMPLETE
69502026-08-24T22:26:30.772Z[ recovery-image] Aug 24 22:26:30.063 INFO O| Aug 24 22:26:30.063 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-24T22:26:30.776Z[ recovery-image] Aug 24 22:26:30.072 INFO O| Aug 24 22:26:30.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69522026-08-24T22:26:30.776Z[ recovery-image] Aug 24 22:26:30.072 INFO O| Aug 24 22:26:30.072 INFO STEP 546 (remove_files) COMPLETE
69532026-08-24T22:26:30.776Z[ recovery-image] Aug 24 22:26:30.072 INFO O| Aug 24 22:26:30.072 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-24T22:26:30.785Z[ recovery-image] Aug 24 22:26:30.081 INFO O| Aug 24 22:26:30.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69552026-08-24T22:26:30.785Z[ recovery-image] Aug 24 22:26:30.081 INFO O| Aug 24 22:26:30.081 INFO STEP 547 (remove_files) COMPLETE
69562026-08-24T22:26:30.789Z[ recovery-image] Aug 24 22:26:30.081 INFO O| Aug 24 22:26:30.081 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-24T22:26:30.794Z[ recovery-image] Aug 24 22:26:30.090 INFO O| Aug 24 22:26:30.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69582026-08-24T22:26:30.794Z[ recovery-image] Aug 24 22:26:30.090 INFO O| Aug 24 22:26:30.090 INFO STEP 548 (remove_files) COMPLETE
69592026-08-24T22:26:30.794Z[ recovery-image] Aug 24 22:26:30.090 INFO O| Aug 24 22:26:30.090 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-24T22:26:30.805Z[ recovery-image] Aug 24 22:26:30.102 INFO O| Aug 24 22:26:30.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69612026-08-24T22:26:30.805Z[ recovery-image] Aug 24 22:26:30.102 INFO O| Aug 24 22:26:30.102 INFO STEP 549 (remove_files) COMPLETE
69622026-08-24T22:26:30.806Z[ recovery-image] Aug 24 22:26:30.102 INFO O| Aug 24 22:26:30.102 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-24T22:26:30.851Z[ recovery-image] Aug 24 22:26:30.148 INFO O| Aug 24 22:26:30.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69642026-08-24T22:26:30.851Z[ recovery-image] Aug 24 22:26:30.148 INFO O| Aug 24 22:26:30.148 INFO STEP 550 (remove_files) COMPLETE
69652026-08-24T22:26:30.903Z[ recovery-image] Aug 24 22:26:30.148 INFO O| Aug 24 22:26:30.148 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-24T22:26:30.903Z[ recovery-image] Aug 24 22:26:30.157 INFO O| Aug 24 22:26:30.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69672026-08-24T22:26:30.903Z[ recovery-image] Aug 24 22:26:30.157 INFO O| Aug 24 22:26:30.157 INFO STEP 551 (remove_files) COMPLETE
69682026-08-24T22:26:30.903Z[ recovery-image] Aug 24 22:26:30.157 INFO O| Aug 24 22:26:30.157 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-24T22:26:30.903Z[ recovery-image] Aug 24 22:26:30.166 INFO O| Aug 24 22:26:30.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69702026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.166 INFO O| Aug 24 22:26:30.166 INFO STEP 552 (remove_files) COMPLETE
69712026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.166 INFO O| Aug 24 22:26:30.166 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.177 INFO O| Aug 24 22:26:30.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69732026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.177 INFO O| Aug 24 22:26:30.177 INFO STEP 553 (remove_files) COMPLETE
69742026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.177 INFO O| Aug 24 22:26:30.177 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.187 INFO O| Aug 24 22:26:30.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69762026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.187 INFO O| Aug 24 22:26:30.187 INFO STEP 554 (remove_files) COMPLETE
69772026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.187 INFO O| Aug 24 22:26:30.187 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.197 INFO O| Aug 24 22:26:30.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69792026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.197 INFO O| Aug 24 22:26:30.197 INFO STEP 555 (remove_files) COMPLETE
69802026-08-24T22:26:30.904Z[ recovery-image] Aug 24 22:26:30.197 INFO O| Aug 24 22:26:30.197 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-24T22:26:30.910Z[ recovery-image] Aug 24 22:26:30.207 INFO O| Aug 24 22:26:30.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69822026-08-24T22:26:30.911Z[ recovery-image] Aug 24 22:26:30.207 INFO O| Aug 24 22:26:30.207 INFO STEP 556 (remove_files) COMPLETE
69832026-08-24T22:26:30.911Z[ recovery-image] Aug 24 22:26:30.207 INFO O| Aug 24 22:26:30.207 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-24T22:26:30.920Z[ recovery-image] Aug 24 22:26:30.217 INFO O| Aug 24 22:26:30.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69852026-08-24T22:26:30.920Z[ recovery-image] Aug 24 22:26:30.217 INFO O| Aug 24 22:26:30.217 INFO STEP 557 (remove_files) COMPLETE
69862026-08-24T22:26:30.920Z[ recovery-image] Aug 24 22:26:30.217 INFO O| Aug 24 22:26:30.217 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-24T22:26:30.929Z[ recovery-image] Aug 24 22:26:30.225 INFO O| Aug 24 22:26:30.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69882026-08-24T22:26:30.929Z[ recovery-image] Aug 24 22:26:30.226 INFO O| Aug 24 22:26:30.226 INFO STEP 558 (remove_files) COMPLETE
69892026-08-24T22:26:30.929Z[ recovery-image] Aug 24 22:26:30.226 INFO O| Aug 24 22:26:30.226 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-24T22:26:30.937Z[ recovery-image] Aug 24 22:26:30.234 INFO O| Aug 24 22:26:30.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69912026-08-24T22:26:30.937Z[ recovery-image] Aug 24 22:26:30.234 INFO O| Aug 24 22:26:30.234 INFO STEP 559 (remove_files) COMPLETE
69922026-08-24T22:26:30.937Z[ recovery-image] Aug 24 22:26:30.234 INFO O| Aug 24 22:26:30.234 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-24T22:26:30.945Z[ recovery-image] Aug 24 22:26:30.242 INFO O| Aug 24 22:26:30.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69942026-08-24T22:26:30.945Z[ recovery-image] Aug 24 22:26:30.242 INFO O| Aug 24 22:26:30.242 INFO STEP 560 (remove_files) COMPLETE
69952026-08-24T22:26:30.945Z[ recovery-image] Aug 24 22:26:30.242 INFO O| Aug 24 22:26:30.242 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-24T22:26:30.960Z[ recovery-image] Aug 24 22:26:30.251 INFO O| Aug 24 22:26:30.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69972026-08-24T22:26:30.960Z[ recovery-image] Aug 24 22:26:30.251 INFO O| Aug 24 22:26:30.251 INFO STEP 561 (remove_files) COMPLETE
69982026-08-24T22:26:30.960Z[ recovery-image] Aug 24 22:26:30.251 INFO O| Aug 24 22:26:30.251 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-24T22:26:30.971Z[ recovery-image] Aug 24 22:26:30.267 INFO O| Aug 24 22:26:30.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70002026-08-24T22:26:30.971Z[ recovery-image] Aug 24 22:26:30.267 INFO O| Aug 24 22:26:30.260 INFO STEP 562 (remove_files) COMPLETE
70012026-08-24T22:26:30.971Z[ recovery-image] Aug 24 22:26:30.267 INFO O| Aug 24 22:26:30.260 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-24T22:26:30.975Z[ recovery-image] Aug 24 22:26:30.269 INFO O| Aug 24 22:26:30.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70032026-08-24T22:26:30.975Z[ recovery-image] Aug 24 22:26:30.269 INFO O| Aug 24 22:26:30.269 INFO STEP 563 (remove_files) COMPLETE
70042026-08-24T22:26:30.976Z[ recovery-image] Aug 24 22:26:30.269 INFO O| Aug 24 22:26:30.269 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-24T22:26:30.982Z[ recovery-image] Aug 24 22:26:30.279 INFO O| Aug 24 22:26:30.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70062026-08-24T22:26:30.982Z[ recovery-image] Aug 24 22:26:30.279 INFO O| Aug 24 22:26:30.279 INFO STEP 564 (remove_files) COMPLETE
70072026-08-24T22:26:30.987Z[ recovery-image] Aug 24 22:26:30.279 INFO O| Aug 24 22:26:30.279 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-24T22:26:30.992Z[ recovery-image] Aug 24 22:26:30.288 INFO O| Aug 24 22:26:30.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70092026-08-24T22:26:30.993Z[ recovery-image] Aug 24 22:26:30.289 INFO O| Aug 24 22:26:30.289 INFO STEP 565 (remove_files) COMPLETE
70102026-08-24T22:26:30.998Z[ recovery-image] Aug 24 22:26:30.289 INFO O| Aug 24 22:26:30.289 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-24T22:26:31.007Z[ recovery-image] Aug 24 22:26:30.297 INFO O| Aug 24 22:26:30.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70122026-08-24T22:26:31.007Z[ recovery-image] Aug 24 22:26:30.297 INFO O| Aug 24 22:26:30.297 INFO STEP 566 (remove_files) COMPLETE
70132026-08-24T22:26:31.007Z[ recovery-image] Aug 24 22:26:30.297 INFO O| Aug 24 22:26:30.297 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-24T22:26:31.011Z[ recovery-image] Aug 24 22:26:30.306 INFO O| Aug 24 22:26:30.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70152026-08-24T22:26:31.011Z[ recovery-image] Aug 24 22:26:30.306 INFO O| Aug 24 22:26:30.306 INFO STEP 567 (remove_files) COMPLETE
70162026-08-24T22:26:31.011Z[ recovery-image] Aug 24 22:26:30.306 INFO O| Aug 24 22:26:30.306 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-24T22:26:31.023Z[ recovery-image] Aug 24 22:26:30.317 INFO O| Aug 24 22:26:30.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70182026-08-24T22:26:31.024Z[ recovery-image] Aug 24 22:26:30.317 INFO O| Aug 24 22:26:30.317 INFO STEP 568 (remove_files) COMPLETE
70192026-08-24T22:26:31.025Z[ recovery-image] Aug 24 22:26:30.317 INFO O| Aug 24 22:26:30.317 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-24T22:26:31.031Z[ recovery-image] Aug 24 22:26:30.327 INFO O| Aug 24 22:26:30.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70212026-08-24T22:26:31.034Z[ recovery-image] Aug 24 22:26:30.328 INFO O| Aug 24 22:26:30.328 INFO STEP 569 (remove_files) COMPLETE
70222026-08-24T22:26:31.035Z[ recovery-image] Aug 24 22:26:30.328 INFO O| Aug 24 22:26:30.328 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-24T22:26:31.042Z[ recovery-image] Aug 24 22:26:30.339 INFO O| Aug 24 22:26:30.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70242026-08-24T22:26:31.046Z[ recovery-image] Aug 24 22:26:30.340 INFO O| Aug 24 22:26:30.340 INFO STEP 570 (remove_files) COMPLETE
70252026-08-24T22:26:31.047Z[ recovery-image] Aug 24 22:26:30.340 INFO O| Aug 24 22:26:30.340 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-24T22:26:31.052Z[ recovery-image] Aug 24 22:26:30.349 INFO O| Aug 24 22:26:30.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70272026-08-24T22:26:31.052Z[ recovery-image] Aug 24 22:26:30.349 INFO O| Aug 24 22:26:30.349 INFO STEP 571 (remove_files) COMPLETE
70282026-08-24T22:26:31.052Z[ recovery-image] Aug 24 22:26:30.349 INFO O| Aug 24 22:26:30.349 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-24T22:26:31.061Z[ recovery-image] Aug 24 22:26:30.358 INFO O| Aug 24 22:26:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70302026-08-24T22:26:31.061Z[ recovery-image] Aug 24 22:26:30.358 INFO O| Aug 24 22:26:30.358 INFO STEP 572 (remove_files) COMPLETE
70312026-08-24T22:26:31.061Z[ recovery-image] Aug 24 22:26:30.358 INFO O| Aug 24 22:26:30.358 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-24T22:26:31.070Z[ recovery-image] Aug 24 22:26:30.367 INFO O| Aug 24 22:26:30.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70332026-08-24T22:26:31.075Z[ recovery-image] Aug 24 22:26:30.368 INFO O| Aug 24 22:26:30.368 INFO STEP 573 (remove_files) COMPLETE
70342026-08-24T22:26:31.075Z[ recovery-image] Aug 24 22:26:30.368 INFO O| Aug 24 22:26:30.368 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70352026-08-24T22:26:31.080Z[ recovery-image] Aug 24 22:26:30.376 INFO O| Aug 24 22:26:30.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70362026-08-24T22:26:31.080Z[ recovery-image] Aug 24 22:26:30.377 INFO O| Aug 24 22:26:30.377 INFO STEP 574 (remove_files) COMPLETE
70372026-08-24T22:26:31.080Z[ recovery-image] Aug 24 22:26:30.377 INFO O| Aug 24 22:26:30.377 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70382026-08-24T22:26:31.088Z[ recovery-image] Aug 24 22:26:30.385 INFO O| Aug 24 22:26:30.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70392026-08-24T22:26:31.088Z[ recovery-image] Aug 24 22:26:30.385 INFO O| Aug 24 22:26:30.385 INFO STEP 575 (remove_files) COMPLETE
70402026-08-24T22:26:31.089Z[ recovery-image] Aug 24 22:26:30.385 INFO O| Aug 24 22:26:30.385 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-24T22:26:31.098Z[ recovery-image] Aug 24 22:26:30.394 INFO O| Aug 24 22:26:30.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70422026-08-24T22:26:31.098Z[ recovery-image] Aug 24 22:26:30.394 INFO O| Aug 24 22:26:30.394 INFO STEP 576 (remove_files) COMPLETE
70432026-08-24T22:26:31.102Z[ recovery-image] Aug 24 22:26:30.394 INFO O| Aug 24 22:26:30.394 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-24T22:26:31.108Z[ recovery-image] Aug 24 22:26:30.404 INFO O| Aug 24 22:26:30.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70452026-08-24T22:26:31.108Z[ recovery-image] Aug 24 22:26:30.404 INFO O| Aug 24 22:26:30.404 INFO STEP 577 (remove_files) COMPLETE
70462026-08-24T22:26:31.108Z[ recovery-image] Aug 24 22:26:30.404 INFO O| Aug 24 22:26:30.404 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-24T22:26:31.117Z[ recovery-image] Aug 24 22:26:30.414 INFO O| Aug 24 22:26:30.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70482026-08-24T22:26:31.118Z[ recovery-image] Aug 24 22:26:30.414 INFO O| Aug 24 22:26:30.414 INFO STEP 578 (remove_files) COMPLETE
70492026-08-24T22:26:31.118Z[ recovery-image] Aug 24 22:26:30.414 INFO O| Aug 24 22:26:30.414 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-24T22:26:31.127Z[ recovery-image] Aug 24 22:26:30.423 INFO O| Aug 24 22:26:30.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70512026-08-24T22:26:31.127Z[ recovery-image] Aug 24 22:26:30.423 INFO O| Aug 24 22:26:30.423 INFO STEP 579 (remove_files) COMPLETE
70522026-08-24T22:26:31.127Z[ recovery-image] Aug 24 22:26:30.423 INFO O| Aug 24 22:26:30.423 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-24T22:26:31.137Z[ recovery-image] Aug 24 22:26:30.434 INFO O| Aug 24 22:26:30.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70542026-08-24T22:26:31.138Z[ recovery-image] Aug 24 22:26:30.434 INFO O| Aug 24 22:26:30.434 INFO STEP 580 (remove_files) COMPLETE
70552026-08-24T22:26:31.138Z[ recovery-image] Aug 24 22:26:30.434 INFO O| Aug 24 22:26:30.434 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-24T22:26:31.147Z[ recovery-image] Aug 24 22:26:30.444 INFO O| Aug 24 22:26:30.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70572026-08-24T22:26:31.152Z[ recovery-image] Aug 24 22:26:30.445 INFO O| Aug 24 22:26:30.445 INFO STEP 581 (remove_files) COMPLETE
70582026-08-24T22:26:31.152Z[ recovery-image] Aug 24 22:26:30.445 INFO O| Aug 24 22:26:30.445 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-24T22:26:31.157Z[ recovery-image] Aug 24 22:26:30.454 INFO O| Aug 24 22:26:30.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70602026-08-24T22:26:31.157Z[ recovery-image] Aug 24 22:26:30.454 INFO O| Aug 24 22:26:30.454 INFO STEP 582 (remove_files) COMPLETE
70612026-08-24T22:26:31.157Z[ recovery-image] Aug 24 22:26:30.454 INFO O| Aug 24 22:26:30.454 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-24T22:26:31.166Z[ recovery-image] Aug 24 22:26:30.462 INFO O| Aug 24 22:26:30.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70632026-08-24T22:26:31.166Z[ recovery-image] Aug 24 22:26:30.462 INFO O| Aug 24 22:26:30.462 INFO STEP 583 (remove_files) COMPLETE
70642026-08-24T22:26:31.166Z[ recovery-image] Aug 24 22:26:30.462 INFO O| Aug 24 22:26:30.462 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-24T22:26:31.175Z[ recovery-image] Aug 24 22:26:30.472 INFO O| Aug 24 22:26:30.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70662026-08-24T22:26:31.175Z[ recovery-image] Aug 24 22:26:30.472 INFO O| Aug 24 22:26:30.472 INFO STEP 584 (remove_files) COMPLETE
70672026-08-24T22:26:31.179Z[ recovery-image] Aug 24 22:26:30.472 INFO O| Aug 24 22:26:30.472 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-24T22:26:31.186Z[ recovery-image] Aug 24 22:26:30.482 INFO O| Aug 24 22:26:30.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70692026-08-24T22:26:31.186Z[ recovery-image] Aug 24 22:26:30.482 INFO O| Aug 24 22:26:30.482 INFO STEP 585 (remove_files) COMPLETE
70702026-08-24T22:26:31.186Z[ recovery-image] Aug 24 22:26:30.482 INFO O| Aug 24 22:26:30.482 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-24T22:26:31.195Z[ recovery-image] Aug 24 22:26:30.491 INFO O| Aug 24 22:26:30.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70722026-08-24T22:26:31.195Z[ recovery-image] Aug 24 22:26:30.491 INFO O| Aug 24 22:26:30.491 INFO STEP 586 (remove_files) COMPLETE
70732026-08-24T22:26:31.195Z[ recovery-image] Aug 24 22:26:30.491 INFO O| Aug 24 22:26:30.491 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-24T22:26:31.203Z[ recovery-image] Aug 24 22:26:30.500 INFO O| Aug 24 22:26:30.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70752026-08-24T22:26:31.203Z[ recovery-image] Aug 24 22:26:30.500 INFO O| Aug 24 22:26:30.500 INFO STEP 587 (remove_files) COMPLETE
70762026-08-24T22:26:31.203Z[ recovery-image] Aug 24 22:26:30.500 INFO O| Aug 24 22:26:30.500 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-24T22:26:31.214Z[ recovery-image] Aug 24 22:26:30.510 INFO O| Aug 24 22:26:30.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70782026-08-24T22:26:31.215Z[ recovery-image] Aug 24 22:26:30.510 INFO O| Aug 24 22:26:30.510 INFO STEP 588 (remove_files) COMPLETE
70792026-08-24T22:26:31.215Z[ recovery-image] Aug 24 22:26:30.510 INFO O| Aug 24 22:26:30.510 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-24T22:26:31.223Z[ recovery-image] Aug 24 22:26:30.520 INFO O| Aug 24 22:26:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70812026-08-24T22:26:31.223Z[ recovery-image] Aug 24 22:26:30.520 INFO O| Aug 24 22:26:30.520 INFO STEP 589 (remove_files) COMPLETE
70822026-08-24T22:26:31.223Z[ recovery-image] Aug 24 22:26:30.520 INFO O| Aug 24 22:26:30.520 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-24T22:26:31.232Z[ recovery-image] Aug 24 22:26:30.529 INFO O| Aug 24 22:26:30.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70842026-08-24T22:26:31.233Z[ recovery-image] Aug 24 22:26:30.529 INFO O| Aug 24 22:26:30.529 INFO STEP 590 (remove_files) COMPLETE
70852026-08-24T22:26:31.233Z[ recovery-image] Aug 24 22:26:30.529 INFO O| Aug 24 22:26:30.529 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-24T22:26:31.242Z[ recovery-image] Aug 24 22:26:30.539 INFO O| Aug 24 22:26:30.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70872026-08-24T22:26:31.242Z[ recovery-image] Aug 24 22:26:30.539 INFO O| Aug 24 22:26:30.539 INFO STEP 591 (remove_files) COMPLETE
70882026-08-24T22:26:31.245Z[ recovery-image] Aug 24 22:26:30.539 INFO O| Aug 24 22:26:30.539 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-24T22:26:31.251Z[ recovery-image] Aug 24 22:26:30.548 INFO O| Aug 24 22:26:30.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70902026-08-24T22:26:31.251Z[ recovery-image] Aug 24 22:26:30.548 INFO O| Aug 24 22:26:30.548 INFO STEP 592 (remove_files) COMPLETE
70912026-08-24T22:26:31.252Z[ recovery-image] Aug 24 22:26:30.548 INFO O| Aug 24 22:26:30.548 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-24T22:26:31.260Z[ recovery-image] Aug 24 22:26:30.557 INFO O| Aug 24 22:26:30.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70932026-08-24T22:26:31.260Z[ recovery-image] Aug 24 22:26:30.557 INFO O| Aug 24 22:26:30.557 INFO STEP 593 (remove_files) COMPLETE
70942026-08-24T22:26:31.260Z[ recovery-image] Aug 24 22:26:30.557 INFO O| Aug 24 22:26:30.557 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-24T22:26:31.269Z[ recovery-image] Aug 24 22:26:30.566 INFO O| Aug 24 22:26:30.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70962026-08-24T22:26:31.269Z[ recovery-image] Aug 24 22:26:30.566 INFO O| Aug 24 22:26:30.566 INFO STEP 594 (remove_files) COMPLETE
70972026-08-24T22:26:31.269Z[ recovery-image] Aug 24 22:26:30.566 INFO O| Aug 24 22:26:30.566 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-24T22:26:31.278Z[ recovery-image] Aug 24 22:26:30.575 INFO O| Aug 24 22:26:30.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70992026-08-24T22:26:31.278Z[ recovery-image] Aug 24 22:26:30.575 INFO O| Aug 24 22:26:30.575 INFO STEP 595 (remove_files) COMPLETE
71002026-08-24T22:26:31.283Z[ recovery-image] Aug 24 22:26:30.575 INFO O| Aug 24 22:26:30.575 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-24T22:26:31.288Z[ recovery-image] Aug 24 22:26:30.584 INFO O| Aug 24 22:26:30.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71022026-08-24T22:26:31.288Z[ recovery-image] Aug 24 22:26:30.585 INFO O| Aug 24 22:26:30.584 INFO STEP 596 (remove_files) COMPLETE
71032026-08-24T22:26:31.292Z[ recovery-image] Aug 24 22:26:30.585 INFO O| Aug 24 22:26:30.585 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-24T22:26:31.298Z[ recovery-image] Aug 24 22:26:30.594 INFO O| Aug 24 22:26:30.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71052026-08-24T22:26:31.298Z[ recovery-image] Aug 24 22:26:30.594 INFO O| Aug 24 22:26:30.594 INFO STEP 597 (remove_files) COMPLETE
71062026-08-24T22:26:31.302Z[ recovery-image] Aug 24 22:26:30.594 INFO O| Aug 24 22:26:30.594 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-24T22:26:31.307Z[ recovery-image] Aug 24 22:26:30.603 INFO O| Aug 24 22:26:30.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71082026-08-24T22:26:31.307Z[ recovery-image] Aug 24 22:26:30.603 INFO O| Aug 24 22:26:30.603 INFO STEP 598 (remove_files) COMPLETE
71092026-08-24T22:26:31.307Z[ recovery-image] Aug 24 22:26:30.603 INFO O| Aug 24 22:26:30.603 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-24T22:26:31.323Z[ recovery-image] Aug 24 22:26:30.614 INFO O| Aug 24 22:26:30.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71112026-08-24T22:26:31.323Z[ recovery-image] Aug 24 22:26:30.614 INFO O| Aug 24 22:26:30.614 INFO STEP 599 (remove_files) COMPLETE
71122026-08-24T22:26:31.323Z[ recovery-image] Aug 24 22:26:30.614 INFO O| Aug 24 22:26:30.614 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-24T22:26:31.328Z[ recovery-image] Aug 24 22:26:30.624 INFO O| Aug 24 22:26:30.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71142026-08-24T22:26:31.328Z[ recovery-image] Aug 24 22:26:30.624 INFO O| Aug 24 22:26:30.624 INFO STEP 600 (remove_files) COMPLETE
71152026-08-24T22:26:31.328Z[ recovery-image] Aug 24 22:26:30.624 INFO O| Aug 24 22:26:30.624 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-24T22:26:31.336Z[ recovery-image] Aug 24 22:26:30.632 INFO O| Aug 24 22:26:30.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71172026-08-24T22:26:31.336Z[ recovery-image] Aug 24 22:26:30.633 INFO O| Aug 24 22:26:30.632 INFO STEP 601 (remove_files) COMPLETE
71182026-08-24T22:26:31.336Z[ recovery-image] Aug 24 22:26:30.633 INFO O| Aug 24 22:26:30.632 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-24T22:26:31.345Z[ recovery-image] Aug 24 22:26:30.641 INFO O| Aug 24 22:26:30.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71202026-08-24T22:26:31.349Z[ recovery-image] Aug 24 22:26:30.641 INFO O| Aug 24 22:26:30.641 INFO STEP 602 (remove_files) COMPLETE
71212026-08-24T22:26:31.349Z[ recovery-image] Aug 24 22:26:30.641 INFO O| Aug 24 22:26:30.641 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-24T22:26:31.355Z[ recovery-image] Aug 24 22:26:30.651 INFO O| Aug 24 22:26:30.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71232026-08-24T22:26:31.355Z[ recovery-image] Aug 24 22:26:30.651 INFO O| Aug 24 22:26:30.651 INFO STEP 603 (remove_files) COMPLETE
71242026-08-24T22:26:31.359Z[ recovery-image] Aug 24 22:26:30.651 INFO O| Aug 24 22:26:30.651 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-24T22:26:31.365Z[ recovery-image] Aug 24 22:26:30.662 INFO O| Aug 24 22:26:30.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71262026-08-24T22:26:31.370Z[ recovery-image] Aug 24 22:26:30.662 INFO O| Aug 24 22:26:30.662 INFO STEP 604 (remove_files) COMPLETE
71272026-08-24T22:26:31.370Z[ recovery-image] Aug 24 22:26:30.662 INFO O| Aug 24 22:26:30.662 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-24T22:26:31.376Z[ recovery-image] Aug 24 22:26:30.673 INFO O| Aug 24 22:26:30.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71292026-08-24T22:26:31.376Z[ recovery-image] Aug 24 22:26:30.673 INFO O| Aug 24 22:26:30.673 INFO STEP 605 (remove_files) COMPLETE
71302026-08-24T22:26:31.377Z[ recovery-image] Aug 24 22:26:30.673 INFO O| Aug 24 22:26:30.673 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-24T22:26:31.387Z[ recovery-image] Aug 24 22:26:30.683 INFO O| Aug 24 22:26:30.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71322026-08-24T22:26:31.388Z[ recovery-image] Aug 24 22:26:30.683 INFO O| Aug 24 22:26:30.683 INFO STEP 606 (remove_files) COMPLETE
71332026-08-24T22:26:31.388Z[ recovery-image] Aug 24 22:26:30.683 INFO O| Aug 24 22:26:30.683 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-24T22:26:31.396Z[ recovery-image] Aug 24 22:26:30.693 INFO O| Aug 24 22:26:30.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71352026-08-24T22:26:31.396Z[ recovery-image] Aug 24 22:26:30.693 INFO O| Aug 24 22:26:30.693 INFO STEP 607 (remove_files) COMPLETE
71362026-08-24T22:26:31.400Z[ recovery-image] Aug 24 22:26:30.693 INFO O| Aug 24 22:26:30.693 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-24T22:26:31.406Z[ recovery-image] Aug 24 22:26:30.703 INFO O| Aug 24 22:26:30.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71382026-08-24T22:26:31.406Z[ recovery-image] Aug 24 22:26:30.703 INFO O| Aug 24 22:26:30.703 INFO STEP 608 (remove_files) COMPLETE
71392026-08-24T22:26:31.406Z[ recovery-image] Aug 24 22:26:30.703 INFO O| Aug 24 22:26:30.703 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-24T22:26:31.416Z[ recovery-image] Aug 24 22:26:30.713 INFO O| Aug 24 22:26:30.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71412026-08-24T22:26:31.416Z[ recovery-image] Aug 24 22:26:30.713 INFO O| Aug 24 22:26:30.713 INFO STEP 609 (remove_files) COMPLETE
71422026-08-24T22:26:31.416Z[ recovery-image] Aug 24 22:26:30.713 INFO O| Aug 24 22:26:30.713 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-24T22:26:31.426Z[ recovery-image] Aug 24 22:26:30.722 INFO O| Aug 24 22:26:30.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71442026-08-24T22:26:31.426Z[ recovery-image] Aug 24 22:26:30.722 INFO O| Aug 24 22:26:30.722 INFO STEP 610 (remove_files) COMPLETE
71452026-08-24T22:26:31.426Z[ recovery-image] Aug 24 22:26:30.722 INFO O| Aug 24 22:26:30.722 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-24T22:26:31.436Z[ recovery-image] Aug 24 22:26:30.732 INFO O| Aug 24 22:26:30.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71472026-08-24T22:26:31.436Z[ recovery-image] Aug 24 22:26:30.732 INFO O| Aug 24 22:26:30.732 INFO STEP 611 (remove_files) COMPLETE
71482026-08-24T22:26:31.436Z[ recovery-image] Aug 24 22:26:30.732 INFO O| Aug 24 22:26:30.732 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-24T22:26:31.446Z[ recovery-image] Aug 24 22:26:30.742 INFO O| Aug 24 22:26:30.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71502026-08-24T22:26:31.446Z[ recovery-image] Aug 24 22:26:30.742 INFO O| Aug 24 22:26:30.742 INFO STEP 612 (remove_files) COMPLETE
71512026-08-24T22:26:31.446Z[ recovery-image] Aug 24 22:26:30.742 INFO O| Aug 24 22:26:30.742 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-24T22:26:31.457Z[ recovery-image] Aug 24 22:26:30.753 INFO O| Aug 24 22:26:30.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71532026-08-24T22:26:31.457Z[ recovery-image] Aug 24 22:26:30.753 INFO O| Aug 24 22:26:30.753 INFO STEP 613 (remove_files) COMPLETE
71542026-08-24T22:26:31.462Z[ recovery-image] Aug 24 22:26:30.753 INFO O| Aug 24 22:26:30.753 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-24T22:26:31.466Z[ recovery-image] Aug 24 22:26:30.763 INFO O| Aug 24 22:26:30.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71562026-08-24T22:26:31.466Z[ recovery-image] Aug 24 22:26:30.763 INFO O| Aug 24 22:26:30.763 INFO STEP 614 (remove_files) COMPLETE
71572026-08-24T22:26:31.466Z[ recovery-image] Aug 24 22:26:30.763 INFO O| Aug 24 22:26:30.763 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-24T22:26:31.478Z[ recovery-image] Aug 24 22:26:30.775 INFO O| Aug 24 22:26:30.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71592026-08-24T22:26:31.478Z[ recovery-image] Aug 24 22:26:30.775 INFO O| Aug 24 22:26:30.775 INFO STEP 615 (remove_files) COMPLETE
71602026-08-24T22:26:31.479Z[ recovery-image] Aug 24 22:26:30.775 INFO O| Aug 24 22:26:30.775 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-24T22:26:31.490Z[ recovery-image] Aug 24 22:26:30.786 INFO O| Aug 24 22:26:30.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71622026-08-24T22:26:31.490Z[ recovery-image] Aug 24 22:26:30.786 INFO O| Aug 24 22:26:30.786 INFO STEP 616 (remove_files) COMPLETE
71632026-08-24T22:26:31.490Z[ recovery-image] Aug 24 22:26:30.786 INFO O| Aug 24 22:26:30.786 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-24T22:26:31.499Z[ recovery-image] Aug 24 22:26:30.795 INFO O| Aug 24 22:26:30.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71652026-08-24T22:26:31.499Z[ recovery-image] Aug 24 22:26:30.795 INFO O| Aug 24 22:26:30.795 INFO STEP 617 (remove_files) COMPLETE
71662026-08-24T22:26:31.499Z[ recovery-image] Aug 24 22:26:30.795 INFO O| Aug 24 22:26:30.795 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-24T22:26:31.508Z[ recovery-image] Aug 24 22:26:30.805 INFO O| Aug 24 22:26:30.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71682026-08-24T22:26:31.508Z[ recovery-image] Aug 24 22:26:30.805 INFO O| Aug 24 22:26:30.805 INFO STEP 618 (remove_files) COMPLETE
71692026-08-24T22:26:31.508Z[ recovery-image] Aug 24 22:26:30.805 INFO O| Aug 24 22:26:30.805 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-24T22:26:31.519Z[ recovery-image] Aug 24 22:26:30.816 INFO O| Aug 24 22:26:30.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71712026-08-24T22:26:31.519Z[ recovery-image] Aug 24 22:26:30.816 INFO O| Aug 24 22:26:30.816 INFO STEP 619 (remove_files) COMPLETE
71722026-08-24T22:26:31.519Z[ recovery-image] Aug 24 22:26:30.816 INFO O| Aug 24 22:26:30.816 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-24T22:26:31.528Z[ recovery-image] Aug 24 22:26:30.825 INFO O| Aug 24 22:26:30.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71742026-08-24T22:26:31.528Z[ recovery-image] Aug 24 22:26:30.825 INFO O| Aug 24 22:26:30.825 INFO STEP 620 (remove_files) COMPLETE
71752026-08-24T22:26:31.528Z[ recovery-image] Aug 24 22:26:30.825 INFO O| Aug 24 22:26:30.825 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-24T22:26:31.539Z[ recovery-image] Aug 24 22:26:30.834 INFO O| Aug 24 22:26:30.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71772026-08-24T22:26:31.539Z[ recovery-image] Aug 24 22:26:30.834 INFO O| Aug 24 22:26:30.834 INFO STEP 621 (remove_files) COMPLETE
71782026-08-24T22:26:31.539Z[ recovery-image] Aug 24 22:26:30.834 INFO O| Aug 24 22:26:30.834 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-24T22:26:31.548Z[ recovery-image] Aug 24 22:26:30.844 INFO O| Aug 24 22:26:30.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71802026-08-24T22:26:31.548Z[ recovery-image] Aug 24 22:26:30.844 INFO O| Aug 24 22:26:30.844 INFO STEP 622 (remove_files) COMPLETE
71812026-08-24T22:26:31.548Z[ recovery-image] Aug 24 22:26:30.844 INFO O| Aug 24 22:26:30.844 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-24T22:26:31.558Z[ recovery-image] Aug 24 22:26:30.855 INFO O| Aug 24 22:26:30.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71832026-08-24T22:26:31.558Z[ recovery-image] Aug 24 22:26:30.855 INFO O| Aug 24 22:26:30.855 INFO STEP 623 (remove_files) COMPLETE
71842026-08-24T22:26:31.562Z[ recovery-image] Aug 24 22:26:30.855 INFO O| Aug 24 22:26:30.855 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-24T22:26:31.570Z[ recovery-image] Aug 24 22:26:30.866 INFO O| Aug 24 22:26:30.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71862026-08-24T22:26:31.570Z[ recovery-image] Aug 24 22:26:30.866 INFO O| Aug 24 22:26:30.866 INFO STEP 624 (remove_files) COMPLETE
71872026-08-24T22:26:31.570Z[ recovery-image] Aug 24 22:26:30.866 INFO O| Aug 24 22:26:30.866 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-24T22:26:31.581Z[ recovery-image] Aug 24 22:26:30.878 INFO O| Aug 24 22:26:30.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71892026-08-24T22:26:31.581Z[ recovery-image] Aug 24 22:26:30.878 INFO O| Aug 24 22:26:30.878 INFO STEP 625 (remove_files) COMPLETE
71902026-08-24T22:26:31.581Z[ recovery-image] Aug 24 22:26:30.878 INFO O| Aug 24 22:26:30.878 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-24T22:26:31.592Z[ recovery-image] Aug 24 22:26:30.888 INFO O| Aug 24 22:26:30.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71922026-08-24T22:26:31.592Z[ recovery-image] Aug 24 22:26:30.888 INFO O| Aug 24 22:26:30.888 INFO STEP 626 (remove_files) COMPLETE
71932026-08-24T22:26:31.592Z[ recovery-image] Aug 24 22:26:30.888 INFO O| Aug 24 22:26:30.888 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-24T22:26:31.602Z[ recovery-image] Aug 24 22:26:30.898 INFO O| Aug 24 22:26:30.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71952026-08-24T22:26:31.602Z[ recovery-image] Aug 24 22:26:30.899 INFO O| Aug 24 22:26:30.898 INFO STEP 627 (remove_files) COMPLETE
71962026-08-24T22:26:31.602Z[ recovery-image] Aug 24 22:26:30.899 INFO O| Aug 24 22:26:30.898 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-24T22:26:31.612Z[ recovery-image] Aug 24 22:26:30.909 INFO O| Aug 24 22:26:30.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71982026-08-24T22:26:31.612Z[ recovery-image] Aug 24 22:26:30.909 INFO O| Aug 24 22:26:30.909 INFO STEP 628 (remove_files) COMPLETE
71992026-08-24T22:26:31.613Z[ recovery-image] Aug 24 22:26:30.909 INFO O| Aug 24 22:26:30.909 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-24T22:26:31.623Z[ recovery-image] Aug 24 22:26:30.920 INFO O| Aug 24 22:26:30.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72012026-08-24T22:26:31.628Z[ recovery-image] Aug 24 22:26:30.920 INFO O| Aug 24 22:26:30.920 INFO STEP 629 (remove_files) COMPLETE
72022026-08-24T22:26:31.628Z[ recovery-image] Aug 24 22:26:30.920 INFO O| Aug 24 22:26:30.920 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-24T22:26:31.632Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
72042026-08-24T22:26:31.636Z[ recovery-image] Aug 24 22:26:30.930 INFO O| Aug 24 22:26:30.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72052026-08-24T22:26:31.636Z[ recovery-image] Aug 24 22:26:30.930 INFO O| Aug 24 22:26:30.930 INFO STEP 630 (remove_files) COMPLETE
72062026-08-24T22:26:31.636Z[ recovery-image] Aug 24 22:26:30.930 INFO O| Aug 24 22:26:30.930 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-24T22:26:31.643Z[ recovery-image] Aug 24 22:26:30.940 INFO O| Aug 24 22:26:30.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72082026-08-24T22:26:31.643Z[ recovery-image] Aug 24 22:26:30.940 INFO O| Aug 24 22:26:30.940 INFO STEP 631 (remove_files) COMPLETE
72092026-08-24T22:26:31.648Z[ recovery-image] Aug 24 22:26:30.940 INFO O| Aug 24 22:26:30.940 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-24T22:26:31.653Z[ recovery-image] Aug 24 22:26:30.950 INFO O| Aug 24 22:26:30.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72112026-08-24T22:26:31.654Z[ recovery-image] Aug 24 22:26:30.950 INFO O| Aug 24 22:26:30.950 INFO STEP 632 (remove_files) COMPLETE
72122026-08-24T22:26:31.654Z[ recovery-image] Aug 24 22:26:30.950 INFO O| Aug 24 22:26:30.950 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-24T22:26:31.663Z[ recovery-image] Aug 24 22:26:30.960 INFO O| Aug 24 22:26:30.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72142026-08-24T22:26:31.664Z[ recovery-image] Aug 24 22:26:30.960 INFO O| Aug 24 22:26:30.960 INFO STEP 633 (remove_files) COMPLETE
72152026-08-24T22:26:31.668Z[ recovery-image] Aug 24 22:26:30.960 INFO O| Aug 24 22:26:30.960 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-24T22:26:31.673Z[ recovery-image] Aug 24 22:26:30.969 INFO O| Aug 24 22:26:30.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72172026-08-24T22:26:31.673Z[ recovery-image] Aug 24 22:26:30.969 INFO O| Aug 24 22:26:30.969 INFO STEP 634 (remove_files) COMPLETE
72182026-08-24T22:26:31.673Z[ recovery-image] Aug 24 22:26:30.969 INFO O| Aug 24 22:26:30.969 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-24T22:26:31.680Z[ recovery-image] Aug 24 22:26:30.977 INFO O| Aug 24 22:26:30.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72202026-08-24T22:26:31.680Z[ recovery-image] Aug 24 22:26:30.977 INFO O| Aug 24 22:26:30.977 INFO STEP 635 (remove_files) COMPLETE
72212026-08-24T22:26:31.681Z[ recovery-image] Aug 24 22:26:30.977 INFO O| Aug 24 22:26:30.977 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-24T22:26:31.691Z[ recovery-image] Aug 24 22:26:30.988 INFO O| Aug 24 22:26:30.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72232026-08-24T22:26:31.692Z[ recovery-image] Aug 24 22:26:30.988 INFO O| Aug 24 22:26:30.988 INFO STEP 636 (remove_files) COMPLETE
72242026-08-24T22:26:31.693Z[ recovery-image] Aug 24 22:26:30.988 INFO O| Aug 24 22:26:30.988 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-24T22:26:31.701Z[ recovery-image] Aug 24 22:26:30.998 INFO O| Aug 24 22:26:30.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72262026-08-24T22:26:31.701Z[ recovery-image] Aug 24 22:26:30.998 INFO O| Aug 24 22:26:30.998 INFO STEP 637 (remove_files) COMPLETE
72272026-08-24T22:26:31.702Z[ recovery-image] Aug 24 22:26:30.998 INFO O| Aug 24 22:26:30.998 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-24T22:26:31.712Z[ recovery-image] Aug 24 22:26:31.009 INFO O| Aug 24 22:26:31.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72292026-08-24T22:26:31.712Z[ recovery-image] Aug 24 22:26:31.009 INFO O| Aug 24 22:26:31.009 INFO STEP 638 (remove_files) COMPLETE
72302026-08-24T22:26:31.712Z[ recovery-image] Aug 24 22:26:31.009 INFO O| Aug 24 22:26:31.009 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-24T22:26:31.721Z[ recovery-image] Aug 24 22:26:31.018 INFO O| Aug 24 22:26:31.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72322026-08-24T22:26:31.721Z[ recovery-image] Aug 24 22:26:31.018 INFO O| Aug 24 22:26:31.018 INFO STEP 639 (remove_files) COMPLETE
72332026-08-24T22:26:31.721Z[ recovery-image] Aug 24 22:26:31.018 INFO O| Aug 24 22:26:31.018 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-24T22:26:31.733Z[ recovery-image] Aug 24 22:26:31.030 INFO O| Aug 24 22:26:31.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72352026-08-24T22:26:31.733Z[ recovery-image] Aug 24 22:26:31.030 INFO O| Aug 24 22:26:31.030 INFO STEP 640 (remove_files) COMPLETE
72362026-08-24T22:26:31.733Z[ recovery-image] Aug 24 22:26:31.030 INFO O| Aug 24 22:26:31.030 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-24T22:26:31.744Z[ recovery-image] Aug 24 22:26:31.040 INFO O| Aug 24 22:26:31.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72382026-08-24T22:26:31.744Z[ recovery-image] Aug 24 22:26:31.041 INFO O| Aug 24 22:26:31.040 INFO STEP 641 (remove_files) COMPLETE
72392026-08-24T22:26:31.744Z[ recovery-image] Aug 24 22:26:31.041 INFO O| Aug 24 22:26:31.040 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-24T22:26:31.753Z[ recovery-image] Aug 24 22:26:31.050 INFO O| Aug 24 22:26:31.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72412026-08-24T22:26:31.753Z[ recovery-image] Aug 24 22:26:31.050 INFO O| Aug 24 22:26:31.050 INFO STEP 642 (remove_files) COMPLETE
72422026-08-24T22:26:31.753Z[ recovery-image] Aug 24 22:26:31.050 INFO O| Aug 24 22:26:31.050 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-24T22:26:31.762Z[ recovery-image] Aug 24 22:26:31.059 INFO O| Aug 24 22:26:31.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72442026-08-24T22:26:31.763Z[ recovery-image] Aug 24 22:26:31.059 INFO O| Aug 24 22:26:31.059 INFO STEP 643 (remove_files) COMPLETE
72452026-08-24T22:26:31.766Z[ recovery-image] Aug 24 22:26:31.059 INFO O| Aug 24 22:26:31.059 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-24T22:26:31.773Z[ recovery-image] Aug 24 22:26:31.070 INFO O| Aug 24 22:26:31.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72472026-08-24T22:26:31.773Z[ recovery-image] Aug 24 22:26:31.070 INFO O| Aug 24 22:26:31.070 INFO STEP 644 (remove_files) COMPLETE
72482026-08-24T22:26:31.773Z[ recovery-image] Aug 24 22:26:31.070 INFO O| Aug 24 22:26:31.070 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-24T22:26:31.782Z[ recovery-image] Aug 24 22:26:31.079 INFO O| Aug 24 22:26:31.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72502026-08-24T22:26:31.782Z[ recovery-image] Aug 24 22:26:31.079 INFO O| Aug 24 22:26:31.079 INFO STEP 645 (remove_files) COMPLETE
72512026-08-24T22:26:31.786Z[ recovery-image] Aug 24 22:26:31.079 INFO O| Aug 24 22:26:31.079 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-24T22:26:31.792Z[ recovery-image] Aug 24 22:26:31.089 INFO O| Aug 24 22:26:31.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72532026-08-24T22:26:31.792Z[ recovery-image] Aug 24 22:26:31.089 INFO O| Aug 24 22:26:31.089 INFO STEP 646 (remove_files) COMPLETE
72542026-08-24T22:26:31.796Z[ recovery-image] Aug 24 22:26:31.089 INFO O| Aug 24 22:26:31.089 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-24T22:26:31.803Z[ recovery-image] Aug 24 22:26:31.099 INFO O| Aug 24 22:26:31.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72562026-08-24T22:26:31.803Z[ recovery-image] Aug 24 22:26:31.099 INFO O| Aug 24 22:26:31.099 INFO STEP 647 (remove_files) COMPLETE
72572026-08-24T22:26:31.803Z[ recovery-image] Aug 24 22:26:31.099 INFO O| Aug 24 22:26:31.099 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-24T22:26:31.813Z[ recovery-image] Aug 24 22:26:31.109 INFO O| Aug 24 22:26:31.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72592026-08-24T22:26:31.813Z[ recovery-image] Aug 24 22:26:31.109 INFO O| Aug 24 22:26:31.109 INFO STEP 648 (remove_files) COMPLETE
72602026-08-24T22:26:31.813Z[ recovery-image] Aug 24 22:26:31.109 INFO O| Aug 24 22:26:31.109 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-24T22:26:31.822Z[ recovery-image] Aug 24 22:26:31.119 INFO O| Aug 24 22:26:31.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72622026-08-24T22:26:31.823Z[ recovery-image] Aug 24 22:26:31.119 INFO O| Aug 24 22:26:31.119 INFO STEP 649 (remove_files) COMPLETE
72632026-08-24T22:26:31.827Z[ recovery-image] Aug 24 22:26:31.119 INFO O| Aug 24 22:26:31.119 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-24T22:26:31.833Z[ recovery-image] Aug 24 22:26:31.129 INFO O| Aug 24 22:26:31.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72652026-08-24T22:26:31.833Z[ recovery-image] Aug 24 22:26:31.129 INFO O| Aug 24 22:26:31.129 INFO STEP 650 (remove_files) COMPLETE
72662026-08-24T22:26:31.833Z[ recovery-image] Aug 24 22:26:31.129 INFO O| Aug 24 22:26:31.129 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-24T22:26:31.844Z[ recovery-image] Aug 24 22:26:31.140 INFO O| Aug 24 22:26:31.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72682026-08-24T22:26:31.848Z[ recovery-image] Aug 24 22:26:31.140 INFO O| Aug 24 22:26:31.140 INFO STEP 651 (remove_files) COMPLETE
72692026-08-24T22:26:31.848Z[ recovery-image] Aug 24 22:26:31.140 INFO O| Aug 24 22:26:31.140 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-24T22:26:31.854Z[ recovery-image] Aug 24 22:26:31.150 INFO O| Aug 24 22:26:31.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72712026-08-24T22:26:31.854Z[ recovery-image] Aug 24 22:26:31.150 INFO O| Aug 24 22:26:31.150 INFO STEP 652 (remove_files) COMPLETE
72722026-08-24T22:26:31.854Z[ recovery-image] Aug 24 22:26:31.150 INFO O| Aug 24 22:26:31.150 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-24T22:26:31.863Z[ recovery-image] Aug 24 22:26:31.159 INFO O| Aug 24 22:26:31.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72742026-08-24T22:26:31.863Z[ recovery-image] Aug 24 22:26:31.160 INFO O| Aug 24 22:26:31.159 INFO STEP 653 (remove_files) COMPLETE
72752026-08-24T22:26:31.863Z[ recovery-image] Aug 24 22:26:31.160 INFO O| Aug 24 22:26:31.159 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-24T22:26:31.871Z[ recovery-image] Aug 24 22:26:31.168 INFO O| Aug 24 22:26:31.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72772026-08-24T22:26:31.871Z[ recovery-image] Aug 24 22:26:31.168 INFO O| Aug 24 22:26:31.168 INFO STEP 654 (remove_files) COMPLETE
72782026-08-24T22:26:31.871Z[ recovery-image] Aug 24 22:26:31.168 INFO O| Aug 24 22:26:31.168 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-24T22:26:31.882Z[ recovery-image] Aug 24 22:26:31.178 INFO O| Aug 24 22:26:31.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72802026-08-24T22:26:31.882Z[ recovery-image] Aug 24 22:26:31.179 INFO O| Aug 24 22:26:31.178 INFO STEP 655 (remove_files) COMPLETE
72812026-08-24T22:26:31.882Z[ recovery-image] Aug 24 22:26:31.179 INFO O| Aug 24 22:26:31.179 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-24T22:26:31.891Z[ recovery-image] Aug 24 22:26:31.188 INFO O| Aug 24 22:26:31.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72832026-08-24T22:26:31.891Z[ recovery-image] Aug 24 22:26:31.188 INFO O| Aug 24 22:26:31.188 INFO STEP 656 (remove_files) COMPLETE
72842026-08-24T22:26:31.891Z[ recovery-image] Aug 24 22:26:31.188 INFO O| Aug 24 22:26:31.188 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-24T22:26:31.901Z[ recovery-image] Aug 24 22:26:31.198 INFO O| Aug 24 22:26:31.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72862026-08-24T22:26:31.902Z[ recovery-image] Aug 24 22:26:31.198 INFO O| Aug 24 22:26:31.198 INFO STEP 657 (remove_files) COMPLETE
72872026-08-24T22:26:31.902Z[ recovery-image] Aug 24 22:26:31.198 INFO O| Aug 24 22:26:31.198 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-24T22:26:31.902Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
72892026-08-24T22:26:31.911Z[ recovery-image] Aug 24 22:26:31.207 INFO O| Aug 24 22:26:31.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72902026-08-24T22:26:31.911Z[ recovery-image] Aug 24 22:26:31.207 INFO O| Aug 24 22:26:31.207 INFO STEP 658 (remove_files) COMPLETE
72912026-08-24T22:26:31.911Z[ recovery-image] Aug 24 22:26:31.207 INFO O| Aug 24 22:26:31.207 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-24T22:26:31.922Z[ recovery-image] Aug 24 22:26:31.217 INFO O| Aug 24 22:26:31.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72932026-08-24T22:26:31.922Z[ recovery-image] Aug 24 22:26:31.217 INFO O| Aug 24 22:26:31.217 INFO STEP 659 (remove_files) COMPLETE
72942026-08-24T22:26:31.922Z[ recovery-image] Aug 24 22:26:31.217 INFO O| Aug 24 22:26:31.217 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-24T22:26:31.928Z[ recovery-image] Aug 24 22:26:31.225 INFO O| Aug 24 22:26:31.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72962026-08-24T22:26:31.928Z[ recovery-image] Aug 24 22:26:31.225 INFO O| Aug 24 22:26:31.225 INFO STEP 660 (remove_files) COMPLETE
72972026-08-24T22:26:31.928Z[ recovery-image] Aug 24 22:26:31.225 INFO O| Aug 24 22:26:31.225 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-24T22:26:31.938Z[ recovery-image] Aug 24 22:26:31.234 INFO O| Aug 24 22:26:31.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72992026-08-24T22:26:31.942Z[ recovery-image] Aug 24 22:26:31.234 INFO O| Aug 24 22:26:31.234 INFO STEP 661 (remove_files) COMPLETE
73002026-08-24T22:26:31.942Z[ recovery-image] Aug 24 22:26:31.234 INFO O| Aug 24 22:26:31.234 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-24T22:26:31.946Z[ recovery-image] Aug 24 22:26:31.243 INFO O| Aug 24 22:26:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73022026-08-24T22:26:31.950Z[ recovery-image] Aug 24 22:26:31.244 INFO O| Aug 24 22:26:31.244 INFO STEP 662 (remove_files) COMPLETE
73032026-08-24T22:26:31.950Z[ recovery-image] Aug 24 22:26:31.244 INFO O| Aug 24 22:26:31.244 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-24T22:26:31.956Z[ recovery-image] Aug 24 22:26:31.253 INFO O| Aug 24 22:26:31.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73052026-08-24T22:26:31.957Z[ recovery-image] Aug 24 22:26:31.254 INFO O| Aug 24 22:26:31.254 INFO STEP 663 (remove_files) COMPLETE
73062026-08-24T22:26:31.957Z[ recovery-image] Aug 24 22:26:31.254 INFO O| Aug 24 22:26:31.254 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-24T22:26:31.966Z[ recovery-image] Aug 24 22:26:31.263 INFO O| Aug 24 22:26:31.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73082026-08-24T22:26:31.966Z[ recovery-image] Aug 24 22:26:31.263 INFO O| Aug 24 22:26:31.263 INFO STEP 664 (remove_files) COMPLETE
73092026-08-24T22:26:31.966Z[ recovery-image] Aug 24 22:26:31.263 INFO O| Aug 24 22:26:31.263 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-24T22:26:31.975Z[ recovery-image] Aug 24 22:26:31.271 INFO O| Aug 24 22:26:31.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73112026-08-24T22:26:31.980Z[ recovery-image] Aug 24 22:26:31.271 INFO O| Aug 24 22:26:31.271 INFO STEP 665 (remove_files) COMPLETE
73122026-08-24T22:26:31.980Z[ recovery-image] Aug 24 22:26:31.271 INFO O| Aug 24 22:26:31.271 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-24T22:26:31.985Z[ recovery-image] Aug 24 22:26:31.279 INFO O| Aug 24 22:26:31.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73142026-08-24T22:26:31.985Z[ recovery-image] Aug 24 22:26:31.279 INFO O| Aug 24 22:26:31.279 INFO STEP 666 (remove_files) COMPLETE
73152026-08-24T22:26:31.985Z[ recovery-image] Aug 24 22:26:31.279 INFO O| Aug 24 22:26:31.279 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-24T22:26:31.991Z[ recovery-image] Aug 24 22:26:31.288 INFO O| Aug 24 22:26:31.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73172026-08-24T22:26:31.991Z[ recovery-image] Aug 24 22:26:31.288 INFO O| Aug 24 22:26:31.288 INFO STEP 667 (remove_files) COMPLETE
73182026-08-24T22:26:31.991Z[ recovery-image] Aug 24 22:26:31.288 INFO O| Aug 24 22:26:31.288 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-24T22:26:31.999Z[ recovery-image] Aug 24 22:26:31.296 INFO O| Aug 24 22:26:31.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73202026-08-24T22:26:32.003Z[ recovery-image] Aug 24 22:26:31.298 INFO O| Aug 24 22:26:31.298 INFO STEP 668 (remove_files) COMPLETE
73212026-08-24T22:26:32.005Z[ recovery-image] Aug 24 22:26:31.298 INFO O| Aug 24 22:26:31.298 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-24T22:26:32.010Z[ recovery-image] Aug 24 22:26:31.307 INFO O| Aug 24 22:26:31.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73232026-08-24T22:26:32.010Z[ recovery-image] Aug 24 22:26:31.307 INFO O| Aug 24 22:26:31.307 INFO STEP 669 (remove_files) COMPLETE
73242026-08-24T22:26:32.010Z[ recovery-image] Aug 24 22:26:31.307 INFO O| Aug 24 22:26:31.307 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-24T22:26:32.020Z[ recovery-image] Aug 24 22:26:31.316 INFO O| Aug 24 22:26:31.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73262026-08-24T22:26:32.021Z[ recovery-image] Aug 24 22:26:31.316 INFO O| Aug 24 22:26:31.316 INFO STEP 670 (remove_files) COMPLETE
73272026-08-24T22:26:32.021Z[ recovery-image] Aug 24 22:26:31.316 INFO O| Aug 24 22:26:31.316 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-24T22:26:32.029Z[ recovery-image] Aug 24 22:26:31.325 INFO O| Aug 24 22:26:31.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73292026-08-24T22:26:32.029Z[ recovery-image] Aug 24 22:26:31.326 INFO O| Aug 24 22:26:31.325 INFO STEP 671 (remove_files) COMPLETE
73302026-08-24T22:26:32.029Z[ recovery-image] Aug 24 22:26:31.326 INFO O| Aug 24 22:26:31.326 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-24T22:26:32.038Z[ recovery-image] Aug 24 22:26:31.334 INFO O| Aug 24 22:26:31.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73322026-08-24T22:26:32.038Z[ recovery-image] Aug 24 22:26:31.334 INFO O| Aug 24 22:26:31.334 INFO STEP 672 (remove_files) COMPLETE
73332026-08-24T22:26:32.044Z[ recovery-image] Aug 24 22:26:31.335 INFO O| Aug 24 22:26:31.334 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-24T22:26:32.049Z[ recovery-image] Aug 24 22:26:31.344 INFO O| Aug 24 22:26:31.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73352026-08-24T22:26:32.049Z[ recovery-image] Aug 24 22:26:31.345 INFO O| Aug 24 22:26:31.345 INFO STEP 673 (remove_files) COMPLETE
73362026-08-24T22:26:32.049Z[ recovery-image] Aug 24 22:26:31.345 INFO O| Aug 24 22:26:31.345 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-24T22:26:32.058Z[ recovery-image] Aug 24 22:26:31.355 INFO O| Aug 24 22:26:31.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73382026-08-24T22:26:32.058Z[ recovery-image] Aug 24 22:26:31.355 INFO O| Aug 24 22:26:31.355 INFO STEP 674 (remove_files) COMPLETE
73392026-08-24T22:26:32.058Z[ recovery-image] Aug 24 22:26:31.355 INFO O| Aug 24 22:26:31.355 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-24T22:26:32.070Z[ recovery-image] Aug 24 22:26:31.366 INFO O| Aug 24 22:26:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73412026-08-24T22:26:32.070Z[ recovery-image] Aug 24 22:26:31.366 INFO O| Aug 24 22:26:31.366 INFO STEP 675 (remove_files) COMPLETE
73422026-08-24T22:26:32.074Z[ recovery-image] Aug 24 22:26:31.366 INFO O| Aug 24 22:26:31.366 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-24T22:26:32.079Z[ recovery-image] Aug 24 22:26:31.376 INFO O| Aug 24 22:26:31.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73442026-08-24T22:26:32.079Z[ recovery-image] Aug 24 22:26:31.376 INFO O| Aug 24 22:26:31.376 INFO STEP 676 (remove_files) COMPLETE
73452026-08-24T22:26:32.082Z[ recovery-image] Aug 24 22:26:31.376 INFO O| Aug 24 22:26:31.376 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-24T22:26:32.088Z[ recovery-image] Aug 24 22:26:31.385 INFO O| Aug 24 22:26:31.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73472026-08-24T22:26:32.088Z[ recovery-image] Aug 24 22:26:31.385 INFO O| Aug 24 22:26:31.385 INFO STEP 677 (remove_files) COMPLETE
73482026-08-24T22:26:32.092Z[ recovery-image] Aug 24 22:26:31.385 INFO O| Aug 24 22:26:31.385 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-24T22:26:32.097Z[ recovery-image] Aug 24 22:26:31.394 INFO O| Aug 24 22:26:31.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73502026-08-24T22:26:32.097Z[ recovery-image] Aug 24 22:26:31.394 INFO O| Aug 24 22:26:31.394 INFO STEP 678 (remove_files) COMPLETE
73512026-08-24T22:26:32.102Z[ recovery-image] Aug 24 22:26:31.394 INFO O| Aug 24 22:26:31.394 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-24T22:26:32.102Z[verify-libraries] Compiling socket2 v0.5.10
73532026-08-24T22:26:32.106Z[ recovery-image] Aug 24 22:26:31.403 INFO O| Aug 24 22:26:31.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73542026-08-24T22:26:32.107Z[ recovery-image] Aug 24 22:26:31.403 INFO O| Aug 24 22:26:31.403 INFO STEP 679 (remove_files) COMPLETE
73552026-08-24T22:26:32.107Z[ recovery-image] Aug 24 22:26:31.403 INFO O| Aug 24 22:26:31.403 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-24T22:26:32.116Z[ recovery-image] Aug 24 22:26:31.413 INFO O| Aug 24 22:26:31.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73572026-08-24T22:26:32.116Z[ recovery-image] Aug 24 22:26:31.413 INFO O| Aug 24 22:26:31.413 INFO STEP 680 (remove_files) COMPLETE
73582026-08-24T22:26:32.116Z[ recovery-image] Aug 24 22:26:31.413 INFO O| Aug 24 22:26:31.413 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-24T22:26:32.125Z[ recovery-image] Aug 24 22:26:31.421 INFO O| Aug 24 22:26:31.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73602026-08-24T22:26:32.125Z[ recovery-image] Aug 24 22:26:31.421 INFO O| Aug 24 22:26:31.421 INFO STEP 681 (remove_files) COMPLETE
73612026-08-24T22:26:32.125Z[ recovery-image] Aug 24 22:26:31.421 INFO O| Aug 24 22:26:31.421 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-24T22:26:32.134Z[ recovery-image] Aug 24 22:26:31.430 INFO O| Aug 24 22:26:31.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73632026-08-24T22:26:32.134Z[ recovery-image] Aug 24 22:26:31.430 INFO O| Aug 24 22:26:31.430 INFO STEP 682 (remove_files) COMPLETE
73642026-08-24T22:26:32.134Z[ recovery-image] Aug 24 22:26:31.430 INFO O| Aug 24 22:26:31.430 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-24T22:26:32.144Z[ recovery-image] Aug 24 22:26:31.440 INFO O| Aug 24 22:26:31.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73662026-08-24T22:26:32.144Z[ recovery-image] Aug 24 22:26:31.440 INFO O| Aug 24 22:26:31.440 INFO STEP 683 (remove_files) COMPLETE
73672026-08-24T22:26:32.144Z[ recovery-image] Aug 24 22:26:31.440 INFO O| Aug 24 22:26:31.440 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-24T22:26:32.153Z[ recovery-image] Aug 24 22:26:31.450 INFO O| Aug 24 22:26:31.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73692026-08-24T22:26:32.154Z[ recovery-image] Aug 24 22:26:31.450 INFO O| Aug 24 22:26:31.450 INFO STEP 684 (remove_files) COMPLETE
73702026-08-24T22:26:32.154Z[ recovery-image] Aug 24 22:26:31.450 INFO O| Aug 24 22:26:31.450 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-24T22:26:32.162Z[ recovery-image] Aug 24 22:26:31.459 INFO O| Aug 24 22:26:31.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73722026-08-24T22:26:32.162Z[ recovery-image] Aug 24 22:26:31.459 INFO O| Aug 24 22:26:31.459 INFO STEP 685 (remove_files) COMPLETE
73732026-08-24T22:26:32.162Z[ recovery-image] Aug 24 22:26:31.459 INFO O| Aug 24 22:26:31.459 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-24T22:26:32.178Z[ recovery-image] Aug 24 22:26:31.470 INFO O| Aug 24 22:26:31.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73752026-08-24T22:26:32.178Z[ recovery-image] Aug 24 22:26:31.470 INFO O| Aug 24 22:26:31.470 INFO STEP 686 (remove_files) COMPLETE
73762026-08-24T22:26:32.178Z[ recovery-image] Aug 24 22:26:31.470 INFO O| Aug 24 22:26:31.470 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-24T22:26:32.183Z[ recovery-image] Aug 24 22:26:31.480 INFO O| Aug 24 22:26:31.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73782026-08-24T22:26:32.183Z[ recovery-image] Aug 24 22:26:31.480 INFO O| Aug 24 22:26:31.480 INFO STEP 687 (remove_files) COMPLETE
73792026-08-24T22:26:32.183Z[ recovery-image] Aug 24 22:26:31.480 INFO O| Aug 24 22:26:31.480 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-24T22:26:32.194Z[ recovery-image] Aug 24 22:26:31.491 INFO O| Aug 24 22:26:31.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73812026-08-24T22:26:32.194Z[ recovery-image] Aug 24 22:26:31.491 INFO O| Aug 24 22:26:31.491 INFO STEP 688 (remove_files) COMPLETE
73822026-08-24T22:26:32.199Z[ recovery-image] Aug 24 22:26:31.491 INFO O| Aug 24 22:26:31.491 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-24T22:26:32.203Z[verify-libraries] Compiling fs-err v2.11.0
73842026-08-24T22:26:32.207Z[ recovery-image] Aug 24 22:26:31.502 INFO O| Aug 24 22:26:31.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73852026-08-24T22:26:32.207Z[ recovery-image] Aug 24 22:26:31.502 INFO O| Aug 24 22:26:31.502 INFO STEP 689 (remove_files) COMPLETE
73862026-08-24T22:26:32.207Z[ recovery-image] Aug 24 22:26:31.502 INFO O| Aug 24 22:26:31.502 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-24T22:26:32.215Z[ recovery-image] Aug 24 22:26:31.511 INFO O| Aug 24 22:26:31.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73882026-08-24T22:26:32.215Z[ recovery-image] Aug 24 22:26:31.511 INFO O| Aug 24 22:26:31.511 INFO STEP 690 (remove_files) COMPLETE
73892026-08-24T22:26:32.219Z[ recovery-image] Aug 24 22:26:31.511 INFO O| Aug 24 22:26:31.511 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-24T22:26:32.228Z[ recovery-image] Aug 24 22:26:31.525 INFO O| Aug 24 22:26:31.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73912026-08-24T22:26:32.228Z[ recovery-image] Aug 24 22:26:31.525 INFO O| Aug 24 22:26:31.521 INFO STEP 691 (remove_files) COMPLETE
73922026-08-24T22:26:32.228Z[ recovery-image] Aug 24 22:26:31.525 INFO O| Aug 24 22:26:31.521 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-24T22:26:32.232Z[ recovery-image] Aug 24 22:26:31.529 INFO O| Aug 24 22:26:31.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73942026-08-24T22:26:32.232Z[ recovery-image] Aug 24 22:26:31.529 INFO O| Aug 24 22:26:31.529 INFO STEP 692 (remove_files) COMPLETE
73952026-08-24T22:26:32.233Z[ recovery-image] Aug 24 22:26:31.529 INFO O| Aug 24 22:26:31.529 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-24T22:26:32.242Z[ recovery-image] Aug 24 22:26:31.538 INFO O| Aug 24 22:26:31.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73972026-08-24T22:26:32.242Z[ recovery-image] Aug 24 22:26:31.538 INFO O| Aug 24 22:26:31.538 INFO STEP 693 (remove_files) COMPLETE
73982026-08-24T22:26:32.242Z[ recovery-image] Aug 24 22:26:31.538 INFO O| Aug 24 22:26:31.538 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-24T22:26:32.246Z[verify-libraries] Compiling internet-checksum v0.2.1
74002026-08-24T22:26:32.250Z[ recovery-image] Aug 24 22:26:31.546 INFO O| Aug 24 22:26:31.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74012026-08-24T22:26:32.250Z[ recovery-image] Aug 24 22:26:31.546 INFO O| Aug 24 22:26:31.546 INFO STEP 694 (remove_files) COMPLETE
74022026-08-24T22:26:32.251Z[ recovery-image] Aug 24 22:26:31.546 INFO O| Aug 24 22:26:31.546 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-24T22:26:32.258Z[ recovery-image] Aug 24 22:26:31.554 INFO O| Aug 24 22:26:31.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74042026-08-24T22:26:32.258Z[ recovery-image] Aug 24 22:26:31.554 INFO O| Aug 24 22:26:31.554 INFO STEP 695 (remove_files) COMPLETE
74052026-08-24T22:26:32.258Z[ recovery-image] Aug 24 22:26:31.554 INFO O| Aug 24 22:26:31.554 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-24T22:26:32.266Z[ recovery-image] Aug 24 22:26:31.563 INFO O| Aug 24 22:26:31.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74072026-08-24T22:26:32.267Z[ recovery-image] Aug 24 22:26:31.563 INFO O| Aug 24 22:26:31.563 INFO STEP 696 (remove_files) COMPLETE
74082026-08-24T22:26:32.267Z[ recovery-image] Aug 24 22:26:31.563 INFO O| Aug 24 22:26:31.563 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-24T22:26:32.276Z[ recovery-image] Aug 24 22:26:31.572 INFO O| Aug 24 22:26:31.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74102026-08-24T22:26:32.276Z[ recovery-image] Aug 24 22:26:31.572 INFO O| Aug 24 22:26:31.572 INFO STEP 697 (remove_files) COMPLETE
74112026-08-24T22:26:32.276Z[ recovery-image] Aug 24 22:26:31.572 INFO O| Aug 24 22:26:31.572 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-24T22:26:32.287Z[ recovery-image] Aug 24 22:26:31.581 INFO O| Aug 24 22:26:31.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74132026-08-24T22:26:32.287Z[ recovery-image] Aug 24 22:26:31.581 INFO O| Aug 24 22:26:31.581 INFO STEP 698 (remove_files) COMPLETE
74142026-08-24T22:26:32.287Z[ recovery-image] Aug 24 22:26:31.581 INFO O| Aug 24 22:26:31.581 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-24T22:26:32.293Z[ recovery-image] Aug 24 22:26:31.590 INFO O| Aug 24 22:26:31.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74162026-08-24T22:26:32.295Z[ recovery-image] Aug 24 22:26:31.590 INFO O| Aug 24 22:26:31.590 INFO STEP 699 (remove_files) COMPLETE
74172026-08-24T22:26:32.295Z[ recovery-image] Aug 24 22:26:31.590 INFO O| Aug 24 22:26:31.590 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-24T22:26:32.304Z[ recovery-image] Aug 24 22:26:31.601 INFO O| Aug 24 22:26:31.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74192026-08-24T22:26:32.304Z[ recovery-image] Aug 24 22:26:31.601 INFO O| Aug 24 22:26:31.601 INFO STEP 700 (remove_files) COMPLETE
74202026-08-24T22:26:32.304Z[ recovery-image] Aug 24 22:26:31.601 INFO O| Aug 24 22:26:31.601 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-24T22:26:32.313Z[ recovery-image] Aug 24 22:26:31.610 INFO O| Aug 24 22:26:31.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74222026-08-24T22:26:32.313Z[ recovery-image] Aug 24 22:26:31.610 INFO O| Aug 24 22:26:31.610 INFO STEP 701 (remove_files) COMPLETE
74232026-08-24T22:26:32.313Z[ recovery-image] Aug 24 22:26:31.610 INFO O| Aug 24 22:26:31.610 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-24T22:26:32.325Z[ recovery-image] Aug 24 22:26:31.621 INFO O| Aug 24 22:26:31.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74252026-08-24T22:26:32.329Z[ recovery-image] Aug 24 22:26:31.621 INFO O| Aug 24 22:26:31.621 INFO STEP 702 (remove_files) COMPLETE
74262026-08-24T22:26:32.329Z[ recovery-image] Aug 24 22:26:31.621 INFO O| Aug 24 22:26:31.621 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-24T22:26:32.334Z[ recovery-image] Aug 24 22:26:31.631 INFO O| Aug 24 22:26:31.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74282026-08-24T22:26:32.334Z[ recovery-image] Aug 24 22:26:31.631 INFO O| Aug 24 22:26:31.631 INFO STEP 703 (remove_files) COMPLETE
74292026-08-24T22:26:32.337Z[ recovery-image] Aug 24 22:26:31.631 INFO O| Aug 24 22:26:31.631 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-24T22:26:32.343Z[ recovery-image] Aug 24 22:26:31.640 INFO O| Aug 24 22:26:31.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74312026-08-24T22:26:32.343Z[ recovery-image] Aug 24 22:26:31.640 INFO O| Aug 24 22:26:31.640 INFO STEP 704 (remove_files) COMPLETE
74322026-08-24T22:26:32.343Z[ recovery-image] Aug 24 22:26:31.640 INFO O| Aug 24 22:26:31.640 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-24T22:26:32.356Z[ recovery-image] Aug 24 22:26:31.652 INFO O| Aug 24 22:26:31.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74342026-08-24T22:26:32.356Z[ recovery-image] Aug 24 22:26:31.652 INFO O| Aug 24 22:26:31.652 INFO STEP 705 (remove_files) COMPLETE
74352026-08-24T22:26:32.356Z[ recovery-image] Aug 24 22:26:31.652 INFO O| Aug 24 22:26:31.652 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-24T22:26:32.364Z[ recovery-image] Aug 24 22:26:31.661 INFO O| Aug 24 22:26:31.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74372026-08-24T22:26:32.364Z[ recovery-image] Aug 24 22:26:31.661 INFO O| Aug 24 22:26:31.661 INFO STEP 706 (remove_files) COMPLETE
74382026-08-24T22:26:32.364Z[ recovery-image] Aug 24 22:26:31.661 INFO O| Aug 24 22:26:31.661 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-24T22:26:32.373Z[ recovery-image] Aug 24 22:26:31.669 INFO O| Aug 24 22:26:31.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74402026-08-24T22:26:32.373Z[ recovery-image] Aug 24 22:26:31.669 INFO O| Aug 24 22:26:31.669 INFO STEP 707 (remove_files) COMPLETE
74412026-08-24T22:26:32.376Z[ recovery-image] Aug 24 22:26:31.669 INFO O| Aug 24 22:26:31.669 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-24T22:26:32.382Z[ recovery-image] Aug 24 22:26:31.679 INFO O| Aug 24 22:26:31.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74432026-08-24T22:26:32.382Z[ recovery-image] Aug 24 22:26:31.679 INFO O| Aug 24 22:26:31.679 INFO STEP 708 (remove_files) COMPLETE
74442026-08-24T22:26:32.382Z[ recovery-image] Aug 24 22:26:31.679 INFO O| Aug 24 22:26:31.679 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-24T22:26:32.391Z[ recovery-image] Aug 24 22:26:31.688 INFO O| Aug 24 22:26:31.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74462026-08-24T22:26:32.391Z[ recovery-image] Aug 24 22:26:31.688 INFO O| Aug 24 22:26:31.688 INFO STEP 709 (remove_files) COMPLETE
74472026-08-24T22:26:32.391Z[ recovery-image] Aug 24 22:26:31.688 INFO O| Aug 24 22:26:31.688 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-24T22:26:32.399Z[ recovery-image] Aug 24 22:26:31.696 INFO O| Aug 24 22:26:31.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74492026-08-24T22:26:32.399Z[ recovery-image] Aug 24 22:26:31.696 INFO O| Aug 24 22:26:31.696 INFO STEP 710 (remove_files) COMPLETE
74502026-08-24T22:26:32.400Z[ recovery-image] Aug 24 22:26:31.696 INFO O| Aug 24 22:26:31.696 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-24T22:26:32.410Z[ recovery-image] Aug 24 22:26:31.706 INFO O| Aug 24 22:26:31.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74522026-08-24T22:26:32.410Z[ recovery-image] Aug 24 22:26:31.706 INFO O| Aug 24 22:26:31.706 INFO STEP 711 (remove_files) COMPLETE
74532026-08-24T22:26:32.414Z[ recovery-image] Aug 24 22:26:31.706 INFO O| Aug 24 22:26:31.706 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-24T22:26:32.421Z[ recovery-image] Aug 24 22:26:31.718 INFO O| Aug 24 22:26:31.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74552026-08-24T22:26:32.421Z[ recovery-image] Aug 24 22:26:31.718 INFO O| Aug 24 22:26:31.718 INFO STEP 712 (remove_files) COMPLETE
74562026-08-24T22:26:32.421Z[ recovery-image] Aug 24 22:26:31.718 INFO O| Aug 24 22:26:31.718 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-24T22:26:32.433Z[ recovery-image] Aug 24 22:26:31.728 INFO O| Aug 24 22:26:31.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74582026-08-24T22:26:32.433Z[ recovery-image] Aug 24 22:26:31.728 INFO O| Aug 24 22:26:31.728 INFO STEP 713 (remove_files) COMPLETE
74592026-08-24T22:26:32.434Z[ recovery-image] Aug 24 22:26:31.728 INFO O| Aug 24 22:26:31.728 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-24T22:26:32.442Z[ recovery-image] Aug 24 22:26:31.739 INFO O| Aug 24 22:26:31.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74612026-08-24T22:26:32.442Z[ recovery-image] Aug 24 22:26:31.739 INFO O| Aug 24 22:26:31.739 INFO STEP 714 (remove_files) COMPLETE
74622026-08-24T22:26:32.442Z[ recovery-image] Aug 24 22:26:31.739 INFO O| Aug 24 22:26:31.739 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-24T22:26:32.452Z[ recovery-image] Aug 24 22:26:31.749 INFO O| Aug 24 22:26:31.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74642026-08-24T22:26:32.452Z[ recovery-image] Aug 24 22:26:31.749 INFO O| Aug 24 22:26:31.749 INFO STEP 715 (remove_files) COMPLETE
74652026-08-24T22:26:32.452Z[ recovery-image] Aug 24 22:26:31.749 INFO O| Aug 24 22:26:31.749 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-24T22:26:32.462Z[ recovery-image] Aug 24 22:26:31.759 INFO O| Aug 24 22:26:31.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74672026-08-24T22:26:32.467Z[ recovery-image] Aug 24 22:26:31.759 INFO O| Aug 24 22:26:31.759 INFO STEP 716 (remove_files) COMPLETE
74682026-08-24T22:26:32.467Z[ recovery-image] Aug 24 22:26:31.759 INFO O| Aug 24 22:26:31.759 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-24T22:26:32.477Z[ recovery-image] Aug 24 22:26:31.769 INFO O| Aug 24 22:26:31.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74702026-08-24T22:26:32.477Z[ recovery-image] Aug 24 22:26:31.770 INFO O| Aug 24 22:26:31.770 INFO STEP 717 (remove_files) COMPLETE
74712026-08-24T22:26:32.478Z[ recovery-image] Aug 24 22:26:31.770 INFO O| Aug 24 22:26:31.770 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-24T22:26:32.485Z[ recovery-image] Aug 24 22:26:31.781 INFO O| Aug 24 22:26:31.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74732026-08-24T22:26:32.485Z[ recovery-image] Aug 24 22:26:31.781 INFO O| Aug 24 22:26:31.781 INFO STEP 718 (remove_files) COMPLETE
74742026-08-24T22:26:32.485Z[ recovery-image] Aug 24 22:26:31.781 INFO O| Aug 24 22:26:31.781 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-24T22:26:32.495Z[ recovery-image] Aug 24 22:26:31.791 INFO O| Aug 24 22:26:31.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74762026-08-24T22:26:32.495Z[ recovery-image] Aug 24 22:26:31.791 INFO O| Aug 24 22:26:31.791 INFO STEP 719 (remove_files) COMPLETE
74772026-08-24T22:26:32.495Z[ recovery-image] Aug 24 22:26:31.791 INFO O| Aug 24 22:26:31.791 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-24T22:26:32.503Z[ recovery-image] Aug 24 22:26:31.799 INFO O| Aug 24 22:26:31.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74792026-08-24T22:26:32.503Z[ recovery-image] Aug 24 22:26:31.800 INFO O| Aug 24 22:26:31.799 INFO STEP 720 (remove_files) COMPLETE
74802026-08-24T22:26:32.507Z[ recovery-image] Aug 24 22:26:31.800 INFO O| Aug 24 22:26:31.799 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-24T22:26:32.511Z[ recovery-image] Aug 24 22:26:31.808 INFO O| Aug 24 22:26:31.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74822026-08-24T22:26:32.511Z[ recovery-image] Aug 24 22:26:31.808 INFO O| Aug 24 22:26:31.808 INFO STEP 721 (remove_files) COMPLETE
74832026-08-24T22:26:32.511Z[ recovery-image] Aug 24 22:26:31.808 INFO O| Aug 24 22:26:31.808 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-24T22:26:32.519Z[ recovery-image] Aug 24 22:26:31.816 INFO O| Aug 24 22:26:31.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74852026-08-24T22:26:32.519Z[ recovery-image] Aug 24 22:26:31.816 INFO O| Aug 24 22:26:31.816 INFO STEP 722 (remove_files) COMPLETE
74862026-08-24T22:26:32.519Z[ recovery-image] Aug 24 22:26:31.816 INFO O| Aug 24 22:26:31.816 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-24T22:26:32.525Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
74882026-08-24T22:26:32.529Z[ recovery-image] Aug 24 22:26:31.825 INFO O| Aug 24 22:26:31.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74892026-08-24T22:26:32.529Z[ recovery-image] Aug 24 22:26:31.825 INFO O| Aug 24 22:26:31.825 INFO STEP 723 (remove_files) COMPLETE
74902026-08-24T22:26:32.529Z[ recovery-image] Aug 24 22:26:31.825 INFO O| Aug 24 22:26:31.825 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-24T22:26:32.539Z[ recovery-image] Aug 24 22:26:31.836 INFO O| Aug 24 22:26:31.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74922026-08-24T22:26:32.539Z[ recovery-image] Aug 24 22:26:31.836 INFO O| Aug 24 22:26:31.836 INFO STEP 724 (remove_files) COMPLETE
74932026-08-24T22:26:32.539Z[ recovery-image] Aug 24 22:26:31.836 INFO O| Aug 24 22:26:31.836 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-24T22:26:32.548Z[ recovery-image] Aug 24 22:26:31.845 INFO O| Aug 24 22:26:31.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74952026-08-24T22:26:32.553Z[ recovery-image] Aug 24 22:26:31.845 INFO O| Aug 24 22:26:31.845 INFO STEP 725 (remove_files) COMPLETE
74962026-08-24T22:26:32.553Z[ recovery-image] Aug 24 22:26:31.845 INFO O| Aug 24 22:26:31.845 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-24T22:26:32.570Z[ recovery-image] Aug 24 22:26:31.855 INFO O| Aug 24 22:26:31.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74982026-08-24T22:26:32.570Z[ recovery-image] Aug 24 22:26:31.855 INFO O| Aug 24 22:26:31.855 INFO STEP 726 (remove_files) COMPLETE
74992026-08-24T22:26:32.570Z[ recovery-image] Aug 24 22:26:31.855 INFO O| Aug 24 22:26:31.855 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-24T22:26:32.570Z[ recovery-image] Aug 24 22:26:31.864 INFO O| Aug 24 22:26:31.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75012026-08-24T22:26:32.570Z[ recovery-image] Aug 24 22:26:31.864 INFO O| Aug 24 22:26:31.864 INFO STEP 727 (remove_files) COMPLETE
75022026-08-24T22:26:32.570Z[ recovery-image] Aug 24 22:26:31.864 INFO O| Aug 24 22:26:31.864 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-24T22:26:32.578Z[ recovery-image] Aug 24 22:26:31.875 INFO O| Aug 24 22:26:31.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75042026-08-24T22:26:32.578Z[ recovery-image] Aug 24 22:26:31.875 INFO O| Aug 24 22:26:31.875 INFO STEP 728 (remove_files) COMPLETE
75052026-08-24T22:26:32.579Z[ recovery-image] Aug 24 22:26:31.875 INFO O| Aug 24 22:26:31.875 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-24T22:26:32.586Z[ recovery-image] Aug 24 22:26:31.883 INFO O| Aug 24 22:26:31.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75072026-08-24T22:26:32.586Z[ recovery-image] Aug 24 22:26:31.883 INFO O| Aug 24 22:26:31.883 INFO STEP 729 (remove_files) COMPLETE
75082026-08-24T22:26:32.586Z[ recovery-image] Aug 24 22:26:31.883 INFO O| Aug 24 22:26:31.883 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-24T22:26:32.593Z[ recovery-image] Aug 24 22:26:31.890 INFO O| Aug 24 22:26:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75102026-08-24T22:26:32.593Z[ recovery-image] Aug 24 22:26:31.890 INFO O| Aug 24 22:26:31.890 INFO STEP 730 (remove_files) COMPLETE
75112026-08-24T22:26:32.593Z[ recovery-image] Aug 24 22:26:31.890 INFO O| Aug 24 22:26:31.890 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-24T22:26:32.604Z[ recovery-image] Aug 24 22:26:31.897 INFO O| Aug 24 22:26:31.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75132026-08-24T22:26:32.604Z[ recovery-image] Aug 24 22:26:31.897 INFO O| Aug 24 22:26:31.897 INFO STEP 731 (remove_files) COMPLETE
75142026-08-24T22:26:32.604Z[ recovery-image] Aug 24 22:26:31.897 INFO O| Aug 24 22:26:31.897 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-24T22:26:32.610Z[ recovery-image] Aug 24 22:26:31.907 INFO O| Aug 24 22:26:31.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75162026-08-24T22:26:32.610Z[ recovery-image] Aug 24 22:26:31.907 INFO O| Aug 24 22:26:31.907 INFO STEP 732 (remove_files) COMPLETE
75172026-08-24T22:26:32.614Z[ recovery-image] Aug 24 22:26:31.907 INFO O| Aug 24 22:26:31.907 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-24T22:26:32.618Z[ recovery-image] Aug 24 22:26:31.915 INFO O| Aug 24 22:26:31.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75192026-08-24T22:26:32.619Z[ recovery-image] Aug 24 22:26:31.915 INFO O| Aug 24 22:26:31.915 INFO STEP 733 (remove_files) COMPLETE
75202026-08-24T22:26:32.619Z[ recovery-image] Aug 24 22:26:31.915 INFO O| Aug 24 22:26:31.915 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-24T22:26:32.630Z[ recovery-image] Aug 24 22:26:31.927 INFO O| Aug 24 22:26:31.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75222026-08-24T22:26:32.630Z[ recovery-image] Aug 24 22:26:31.927 INFO O| Aug 24 22:26:31.927 INFO STEP 734 (remove_files) COMPLETE
75232026-08-24T22:26:32.634Z[ recovery-image] Aug 24 22:26:31.927 INFO O| Aug 24 22:26:31.927 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-24T22:26:32.640Z[ recovery-image] Aug 24 22:26:31.937 INFO O| Aug 24 22:26:31.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75252026-08-24T22:26:32.641Z[ recovery-image] Aug 24 22:26:31.937 INFO O| Aug 24 22:26:31.937 INFO STEP 735 (remove_files) COMPLETE
75262026-08-24T22:26:32.641Z[ recovery-image] Aug 24 22:26:31.937 INFO O| Aug 24 22:26:31.937 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-24T22:26:32.657Z[ recovery-image] Aug 24 22:26:31.953 INFO O| Aug 24 22:26:31.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75282026-08-24T22:26:32.657Z[ recovery-image] Aug 24 22:26:31.953 INFO O| Aug 24 22:26:31.953 INFO STEP 736 (remove_files) COMPLETE
75292026-08-24T22:26:32.657Z[ recovery-image] Aug 24 22:26:31.953 INFO O| Aug 24 22:26:31.953 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-24T22:26:32.662Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
75312026-08-24T22:26:32.666Z[ recovery-image] Aug 24 22:26:31.963 INFO O| Aug 24 22:26:31.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75322026-08-24T22:26:32.666Z[ recovery-image] Aug 24 22:26:31.963 INFO O| Aug 24 22:26:31.963 INFO STEP 737 (remove_files) COMPLETE
75332026-08-24T22:26:32.670Z[ recovery-image] Aug 24 22:26:31.963 INFO O| Aug 24 22:26:31.963 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-24T22:26:32.675Z[ recovery-image] Aug 24 22:26:31.972 INFO O| Aug 24 22:26:31.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75352026-08-24T22:26:32.675Z[ recovery-image] Aug 24 22:26:31.972 INFO O| Aug 24 22:26:31.972 INFO STEP 738 (remove_files) COMPLETE
75362026-08-24T22:26:32.679Z[ recovery-image] Aug 24 22:26:31.972 INFO O| Aug 24 22:26:31.972 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-24T22:26:32.689Z[ recovery-image] Aug 24 22:26:31.983 INFO O| Aug 24 22:26:31.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75382026-08-24T22:26:32.689Z[ recovery-image] Aug 24 22:26:31.983 INFO O| Aug 24 22:26:31.983 INFO STEP 739 (remove_files) COMPLETE
75392026-08-24T22:26:32.692Z[ recovery-image] Aug 24 22:26:31.983 INFO O| Aug 24 22:26:31.983 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-24T22:26:32.698Z[ recovery-image] Aug 24 22:26:31.994 INFO O| Aug 24 22:26:31.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75412026-08-24T22:26:32.698Z[ recovery-image] Aug 24 22:26:31.994 INFO O| Aug 24 22:26:31.994 INFO STEP 740 (remove_files) COMPLETE
75422026-08-24T22:26:32.698Z[ recovery-image] Aug 24 22:26:31.994 INFO O| Aug 24 22:26:31.994 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-24T22:26:32.708Z[ recovery-image] Aug 24 22:26:32.004 INFO O| Aug 24 22:26:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75442026-08-24T22:26:32.708Z[ recovery-image] Aug 24 22:26:32.005 INFO O| Aug 24 22:26:32.004 INFO STEP 741 (remove_files) COMPLETE
75452026-08-24T22:26:32.708Z[ recovery-image] Aug 24 22:26:32.005 INFO O| Aug 24 22:26:32.005 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-24T22:26:32.718Z[ recovery-image] Aug 24 22:26:32.014 INFO O| Aug 24 22:26:32.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75472026-08-24T22:26:32.718Z[ recovery-image] Aug 24 22:26:32.015 INFO O| Aug 24 22:26:32.015 INFO STEP 742 (remove_files) COMPLETE
75482026-08-24T22:26:32.718Z[ recovery-image] Aug 24 22:26:32.015 INFO O| Aug 24 22:26:32.015 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-24T22:26:32.727Z[ recovery-image] Aug 24 22:26:32.024 INFO O| Aug 24 22:26:32.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75502026-08-24T22:26:32.727Z[ recovery-image] Aug 24 22:26:32.024 INFO O| Aug 24 22:26:32.024 INFO STEP 743 (remove_files) COMPLETE
75512026-08-24T22:26:32.727Z[ recovery-image] Aug 24 22:26:32.024 INFO O| Aug 24 22:26:32.024 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-24T22:26:32.737Z[ recovery-image] Aug 24 22:26:32.033 INFO O| Aug 24 22:26:32.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75532026-08-24T22:26:32.737Z[ recovery-image] Aug 24 22:26:32.034 INFO O| Aug 24 22:26:32.034 INFO STEP 744 (remove_files) COMPLETE
75542026-08-24T22:26:32.737Z[ recovery-image] Aug 24 22:26:32.034 INFO O| Aug 24 22:26:32.034 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-24T22:26:32.750Z[ recovery-image] Aug 24 22:26:32.047 INFO O| Aug 24 22:26:32.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75562026-08-24T22:26:32.750Z[ recovery-image] Aug 24 22:26:32.047 INFO O| Aug 24 22:26:32.047 INFO STEP 745 (remove_files) COMPLETE
75572026-08-24T22:26:32.750Z[ recovery-image] Aug 24 22:26:32.047 INFO O| Aug 24 22:26:32.047 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-24T22:26:32.759Z[ recovery-image] Aug 24 22:26:32.056 INFO O| Aug 24 22:26:32.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75592026-08-24T22:26:32.759Z[ recovery-image] Aug 24 22:26:32.056 INFO O| Aug 24 22:26:32.056 INFO STEP 746 (remove_files) COMPLETE
75602026-08-24T22:26:32.759Z[ recovery-image] Aug 24 22:26:32.056 INFO O| Aug 24 22:26:32.056 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-24T22:26:32.769Z[ recovery-image] Aug 24 22:26:32.066 INFO O| Aug 24 22:26:32.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75622026-08-24T22:26:32.769Z[ recovery-image] Aug 24 22:26:32.066 INFO O| Aug 24 22:26:32.066 INFO STEP 747 (remove_files) COMPLETE
75632026-08-24T22:26:32.769Z[ recovery-image] Aug 24 22:26:32.066 INFO O| Aug 24 22:26:32.066 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-24T22:26:32.778Z[ recovery-image] Aug 24 22:26:32.075 INFO O| Aug 24 22:26:32.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75652026-08-24T22:26:32.778Z[ recovery-image] Aug 24 22:26:32.075 INFO O| Aug 24 22:26:32.075 INFO STEP 748 (remove_files) COMPLETE
75662026-08-24T22:26:32.779Z[ recovery-image] Aug 24 22:26:32.075 INFO O| Aug 24 22:26:32.075 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-24T22:26:32.787Z[ recovery-image] Aug 24 22:26:32.084 INFO O| Aug 24 22:26:32.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75682026-08-24T22:26:32.787Z[ recovery-image] Aug 24 22:26:32.084 INFO O| Aug 24 22:26:32.084 INFO STEP 749 (remove_files) COMPLETE
75692026-08-24T22:26:32.791Z[ recovery-image] Aug 24 22:26:32.084 INFO O| Aug 24 22:26:32.084 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-24T22:26:32.796Z[ recovery-image] Aug 24 22:26:32.092 INFO O| Aug 24 22:26:32.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75712026-08-24T22:26:32.796Z[ recovery-image] Aug 24 22:26:32.093 INFO O| Aug 24 22:26:32.093 INFO STEP 750 (remove_files) COMPLETE
75722026-08-24T22:26:32.796Z[ recovery-image] Aug 24 22:26:32.093 INFO O| Aug 24 22:26:32.093 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-24T22:26:32.805Z[ recovery-image] Aug 24 22:26:32.101 INFO O| Aug 24 22:26:32.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75742026-08-24T22:26:32.808Z[ recovery-image] Aug 24 22:26:32.101 INFO O| Aug 24 22:26:32.101 INFO STEP 751 (remove_files) COMPLETE
75752026-08-24T22:26:32.808Z[ recovery-image] Aug 24 22:26:32.101 INFO O| Aug 24 22:26:32.101 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-24T22:26:32.815Z[ recovery-image] Aug 24 22:26:32.112 INFO O| Aug 24 22:26:32.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75772026-08-24T22:26:32.815Z[ recovery-image] Aug 24 22:26:32.112 INFO O| Aug 24 22:26:32.112 INFO STEP 752 (remove_files) COMPLETE
75782026-08-24T22:26:32.815Z[ recovery-image] Aug 24 22:26:32.112 INFO O| Aug 24 22:26:32.112 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.122 INFO O| Aug 24 22:26:32.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75802026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.122 INFO O| Aug 24 22:26:32.122 INFO STEP 753 (remove_files) COMPLETE
75812026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.122 INFO O| Aug 24 22:26:32.122 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.133 INFO O| Aug 24 22:26:32.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75832026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.133 INFO O| Aug 24 22:26:32.133 INFO STEP 754 (remove_files) COMPLETE
75842026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.133 INFO O| Aug 24 22:26:32.133 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.143 INFO O| Aug 24 22:26:32.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75862026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.143 INFO O| Aug 24 22:26:32.143 INFO STEP 755 (remove_files) COMPLETE
75872026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.143 INFO O| Aug 24 22:26:32.143 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-24T22:26:32.866Z[ recovery-image] Aug 24 22:26:32.151 INFO O| Aug 24 22:26:32.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75892026-08-24T22:26:32.867Z[ recovery-image] Aug 24 22:26:32.151 INFO O| Aug 24 22:26:32.151 INFO STEP 756 (remove_files) COMPLETE
75902026-08-24T22:26:32.867Z[ recovery-image] Aug 24 22:26:32.151 INFO O| Aug 24 22:26:32.151 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-24T22:26:32.867Z[ recovery-image] Aug 24 22:26:32.160 INFO O| Aug 24 22:26:32.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75922026-08-24T22:26:32.867Z[ recovery-image] Aug 24 22:26:32.160 INFO O| Aug 24 22:26:32.160 INFO STEP 757 (remove_files) COMPLETE
75932026-08-24T22:26:32.868Z[ recovery-image] Aug 24 22:26:32.160 INFO O| Aug 24 22:26:32.160 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-24T22:26:32.873Z[ recovery-image] Aug 24 22:26:32.169 INFO O| Aug 24 22:26:32.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75952026-08-24T22:26:32.873Z[ recovery-image] Aug 24 22:26:32.169 INFO O| Aug 24 22:26:32.169 INFO STEP 758 (remove_files) COMPLETE
75962026-08-24T22:26:32.873Z[ recovery-image] Aug 24 22:26:32.169 INFO O| Aug 24 22:26:32.169 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-24T22:26:32.882Z[ recovery-image] Aug 24 22:26:32.178 INFO O| Aug 24 22:26:32.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75982026-08-24T22:26:32.882Z[ recovery-image] Aug 24 22:26:32.178 INFO O| Aug 24 22:26:32.178 INFO STEP 759 (remove_files) COMPLETE
75992026-08-24T22:26:32.882Z[ recovery-image] Aug 24 22:26:32.178 INFO O| Aug 24 22:26:32.178 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-24T22:26:32.892Z[ recovery-image] Aug 24 22:26:32.189 INFO O| Aug 24 22:26:32.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76012026-08-24T22:26:32.892Z[ recovery-image] Aug 24 22:26:32.189 INFO O| Aug 24 22:26:32.189 INFO STEP 760 (remove_files) COMPLETE
76022026-08-24T22:26:32.892Z[ recovery-image] Aug 24 22:26:32.189 INFO O| Aug 24 22:26:32.189 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-24T22:26:32.900Z[ recovery-image] Aug 24 22:26:32.197 INFO O| Aug 24 22:26:32.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76042026-08-24T22:26:32.900Z[ recovery-image] Aug 24 22:26:32.197 INFO O| Aug 24 22:26:32.197 INFO STEP 761 (remove_files) COMPLETE
76052026-08-24T22:26:32.900Z[ recovery-image] Aug 24 22:26:32.197 INFO O| Aug 24 22:26:32.197 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-24T22:26:32.910Z[ recovery-image] Aug 24 22:26:32.207 INFO O| Aug 24 22:26:32.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76072026-08-24T22:26:32.910Z[ recovery-image] Aug 24 22:26:32.207 INFO O| Aug 24 22:26:32.207 INFO STEP 762 (remove_files) COMPLETE
76082026-08-24T22:26:32.914Z[ recovery-image] Aug 24 22:26:32.207 INFO O| Aug 24 22:26:32.207 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-24T22:26:32.920Z[ recovery-image] Aug 24 22:26:32.216 INFO O| Aug 24 22:26:32.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76102026-08-24T22:26:32.920Z[ recovery-image] Aug 24 22:26:32.216 INFO O| Aug 24 22:26:32.216 INFO STEP 763 (remove_files) COMPLETE
76112026-08-24T22:26:32.920Z[ recovery-image] Aug 24 22:26:32.216 INFO O| Aug 24 22:26:32.216 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-24T22:26:32.930Z[ recovery-image] Aug 24 22:26:32.226 INFO O| Aug 24 22:26:32.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76132026-08-24T22:26:32.930Z[ recovery-image] Aug 24 22:26:32.226 INFO O| Aug 24 22:26:32.226 INFO STEP 764 (remove_files) COMPLETE
76142026-08-24T22:26:32.930Z[ recovery-image] Aug 24 22:26:32.226 INFO O| Aug 24 22:26:32.226 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-24T22:26:32.939Z[ recovery-image] Aug 24 22:26:32.236 INFO O| Aug 24 22:26:32.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76162026-08-24T22:26:32.940Z[ recovery-image] Aug 24 22:26:32.236 INFO O| Aug 24 22:26:32.236 INFO STEP 765 (remove_files) COMPLETE
76172026-08-24T22:26:32.940Z[ recovery-image] Aug 24 22:26:32.236 INFO O| Aug 24 22:26:32.236 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-24T22:26:32.948Z[ recovery-image] Aug 24 22:26:32.245 INFO O| Aug 24 22:26:32.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76192026-08-24T22:26:32.952Z[ recovery-image] Aug 24 22:26:32.246 INFO O| Aug 24 22:26:32.246 INFO STEP 766 (remove_files) COMPLETE
76202026-08-24T22:26:32.952Z[ recovery-image] Aug 24 22:26:32.246 INFO O| Aug 24 22:26:32.246 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-24T22:26:32.959Z[ recovery-image] Aug 24 22:26:32.255 INFO O| Aug 24 22:26:32.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76222026-08-24T22:26:32.959Z[ recovery-image] Aug 24 22:26:32.255 INFO O| Aug 24 22:26:32.255 INFO STEP 767 (remove_files) COMPLETE
76232026-08-24T22:26:32.962Z[ recovery-image] Aug 24 22:26:32.255 INFO O| Aug 24 22:26:32.255 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-24T22:26:32.969Z[ recovery-image] Aug 24 22:26:32.265 INFO O| Aug 24 22:26:32.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76252026-08-24T22:26:32.969Z[ recovery-image] Aug 24 22:26:32.265 INFO O| Aug 24 22:26:32.265 INFO STEP 768 (remove_files) COMPLETE
76262026-08-24T22:26:32.969Z[ recovery-image] Aug 24 22:26:32.265 INFO O| Aug 24 22:26:32.265 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-24T22:26:32.980Z[ recovery-image] Aug 24 22:26:32.277 INFO O| Aug 24 22:26:32.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76282026-08-24T22:26:32.980Z[ recovery-image] Aug 24 22:26:32.277 INFO O| Aug 24 22:26:32.277 INFO STEP 769 (remove_files) COMPLETE
76292026-08-24T22:26:32.980Z[ recovery-image] Aug 24 22:26:32.277 INFO O| Aug 24 22:26:32.277 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-24T22:26:32.990Z[ recovery-image] Aug 24 22:26:32.286 INFO O| Aug 24 22:26:32.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76312026-08-24T22:26:32.990Z[ recovery-image] Aug 24 22:26:32.287 INFO O| Aug 24 22:26:32.287 INFO STEP 770 (remove_files) COMPLETE
76322026-08-24T22:26:32.990Z[ recovery-image] Aug 24 22:26:32.287 INFO O| Aug 24 22:26:32.287 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-24T22:26:33.000Z[ recovery-image] Aug 24 22:26:32.297 INFO O| Aug 24 22:26:32.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76342026-08-24T22:26:33.001Z[ recovery-image] Aug 24 22:26:32.297 INFO O| Aug 24 22:26:32.297 INFO STEP 771 (remove_files) COMPLETE
76352026-08-24T22:26:33.001Z[ recovery-image] Aug 24 22:26:32.297 INFO O| Aug 24 22:26:32.297 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-24T22:26:33.010Z[ recovery-image] Aug 24 22:26:32.307 INFO O| Aug 24 22:26:32.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76372026-08-24T22:26:33.010Z[ recovery-image] Aug 24 22:26:32.307 INFO O| Aug 24 22:26:32.307 INFO STEP 772 (remove_files) COMPLETE
76382026-08-24T22:26:33.010Z[ recovery-image] Aug 24 22:26:32.307 INFO O| Aug 24 22:26:32.307 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-24T22:26:33.019Z[ recovery-image] Aug 24 22:26:32.316 INFO O| Aug 24 22:26:32.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76402026-08-24T22:26:33.019Z[ recovery-image] Aug 24 22:26:32.316 INFO O| Aug 24 22:26:32.316 INFO STEP 773 (remove_files) COMPLETE
76412026-08-24T22:26:33.019Z[ recovery-image] Aug 24 22:26:32.316 INFO O| Aug 24 22:26:32.316 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-24T22:26:33.028Z[ recovery-image] Aug 24 22:26:32.325 INFO O| Aug 24 22:26:32.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76432026-08-24T22:26:33.029Z[ recovery-image] Aug 24 22:26:32.325 INFO O| Aug 24 22:26:32.325 INFO STEP 774 (remove_files) COMPLETE
76442026-08-24T22:26:33.032Z[ recovery-image] Aug 24 22:26:32.325 INFO O| Aug 24 22:26:32.325 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-24T22:26:33.040Z[ recovery-image] Aug 24 22:26:32.335 INFO O| Aug 24 22:26:32.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76462026-08-24T22:26:33.040Z[ recovery-image] Aug 24 22:26:32.336 INFO O| Aug 24 22:26:32.335 INFO STEP 775 (remove_files) COMPLETE
76472026-08-24T22:26:33.044Z[ recovery-image] Aug 24 22:26:32.336 INFO O| Aug 24 22:26:32.335 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-24T22:26:33.048Z[ recovery-image] Aug 24 22:26:32.345 INFO O| Aug 24 22:26:32.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76492026-08-24T22:26:33.048Z[ recovery-image] Aug 24 22:26:32.345 INFO O| Aug 24 22:26:32.345 INFO STEP 776 (remove_files) COMPLETE
76502026-08-24T22:26:33.052Z[ recovery-image] Aug 24 22:26:32.345 INFO O| Aug 24 22:26:32.345 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-24T22:26:33.058Z[ recovery-image] Aug 24 22:26:32.355 INFO O| Aug 24 22:26:32.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76522026-08-24T22:26:33.058Z[ recovery-image] Aug 24 22:26:32.355 INFO O| Aug 24 22:26:32.355 INFO STEP 777 (remove_files) COMPLETE
76532026-08-24T22:26:33.058Z[ recovery-image] Aug 24 22:26:32.355 INFO O| Aug 24 22:26:32.355 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-24T22:26:33.068Z[ recovery-image] Aug 24 22:26:32.364 INFO O| Aug 24 22:26:32.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76552026-08-24T22:26:33.068Z[ recovery-image] Aug 24 22:26:32.364 INFO O| Aug 24 22:26:32.364 INFO STEP 778 (remove_files) COMPLETE
76562026-08-24T22:26:33.068Z[ recovery-image] Aug 24 22:26:32.364 INFO O| Aug 24 22:26:32.364 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-24T22:26:33.077Z[ recovery-image] Aug 24 22:26:32.374 INFO O| Aug 24 22:26:32.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76582026-08-24T22:26:33.077Z[ recovery-image] Aug 24 22:26:32.374 INFO O| Aug 24 22:26:32.374 INFO STEP 779 (remove_files) COMPLETE
76592026-08-24T22:26:33.077Z[ recovery-image] Aug 24 22:26:32.374 INFO O| Aug 24 22:26:32.374 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-24T22:26:33.089Z[ recovery-image] Aug 24 22:26:32.386 INFO O| Aug 24 22:26:32.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76612026-08-24T22:26:33.089Z[ recovery-image] Aug 24 22:26:32.386 INFO O| Aug 24 22:26:32.386 INFO STEP 780 (remove_files) COMPLETE
76622026-08-24T22:26:33.093Z[ recovery-image] Aug 24 22:26:32.386 INFO O| Aug 24 22:26:32.386 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-24T22:26:33.098Z[ recovery-image] Aug 24 22:26:32.395 INFO O| Aug 24 22:26:32.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76642026-08-24T22:26:33.098Z[ recovery-image] Aug 24 22:26:32.395 INFO O| Aug 24 22:26:32.395 INFO STEP 781 (remove_files) COMPLETE
76652026-08-24T22:26:33.098Z[ recovery-image] Aug 24 22:26:32.395 INFO O| Aug 24 22:26:32.395 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-24T22:26:33.107Z[ recovery-image] Aug 24 22:26:32.404 INFO O| Aug 24 22:26:32.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76672026-08-24T22:26:33.107Z[ recovery-image] Aug 24 22:26:32.404 INFO O| Aug 24 22:26:32.404 INFO STEP 782 (remove_files) COMPLETE
76682026-08-24T22:26:33.107Z[ recovery-image] Aug 24 22:26:32.404 INFO O| Aug 24 22:26:32.404 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-24T22:26:33.116Z[ recovery-image] Aug 24 22:26:32.412 INFO O| Aug 24 22:26:32.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76702026-08-24T22:26:33.116Z[ recovery-image] Aug 24 22:26:32.412 INFO O| Aug 24 22:26:32.412 INFO STEP 783 (remove_files) COMPLETE
76712026-08-24T22:26:33.120Z[ recovery-image] Aug 24 22:26:32.412 INFO O| Aug 24 22:26:32.412 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-24T22:26:33.124Z[ recovery-image] Aug 24 22:26:32.421 INFO O| Aug 24 22:26:32.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76732026-08-24T22:26:33.124Z[ recovery-image] Aug 24 22:26:32.421 INFO O| Aug 24 22:26:32.421 INFO STEP 784 (remove_files) COMPLETE
76742026-08-24T22:26:33.127Z[ recovery-image] Aug 24 22:26:32.421 INFO O| Aug 24 22:26:32.421 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-24T22:26:33.133Z[ recovery-image] Aug 24 22:26:32.430 INFO O| Aug 24 22:26:32.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76762026-08-24T22:26:33.133Z[ recovery-image] Aug 24 22:26:32.430 INFO O| Aug 24 22:26:32.430 INFO STEP 785 (remove_files) COMPLETE
76772026-08-24T22:26:33.137Z[ recovery-image] Aug 24 22:26:32.430 INFO O| Aug 24 22:26:32.430 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-24T22:26:33.145Z[ recovery-image] Aug 24 22:26:32.442 INFO O| Aug 24 22:26:32.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76792026-08-24T22:26:33.145Z[ recovery-image] Aug 24 22:26:32.442 INFO O| Aug 24 22:26:32.442 INFO STEP 786 (remove_files) COMPLETE
76802026-08-24T22:26:33.145Z[ recovery-image] Aug 24 22:26:32.442 INFO O| Aug 24 22:26:32.442 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-24T22:26:33.155Z[ recovery-image] Aug 24 22:26:32.451 INFO O| Aug 24 22:26:32.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76822026-08-24T22:26:33.155Z[ recovery-image] Aug 24 22:26:32.451 INFO O| Aug 24 22:26:32.451 INFO STEP 787 (remove_files) COMPLETE
76832026-08-24T22:26:33.158Z[ recovery-image] Aug 24 22:26:32.451 INFO O| Aug 24 22:26:32.451 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-24T22:26:33.164Z[ recovery-image] Aug 24 22:26:32.461 INFO O| Aug 24 22:26:32.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76852026-08-24T22:26:33.164Z[ recovery-image] Aug 24 22:26:32.461 INFO O| Aug 24 22:26:32.461 INFO STEP 788 (remove_files) COMPLETE
76862026-08-24T22:26:33.164Z[ recovery-image] Aug 24 22:26:32.461 INFO O| Aug 24 22:26:32.461 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-24T22:26:33.175Z[ recovery-image] Aug 24 22:26:32.471 INFO O| Aug 24 22:26:32.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76882026-08-24T22:26:33.175Z[ recovery-image] Aug 24 22:26:32.472 INFO O| Aug 24 22:26:32.471 INFO STEP 789 (remove_files) COMPLETE
76892026-08-24T22:26:33.175Z[ recovery-image] Aug 24 22:26:32.472 INFO O| Aug 24 22:26:32.472 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-24T22:26:33.185Z[ recovery-image] Aug 24 22:26:32.481 INFO O| Aug 24 22:26:32.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76912026-08-24T22:26:33.185Z[ recovery-image] Aug 24 22:26:32.481 INFO O| Aug 24 22:26:32.481 INFO STEP 790 (remove_files) COMPLETE
76922026-08-24T22:26:33.185Z[ recovery-image] Aug 24 22:26:32.481 INFO O| Aug 24 22:26:32.481 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-24T22:26:33.193Z[ recovery-image] Aug 24 22:26:32.490 INFO O| Aug 24 22:26:32.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76942026-08-24T22:26:33.193Z[ recovery-image] Aug 24 22:26:32.490 INFO O| Aug 24 22:26:32.490 INFO STEP 791 (remove_files) COMPLETE
76952026-08-24T22:26:33.193Z[ recovery-image] Aug 24 22:26:32.490 INFO O| Aug 24 22:26:32.490 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-24T22:26:33.202Z[ recovery-image] Aug 24 22:26:32.498 INFO O| Aug 24 22:26:32.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76972026-08-24T22:26:33.202Z[ recovery-image] Aug 24 22:26:32.498 INFO O| Aug 24 22:26:32.498 INFO STEP 792 (remove_files) COMPLETE
76982026-08-24T22:26:33.202Z[ recovery-image] Aug 24 22:26:32.498 INFO O| Aug 24 22:26:32.498 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-24T22:26:33.209Z[ recovery-image] Aug 24 22:26:32.506 INFO O| Aug 24 22:26:32.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77002026-08-24T22:26:33.213Z[ recovery-image] Aug 24 22:26:32.506 INFO O| Aug 24 22:26:32.506 INFO STEP 793 (remove_files) COMPLETE
77012026-08-24T22:26:33.213Z[ recovery-image] Aug 24 22:26:32.506 INFO O| Aug 24 22:26:32.506 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-24T22:26:33.218Z[ recovery-image] Aug 24 22:26:32.514 INFO O| Aug 24 22:26:32.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77032026-08-24T22:26:33.218Z[ recovery-image] Aug 24 22:26:32.515 INFO O| Aug 24 22:26:32.515 INFO STEP 794 (remove_files) COMPLETE
77042026-08-24T22:26:33.221Z[ recovery-image] Aug 24 22:26:32.515 INFO O| Aug 24 22:26:32.515 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-24T22:26:33.221Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
77062026-08-24T22:26:33.226Z[ recovery-image] Aug 24 22:26:32.523 INFO O| Aug 24 22:26:32.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77072026-08-24T22:26:33.227Z[ recovery-image] Aug 24 22:26:32.524 INFO O| Aug 24 22:26:32.524 INFO STEP 795 (remove_files) COMPLETE
77082026-08-24T22:26:33.230Z[ recovery-image] Aug 24 22:26:32.524 INFO O| Aug 24 22:26:32.524 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-24T22:26:33.236Z[ recovery-image] Aug 24 22:26:32.533 INFO O| Aug 24 22:26:32.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77102026-08-24T22:26:33.236Z[ recovery-image] Aug 24 22:26:32.534 INFO O| Aug 24 22:26:32.533 INFO STEP 796 (remove_files) COMPLETE
77112026-08-24T22:26:33.238Z[ recovery-image] Aug 24 22:26:32.534 INFO O| Aug 24 22:26:32.534 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-24T22:26:33.279Z[ recovery-image] Aug 24 22:26:32.545 INFO O| Aug 24 22:26:32.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77132026-08-24T22:26:33.279Z[ recovery-image] Aug 24 22:26:32.545 INFO O| Aug 24 22:26:32.545 INFO STEP 797 (remove_files) COMPLETE
77142026-08-24T22:26:33.279Z[ recovery-image] Aug 24 22:26:32.545 INFO O| Aug 24 22:26:32.545 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-24T22:26:33.287Z[ recovery-image] Aug 24 22:26:32.554 INFO O| Aug 24 22:26:32.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77162026-08-24T22:26:33.287Z[ recovery-image] Aug 24 22:26:32.554 INFO O| Aug 24 22:26:32.554 INFO STEP 798 (remove_files) COMPLETE
77172026-08-24T22:26:33.287Z[ recovery-image] Aug 24 22:26:32.554 INFO O| Aug 24 22:26:32.554 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-24T22:26:33.287Z[ recovery-image] Aug 24 22:26:32.563 INFO O| Aug 24 22:26:32.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77192026-08-24T22:26:33.287Z[ recovery-image] Aug 24 22:26:32.563 INFO O| Aug 24 22:26:32.563 INFO STEP 799 (remove_files) COMPLETE
77202026-08-24T22:26:33.287Z[ recovery-image] Aug 24 22:26:32.563 INFO O| Aug 24 22:26:32.563 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-24T22:26:33.287Z[ recovery-image] Aug 24 22:26:32.574 INFO O| Aug 24 22:26:32.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77222026-08-24T22:26:33.287Z[ recovery-image] Aug 24 22:26:32.574 INFO O| Aug 24 22:26:32.574 INFO STEP 800 (remove_files) COMPLETE
77232026-08-24T22:26:33.287Z[ recovery-image] Aug 24 22:26:32.574 INFO O| Aug 24 22:26:32.574 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-24T22:26:33.296Z[ recovery-image] Aug 24 22:26:32.583 INFO O| Aug 24 22:26:32.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77252026-08-24T22:26:33.296Z[ recovery-image] Aug 24 22:26:32.583 INFO O| Aug 24 22:26:32.583 INFO STEP 801 (remove_files) COMPLETE
77262026-08-24T22:26:33.296Z[ recovery-image] Aug 24 22:26:32.583 INFO O| Aug 24 22:26:32.583 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-24T22:26:33.301Z[ recovery-image] Aug 24 22:26:32.592 INFO O| Aug 24 22:26:32.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77282026-08-24T22:26:33.301Z[ recovery-image] Aug 24 22:26:32.593 INFO O| Aug 24 22:26:32.592 INFO STEP 802 (remove_files) COMPLETE
77292026-08-24T22:26:33.301Z[ recovery-image] Aug 24 22:26:32.593 INFO O| Aug 24 22:26:32.592 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-24T22:26:33.321Z[ recovery-image] Aug 24 22:26:32.602 INFO O| Aug 24 22:26:32.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77312026-08-24T22:26:33.321Z[ recovery-image] Aug 24 22:26:32.602 INFO O| Aug 24 22:26:32.602 INFO STEP 803 (remove_files) COMPLETE
77322026-08-24T22:26:33.321Z[ recovery-image] Aug 24 22:26:32.602 INFO O| Aug 24 22:26:32.602 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-24T22:26:33.342Z[ recovery-image] Aug 24 22:26:32.612 INFO O| Aug 24 22:26:32.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77342026-08-24T22:26:33.342Z[ recovery-image] Aug 24 22:26:32.612 INFO O| Aug 24 22:26:32.612 INFO STEP 804 (remove_files) COMPLETE
77352026-08-24T22:26:33.342Z[ recovery-image] Aug 24 22:26:32.612 INFO O| Aug 24 22:26:32.612 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-24T22:26:33.343Z[ recovery-image] Aug 24 22:26:32.621 INFO O| Aug 24 22:26:32.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77372026-08-24T22:26:33.343Z[ recovery-image] Aug 24 22:26:32.621 INFO O| Aug 24 22:26:32.621 INFO STEP 805 (remove_files) COMPLETE
77382026-08-24T22:26:33.343Z[ recovery-image] Aug 24 22:26:32.621 INFO O| Aug 24 22:26:32.621 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-24T22:26:33.347Z[ recovery-image] Aug 24 22:26:32.629 INFO O| Aug 24 22:26:32.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77402026-08-24T22:26:33.347Z[ recovery-image] Aug 24 22:26:32.629 INFO O| Aug 24 22:26:32.629 INFO STEP 806 (remove_files) COMPLETE
77412026-08-24T22:26:33.348Z[ recovery-image] Aug 24 22:26:32.629 INFO O| Aug 24 22:26:32.629 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-24T22:26:33.348Z[ recovery-image] Aug 24 22:26:32.638 INFO O| Aug 24 22:26:32.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77432026-08-24T22:26:33.348Z[ recovery-image] Aug 24 22:26:32.638 INFO O| Aug 24 22:26:32.638 INFO STEP 807 (remove_files) COMPLETE
77442026-08-24T22:26:33.348Z[ recovery-image] Aug 24 22:26:32.638 INFO O| Aug 24 22:26:32.638 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-24T22:26:33.352Z[ recovery-image] Aug 24 22:26:32.646 INFO O| Aug 24 22:26:32.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77462026-08-24T22:26:33.352Z[ recovery-image] Aug 24 22:26:32.647 INFO O| Aug 24 22:26:32.646 INFO STEP 808 (remove_files) COMPLETE
77472026-08-24T22:26:33.352Z[ recovery-image] Aug 24 22:26:32.647 INFO O| Aug 24 22:26:32.646 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-24T22:26:33.358Z[ recovery-image] Aug 24 22:26:32.655 INFO O| Aug 24 22:26:32.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77492026-08-24T22:26:33.358Z[ recovery-image] Aug 24 22:26:32.655 INFO O| Aug 24 22:26:32.655 INFO STEP 809 (remove_files) COMPLETE
77502026-08-24T22:26:33.358Z[ recovery-image] Aug 24 22:26:32.655 INFO O| Aug 24 22:26:32.655 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-24T22:26:33.367Z[ recovery-image] Aug 24 22:26:32.663 INFO O| Aug 24 22:26:32.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77522026-08-24T22:26:33.367Z[ recovery-image] Aug 24 22:26:32.663 INFO O| Aug 24 22:26:32.663 INFO STEP 810 (remove_files) COMPLETE
77532026-08-24T22:26:33.367Z[ recovery-image] Aug 24 22:26:32.664 INFO O| Aug 24 22:26:32.663 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-24T22:26:33.378Z[ recovery-image] Aug 24 22:26:32.674 INFO O| Aug 24 22:26:32.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77552026-08-24T22:26:33.378Z[ recovery-image] Aug 24 22:26:32.674 INFO O| Aug 24 22:26:32.674 INFO STEP 811 (remove_files) COMPLETE
77562026-08-24T22:26:33.378Z[ recovery-image] Aug 24 22:26:32.674 INFO O| Aug 24 22:26:32.674 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-24T22:26:33.386Z[ recovery-image] Aug 24 22:26:32.683 INFO O| Aug 24 22:26:32.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77582026-08-24T22:26:33.386Z[ recovery-image] Aug 24 22:26:32.683 INFO O| Aug 24 22:26:32.683 INFO STEP 812 (remove_files) COMPLETE
77592026-08-24T22:26:33.386Z[ recovery-image] Aug 24 22:26:32.683 INFO O| Aug 24 22:26:32.683 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-24T22:26:33.395Z[ recovery-image] Aug 24 22:26:32.692 INFO O| Aug 24 22:26:32.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77612026-08-24T22:26:33.395Z[ recovery-image] Aug 24 22:26:32.692 INFO O| Aug 24 22:26:32.692 INFO STEP 813 (remove_files) COMPLETE
77622026-08-24T22:26:33.395Z[ recovery-image] Aug 24 22:26:32.692 INFO O| Aug 24 22:26:32.692 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-24T22:26:33.400Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
77642026-08-24T22:26:33.404Z[ recovery-image] Aug 24 22:26:32.701 INFO O| Aug 24 22:26:32.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77652026-08-24T22:26:33.404Z[ recovery-image] Aug 24 22:26:32.701 INFO O| Aug 24 22:26:32.701 INFO STEP 814 (remove_files) COMPLETE
77662026-08-24T22:26:33.408Z[ recovery-image] Aug 24 22:26:32.701 INFO O| Aug 24 22:26:32.701 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-24T22:26:33.413Z[ recovery-image] Aug 24 22:26:32.710 INFO O| Aug 24 22:26:32.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77682026-08-24T22:26:33.413Z[ recovery-image] Aug 24 22:26:32.710 INFO O| Aug 24 22:26:32.710 INFO STEP 815 (remove_files) COMPLETE
77692026-08-24T22:26:33.413Z[ recovery-image] Aug 24 22:26:32.710 INFO O| Aug 24 22:26:32.710 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-24T22:26:33.421Z[ recovery-image] Aug 24 22:26:32.718 INFO O| Aug 24 22:26:32.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77712026-08-24T22:26:33.421Z[ recovery-image] Aug 24 22:26:32.718 INFO O| Aug 24 22:26:32.718 INFO STEP 816 (remove_files) COMPLETE
77722026-08-24T22:26:33.425Z[ recovery-image] Aug 24 22:26:32.718 INFO O| Aug 24 22:26:32.718 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-24T22:26:33.431Z[ recovery-image] Aug 24 22:26:32.727 INFO O| Aug 24 22:26:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77742026-08-24T22:26:33.431Z[ recovery-image] Aug 24 22:26:32.727 INFO O| Aug 24 22:26:32.727 INFO STEP 817 (remove_files) COMPLETE
77752026-08-24T22:26:33.431Z[ recovery-image] Aug 24 22:26:32.727 INFO O| Aug 24 22:26:32.727 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-24T22:26:33.440Z[ recovery-image] Aug 24 22:26:32.737 INFO O| Aug 24 22:26:32.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77772026-08-24T22:26:33.440Z[ recovery-image] Aug 24 22:26:32.737 INFO O| Aug 24 22:26:32.737 INFO STEP 818 (remove_files) COMPLETE
77782026-08-24T22:26:33.444Z[ recovery-image] Aug 24 22:26:32.737 INFO O| Aug 24 22:26:32.737 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-24T22:26:33.449Z[ recovery-image] Aug 24 22:26:32.746 INFO O| Aug 24 22:26:32.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77802026-08-24T22:26:33.449Z[ recovery-image] Aug 24 22:26:32.746 INFO O| Aug 24 22:26:32.746 INFO STEP 819 (remove_files) COMPLETE
77812026-08-24T22:26:33.449Z[ recovery-image] Aug 24 22:26:32.746 INFO O| Aug 24 22:26:32.746 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-24T22:26:33.465Z[ recovery-image] Aug 24 22:26:32.762 INFO O| Aug 24 22:26:32.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77832026-08-24T22:26:33.466Z[ recovery-image] Aug 24 22:26:32.762 INFO O| Aug 24 22:26:32.762 INFO STEP 820 (remove_files) COMPLETE
77842026-08-24T22:26:33.471Z[ recovery-image] Aug 24 22:26:32.762 INFO O| Aug 24 22:26:32.762 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-24T22:26:33.477Z[ recovery-image] Aug 24 22:26:32.772 INFO O| Aug 24 22:26:32.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77862026-08-24T22:26:33.477Z[ recovery-image] Aug 24 22:26:32.772 INFO O| Aug 24 22:26:32.772 INFO STEP 821 (remove_files) COMPLETE
77872026-08-24T22:26:33.477Z[ recovery-image] Aug 24 22:26:32.772 INFO O| Aug 24 22:26:32.772 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-24T22:26:33.485Z[ recovery-image] Aug 24 22:26:32.782 INFO O| Aug 24 22:26:32.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77892026-08-24T22:26:33.485Z[ recovery-image] Aug 24 22:26:32.782 INFO O| Aug 24 22:26:32.782 INFO STEP 822 (remove_files) COMPLETE
77902026-08-24T22:26:33.485Z[ recovery-image] Aug 24 22:26:32.782 INFO O| Aug 24 22:26:32.782 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-24T22:26:33.494Z[ recovery-image] Aug 24 22:26:32.791 INFO O| Aug 24 22:26:32.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77922026-08-24T22:26:33.494Z[ recovery-image] Aug 24 22:26:32.791 INFO O| Aug 24 22:26:32.791 INFO STEP 823 (remove_files) COMPLETE
77932026-08-24T22:26:33.495Z[ recovery-image] Aug 24 22:26:32.791 INFO O| Aug 24 22:26:32.791 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-24T22:26:33.506Z[ recovery-image] Aug 24 22:26:32.802 INFO O| Aug 24 22:26:32.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77952026-08-24T22:26:33.506Z[ recovery-image] Aug 24 22:26:32.802 INFO O| Aug 24 22:26:32.802 INFO STEP 824 (remove_files) COMPLETE
77962026-08-24T22:26:33.510Z[ recovery-image] Aug 24 22:26:32.802 INFO O| Aug 24 22:26:32.802 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-24T22:26:33.515Z[ recovery-image] Aug 24 22:26:32.811 INFO O| Aug 24 22:26:32.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77982026-08-24T22:26:33.515Z[ recovery-image] Aug 24 22:26:32.811 INFO O| Aug 24 22:26:32.811 INFO STEP 825 (remove_files) COMPLETE
77992026-08-24T22:26:33.515Z[ recovery-image] Aug 24 22:26:32.811 INFO O| Aug 24 22:26:32.811 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-24T22:26:33.524Z[ recovery-image] Aug 24 22:26:32.821 INFO O| Aug 24 22:26:32.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78012026-08-24T22:26:33.524Z[ recovery-image] Aug 24 22:26:32.821 INFO O| Aug 24 22:26:32.821 INFO STEP 826 (remove_files) COMPLETE
78022026-08-24T22:26:33.528Z[ recovery-image] Aug 24 22:26:32.821 INFO O| Aug 24 22:26:32.821 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-08-24T22:26:33.534Z[ recovery-image] Aug 24 22:26:32.830 INFO O| Aug 24 22:26:32.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78042026-08-24T22:26:33.534Z[ recovery-image] Aug 24 22:26:32.831 INFO O| Aug 24 22:26:32.830 INFO STEP 827 (remove_files) COMPLETE
78052026-08-24T22:26:33.534Z[ recovery-image] Aug 24 22:26:32.831 INFO O| Aug 24 22:26:32.831 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-24T22:26:33.544Z[ recovery-image] Aug 24 22:26:32.840 INFO O| Aug 24 22:26:32.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78072026-08-24T22:26:33.544Z[ recovery-image] Aug 24 22:26:32.840 INFO O| Aug 24 22:26:32.840 INFO STEP 828 (remove_files) COMPLETE
78082026-08-24T22:26:33.544Z[ recovery-image] Aug 24 22:26:32.840 INFO O| Aug 24 22:26:32.840 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-24T22:26:33.553Z[ recovery-image] Aug 24 22:26:32.850 INFO O| Aug 24 22:26:32.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78102026-08-24T22:26:33.553Z[ recovery-image] Aug 24 22:26:32.850 INFO O| Aug 24 22:26:32.850 INFO STEP 829 (remove_files) COMPLETE
78112026-08-24T22:26:33.553Z[ recovery-image] Aug 24 22:26:32.850 INFO O| Aug 24 22:26:32.850 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-24T22:26:33.564Z[ recovery-image] Aug 24 22:26:32.859 INFO O| Aug 24 22:26:32.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78132026-08-24T22:26:33.565Z[ recovery-image] Aug 24 22:26:32.859 INFO O| Aug 24 22:26:32.859 INFO STEP 830 (remove_files) COMPLETE
78142026-08-24T22:26:33.565Z[ recovery-image] Aug 24 22:26:32.859 INFO O| Aug 24 22:26:32.859 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-24T22:26:33.582Z[ recovery-image] Aug 24 22:26:32.868 INFO O| Aug 24 22:26:32.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78162026-08-24T22:26:33.582Z[ recovery-image] Aug 24 22:26:32.869 INFO O| Aug 24 22:26:32.869 INFO STEP 831 (remove_files) COMPLETE
78172026-08-24T22:26:33.582Z[ recovery-image] Aug 24 22:26:32.869 INFO O| Aug 24 22:26:32.869 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-24T22:26:33.582Z[ recovery-image] Aug 24 22:26:32.878 INFO O| Aug 24 22:26:32.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78192026-08-24T22:26:33.582Z[ recovery-image] Aug 24 22:26:32.878 INFO O| Aug 24 22:26:32.878 INFO STEP 832 (remove_files) COMPLETE
78202026-08-24T22:26:33.586Z[ recovery-image] Aug 24 22:26:32.878 INFO O| Aug 24 22:26:32.878 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-24T22:26:33.591Z[ recovery-image] Aug 24 22:26:32.888 INFO O| Aug 24 22:26:32.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78222026-08-24T22:26:33.594Z[ recovery-image] Aug 24 22:26:32.888 INFO O| Aug 24 22:26:32.888 INFO STEP 833 (remove_files) COMPLETE
78232026-08-24T22:26:33.595Z[ recovery-image] Aug 24 22:26:32.888 INFO O| Aug 24 22:26:32.888 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-24T22:26:33.602Z[ recovery-image] Aug 24 22:26:32.899 INFO O| Aug 24 22:26:32.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78252026-08-24T22:26:33.602Z[ recovery-image] Aug 24 22:26:32.899 INFO O| Aug 24 22:26:32.899 INFO STEP 834 (remove_files) COMPLETE
78262026-08-24T22:26:33.606Z[ recovery-image] Aug 24 22:26:32.899 INFO O| Aug 24 22:26:32.899 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-24T22:26:33.614Z[ recovery-image] Aug 24 22:26:32.910 INFO O| Aug 24 22:26:32.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78282026-08-24T22:26:33.616Z[ recovery-image] Aug 24 22:26:32.910 INFO O| Aug 24 22:26:32.910 INFO STEP 835 (remove_files) COMPLETE
78292026-08-24T22:26:33.616Z[ recovery-image] Aug 24 22:26:32.910 INFO O| Aug 24 22:26:32.910 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-24T22:26:33.622Z[ recovery-image] Aug 24 22:26:32.919 INFO O| Aug 24 22:26:32.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78312026-08-24T22:26:33.622Z[ recovery-image] Aug 24 22:26:32.919 INFO O| Aug 24 22:26:32.919 INFO STEP 836 (remove_files) COMPLETE
78322026-08-24T22:26:33.622Z[ recovery-image] Aug 24 22:26:32.919 INFO O| Aug 24 22:26:32.919 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-24T22:26:33.632Z[ recovery-image] Aug 24 22:26:32.929 INFO O| Aug 24 22:26:32.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78342026-08-24T22:26:33.632Z[ recovery-image] Aug 24 22:26:32.929 INFO O| Aug 24 22:26:32.929 INFO STEP 837 (remove_files) COMPLETE
78352026-08-24T22:26:33.632Z[ recovery-image] Aug 24 22:26:32.929 INFO O| Aug 24 22:26:32.929 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-24T22:26:33.642Z[ recovery-image] Aug 24 22:26:32.939 INFO O| Aug 24 22:26:32.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78372026-08-24T22:26:33.642Z[ recovery-image] Aug 24 22:26:32.939 INFO O| Aug 24 22:26:32.939 INFO STEP 838 (remove_files) COMPLETE
78382026-08-24T22:26:33.642Z[ recovery-image] Aug 24 22:26:32.939 INFO O| Aug 24 22:26:32.939 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-24T22:26:33.652Z[ recovery-image] Aug 24 22:26:32.949 INFO O| Aug 24 22:26:32.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78402026-08-24T22:26:33.652Z[ recovery-image] Aug 24 22:26:32.949 INFO O| Aug 24 22:26:32.949 INFO STEP 839 (remove_files) COMPLETE
78412026-08-24T22:26:33.653Z[ recovery-image] Aug 24 22:26:32.949 INFO O| Aug 24 22:26:32.949 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-24T22:26:33.664Z[ recovery-image] Aug 24 22:26:32.960 INFO O| Aug 24 22:26:32.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78432026-08-24T22:26:33.664Z[ recovery-image] Aug 24 22:26:32.960 INFO O| Aug 24 22:26:32.960 INFO STEP 840 (remove_files) COMPLETE
78442026-08-24T22:26:33.667Z[ recovery-image] Aug 24 22:26:32.960 INFO O| Aug 24 22:26:32.960 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-24T22:26:33.673Z[ recovery-image] Aug 24 22:26:32.970 INFO O| Aug 24 22:26:32.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78462026-08-24T22:26:33.673Z[ recovery-image] Aug 24 22:26:32.970 INFO O| Aug 24 22:26:32.970 INFO STEP 841 (remove_files) COMPLETE
78472026-08-24T22:26:33.677Z[ recovery-image] Aug 24 22:26:32.970 INFO O| Aug 24 22:26:32.970 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-24T22:26:33.682Z[ recovery-image] Aug 24 22:26:32.979 INFO O| Aug 24 22:26:32.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78492026-08-24T22:26:33.682Z[ recovery-image] Aug 24 22:26:32.979 INFO O| Aug 24 22:26:32.979 INFO STEP 842 (remove_files) COMPLETE
78502026-08-24T22:26:33.687Z[ recovery-image] Aug 24 22:26:32.979 INFO O| Aug 24 22:26:32.979 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-24T22:26:33.691Z[ recovery-image] Aug 24 22:26:32.988 INFO O| Aug 24 22:26:32.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78522026-08-24T22:26:33.692Z[ recovery-image] Aug 24 22:26:32.988 INFO O| Aug 24 22:26:32.988 INFO STEP 843 (remove_files) COMPLETE
78532026-08-24T22:26:33.695Z[ recovery-image] Aug 24 22:26:32.988 INFO O| Aug 24 22:26:32.988 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-24T22:26:33.703Z[ recovery-image] Aug 24 22:26:33.000 INFO O| Aug 24 22:26:33.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78552026-08-24T22:26:33.703Z[ recovery-image] Aug 24 22:26:33.000 INFO O| Aug 24 22:26:33.000 INFO STEP 844 (remove_files) COMPLETE
78562026-08-24T22:26:33.703Z[ recovery-image] Aug 24 22:26:33.000 INFO O| Aug 24 22:26:33.000 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-24T22:26:33.712Z[ recovery-image] Aug 24 22:26:33.009 INFO O| Aug 24 22:26:33.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78582026-08-24T22:26:33.713Z[ recovery-image] Aug 24 22:26:33.009 INFO O| Aug 24 22:26:33.009 INFO STEP 845 (remove_files) COMPLETE
78592026-08-24T22:26:33.713Z[ recovery-image] Aug 24 22:26:33.009 INFO O| Aug 24 22:26:33.009 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-24T22:26:33.720Z[ recovery-image] Aug 24 22:26:33.017 INFO O| Aug 24 22:26:33.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78612026-08-24T22:26:33.720Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
78622026-08-24T22:26:33.720Z[ recovery-image] Aug 24 22:26:33.017 INFO O| Aug 24 22:26:33.017 INFO STEP 846 (remove_files) COMPLETE
78632026-08-24T22:26:33.724Z[ recovery-image] Aug 24 22:26:33.017 INFO O| Aug 24 22:26:33.017 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-24T22:26:33.753Z[ recovery-image] Aug 24 22:26:33.049 INFO O| Aug 24 22:26:33.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78652026-08-24T22:26:33.753Z[ recovery-image] Aug 24 22:26:33.049 INFO O| Aug 24 22:26:33.049 INFO STEP 847 (remove_files) COMPLETE
78662026-08-24T22:26:33.757Z[ recovery-image] Aug 24 22:26:33.049 INFO O| Aug 24 22:26:33.049 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-24T22:26:33.763Z[ recovery-image] Aug 24 22:26:33.060 INFO O| Aug 24 22:26:33.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78682026-08-24T22:26:33.763Z[ recovery-image] Aug 24 22:26:33.060 INFO O| Aug 24 22:26:33.060 INFO STEP 848 (remove_files) COMPLETE
78692026-08-24T22:26:33.763Z[ recovery-image] Aug 24 22:26:33.060 INFO O| Aug 24 22:26:33.060 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-24T22:26:33.773Z[ recovery-image] Aug 24 22:26:33.070 INFO O| Aug 24 22:26:33.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78712026-08-24T22:26:33.774Z[ recovery-image] Aug 24 22:26:33.070 INFO O| Aug 24 22:26:33.070 INFO STEP 849 (remove_files) COMPLETE
78722026-08-24T22:26:33.774Z[ recovery-image] Aug 24 22:26:33.070 INFO O| Aug 24 22:26:33.070 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-24T22:26:33.783Z[ recovery-image] Aug 24 22:26:33.080 INFO O| Aug 24 22:26:33.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78742026-08-24T22:26:33.783Z[ recovery-image] Aug 24 22:26:33.080 INFO O| Aug 24 22:26:33.079 INFO STEP 850 (remove_files) COMPLETE
78752026-08-24T22:26:33.783Z[ recovery-image] Aug 24 22:26:33.080 INFO O| Aug 24 22:26:33.079 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-24T22:26:33.793Z[ recovery-image] Aug 24 22:26:33.090 INFO O| Aug 24 22:26:33.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78772026-08-24T22:26:33.794Z[ recovery-image] Aug 24 22:26:33.090 INFO O| Aug 24 22:26:33.090 INFO STEP 851 (remove_files) COMPLETE
78782026-08-24T22:26:33.794Z[ recovery-image] Aug 24 22:26:33.090 INFO O| Aug 24 22:26:33.090 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-24T22:26:33.805Z[ recovery-image] Aug 24 22:26:33.101 INFO O| Aug 24 22:26:33.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78802026-08-24T22:26:33.805Z[ recovery-image] Aug 24 22:26:33.101 INFO O| Aug 24 22:26:33.101 INFO STEP 852 (remove_files) COMPLETE
78812026-08-24T22:26:33.809Z[ recovery-image] Aug 24 22:26:33.101 INFO O| Aug 24 22:26:33.101 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-24T22:26:33.813Z[ recovery-image] Aug 24 22:26:33.110 INFO O| Aug 24 22:26:33.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78832026-08-24T22:26:33.814Z[ recovery-image] Aug 24 22:26:33.110 INFO O| Aug 24 22:26:33.110 INFO STEP 853 (remove_files) COMPLETE
78842026-08-24T22:26:33.814Z[ recovery-image] Aug 24 22:26:33.110 INFO O| Aug 24 22:26:33.110 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-24T22:26:33.823Z[ recovery-image] Aug 24 22:26:33.120 INFO O| Aug 24 22:26:33.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78862026-08-24T22:26:33.823Z[ recovery-image] Aug 24 22:26:33.120 INFO O| Aug 24 22:26:33.120 INFO STEP 854 (remove_files) COMPLETE
78872026-08-24T22:26:33.823Z[ recovery-image] Aug 24 22:26:33.120 INFO O| Aug 24 22:26:33.120 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-24T22:26:33.832Z[ recovery-image] Aug 24 22:26:33.129 INFO O| Aug 24 22:26:33.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78892026-08-24T22:26:33.832Z[ recovery-image] Aug 24 22:26:33.129 INFO O| Aug 24 22:26:33.129 INFO STEP 855 (remove_files) COMPLETE
78902026-08-24T22:26:33.837Z[ recovery-image] Aug 24 22:26:33.129 INFO O| Aug 24 22:26:33.129 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-24T22:26:33.841Z[ recovery-image] Aug 24 22:26:33.138 INFO O| Aug 24 22:26:33.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78922026-08-24T22:26:33.841Z[ recovery-image] Aug 24 22:26:33.138 INFO O| Aug 24 22:26:33.138 INFO STEP 856 (remove_files) COMPLETE
78932026-08-24T22:26:33.845Z[ recovery-image] Aug 24 22:26:33.138 INFO O| Aug 24 22:26:33.138 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-24T22:26:33.849Z[ recovery-image] Aug 24 22:26:33.146 INFO O| Aug 24 22:26:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78952026-08-24T22:26:33.849Z[ recovery-image] Aug 24 22:26:33.146 INFO O| Aug 24 22:26:33.146 INFO STEP 857 (remove_files) COMPLETE
78962026-08-24T22:26:33.849Z[ recovery-image] Aug 24 22:26:33.146 INFO O| Aug 24 22:26:33.146 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-24T22:26:33.857Z[ recovery-image] Aug 24 22:26:33.154 INFO O| Aug 24 22:26:33.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78982026-08-24T22:26:33.857Z[ recovery-image] Aug 24 22:26:33.154 INFO O| Aug 24 22:26:33.154 INFO STEP 858 (remove_files) COMPLETE
78992026-08-24T22:26:33.858Z[ recovery-image] Aug 24 22:26:33.154 INFO O| Aug 24 22:26:33.154 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-24T22:26:33.866Z[ recovery-image] Aug 24 22:26:33.162 INFO O| Aug 24 22:26:33.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79012026-08-24T22:26:33.866Z[ recovery-image] Aug 24 22:26:33.163 INFO O| Aug 24 22:26:33.162 INFO STEP 859 (remove_files) COMPLETE
79022026-08-24T22:26:33.872Z[ recovery-image] Aug 24 22:26:33.163 INFO O| Aug 24 22:26:33.162 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-24T22:26:33.876Z[ recovery-image] Aug 24 22:26:33.171 INFO O| Aug 24 22:26:33.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79042026-08-24T22:26:33.877Z[ recovery-image] Aug 24 22:26:33.171 INFO O| Aug 24 22:26:33.171 INFO STEP 860 (remove_files) COMPLETE
79052026-08-24T22:26:33.877Z[ recovery-image] Aug 24 22:26:33.171 INFO O| Aug 24 22:26:33.171 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-24T22:26:33.883Z[ recovery-image] Aug 24 22:26:33.180 INFO O| Aug 24 22:26:33.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79072026-08-24T22:26:33.883Z[ recovery-image] Aug 24 22:26:33.180 INFO O| Aug 24 22:26:33.180 INFO STEP 861 (remove_files) COMPLETE
79082026-08-24T22:26:33.884Z[ recovery-image] Aug 24 22:26:33.180 INFO O| Aug 24 22:26:33.180 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-24T22:26:33.891Z[ recovery-image] Aug 24 22:26:33.188 INFO O| Aug 24 22:26:33.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79102026-08-24T22:26:33.892Z[ recovery-image] Aug 24 22:26:33.188 INFO O| Aug 24 22:26:33.188 INFO STEP 862 (remove_files) COMPLETE
79112026-08-24T22:26:33.892Z[ recovery-image] Aug 24 22:26:33.189 INFO O| Aug 24 22:26:33.188 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-24T22:26:33.900Z[ recovery-image] Aug 24 22:26:33.197 INFO O| Aug 24 22:26:33.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79132026-08-24T22:26:33.900Z[ recovery-image] Aug 24 22:26:33.197 INFO O| Aug 24 22:26:33.197 INFO STEP 863 (remove_files) COMPLETE
79142026-08-24T22:26:33.900Z[ recovery-image] Aug 24 22:26:33.197 INFO O| Aug 24 22:26:33.197 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-24T22:26:33.909Z[ recovery-image] Aug 24 22:26:33.206 INFO O| Aug 24 22:26:33.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79162026-08-24T22:26:33.909Z[ recovery-image] Aug 24 22:26:33.206 INFO O| Aug 24 22:26:33.206 INFO STEP 864 (remove_files) COMPLETE
79172026-08-24T22:26:33.909Z[ recovery-image] Aug 24 22:26:33.206 INFO O| Aug 24 22:26:33.206 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-24T22:26:33.918Z[ recovery-image] Aug 24 22:26:33.215 INFO O| Aug 24 22:26:33.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79192026-08-24T22:26:33.918Z[ recovery-image] Aug 24 22:26:33.215 INFO O| Aug 24 22:26:33.215 INFO STEP 865 (remove_files) COMPLETE
79202026-08-24T22:26:33.922Z[ recovery-image] Aug 24 22:26:33.215 INFO O| Aug 24 22:26:33.215 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-24T22:26:33.926Z[ recovery-image] Aug 24 22:26:33.224 INFO O| Aug 24 22:26:33.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79222026-08-24T22:26:33.927Z[ recovery-image] Aug 24 22:26:33.224 INFO O| Aug 24 22:26:33.224 INFO STEP 866 (remove_files) COMPLETE
79232026-08-24T22:26:33.930Z[ recovery-image] Aug 24 22:26:33.224 INFO O| Aug 24 22:26:33.224 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-24T22:26:33.936Z[ recovery-image] Aug 24 22:26:33.232 INFO O| Aug 24 22:26:33.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79252026-08-24T22:26:33.936Z[ recovery-image] Aug 24 22:26:33.232 INFO O| Aug 24 22:26:33.232 INFO STEP 867 (remove_files) COMPLETE
79262026-08-24T22:26:33.936Z[ recovery-image] Aug 24 22:26:33.232 INFO O| Aug 24 22:26:33.232 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-24T22:26:33.944Z[ recovery-image] Aug 24 22:26:33.241 INFO O| Aug 24 22:26:33.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79282026-08-24T22:26:33.944Z[ recovery-image] Aug 24 22:26:33.241 INFO O| Aug 24 22:26:33.241 INFO STEP 868 (remove_files) COMPLETE
79292026-08-24T22:26:33.944Z[ recovery-image] Aug 24 22:26:33.241 INFO O| Aug 24 22:26:33.241 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-24T22:26:33.953Z[ recovery-image] Aug 24 22:26:33.250 INFO O| Aug 24 22:26:33.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79312026-08-24T22:26:33.953Z[ recovery-image] Aug 24 22:26:33.250 INFO O| Aug 24 22:26:33.250 INFO STEP 869 (remove_files) COMPLETE
79322026-08-24T22:26:33.953Z[ recovery-image] Aug 24 22:26:33.250 INFO O| Aug 24 22:26:33.250 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-24T22:26:33.962Z[ recovery-image] Aug 24 22:26:33.259 INFO O| Aug 24 22:26:33.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79342026-08-24T22:26:33.962Z[ recovery-image] Aug 24 22:26:33.259 INFO O| Aug 24 22:26:33.259 INFO STEP 870 (remove_files) COMPLETE
79352026-08-24T22:26:33.962Z[ recovery-image] Aug 24 22:26:33.259 INFO O| Aug 24 22:26:33.259 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-24T22:26:33.972Z[ recovery-image] Aug 24 22:26:33.269 INFO O| Aug 24 22:26:33.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79372026-08-24T22:26:33.972Z[ recovery-image] Aug 24 22:26:33.269 INFO O| Aug 24 22:26:33.269 INFO STEP 871 (remove_files) COMPLETE
79382026-08-24T22:26:33.976Z[ recovery-image] Aug 24 22:26:33.269 INFO O| Aug 24 22:26:33.269 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-24T22:26:33.983Z[ recovery-image] Aug 24 22:26:33.280 INFO O| Aug 24 22:26:33.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79402026-08-24T22:26:33.983Z[ recovery-image] Aug 24 22:26:33.280 INFO O| Aug 24 22:26:33.280 INFO STEP 872 (remove_files) COMPLETE
79412026-08-24T22:26:33.983Z[ recovery-image] Aug 24 22:26:33.280 INFO O| Aug 24 22:26:33.280 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-24T22:26:33.994Z[ recovery-image] Aug 24 22:26:33.291 INFO O| Aug 24 22:26:33.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79432026-08-24T22:26:33.994Z[ recovery-image] Aug 24 22:26:33.291 INFO O| Aug 24 22:26:33.291 INFO STEP 873 (remove_files) COMPLETE
79442026-08-24T22:26:33.994Z[ recovery-image] Aug 24 22:26:33.291 INFO O| Aug 24 22:26:33.291 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-24T22:26:34.004Z[ recovery-image] Aug 24 22:26:33.301 INFO O| Aug 24 22:26:33.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79462026-08-24T22:26:34.004Z[ recovery-image] Aug 24 22:26:33.301 INFO O| Aug 24 22:26:33.301 INFO STEP 874 (remove_files) COMPLETE
79472026-08-24T22:26:34.005Z[ recovery-image] Aug 24 22:26:33.301 INFO O| Aug 24 22:26:33.301 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-24T22:26:34.015Z[ recovery-image] Aug 24 22:26:33.310 INFO O| Aug 24 22:26:33.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79492026-08-24T22:26:34.015Z[ recovery-image] Aug 24 22:26:33.310 INFO O| Aug 24 22:26:33.310 INFO STEP 875 (remove_files) COMPLETE
79502026-08-24T22:26:34.019Z[ recovery-image] Aug 24 22:26:33.310 INFO O| Aug 24 22:26:33.310 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-24T22:26:34.022Z[ recovery-image] Aug 24 22:26:33.319 INFO O| Aug 24 22:26:33.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79522026-08-24T22:26:34.022Z[ recovery-image] Aug 24 22:26:33.319 INFO O| Aug 24 22:26:33.319 INFO STEP 876 (remove_files) COMPLETE
79532026-08-24T22:26:34.022Z[ recovery-image] Aug 24 22:26:33.319 INFO O| Aug 24 22:26:33.319 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-24T22:26:34.032Z[ recovery-image] Aug 24 22:26:33.329 INFO O| Aug 24 22:26:33.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79552026-08-24T22:26:34.032Z[ recovery-image] Aug 24 22:26:33.329 INFO O| Aug 24 22:26:33.329 INFO STEP 877 (remove_files) COMPLETE
79562026-08-24T22:26:34.032Z[ recovery-image] Aug 24 22:26:33.329 INFO O| Aug 24 22:26:33.329 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-24T22:26:34.043Z[ recovery-image] Aug 24 22:26:33.339 INFO O| Aug 24 22:26:33.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79582026-08-24T22:26:34.043Z[ recovery-image] Aug 24 22:26:33.340 INFO O| Aug 24 22:26:33.339 INFO STEP 878 (remove_files) COMPLETE
79592026-08-24T22:26:34.043Z[ recovery-image] Aug 24 22:26:33.340 INFO O| Aug 24 22:26:33.340 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-24T22:26:34.053Z[ recovery-image] Aug 24 22:26:33.350 INFO O| Aug 24 22:26:33.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79612026-08-24T22:26:34.053Z[ recovery-image] Aug 24 22:26:33.350 INFO O| Aug 24 22:26:33.350 INFO STEP 879 (remove_files) COMPLETE
79622026-08-24T22:26:34.053Z[ recovery-image] Aug 24 22:26:33.350 INFO O| Aug 24 22:26:33.350 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-24T22:26:34.065Z[ recovery-image] Aug 24 22:26:33.361 INFO O| Aug 24 22:26:33.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79642026-08-24T22:26:34.065Z[ recovery-image] Aug 24 22:26:33.362 INFO O| Aug 24 22:26:33.362 INFO STEP 880 (remove_files) COMPLETE
79652026-08-24T22:26:34.069Z[ recovery-image] Aug 24 22:26:33.362 INFO O| Aug 24 22:26:33.362 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-24T22:26:34.074Z[ recovery-image] Aug 24 22:26:33.371 INFO O| Aug 24 22:26:33.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79672026-08-24T22:26:34.074Z[ recovery-image] Aug 24 22:26:33.371 INFO O| Aug 24 22:26:33.371 INFO STEP 881 (remove_files) COMPLETE
79682026-08-24T22:26:34.074Z[ recovery-image] Aug 24 22:26:33.371 INFO O| Aug 24 22:26:33.371 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-24T22:26:34.082Z[ recovery-image] Aug 24 22:26:33.379 INFO O| Aug 24 22:26:33.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79702026-08-24T22:26:34.082Z[ recovery-image] Aug 24 22:26:33.379 INFO O| Aug 24 22:26:33.379 INFO STEP 882 (remove_files) COMPLETE
79712026-08-24T22:26:34.082Z[ recovery-image] Aug 24 22:26:33.379 INFO O| Aug 24 22:26:33.379 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-24T22:26:34.090Z[ recovery-image] Aug 24 22:26:33.387 INFO O| Aug 24 22:26:33.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79732026-08-24T22:26:34.090Z[ recovery-image] Aug 24 22:26:33.387 INFO O| Aug 24 22:26:33.387 INFO STEP 883 (remove_files) COMPLETE
79742026-08-24T22:26:34.094Z[ recovery-image] Aug 24 22:26:33.387 INFO O| Aug 24 22:26:33.387 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-24T22:26:34.099Z[ recovery-image] Aug 24 22:26:33.396 INFO O| Aug 24 22:26:33.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79762026-08-24T22:26:34.099Z[ recovery-image] Aug 24 22:26:33.396 INFO O| Aug 24 22:26:33.396 INFO STEP 884 (remove_files) COMPLETE
79772026-08-24T22:26:34.099Z[ recovery-image] Aug 24 22:26:33.396 INFO O| Aug 24 22:26:33.396 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-24T22:26:34.108Z[ recovery-image] Aug 24 22:26:33.405 INFO O| Aug 24 22:26:33.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79792026-08-24T22:26:34.112Z[ recovery-image] Aug 24 22:26:33.406 INFO O| Aug 24 22:26:33.405 INFO STEP 885 (remove_files) COMPLETE
79802026-08-24T22:26:34.112Z[ recovery-image] Aug 24 22:26:33.406 INFO O| Aug 24 22:26:33.406 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-24T22:26:34.117Z[ recovery-image] Aug 24 22:26:33.414 INFO O| Aug 24 22:26:33.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79822026-08-24T22:26:34.117Z[ recovery-image] Aug 24 22:26:33.414 INFO O| Aug 24 22:26:33.414 INFO STEP 886 (remove_files) COMPLETE
79832026-08-24T22:26:34.121Z[ recovery-image] Aug 24 22:26:33.414 INFO O| Aug 24 22:26:33.414 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-24T22:26:34.125Z[ recovery-image] Aug 24 22:26:33.422 INFO O| Aug 24 22:26:33.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79852026-08-24T22:26:34.125Z[ recovery-image] Aug 24 22:26:33.422 INFO O| Aug 24 22:26:33.422 INFO STEP 887 (remove_files) COMPLETE
79862026-08-24T22:26:34.129Z[ recovery-image] Aug 24 22:26:33.422 INFO O| Aug 24 22:26:33.422 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-24T22:26:34.134Z[ recovery-image] Aug 24 22:26:33.431 INFO O| Aug 24 22:26:33.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79882026-08-24T22:26:34.134Z[ recovery-image] Aug 24 22:26:33.431 INFO O| Aug 24 22:26:33.431 INFO STEP 888 (remove_files) COMPLETE
79892026-08-24T22:26:34.135Z[ recovery-image] Aug 24 22:26:33.431 INFO O| Aug 24 22:26:33.431 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-24T22:26:34.143Z[ recovery-image] Aug 24 22:26:33.440 INFO O| Aug 24 22:26:33.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79912026-08-24T22:26:34.143Z[ recovery-image] Aug 24 22:26:33.440 INFO O| Aug 24 22:26:33.440 INFO STEP 889 (remove_files) COMPLETE
79922026-08-24T22:26:34.149Z[ recovery-image] Aug 24 22:26:33.440 INFO O| Aug 24 22:26:33.440 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-24T22:26:34.153Z[ recovery-image] Aug 24 22:26:33.448 INFO O| Aug 24 22:26:33.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79942026-08-24T22:26:34.153Z[ recovery-image] Aug 24 22:26:33.449 INFO O| Aug 24 22:26:33.449 INFO STEP 890 (remove_files) COMPLETE
79952026-08-24T22:26:34.153Z[ recovery-image] Aug 24 22:26:33.449 INFO O| Aug 24 22:26:33.449 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-24T22:26:34.157Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
79972026-08-24T22:26:34.161Z[ recovery-image] Aug 24 22:26:33.458 INFO O| Aug 24 22:26:33.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79982026-08-24T22:26:34.161Z[ recovery-image] Aug 24 22:26:33.458 INFO O| Aug 24 22:26:33.458 INFO STEP 891 (remove_files) COMPLETE
79992026-08-24T22:26:34.161Z[ recovery-image] Aug 24 22:26:33.458 INFO O| Aug 24 22:26:33.458 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-24T22:26:34.171Z[ recovery-image] Aug 24 22:26:33.468 INFO O| Aug 24 22:26:33.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80012026-08-24T22:26:34.172Z[ recovery-image] Aug 24 22:26:33.468 INFO O| Aug 24 22:26:33.468 INFO STEP 892 (remove_files) COMPLETE
80022026-08-24T22:26:34.172Z[ recovery-image] Aug 24 22:26:33.468 INFO O| Aug 24 22:26:33.468 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-24T22:26:34.183Z[ recovery-image] Aug 24 22:26:33.479 INFO O| Aug 24 22:26:33.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80042026-08-24T22:26:34.183Z[ recovery-image] Aug 24 22:26:33.479 INFO O| Aug 24 22:26:33.479 INFO STEP 893 (remove_files) COMPLETE
80052026-08-24T22:26:34.186Z[ recovery-image] Aug 24 22:26:33.479 INFO O| Aug 24 22:26:33.479 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-24T22:26:34.193Z[ recovery-image] Aug 24 22:26:33.489 INFO O| Aug 24 22:26:33.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80072026-08-24T22:26:34.193Z[ recovery-image] Aug 24 22:26:33.489 INFO O| Aug 24 22:26:33.489 INFO STEP 894 (remove_files) COMPLETE
80082026-08-24T22:26:34.193Z[ recovery-image] Aug 24 22:26:33.489 INFO O| Aug 24 22:26:33.489 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-24T22:26:34.202Z[ recovery-image] Aug 24 22:26:33.499 INFO O| Aug 24 22:26:33.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80102026-08-24T22:26:34.203Z[ recovery-image] Aug 24 22:26:33.499 INFO O| Aug 24 22:26:33.499 INFO STEP 895 (remove_files) COMPLETE
80112026-08-24T22:26:34.207Z[ recovery-image] Aug 24 22:26:33.499 INFO O| Aug 24 22:26:33.499 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-24T22:26:34.212Z[ recovery-image] Aug 24 22:26:33.508 INFO O| Aug 24 22:26:33.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80132026-08-24T22:26:34.216Z[ recovery-image] Aug 24 22:26:33.509 INFO O| Aug 24 22:26:33.509 INFO STEP 896 (remove_files) COMPLETE
80142026-08-24T22:26:34.216Z[ recovery-image] Aug 24 22:26:33.509 INFO O| Aug 24 22:26:33.509 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-24T22:26:34.222Z[ recovery-image] Aug 24 22:26:33.519 INFO O| Aug 24 22:26:33.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80162026-08-24T22:26:34.222Z[ recovery-image] Aug 24 22:26:33.519 INFO O| Aug 24 22:26:33.519 INFO STEP 897 (remove_files) COMPLETE
80172026-08-24T22:26:34.222Z[ recovery-image] Aug 24 22:26:33.519 INFO O| Aug 24 22:26:33.519 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-24T22:26:34.231Z[ recovery-image] Aug 24 22:26:33.528 INFO O| Aug 24 22:26:33.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80192026-08-24T22:26:34.231Z[ recovery-image] Aug 24 22:26:33.528 INFO O| Aug 24 22:26:33.528 INFO STEP 898 (remove_files) COMPLETE
80202026-08-24T22:26:34.231Z[ recovery-image] Aug 24 22:26:33.528 INFO O| Aug 24 22:26:33.528 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-24T22:26:34.240Z[ recovery-image] Aug 24 22:26:33.537 INFO O| Aug 24 22:26:33.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80222026-08-24T22:26:34.240Z[ recovery-image] Aug 24 22:26:33.537 INFO O| Aug 24 22:26:33.537 INFO STEP 899 (remove_files) COMPLETE
80232026-08-24T22:26:34.244Z[ recovery-image] Aug 24 22:26:33.537 INFO O| Aug 24 22:26:33.537 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-24T22:26:34.249Z[ recovery-image] Aug 24 22:26:33.545 INFO O| Aug 24 22:26:33.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80252026-08-24T22:26:34.249Z[ recovery-image] Aug 24 22:26:33.546 INFO O| Aug 24 22:26:33.546 INFO STEP 900 (remove_files) COMPLETE
80262026-08-24T22:26:34.249Z[ recovery-image] Aug 24 22:26:33.546 INFO O| Aug 24 22:26:33.546 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-24T22:26:34.260Z[ recovery-image] Aug 24 22:26:33.554 INFO O| Aug 24 22:26:33.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80282026-08-24T22:26:34.260Z[ recovery-image] Aug 24 22:26:33.555 INFO O| Aug 24 22:26:33.554 INFO STEP 901 (remove_files) COMPLETE
80292026-08-24T22:26:34.264Z[ recovery-image] Aug 24 22:26:33.555 INFO O| Aug 24 22:26:33.555 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-24T22:26:34.267Z[ recovery-image] Aug 24 22:26:33.564 INFO O| Aug 24 22:26:33.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80312026-08-24T22:26:34.267Z[ recovery-image] Aug 24 22:26:33.564 INFO O| Aug 24 22:26:33.564 INFO STEP 902 (remove_files) COMPLETE
80322026-08-24T22:26:34.267Z[ recovery-image] Aug 24 22:26:33.564 INFO O| Aug 24 22:26:33.564 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-24T22:26:34.278Z[ recovery-image] Aug 24 22:26:33.573 INFO O| Aug 24 22:26:33.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80342026-08-24T22:26:34.278Z[ recovery-image] Aug 24 22:26:33.573 INFO O| Aug 24 22:26:33.573 INFO STEP 903 (remove_files) COMPLETE
80352026-08-24T22:26:34.278Z[ recovery-image] Aug 24 22:26:33.573 INFO O| Aug 24 22:26:33.573 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-24T22:26:34.285Z[ recovery-image] Aug 24 22:26:33.582 INFO O| Aug 24 22:26:33.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80372026-08-24T22:26:34.285Z[ recovery-image] Aug 24 22:26:33.582 INFO O| Aug 24 22:26:33.582 INFO STEP 904 (remove_files) COMPLETE
80382026-08-24T22:26:34.289Z[ recovery-image] Aug 24 22:26:33.582 INFO O| Aug 24 22:26:33.582 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-24T22:26:34.294Z[ recovery-image] Aug 24 22:26:33.591 INFO O| Aug 24 22:26:33.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80402026-08-24T22:26:34.294Z[ recovery-image] Aug 24 22:26:33.591 INFO O| Aug 24 22:26:33.591 INFO STEP 905 (remove_files) COMPLETE
80412026-08-24T22:26:34.294Z[ recovery-image] Aug 24 22:26:33.591 INFO O| Aug 24 22:26:33.591 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-24T22:26:34.303Z[ recovery-image] Aug 24 22:26:33.600 INFO O| Aug 24 22:26:33.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80432026-08-24T22:26:34.303Z[ recovery-image] Aug 24 22:26:33.600 INFO O| Aug 24 22:26:33.600 INFO STEP 906 (remove_files) COMPLETE
80442026-08-24T22:26:34.307Z[ recovery-image] Aug 24 22:26:33.600 INFO O| Aug 24 22:26:33.600 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-24T22:26:34.312Z[ recovery-image] Aug 24 22:26:33.609 INFO O| Aug 24 22:26:33.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80462026-08-24T22:26:34.312Z[ recovery-image] Aug 24 22:26:33.609 INFO O| Aug 24 22:26:33.609 INFO STEP 907 (remove_files) COMPLETE
80472026-08-24T22:26:34.316Z[ recovery-image] Aug 24 22:26:33.609 INFO O| Aug 24 22:26:33.609 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-24T22:26:34.321Z[ recovery-image] Aug 24 22:26:33.618 INFO O| Aug 24 22:26:33.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80492026-08-24T22:26:34.322Z[ recovery-image] Aug 24 22:26:33.618 INFO O| Aug 24 22:26:33.618 INFO STEP 908 (remove_files) COMPLETE
80502026-08-24T22:26:34.322Z[ recovery-image] Aug 24 22:26:33.618 INFO O| Aug 24 22:26:33.618 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-24T22:26:34.336Z[ recovery-image] Aug 24 22:26:33.633 INFO O| Aug 24 22:26:33.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80522026-08-24T22:26:34.336Z[ recovery-image] Aug 24 22:26:33.633 INFO O| Aug 24 22:26:33.633 INFO STEP 909 (remove_files) COMPLETE
80532026-08-24T22:26:34.336Z[ recovery-image] Aug 24 22:26:33.633 INFO O| Aug 24 22:26:33.633 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-24T22:26:34.353Z[ recovery-image] Aug 24 22:26:33.643 INFO O| Aug 24 22:26:33.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80552026-08-24T22:26:34.353Z[ recovery-image] Aug 24 22:26:33.643 INFO O| Aug 24 22:26:33.643 INFO STEP 910 (remove_files) COMPLETE
80562026-08-24T22:26:34.353Z[ recovery-image] Aug 24 22:26:33.643 INFO O| Aug 24 22:26:33.643 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-24T22:26:34.357Z[ recovery-image] Aug 24 22:26:33.653 INFO O| Aug 24 22:26:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80582026-08-24T22:26:34.357Z[ recovery-image] Aug 24 22:26:33.653 INFO O| Aug 24 22:26:33.653 INFO STEP 911 (remove_files) COMPLETE
80592026-08-24T22:26:34.357Z[ recovery-image] Aug 24 22:26:33.653 INFO O| Aug 24 22:26:33.653 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-24T22:26:34.364Z[ recovery-image] Aug 24 22:26:33.661 INFO O| Aug 24 22:26:33.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80612026-08-24T22:26:34.364Z[ recovery-image] Aug 24 22:26:33.661 INFO O| Aug 24 22:26:33.661 INFO STEP 912 (remove_files) COMPLETE
80622026-08-24T22:26:34.364Z[ recovery-image] Aug 24 22:26:33.661 INFO O| Aug 24 22:26:33.661 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-24T22:26:34.372Z[ recovery-image] Aug 24 22:26:33.669 INFO O| Aug 24 22:26:33.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80642026-08-24T22:26:34.372Z[ recovery-image] Aug 24 22:26:33.669 INFO O| Aug 24 22:26:33.669 INFO STEP 913 (remove_files) COMPLETE
80652026-08-24T22:26:34.372Z[ recovery-image] Aug 24 22:26:33.669 INFO O| Aug 24 22:26:33.669 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-24T22:26:34.380Z[ recovery-image] Aug 24 22:26:33.677 INFO O| Aug 24 22:26:33.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80672026-08-24T22:26:34.380Z[ recovery-image] Aug 24 22:26:33.677 INFO O| Aug 24 22:26:33.677 INFO STEP 914 (remove_files) COMPLETE
80682026-08-24T22:26:34.384Z[ recovery-image] Aug 24 22:26:33.677 INFO O| Aug 24 22:26:33.677 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-24T22:26:34.388Z[ recovery-image] Aug 24 22:26:33.685 INFO O| Aug 24 22:26:33.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80702026-08-24T22:26:34.388Z[ recovery-image] Aug 24 22:26:33.685 INFO O| Aug 24 22:26:33.685 INFO STEP 915 (remove_files) COMPLETE
80712026-08-24T22:26:34.388Z[ recovery-image] Aug 24 22:26:33.685 INFO O| Aug 24 22:26:33.685 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-24T22:26:34.399Z[ recovery-image] Aug 24 22:26:33.695 INFO O| Aug 24 22:26:33.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80732026-08-24T22:26:34.399Z[ recovery-image] Aug 24 22:26:33.695 INFO O| Aug 24 22:26:33.695 INFO STEP 916 (remove_files) COMPLETE
80742026-08-24T22:26:34.399Z[ recovery-image] Aug 24 22:26:33.695 INFO O| Aug 24 22:26:33.695 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-24T22:26:34.409Z[ recovery-image] Aug 24 22:26:33.705 INFO O| Aug 24 22:26:33.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80762026-08-24T22:26:34.409Z[ recovery-image] Aug 24 22:26:33.705 INFO O| Aug 24 22:26:33.705 INFO STEP 917 (remove_files) COMPLETE
80772026-08-24T22:26:34.409Z[ recovery-image] Aug 24 22:26:33.706 INFO O| Aug 24 22:26:33.705 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-24T22:26:34.417Z[ recovery-image] Aug 24 22:26:33.714 INFO O| Aug 24 22:26:33.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80792026-08-24T22:26:34.418Z[ recovery-image] Aug 24 22:26:33.714 INFO O| Aug 24 22:26:33.714 INFO STEP 918 (remove_files) COMPLETE
80802026-08-24T22:26:34.421Z[ recovery-image] Aug 24 22:26:33.714 INFO O| Aug 24 22:26:33.714 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-24T22:26:34.427Z[ recovery-image] Aug 24 22:26:33.723 INFO O| Aug 24 22:26:33.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80822026-08-24T22:26:34.427Z[ recovery-image] Aug 24 22:26:33.723 INFO O| Aug 24 22:26:33.723 INFO STEP 919 (remove_files) COMPLETE
80832026-08-24T22:26:34.427Z[ recovery-image] Aug 24 22:26:33.723 INFO O| Aug 24 22:26:33.723 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-24T22:26:34.435Z[ recovery-image] Aug 24 22:26:33.731 INFO O| Aug 24 22:26:33.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80852026-08-24T22:26:34.435Z[ recovery-image] Aug 24 22:26:33.731 INFO O| Aug 24 22:26:33.731 INFO STEP 920 (remove_files) COMPLETE
80862026-08-24T22:26:34.435Z[ recovery-image] Aug 24 22:26:33.731 INFO O| Aug 24 22:26:33.731 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-24T22:26:34.443Z[ recovery-image] Aug 24 22:26:33.740 INFO O| Aug 24 22:26:33.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80882026-08-24T22:26:34.443Z[ recovery-image] Aug 24 22:26:33.740 INFO O| Aug 24 22:26:33.740 INFO STEP 921 (remove_files) COMPLETE
80892026-08-24T22:26:34.443Z[ recovery-image] Aug 24 22:26:33.740 INFO O| Aug 24 22:26:33.740 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-24T22:26:34.453Z[ recovery-image] Aug 24 22:26:33.749 INFO O| Aug 24 22:26:33.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80912026-08-24T22:26:34.453Z[ recovery-image] Aug 24 22:26:33.750 INFO O| Aug 24 22:26:33.749 INFO STEP 922 (remove_files) COMPLETE
80922026-08-24T22:26:34.457Z[ recovery-image] Aug 24 22:26:33.750 INFO O| Aug 24 22:26:33.750 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-24T22:26:34.461Z[ recovery-image] Aug 24 22:26:33.758 INFO O| Aug 24 22:26:33.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80942026-08-24T22:26:34.462Z[ recovery-image] Aug 24 22:26:33.758 INFO O| Aug 24 22:26:33.758 INFO STEP 923 (remove_files) COMPLETE
80952026-08-24T22:26:34.462Z[ recovery-image] Aug 24 22:26:33.758 INFO O| Aug 24 22:26:33.758 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-24T22:26:34.476Z[ recovery-image] Aug 24 22:26:33.773 INFO O| Aug 24 22:26:33.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80972026-08-24T22:26:34.476Z[ recovery-image] Aug 24 22:26:33.773 INFO O| Aug 24 22:26:33.773 INFO STEP 924 (remove_files) COMPLETE
80982026-08-24T22:26:34.477Z[ recovery-image] Aug 24 22:26:33.773 INFO O| Aug 24 22:26:33.773 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-24T22:26:34.486Z[ recovery-image] Aug 24 22:26:33.783 INFO O| Aug 24 22:26:33.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81002026-08-24T22:26:34.486Z[ recovery-image] Aug 24 22:26:33.783 INFO O| Aug 24 22:26:33.783 INFO STEP 925 (remove_files) COMPLETE
81012026-08-24T22:26:34.487Z[ recovery-image] Aug 24 22:26:33.783 INFO O| Aug 24 22:26:33.783 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-24T22:26:34.495Z[ recovery-image] Aug 24 22:26:33.792 INFO O| Aug 24 22:26:33.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81032026-08-24T22:26:34.495Z[ recovery-image] Aug 24 22:26:33.792 INFO O| Aug 24 22:26:33.792 INFO STEP 926 (remove_files) COMPLETE
81042026-08-24T22:26:34.495Z[ recovery-image] Aug 24 22:26:33.792 INFO O| Aug 24 22:26:33.792 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-24T22:26:34.504Z[ recovery-image] Aug 24 22:26:33.801 INFO O| Aug 24 22:26:33.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81062026-08-24T22:26:34.504Z[ recovery-image] Aug 24 22:26:33.801 INFO O| Aug 24 22:26:33.801 INFO STEP 927 (remove_files) COMPLETE
81072026-08-24T22:26:34.508Z[ recovery-image] Aug 24 22:26:33.801 INFO O| Aug 24 22:26:33.801 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-24T22:26:34.513Z[ recovery-image] Aug 24 22:26:33.810 INFO O| Aug 24 22:26:33.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81092026-08-24T22:26:34.513Z[ recovery-image] Aug 24 22:26:33.810 INFO O| Aug 24 22:26:33.810 INFO STEP 928 (remove_files) COMPLETE
81102026-08-24T22:26:34.514Z[ recovery-image] Aug 24 22:26:33.810 INFO O| Aug 24 22:26:33.810 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-24T22:26:34.522Z[ recovery-image] Aug 24 22:26:33.818 INFO O| Aug 24 22:26:33.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81122026-08-24T22:26:34.522Z[ recovery-image] Aug 24 22:26:33.819 INFO O| Aug 24 22:26:33.819 INFO STEP 929 (remove_files) COMPLETE
81132026-08-24T22:26:34.522Z[ recovery-image] Aug 24 22:26:33.819 INFO O| Aug 24 22:26:33.819 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-24T22:26:34.531Z[ recovery-image] Aug 24 22:26:33.827 INFO O| Aug 24 22:26:33.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81152026-08-24T22:26:34.531Z[ recovery-image] Aug 24 22:26:33.828 INFO O| Aug 24 22:26:33.828 INFO STEP 930 (remove_files) COMPLETE
81162026-08-24T22:26:34.534Z[ recovery-image] Aug 24 22:26:33.828 INFO O| Aug 24 22:26:33.828 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-24T22:26:34.539Z[ recovery-image] Aug 24 22:26:33.836 INFO O| Aug 24 22:26:33.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81182026-08-24T22:26:34.540Z[ recovery-image] Aug 24 22:26:33.836 INFO O| Aug 24 22:26:33.836 INFO STEP 931 (remove_files) COMPLETE
81192026-08-24T22:26:34.543Z[ recovery-image] Aug 24 22:26:33.836 INFO O| Aug 24 22:26:33.836 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-24T22:26:34.548Z[ recovery-image] Aug 24 22:26:33.845 INFO O| Aug 24 22:26:33.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81212026-08-24T22:26:34.552Z[ recovery-image] Aug 24 22:26:33.845 INFO O| Aug 24 22:26:33.845 INFO STEP 932 (remove_files) COMPLETE
81222026-08-24T22:26:34.552Z[ recovery-image] Aug 24 22:26:33.845 INFO O| Aug 24 22:26:33.845 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-24T22:26:34.559Z[ recovery-image] Aug 24 22:26:33.854 INFO O| Aug 24 22:26:33.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81242026-08-24T22:26:34.560Z[ recovery-image] Aug 24 22:26:33.854 INFO O| Aug 24 22:26:33.854 INFO STEP 933 (remove_files) COMPLETE
81252026-08-24T22:26:34.561Z[ recovery-image] Aug 24 22:26:33.854 INFO O| Aug 24 22:26:33.854 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-24T22:26:34.565Z[ recovery-image] Aug 24 22:26:33.862 INFO O| Aug 24 22:26:33.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81272026-08-24T22:26:34.569Z[ recovery-image] Aug 24 22:26:33.863 INFO O| Aug 24 22:26:33.863 INFO STEP 934 (remove_files) COMPLETE
81282026-08-24T22:26:34.569Z[ recovery-image] Aug 24 22:26:33.863 INFO O| Aug 24 22:26:33.863 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-24T22:26:34.576Z[ recovery-image] Aug 24 22:26:33.872 INFO O| Aug 24 22:26:33.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81302026-08-24T22:26:34.576Z[ recovery-image] Aug 24 22:26:33.872 INFO O| Aug 24 22:26:33.872 INFO STEP 935 (remove_files) COMPLETE
81312026-08-24T22:26:34.576Z[ recovery-image] Aug 24 22:26:33.872 INFO O| Aug 24 22:26:33.872 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-24T22:26:34.584Z[ recovery-image] Aug 24 22:26:33.881 INFO O| Aug 24 22:26:33.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81332026-08-24T22:26:34.584Z[ recovery-image] Aug 24 22:26:33.881 INFO O| Aug 24 22:26:33.881 INFO STEP 936 (remove_files) COMPLETE
81342026-08-24T22:26:34.584Z[ recovery-image] Aug 24 22:26:33.881 INFO O| Aug 24 22:26:33.881 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-24T22:26:34.596Z[ recovery-image] Aug 24 22:26:33.892 INFO O| Aug 24 22:26:33.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81362026-08-24T22:26:34.596Z[ recovery-image] Aug 24 22:26:33.892 INFO O| Aug 24 22:26:33.892 INFO STEP 937 (remove_files) COMPLETE
81372026-08-24T22:26:34.600Z[ recovery-image] Aug 24 22:26:33.892 INFO O| Aug 24 22:26:33.892 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-24T22:26:34.681Z[ recovery-image] Aug 24 22:26:33.977 INFO O| Aug 24 22:26:33.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81392026-08-24T22:26:34.681Z[ recovery-image] Aug 24 22:26:33.977 INFO O| Aug 24 22:26:33.976 INFO STEP 938 (remove_files) COMPLETE
81402026-08-24T22:26:34.681Z[ recovery-image] Aug 24 22:26:33.977 INFO O| Aug 24 22:26:33.976 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-24T22:26:34.712Z[ recovery-image] Aug 24 22:26:34.008 INFO O| Aug 24 22:26:34.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81422026-08-24T22:26:34.712Z[ recovery-image] Aug 24 22:26:34.008 INFO O| Aug 24 22:26:34.008 INFO STEP 939 (remove_files) COMPLETE
81432026-08-24T22:26:34.716Z[ recovery-image] Aug 24 22:26:34.008 INFO O| Aug 24 22:26:34.008 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-24T22:26:34.724Z[ recovery-image] Aug 24 22:26:34.021 INFO O| Aug 24 22:26:34.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81452026-08-24T22:26:34.724Z[ recovery-image] Aug 24 22:26:34.021 INFO O| Aug 24 22:26:34.021 INFO STEP 940 (remove_files) COMPLETE
81462026-08-24T22:26:34.728Z[ recovery-image] Aug 24 22:26:34.021 INFO O| Aug 24 22:26:34.021 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-24T22:26:34.753Z[ recovery-image] Aug 24 22:26:34.050 INFO O| Aug 24 22:26:34.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81482026-08-24T22:26:34.753Z[ recovery-image] Aug 24 22:26:34.050 INFO O| Aug 24 22:26:34.048 INFO STEP 941 (remove_files) COMPLETE
81492026-08-24T22:26:34.753Z[ recovery-image] Aug 24 22:26:34.050 INFO O| Aug 24 22:26:34.048 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-24T22:26:34.762Z[ recovery-image] Aug 24 22:26:34.059 INFO O| Aug 24 22:26:34.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81512026-08-24T22:26:34.762Z[ recovery-image] Aug 24 22:26:34.059 INFO O| Aug 24 22:26:34.059 INFO STEP 942 (remove_files) COMPLETE
81522026-08-24T22:26:34.762Z[ recovery-image] Aug 24 22:26:34.059 INFO O| Aug 24 22:26:34.059 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-24T22:26:34.767Z[verify-libraries] Compiling git2 v0.20.4
81542026-08-24T22:26:34.772Z[ recovery-image] Aug 24 22:26:34.068 INFO O| Aug 24 22:26:34.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81552026-08-24T22:26:34.772Z[ recovery-image] Aug 24 22:26:34.069 INFO O| Aug 24 22:26:34.069 INFO STEP 943 (remove_files) COMPLETE
81562026-08-24T22:26:34.775Z[ recovery-image] Aug 24 22:26:34.069 INFO O| Aug 24 22:26:34.069 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-24T22:26:34.793Z[ recovery-image] Aug 24 22:26:34.089 INFO O| Aug 24 22:26:34.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81582026-08-24T22:26:34.793Z[ recovery-image] Aug 24 22:26:34.089 INFO O| Aug 24 22:26:34.089 INFO STEP 944 (remove_files) COMPLETE
81592026-08-24T22:26:34.793Z[ recovery-image] Aug 24 22:26:34.089 INFO O| Aug 24 22:26:34.089 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-24T22:26:34.804Z[ recovery-image] Aug 24 22:26:34.100 INFO O| Aug 24 22:26:34.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81612026-08-24T22:26:34.804Z[ recovery-image] Aug 24 22:26:34.100 INFO O| Aug 24 22:26:34.100 INFO STEP 945 (remove_files) COMPLETE
81622026-08-24T22:26:34.804Z[ recovery-image] Aug 24 22:26:34.100 INFO O| Aug 24 22:26:34.100 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-24T22:26:34.814Z[ recovery-image] Aug 24 22:26:34.111 INFO O| Aug 24 22:26:34.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81642026-08-24T22:26:34.815Z[ recovery-image] Aug 24 22:26:34.111 INFO O| Aug 24 22:26:34.111 INFO STEP 946 (remove_files) COMPLETE
81652026-08-24T22:26:34.819Z[ recovery-image] Aug 24 22:26:34.111 INFO O| Aug 24 22:26:34.111 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-24T22:26:34.824Z[ recovery-image] Aug 24 22:26:34.121 INFO O| Aug 24 22:26:34.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81672026-08-24T22:26:34.824Z[ recovery-image] Aug 24 22:26:34.121 INFO O| Aug 24 22:26:34.121 INFO STEP 947 (remove_files) COMPLETE
81682026-08-24T22:26:34.824Z[ recovery-image] Aug 24 22:26:34.121 INFO O| Aug 24 22:26:34.121 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-24T22:26:34.834Z[ recovery-image] Aug 24 22:26:34.131 INFO O| Aug 24 22:26:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81702026-08-24T22:26:34.834Z[ recovery-image] Aug 24 22:26:34.131 INFO O| Aug 24 22:26:34.131 INFO STEP 948 (remove_files) COMPLETE
81712026-08-24T22:26:34.834Z[ recovery-image] Aug 24 22:26:34.131 INFO O| Aug 24 22:26:34.131 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-24T22:26:34.899Z[ recovery-image] Aug 24 22:26:34.140 INFO O| Aug 24 22:26:34.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81732026-08-24T22:26:34.899Z[ recovery-image] Aug 24 22:26:34.140 INFO O| Aug 24 22:26:34.140 INFO STEP 949 (remove_files) COMPLETE
81742026-08-24T22:26:34.899Z[ recovery-image] Aug 24 22:26:34.140 INFO O| Aug 24 22:26:34.140 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-24T22:26:34.899Z[ recovery-image] Aug 24 22:26:34.148 INFO O| Aug 24 22:26:34.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81762026-08-24T22:26:34.899Z[ recovery-image] Aug 24 22:26:34.148 INFO O| Aug 24 22:26:34.148 INFO STEP 950 (remove_files) COMPLETE
81772026-08-24T22:26:34.899Z[ recovery-image] Aug 24 22:26:34.148 INFO O| Aug 24 22:26:34.148 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.157 INFO O| Aug 24 22:26:34.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81792026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.157 INFO O| Aug 24 22:26:34.157 INFO STEP 951 (remove_files) COMPLETE
81802026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.157 INFO O| Aug 24 22:26:34.157 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.168 INFO O| Aug 24 22:26:34.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81822026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.168 INFO O| Aug 24 22:26:34.168 INFO STEP 952 (remove_files) COMPLETE
81832026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.168 INFO O| Aug 24 22:26:34.168 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.177 INFO O| Aug 24 22:26:34.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81852026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.178 INFO O| Aug 24 22:26:34.177 INFO STEP 953 (remove_files) COMPLETE
81862026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.178 INFO O| Aug 24 22:26:34.177 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.186 INFO O| Aug 24 22:26:34.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81882026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.186 INFO O| Aug 24 22:26:34.186 INFO STEP 954 (remove_files) COMPLETE
81892026-08-24T22:26:34.900Z[ recovery-image] Aug 24 22:26:34.186 INFO O| Aug 24 22:26:34.186 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-24T22:26:34.901Z[ recovery-image] Aug 24 22:26:34.195 INFO O| Aug 24 22:26:34.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81912026-08-24T22:26:34.901Z[ recovery-image] Aug 24 22:26:34.195 INFO O| Aug 24 22:26:34.195 INFO STEP 955 (remove_files) COMPLETE
81922026-08-24T22:26:34.901Z[ recovery-image] Aug 24 22:26:34.195 INFO O| Aug 24 22:26:34.195 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-24T22:26:34.910Z[ recovery-image] Aug 24 22:26:34.207 INFO O| Aug 24 22:26:34.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81942026-08-24T22:26:34.910Z[ recovery-image] Aug 24 22:26:34.207 INFO O| Aug 24 22:26:34.207 INFO STEP 956 (remove_files) COMPLETE
81952026-08-24T22:26:34.910Z[ recovery-image] Aug 24 22:26:34.207 INFO O| Aug 24 22:26:34.207 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-24T22:26:34.922Z[ recovery-image] Aug 24 22:26:34.219 INFO O| Aug 24 22:26:34.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81972026-08-24T22:26:34.922Z[ recovery-image] Aug 24 22:26:34.219 INFO O| Aug 24 22:26:34.219 INFO STEP 957 (remove_files) COMPLETE
81982026-08-24T22:26:34.926Z[ recovery-image] Aug 24 22:26:34.219 INFO O| Aug 24 22:26:34.219 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-24T22:26:34.932Z[ recovery-image] Aug 24 22:26:34.229 INFO O| Aug 24 22:26:34.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82002026-08-24T22:26:34.932Z[ recovery-image] Aug 24 22:26:34.229 INFO O| Aug 24 22:26:34.229 INFO STEP 958 (remove_files) COMPLETE
82012026-08-24T22:26:34.932Z[ recovery-image] Aug 24 22:26:34.229 INFO O| Aug 24 22:26:34.229 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-24T22:26:34.942Z[ recovery-image] Aug 24 22:26:34.238 INFO O| Aug 24 22:26:34.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82032026-08-24T22:26:34.942Z[ recovery-image] Aug 24 22:26:34.238 INFO O| Aug 24 22:26:34.238 INFO STEP 959 (remove_files) COMPLETE
82042026-08-24T22:26:34.942Z[ recovery-image] Aug 24 22:26:34.238 INFO O| Aug 24 22:26:34.238 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-24T22:26:34.952Z[ recovery-image] Aug 24 22:26:34.248 INFO O| Aug 24 22:26:34.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82062026-08-24T22:26:34.952Z[ recovery-image] Aug 24 22:26:34.248 INFO O| Aug 24 22:26:34.248 INFO STEP 960 (remove_files) COMPLETE
82072026-08-24T22:26:34.956Z[ recovery-image] Aug 24 22:26:34.248 INFO O| Aug 24 22:26:34.248 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-24T22:26:34.962Z[ recovery-image] Aug 24 22:26:34.258 INFO O| Aug 24 22:26:34.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82092026-08-24T22:26:34.962Z[ recovery-image] Aug 24 22:26:34.258 INFO O| Aug 24 22:26:34.258 INFO STEP 961 (remove_files) COMPLETE
82102026-08-24T22:26:34.962Z[ recovery-image] Aug 24 22:26:34.258 INFO O| Aug 24 22:26:34.258 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-24T22:26:34.972Z[ recovery-image] Aug 24 22:26:34.269 INFO O| Aug 24 22:26:34.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82122026-08-24T22:26:34.973Z[ recovery-image] Aug 24 22:26:34.269 INFO O| Aug 24 22:26:34.269 INFO STEP 962 (remove_files) COMPLETE
82132026-08-24T22:26:34.973Z[ recovery-image] Aug 24 22:26:34.269 INFO O| Aug 24 22:26:34.269 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-24T22:26:34.982Z[ recovery-image] Aug 24 22:26:34.278 INFO O| Aug 24 22:26:34.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82152026-08-24T22:26:34.983Z[ recovery-image] Aug 24 22:26:34.278 INFO O| Aug 24 22:26:34.278 INFO STEP 963 (remove_files) COMPLETE
82162026-08-24T22:26:34.983Z[ recovery-image] Aug 24 22:26:34.278 INFO O| Aug 24 22:26:34.278 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-24T22:26:34.993Z[ recovery-image] Aug 24 22:26:34.290 INFO O| Aug 24 22:26:34.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82182026-08-24T22:26:34.993Z[ recovery-image] Aug 24 22:26:34.290 INFO O| Aug 24 22:26:34.290 INFO STEP 964 (remove_files) COMPLETE
82192026-08-24T22:26:34.993Z[ recovery-image] Aug 24 22:26:34.290 INFO O| Aug 24 22:26:34.290 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-24T22:26:35.003Z[ recovery-image] Aug 24 22:26:34.300 INFO O| Aug 24 22:26:34.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82212026-08-24T22:26:35.003Z[ recovery-image] Aug 24 22:26:34.300 INFO O| Aug 24 22:26:34.300 INFO STEP 965 (remove_files) COMPLETE
82222026-08-24T22:26:35.003Z[ recovery-image] Aug 24 22:26:34.300 INFO O| Aug 24 22:26:34.300 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-24T22:26:35.013Z[ recovery-image] Aug 24 22:26:34.310 INFO O| Aug 24 22:26:34.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82242026-08-24T22:26:35.013Z[ recovery-image] Aug 24 22:26:34.310 INFO O| Aug 24 22:26:34.310 INFO STEP 966 (remove_files) COMPLETE
82252026-08-24T22:26:35.014Z[ recovery-image] Aug 24 22:26:34.310 INFO O| Aug 24 22:26:34.310 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-24T22:26:35.023Z[ recovery-image] Aug 24 22:26:34.320 INFO O| Aug 24 22:26:34.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82272026-08-24T22:26:35.023Z[ recovery-image] Aug 24 22:26:34.320 INFO O| Aug 24 22:26:34.320 INFO STEP 967 (remove_files) COMPLETE
82282026-08-24T22:26:35.023Z[ recovery-image] Aug 24 22:26:34.320 INFO O| Aug 24 22:26:34.320 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-24T22:26:35.034Z[ recovery-image] Aug 24 22:26:34.329 INFO O| Aug 24 22:26:34.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82302026-08-24T22:26:35.038Z[ recovery-image] Aug 24 22:26:34.330 INFO O| Aug 24 22:26:34.330 INFO STEP 968 (remove_files) COMPLETE
82312026-08-24T22:26:35.042Z[ recovery-image] Aug 24 22:26:34.330 INFO O| Aug 24 22:26:34.330 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-24T22:26:35.050Z[ recovery-image] Aug 24 22:26:34.340 INFO O| Aug 24 22:26:34.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82332026-08-24T22:26:35.050Z[ recovery-image] Aug 24 22:26:34.340 INFO O| Aug 24 22:26:34.340 INFO STEP 969 (remove_files) COMPLETE
82342026-08-24T22:26:35.054Z[ recovery-image] Aug 24 22:26:34.340 INFO O| Aug 24 22:26:34.340 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-24T22:26:35.054Z[ recovery-image] Aug 24 22:26:34.350 INFO O| Aug 24 22:26:34.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82362026-08-24T22:26:35.054Z[ recovery-image] Aug 24 22:26:34.350 INFO O| Aug 24 22:26:34.350 INFO STEP 970 (remove_files) COMPLETE
82372026-08-24T22:26:35.054Z[ recovery-image] Aug 24 22:26:34.350 INFO O| Aug 24 22:26:34.350 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-24T22:26:35.062Z[ recovery-image] Aug 24 22:26:34.359 INFO O| Aug 24 22:26:34.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82392026-08-24T22:26:35.062Z[ recovery-image] Aug 24 22:26:34.359 INFO O| Aug 24 22:26:34.359 INFO STEP 971 (remove_files) COMPLETE
82402026-08-24T22:26:35.062Z[ recovery-image] Aug 24 22:26:34.359 INFO O| Aug 24 22:26:34.359 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-24T22:26:35.071Z[ recovery-image] Aug 24 22:26:34.367 INFO O| Aug 24 22:26:34.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82422026-08-24T22:26:35.071Z[ recovery-image] Aug 24 22:26:34.368 INFO O| Aug 24 22:26:34.368 INFO STEP 972 (remove_files) COMPLETE
82432026-08-24T22:26:35.071Z[ recovery-image] Aug 24 22:26:34.368 INFO O| Aug 24 22:26:34.368 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-24T22:26:35.080Z[ recovery-image] Aug 24 22:26:34.376 INFO O| Aug 24 22:26:34.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82452026-08-24T22:26:35.080Z[ recovery-image] Aug 24 22:26:34.376 INFO O| Aug 24 22:26:34.376 INFO STEP 973 (remove_files) COMPLETE
82462026-08-24T22:26:35.080Z[ recovery-image] Aug 24 22:26:34.376 INFO O| Aug 24 22:26:34.376 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-24T22:26:35.088Z[ recovery-image] Aug 24 22:26:34.385 INFO O| Aug 24 22:26:34.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82482026-08-24T22:26:35.092Z[ recovery-image] Aug 24 22:26:34.386 INFO O| Aug 24 22:26:34.386 INFO STEP 974 (remove_files) COMPLETE
82492026-08-24T22:26:35.092Z[ recovery-image] Aug 24 22:26:34.386 INFO O| Aug 24 22:26:34.386 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-24T22:26:35.098Z[ recovery-image] Aug 24 22:26:34.395 INFO O| Aug 24 22:26:34.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82512026-08-24T22:26:35.098Z[ recovery-image] Aug 24 22:26:34.395 INFO O| Aug 24 22:26:34.395 INFO STEP 975 (remove_files) COMPLETE
82522026-08-24T22:26:35.098Z[ recovery-image] Aug 24 22:26:34.395 INFO O| Aug 24 22:26:34.395 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-24T22:26:35.107Z[ recovery-image] Aug 24 22:26:34.404 INFO O| Aug 24 22:26:34.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82542026-08-24T22:26:35.107Z[ recovery-image] Aug 24 22:26:34.404 INFO O| Aug 24 22:26:34.404 INFO STEP 976 (remove_files) COMPLETE
82552026-08-24T22:26:35.108Z[ recovery-image] Aug 24 22:26:34.404 INFO O| Aug 24 22:26:34.404 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-24T22:26:35.118Z[ recovery-image] Aug 24 22:26:34.414 INFO O| Aug 24 22:26:34.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82572026-08-24T22:26:35.118Z[ recovery-image] Aug 24 22:26:34.414 INFO O| Aug 24 22:26:34.414 INFO STEP 977 (remove_files) COMPLETE
82582026-08-24T22:26:35.118Z[ recovery-image] Aug 24 22:26:34.414 INFO O| Aug 24 22:26:34.414 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-24T22:26:35.128Z[ recovery-image] Aug 24 22:26:34.424 INFO O| Aug 24 22:26:34.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82602026-08-24T22:26:35.128Z[ recovery-image] Aug 24 22:26:34.424 INFO O| Aug 24 22:26:34.424 INFO STEP 978 (remove_files) COMPLETE
82612026-08-24T22:26:35.128Z[ recovery-image] Aug 24 22:26:34.424 INFO O| Aug 24 22:26:34.424 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-24T22:26:35.137Z[ recovery-image] Aug 24 22:26:34.434 INFO O| Aug 24 22:26:34.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82632026-08-24T22:26:35.137Z[ recovery-image] Aug 24 22:26:34.434 INFO O| Aug 24 22:26:34.434 INFO STEP 979 (remove_files) COMPLETE
82642026-08-24T22:26:35.141Z[ recovery-image] Aug 24 22:26:34.434 INFO O| Aug 24 22:26:34.434 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-24T22:26:35.146Z[ recovery-image] Aug 24 22:26:34.443 INFO O| Aug 24 22:26:34.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82662026-08-24T22:26:35.146Z[ recovery-image] Aug 24 22:26:34.443 INFO O| Aug 24 22:26:34.443 INFO STEP 980 (remove_files) COMPLETE
82672026-08-24T22:26:35.150Z[ recovery-image] Aug 24 22:26:34.443 INFO O| Aug 24 22:26:34.443 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-24T22:26:35.155Z[ recovery-image] Aug 24 22:26:34.452 INFO O| Aug 24 22:26:34.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82692026-08-24T22:26:35.155Z[ recovery-image] Aug 24 22:26:34.452 INFO O| Aug 24 22:26:34.452 INFO STEP 981 (remove_files) COMPLETE
82702026-08-24T22:26:35.155Z[ recovery-image] Aug 24 22:26:34.452 INFO O| Aug 24 22:26:34.452 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-24T22:26:35.170Z[ recovery-image] Aug 24 22:26:34.467 INFO O| Aug 24 22:26:34.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82722026-08-24T22:26:35.170Z[ recovery-image] Aug 24 22:26:34.467 INFO O| Aug 24 22:26:34.467 INFO STEP 982 (remove_files) COMPLETE
82732026-08-24T22:26:35.174Z[ recovery-image] Aug 24 22:26:34.467 INFO O| Aug 24 22:26:34.467 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-24T22:26:35.182Z[ recovery-image] Aug 24 22:26:34.478 INFO O| Aug 24 22:26:34.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82752026-08-24T22:26:35.182Z[ recovery-image] Aug 24 22:26:34.478 INFO O| Aug 24 22:26:34.478 INFO STEP 983 (remove_files) COMPLETE
82762026-08-24T22:26:35.182Z[ recovery-image] Aug 24 22:26:34.478 INFO O| Aug 24 22:26:34.478 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-24T22:26:35.192Z[ recovery-image] Aug 24 22:26:34.489 INFO O| Aug 24 22:26:34.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82782026-08-24T22:26:35.192Z[ recovery-image] Aug 24 22:26:34.489 INFO O| Aug 24 22:26:34.489 INFO STEP 984 (remove_files) COMPLETE
82792026-08-24T22:26:35.192Z[ recovery-image] Aug 24 22:26:34.489 INFO O| Aug 24 22:26:34.489 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-24T22:26:35.202Z[ recovery-image] Aug 24 22:26:34.498 INFO O| Aug 24 22:26:34.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82812026-08-24T22:26:35.202Z[ recovery-image] Aug 24 22:26:34.498 INFO O| Aug 24 22:26:34.498 INFO STEP 985 (remove_files) COMPLETE
82822026-08-24T22:26:35.202Z[ recovery-image] Aug 24 22:26:34.498 INFO O| Aug 24 22:26:34.498 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-24T22:26:35.212Z[ recovery-image] Aug 24 22:26:34.508 INFO O| Aug 24 22:26:34.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82842026-08-24T22:26:35.212Z[ recovery-image] Aug 24 22:26:34.508 INFO O| Aug 24 22:26:34.508 INFO STEP 986 (remove_files) COMPLETE
82852026-08-24T22:26:35.214Z[ recovery-image] Aug 24 22:26:34.508 INFO O| Aug 24 22:26:34.508 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-24T22:26:35.221Z[ recovery-image] Aug 24 22:26:34.518 INFO O| Aug 24 22:26:34.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82872026-08-24T22:26:35.221Z[ recovery-image] Aug 24 22:26:34.518 INFO O| Aug 24 22:26:34.518 INFO STEP 987 (remove_files) COMPLETE
82882026-08-24T22:26:35.226Z[ recovery-image] Aug 24 22:26:34.518 INFO O| Aug 24 22:26:34.518 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-24T22:26:35.230Z[ recovery-image] Aug 24 22:26:34.526 INFO O| Aug 24 22:26:34.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82902026-08-24T22:26:35.230Z[ recovery-image] Aug 24 22:26:34.526 INFO O| Aug 24 22:26:34.526 INFO STEP 988 (remove_files) COMPLETE
82912026-08-24T22:26:35.230Z[ recovery-image] Aug 24 22:26:34.526 INFO O| Aug 24 22:26:34.526 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-24T22:26:35.238Z[ recovery-image] Aug 24 22:26:34.534 INFO O| Aug 24 22:26:34.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82932026-08-24T22:26:35.238Z[ recovery-image] Aug 24 22:26:34.535 INFO O| Aug 24 22:26:34.534 INFO STEP 989 (remove_files) COMPLETE
82942026-08-24T22:26:35.238Z[ recovery-image] Aug 24 22:26:34.535 INFO O| Aug 24 22:26:34.534 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-24T22:26:35.246Z[ recovery-image] Aug 24 22:26:34.543 INFO O| Aug 24 22:26:34.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82962026-08-24T22:26:35.246Z[ recovery-image] Aug 24 22:26:34.543 INFO O| Aug 24 22:26:34.543 INFO STEP 990 (remove_files) COMPLETE
82972026-08-24T22:26:35.246Z[ recovery-image] Aug 24 22:26:34.543 INFO O| Aug 24 22:26:34.543 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-24T22:26:35.254Z[ recovery-image] Aug 24 22:26:34.551 INFO O| Aug 24 22:26:34.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82992026-08-24T22:26:35.254Z[ recovery-image] Aug 24 22:26:34.551 INFO O| Aug 24 22:26:34.551 INFO STEP 991 (remove_files) COMPLETE
83002026-08-24T22:26:35.254Z[ recovery-image] Aug 24 22:26:34.551 INFO O| Aug 24 22:26:34.551 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-24T22:26:35.263Z[ recovery-image] Aug 24 22:26:34.559 INFO O| Aug 24 22:26:34.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83022026-08-24T22:26:35.263Z[ recovery-image] Aug 24 22:26:34.559 INFO O| Aug 24 22:26:34.559 INFO STEP 992 (remove_files) COMPLETE
83032026-08-24T22:26:35.263Z[ recovery-image] Aug 24 22:26:34.559 INFO O| Aug 24 22:26:34.559 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-24T22:26:35.271Z[ recovery-image] Aug 24 22:26:34.568 INFO O| Aug 24 22:26:34.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83052026-08-24T22:26:35.272Z[ recovery-image] Aug 24 22:26:34.568 INFO O| Aug 24 22:26:34.568 INFO STEP 993 (remove_files) COMPLETE
83062026-08-24T22:26:35.272Z[ recovery-image] Aug 24 22:26:34.568 INFO O| Aug 24 22:26:34.568 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-24T22:26:35.281Z[ recovery-image] Aug 24 22:26:34.577 INFO O| Aug 24 22:26:34.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83082026-08-24T22:26:35.281Z[ recovery-image] Aug 24 22:26:34.577 INFO O| Aug 24 22:26:34.577 INFO STEP 994 (remove_files) COMPLETE
83092026-08-24T22:26:35.281Z[ recovery-image] Aug 24 22:26:34.577 INFO O| Aug 24 22:26:34.577 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-24T22:26:35.289Z[ recovery-image] Aug 24 22:26:34.586 INFO O| Aug 24 22:26:34.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83112026-08-24T22:26:35.290Z[ recovery-image] Aug 24 22:26:34.586 INFO O| Aug 24 22:26:34.586 INFO STEP 995 (remove_files) COMPLETE
83122026-08-24T22:26:35.294Z[ recovery-image] Aug 24 22:26:34.586 INFO O| Aug 24 22:26:34.586 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-24T22:26:35.327Z[ recovery-image] Aug 24 22:26:34.623 INFO O| Aug 24 22:26:34.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83142026-08-24T22:26:35.327Z[ recovery-image] Aug 24 22:26:34.624 INFO O| Aug 24 22:26:34.624 INFO STEP 996 (remove_files) COMPLETE
83152026-08-24T22:26:35.327Z[ recovery-image] Aug 24 22:26:34.624 INFO O| Aug 24 22:26:34.624 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-24T22:26:35.362Z[ recovery-image] Aug 24 22:26:34.658 INFO O| Aug 24 22:26:34.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83172026-08-24T22:26:35.362Z[ recovery-image] Aug 24 22:26:34.658 INFO O| Aug 24 22:26:34.658 INFO STEP 997 (remove_files) COMPLETE
83182026-08-24T22:26:35.362Z[ recovery-image] Aug 24 22:26:34.658 INFO O| Aug 24 22:26:34.658 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-24T22:26:35.383Z[ recovery-image] Aug 24 22:26:34.679 INFO O| Aug 24 22:26:34.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83202026-08-24T22:26:35.383Z[ recovery-image] Aug 24 22:26:34.679 INFO O| Aug 24 22:26:34.679 INFO STEP 998 (remove_files) COMPLETE
83212026-08-24T22:26:35.383Z[ recovery-image] Aug 24 22:26:34.679 INFO O| Aug 24 22:26:34.679 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-24T22:26:35.423Z[ recovery-image] Aug 24 22:26:34.720 INFO O| Aug 24 22:26:34.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83232026-08-24T22:26:35.423Z[ recovery-image] Aug 24 22:26:34.720 INFO O| Aug 24 22:26:34.720 INFO STEP 999 (remove_files) COMPLETE
83242026-08-24T22:26:35.423Z[ recovery-image] Aug 24 22:26:34.720 INFO O| Aug 24 22:26:34.720 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-24T22:26:35.433Z[ recovery-image] Aug 24 22:26:34.730 INFO O| Aug 24 22:26:34.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83262026-08-24T22:26:35.433Z[ recovery-image] Aug 24 22:26:34.730 INFO O| Aug 24 22:26:34.730 INFO STEP 1000 (remove_files) COMPLETE
83272026-08-24T22:26:35.433Z[ recovery-image] Aug 24 22:26:34.730 INFO O| Aug 24 22:26:34.730 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-24T22:26:35.442Z[ recovery-image] Aug 24 22:26:34.739 INFO O| Aug 24 22:26:34.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83292026-08-24T22:26:35.442Z[ recovery-image] Aug 24 22:26:34.739 INFO O| Aug 24 22:26:34.739 INFO STEP 1001 (remove_files) COMPLETE
83302026-08-24T22:26:35.446Z[ recovery-image] Aug 24 22:26:34.739 INFO O| Aug 24 22:26:34.739 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-24T22:26:35.451Z[ recovery-image] Aug 24 22:26:34.748 INFO O| Aug 24 22:26:34.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83322026-08-24T22:26:35.451Z[ recovery-image] Aug 24 22:26:34.748 INFO O| Aug 24 22:26:34.748 INFO STEP 1002 (remove_files) COMPLETE
83332026-08-24T22:26:35.451Z[ recovery-image] Aug 24 22:26:34.748 INFO O| Aug 24 22:26:34.748 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-24T22:26:35.460Z[ recovery-image] Aug 24 22:26:34.757 INFO O| Aug 24 22:26:34.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83352026-08-24T22:26:35.460Z[ recovery-image] Aug 24 22:26:34.757 INFO O| Aug 24 22:26:34.757 INFO STEP 1003 (remove_files) COMPLETE
83362026-08-24T22:26:35.460Z[ recovery-image] Aug 24 22:26:34.757 INFO O| Aug 24 22:26:34.757 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-24T22:26:35.469Z[ recovery-image] Aug 24 22:26:34.766 INFO O| Aug 24 22:26:34.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83382026-08-24T22:26:35.469Z[ recovery-image] Aug 24 22:26:34.766 INFO O| Aug 24 22:26:34.766 INFO STEP 1004 (remove_files) COMPLETE
83392026-08-24T22:26:35.469Z[ recovery-image] Aug 24 22:26:34.766 INFO O| Aug 24 22:26:34.766 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-24T22:26:35.478Z[ recovery-image] Aug 24 22:26:34.774 INFO O| Aug 24 22:26:34.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83412026-08-24T22:26:35.478Z[ recovery-image] Aug 24 22:26:34.774 INFO O| Aug 24 22:26:34.774 INFO STEP 1005 (remove_files) COMPLETE
83422026-08-24T22:26:35.478Z[ recovery-image] Aug 24 22:26:34.774 INFO O| Aug 24 22:26:34.774 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-24T22:26:35.486Z[ recovery-image] Aug 24 22:26:34.783 INFO O| Aug 24 22:26:34.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83442026-08-24T22:26:35.486Z[ recovery-image] Aug 24 22:26:34.783 INFO O| Aug 24 22:26:34.783 INFO STEP 1006 (remove_files) COMPLETE
83452026-08-24T22:26:35.486Z[ recovery-image] Aug 24 22:26:34.783 INFO O| Aug 24 22:26:34.783 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-24T22:26:35.495Z[ recovery-image] Aug 24 22:26:34.792 INFO O| Aug 24 22:26:34.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83472026-08-24T22:26:35.495Z[ recovery-image] Aug 24 22:26:34.792 INFO O| Aug 24 22:26:34.792 INFO STEP 1007 (remove_files) COMPLETE
83482026-08-24T22:26:35.499Z[ recovery-image] Aug 24 22:26:34.792 INFO O| Aug 24 22:26:34.792 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-24T22:26:35.509Z[ recovery-image] Aug 24 22:26:34.806 INFO O| Aug 24 22:26:34.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83502026-08-24T22:26:35.509Z[ recovery-image] Aug 24 22:26:34.806 INFO O| Aug 24 22:26:34.806 INFO STEP 1008 (remove_files) COMPLETE
83512026-08-24T22:26:35.510Z[ recovery-image] Aug 24 22:26:34.806 INFO O| Aug 24 22:26:34.806 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-24T22:26:35.521Z[ recovery-image] Aug 24 22:26:34.817 INFO O| Aug 24 22:26:34.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83532026-08-24T22:26:35.521Z[ recovery-image] Aug 24 22:26:34.817 INFO O| Aug 24 22:26:34.817 INFO STEP 1009 (remove_files) COMPLETE
83542026-08-24T22:26:35.521Z[ recovery-image] Aug 24 22:26:34.817 INFO O| Aug 24 22:26:34.817 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-24T22:26:35.530Z[ recovery-image] Aug 24 22:26:34.827 INFO O| Aug 24 22:26:34.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83562026-08-24T22:26:35.531Z[ recovery-image] Aug 24 22:26:34.827 INFO O| Aug 24 22:26:34.827 INFO STEP 1010 (remove_files) COMPLETE
83572026-08-24T22:26:35.535Z[ recovery-image] Aug 24 22:26:34.827 INFO O| Aug 24 22:26:34.827 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-24T22:26:35.540Z[ recovery-image] Aug 24 22:26:34.837 INFO O| Aug 24 22:26:34.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83592026-08-24T22:26:35.540Z[ recovery-image] Aug 24 22:26:34.837 INFO O| Aug 24 22:26:34.837 INFO STEP 1011 (remove_files) COMPLETE
83602026-08-24T22:26:35.540Z[ recovery-image] Aug 24 22:26:34.837 INFO O| Aug 24 22:26:34.837 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-24T22:26:35.549Z[ recovery-image] Aug 24 22:26:34.846 INFO O| Aug 24 22:26:34.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83622026-08-24T22:26:35.549Z[ recovery-image] Aug 24 22:26:34.846 INFO O| Aug 24 22:26:34.846 INFO STEP 1012 (remove_files) COMPLETE
83632026-08-24T22:26:35.553Z[ recovery-image] Aug 24 22:26:34.846 INFO O| Aug 24 22:26:34.846 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-24T22:26:35.558Z[ recovery-image] Aug 24 22:26:34.855 INFO O| Aug 24 22:26:34.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83652026-08-24T22:26:35.558Z[ recovery-image] Aug 24 22:26:34.855 INFO O| Aug 24 22:26:34.855 INFO STEP 1013 (remove_files) COMPLETE
83662026-08-24T22:26:35.562Z[ recovery-image] Aug 24 22:26:34.855 INFO O| Aug 24 22:26:34.855 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-24T22:26:35.602Z[ recovery-image] Aug 24 22:26:34.899 INFO O| Aug 24 22:26:34.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83682026-08-24T22:26:35.603Z[ recovery-image] Aug 24 22:26:34.899 INFO O| Aug 24 22:26:34.899 INFO STEP 1014 (remove_files) COMPLETE
83692026-08-24T22:26:35.603Z[ recovery-image] Aug 24 22:26:34.899 INFO O| Aug 24 22:26:34.899 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-24T22:26:35.646Z[ recovery-image] Aug 24 22:26:34.943 INFO O| Aug 24 22:26:34.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83712026-08-24T22:26:35.646Z[ recovery-image] Aug 24 22:26:34.943 INFO O| Aug 24 22:26:34.943 INFO STEP 1015 (remove_files) COMPLETE
83722026-08-24T22:26:35.646Z[ recovery-image] Aug 24 22:26:34.943 INFO O| Aug 24 22:26:34.943 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-24T22:26:35.651Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
83742026-08-24T22:26:35.661Z[ recovery-image] Aug 24 22:26:34.958 INFO O| Aug 24 22:26:34.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83752026-08-24T22:26:35.665Z[ recovery-image] Aug 24 22:26:34.958 INFO O| Aug 24 22:26:34.958 INFO STEP 1016 (remove_files) COMPLETE
83762026-08-24T22:26:35.665Z[ recovery-image] Aug 24 22:26:34.958 INFO O| Aug 24 22:26:34.958 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-24T22:26:35.671Z[ recovery-image] Aug 24 22:26:34.968 INFO O| Aug 24 22:26:34.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83782026-08-24T22:26:35.671Z[ recovery-image] Aug 24 22:26:34.968 INFO O| Aug 24 22:26:34.968 INFO STEP 1017 (remove_files) COMPLETE
83792026-08-24T22:26:35.676Z[ recovery-image] Aug 24 22:26:34.968 INFO O| Aug 24 22:26:34.968 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-24T22:26:35.682Z[ recovery-image] Aug 24 22:26:34.977 INFO O| Aug 24 22:26:34.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83812026-08-24T22:26:35.682Z[ recovery-image] Aug 24 22:26:34.977 INFO O| Aug 24 22:26:34.977 INFO STEP 1018 (remove_files) COMPLETE
83822026-08-24T22:26:35.682Z[ recovery-image] Aug 24 22:26:34.977 INFO O| Aug 24 22:26:34.977 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-24T22:26:35.691Z[ recovery-image] Aug 24 22:26:34.988 INFO O| Aug 24 22:26:34.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83842026-08-24T22:26:35.691Z[ recovery-image] Aug 24 22:26:34.988 INFO O| Aug 24 22:26:34.988 INFO STEP 1019 (remove_files) COMPLETE
83852026-08-24T22:26:35.691Z[ recovery-image] Aug 24 22:26:34.988 INFO O| Aug 24 22:26:34.988 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-24T22:26:35.713Z[ recovery-image] Aug 24 22:26:35.010 INFO O| Aug 24 22:26:35.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83872026-08-24T22:26:35.713Z[ recovery-image] Aug 24 22:26:35.010 INFO O| Aug 24 22:26:35.010 INFO STEP 1020 (remove_files) COMPLETE
83882026-08-24T22:26:35.718Z[ recovery-image] Aug 24 22:26:35.010 INFO O| Aug 24 22:26:35.010 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-24T22:26:35.725Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
83902026-08-24T22:26:35.728Z[ recovery-image] Aug 24 22:26:35.022 INFO O| Aug 24 22:26:35.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83912026-08-24T22:26:35.728Z[ recovery-image] Aug 24 22:26:35.022 INFO O| Aug 24 22:26:35.022 INFO STEP 1021 (remove_files) COMPLETE
83922026-08-24T22:26:35.728Z[ recovery-image] Aug 24 22:26:35.022 INFO O| Aug 24 22:26:35.022 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-08-24T22:26:35.735Z[ recovery-image] Aug 24 22:26:35.032 INFO O| Aug 24 22:26:35.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83942026-08-24T22:26:35.735Z[ recovery-image] Aug 24 22:26:35.032 INFO O| Aug 24 22:26:35.032 INFO STEP 1022 (remove_files) COMPLETE
83952026-08-24T22:26:35.735Z[ recovery-image] Aug 24 22:26:35.032 INFO O| Aug 24 22:26:35.032 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-08-24T22:26:35.749Z[ recovery-image] Aug 24 22:26:35.045 INFO O| Aug 24 22:26:35.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83972026-08-24T22:26:35.749Z[ recovery-image] Aug 24 22:26:35.045 INFO O| Aug 24 22:26:35.045 INFO STEP 1023 (remove_files) COMPLETE
83982026-08-24T22:26:35.759Z[ recovery-image] Aug 24 22:26:35.045 INFO O| Aug 24 22:26:35.045 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-08-24T22:26:35.764Z[ recovery-image] Aug 24 22:26:35.057 INFO O| Aug 24 22:26:35.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84002026-08-24T22:26:35.764Z[ recovery-image] Aug 24 22:26:35.057 INFO O| Aug 24 22:26:35.057 INFO STEP 1024 (remove_files) COMPLETE
84012026-08-24T22:26:35.764Z[ recovery-image] Aug 24 22:26:35.057 INFO O| Aug 24 22:26:35.057 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-08-24T22:26:35.771Z[ recovery-image] Aug 24 22:26:35.068 INFO O| Aug 24 22:26:35.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84032026-08-24T22:26:35.771Z[ recovery-image] Aug 24 22:26:35.068 INFO O| Aug 24 22:26:35.068 INFO STEP 1025 (remove_files) COMPLETE
84042026-08-24T22:26:35.771Z[ recovery-image] Aug 24 22:26:35.068 INFO O| Aug 24 22:26:35.068 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-08-24T22:26:35.780Z[ recovery-image] Aug 24 22:26:35.077 INFO O| Aug 24 22:26:35.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84062026-08-24T22:26:35.780Z[ recovery-image] Aug 24 22:26:35.077 INFO O| Aug 24 22:26:35.077 INFO STEP 1026 (remove_files) COMPLETE
84072026-08-24T22:26:35.780Z[ recovery-image] Aug 24 22:26:35.077 INFO O| Aug 24 22:26:35.077 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-08-24T22:26:35.789Z[ recovery-image] Aug 24 22:26:35.085 INFO O| Aug 24 22:26:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84092026-08-24T22:26:35.789Z[ recovery-image] Aug 24 22:26:35.085 INFO O| Aug 24 22:26:35.085 INFO STEP 1027 (remove_files) COMPLETE
84102026-08-24T22:26:35.789Z[ recovery-image] Aug 24 22:26:35.085 INFO O| Aug 24 22:26:35.085 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-08-24T22:26:35.798Z[ recovery-image] Aug 24 22:26:35.095 INFO O| Aug 24 22:26:35.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84122026-08-24T22:26:35.798Z[ recovery-image] Aug 24 22:26:35.095 INFO O| Aug 24 22:26:35.095 INFO STEP 1028 (remove_files) COMPLETE
84132026-08-24T22:26:35.798Z[ recovery-image] Aug 24 22:26:35.095 INFO O| Aug 24 22:26:35.095 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-08-24T22:26:35.808Z[ recovery-image] Aug 24 22:26:35.105 INFO O| Aug 24 22:26:35.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84152026-08-24T22:26:35.808Z[ recovery-image] Aug 24 22:26:35.105 INFO O| Aug 24 22:26:35.105 INFO STEP 1029 (remove_files) COMPLETE
84162026-08-24T22:26:35.812Z[ recovery-image] Aug 24 22:26:35.105 INFO O| Aug 24 22:26:35.105 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-08-24T22:26:35.817Z[ recovery-image] Aug 24 22:26:35.114 INFO O| Aug 24 22:26:35.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84182026-08-24T22:26:35.818Z[ recovery-image] Aug 24 22:26:35.114 INFO O| Aug 24 22:26:35.114 INFO STEP 1030 (remove_files) COMPLETE
84192026-08-24T22:26:35.822Z[ recovery-image] Aug 24 22:26:35.114 INFO O| Aug 24 22:26:35.114 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-08-24T22:26:35.827Z[ recovery-image] Aug 24 22:26:35.124 INFO O| Aug 24 22:26:35.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84212026-08-24T22:26:35.827Z[ recovery-image] Aug 24 22:26:35.124 INFO O| Aug 24 22:26:35.124 INFO STEP 1031 (remove_files) COMPLETE
84222026-08-24T22:26:35.830Z[ recovery-image] Aug 24 22:26:35.124 INFO O| Aug 24 22:26:35.124 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-08-24T22:26:35.836Z[ recovery-image] Aug 24 22:26:35.133 INFO O| Aug 24 22:26:35.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84242026-08-24T22:26:35.836Z[ recovery-image] Aug 24 22:26:35.133 INFO O| Aug 24 22:26:35.133 INFO STEP 1032 (remove_files) COMPLETE
84252026-08-24T22:26:35.836Z[ recovery-image] Aug 24 22:26:35.133 INFO O| Aug 24 22:26:35.133 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-08-24T22:26:35.845Z[ recovery-image] Aug 24 22:26:35.142 INFO O| Aug 24 22:26:35.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84272026-08-24T22:26:35.846Z[ recovery-image] Aug 24 22:26:35.142 INFO O| Aug 24 22:26:35.142 INFO STEP 1033 (remove_files) COMPLETE
84282026-08-24T22:26:35.849Z[ recovery-image] Aug 24 22:26:35.142 INFO O| Aug 24 22:26:35.142 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-08-24T22:26:35.854Z[ recovery-image] Aug 24 22:26:35.151 INFO O| Aug 24 22:26:35.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84302026-08-24T22:26:35.854Z[ recovery-image] Aug 24 22:26:35.151 INFO O| Aug 24 22:26:35.151 INFO STEP 1034 (remove_files) COMPLETE
84312026-08-24T22:26:35.854Z[ recovery-image] Aug 24 22:26:35.151 INFO O| Aug 24 22:26:35.151 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-24T22:26:35.863Z[ recovery-image] Aug 24 22:26:35.160 INFO O| Aug 24 22:26:35.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84332026-08-24T22:26:35.863Z[ recovery-image] Aug 24 22:26:35.160 INFO O| Aug 24 22:26:35.160 INFO STEP 1035 (remove_files) COMPLETE
84342026-08-24T22:26:35.867Z[ recovery-image] Aug 24 22:26:35.160 INFO O| Aug 24 22:26:35.160 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-24T22:26:35.871Z[ recovery-image] Aug 24 22:26:35.168 INFO O| Aug 24 22:26:35.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84362026-08-24T22:26:35.871Z[ recovery-image] Aug 24 22:26:35.168 INFO O| Aug 24 22:26:35.168 INFO STEP 1036 (remove_files) COMPLETE
84372026-08-24T22:26:35.872Z[ recovery-image] Aug 24 22:26:35.168 INFO O| Aug 24 22:26:35.168 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-24T22:26:35.883Z[ recovery-image] Aug 24 22:26:35.179 INFO O| Aug 24 22:26:35.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84392026-08-24T22:26:35.883Z[ recovery-image] Aug 24 22:26:35.179 INFO O| Aug 24 22:26:35.179 INFO STEP 1037 (remove_files) COMPLETE
84402026-08-24T22:26:35.887Z[ recovery-image] Aug 24 22:26:35.179 INFO O| Aug 24 22:26:35.179 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-24T22:26:35.895Z[ recovery-image] Aug 24 22:26:35.191 INFO O| Aug 24 22:26:35.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84422026-08-24T22:26:35.895Z[ recovery-image] Aug 24 22:26:35.191 INFO O| Aug 24 22:26:35.191 INFO STEP 1038 (remove_files) COMPLETE
84432026-08-24T22:26:35.895Z[ recovery-image] Aug 24 22:26:35.191 INFO O| Aug 24 22:26:35.191 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-24T22:26:35.905Z[ recovery-image] Aug 24 22:26:35.201 INFO O| Aug 24 22:26:35.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84452026-08-24T22:26:35.905Z[ recovery-image] Aug 24 22:26:35.201 INFO O| Aug 24 22:26:35.201 INFO STEP 1039 (remove_files) COMPLETE
84462026-08-24T22:26:35.905Z[ recovery-image] Aug 24 22:26:35.201 INFO O| Aug 24 22:26:35.201 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-24T22:26:35.916Z[ recovery-image] Aug 24 22:26:35.212 INFO O| Aug 24 22:26:35.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84482026-08-24T22:26:35.916Z[ recovery-image] Aug 24 22:26:35.212 INFO O| Aug 24 22:26:35.212 INFO STEP 1040 (remove_files) COMPLETE
84492026-08-24T22:26:35.916Z[ recovery-image] Aug 24 22:26:35.212 INFO O| Aug 24 22:26:35.212 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-24T22:26:35.926Z[ recovery-image] Aug 24 22:26:35.223 INFO O| Aug 24 22:26:35.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84512026-08-24T22:26:35.926Z[ recovery-image] Aug 24 22:26:35.223 INFO O| Aug 24 22:26:35.223 INFO STEP 1041 (remove_files) COMPLETE
84522026-08-24T22:26:35.926Z[ recovery-image] Aug 24 22:26:35.223 INFO O| Aug 24 22:26:35.223 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-24T22:26:35.935Z[ recovery-image] Aug 24 22:26:35.232 INFO O| Aug 24 22:26:35.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84542026-08-24T22:26:35.935Z[ recovery-image] Aug 24 22:26:35.232 INFO O| Aug 24 22:26:35.232 INFO STEP 1042 (remove_files) COMPLETE
84552026-08-24T22:26:35.936Z[ recovery-image] Aug 24 22:26:35.232 INFO O| Aug 24 22:26:35.232 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-24T22:26:35.944Z[ recovery-image] Aug 24 22:26:35.240 INFO O| Aug 24 22:26:35.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84572026-08-24T22:26:35.944Z[ recovery-image] Aug 24 22:26:35.241 INFO O| Aug 24 22:26:35.241 INFO STEP 1043 (remove_files) COMPLETE
84582026-08-24T22:26:35.944Z[ recovery-image] Aug 24 22:26:35.241 INFO O| Aug 24 22:26:35.241 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-24T22:26:35.952Z[ recovery-image] Aug 24 22:26:35.249 INFO O| Aug 24 22:26:35.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84602026-08-24T22:26:35.952Z[ recovery-image] Aug 24 22:26:35.249 INFO O| Aug 24 22:26:35.249 INFO STEP 1044 (remove_files) COMPLETE
84612026-08-24T22:26:35.952Z[ recovery-image] Aug 24 22:26:35.249 INFO O| Aug 24 22:26:35.249 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-24T22:26:35.961Z[ recovery-image] Aug 24 22:26:35.258 INFO O| Aug 24 22:26:35.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84632026-08-24T22:26:35.961Z[ recovery-image] Aug 24 22:26:35.258 INFO O| Aug 24 22:26:35.258 INFO STEP 1045 (remove_files) COMPLETE
84642026-08-24T22:26:35.961Z[ recovery-image] Aug 24 22:26:35.258 INFO O| Aug 24 22:26:35.258 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-24T22:26:35.970Z[ recovery-image] Aug 24 22:26:35.266 INFO O| Aug 24 22:26:35.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84662026-08-24T22:26:35.970Z[ recovery-image] Aug 24 22:26:35.266 INFO O| Aug 24 22:26:35.266 INFO STEP 1046 (remove_files) COMPLETE
84672026-08-24T22:26:35.970Z[ recovery-image] Aug 24 22:26:35.266 INFO O| Aug 24 22:26:35.266 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-24T22:26:35.978Z[ recovery-image] Aug 24 22:26:35.275 INFO O| Aug 24 22:26:35.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84692026-08-24T22:26:35.978Z[ recovery-image] Aug 24 22:26:35.275 INFO O| Aug 24 22:26:35.275 INFO STEP 1047 (remove_files) COMPLETE
84702026-08-24T22:26:35.978Z[ recovery-image] Aug 24 22:26:35.275 INFO O| Aug 24 22:26:35.275 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-24T22:26:35.986Z[ recovery-image] Aug 24 22:26:35.283 INFO O| Aug 24 22:26:35.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84722026-08-24T22:26:35.986Z[ recovery-image] Aug 24 22:26:35.283 INFO O| Aug 24 22:26:35.283 INFO STEP 1048 (remove_files) COMPLETE
84732026-08-24T22:26:35.987Z[ recovery-image] Aug 24 22:26:35.283 INFO O| Aug 24 22:26:35.283 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-24T22:26:35.996Z[ recovery-image] Aug 24 22:26:35.292 INFO O| Aug 24 22:26:35.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84752026-08-24T22:26:35.996Z[ recovery-image] Aug 24 22:26:35.292 INFO O| Aug 24 22:26:35.292 INFO STEP 1049 (remove_files) COMPLETE
84762026-08-24T22:26:35.996Z[ recovery-image] Aug 24 22:26:35.292 INFO O| Aug 24 22:26:35.292 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-24T22:26:36.004Z[ recovery-image] Aug 24 22:26:35.301 INFO O| Aug 24 22:26:35.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84782026-08-24T22:26:36.004Z[ recovery-image] Aug 24 22:26:35.301 INFO O| Aug 24 22:26:35.301 INFO STEP 1050 (remove_files) COMPLETE
84792026-08-24T22:26:36.004Z[ recovery-image] Aug 24 22:26:35.301 INFO O| Aug 24 22:26:35.301 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-24T22:26:36.013Z[ recovery-image] Aug 24 22:26:35.310 INFO O| Aug 24 22:26:35.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84812026-08-24T22:26:36.013Z[ recovery-image] Aug 24 22:26:35.310 INFO O| Aug 24 22:26:35.310 INFO STEP 1051 (remove_files) COMPLETE
84822026-08-24T22:26:36.017Z[ recovery-image] Aug 24 22:26:35.310 INFO O| Aug 24 22:26:35.310 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-24T22:26:36.021Z[ recovery-image] Aug 24 22:26:35.318 INFO O| Aug 24 22:26:35.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84842026-08-24T22:26:36.021Z[ recovery-image] Aug 24 22:26:35.318 INFO O| Aug 24 22:26:35.318 INFO STEP 1052 (remove_files) COMPLETE
84852026-08-24T22:26:36.025Z[ recovery-image] Aug 24 22:26:35.318 INFO O| Aug 24 22:26:35.318 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-24T22:26:36.029Z[ recovery-image] Aug 24 22:26:35.326 INFO O| Aug 24 22:26:35.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84872026-08-24T22:26:36.030Z[ recovery-image] Aug 24 22:26:35.326 INFO O| Aug 24 22:26:35.326 INFO STEP 1053 (remove_files) COMPLETE
84882026-08-24T22:26:36.033Z[ recovery-image] Aug 24 22:26:35.326 INFO O| Aug 24 22:26:35.326 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-24T22:26:36.038Z[ recovery-image] Aug 24 22:26:35.335 INFO O| Aug 24 22:26:35.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84902026-08-24T22:26:36.039Z[ recovery-image] Aug 24 22:26:35.335 INFO O| Aug 24 22:26:35.335 INFO STEP 1054 (remove_files) COMPLETE
84912026-08-24T22:26:36.039Z[ recovery-image] Aug 24 22:26:35.335 INFO O| Aug 24 22:26:35.335 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-24T22:26:36.049Z[ recovery-image] Aug 24 22:26:35.345 INFO O| Aug 24 22:26:35.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84932026-08-24T22:26:36.049Z[ recovery-image] Aug 24 22:26:35.345 INFO O| Aug 24 22:26:35.345 INFO STEP 1055 (remove_files) COMPLETE
84942026-08-24T22:26:36.049Z[ recovery-image] Aug 24 22:26:35.345 INFO O| Aug 24 22:26:35.345 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-24T22:26:36.063Z[ recovery-image] Aug 24 22:26:35.355 INFO O| Aug 24 22:26:35.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84962026-08-24T22:26:36.063Z[ recovery-image] Aug 24 22:26:35.355 INFO O| Aug 24 22:26:35.355 INFO STEP 1056 (remove_files) COMPLETE
84972026-08-24T22:26:36.063Z[ recovery-image] Aug 24 22:26:35.355 INFO O| Aug 24 22:26:35.355 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-24T22:26:36.067Z[ recovery-image] Aug 24 22:26:35.364 INFO O| Aug 24 22:26:35.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84992026-08-24T22:26:36.067Z[ recovery-image] Aug 24 22:26:35.364 INFO O| Aug 24 22:26:35.364 INFO STEP 1057 (remove_files) COMPLETE
85002026-08-24T22:26:36.071Z[ recovery-image] Aug 24 22:26:35.364 INFO O| Aug 24 22:26:35.364 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-24T22:26:36.076Z[ recovery-image] Aug 24 22:26:35.373 INFO O| Aug 24 22:26:35.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85022026-08-24T22:26:36.077Z[ recovery-image] Aug 24 22:26:35.373 INFO O| Aug 24 22:26:35.373 INFO STEP 1058 (remove_files) COMPLETE
85032026-08-24T22:26:36.077Z[ recovery-image] Aug 24 22:26:35.373 INFO O| Aug 24 22:26:35.373 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-24T22:26:36.081Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
85052026-08-24T22:26:36.086Z[ recovery-image] Aug 24 22:26:35.383 INFO O| Aug 24 22:26:35.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85062026-08-24T22:26:36.086Z[ recovery-image] Aug 24 22:26:35.383 INFO O| Aug 24 22:26:35.383 INFO STEP 1059 (remove_files) COMPLETE
85072026-08-24T22:26:36.087Z[ recovery-image] Aug 24 22:26:35.383 INFO O| Aug 24 22:26:35.383 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-24T22:26:36.096Z[ recovery-image] Aug 24 22:26:35.393 INFO O| Aug 24 22:26:35.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85092026-08-24T22:26:36.097Z[ recovery-image] Aug 24 22:26:35.393 INFO O| Aug 24 22:26:35.393 INFO STEP 1060 (remove_files) COMPLETE
85102026-08-24T22:26:36.097Z[ recovery-image] Aug 24 22:26:35.393 INFO O| Aug 24 22:26:35.393 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-24T22:26:36.106Z[ recovery-image] Aug 24 22:26:35.402 INFO O| Aug 24 22:26:35.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85122026-08-24T22:26:36.106Z[ recovery-image] Aug 24 22:26:35.402 INFO O| Aug 24 22:26:35.402 INFO STEP 1061 (remove_files) COMPLETE
85132026-08-24T22:26:36.106Z[ recovery-image] Aug 24 22:26:35.402 INFO O| Aug 24 22:26:35.402 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-24T22:26:36.114Z[ recovery-image] Aug 24 22:26:35.411 INFO O| Aug 24 22:26:35.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85152026-08-24T22:26:36.118Z[ recovery-image] Aug 24 22:26:35.412 INFO O| Aug 24 22:26:35.412 INFO STEP 1062 (remove_files) COMPLETE
85162026-08-24T22:26:36.118Z[ recovery-image] Aug 24 22:26:35.412 INFO O| Aug 24 22:26:35.412 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-24T22:26:36.124Z[ recovery-image] Aug 24 22:26:35.421 INFO O| Aug 24 22:26:35.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85182026-08-24T22:26:36.125Z[ recovery-image] Aug 24 22:26:35.421 INFO O| Aug 24 22:26:35.421 INFO STEP 1063 (remove_files) COMPLETE
85192026-08-24T22:26:36.125Z[ recovery-image] Aug 24 22:26:35.421 INFO O| Aug 24 22:26:35.421 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-24T22:26:36.133Z[ recovery-image] Aug 24 22:26:35.430 INFO O| Aug 24 22:26:35.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85212026-08-24T22:26:36.133Z[ recovery-image] Aug 24 22:26:35.430 INFO O| Aug 24 22:26:35.430 INFO STEP 1064 (remove_files) COMPLETE
85222026-08-24T22:26:36.133Z[ recovery-image] Aug 24 22:26:35.430 INFO O| Aug 24 22:26:35.430 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-24T22:26:36.141Z[ recovery-image] Aug 24 22:26:35.438 INFO O| Aug 24 22:26:35.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85242026-08-24T22:26:36.145Z[ recovery-image] Aug 24 22:26:35.438 INFO O| Aug 24 22:26:35.438 INFO STEP 1065 (remove_files) COMPLETE
85252026-08-24T22:26:36.145Z[ recovery-image] Aug 24 22:26:35.438 INFO O| Aug 24 22:26:35.438 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-24T22:26:36.150Z[ recovery-image] Aug 24 22:26:35.447 INFO O| Aug 24 22:26:35.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85272026-08-24T22:26:36.150Z[ recovery-image] Aug 24 22:26:35.447 INFO O| Aug 24 22:26:35.447 INFO STEP 1066 (remove_files) COMPLETE
85282026-08-24T22:26:36.154Z[ recovery-image] Aug 24 22:26:35.447 INFO O| Aug 24 22:26:35.447 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-24T22:26:36.158Z[ recovery-image] Aug 24 22:26:35.455 INFO O| Aug 24 22:26:35.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85302026-08-24T22:26:36.159Z[ recovery-image] Aug 24 22:26:35.455 INFO O| Aug 24 22:26:35.455 INFO STEP 1067 (remove_files) COMPLETE
85312026-08-24T22:26:36.162Z[ recovery-image] Aug 24 22:26:35.455 INFO O| Aug 24 22:26:35.455 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-24T22:26:36.167Z[ recovery-image] Aug 24 22:26:35.464 INFO O| Aug 24 22:26:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85332026-08-24T22:26:36.167Z[ recovery-image] Aug 24 22:26:35.464 INFO O| Aug 24 22:26:35.464 INFO STEP 1068 (remove_files) COMPLETE
85342026-08-24T22:26:36.167Z[ recovery-image] Aug 24 22:26:35.464 INFO O| Aug 24 22:26:35.464 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-24T22:26:36.179Z[ recovery-image] Aug 24 22:26:35.475 INFO O| Aug 24 22:26:35.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85362026-08-24T22:26:36.179Z[ recovery-image] Aug 24 22:26:35.475 INFO O| Aug 24 22:26:35.475 INFO STEP 1069 (remove_files) COMPLETE
85372026-08-24T22:26:36.179Z[ recovery-image] Aug 24 22:26:35.475 INFO O| Aug 24 22:26:35.475 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-24T22:26:36.187Z[ recovery-image] Aug 24 22:26:35.483 INFO O| Aug 24 22:26:35.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85392026-08-24T22:26:36.187Z[ recovery-image] Aug 24 22:26:35.483 INFO O| Aug 24 22:26:35.483 INFO STEP 1070 (remove_files) COMPLETE
85402026-08-24T22:26:36.187Z[ recovery-image] Aug 24 22:26:35.483 INFO O| Aug 24 22:26:35.483 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-24T22:26:36.196Z[ recovery-image] Aug 24 22:26:35.492 INFO O| Aug 24 22:26:35.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85422026-08-24T22:26:36.196Z[ recovery-image] Aug 24 22:26:35.492 INFO O| Aug 24 22:26:35.492 INFO STEP 1071 (remove_files) COMPLETE
85432026-08-24T22:26:36.196Z[ recovery-image] Aug 24 22:26:35.492 INFO O| Aug 24 22:26:35.492 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-24T22:26:36.206Z[ recovery-image] Aug 24 22:26:35.503 INFO O| Aug 24 22:26:35.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85452026-08-24T22:26:36.206Z[ recovery-image] Aug 24 22:26:35.503 INFO O| Aug 24 22:26:35.503 INFO STEP 1072 (remove_files) COMPLETE
85462026-08-24T22:26:36.210Z[ recovery-image] Aug 24 22:26:35.503 INFO O| Aug 24 22:26:35.503 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-24T22:26:36.217Z[ recovery-image] Aug 24 22:26:35.514 INFO O| Aug 24 22:26:35.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85482026-08-24T22:26:36.217Z[ recovery-image] Aug 24 22:26:35.514 INFO O| Aug 24 22:26:35.514 INFO STEP 1073 (remove_files) COMPLETE
85492026-08-24T22:26:36.218Z[ recovery-image] Aug 24 22:26:35.514 INFO O| Aug 24 22:26:35.514 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-24T22:26:36.227Z[ recovery-image] Aug 24 22:26:35.524 INFO O| Aug 24 22:26:35.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85512026-08-24T22:26:36.227Z[ recovery-image] Aug 24 22:26:35.524 INFO O| Aug 24 22:26:35.524 INFO STEP 1074 (remove_files) COMPLETE
85522026-08-24T22:26:36.227Z[ recovery-image] Aug 24 22:26:35.524 INFO O| Aug 24 22:26:35.524 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-24T22:26:36.235Z[ recovery-image] Aug 24 22:26:35.532 INFO O| Aug 24 22:26:35.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85542026-08-24T22:26:36.236Z[ recovery-image] Aug 24 22:26:35.532 INFO O| Aug 24 22:26:35.532 INFO STEP 1075 (remove_files) COMPLETE
85552026-08-24T22:26:36.236Z[ recovery-image] Aug 24 22:26:35.532 INFO O| Aug 24 22:26:35.532 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-24T22:26:36.244Z[ recovery-image] Aug 24 22:26:35.540 INFO O| Aug 24 22:26:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85572026-08-24T22:26:36.244Z[ recovery-image] Aug 24 22:26:35.541 INFO O| Aug 24 22:26:35.541 INFO STEP 1076 (remove_files) COMPLETE
85582026-08-24T22:26:36.244Z[ recovery-image] Aug 24 22:26:35.541 INFO O| Aug 24 22:26:35.541 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-24T22:26:36.252Z[ recovery-image] Aug 24 22:26:35.549 INFO O| Aug 24 22:26:35.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85602026-08-24T22:26:36.252Z[ recovery-image] Aug 24 22:26:35.549 INFO O| Aug 24 22:26:35.549 INFO STEP 1077 (remove_files) COMPLETE
85612026-08-24T22:26:36.252Z[ recovery-image] Aug 24 22:26:35.549 INFO O| Aug 24 22:26:35.549 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-24T22:26:36.263Z[ recovery-image] Aug 24 22:26:35.560 INFO O| Aug 24 22:26:35.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85632026-08-24T22:26:36.263Z[ recovery-image] Aug 24 22:26:35.560 INFO O| Aug 24 22:26:35.560 INFO STEP 1078 (remove_files) COMPLETE
85642026-08-24T22:26:36.263Z[ recovery-image] Aug 24 22:26:35.560 INFO O| Aug 24 22:26:35.560 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-24T22:26:36.273Z[ recovery-image] Aug 24 22:26:35.570 INFO O| Aug 24 22:26:35.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85662026-08-24T22:26:36.273Z[ recovery-image] Aug 24 22:26:35.570 INFO O| Aug 24 22:26:35.570 INFO STEP 1079 (remove_files) COMPLETE
85672026-08-24T22:26:36.273Z[ recovery-image] Aug 24 22:26:35.570 INFO O| Aug 24 22:26:35.570 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-24T22:26:36.282Z[ recovery-image] Aug 24 22:26:35.579 INFO O| Aug 24 22:26:35.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85692026-08-24T22:26:36.283Z[ recovery-image] Aug 24 22:26:35.579 INFO O| Aug 24 22:26:35.579 INFO STEP 1080 (remove_files) COMPLETE
85702026-08-24T22:26:36.283Z[ recovery-image] Aug 24 22:26:35.579 INFO O| Aug 24 22:26:35.579 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-24T22:26:36.293Z[ recovery-image] Aug 24 22:26:35.590 INFO O| Aug 24 22:26:35.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85722026-08-24T22:26:36.293Z[ recovery-image] Aug 24 22:26:35.590 INFO O| Aug 24 22:26:35.590 INFO STEP 1081 (remove_files) COMPLETE
85732026-08-24T22:26:36.293Z[ recovery-image] Aug 24 22:26:35.590 INFO O| Aug 24 22:26:35.590 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-24T22:26:36.304Z[ recovery-image] Aug 24 22:26:35.601 INFO O| Aug 24 22:26:35.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85752026-08-24T22:26:36.304Z[ recovery-image] Aug 24 22:26:35.601 INFO O| Aug 24 22:26:35.601 INFO STEP 1082 (remove_files) COMPLETE
85762026-08-24T22:26:36.308Z[ recovery-image] Aug 24 22:26:35.601 INFO O| Aug 24 22:26:35.601 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-24T22:26:36.314Z[ recovery-image] Aug 24 22:26:35.611 INFO O| Aug 24 22:26:35.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85782026-08-24T22:26:36.315Z[ recovery-image] Aug 24 22:26:35.611 INFO O| Aug 24 22:26:35.611 INFO STEP 1083 (remove_files) COMPLETE
85792026-08-24T22:26:36.315Z[ recovery-image] Aug 24 22:26:35.611 INFO O| Aug 24 22:26:35.611 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-24T22:26:36.325Z[ recovery-image] Aug 24 22:26:35.621 INFO O| Aug 24 22:26:35.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85812026-08-24T22:26:36.325Z[ recovery-image] Aug 24 22:26:35.621 INFO O| Aug 24 22:26:35.621 INFO STEP 1084 (remove_files) COMPLETE
85822026-08-24T22:26:36.329Z[ recovery-image] Aug 24 22:26:35.621 INFO O| Aug 24 22:26:35.621 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-24T22:26:36.335Z[ recovery-image] Aug 24 22:26:35.632 INFO O| Aug 24 22:26:35.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85842026-08-24T22:26:36.335Z[ recovery-image] Aug 24 22:26:35.632 INFO O| Aug 24 22:26:35.632 INFO STEP 1085 (remove_files) COMPLETE
85852026-08-24T22:26:36.339Z[ recovery-image] Aug 24 22:26:35.632 INFO O| Aug 24 22:26:35.632 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-24T22:26:36.344Z[ recovery-image] Aug 24 22:26:35.641 INFO O| Aug 24 22:26:35.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85872026-08-24T22:26:36.344Z[ recovery-image] Aug 24 22:26:35.641 INFO O| Aug 24 22:26:35.641 INFO STEP 1086 (remove_files) COMPLETE
85882026-08-24T22:26:36.348Z[ recovery-image] Aug 24 22:26:35.641 INFO O| Aug 24 22:26:35.641 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-24T22:26:36.355Z[ recovery-image] Aug 24 22:26:35.651 INFO O| Aug 24 22:26:35.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85902026-08-24T22:26:36.355Z[ recovery-image] Aug 24 22:26:35.651 INFO O| Aug 24 22:26:35.651 INFO STEP 1087 (remove_files) COMPLETE
85912026-08-24T22:26:36.355Z[ recovery-image] Aug 24 22:26:35.651 INFO O| Aug 24 22:26:35.651 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-24T22:26:36.364Z[ recovery-image] Aug 24 22:26:35.661 INFO O| Aug 24 22:26:35.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85932026-08-24T22:26:36.364Z[ recovery-image] Aug 24 22:26:35.661 INFO O| Aug 24 22:26:35.661 INFO STEP 1088 (remove_files) COMPLETE
85942026-08-24T22:26:36.368Z[ recovery-image] Aug 24 22:26:35.661 INFO O| Aug 24 22:26:35.661 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-24T22:26:36.374Z[ recovery-image] Aug 24 22:26:35.670 INFO O| Aug 24 22:26:35.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85962026-08-24T22:26:36.374Z[ recovery-image] Aug 24 22:26:35.671 INFO O| Aug 24 22:26:35.670 INFO STEP 1089 (remove_files) COMPLETE
85972026-08-24T22:26:36.374Z[ recovery-image] Aug 24 22:26:35.671 INFO O| Aug 24 22:26:35.670 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-24T22:26:36.378Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
85992026-08-24T22:26:36.382Z[verify-libraries] Compiling yansi v1.0.1
86002026-08-24T22:26:36.389Z[ recovery-image] Aug 24 22:26:35.685 INFO O| Aug 24 22:26:35.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86012026-08-24T22:26:36.389Z[ recovery-image] Aug 24 22:26:35.685 INFO O| Aug 24 22:26:35.685 INFO STEP 1090 (remove_files) COMPLETE
86022026-08-24T22:26:36.392Z[ recovery-image] Aug 24 22:26:35.685 INFO O| Aug 24 22:26:35.685 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-24T22:26:36.399Z[ recovery-image] Aug 24 22:26:35.695 INFO O| Aug 24 22:26:35.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86042026-08-24T22:26:36.399Z[ recovery-image] Aug 24 22:26:35.696 INFO O| Aug 24 22:26:35.696 INFO STEP 1091 (remove_files) COMPLETE
86052026-08-24T22:26:36.402Z[ recovery-image] Aug 24 22:26:35.696 INFO O| Aug 24 22:26:35.696 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-24T22:26:36.408Z[ recovery-image] Aug 24 22:26:35.705 INFO O| Aug 24 22:26:35.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86072026-08-24T22:26:36.428Z[ recovery-image] Aug 24 22:26:35.725 INFO O| Aug 24 22:26:35.725 INFO STEP 1092 (remove_files) COMPLETE
86082026-08-24T22:26:36.428Z[ recovery-image] Aug 24 22:26:35.725 INFO O| Aug 24 22:26:35.725 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-24T22:26:36.439Z[ recovery-image] Aug 24 22:26:35.736 INFO O| Aug 24 22:26:35.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86102026-08-24T22:26:36.439Z[ recovery-image] Aug 24 22:26:35.736 INFO O| Aug 24 22:26:35.736 INFO STEP 1093 (remove_files) COMPLETE
86112026-08-24T22:26:36.439Z[ recovery-image] Aug 24 22:26:35.736 INFO O| Aug 24 22:26:35.736 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-24T22:26:36.461Z[ recovery-image] Aug 24 22:26:35.757 INFO O| Aug 24 22:26:35.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86132026-08-24T22:26:36.465Z[ recovery-image] Aug 24 22:26:35.757 INFO O| Aug 24 22:26:35.757 INFO STEP 1094 (remove_files) COMPLETE
86142026-08-24T22:26:36.465Z[ recovery-image] Aug 24 22:26:35.757 INFO O| Aug 24 22:26:35.757 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-24T22:26:36.474Z[ recovery-image] Aug 24 22:26:35.768 INFO O| Aug 24 22:26:35.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86162026-08-24T22:26:36.475Z[ recovery-image] Aug 24 22:26:35.769 INFO O| Aug 24 22:26:35.768 INFO STEP 1095 (remove_files) COMPLETE
86172026-08-24T22:26:36.475Z[ recovery-image] Aug 24 22:26:35.769 INFO O| Aug 24 22:26:35.769 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-24T22:26:36.490Z[ recovery-image] Aug 24 22:26:35.787 INFO O| Aug 24 22:26:35.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86192026-08-24T22:26:36.491Z[ recovery-image] Aug 24 22:26:35.787 INFO O| Aug 24 22:26:35.787 INFO STEP 1096 (remove_files) COMPLETE
86202026-08-24T22:26:36.495Z[ recovery-image] Aug 24 22:26:35.787 INFO O| Aug 24 22:26:35.787 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-24T22:26:36.501Z[ recovery-image] Aug 24 22:26:35.797 INFO O| Aug 24 22:26:35.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86222026-08-24T22:26:36.501Z[ recovery-image] Aug 24 22:26:35.798 INFO O| Aug 24 22:26:35.798 INFO STEP 1097 (remove_files) COMPLETE
86232026-08-24T22:26:36.501Z[ recovery-image] Aug 24 22:26:35.798 INFO O| Aug 24 22:26:35.798 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-24T22:26:36.510Z[ recovery-image] Aug 24 22:26:35.807 INFO O| Aug 24 22:26:35.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86252026-08-24T22:26:36.510Z[ recovery-image] Aug 24 22:26:35.807 INFO O| Aug 24 22:26:35.807 INFO STEP 1098 (remove_files) COMPLETE
86262026-08-24T22:26:36.510Z[ recovery-image] Aug 24 22:26:35.807 INFO O| Aug 24 22:26:35.807 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-24T22:26:36.526Z[ recovery-image] Aug 24 22:26:35.823 INFO O| Aug 24 22:26:35.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86282026-08-24T22:26:36.526Z[ recovery-image] Aug 24 22:26:35.823 INFO O| Aug 24 22:26:35.823 INFO STEP 1099 (remove_files) COMPLETE
86292026-08-24T22:26:36.526Z[ recovery-image] Aug 24 22:26:35.823 INFO O| Aug 24 22:26:35.823 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-24T22:26:36.535Z[ recovery-image] Aug 24 22:26:35.832 INFO O| Aug 24 22:26:35.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86312026-08-24T22:26:36.536Z[ recovery-image] Aug 24 22:26:35.832 INFO O| Aug 24 22:26:35.832 INFO STEP 1100 (remove_files) COMPLETE
86322026-08-24T22:26:36.536Z[ recovery-image] Aug 24 22:26:35.832 INFO O| Aug 24 22:26:35.832 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-24T22:26:36.544Z[ recovery-image] Aug 24 22:26:35.841 INFO O| Aug 24 22:26:35.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86342026-08-24T22:26:36.545Z[ recovery-image] Aug 24 22:26:35.841 INFO O| Aug 24 22:26:35.841 INFO STEP 1101 (remove_files) COMPLETE
86352026-08-24T22:26:36.548Z[ recovery-image] Aug 24 22:26:35.841 INFO O| Aug 24 22:26:35.841 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-24T22:26:36.566Z[ recovery-image] Aug 24 22:26:35.863 INFO O| Aug 24 22:26:35.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86372026-08-24T22:26:36.567Z[ recovery-image] Aug 24 22:26:35.863 INFO O| Aug 24 22:26:35.863 INFO STEP 1102 (remove_files) COMPLETE
86382026-08-24T22:26:36.567Z[ recovery-image] Aug 24 22:26:35.863 INFO O| Aug 24 22:26:35.863 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-24T22:26:36.575Z[ recovery-image] Aug 24 22:26:35.872 INFO O| Aug 24 22:26:35.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86402026-08-24T22:26:36.575Z[ recovery-image] Aug 24 22:26:35.872 INFO O| Aug 24 22:26:35.872 INFO STEP 1103 (remove_files) COMPLETE
86412026-08-24T22:26:36.575Z[ recovery-image] Aug 24 22:26:35.872 INFO O| Aug 24 22:26:35.872 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-24T22:26:36.584Z[ recovery-image] Aug 24 22:26:35.881 INFO O| Aug 24 22:26:35.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86432026-08-24T22:26:36.584Z[ recovery-image] Aug 24 22:26:35.881 INFO O| Aug 24 22:26:35.881 INFO STEP 1104 (remove_files) COMPLETE
86442026-08-24T22:26:36.585Z[ recovery-image] Aug 24 22:26:35.881 INFO O| Aug 24 22:26:35.881 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-24T22:26:36.592Z[ recovery-image] Aug 24 22:26:35.889 INFO O| Aug 24 22:26:35.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86462026-08-24T22:26:36.592Z[ recovery-image] Aug 24 22:26:35.889 INFO O| Aug 24 22:26:35.889 INFO STEP 1105 (remove_files) COMPLETE
86472026-08-24T22:26:36.592Z[ recovery-image] Aug 24 22:26:35.889 INFO O| Aug 24 22:26:35.889 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-24T22:26:36.601Z[ recovery-image] Aug 24 22:26:35.898 INFO O| Aug 24 22:26:35.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86492026-08-24T22:26:36.601Z[ recovery-image] Aug 24 22:26:35.898 INFO O| Aug 24 22:26:35.898 INFO STEP 1106 (remove_files) COMPLETE
86502026-08-24T22:26:36.601Z[ recovery-image] Aug 24 22:26:35.898 INFO O| Aug 24 22:26:35.898 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-24T22:26:36.609Z[ recovery-image] Aug 24 22:26:35.906 INFO O| Aug 24 22:26:35.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86522026-08-24T22:26:36.609Z[ recovery-image] Aug 24 22:26:35.906 INFO O| Aug 24 22:26:35.906 INFO STEP 1107 (remove_files) COMPLETE
86532026-08-24T22:26:36.613Z[ recovery-image] Aug 24 22:26:35.906 INFO O| Aug 24 22:26:35.906 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-24T22:26:36.639Z[ recovery-image] Aug 24 22:26:35.935 INFO O| Aug 24 22:26:35.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86552026-08-24T22:26:36.639Z[ recovery-image] Aug 24 22:26:35.935 INFO O| Aug 24 22:26:35.935 INFO STEP 1108 (remove_files) COMPLETE
86562026-08-24T22:26:36.639Z[ recovery-image] Aug 24 22:26:35.935 INFO O| Aug 24 22:26:35.935 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-24T22:26:36.649Z[ recovery-image] Aug 24 22:26:35.945 INFO O| Aug 24 22:26:35.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86582026-08-24T22:26:36.649Z[ recovery-image] Aug 24 22:26:35.945 INFO O| Aug 24 22:26:35.945 INFO STEP 1109 (remove_files) COMPLETE
86592026-08-24T22:26:36.649Z[ recovery-image] Aug 24 22:26:35.945 INFO O| Aug 24 22:26:35.945 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-24T22:26:36.658Z[ recovery-image] Aug 24 22:26:35.955 INFO O| Aug 24 22:26:35.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86612026-08-24T22:26:36.658Z[ recovery-image] Aug 24 22:26:35.955 INFO O| Aug 24 22:26:35.955 INFO STEP 1110 (remove_files) COMPLETE
86622026-08-24T22:26:36.658Z[ recovery-image] Aug 24 22:26:35.955 INFO O| Aug 24 22:26:35.955 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-24T22:26:36.667Z[ recovery-image] Aug 24 22:26:35.964 INFO O| Aug 24 22:26:35.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86642026-08-24T22:26:36.681Z[ recovery-image] Aug 24 22:26:35.978 INFO O| Aug 24 22:26:35.978 INFO STEP 1111 (remove_files) COMPLETE
86652026-08-24T22:26:36.681Z[ recovery-image] Aug 24 22:26:35.978 INFO O| Aug 24 22:26:35.978 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-24T22:26:36.692Z[ recovery-image] Aug 24 22:26:35.988 INFO O| Aug 24 22:26:35.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86672026-08-24T22:26:36.692Z[ recovery-image] Aug 24 22:26:35.988 INFO O| Aug 24 22:26:35.988 INFO STEP 1112 (remove_files) COMPLETE
86682026-08-24T22:26:36.692Z[ recovery-image] Aug 24 22:26:35.988 INFO O| Aug 24 22:26:35.988 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-24T22:26:36.701Z[ recovery-image] Aug 24 22:26:35.998 INFO O| Aug 24 22:26:35.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86702026-08-24T22:26:36.701Z[ recovery-image] Aug 24 22:26:35.998 INFO O| Aug 24 22:26:35.998 INFO STEP 1113 (remove_files) COMPLETE
86712026-08-24T22:26:36.701Z[ recovery-image] Aug 24 22:26:35.998 INFO O| Aug 24 22:26:35.998 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-24T22:26:36.710Z[ recovery-image] Aug 24 22:26:36.007 INFO O| Aug 24 22:26:36.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86732026-08-24T22:26:36.711Z[ recovery-image] Aug 24 22:26:36.007 INFO O| Aug 24 22:26:36.007 INFO STEP 1114 (remove_files) COMPLETE
86742026-08-24T22:26:36.716Z[ recovery-image] Aug 24 22:26:36.007 INFO O| Aug 24 22:26:36.007 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-08-24T22:26:36.723Z[ recovery-image] Aug 24 22:26:36.020 INFO O| Aug 24 22:26:36.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86762026-08-24T22:26:36.723Z[ recovery-image] Aug 24 22:26:36.020 INFO O| Aug 24 22:26:36.020 INFO STEP 1115 (remove_files) COMPLETE
86772026-08-24T22:26:36.723Z[ recovery-image] Aug 24 22:26:36.020 INFO O| Aug 24 22:26:36.020 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-08-24T22:26:36.749Z[ recovery-image] Aug 24 22:26:36.043 INFO O| Aug 24 22:26:36.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86792026-08-24T22:26:36.749Z[ recovery-image] Aug 24 22:26:36.043 INFO O| Aug 24 22:26:36.043 INFO STEP 1116 (remove_files) COMPLETE
86802026-08-24T22:26:36.755Z[ recovery-image] Aug 24 22:26:36.043 INFO O| Aug 24 22:26:36.043 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-08-24T22:26:36.759Z[ recovery-image] Aug 24 22:26:36.055 INFO O| Aug 24 22:26:36.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86822026-08-24T22:26:36.759Z[ recovery-image] Aug 24 22:26:36.055 INFO O| Aug 24 22:26:36.055 INFO STEP 1117 (remove_files) COMPLETE
86832026-08-24T22:26:36.759Z[ recovery-image] Aug 24 22:26:36.055 INFO O| Aug 24 22:26:36.055 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86842026-08-24T22:26:36.774Z[ recovery-image] Aug 24 22:26:36.071 INFO O| Aug 24 22:26:36.071 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86852026-08-24T22:26:36.774Z[ recovery-image] Aug 24 22:26:36.071 INFO O| Aug 24 22:26:36.071 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86862026-08-24T22:26:36.778Z[verify-libraries] Compiling pretty_assertions v1.4.1
86872026-08-24T22:26:37.129Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86882026-08-24T22:26:37.170Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86892026-08-24T22:26:37.646Z[ recovery-image] Aug 24 22:26:36.943 INFO O| Aug 24 22:26:36.943 INFO STEP 1118 (pack_tar) COMPLETE
86902026-08-24T22:26:37.646Z[ recovery-image] Aug 24 22:26:36.943 INFO O| Aug 24 22:26:36.943 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86912026-08-24T22:26:37.646Z[ recovery-image] Aug 24 22:26:36.943 INFO O| Aug 24 22:26:36.943 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86922026-08-24T22:26:38.123Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86932026-08-24T22:26:38.218Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86942026-08-24T22:26:38.307Z[ recovery-image] Aug 24 22:26:37.603 INFO O| Aug 24 22:26:37.603 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86952026-08-24T22:26:38.335Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86962026-08-24T22:26:38.463Z[ recovery-image] Aug 24 22:26:37.760 INFO O| Aug 24 22:26:37.760 INFO completed processing sled/ramdisk-03-recovery-trim
86972026-08-24T22:26:38.468Z[ recovery-image] Aug 24 22:26:37.763 INFO image builder template: zfs-recovery...
86982026-08-24T22:26:38.468Z[ recovery-image] Aug 24 22:26:37.764 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/.tmpAECbul/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
86992026-08-24T22:26:38.494Z[ recovery-image] Aug 24 22:26:37.791 INFO O| Aug 24 22:26:37.790 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87002026-08-24T22:26:38.498Z[ recovery-image] Aug 24 22:26:37.794 INFO O| Aug 24 22:26:37.794 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87012026-08-24T22:26:38.556Z[ recovery-image] Aug 24 22:26:37.852 INFO O| Aug 24 22:26:37.852 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87022026-08-24T22:26:38.642Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87032026-08-24T22:26:38.704Z[ recovery-image] Aug 24 22:26:38.000 INFO O| Aug 24 22:26:38.000 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87042026-08-24T22:26:38.704Z[ recovery-image] Aug 24 22:26:38.000 INFO O| Aug 24 22:26:38.000 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87052026-08-24T22:26:38.708Z[ recovery-image] Aug 24 22:26:38.004 INFO O| Aug 24 22:26:38.004 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87062026-08-24T22:26:38.728Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87072026-08-24T22:26:38.835Z[ recovery-image] Aug 24 22:26:38.132 INFO O| Aug 24 22:26:38.132 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87082026-08-24T22:26:38.942Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87092026-08-24T22:26:38.965Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87102026-08-24T22:26:38.982Z[ recovery-image] Aug 24 22:26:38.279 INFO O| Aug 24 22:26:38.279 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87112026-08-24T22:26:39.043Z[ recovery-image] Aug 24 22:26:38.288 INFO O| Aug 24 22:26:38.288 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87122026-08-24T22:26:39.043Z[ recovery-image] Aug 24 22:26:38.292 INFO O| Aug 24 22:26:38.292 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87132026-08-24T22:26:39.043Z[ recovery-image] Aug 24 22:26:38.294 INFO O| Aug 24 22:26:38.294 INFO no lofi found
87142026-08-24T22:26:39.043Z[ recovery-image] Aug 24 22:26:38.294 INFO O| Aug 24 22:26:38.294 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87152026-08-24T22:26:39.044Z[ recovery-image] Aug 24 22:26:38.294 INFO O| Aug 24 22:26:38.294 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87162026-08-24T22:26:39.069Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87172026-08-24T22:26:39.297Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87182026-08-24T22:26:39.374Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87192026-08-24T22:26:39.479Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87202026-08-24T22:26:39.668Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87212026-08-24T22:26:39.716Z[verify-libraries] Compiling drift v0.2.0
87222026-08-24T22:26:39.791Z[verify-libraries] Compiling uzers v0.12.2
87232026-08-24T22:26:39.930Z[verify-libraries] Compiling parse-size v1.1.0
87242026-08-24T22:26:40.151Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87252026-08-24T22:26:40.251Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87262026-08-24T22:26:40.484Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87272026-08-24T22:26:40.704Z[ recovery-image] Aug 24 22:26:40.001 INFO O| Aug 24 22:26:40.001 INFO lofi device = /dev/dsk/c2t1d0p0
87282026-08-24T22:26:40.704Z[ recovery-image] Aug 24 22:26:40.001 INFO O| Aug 24 22:26:40.001 INFO pool device = /dev/dsk/c2t1d0p0
87292026-08-24T22:26:40.708Z[ recovery-image] Aug 24 22:26:40.001 INFO O| Aug 24 22:26:40.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"]
87302026-08-24T22:26:40.870Z[ recovery-image] Aug 24 22:26:40.166 INFO O| Aug 24 22:26:40.166 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87312026-08-24T22:26:40.870Z[ recovery-image] Aug 24 22:26:40.166 INFO O| Aug 24 22:26:40.166 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87322026-08-24T22:26:40.895Z[ recovery-image] Aug 24 22:26:40.192 INFO O| Aug 24 22:26:40.192 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87332026-08-24T22:26:41.002Z[ recovery-image] Aug 24 22:26:40.298 INFO O| Aug 24 22:26:40.298 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87342026-08-24T22:26:41.036Z[ recovery-image] Aug 24 22:26:40.332 INFO O| Aug 24 22:26:40.332 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87352026-08-24T22:26:41.060Z[ recovery-image] Aug 24 22:26:40.356 INFO O| Aug 24 22:26:40.356 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87362026-08-24T22:26:41.079Z[ recovery-image] Aug 24 22:26:40.373 INFO O| Aug 24 22:26:40.372 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87372026-08-24T22:26:41.118Z[ recovery-image] Aug 24 22:26:40.414 INFO O| Aug 24 22:26:40.414 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87382026-08-24T22:26:41.118Z[ recovery-image] Aug 24 22:26:40.414 INFO O| Aug 24 22:26:40.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87392026-08-24T22:26:41.118Z[ recovery-image] Aug 24 22:26:40.414 INFO O| Aug 24 22:26:40.414 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87402026-08-24T22:26:41.130Z[ recovery-image] Aug 24 22:26:40.426 INFO O| Aug 24 22:26:40.426 INFO boot environment UUID: fd39e598-ac05-4521-b1eb-2c2ee5f06a51
87412026-08-24T22:26:41.130Z[ recovery-image] Aug 24 22:26:40.426 INFO O| Aug 24 22:26:40.426 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = fd39e598-ac05-4521-b1eb-2c2ee5f06a51
87422026-08-24T22:26:41.147Z[ recovery-image] Aug 24 22:26:40.443 INFO O| Aug 24 22:26:40.443 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87432026-08-24T22:26:41.165Z[ recovery-image] Aug 24 22:26:40.462 INFO O| Aug 24 22:26:40.462 INFO STEP 0 (create_be) COMPLETE
87442026-08-24T22:26:41.165Z[ recovery-image] Aug 24 22:26:40.462 INFO O| Aug 24 22:26:40.462 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87452026-08-24T22:26:41.181Z[ recovery-image] Aug 24 22:26:40.477 INFO O| Aug 24 22:26:40.477 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"]
87462026-08-24T22:26:41.197Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87472026-08-24T22:26:41.418Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87482026-08-24T22:26:42.373Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87492026-08-24T22:26:42.774Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87502026-08-24T22:26:44.125Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87512026-08-24T22:26:44.905Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87522026-08-24T22:26:46.320Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87532026-08-24T22:26:46.540Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87542026-08-24T22:26:46.571Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87552026-08-24T22:26:46.659Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87562026-08-24T22:26:47.209Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87572026-08-24T22:26:47.251Z[verify-libraries] Compiling multimap v0.10.1
87582026-08-24T22:26:47.347Z[verify-libraries] Compiling termios v0.3.3
87592026-08-24T22:26:47.612Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87602026-08-24T22:26:50.027Z[ recovery-image] Aug 24 22:26:49.321 INFO O| Aug 24 22:26:49.321 INFO STEP 1 (unpack_tar) COMPLETE
87612026-08-24T22:26:50.027Z[ recovery-image] Aug 24 22:26:49.321 INFO O| Aug 24 22:26:49.321 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622026-08-24T22:26:50.035Z[ recovery-image] Aug 24 22:26:49.331 INFO O| Aug 24 22:26:49.331 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87632026-08-24T22:26:51.047Z[verify-libraries] Compiling polar-core v0.27.3
87642026-08-24T22:26:51.448Z[ recovery-image] Aug 24 22:26:50.744 INFO O| Aug 24 22:26:50.744 INFO STEP 2 (devfsadm) COMPLETE
87652026-08-24T22:26:51.448Z[ recovery-image] Aug 24 22:26:50.744 INFO O| Aug 24 22:26:50.744 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-08-24T22:26:51.465Z[ recovery-image] Aug 24 22:26:50.760 INFO O| Aug 24 22:26:50.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87672026-08-24T22:26:51.466Z[ recovery-image] Aug 24 22:26:50.760 INFO O| Aug 24 22:26:50.760 INFO STEP 3 (ensure_dir) COMPLETE
87682026-08-24T22:26:51.467Z[ recovery-image] Aug 24 22:26:50.760 INFO O| Aug 24 22:26:50.760 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87692026-08-24T22:26:51.478Z[ recovery-image] Aug 24 22:26:50.774 INFO O| Aug 24 22:26:50.771 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87702026-08-24T22:26:51.478Z[ recovery-image] Aug 24 22:26:50.775 INFO O| Aug 24 22:26:50.771 INFO STEP 4 (ensure_dir) COMPLETE
87712026-08-24T22:26:51.482Z[ recovery-image] Aug 24 22:26:50.775 INFO O| Aug 24 22:26:50.771 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-08-24T22:26:51.488Z[ recovery-image] Aug 24 22:26:50.785 INFO O| Aug 24 22:26:50.780 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87732026-08-24T22:26:51.488Z[ recovery-image] Aug 24 22:26:50.785 INFO O| Aug 24 22:26:50.780 INFO STEP 5 (ensure_dir) COMPLETE
87742026-08-24T22:26:51.492Z[ recovery-image] Aug 24 22:26:50.785 INFO O| Aug 24 22:26:50.780 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-08-24T22:26:51.496Z[ recovery-image] Aug 24 22:26:50.790 INFO O| Aug 24 22:26:50.790 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87762026-08-24T22:26:51.496Z[ recovery-image] Aug 24 22:26:50.790 INFO O| Aug 24 22:26:50.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87772026-08-24T22:26:51.497Z[ recovery-image] Aug 24 22:26:50.790 INFO O| Aug 24 22:26:50.790 INFO STEP 6 (ensure_dir) COMPLETE
87782026-08-24T22:26:51.497Z[ recovery-image] Aug 24 22:26:50.790 INFO O| Aug 24 22:26:50.790 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-24T22:26:51.502Z[ recovery-image] Aug 24 22:26:50.799 INFO O| Aug 24 22:26:50.799 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87802026-08-24T22:26:51.502Z[ recovery-image] Aug 24 22:26:50.799 INFO O| Aug 24 22:26:50.799 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87812026-08-24T22:26:51.509Z[ recovery-image] Aug 24 22:26:50.799 INFO O| Aug 24 22:26:50.799 INFO STEP 7 (ensure_dir) COMPLETE
87822026-08-24T22:26:51.509Z[ recovery-image] Aug 24 22:26:50.799 INFO O| Aug 24 22:26:50.799 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832026-08-24T22:26:51.513Z[ recovery-image] Aug 24 22:26:50.808 INFO O| Aug 24 22:26:50.808 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87842026-08-24T22:26:51.513Z[ recovery-image] Aug 24 22:26:50.809 INFO O| Aug 24 22:26:50.809 INFO STEP 8 (remove_files) COMPLETE
87852026-08-24T22:26:51.513Z[ recovery-image] Aug 24 22:26:50.809 INFO O| Aug 24 22:26:50.809 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-08-24T22:26:51.522Z[ recovery-image] Aug 24 22:26:50.818 INFO O| Aug 24 22:26:50.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87872026-08-24T22:26:51.526Z[ recovery-image] Aug 24 22:26:50.819 INFO O| Aug 24 22:26:50.819 INFO STEP 9 (remove_files) COMPLETE
87882026-08-24T22:26:51.526Z[ recovery-image] Aug 24 22:26:50.819 INFO O| Aug 24 22:26:50.819 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-08-24T22:26:51.531Z[ recovery-image] Aug 24 22:26:50.828 INFO O| Aug 24 22:26:50.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87902026-08-24T22:26:51.535Z[ recovery-image] Aug 24 22:26:50.829 INFO O| Aug 24 22:26:50.829 INFO STEP 10 (remove_files) COMPLETE
87912026-08-24T22:26:51.535Z[ recovery-image] Aug 24 22:26:50.829 INFO O| Aug 24 22:26:50.829 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-08-24T22:26:51.541Z[ recovery-image] Aug 24 22:26:50.838 INFO O| Aug 24 22:26:50.838 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87932026-08-24T22:26:51.541Z[ recovery-image] Aug 24 22:26:50.838 INFO O| Aug 24 22:26:50.838 INFO STEP 11 (remove_files) COMPLETE
87942026-08-24T22:26:51.541Z[ recovery-image] Aug 24 22:26:50.838 INFO O| Aug 24 22:26:50.838 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-08-24T22:26:51.551Z[ recovery-image] Aug 24 22:26:50.848 INFO O| Aug 24 22:26:50.847 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87962026-08-24T22:26:51.551Z[ recovery-image] Aug 24 22:26:50.848 INFO O| Aug 24 22:26:50.848 INFO STEP 12 (remove_files) COMPLETE
87972026-08-24T22:26:51.551Z[ recovery-image] Aug 24 22:26:50.848 INFO O| Aug 24 22:26:50.848 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-08-24T22:26:51.559Z[ recovery-image] Aug 24 22:26:50.856 INFO O| Aug 24 22:26:50.856 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87992026-08-24T22:26:51.559Z[ recovery-image] Aug 24 22:26:50.856 INFO O| Aug 24 22:26:50.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88002026-08-24T22:26:51.563Z[ recovery-image] Aug 24 22:26:50.856 INFO O| Aug 24 22:26:50.856 INFO STEP 13 (ensure_dir) COMPLETE
88012026-08-24T22:26:51.563Z[ recovery-image] Aug 24 22:26:50.856 INFO O| Aug 24 22:26:50.856 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-08-24T22:26:51.567Z[ recovery-image] Aug 24 22:26:50.864 INFO O| Aug 24 22:26:50.864 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88032026-08-24T22:26:51.567Z[ recovery-image] Aug 24 22:26:50.864 INFO O| Aug 24 22:26:50.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88042026-08-24T22:26:51.571Z[ recovery-image] Aug 24 22:26:50.864 INFO O| Aug 24 22:26:50.864 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88052026-08-24T22:26:51.571Z[ recovery-image] Aug 24 22:26:50.864 INFO O| Aug 24 22:26:50.864 INFO STEP 14 (ensure_dir) COMPLETE
88062026-08-24T22:26:51.571Z[ recovery-image] Aug 24 22:26:50.864 INFO O| Aug 24 22:26:50.864 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072026-08-24T22:26:51.576Z[ recovery-image] Aug 24 22:26:50.873 INFO O| Aug 24 22:26:50.873 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88082026-08-24T22:26:51.576Z[ recovery-image] Aug 24 22:26:50.873 INFO O| Aug 24 22:26:50.873 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88092026-08-24T22:26:51.580Z[ recovery-image] Aug 24 22:26:50.873 INFO O| Aug 24 22:26:50.873 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88102026-08-24T22:26:51.580Z[ recovery-image] Aug 24 22:26:50.873 INFO O| Aug 24 22:26:50.873 INFO STEP 15 (ensure_dir) COMPLETE
88112026-08-24T22:26:51.580Z[ recovery-image] Aug 24 22:26:50.873 INFO O| Aug 24 22:26:50.873 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122026-08-24T22:26:51.586Z[ recovery-image] Aug 24 22:26:50.882 INFO O| Aug 24 22:26:50.882 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88132026-08-24T22:26:51.586Z[ recovery-image] Aug 24 22:26:50.882 INFO O| Aug 24 22:26:50.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88142026-08-24T22:26:51.589Z[ recovery-image] Aug 24 22:26:50.882 INFO O| Aug 24 22:26:50.882 INFO STEP 16 (ensure_dir) COMPLETE
88152026-08-24T22:26:51.589Z[ recovery-image] Aug 24 22:26:50.882 INFO O| Aug 24 22:26:50.882 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88162026-08-24T22:26:51.596Z[ recovery-image] Aug 24 22:26:50.893 INFO O| Aug 24 22:26:50.893 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88172026-08-24T22:26:51.596Z[ recovery-image] Aug 24 22:26:50.893 INFO O| Aug 24 22:26:50.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88182026-08-24T22:26:51.596Z[ recovery-image] Aug 24 22:26:50.893 INFO O| Aug 24 22:26:50.893 INFO STEP 17 (ensure_dir) COMPLETE
88192026-08-24T22:26:51.600Z[ recovery-image] Aug 24 22:26:50.893 INFO O| Aug 24 22:26:50.893 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-08-24T22:26:51.606Z[ recovery-image] Aug 24 22:26:50.903 INFO O| Aug 24 22:26:50.903 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88212026-08-24T22:26:51.606Z[ recovery-image] Aug 24 22:26:50.903 INFO O| Aug 24 22:26:50.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88222026-08-24T22:26:51.611Z[ recovery-image] Aug 24 22:26:50.903 INFO O| Aug 24 22:26:50.903 INFO ok!
88232026-08-24T22:26:51.611Z[ recovery-image] Aug 24 22:26:50.903 INFO O| Aug 24 22:26:50.903 INFO STEP 18 (ensure_symlink) COMPLETE
88242026-08-24T22:26:51.611Z[ recovery-image] Aug 24 22:26:50.903 INFO O| Aug 24 22:26:50.903 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252026-08-24T22:26:51.616Z[ recovery-image] Aug 24 22:26:50.913 INFO O| Aug 24 22:26:50.912 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88262026-08-24T22:26:51.616Z[ recovery-image] Aug 24 22:26:50.913 INFO O| Aug 24 22:26:50.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88272026-08-24T22:26:51.621Z[ recovery-image] Aug 24 22:26:50.913 INFO O| Aug 24 22:26:50.913 INFO ok!
88282026-08-24T22:26:51.621Z[ recovery-image] Aug 24 22:26:50.913 INFO O| Aug 24 22:26:50.913 INFO STEP 19 (ensure_file) COMPLETE
88292026-08-24T22:26:51.621Z[ recovery-image] Aug 24 22:26:50.913 INFO O| Aug 24 22:26:50.913 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88302026-08-24T22:26:51.625Z[ recovery-image] Aug 24 22:26:50.922 INFO O| Aug 24 22:26:50.922 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88312026-08-24T22:26:51.625Z[ recovery-image] Aug 24 22:26:50.922 INFO O| Aug 24 22:26:50.922 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88322026-08-24T22:26:51.629Z[ recovery-image] Aug 24 22:26:50.922 INFO O| Aug 24 22:26:50.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88332026-08-24T22:26:51.629Z[ recovery-image] Aug 24 22:26:50.922 INFO O| Aug 24 22:26:50.922 INFO ok!
88342026-08-24T22:26:51.629Z[ recovery-image] Aug 24 22:26:50.922 INFO O| Aug 24 22:26:50.922 INFO STEP 20 (ensure_symlink) COMPLETE
88352026-08-24T22:26:51.629Z[ recovery-image] Aug 24 22:26:50.922 INFO O| Aug 24 22:26:50.922 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88362026-08-24T22:26:51.635Z[ recovery-image] Aug 24 22:26:50.932 INFO O| Aug 24 22:26:50.932 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88372026-08-24T22:26:51.635Z[ recovery-image] Aug 24 22:26:50.932 INFO O| Aug 24 22:26:50.932 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88382026-08-24T22:26:51.639Z[ recovery-image] Aug 24 22:26:50.932 INFO O| Aug 24 22:26:50.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88392026-08-24T22:26:51.639Z[ recovery-image] Aug 24 22:26:50.932 INFO O| Aug 24 22:26:50.932 INFO ok!
88402026-08-24T22:26:51.640Z[ recovery-image] Aug 24 22:26:50.932 INFO O| Aug 24 22:26:50.932 INFO STEP 21 (ensure_symlink) COMPLETE
88412026-08-24T22:26:51.640Z[ recovery-image] Aug 24 22:26:50.932 INFO O| Aug 24 22:26:50.932 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88422026-08-24T22:26:51.646Z[ recovery-image] Aug 24 22:26:50.942 INFO O| Aug 24 22:26:50.942 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88432026-08-24T22:26:51.646Z[ recovery-image] Aug 24 22:26:50.943 INFO O| Aug 24 22:26:50.942 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88442026-08-24T22:26:51.646Z[ recovery-image] Aug 24 22:26:50.943 INFO O| Aug 24 22:26:50.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88452026-08-24T22:26:51.647Z[ recovery-image] Aug 24 22:26:50.943 INFO O| Aug 24 22:26:50.943 INFO ok!
88462026-08-24T22:26:51.647Z[ recovery-image] Aug 24 22:26:50.943 INFO O| Aug 24 22:26:50.943 INFO STEP 22 (ensure_symlink) COMPLETE
88472026-08-24T22:26:51.647Z[ recovery-image] Aug 24 22:26:50.943 INFO O| Aug 24 22:26:50.943 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88482026-08-24T22:26:51.656Z[ recovery-image] Aug 24 22:26:50.953 INFO O| Aug 24 22:26:50.953 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88492026-08-24T22:26:51.656Z[ recovery-image] Aug 24 22:26:50.953 INFO O| Aug 24 22:26:50.953 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88502026-08-24T22:26:51.656Z[ recovery-image] Aug 24 22:26:50.953 INFO O| Aug 24 22:26:50.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88512026-08-24T22:26:51.656Z[ recovery-image] Aug 24 22:26:50.953 INFO O| Aug 24 22:26:50.953 INFO ok!
88522026-08-24T22:26:51.660Z[ recovery-image] Aug 24 22:26:50.953 INFO O| Aug 24 22:26:50.953 INFO STEP 23 (ensure_symlink) COMPLETE
88532026-08-24T22:26:51.660Z[ recovery-image] Aug 24 22:26:50.953 INFO O| Aug 24 22:26:50.953 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88542026-08-24T22:26:51.674Z[ recovery-image] Aug 24 22:26:50.970 INFO O| Aug 24 22:26:50.970 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88552026-08-24T22:26:51.674Z[ recovery-image] Aug 24 22:26:50.970 INFO O| Aug 24 22:26:50.970 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 ...
88562026-08-24T22:26:51.678Z[ recovery-image] Aug 24 22:26:50.970 INFO O| Aug 24 22:26:50.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88572026-08-24T22:26:51.679Z[ recovery-image] Aug 24 22:26:50.970 INFO O| Aug 24 22:26:50.970 INFO ok!
88582026-08-24T22:26:51.679Z[ recovery-image] Aug 24 22:26:50.970 INFO O| Aug 24 22:26:50.970 INFO STEP 24 (ensure_file) COMPLETE
88592026-08-24T22:26:51.679Z[ recovery-image] Aug 24 22:26:50.970 INFO O| Aug 24 22:26:50.970 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88602026-08-24T22:26:51.687Z[ recovery-image] Aug 24 22:26:50.982 INFO O| Aug 24 22:26:50.982 INFO updating shadow file
88612026-08-24T22:26:51.691Z[ recovery-image] Aug 24 22:26:50.982 INFO O| Aug 24 22:26:50.982 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88622026-08-24T22:26:51.691Z[ recovery-image] Aug 24 22:26:50.982 INFO O| Aug 24 22:26:50.982 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88632026-08-24T22:26:51.691Z[ recovery-image] Aug 24 22:26:50.982 INFO O| Aug 24 22:26:50.982 INFO STEP 25 (shadow) COMPLETE
88642026-08-24T22:26:51.691Z[ recovery-image] Aug 24 22:26:50.982 INFO O| Aug 24 22:26:50.982 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88652026-08-24T22:26:51.695Z[ recovery-image] Aug 24 22:26:50.992 INFO O| Aug 24 22:26:50.992 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88662026-08-24T22:26:51.695Z[ recovery-image] Aug 24 22:26:50.992 INFO O| Aug 24 22:26:50.992 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88672026-08-24T22:26:51.696Z[ recovery-image] Aug 24 22:26:50.992 INFO O| Aug 24 22:26:50.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88682026-08-24T22:26:51.699Z[ recovery-image] Aug 24 22:26:50.993 INFO O| Aug 24 22:26:50.992 INFO ok!
88692026-08-24T22:26:51.699Z[ recovery-image] Aug 24 22:26:50.993 INFO O| Aug 24 22:26:50.992 INFO STEP 26 (ensure_file) COMPLETE
88702026-08-24T22:26:51.699Z[ recovery-image] Aug 24 22:26:50.993 INFO O| Aug 24 22:26:50.993 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88712026-08-24T22:26:51.705Z[ recovery-image] Aug 24 22:26:51.002 INFO O| Aug 24 22:26:51.002 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88722026-08-24T22:26:51.705Z[ recovery-image] Aug 24 22:26:51.002 INFO O| Aug 24 22:26:51.002 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88732026-08-24T22:26:51.710Z[ recovery-image] Aug 24 22:26:51.002 INFO O| Aug 24 22:26:51.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88742026-08-24T22:26:51.710Z[ recovery-image] Aug 24 22:26:51.002 INFO O| Aug 24 22:26:51.002 INFO ok!
88752026-08-24T22:26:51.710Z[ recovery-image] Aug 24 22:26:51.002 INFO O| Aug 24 22:26:51.002 INFO STEP 27 (ensure_file) COMPLETE
88762026-08-24T22:26:51.710Z[ recovery-image] Aug 24 22:26:51.002 INFO O| Aug 24 22:26:51.002 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772026-08-24T22:26:51.718Z[ recovery-image] Aug 24 22:26:51.014 INFO O| Aug 24 22:26:51.014 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88782026-08-24T22:26:51.718Z[ recovery-image] Aug 24 22:26:51.014 INFO O| Aug 24 22:26:51.014 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88792026-08-24T22:26:51.718Z[ recovery-image] Aug 24 22:26:51.014 INFO O| Aug 24 22:26:51.014 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88802026-08-24T22:26:51.721Z[ recovery-image] Aug 24 22:26:51.014 INFO O| Aug 24 22:26:51.014 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88812026-08-24T22:26:51.721Z[ recovery-image] Aug 24 22:26:51.014 INFO O| Aug 24 22:26:51.014 INFO ok!
88822026-08-24T22:26:51.721Z[ recovery-image] Aug 24 22:26:51.014 INFO O| Aug 24 22:26:51.014 INFO STEP 28 (ensure_file) COMPLETE
88832026-08-24T22:26:51.722Z[ recovery-image] Aug 24 22:26:51.014 INFO O| Aug 24 22:26:51.014 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88842026-08-24T22:26:51.729Z[ recovery-image] Aug 24 22:26:51.025 INFO O| Aug 24 22:26:51.025 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88852026-08-24T22:26:51.729Z[ recovery-image] Aug 24 22:26:51.025 INFO O| Aug 24 22:26:51.025 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88862026-08-24T22:26:51.729Z[ recovery-image] Aug 24 22:26:51.025 INFO O| Aug 24 22:26:51.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88872026-08-24T22:26:51.729Z[ recovery-image] Aug 24 22:26:51.025 INFO O| Aug 24 22:26:51.025 INFO ok!
88882026-08-24T22:26:51.733Z[ recovery-image] Aug 24 22:26:51.025 INFO O| Aug 24 22:26:51.025 INFO STEP 29 (ensure_file) COMPLETE
88892026-08-24T22:26:51.733Z[ recovery-image] Aug 24 22:26:51.025 INFO O| Aug 24 22:26:51.025 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-08-24T22:26:51.739Z[ recovery-image] Aug 24 22:26:51.036 INFO O| Aug 24 22:26:51.036 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88912026-08-24T22:26:51.739Z[ recovery-image] Aug 24 22:26:51.036 INFO O| Aug 24 22:26:51.036 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88922026-08-24T22:26:51.743Z[ recovery-image] Aug 24 22:26:51.036 INFO O| Aug 24 22:26:51.036 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88932026-08-24T22:26:51.743Z[ recovery-image] Aug 24 22:26:51.036 INFO O| Aug 24 22:26:51.036 INFO STEP 30 (ensure_dir) COMPLETE
88942026-08-24T22:26:51.743Z[ recovery-image] Aug 24 22:26:51.036 INFO O| Aug 24 22:26:51.036 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88952026-08-24T22:26:51.750Z[ recovery-image] Aug 24 22:26:51.047 INFO O| Aug 24 22:26:51.047 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88962026-08-24T22:26:51.750Z[ recovery-image] Aug 24 22:26:51.047 INFO O| Aug 24 22:26:51.047 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 ...
88972026-08-24T22:26:51.751Z[ recovery-image] Aug 24 22:26:51.047 INFO O| Aug 24 22:26:51.047 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
88982026-08-24T22:26:51.754Z[ recovery-image] Aug 24 22:26:51.047 INFO O| Aug 24 22:26:51.047 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88992026-08-24T22:26:51.754Z[ recovery-image] Aug 24 22:26:51.047 INFO O| Aug 24 22:26:51.047 INFO ok!
89002026-08-24T22:26:51.754Z[ recovery-image] Aug 24 22:26:51.047 INFO O| Aug 24 22:26:51.047 INFO STEP 31 (ensure_file) COMPLETE
89012026-08-24T22:26:51.754Z[ recovery-image] Aug 24 22:26:51.047 INFO O| Aug 24 22:26:51.047 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89022026-08-24T22:26:51.762Z[ recovery-image] Aug 24 22:26:51.058 INFO O| Aug 24 22:26:51.058 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89032026-08-24T22:26:51.762Z[ recovery-image] Aug 24 22:26:51.059 INFO O| Aug 24 22:26:51.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89042026-08-24T22:26:51.766Z[ recovery-image] Aug 24 22:26:51.059 INFO O| Aug 24 22:26:51.059 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89052026-08-24T22:26:51.766Z[ recovery-image] Aug 24 22:26:51.059 INFO O| Aug 24 22:26:51.059 INFO STEP 32 (ensure_dir) COMPLETE
89062026-08-24T22:26:51.766Z[ recovery-image] Aug 24 22:26:51.059 INFO O| Aug 24 22:26:51.059 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89072026-08-24T22:26:51.772Z[ recovery-image] Aug 24 22:26:51.069 INFO O| Aug 24 22:26:51.069 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89082026-08-24T22:26:51.773Z[ recovery-image] Aug 24 22:26:51.069 INFO O| Aug 24 22:26:51.069 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 ...
89092026-08-24T22:26:51.773Z[ recovery-image] Aug 24 22:26:51.069 INFO O| Aug 24 22:26:51.069 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
89102026-08-24T22:26:51.773Z[ recovery-image] Aug 24 22:26:51.069 INFO O| Aug 24 22:26:51.069 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89112026-08-24T22:26:51.773Z[ recovery-image] Aug 24 22:26:51.069 INFO O| Aug 24 22:26:51.069 INFO ok!
89122026-08-24T22:26:51.776Z[ recovery-image] Aug 24 22:26:51.069 INFO O| Aug 24 22:26:51.069 INFO STEP 33 (ensure_file) COMPLETE
89132026-08-24T22:26:51.777Z[ recovery-image] Aug 24 22:26:51.069 INFO O| Aug 24 22:26:51.069 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89142026-08-24T22:26:51.783Z[ recovery-image] Aug 24 22:26:51.080 INFO O| Aug 24 22:26:51.079 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89152026-08-24T22:26:51.783Z[ recovery-image] Aug 24 22:26:51.080 INFO O| Aug 24 22:26:51.079 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89162026-08-24T22:26:51.783Z[ recovery-image] Aug 24 22:26:51.080 INFO O| Aug 24 22:26:51.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89172026-08-24T22:26:51.787Z[ recovery-image] Aug 24 22:26:51.080 INFO O| Aug 24 22:26:51.080 INFO ok!
89182026-08-24T22:26:51.787Z[ recovery-image] Aug 24 22:26:51.080 INFO O| Aug 24 22:26:51.080 INFO STEP 34 (ensure_file) COMPLETE
89192026-08-24T22:26:51.787Z[ recovery-image] Aug 24 22:26:51.080 INFO O| Aug 24 22:26:51.080 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89202026-08-24T22:26:51.793Z[ recovery-image] Aug 24 22:26:51.090 INFO O| Aug 24 22:26:51.090 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89212026-08-24T22:26:51.793Z[ recovery-image] Aug 24 22:26:51.090 INFO O| Aug 24 22:26:51.090 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89222026-08-24T22:26:51.797Z[ recovery-image] Aug 24 22:26:51.090 INFO O| Aug 24 22:26:51.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89232026-08-24T22:26:51.797Z[ recovery-image] Aug 24 22:26:51.090 INFO O| Aug 24 22:26:51.090 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89242026-08-24T22:26:51.797Z[ recovery-image] Aug 24 22:26:51.090 INFO O| Aug 24 22:26:51.090 INFO ok!
89252026-08-24T22:26:51.797Z[ recovery-image] Aug 24 22:26:51.090 INFO O| Aug 24 22:26:51.090 INFO STEP 35 (ensure_file) COMPLETE
89262026-08-24T22:26:51.797Z[ recovery-image] Aug 24 22:26:51.090 INFO O| Aug 24 22:26:51.090 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89272026-08-24T22:26:51.803Z[ recovery-image] Aug 24 22:26:51.099 INFO O| Aug 24 22:26:51.099 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89282026-08-24T22:26:51.803Z[ recovery-image] Aug 24 22:26:51.100 INFO O| Aug 24 22:26:51.099 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89292026-08-24T22:26:51.803Z[ recovery-image] Aug 24 22:26:51.100 INFO O| Aug 24 22:26:51.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89302026-08-24T22:26:51.806Z[ recovery-image] Aug 24 22:26:51.100 INFO O| Aug 24 22:26:51.099 INFO ok!
89312026-08-24T22:26:51.807Z[ recovery-image] Aug 24 22:26:51.100 INFO O| Aug 24 22:26:51.100 INFO STEP 36 (ensure_file) COMPLETE
89322026-08-24T22:26:51.807Z[ recovery-image] Aug 24 22:26:51.101 INFO O| Aug 24 22:26:51.100 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-24T22:26:51.807Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
89342026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.111 INFO O| Aug 24 22:26:51.111 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89352026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.111 INFO O| Aug 24 22:26:51.111 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89362026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.111 INFO O| Aug 24 22:26:51.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89372026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.111 INFO O| Aug 24 22:26:51.111 INFO ok!
89382026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.111 INFO O| Aug 24 22:26:51.111 INFO STEP 37 (ensure_file) COMPLETE
89392026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.111 INFO O| Aug 24 22:26:51.111 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89402026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.122 INFO O| Aug 24 22:26:51.122 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89412026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.122 INFO O| Aug 24 22:26:51.122 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89422026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.122 INFO O| Aug 24 22:26:51.122 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89432026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.122 INFO O| Aug 24 22:26:51.122 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89442026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.122 INFO O| Aug 24 22:26:51.122 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89452026-08-24T22:26:51.827Z[ recovery-image] Aug 24 22:26:51.122 INFO O| Aug 24 22:26:51.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89462026-08-24T22:26:51.828Z[ recovery-image] Aug 24 22:26:51.122 INFO O| Aug 24 22:26:51.122 INFO ok!
89472026-08-24T22:26:51.828Z[ recovery-image] Aug 24 22:26:51.122 INFO O| Aug 24 22:26:51.122 INFO STEP 38 (ensure_file) COMPLETE
89482026-08-24T22:26:51.828Z[ recovery-image] Aug 24 22:26:51.122 INFO O| Aug 24 22:26:51.122 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89492026-08-24T22:26:51.837Z[ recovery-image] Aug 24 22:26:51.134 INFO O| Aug 24 22:26:51.134 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89502026-08-24T22:26:51.837Z[ recovery-image] Aug 24 22:26:51.134 INFO O| Aug 24 22:26:51.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89512026-08-24T22:26:51.837Z[ recovery-image] Aug 24 22:26:51.134 INFO O| Aug 24 22:26:51.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89522026-08-24T22:26:51.841Z[ recovery-image] Aug 24 22:26:51.134 INFO O| Aug 24 22:26:51.134 INFO STEP 39 (ensure_dir) COMPLETE
89532026-08-24T22:26:51.841Z[ recovery-image] Aug 24 22:26:51.134 INFO O| Aug 24 22:26:51.134 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89542026-08-24T22:26:51.852Z[ recovery-image] Aug 24 22:26:51.144 INFO O| Aug 24 22:26:51.144 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
89552026-08-24T22:26:51.852Z[ recovery-image] Aug 24 22:26:51.144 INFO O| Aug 24 22:26:51.144 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 ...
89562026-08-24T22:26:51.852Z[ recovery-image] Aug 24 22:26:51.144 INFO O| Aug 24 22:26:51.144 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
89572026-08-24T22:26:51.856Z[ recovery-image] Aug 24 22:26:51.144 INFO O| Aug 24 22:26:51.144 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
89582026-08-24T22:26:51.857Z[ recovery-image] Aug 24 22:26:51.144 INFO O| Aug 24 22:26:51.144 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
89592026-08-24T22:26:51.857Z[ recovery-image] Aug 24 22:26:51.144 INFO O| Aug 24 22:26:51.144 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
89602026-08-24T22:26:51.857Z[ recovery-image] Aug 24 22:26:51.144 INFO O| Aug 24 22:26:51.144 INFO ok!
89612026-08-24T22:26:51.857Z[ recovery-image] Aug 24 22:26:51.144 INFO O| Aug 24 22:26:51.144 INFO STEP 40 (ensure_file) COMPLETE
89622026-08-24T22:26:51.857Z[ recovery-image] Aug 24 22:26:51.144 INFO O| Aug 24 22:26:51.144 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89632026-08-24T22:26:51.861Z[ recovery-image] Aug 24 22:26:51.158 INFO O| Aug 24 22:26:51.158 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89642026-08-24T22:26:51.861Z[ recovery-image] Aug 24 22:26:51.158 INFO O| Aug 24 22:26:51.158 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 ...
89652026-08-24T22:26:51.865Z[ recovery-image] Aug 24 22:26:51.158 INFO O| Aug 24 22:26:51.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89662026-08-24T22:26:51.865Z[ recovery-image] Aug 24 22:26:51.158 INFO O| Aug 24 22:26:51.158 INFO ok!
89672026-08-24T22:26:51.865Z[ recovery-image] Aug 24 22:26:51.158 INFO O| Aug 24 22:26:51.158 INFO STEP 41 (ensure_symlink) COMPLETE
89682026-08-24T22:26:51.865Z[ recovery-image] Aug 24 22:26:51.158 INFO O| Aug 24 22:26:51.158 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89692026-08-24T22:26:51.871Z[ recovery-image] Aug 24 22:26:51.168 INFO O| Aug 24 22:26:51.168 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89702026-08-24T22:26:51.872Z[ recovery-image] Aug 24 22:26:51.168 INFO O| Aug 24 22:26:51.168 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89712026-08-24T22:26:51.875Z[ recovery-image] Aug 24 22:26:51.168 INFO O| Aug 24 22:26:51.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89722026-08-24T22:26:51.876Z[ recovery-image] Aug 24 22:26:51.168 INFO O| Aug 24 22:26:51.168 INFO ok!
89732026-08-24T22:26:51.876Z[ recovery-image] Aug 24 22:26:51.168 INFO O| Aug 24 22:26:51.168 INFO STEP 42 (ensure_symlink) COMPLETE
89742026-08-24T22:26:51.877Z[ recovery-image] Aug 24 22:26:51.168 INFO O| Aug 24 22:26:51.168 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89752026-08-24T22:26:51.884Z[ recovery-image] Aug 24 22:26:51.178 INFO O| Aug 24 22:26:51.178 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89762026-08-24T22:26:51.884Z[ recovery-image] Aug 24 22:26:51.178 INFO O| Aug 24 22:26:51.178 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89772026-08-24T22:26:51.884Z[ recovery-image] Aug 24 22:26:51.178 INFO O| Aug 24 22:26:51.178 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89782026-08-24T22:26:51.884Z[ recovery-image] Aug 24 22:26:51.178 INFO O| Aug 24 22:26:51.178 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89792026-08-24T22:26:51.884Z[ recovery-image] Aug 24 22:26:51.178 INFO O| Aug 24 22:26:51.178 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89802026-08-24T22:26:51.884Z[ recovery-image] Aug 24 22:26:51.178 INFO O| Aug 24 22:26:51.178 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89812026-08-24T22:26:51.884Z[ recovery-image] Aug 24 22:26:51.178 INFO O| Aug 24 22:26:51.178 INFO ok!
89822026-08-24T22:26:51.884Z[ recovery-image] Aug 24 22:26:51.178 INFO O| Aug 24 22:26:51.178 INFO STEP 43 (ensure_file) COMPLETE
89832026-08-24T22:26:51.884Z[ recovery-image] Aug 24 22:26:51.178 INFO O| Aug 24 22:26:51.178 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89842026-08-24T22:26:51.892Z[ recovery-image] Aug 24 22:26:51.188 INFO O| Aug 24 22:26:51.188 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89852026-08-24T22:26:51.892Z[ recovery-image] Aug 24 22:26:51.188 INFO O| Aug 24 22:26:51.188 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 ...
89862026-08-24T22:26:51.892Z[ recovery-image] Aug 24 22:26:51.188 INFO O| Aug 24 22:26:51.188 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
89872026-08-24T22:26:51.892Z[ recovery-image] Aug 24 22:26:51.188 INFO O| Aug 24 22:26:51.188 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89882026-08-24T22:26:51.892Z[ recovery-image] Aug 24 22:26:51.188 INFO O| Aug 24 22:26:51.188 INFO ok!
89892026-08-24T22:26:51.892Z[ recovery-image] Aug 24 22:26:51.188 INFO O| Aug 24 22:26:51.188 INFO STEP 44 (ensure_file) COMPLETE
89902026-08-24T22:26:51.892Z[ recovery-image] Aug 24 22:26:51.188 INFO O| Aug 24 22:26:51.188 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89912026-08-24T22:26:51.907Z[ recovery-image] Aug 24 22:26:51.201 INFO O| Aug 24 22:26:51.201 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89922026-08-24T22:26:51.907Z[ recovery-image] Aug 24 22:26:51.201 INFO O| Aug 24 22:26:51.201 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89932026-08-24T22:26:51.907Z[ recovery-image] Aug 24 22:26:51.201 INFO O| Aug 24 22:26:51.201 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89942026-08-24T22:26:51.907Z[ recovery-image] Aug 24 22:26:51.201 INFO O| Aug 24 22:26:51.201 INFO ok!
89952026-08-24T22:26:51.907Z[ recovery-image] Aug 24 22:26:51.201 INFO O| Aug 24 22:26:51.201 INFO STEP 45 (ensure_file) COMPLETE
89962026-08-24T22:26:51.907Z[ recovery-image] Aug 24 22:26:51.201 INFO O| Aug 24 22:26:51.201 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89972026-08-24T22:26:51.916Z[ recovery-image] Aug 24 22:26:51.212 INFO O| Aug 24 22:26:51.212 INFO updating shadow file
89982026-08-24T22:26:51.916Z[ recovery-image] Aug 24 22:26:51.212 INFO O| Aug 24 22:26:51.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89992026-08-24T22:26:51.916Z[ recovery-image] Aug 24 22:26:51.212 INFO O| Aug 24 22:26:51.212 INFO STEP 46 (shadow) COMPLETE
90002026-08-24T22:26:51.920Z[ recovery-image] Aug 24 22:26:51.212 INFO O| Aug 24 22:26:51.212 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90012026-08-24T22:26:51.927Z[ recovery-image] Aug 24 22:26:51.223 INFO O| Aug 24 22:26:51.223 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90022026-08-24T22:26:51.927Z[ recovery-image] Aug 24 22:26:51.223 INFO O| Aug 24 22:26:51.223 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90032026-08-24T22:26:51.927Z[ recovery-image] Aug 24 22:26:51.223 INFO O| Aug 24 22:26:51.223 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90042026-08-24T22:26:51.931Z[ recovery-image] Aug 24 22:26:51.223 INFO O| Aug 24 22:26:51.223 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90052026-08-24T22:26:51.931Z[ recovery-image] Aug 24 22:26:51.223 INFO O| Aug 24 22:26:51.223 INFO ok!
90062026-08-24T22:26:51.931Z[ recovery-image] Aug 24 22:26:51.223 INFO O| Aug 24 22:26:51.223 INFO STEP 47 (ensure_file) COMPLETE
90072026-08-24T22:26:51.931Z[ recovery-image] Aug 24 22:26:51.223 INFO O| Aug 24 22:26:51.223 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90082026-08-24T22:26:51.935Z[ recovery-image] Aug 24 22:26:51.232 INFO O| Aug 24 22:26:51.232 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90092026-08-24T22:26:51.936Z[ recovery-image] Aug 24 22:26:51.232 INFO O| Aug 24 22:26:51.232 INFO STEP 48 (ensure_dir) COMPLETE
90102026-08-24T22:26:51.936Z[ recovery-image] Aug 24 22:26:51.232 INFO O| Aug 24 22:26:51.232 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90112026-08-24T22:26:51.945Z[ recovery-image] Aug 24 22:26:51.242 INFO O| Aug 24 22:26:51.242 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90122026-08-24T22:26:51.945Z[ recovery-image] Aug 24 22:26:51.242 INFO O| Aug 24 22:26:51.242 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90132026-08-24T22:26:51.949Z[ recovery-image] Aug 24 22:26:51.242 INFO O| Aug 24 22:26:51.242 INFO STEP 49 (ensure_dir) COMPLETE
90142026-08-24T22:26:51.949Z[ recovery-image] Aug 24 22:26:51.242 INFO O| Aug 24 22:26:51.242 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90152026-08-24T22:26:51.954Z[ recovery-image] Aug 24 22:26:51.251 INFO O| Aug 24 22:26:51.251 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90162026-08-24T22:26:51.955Z[ recovery-image] Aug 24 22:26:51.251 INFO O| Aug 24 22:26:51.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90172026-08-24T22:26:51.955Z[ recovery-image] Aug 24 22:26:51.251 INFO O| Aug 24 22:26:51.251 INFO STEP 50 (ensure_dir) COMPLETE
90182026-08-24T22:26:51.955Z[ recovery-image] Aug 24 22:26:51.251 INFO O| Aug 24 22:26:51.251 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-08-24T22:26:51.964Z[ recovery-image] Aug 24 22:26:51.261 INFO O| Aug 24 22:26:51.261 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90202026-08-24T22:26:51.964Z[ recovery-image] Aug 24 22:26:51.261 INFO O| Aug 24 22:26:51.261 INFO copying /tmp/.tmpAECbul/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90212026-08-24T22:26:52.020Z[ recovery-image] Aug 24 22:26:51.316 INFO O| Aug 24 22:26:51.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90222026-08-24T22:26:52.020Z[ recovery-image] Aug 24 22:26:51.316 INFO O| Aug 24 22:26:51.316 INFO ok!
90232026-08-24T22:26:52.024Z[ recovery-image] Aug 24 22:26:51.316 INFO O| Aug 24 22:26:51.316 INFO STEP 51 (ensure_file) COMPLETE
90242026-08-24T22:26:52.024Z[ recovery-image] Aug 24 22:26:51.316 INFO O| Aug 24 22:26:51.316 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90252026-08-24T22:26:52.031Z[ recovery-image] Aug 24 22:26:51.328 INFO O| Aug 24 22:26:51.328 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90262026-08-24T22:26:52.031Z[ recovery-image] Aug 24 22:26:51.328 INFO O| Aug 24 22:26:51.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90272026-08-24T22:26:52.035Z[ recovery-image] Aug 24 22:26:51.328 INFO O| Aug 24 22:26:51.328 INFO STEP 52 (ensure_dir) COMPLETE
90282026-08-24T22:26:52.035Z[ recovery-image] Aug 24 22:26:51.328 INFO O| Aug 24 22:26:51.328 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-08-24T22:26:52.043Z[ recovery-image] Aug 24 22:26:51.339 INFO O| Aug 24 22:26:51.339 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90302026-08-24T22:26:52.043Z[ recovery-image] Aug 24 22:26:51.339 INFO O| Aug 24 22:26:51.339 INFO copying /tmp/.tmpAECbul/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90312026-08-24T22:26:52.045Z[ recovery-image] Aug 24 22:26:51.339 INFO O| Aug 24 22:26:51.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90322026-08-24T22:26:52.049Z[ recovery-image] Aug 24 22:26:51.339 INFO O| Aug 24 22:26:51.339 INFO ok!
90332026-08-24T22:26:52.049Z[ recovery-image] Aug 24 22:26:51.339 INFO O| Aug 24 22:26:51.339 INFO STEP 53 (ensure_file) COMPLETE
90342026-08-24T22:26:52.049Z[ recovery-image] Aug 24 22:26:51.339 INFO O| Aug 24 22:26:51.339 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90352026-08-24T22:26:52.054Z[ recovery-image] Aug 24 22:26:51.350 INFO O| Aug 24 22:26:51.350 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90362026-08-24T22:26:52.054Z[ recovery-image] Aug 24 22:26:51.350 INFO O| Aug 24 22:26:51.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90372026-08-24T22:26:52.054Z[ recovery-image] Aug 24 22:26:51.350 INFO O| Aug 24 22:26:51.350 INFO STEP 54 (ensure_dir) COMPLETE
90382026-08-24T22:26:52.058Z[ recovery-image] Aug 24 22:26:51.350 INFO O| Aug 24 22:26:51.350 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-08-24T22:26:52.067Z[ recovery-image] Aug 24 22:26:51.364 INFO O| Aug 24 22:26:51.364 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90402026-08-24T22:26:52.068Z[ recovery-image] Aug 24 22:26:51.364 INFO O| Aug 24 22:26:51.364 INFO copying /tmp/.tmpAECbul/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90412026-08-24T22:26:54.056Z[ recovery-image] Aug 24 22:26:53.353 INFO O| Aug 24 22:26:53.352 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90422026-08-24T22:26:54.056Z[ recovery-image] Aug 24 22:26:53.353 INFO O| Aug 24 22:26:53.352 INFO ok!
90432026-08-24T22:26:54.061Z[ recovery-image] Aug 24 22:26:53.353 INFO O| Aug 24 22:26:53.352 INFO STEP 55 (ensure_file) COMPLETE
90442026-08-24T22:26:54.061Z[ recovery-image] Aug 24 22:26:53.353 INFO O| Aug 24 22:26:53.352 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90452026-08-24T22:26:54.067Z[ recovery-image] Aug 24 22:26:53.364 INFO O| Aug 24 22:26:53.364 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90462026-08-24T22:26:54.067Z[ recovery-image] Aug 24 22:26:53.364 INFO O| Aug 24 22:26:53.364 INFO copying /tmp/.tmpAECbul/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90472026-08-24T22:26:56.107Z[ recovery-image] Aug 24 22:26:55.403 INFO O| Aug 24 22:26:55.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90482026-08-24T22:26:56.107Z[ recovery-image] Aug 24 22:26:55.403 INFO O| Aug 24 22:26:55.403 INFO ok!
90492026-08-24T22:26:56.107Z[ recovery-image] Aug 24 22:26:55.403 INFO O| Aug 24 22:26:55.403 INFO STEP 56 (ensure_file) COMPLETE
90502026-08-24T22:26:56.107Z[ recovery-image] Aug 24 22:26:55.403 INFO O| Aug 24 22:26:55.403 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-08-24T22:26:56.118Z[ recovery-image] Aug 24 22:26:55.414 INFO O| Aug 24 22:26:55.414 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90522026-08-24T22:26:56.118Z[ recovery-image] Aug 24 22:26:55.414 INFO O| Aug 24 22:26:55.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90532026-08-24T22:26:56.121Z[ recovery-image] Aug 24 22:26:55.415 INFO O| Aug 24 22:26:55.414 INFO STEP 57 (ensure_dir) COMPLETE
90542026-08-24T22:26:56.121Z[ recovery-image] Aug 24 22:26:55.415 INFO O| Aug 24 22:26:55.415 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90552026-08-24T22:26:56.130Z[ recovery-image] Aug 24 22:26:55.427 INFO O| Aug 24 22:26:55.427 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90562026-08-24T22:26:56.130Z[ recovery-image] Aug 24 22:26:55.427 INFO O| Aug 24 22:26:55.427 INFO copying /tmp/.tmpAECbul/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 ...
90572026-08-24T22:26:56.130Z[ recovery-image] Aug 24 22:26:55.427 INFO O| Aug 24 22:26:55.427 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
90582026-08-24T22:26:56.130Z[ recovery-image] Aug 24 22:26:55.427 INFO O| Aug 24 22:26:55.427 INFO ok!
90592026-08-24T22:26:56.133Z[ recovery-image] Aug 24 22:26:55.427 INFO O| Aug 24 22:26:55.427 INFO STEP 58 (ensure_file) COMPLETE
90602026-08-24T22:26:56.133Z[ recovery-image] Aug 24 22:26:55.427 INFO O| Aug 24 22:26:55.427 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90612026-08-24T22:26:56.145Z[ recovery-image] Aug 24 22:26:55.442 INFO O| Aug 24 22:26:55.442 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90622026-08-24T22:26:56.145Z[ recovery-image] Aug 24 22:26:55.442 INFO O| Aug 24 22:26:55.442 INFO copying /tmp/.tmpAECbul/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 ...
90632026-08-24T22:26:56.148Z[ recovery-image] Aug 24 22:26:55.442 INFO O| Aug 24 22:26:55.442 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
90642026-08-24T22:26:56.148Z[ recovery-image] Aug 24 22:26:55.442 INFO O| Aug 24 22:26:55.442 INFO ok!
90652026-08-24T22:26:56.148Z[ recovery-image] Aug 24 22:26:55.442 INFO O| Aug 24 22:26:55.442 INFO STEP 59 (ensure_file) COMPLETE
90662026-08-24T22:26:56.148Z[ recovery-image] Aug 24 22:26:55.442 INFO O| Aug 24 22:26:55.442 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90672026-08-24T22:26:56.156Z[ recovery-image] Aug 24 22:26:55.453 INFO O| Aug 24 22:26:55.453 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90682026-08-24T22:26:56.156Z[ recovery-image] Aug 24 22:26:55.453 INFO O| Aug 24 22:26:55.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90692026-08-24T22:26:56.161Z[ recovery-image] Aug 24 22:26:55.453 INFO O| Aug 24 22:26:55.453 INFO STEP 60 (ensure_dir) COMPLETE
90702026-08-24T22:26:56.161Z[ recovery-image] Aug 24 22:26:55.453 INFO O| Aug 24 22:26:55.453 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90712026-08-24T22:26:56.167Z[ recovery-image] Aug 24 22:26:55.464 INFO O| Aug 24 22:26:55.464 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90722026-08-24T22:26:56.167Z[ recovery-image] Aug 24 22:26:55.464 INFO O| Aug 24 22:26:55.464 INFO copying /tmp/.tmpAECbul/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 ...
90732026-08-24T22:26:56.167Z[ recovery-image] Aug 24 22:26:55.464 INFO O| Aug 24 22:26:55.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90742026-08-24T22:26:56.170Z[ recovery-image] Aug 24 22:26:55.464 INFO O| Aug 24 22:26:55.464 INFO ok!
90752026-08-24T22:26:56.170Z[ recovery-image] Aug 24 22:26:55.464 INFO O| Aug 24 22:26:55.464 INFO STEP 61 (ensure_file) COMPLETE
90762026-08-24T22:26:56.170Z[ recovery-image] Aug 24 22:26:55.464 INFO O| Aug 24 22:26:55.464 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90772026-08-24T22:26:56.178Z[ recovery-image] Aug 24 22:26:55.475 INFO O| Aug 24 22:26:55.475 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90782026-08-24T22:26:56.178Z[ recovery-image] Aug 24 22:26:55.475 INFO O| Aug 24 22:26:55.475 INFO copying /tmp/.tmpAECbul/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 ...
90792026-08-24T22:26:56.178Z[ recovery-image] Aug 24 22:26:55.475 INFO O| Aug 24 22:26:55.475 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
90802026-08-24T22:26:56.181Z[ recovery-image] Aug 24 22:26:55.475 INFO O| Aug 24 22:26:55.475 INFO ok!
90812026-08-24T22:26:56.181Z[ recovery-image] Aug 24 22:26:55.475 INFO O| Aug 24 22:26:55.475 INFO STEP 62 (ensure_file) COMPLETE
90822026-08-24T22:26:56.181Z[ recovery-image] Aug 24 22:26:55.475 INFO O| Aug 24 22:26:55.475 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90832026-08-24T22:26:56.188Z[ recovery-image] Aug 24 22:26:55.485 INFO O| Aug 24 22:26:55.485 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90842026-08-24T22:26:56.188Z[ recovery-image] Aug 24 22:26:55.485 INFO O| Aug 24 22:26:55.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90852026-08-24T22:26:56.188Z[ recovery-image] Aug 24 22:26:55.485 INFO O| Aug 24 22:26:55.485 INFO STEP 63 (ensure_dir) COMPLETE
90862026-08-24T22:26:56.191Z[ recovery-image] Aug 24 22:26:55.485 INFO O| Aug 24 22:26:55.485 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90872026-08-24T22:26:56.198Z[ recovery-image] Aug 24 22:26:55.495 INFO O| Aug 24 22:26:55.495 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90882026-08-24T22:26:56.198Z[ recovery-image] Aug 24 22:26:55.495 INFO O| Aug 24 22:26:55.495 INFO copying /tmp/.tmpAECbul/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 ...
90892026-08-24T22:26:56.201Z[ recovery-image] Aug 24 22:26:55.495 INFO O| Aug 24 22:26:55.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90902026-08-24T22:26:56.201Z[ recovery-image] Aug 24 22:26:55.495 INFO O| Aug 24 22:26:55.495 INFO ok!
90912026-08-24T22:26:56.202Z[ recovery-image] Aug 24 22:26:55.495 INFO O| Aug 24 22:26:55.495 INFO STEP 64 (ensure_file) COMPLETE
90922026-08-24T22:26:56.202Z[ recovery-image] Aug 24 22:26:55.495 INFO O| Aug 24 22:26:55.495 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90932026-08-24T22:26:56.208Z[ recovery-image] Aug 24 22:26:55.505 INFO O| Aug 24 22:26:55.505 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90942026-08-24T22:26:56.208Z[ recovery-image] Aug 24 22:26:55.505 INFO O| Aug 24 22:26:55.505 INFO copying /tmp/.tmpAECbul/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90952026-08-24T22:26:56.208Z[ recovery-image] Aug 24 22:26:55.505 INFO O| Aug 24 22:26:55.505 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90962026-08-24T22:26:56.208Z[ recovery-image] Aug 24 22:26:55.505 INFO O| Aug 24 22:26:55.505 INFO ok!
90972026-08-24T22:26:56.212Z[ recovery-image] Aug 24 22:26:55.505 INFO O| Aug 24 22:26:55.505 INFO STEP 65 (ensure_file) COMPLETE
90982026-08-24T22:26:56.212Z[ recovery-image] Aug 24 22:26:55.505 INFO O| Aug 24 22:26:55.505 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90992026-08-24T22:26:56.218Z[ recovery-image] Aug 24 22:26:55.515 INFO O| Aug 24 22:26:55.515 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91002026-08-24T22:26:56.218Z[ recovery-image] Aug 24 22:26:55.515 INFO O| Aug 24 22:26:55.515 INFO STEP 66 (ensure_dir) COMPLETE
91012026-08-24T22:26:56.222Z[ recovery-image] Aug 24 22:26:55.515 INFO O| Aug 24 22:26:55.515 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-08-24T22:26:56.228Z[ recovery-image] Aug 24 22:26:55.525 INFO O| Aug 24 22:26:55.525 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91032026-08-24T22:26:56.228Z[ recovery-image] Aug 24 22:26:55.525 INFO O| Aug 24 22:26:55.525 INFO STEP 67 (ensure_dir) COMPLETE
91042026-08-24T22:26:56.231Z[ recovery-image] Aug 24 22:26:55.525 INFO O| Aug 24 22:26:55.525 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91052026-08-24T22:26:56.238Z[ recovery-image] Aug 24 22:26:55.535 INFO O| Aug 24 22:26:55.535 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91062026-08-24T22:26:56.238Z[ recovery-image] Aug 24 22:26:55.535 INFO O| Aug 24 22:26:55.535 INFO STEP 68 (ensure_dir) COMPLETE
91072026-08-24T22:26:56.242Z[ recovery-image] Aug 24 22:26:55.535 INFO O| Aug 24 22:26:55.535 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91082026-08-24T22:26:56.264Z[ recovery-image] Aug 24 22:26:55.561 INFO O| Aug 24 22:26:55.561 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91092026-08-24T22:26:56.264Z[ recovery-image] Aug 24 22:26:55.561 INFO O| Aug 24 22:26:55.561 INFO STEP 69 (ensure_dir) COMPLETE
91102026-08-24T22:26:56.264Z[ recovery-image] Aug 24 22:26:55.561 INFO O| Aug 24 22:26:55.561 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-08-24T22:26:56.275Z[ recovery-image] Aug 24 22:26:55.572 INFO O| Aug 24 22:26:55.572 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91122026-08-24T22:26:56.275Z[ recovery-image] Aug 24 22:26:55.572 INFO O| Aug 24 22:26:55.572 INFO copying /tmp/.tmpAECbul/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91132026-08-24T22:26:56.275Z[ recovery-image] Aug 24 22:26:55.572 INFO O| Aug 24 22:26:55.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91142026-08-24T22:26:56.275Z[ recovery-image] Aug 24 22:26:55.572 INFO O| Aug 24 22:26:55.572 INFO ok!
91152026-08-24T22:26:56.275Z[ recovery-image] Aug 24 22:26:55.572 INFO O| Aug 24 22:26:55.572 INFO STEP 70 (ensure_file) COMPLETE
91162026-08-24T22:26:56.275Z[ recovery-image] Aug 24 22:26:55.572 INFO O| Aug 24 22:26:55.572 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-24T22:26:56.285Z[ recovery-image] Aug 24 22:26:55.582 INFO O| Aug 24 22:26:55.582 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91182026-08-24T22:26:56.285Z[ recovery-image] Aug 24 22:26:55.582 INFO O| Aug 24 22:26:55.582 INFO STEP 71 (remove_files) COMPLETE
91192026-08-24T22:26:56.288Z[ recovery-image] Aug 24 22:26:55.582 INFO O| Aug 24 22:26:55.582 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-24T22:26:56.294Z[ recovery-image] Aug 24 22:26:55.591 INFO O| Aug 24 22:26:55.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91212026-08-24T22:26:56.294Z[ recovery-image] Aug 24 22:26:55.591 INFO O| Aug 24 22:26:55.591 INFO STEP 72 (remove_files) COMPLETE
91222026-08-24T22:26:56.297Z[ recovery-image] Aug 24 22:26:55.591 INFO O| Aug 24 22:26:55.591 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-24T22:26:56.302Z[ recovery-image] Aug 24 22:26:55.599 INFO O| Aug 24 22:26:55.599 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91242026-08-24T22:26:56.302Z[ recovery-image] Aug 24 22:26:55.600 INFO O| Aug 24 22:26:55.600 INFO STEP 73 (remove_files) COMPLETE
91252026-08-24T22:26:56.302Z[ recovery-image] Aug 24 22:26:55.600 INFO O| Aug 24 22:26:55.600 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-24T22:26:56.312Z[ recovery-image] Aug 24 22:26:55.609 INFO O| Aug 24 22:26:55.609 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91272026-08-24T22:26:56.312Z[ recovery-image] Aug 24 22:26:55.609 INFO O| Aug 24 22:26:55.609 INFO STEP 74 (remove_files) COMPLETE
91282026-08-24T22:26:56.312Z[ recovery-image] Aug 24 22:26:55.609 INFO O| Aug 24 22:26:55.609 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-24T22:26:56.321Z[ recovery-image] Aug 24 22:26:55.618 INFO O| Aug 24 22:26:55.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91302026-08-24T22:26:56.321Z[ recovery-image] Aug 24 22:26:55.618 INFO O| Aug 24 22:26:55.618 INFO STEP 75 (remove_files) COMPLETE
91312026-08-24T22:26:56.325Z[ recovery-image] Aug 24 22:26:55.618 INFO O| Aug 24 22:26:55.618 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-24T22:26:56.330Z[ recovery-image] Aug 24 22:26:55.627 INFO O| Aug 24 22:26:55.627 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91332026-08-24T22:26:56.330Z[ recovery-image] Aug 24 22:26:55.627 INFO O| Aug 24 22:26:55.627 INFO STEP 76 (remove_files) COMPLETE
91342026-08-24T22:26:56.330Z[ recovery-image] Aug 24 22:26:55.627 INFO O| Aug 24 22:26:55.627 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-24T22:26:56.339Z[ recovery-image] Aug 24 22:26:55.636 INFO O| Aug 24 22:26:55.636 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91362026-08-24T22:26:56.339Z[ recovery-image] Aug 24 22:26:55.636 INFO O| Aug 24 22:26:55.636 INFO STEP 77 (remove_files) COMPLETE
91372026-08-24T22:26:56.339Z[ recovery-image] Aug 24 22:26:55.636 INFO O| Aug 24 22:26:55.636 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-24T22:26:56.348Z[ recovery-image] Aug 24 22:26:55.645 INFO O| Aug 24 22:26:55.645 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91392026-08-24T22:26:56.348Z[ recovery-image] Aug 24 22:26:55.645 INFO O| Aug 24 22:26:55.645 INFO STEP 78 (remove_files) COMPLETE
91402026-08-24T22:26:56.348Z[ recovery-image] Aug 24 22:26:55.645 INFO O| Aug 24 22:26:55.645 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-24T22:26:56.359Z[ recovery-image] Aug 24 22:26:55.656 INFO O| Aug 24 22:26:55.656 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91422026-08-24T22:26:56.359Z[ recovery-image] Aug 24 22:26:55.656 INFO O| Aug 24 22:26:55.656 INFO STEP 79 (remove_files) COMPLETE
91432026-08-24T22:26:56.363Z[ recovery-image] Aug 24 22:26:55.656 INFO O| Aug 24 22:26:55.656 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-24T22:26:56.366Z[ recovery-image] Aug 24 22:26:55.663 INFO O| Aug 24 22:26:55.663 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91452026-08-24T22:26:56.366Z[ recovery-image] Aug 24 22:26:55.663 INFO O| Aug 24 22:26:55.663 INFO STEP 80 (remove_files) COMPLETE
91462026-08-24T22:26:56.366Z[ recovery-image] Aug 24 22:26:55.663 INFO O| Aug 24 22:26:55.663 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-24T22:26:56.374Z[ recovery-image] Aug 24 22:26:55.671 INFO O| Aug 24 22:26:55.671 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91482026-08-24T22:26:56.374Z[ recovery-image] Aug 24 22:26:55.671 INFO O| Aug 24 22:26:55.671 INFO STEP 81 (remove_files) COMPLETE
91492026-08-24T22:26:56.377Z[ recovery-image] Aug 24 22:26:55.671 INFO O| Aug 24 22:26:55.671 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-24T22:26:56.381Z[ recovery-image] Aug 24 22:26:55.678 INFO O| Aug 24 22:26:55.678 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91512026-08-24T22:26:56.381Z[ recovery-image] Aug 24 22:26:55.678 INFO O| Aug 24 22:26:55.678 INFO STEP 82 (remove_files) COMPLETE
91522026-08-24T22:26:56.384Z[ recovery-image] Aug 24 22:26:55.678 INFO O| Aug 24 22:26:55.678 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-24T22:26:56.388Z[ recovery-image] Aug 24 22:26:55.685 INFO O| Aug 24 22:26:55.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91542026-08-24T22:26:56.388Z[ recovery-image] Aug 24 22:26:55.685 INFO O| Aug 24 22:26:55.685 INFO STEP 83 (remove_files) COMPLETE
91552026-08-24T22:26:56.391Z[ recovery-image] Aug 24 22:26:55.685 INFO O| Aug 24 22:26:55.685 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-24T22:26:56.395Z[ recovery-image] Aug 24 22:26:55.693 INFO O| Aug 24 22:26:55.692 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91572026-08-24T22:26:56.395Z[ recovery-image] Aug 24 22:26:55.693 INFO O| Aug 24 22:26:55.693 INFO STEP 84 (remove_files) COMPLETE
91582026-08-24T22:26:56.397Z[ recovery-image] Aug 24 22:26:55.693 INFO O| Aug 24 22:26:55.693 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-24T22:26:56.404Z[ recovery-image] Aug 24 22:26:55.700 INFO O| Aug 24 22:26:55.700 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91602026-08-24T22:26:56.404Z[ recovery-image] Aug 24 22:26:55.700 INFO O| Aug 24 22:26:55.700 INFO STEP 85 (remove_files) COMPLETE
91612026-08-24T22:26:56.407Z[ recovery-image] Aug 24 22:26:55.700 INFO O| Aug 24 22:26:55.700 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-24T22:26:56.410Z[ recovery-image] Aug 24 22:26:55.708 INFO O| Aug 24 22:26:55.708 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91632026-08-24T22:26:56.411Z[ recovery-image] Aug 24 22:26:55.708 INFO O| Aug 24 22:26:55.708 INFO STEP 86 (remove_files) COMPLETE
91642026-08-24T22:26:56.411Z[ recovery-image] Aug 24 22:26:55.708 INFO O| Aug 24 22:26:55.708 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-24T22:26:56.418Z[ recovery-image] Aug 24 22:26:55.715 INFO O| Aug 24 22:26:55.715 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91662026-08-24T22:26:56.418Z[ recovery-image] Aug 24 22:26:55.715 INFO O| Aug 24 22:26:55.715 INFO STEP 87 (remove_files) COMPLETE
91672026-08-24T22:26:56.418Z[ recovery-image] Aug 24 22:26:55.715 INFO O| Aug 24 22:26:55.715 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-24T22:26:56.427Z[ recovery-image] Aug 24 22:26:55.724 INFO O| Aug 24 22:26:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91692026-08-24T22:26:56.427Z[ recovery-image] Aug 24 22:26:55.724 INFO O| Aug 24 22:26:55.724 INFO STEP 88 (remove_files) COMPLETE
91702026-08-24T22:26:56.430Z[ recovery-image] Aug 24 22:26:55.724 INFO O| Aug 24 22:26:55.724 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-24T22:26:56.437Z[ recovery-image] Aug 24 22:26:55.734 INFO O| Aug 24 22:26:55.734 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91722026-08-24T22:26:56.437Z[ recovery-image] Aug 24 22:26:55.734 INFO O| Aug 24 22:26:55.734 INFO STEP 89 (remove_files) COMPLETE
91732026-08-24T22:26:56.441Z[ recovery-image] Aug 24 22:26:55.734 INFO O| Aug 24 22:26:55.734 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-24T22:26:56.446Z[ recovery-image] Aug 24 22:26:55.743 INFO O| Aug 24 22:26:55.743 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91752026-08-24T22:26:56.446Z[ recovery-image] Aug 24 22:26:55.743 INFO O| Aug 24 22:26:55.743 INFO STEP 90 (remove_files) COMPLETE
91762026-08-24T22:26:56.449Z[ recovery-image] Aug 24 22:26:55.743 INFO O| Aug 24 22:26:55.743 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-24T22:26:56.455Z[ recovery-image] Aug 24 22:26:55.752 INFO O| Aug 24 22:26:55.752 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91782026-08-24T22:26:56.455Z[ recovery-image] Aug 24 22:26:55.752 INFO O| Aug 24 22:26:55.752 INFO STEP 91 (remove_files) COMPLETE
91792026-08-24T22:26:56.459Z[ recovery-image] Aug 24 22:26:55.752 INFO O| Aug 24 22:26:55.752 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-24T22:26:56.464Z[ recovery-image] Aug 24 22:26:55.761 INFO O| Aug 24 22:26:55.761 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91812026-08-24T22:26:56.464Z[ recovery-image] Aug 24 22:26:55.761 INFO O| Aug 24 22:26:55.761 INFO STEP 92 (remove_files) COMPLETE
91822026-08-24T22:26:56.467Z[ recovery-image] Aug 24 22:26:55.761 INFO O| Aug 24 22:26:55.761 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-24T22:26:56.472Z[ recovery-image] Aug 24 22:26:55.769 INFO O| Aug 24 22:26:55.769 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91842026-08-24T22:26:56.476Z[ recovery-image] Aug 24 22:26:55.769 INFO O| Aug 24 22:26:55.769 INFO STEP 93 (remove_files) COMPLETE
91852026-08-24T22:26:56.476Z[ recovery-image] Aug 24 22:26:55.770 INFO O| Aug 24 22:26:55.769 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-24T22:26:56.480Z[ recovery-image] Aug 24 22:26:55.778 INFO O| Aug 24 22:26:55.777 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91872026-08-24T22:26:56.480Z[ recovery-image] Aug 24 22:26:55.778 INFO O| Aug 24 22:26:55.778 INFO STEP 94 (remove_files) COMPLETE
91882026-08-24T22:26:56.480Z[ recovery-image] Aug 24 22:26:55.778 INFO O| Aug 24 22:26:55.778 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-24T22:26:56.488Z[ recovery-image] Aug 24 22:26:55.785 INFO O| Aug 24 22:26:55.785 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91902026-08-24T22:26:56.488Z[ recovery-image] Aug 24 22:26:55.786 INFO O| Aug 24 22:26:55.786 INFO STEP 95 (remove_files) COMPLETE
91912026-08-24T22:26:56.492Z[ recovery-image] Aug 24 22:26:55.786 INFO O| Aug 24 22:26:55.786 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-24T22:26:56.496Z[ recovery-image] Aug 24 22:26:55.793 INFO O| Aug 24 22:26:55.793 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91932026-08-24T22:26:56.500Z[ recovery-image] Aug 24 22:26:55.793 INFO O| Aug 24 22:26:55.793 INFO STEP 96 (remove_files) COMPLETE
91942026-08-24T22:26:56.500Z[ recovery-image] Aug 24 22:26:55.793 INFO O| Aug 24 22:26:55.793 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-24T22:26:56.505Z[ recovery-image] Aug 24 22:26:55.802 INFO O| Aug 24 22:26:55.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91962026-08-24T22:26:56.505Z[ recovery-image] Aug 24 22:26:55.802 INFO O| Aug 24 22:26:55.802 INFO STEP 97 (remove_files) COMPLETE
91972026-08-24T22:26:56.508Z[ recovery-image] Aug 24 22:26:55.802 INFO O| Aug 24 22:26:55.802 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-08-24T22:26:56.514Z[ recovery-image] Aug 24 22:26:55.810 INFO O| Aug 24 22:26:55.810 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91992026-08-24T22:26:56.514Z[ recovery-image] Aug 24 22:26:55.811 INFO O| Aug 24 22:26:55.810 INFO STEP 98 (remove_files) COMPLETE
92002026-08-24T22:26:56.514Z[ recovery-image] Aug 24 22:26:55.811 INFO O| Aug 24 22:26:55.810 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-08-24T22:26:56.522Z[ recovery-image] Aug 24 22:26:55.819 INFO O| Aug 24 22:26:55.819 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92022026-08-24T22:26:56.524Z[ recovery-image] Aug 24 22:26:55.819 INFO O| Aug 24 22:26:55.819 INFO STEP 99 (remove_files) COMPLETE
92032026-08-24T22:26:56.529Z[ recovery-image] Aug 24 22:26:55.819 INFO O| Aug 24 22:26:55.819 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92042026-08-24T22:26:56.535Z[ recovery-image] Aug 24 22:26:55.832 INFO O| Aug 24 22:26:55.832 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92052026-08-24T22:26:56.535Z[ recovery-image] Aug 24 22:26:55.832 INFO O| Aug 24 22:26:55.832 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92062026-08-24T22:26:57.283Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92072026-08-24T22:27:01.461Z[verify-libraries] Compiling oso v0.27.3
92082026-08-24T22:27:03.125Z[ recovery-image] Aug 24 22:27:02.422 INFO O| Aug 24 22:27:02.422 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
92092026-08-24T22:27:03.125Z[ recovery-image] Aug 24 22:27:02.422 INFO O| Aug 24 22:27:02.422 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92102026-08-24T22:27:03.140Z[ recovery-image] Aug 24 22:27:02.436 INFO O| Aug 24 22:27:02.436 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92112026-08-24T22:27:03.237Z[ recovery-image] Aug 24 22:27:02.533 INFO O| Aug 24 22:27:02.533 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92122026-08-24T22:27:03.309Z[ recovery-image] Aug 24 22:27:02.606 INFO O| Aug 24 22:27:02.606 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92132026-08-24T22:27:03.376Z[ recovery-image] Aug 24 22:27:02.672 INFO O| Aug 24 22:27:02.671 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92142026-08-24T22:27:03.376Z[ recovery-image] Aug 24 22:27:02.672 INFO O| Aug 24 22:27:02.671 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 ...
92152026-08-24T22:27:03.376Z[ recovery-image] Aug 24 22:27:02.673 INFO O| Aug 24 22:27:02.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92162026-08-24T22:27:03.376Z[ recovery-image] Aug 24 22:27:02.673 INFO O| Aug 24 22:27:02.673 INFO ok!
92172026-08-24T22:27:03.380Z[ recovery-image] Aug 24 22:27:02.673 INFO O| Aug 24 22:27:02.673 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92182026-08-24T22:27:03.380Z[ recovery-image] Aug 24 22:27:02.673 INFO O| Aug 24 22:27:02.673 INFO STEP 100 (seed_smf) COMPLETE
92192026-08-24T22:27:03.380Z[ recovery-image] Aug 24 22:27:02.673 INFO O| Aug 24 22:27:02.673 INFO steps complete; finalising image!
92202026-08-24T22:27:03.380Z[ recovery-image] Aug 24 22:27:02.673 INFO O| Aug 24 22:27:02.673 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92212026-08-24T22:27:03.441Z[ recovery-image] Aug 24 22:27:02.738 INFO O| Aug 24 22:27:02.737 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Aug 24 22:27:02 2026)
92222026-08-24T22:27:03.647Z[ recovery-image] Aug 24 22:27:02.944 INFO O| Aug 24 22:27:02.944 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Mon Aug 24 22:27:02 2026)
92232026-08-24T22:27:03.853Z[ recovery-image] Aug 24 22:27:03.150 INFO O| Aug 24 22:27:03.149 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92242026-08-24T22:27:04.060Z[ recovery-image] Aug 24 22:27:03.355 INFO O| Aug 24 22:27:03.355 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92252026-08-24T22:27:04.264Z[ recovery-image] Aug 24 22:27:03.561 INFO O| Aug 24 22:27:03.561 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92262026-08-24T22:27:04.472Z[ recovery-image] Aug 24 22:27:03.768 INFO O| Aug 24 22:27:03.768 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92272026-08-24T22:27:04.678Z[ recovery-image] Aug 24 22:27:03.975 INFO O| Aug 24 22:27:03.975 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92282026-08-24T22:27:04.885Z[ recovery-image] Aug 24 22:27:04.182 INFO O| Aug 24 22:27:04.182 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92292026-08-24T22:27:05.093Z[ recovery-image] Aug 24 22:27:04.390 INFO O| Aug 24 22:27:04.390 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92302026-08-24T22:27:05.300Z[ recovery-image] Aug 24 22:27:04.597 INFO O| Aug 24 22:27:04.597 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92312026-08-24T22:27:05.532Z[ recovery-image] Aug 24 22:27:04.805 INFO O| Aug 24 22:27:04.803 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92322026-08-24T22:27:05.713Z[ recovery-image] Aug 24 22:27:05.009 INFO O| Aug 24 22:27:05.009 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92332026-08-24T22:27:05.918Z[ recovery-image] Aug 24 22:27:05.215 INFO O| Aug 24 22:27:05.215 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92342026-08-24T22:27:06.124Z[ recovery-image] Aug 24 22:27:05.420 INFO O| Aug 24 22:27:05.420 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92352026-08-24T22:27:06.329Z[ recovery-image] Aug 24 22:27:05.626 INFO O| Aug 24 22:27:05.626 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92362026-08-24T22:27:06.536Z[ recovery-image] Aug 24 22:27:05.833 INFO O| Aug 24 22:27:05.833 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92372026-08-24T22:27:06.742Z[ recovery-image] Aug 24 22:27:06.038 INFO O| Aug 24 22:27:06.038 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92382026-08-24T22:27:06.948Z[ recovery-image] Aug 24 22:27:06.245 INFO O| Aug 24 22:27:06.245 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Mon Aug 24 22:27:02 2026)
92392026-08-24T22:27:07.172Z[ recovery-image] Aug 24 22:27:06.465 INFO O| Aug 24 22:27:06.465 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio
92402026-08-24T22:27:07.178Z[ recovery-image] Aug 24 22:27:06.465 INFO O| Aug 24 22:27:06.465 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92412026-08-24T22:27:07.194Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92422026-08-24T22:27:07.362Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92432026-08-24T22:27:07.906Z[ recovery-image] Aug 24 22:27:07.203 INFO O| Aug 24 22:27:07.202 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
92442026-08-24T22:27:07.906Z[ recovery-image] Aug 24 22:27:07.203 INFO O| Aug 24 22:27:07.203 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92452026-08-24T22:27:10.591Z[ recovery-image] Aug 24 22:27:09.888 INFO O| Aug 24 22:27:09.888 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92462026-08-24T22:27:10.591Z[ recovery-image] Aug 24 22:27:09.888 INFO O| Aug 24 22:27:09.888 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92472026-08-24T22:27:10.606Z[ recovery-image] Aug 24 22:27:09.888 INFO O| Aug 24 22:27:09.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92482026-08-24T22:27:10.609Z[ recovery-image] Aug 24 22:27:09.888 INFO O| Aug 24 22:27:09.888 INFO completed processing sled/zfs-recovery
92492026-08-24T22:27:10.609Z[ recovery-image] Aug 24 22:27:09.888 INFO O| Aug 24 22:27:09.888 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92502026-08-24T22:27:13.814Z[ recovery-image] Aug 24 22:27:12.209 INFO O| Aug 24 22:27:12.209 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92512026-08-24T22:27:13.825Z[ recovery-image] Aug 24 22:27:12.302 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
92522026-08-24T22:27:13.827Z[ recovery-image] Aug 24 22:27:12.302 INFO expanded image name: "recovery 2aebcad/${os_short_commit} 2026-08-24 22:07" -> "recovery 2aebcad/bbd33bf 2026-08-24 22:07"
92532026-08-24T22:27:13.827Z[ recovery-image] Aug 24 22:27:12.302 INFO output artefacts stored in: "/work/os-recovery"
92542026-08-24T22:27:13.827Z[ recovery-image] Aug 24 22:27:12.302 INFO collecting git info from project "chelsio-t6-roms"...
92552026-08-24T22:27:13.827Z[ recovery-image] Aug 24 22:27:12.321 INFO collecting git info from project "image-builder"...
92562026-08-24T22:27:13.827Z[ recovery-image] Aug 24 22:27:12.329 INFO collecting git info from project "dmar-report"...
92572026-08-24T22:27:13.830Z[ recovery-image] Aug 24 22:27:12.340 INFO collecting git info from project "amd-firmware"...
92582026-08-24T22:27:13.830Z[ recovery-image] Aug 24 22:27:12.784 INFO collecting git info from project "phbl"...
92592026-08-24T22:27:13.830Z[ recovery-image] Aug 24 22:27:12.791 INFO collecting git info from project "bootserver"...
92602026-08-24T22:27:13.830Z[ recovery-image] Aug 24 22:27:12.811 INFO collecting git info from project "pinprick"...
92612026-08-24T22:27:13.830Z[ recovery-image] Aug 24 22:27:12.818 INFO collecting git info from project "amd-host-image-builder"...
92622026-08-24T22:27:13.830Z[ host-image] Aug 24 22:27:12.830 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92632026-08-24T22:27:13.830Z[ host-image] Aug 24 22:27:12.830 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92642026-08-24T22:27:13.830Z[ host-image] Aug 24 22:27:12.830 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92652026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.830 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92662026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.830 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92672026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.830 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92682026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.830 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92692026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.830 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92702026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.831 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260824T220755Z
92712026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.831 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92722026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.831 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92732026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.831 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92742026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.832 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92752026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.832 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92762026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.832 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92772026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.832 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92782026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.832 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92792026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.832 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92802026-08-24T22:27:13.831Z[ host-image] Aug 24 22:27:12.832 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92812026-08-24T22:27:13.832Z[ host-image] Aug 24 22:27:12.832 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92822026-08-24T22:27:13.832Z[ host-image] Aug 24 22:27:12.832 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92832026-08-24T22:27:13.832Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92842026-08-24T22:27:13.832Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92852026-08-24T22:27:13.832Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92862026-08-24T22:27:13.832Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92872026-08-24T22:27:13.832Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92882026-08-24T22:27:13.833Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92892026-08-24T22:27:13.833Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92902026-08-24T22:27:13.833Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92912026-08-24T22:27:13.833Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92922026-08-24T22:27:13.833Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92932026-08-24T22:27:13.833Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92942026-08-24T22:27:13.833Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92952026-08-24T22:27:13.833Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92962026-08-24T22:27:13.833Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
92972026-08-24T22:27:13.834Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
92982026-08-24T22:27:13.835Z[ host-image] Aug 24 22:27:12.833 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
92992026-08-24T22:27:13.835Z[ host-image] Aug 24 22:27:12.834 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
93002026-08-24T22:27:13.835Z[ host-image] Aug 24 22:27:12.834 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
93012026-08-24T22:27:13.835Z[ host-image] Aug 24 22:27:12.836 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93022026-08-24T22:27:13.835Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
93032026-08-24T22:27:13.835Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93042026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93052026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93062026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93072026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93082026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93092026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93102026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93112026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.837 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93122026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.841 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93132026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.841 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93142026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.841 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93152026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.841 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93162026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.841 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93172026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.841 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93182026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.853 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93192026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.853 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93202026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.853 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93212026-08-24T22:27:13.837Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93222026-08-24T22:27:13.838Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93232026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93242026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93252026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93262026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93272026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93282026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93292026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93302026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.854 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93312026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.855 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93322026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.855 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93332026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.855 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93342026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.855 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93352026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.855 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93362026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.859 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93372026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.859 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93382026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.860 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93392026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.860 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93402026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.860 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93412026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.860 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93422026-08-24T22:27:13.839Z[ host-image] Aug 24 22:27:12.860 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93432026-08-24T22:27:13.840Z[ host-image] Aug 24 22:27:12.860 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93442026-08-24T22:27:13.840Z[ host-image] Aug 24 22:27:12.860 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93452026-08-24T22:27:13.840Z[ host-image] Aug 24 22:27:12.861 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93462026-08-24T22:27:13.840Z[ host-image] Aug 24 22:27:12.861 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93472026-08-24T22:27:13.840Z[ host-image] Aug 24 22:27:12.861 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93482026-08-24T22:27:13.840Z[ host-image] Aug 24 22:27:12.862 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93492026-08-24T22:27:13.840Z[ host-image] Aug 24 22:27:12.862 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93502026-08-24T22:27:13.840Z[ host-image] Aug 24 22:27:12.862 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93512026-08-24T22:27:14.252Z[ host-image] Aug 24 22:27:12.862 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93522026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.862 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93532026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.864 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93542026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.864 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93552026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.864 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93562026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.865 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93572026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.865 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93582026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.865 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93592026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.865 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93602026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.865 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93612026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.865 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93622026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.865 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93632026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.868 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93642026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.868 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93652026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.868 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93662026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.869 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93672026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.869 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93682026-08-24T22:27:14.253Z[ host-image] Aug 24 22:27:12.875 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93692026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.875 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93702026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.875 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93712026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.875 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93722026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.875 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93732026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.883 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93742026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.883 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93752026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.883 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93762026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.883 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93772026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.884 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93782026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.884 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93792026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.884 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93802026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.884 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93812026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.884 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93822026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.884 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93832026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.884 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93842026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.884 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93852026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.884 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93862026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.885 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93872026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.885 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93882026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93892026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93902026-08-24T22:27:14.254Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93912026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93922026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93932026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93942026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93952026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93962026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
93972026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93982026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93992026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94002026-08-24T22:27:14.255Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94012026-08-24T22:27:14.257Z[ host-image] Aug 24 22:27:12.886 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94022026-08-24T22:27:14.259Z[ host-image] Aug 24 22:27:12.887 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94032026-08-24T22:27:14.259Z[ host-image] Aug 24 22:27:12.887 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94042026-08-24T22:27:14.259Z[ host-image] Aug 24 22:27:12.887 INFO O| tempdir @ "/tmp/.tmpJd0W25/tmp"
94052026-08-24T22:27:14.259Z[ host-image] Aug 24 22:27:12.887 INFO O| image root @ "/tmp/.tmpJd0W25/tmp/root"
94062026-08-24T22:27:14.259Z[ host-image] Aug 24 22:27:12.887 INFO O| creating image...
94072026-08-24T22:27:14.259Z[ recovery-image] Aug 24 22:27:12.899 INFO collecting git info from project "pilot"...
94082026-08-24T22:27:14.259Z[ recovery-image] Aug 24 22:27:12.910 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94092026-08-24T22:27:14.259Z[ host-image] Aug 24 22:27:13.285 INFO O| copying publishers...
94102026-08-24T22:27:14.259Z[ recovery-image] Aug 24 22:27:13.394 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94112026-08-24T22:27:14.456Z[ recovery-image] Aug 24 22:27:13.752 INFO creating Oxide boot image...
94122026-08-24T22:27:14.456Z[ recovery-image] Aug 24 22:27:13.752 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 2aebcad/bbd33bf 2026-08-24 22:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94132026-08-24T22:27:16.235Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94142026-08-24T22:27:18.119Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94152026-08-24T22:27:20.161Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94162026-08-24T22:27:20.983Z[ host-image] Aug 24 22:27:20.275 INFO O| adding properties...
94172026-08-24T22:27:21.734Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94182026-08-24T22:27:22.145Z[ host-image] Aug 24 22:27:21.441 INFO O| installing packages...
94192026-08-24T22:27:23.035Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94202026-08-24T22:27:23.080Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94212026-08-24T22:27:27.510Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94222026-08-24T22:27:27.891Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94232026-08-24T22:27:29.484Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94242026-08-24T22:27:33.435Z[ host-image] Aug 24 22:27:32.732 INFO O| seeding SMF database...
94252026-08-24T22:27:36.765Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94262026-08-24T22:27:38.050Z[ host-image] Aug 24 22:27:37.346 INFO O| configuring SMF profile...
94272026-08-24T22:27:38.050Z[ host-image] Aug 24 22:27:37.346 INFO O| modifying shadow(5)...
94282026-08-24T22:27:38.054Z[ host-image] Aug 24 22:27:37.346 INFO O| loading user and group database...
94292026-08-24T22:27:38.054Z[ host-image] Aug 24 22:27:37.346 INFO O| loading facet selections...
94302026-08-24T22:27:38.399Z[ host-image] Aug 24 22:27:37.696 INFO O| devel -> true
94312026-08-24T22:27:38.399Z[ host-image] Aug 24 22:27:37.696 INFO O| doc.man -> true
94322026-08-24T22:27:38.399Z[ host-image] Aug 24 22:27:37.696 INFO O| version-lock.shell/ksh93 -> true
94332026-08-24T22:27:38.402Z[ host-image] Aug 24 22:27:37.696 INFO O| version-lock.system/data/hardware-registry -> true
94342026-08-24T22:27:38.402Z[ host-image] Aug 24 22:27:37.696 INFO O| version-lock.system/data/zoneinfo -> true
94352026-08-24T22:27:38.402Z[ host-image] Aug 24 22:27:37.696 INFO O| version-lock.system/microcode/amd -> true
94362026-08-24T22:27:38.403Z[ host-image] Aug 24 22:27:37.696 INFO O| version-lock.system/microcode/intel -> true
94372026-08-24T22:27:38.403Z[ host-image] Aug 24 22:27:37.696 INFO O| version-lock.system/microcode/oxide -> true
94382026-08-24T22:27:38.403Z[ host-image] Aug 24 22:27:37.696 INFO O| assessing packaged files...
94392026-08-24T22:27:39.628Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94402026-08-24T22:27:40.019Z[ host-image] Aug 24 22:27:39.316 INFO O| creating archive...
94412026-08-24T22:27:40.040Z[ host-image] Aug 24 22:27:39.337 INFO O| missing from packaging:
94422026-08-24T22:27:40.040Z[ host-image] Aug 24 22:27:39.337 INFO O| "etc/.pwd.lock"
94432026-08-24T22:27:40.040Z[ host-image] Aug 24 22:27:39.337 INFO O| "etc/bash"
94442026-08-24T22:27:40.044Z[ host-image] Aug 24 22:27:39.341 INFO O| "etc/svc/profile/generic.xml"
94452026-08-24T22:27:40.044Z[ host-image] Aug 24 22:27:39.341 INFO O| "etc/svc/profile/inetd_services.xml"
94462026-08-24T22:27:40.044Z[ host-image] Aug 24 22:27:39.341 INFO O| "etc/svc/profile/name_service.xml"
94472026-08-24T22:27:40.044Z[ host-image] Aug 24 22:27:39.341 INFO O| "etc/svc/profile/platform.xml"
94482026-08-24T22:27:40.044Z[ host-image] Aug 24 22:27:39.341 INFO O| "etc/svc/profile/platform_omicron1.xml"
94492026-08-24T22:27:40.044Z[ host-image] Aug 24 22:27:39.341 INFO O| "etc/svc/repository.db"
94502026-08-24T22:27:40.050Z[ host-image] Aug 24 22:27:39.347 INFO O| "opt/ooce/share"
94512026-08-24T22:27:40.050Z[ host-image] Aug 24 22:27:39.347 INFO O| "opt/ooce/share/man"
94522026-08-24T22:27:40.053Z[ host-image] Aug 24 22:27:39.347 INFO O| "opt/ooce/share/man/man1"
94532026-08-24T22:27:40.059Z[ host-image] Aug 24 22:27:39.357 INFO O| finishing archive...
94542026-08-24T22:27:42.419Z[ host-image] Aug 24 22:27:41.716 INFO O| creating gzonly manifest...
94552026-08-24T22:27:42.425Z[ host-image] Aug 24 22:27:41.722 INFO O| ok
94562026-08-24T22:27:42.558Z[ host-image] Aug 24 22:27:41.854 INFO image builder template: ramdisk-02-trim...
94572026-08-24T22:27:42.558Z[ host-image] Aug 24 22:27:41.854 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/.tmpAECbul/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
94582026-08-24T22:27:42.577Z[ host-image] Aug 24 22:27:41.874 INFO O| Aug 24 22:27:41.874 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94592026-08-24T22:27:42.581Z[ host-image] Aug 24 22:27:41.877 INFO O| Aug 24 22:27:41.877 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94602026-08-24T22:27:42.999Z[ host-image] Aug 24 22:27:42.295 INFO O| Aug 24 22:27:42.295 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94612026-08-24T22:27:43.055Z[ host-image] Aug 24 22:27:42.352 INFO O| Aug 24 22:27:42.351 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94622026-08-24T22:27:43.055Z[ host-image] Aug 24 22:27:42.352 INFO O| Aug 24 22:27:42.352 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94632026-08-24T22:27:43.059Z[ host-image] Aug 24 22:27:42.356 INFO O| Aug 24 22:27:42.356 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94642026-08-24T22:27:43.064Z[ host-image] Aug 24 22:27:42.361 INFO O| Aug 24 22:27:42.361 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94652026-08-24T22:27:43.069Z[ host-image] Aug 24 22:27:42.367 INFO O| Aug 24 22:27:42.366 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94662026-08-24T22:27:43.286Z[ host-image] Aug 24 22:27:42.583 INFO O| Aug 24 22:27:42.583 INFO rolled back to input snapshot; work may begin
94672026-08-24T22:27:43.286Z[ host-image] Aug 24 22:27:42.583 INFO O| Aug 24 22:27:42.583 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94682026-08-24T22:27:43.292Z[ host-image] Aug 24 22:27:42.589 INFO O| Aug 24 22:27:42.589 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-08-24T22:27:43.302Z[ host-image] Aug 24 22:27:42.599 INFO O| Aug 24 22:27:42.599 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94702026-08-24T22:27:43.342Z[ host-image] Aug 24 22:27:42.639 INFO O| Aug 24 22:27:42.639 INFO STEP 0 (remove_files) COMPLETE
94712026-08-24T22:27:43.342Z[ host-image] Aug 24 22:27:42.639 INFO O| Aug 24 22:27:42.639 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-08-24T22:27:43.354Z[ host-image] Aug 24 22:27:42.651 INFO O| Aug 24 22:27:42.651 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94732026-08-24T22:27:43.360Z[ host-image] Aug 24 22:27:42.652 INFO O| Aug 24 22:27:42.652 INFO STEP 1 (remove_files) COMPLETE
94742026-08-24T22:27:43.360Z[ host-image] Aug 24 22:27:42.652 INFO O| Aug 24 22:27:42.652 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-08-24T22:27:43.365Z[ host-image] Aug 24 22:27:42.661 INFO O| Aug 24 22:27:42.661 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94762026-08-24T22:27:43.377Z[ host-image] Aug 24 22:27:42.674 INFO O| Aug 24 22:27:42.674 INFO STEP 2 (remove_files) COMPLETE
94772026-08-24T22:27:43.377Z[ host-image] Aug 24 22:27:42.674 INFO O| Aug 24 22:27:42.674 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-08-24T22:27:43.388Z[ host-image] Aug 24 22:27:42.685 INFO O| Aug 24 22:27:42.685 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94792026-08-24T22:27:43.391Z[ host-image] Aug 24 22:27:42.686 INFO O| Aug 24 22:27:42.686 INFO STEP 3 (remove_files) COMPLETE
94802026-08-24T22:27:43.391Z[ host-image] Aug 24 22:27:42.686 INFO O| Aug 24 22:27:42.686 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-08-24T22:27:43.398Z[ host-image] Aug 24 22:27:42.696 INFO O| Aug 24 22:27:42.696 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94822026-08-24T22:27:43.402Z[ host-image] Aug 24 22:27:42.698 INFO O| Aug 24 22:27:42.698 INFO STEP 4 (remove_files) COMPLETE
94832026-08-24T22:27:43.402Z[ host-image] Aug 24 22:27:42.698 INFO O| Aug 24 22:27:42.698 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-08-24T22:27:43.412Z[ host-image] Aug 24 22:27:42.709 INFO O| Aug 24 22:27:42.709 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94852026-08-24T22:27:43.416Z[ host-image] Aug 24 22:27:42.711 INFO O| Aug 24 22:27:42.711 INFO STEP 5 (remove_files) COMPLETE
94862026-08-24T22:27:43.416Z[ host-image] Aug 24 22:27:42.711 INFO O| Aug 24 22:27:42.711 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-24T22:27:43.425Z[ host-image] Aug 24 22:27:42.722 INFO O| Aug 24 22:27:42.722 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94882026-08-24T22:27:43.434Z[ host-image] Aug 24 22:27:42.731 INFO O| Aug 24 22:27:42.731 INFO STEP 6 (remove_files) COMPLETE
94892026-08-24T22:27:43.434Z[ host-image] Aug 24 22:27:42.732 INFO O| Aug 24 22:27:42.731 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-24T22:27:43.435Z[ host-image] Aug 24 22:27:42.732 INFO O| Aug 24 22:27:42.731 INFO skip step because feature "heliosv2" is not enabled
94912026-08-24T22:27:43.439Z[ host-image] Aug 24 22:27:42.732 INFO O| Aug 24 22:27:42.731 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-24T22:27:43.445Z[ host-image] Aug 24 22:27:42.742 INFO O| Aug 24 22:27:42.742 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94932026-08-24T22:27:43.455Z[ host-image] Aug 24 22:27:42.753 INFO O| Aug 24 22:27:42.753 INFO STEP 8 (remove_files) COMPLETE
94942026-08-24T22:27:43.455Z[ host-image] Aug 24 22:27:42.753 INFO O| Aug 24 22:27:42.753 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-24T22:27:43.465Z[ host-image] Aug 24 22:27:42.762 INFO O| Aug 24 22:27:42.762 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94962026-08-24T22:27:43.532Z[ host-image] Aug 24 22:27:42.828 INFO O| Aug 24 22:27:42.828 INFO STEP 9 (remove_files) COMPLETE
94972026-08-24T22:27:43.532Z[ host-image] Aug 24 22:27:42.828 INFO O| Aug 24 22:27:42.828 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-24T22:27:43.542Z[ host-image] Aug 24 22:27:42.838 INFO O| Aug 24 22:27:42.838 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94992026-08-24T22:27:43.632Z[ host-image] Aug 24 22:27:42.929 INFO O| Aug 24 22:27:42.929 INFO STEP 10 (remove_files) COMPLETE
95002026-08-24T22:27:43.632Z[ host-image] Aug 24 22:27:42.929 INFO O| Aug 24 22:27:42.929 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-24T22:27:43.643Z[ host-image] Aug 24 22:27:42.940 INFO O| Aug 24 22:27:42.940 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95022026-08-24T22:27:43.646Z[ host-image] Aug 24 22:27:42.943 INFO O| Aug 24 22:27:42.943 INFO STEP 11 (remove_files) COMPLETE
95032026-08-24T22:27:43.647Z[ host-image] Aug 24 22:27:42.943 INFO O| Aug 24 22:27:42.943 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-24T22:27:43.657Z[ host-image] Aug 24 22:27:42.954 INFO O| Aug 24 22:27:42.954 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95052026-08-24T22:27:43.660Z[ host-image] Aug 24 22:27:42.955 INFO O| Aug 24 22:27:42.955 INFO STEP 12 (remove_files) COMPLETE
95062026-08-24T22:27:43.660Z[ host-image] Aug 24 22:27:42.955 INFO O| Aug 24 22:27:42.955 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-24T22:27:43.666Z[ host-image] Aug 24 22:27:42.963 INFO O| Aug 24 22:27:42.963 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95082026-08-24T22:27:43.669Z[ host-image] Aug 24 22:27:42.964 INFO O| Aug 24 22:27:42.964 INFO STEP 13 (remove_files) COMPLETE
95092026-08-24T22:27:43.669Z[ host-image] Aug 24 22:27:42.964 INFO O| Aug 24 22:27:42.964 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-24T22:27:43.835Z[ host-image] Aug 24 22:27:43.132 INFO O| Aug 24 22:27:43.132 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95112026-08-24T22:27:43.843Z[ host-image] Aug 24 22:27:43.138 INFO O| Aug 24 22:27:43.138 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95122026-08-24T22:27:43.909Z[ host-image] Aug 24 22:27:43.203 INFO O| Aug 24 22:27:43.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95132026-08-24T22:27:43.913Z[ host-image] Aug 24 22:27:43.203 INFO O| Aug 24 22:27:43.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95142026-08-24T22:27:43.913Z[ host-image] Aug 24 22:27:43.203 INFO O| Aug 24 22:27:43.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95152026-08-24T22:27:43.913Z[ host-image] Aug 24 22:27:43.203 INFO O| Aug 24 22:27:43.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95162026-08-24T22:27:43.913Z[ host-image] Aug 24 22:27:43.203 INFO O| Aug 24 22:27:43.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95172026-08-24T22:27:43.913Z[ host-image] Aug 24 22:27:43.203 INFO O| Aug 24 22:27:43.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95182026-08-24T22:27:43.914Z[ host-image] Aug 24 22:27:43.203 INFO O| Aug 24 22:27:43.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95192026-08-24T22:27:43.914Z[ host-image] Aug 24 22:27:43.203 INFO O| Aug 24 22:27:43.203 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95202026-08-24T22:27:43.914Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95212026-08-24T22:27:43.914Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95222026-08-24T22:27:43.914Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95232026-08-24T22:27:43.915Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95242026-08-24T22:27:43.915Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95252026-08-24T22:27:43.915Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95262026-08-24T22:27:43.915Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95272026-08-24T22:27:43.915Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95282026-08-24T22:27:43.915Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95292026-08-24T22:27:43.915Z[ host-image] Aug 24 22:27:43.204 INFO O| Aug 24 22:27:43.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95302026-08-24T22:27:43.923Z[ host-image] Aug 24 22:27:43.219 INFO O| Aug 24 22:27:43.219 INFO STEP 14 (remove_files) COMPLETE
95312026-08-24T22:27:43.923Z[ host-image] Aug 24 22:27:43.219 INFO O| Aug 24 22:27:43.219 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-24T22:27:43.932Z[ host-image] Aug 24 22:27:43.229 INFO O| Aug 24 22:27:43.229 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95332026-08-24T22:27:43.935Z[ host-image] Aug 24 22:27:43.230 INFO O| Aug 24 22:27:43.230 INFO STEP 15 (remove_files) COMPLETE
95342026-08-24T22:27:43.935Z[ host-image] Aug 24 22:27:43.230 INFO O| Aug 24 22:27:43.230 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-24T22:27:43.941Z[ host-image] Aug 24 22:27:43.238 INFO O| Aug 24 22:27:43.238 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95362026-08-24T22:27:43.947Z[ host-image] Aug 24 22:27:43.244 INFO O| Aug 24 22:27:43.244 INFO STEP 16 (remove_files) COMPLETE
95372026-08-24T22:27:43.947Z[ host-image] Aug 24 22:27:43.245 INFO O| Aug 24 22:27:43.244 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-24T22:27:43.957Z[ host-image] Aug 24 22:27:43.254 INFO O| Aug 24 22:27:43.254 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95392026-08-24T22:27:43.960Z[ host-image] Aug 24 22:27:43.254 INFO O| Aug 24 22:27:43.254 INFO STEP 17 (remove_files) COMPLETE
95402026-08-24T22:27:43.960Z[ host-image] Aug 24 22:27:43.254 INFO O| Aug 24 22:27:43.254 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-24T22:27:43.998Z[ host-image] Aug 24 22:27:43.295 INFO O| Aug 24 22:27:43.295 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95422026-08-24T22:27:44.003Z[ host-image] Aug 24 22:27:43.297 INFO O| Aug 24 22:27:43.297 INFO STEP 18 (remove_files) COMPLETE
95432026-08-24T22:27:44.003Z[ host-image] Aug 24 22:27:43.297 INFO O| Aug 24 22:27:43.297 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-24T22:27:44.013Z[ host-image] Aug 24 22:27:43.310 INFO O| Aug 24 22:27:43.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95452026-08-24T22:27:44.028Z[ host-image] Aug 24 22:27:43.311 INFO O| Aug 24 22:27:43.311 INFO STEP 19 (remove_files) COMPLETE
95462026-08-24T22:27:44.028Z[ host-image] Aug 24 22:27:43.311 INFO O| Aug 24 22:27:43.311 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-24T22:27:44.028Z[ host-image] Aug 24 22:27:43.323 INFO O| Aug 24 22:27:43.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95482026-08-24T22:27:44.029Z[ host-image] Aug 24 22:27:43.323 INFO O| Aug 24 22:27:43.323 INFO STEP 20 (remove_files) COMPLETE
95492026-08-24T22:27:44.029Z[ host-image] Aug 24 22:27:43.323 INFO O| Aug 24 22:27:43.323 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-24T22:27:44.038Z[ host-image] Aug 24 22:27:43.335 INFO O| Aug 24 22:27:43.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95512026-08-24T22:27:44.038Z[ host-image] Aug 24 22:27:43.335 INFO O| Aug 24 22:27:43.335 INFO STEP 21 (remove_files) COMPLETE
95522026-08-24T22:27:44.041Z[ host-image] Aug 24 22:27:43.335 INFO O| Aug 24 22:27:43.335 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-24T22:27:44.049Z[ host-image] Aug 24 22:27:43.347 INFO O| Aug 24 22:27:43.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95542026-08-24T22:27:44.050Z[ host-image] Aug 24 22:27:43.347 INFO O| Aug 24 22:27:43.347 INFO STEP 22 (remove_files) COMPLETE
95552026-08-24T22:27:44.050Z[ host-image] Aug 24 22:27:43.347 INFO O| Aug 24 22:27:43.347 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-24T22:27:44.060Z[ host-image] Aug 24 22:27:43.357 INFO O| Aug 24 22:27:43.357 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95572026-08-24T22:27:44.060Z[ host-image] Aug 24 22:27:43.357 INFO O| Aug 24 22:27:43.357 INFO STEP 23 (remove_files) COMPLETE
95582026-08-24T22:27:44.063Z[ host-image] Aug 24 22:27:43.357 INFO O| Aug 24 22:27:43.357 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-24T22:27:44.069Z[ host-image] Aug 24 22:27:43.366 INFO O| Aug 24 22:27:43.366 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95602026-08-24T22:27:44.069Z[ host-image] Aug 24 22:27:43.366 INFO O| Aug 24 22:27:43.366 INFO STEP 24 (remove_files) COMPLETE
95612026-08-24T22:27:44.072Z[ host-image] Aug 24 22:27:43.366 INFO O| Aug 24 22:27:43.366 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-24T22:27:44.078Z[ host-image] Aug 24 22:27:43.375 INFO O| Aug 24 22:27:43.375 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95632026-08-24T22:27:44.078Z[ host-image] Aug 24 22:27:43.375 INFO O| Aug 24 22:27:43.375 INFO STEP 25 (remove_files) COMPLETE
95642026-08-24T22:27:44.082Z[ host-image] Aug 24 22:27:43.375 INFO O| Aug 24 22:27:43.375 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-24T22:27:44.092Z[ host-image] Aug 24 22:27:43.386 INFO O| Aug 24 22:27:43.386 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95662026-08-24T22:27:44.092Z[ host-image] Aug 24 22:27:43.386 INFO O| Aug 24 22:27:43.386 INFO STEP 26 (remove_files) COMPLETE
95672026-08-24T22:27:44.095Z[ host-image] Aug 24 22:27:43.386 INFO O| Aug 24 22:27:43.386 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-24T22:27:44.098Z[ host-image] Aug 24 22:27:43.396 INFO O| Aug 24 22:27:43.396 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95692026-08-24T22:27:44.102Z[ host-image] Aug 24 22:27:43.396 INFO O| Aug 24 22:27:43.396 INFO STEP 27 (remove_files) COMPLETE
95702026-08-24T22:27:44.102Z[ host-image] Aug 24 22:27:43.396 INFO O| Aug 24 22:27:43.396 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-24T22:27:44.108Z[ host-image] Aug 24 22:27:43.405 INFO O| Aug 24 22:27:43.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95722026-08-24T22:27:44.108Z[ host-image] Aug 24 22:27:43.405 INFO O| Aug 24 22:27:43.405 INFO STEP 28 (remove_files) COMPLETE
95732026-08-24T22:27:44.108Z[ host-image] Aug 24 22:27:43.405 INFO O| Aug 24 22:27:43.405 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-24T22:27:44.117Z[ host-image] Aug 24 22:27:43.414 INFO O| Aug 24 22:27:43.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95752026-08-24T22:27:44.117Z[ host-image] Aug 24 22:27:43.414 INFO O| Aug 24 22:27:43.414 INFO STEP 29 (remove_files) COMPLETE
95762026-08-24T22:27:44.117Z[ host-image] Aug 24 22:27:43.414 INFO O| Aug 24 22:27:43.414 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-24T22:27:44.126Z[ host-image] Aug 24 22:27:43.423 INFO O| Aug 24 22:27:43.423 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95782026-08-24T22:27:44.126Z[ host-image] Aug 24 22:27:43.423 INFO O| Aug 24 22:27:43.423 INFO STEP 30 (remove_files) COMPLETE
95792026-08-24T22:27:44.126Z[ host-image] Aug 24 22:27:43.423 INFO O| Aug 24 22:27:43.423 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-24T22:27:44.138Z[ host-image] Aug 24 22:27:43.435 INFO O| Aug 24 22:27:43.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95812026-08-24T22:27:44.138Z[ host-image] Aug 24 22:27:43.435 INFO O| Aug 24 22:27:43.435 INFO STEP 31 (remove_files) COMPLETE
95822026-08-24T22:27:44.138Z[ host-image] Aug 24 22:27:43.435 INFO O| Aug 24 22:27:43.435 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-24T22:27:44.170Z[ host-image] Aug 24 22:27:43.467 INFO O| Aug 24 22:27:43.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95842026-08-24T22:27:44.171Z[ host-image] Aug 24 22:27:43.467 INFO O| Aug 24 22:27:43.467 INFO STEP 32 (remove_files) COMPLETE
95852026-08-24T22:27:44.174Z[ host-image] Aug 24 22:27:43.467 INFO O| Aug 24 22:27:43.467 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-24T22:27:44.179Z[ host-image] Aug 24 22:27:43.476 INFO O| Aug 24 22:27:43.476 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95872026-08-24T22:27:44.179Z[ host-image] Aug 24 22:27:43.477 INFO O| Aug 24 22:27:43.476 INFO STEP 33 (remove_files) COMPLETE
95882026-08-24T22:27:44.186Z[ host-image] Aug 24 22:27:43.477 INFO O| Aug 24 22:27:43.476 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-24T22:27:44.195Z[ host-image] Aug 24 22:27:43.488 INFO O| Aug 24 22:27:43.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95902026-08-24T22:27:44.195Z[ host-image] Aug 24 22:27:43.489 INFO O| Aug 24 22:27:43.489 INFO STEP 34 (remove_files) COMPLETE
95912026-08-24T22:27:44.195Z[ host-image] Aug 24 22:27:43.489 INFO O| Aug 24 22:27:43.489 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-24T22:27:44.204Z[ host-image] Aug 24 22:27:43.500 INFO O| Aug 24 22:27:43.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95932026-08-24T22:27:44.204Z[ host-image] Aug 24 22:27:43.501 INFO O| Aug 24 22:27:43.501 INFO STEP 35 (remove_files) COMPLETE
95942026-08-24T22:27:44.209Z[ host-image] Aug 24 22:27:43.501 INFO O| Aug 24 22:27:43.501 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-24T22:27:44.213Z[ host-image] Aug 24 22:27:43.509 INFO O| Aug 24 22:27:43.509 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95962026-08-24T22:27:44.213Z[ host-image] Aug 24 22:27:43.509 INFO O| Aug 24 22:27:43.509 INFO STEP 36 (remove_files) COMPLETE
95972026-08-24T22:27:44.213Z[ host-image] Aug 24 22:27:43.509 INFO O| Aug 24 22:27:43.509 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-24T22:27:44.223Z[ host-image] Aug 24 22:27:43.520 INFO O| Aug 24 22:27:43.520 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95992026-08-24T22:27:44.223Z[ host-image] Aug 24 22:27:43.520 INFO O| Aug 24 22:27:43.520 INFO STEP 37 (remove_files) COMPLETE
96002026-08-24T22:27:44.223Z[ host-image] Aug 24 22:27:43.520 INFO O| Aug 24 22:27:43.520 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-24T22:27:44.234Z[ host-image] Aug 24 22:27:43.531 INFO O| Aug 24 22:27:43.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96022026-08-24T22:27:44.234Z[ host-image] Aug 24 22:27:43.531 INFO O| Aug 24 22:27:43.531 INFO STEP 38 (remove_files) COMPLETE
96032026-08-24T22:27:44.234Z[ host-image] Aug 24 22:27:43.531 INFO O| Aug 24 22:27:43.531 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-24T22:27:44.244Z[ host-image] Aug 24 22:27:43.541 INFO O| Aug 24 22:27:43.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96052026-08-24T22:27:44.244Z[ host-image] Aug 24 22:27:43.542 INFO O| Aug 24 22:27:43.541 INFO STEP 39 (remove_files) COMPLETE
96062026-08-24T22:27:44.244Z[ host-image] Aug 24 22:27:43.542 INFO O| Aug 24 22:27:43.542 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-24T22:27:44.255Z[ host-image] Aug 24 22:27:43.552 INFO O| Aug 24 22:27:43.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96082026-08-24T22:27:44.255Z[ host-image] Aug 24 22:27:43.552 INFO O| Aug 24 22:27:43.552 INFO STEP 40 (remove_files) COMPLETE
96092026-08-24T22:27:44.260Z[ host-image] Aug 24 22:27:43.552 INFO O| Aug 24 22:27:43.552 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-24T22:27:44.268Z[ host-image] Aug 24 22:27:43.565 INFO O| Aug 24 22:27:43.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96112026-08-24T22:27:44.268Z[ host-image] Aug 24 22:27:43.565 INFO O| Aug 24 22:27:43.565 INFO STEP 41 (remove_files) COMPLETE
96122026-08-24T22:27:44.271Z[ host-image] Aug 24 22:27:43.565 INFO O| Aug 24 22:27:43.565 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-24T22:27:44.281Z[ host-image] Aug 24 22:27:43.578 INFO O| Aug 24 22:27:43.577 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96142026-08-24T22:27:44.281Z[ host-image] Aug 24 22:27:43.578 INFO O| Aug 24 22:27:43.577 INFO STEP 42 (remove_files) COMPLETE
96152026-08-24T22:27:44.281Z[ host-image] Aug 24 22:27:43.578 INFO O| Aug 24 22:27:43.577 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-24T22:27:44.289Z[ host-image] Aug 24 22:27:43.586 INFO O| Aug 24 22:27:43.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96172026-08-24T22:27:44.289Z[ host-image] Aug 24 22:27:43.586 INFO O| Aug 24 22:27:43.586 INFO STEP 43 (remove_files) COMPLETE
96182026-08-24T22:27:44.292Z[ host-image] Aug 24 22:27:43.586 INFO O| Aug 24 22:27:43.586 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-24T22:27:44.297Z[ host-image] Aug 24 22:27:43.594 INFO O| Aug 24 22:27:43.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96202026-08-24T22:27:44.300Z[ host-image] Aug 24 22:27:43.595 INFO O| Aug 24 22:27:43.594 INFO STEP 44 (remove_files) COMPLETE
96212026-08-24T22:27:44.300Z[ host-image] Aug 24 22:27:43.595 INFO O| Aug 24 22:27:43.595 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-24T22:27:44.306Z[ host-image] Aug 24 22:27:43.603 INFO O| Aug 24 22:27:43.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96232026-08-24T22:27:44.306Z[ host-image] Aug 24 22:27:43.603 INFO O| Aug 24 22:27:43.603 INFO STEP 45 (remove_files) COMPLETE
96242026-08-24T22:27:44.309Z[ host-image] Aug 24 22:27:43.603 INFO O| Aug 24 22:27:43.603 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-24T22:27:44.315Z[ host-image] Aug 24 22:27:43.612 INFO O| Aug 24 22:27:43.612 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96262026-08-24T22:27:44.315Z[ host-image] Aug 24 22:27:43.612 INFO O| Aug 24 22:27:43.612 INFO STEP 46 (remove_files) COMPLETE
96272026-08-24T22:27:44.318Z[ host-image] Aug 24 22:27:43.612 INFO O| Aug 24 22:27:43.612 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-24T22:27:44.326Z[ host-image] Aug 24 22:27:43.623 INFO O| Aug 24 22:27:43.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96292026-08-24T22:27:44.326Z[ host-image] Aug 24 22:27:43.623 INFO O| Aug 24 22:27:43.623 INFO STEP 47 (remove_files) COMPLETE
96302026-08-24T22:27:44.326Z[ host-image] Aug 24 22:27:43.623 INFO O| Aug 24 22:27:43.623 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-24T22:27:44.336Z[ host-image] Aug 24 22:27:43.633 INFO O| Aug 24 22:27:43.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96322026-08-24T22:27:44.336Z[ host-image] Aug 24 22:27:43.633 INFO O| Aug 24 22:27:43.633 INFO STEP 48 (remove_files) COMPLETE
96332026-08-24T22:27:44.336Z[ host-image] Aug 24 22:27:43.633 INFO O| Aug 24 22:27:43.633 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-24T22:27:44.345Z[ host-image] Aug 24 22:27:43.642 INFO O| Aug 24 22:27:43.642 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96352026-08-24T22:27:44.345Z[ host-image] Aug 24 22:27:43.642 INFO O| Aug 24 22:27:43.642 INFO STEP 49 (remove_files) COMPLETE
96362026-08-24T22:27:44.349Z[ host-image] Aug 24 22:27:43.642 INFO O| Aug 24 22:27:43.642 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-24T22:27:44.357Z[ host-image] Aug 24 22:27:43.654 INFO O| Aug 24 22:27:43.654 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96382026-08-24T22:27:44.357Z[ host-image] Aug 24 22:27:43.654 INFO O| Aug 24 22:27:43.654 INFO STEP 50 (remove_files) COMPLETE
96392026-08-24T22:27:44.360Z[ host-image] Aug 24 22:27:43.654 INFO O| Aug 24 22:27:43.654 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-24T22:27:44.367Z[ host-image] Aug 24 22:27:43.665 INFO O| Aug 24 22:27:43.665 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96412026-08-24T22:27:44.367Z[ host-image] Aug 24 22:27:43.665 INFO O| Aug 24 22:27:43.665 INFO STEP 51 (remove_files) COMPLETE
96422026-08-24T22:27:44.368Z[ host-image] Aug 24 22:27:43.665 INFO O| Aug 24 22:27:43.665 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-24T22:27:44.378Z[ host-image] Aug 24 22:27:43.675 INFO O| Aug 24 22:27:43.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96442026-08-24T22:27:44.378Z[ host-image] Aug 24 22:27:43.675 INFO O| Aug 24 22:27:43.675 INFO STEP 52 (remove_files) COMPLETE
96452026-08-24T22:27:44.378Z[ host-image] Aug 24 22:27:43.675 INFO O| Aug 24 22:27:43.675 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-24T22:27:44.388Z[ host-image] Aug 24 22:27:43.685 INFO O| Aug 24 22:27:43.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96472026-08-24T22:27:44.388Z[ host-image] Aug 24 22:27:43.685 INFO O| Aug 24 22:27:43.685 INFO STEP 53 (remove_files) COMPLETE
96482026-08-24T22:27:44.388Z[ host-image] Aug 24 22:27:43.685 INFO O| Aug 24 22:27:43.685 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-24T22:27:44.398Z[ host-image] Aug 24 22:27:43.693 INFO O| Aug 24 22:27:43.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96502026-08-24T22:27:44.398Z[ host-image] Aug 24 22:27:43.693 INFO O| Aug 24 22:27:43.693 INFO STEP 54 (remove_files) COMPLETE
96512026-08-24T22:27:44.399Z[ host-image] Aug 24 22:27:43.693 INFO O| Aug 24 22:27:43.693 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-24T22:27:44.408Z[ host-image] Aug 24 22:27:43.705 INFO O| Aug 24 22:27:43.704 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96532026-08-24T22:27:44.408Z[ host-image] Aug 24 22:27:43.705 INFO O| Aug 24 22:27:43.705 INFO STEP 55 (remove_files) COMPLETE
96542026-08-24T22:27:44.408Z[ host-image] Aug 24 22:27:43.705 INFO O| Aug 24 22:27:43.705 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-24T22:27:44.419Z[ host-image] Aug 24 22:27:43.716 INFO O| Aug 24 22:27:43.716 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96562026-08-24T22:27:44.419Z[ host-image] Aug 24 22:27:43.716 INFO O| Aug 24 22:27:43.716 INFO STEP 56 (remove_files) COMPLETE
96572026-08-24T22:27:44.422Z[ host-image] Aug 24 22:27:43.716 INFO O| Aug 24 22:27:43.716 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-24T22:27:44.428Z[ host-image] Aug 24 22:27:43.725 INFO O| Aug 24 22:27:43.725 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96592026-08-24T22:27:44.428Z[ host-image] Aug 24 22:27:43.725 INFO O| Aug 24 22:27:43.725 INFO STEP 57 (remove_files) COMPLETE
96602026-08-24T22:27:44.432Z[ host-image] Aug 24 22:27:43.725 INFO O| Aug 24 22:27:43.725 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-08-24T22:27:44.439Z[ host-image] Aug 24 22:27:43.736 INFO O| Aug 24 22:27:43.736 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96622026-08-24T22:27:44.439Z[ host-image] Aug 24 22:27:43.736 INFO O| Aug 24 22:27:43.736 INFO STEP 58 (remove_files) COMPLETE
96632026-08-24T22:27:44.439Z[ host-image] Aug 24 22:27:43.736 INFO O| Aug 24 22:27:43.736 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-24T22:27:44.449Z[ host-image] Aug 24 22:27:43.746 INFO O| Aug 24 22:27:43.746 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96652026-08-24T22:27:44.449Z[ host-image] Aug 24 22:27:43.746 INFO O| Aug 24 22:27:43.746 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96662026-08-24T22:27:44.452Z[ host-image] Aug 24 22:27:43.746 INFO O| Aug 24 22:27:43.746 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96672026-08-24T22:27:44.452Z[ host-image] Aug 24 22:27:43.746 INFO O| Aug 24 22:27:43.746 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96682026-08-24T22:27:44.452Z[ host-image] Aug 24 22:27:43.746 INFO O| Aug 24 22:27:43.746 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96692026-08-24T22:27:44.452Z[ host-image] Aug 24 22:27:43.746 INFO O| Aug 24 22:27:43.746 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96702026-08-24T22:27:44.452Z[ host-image] Aug 24 22:27:43.746 INFO O| Aug 24 22:27:43.746 INFO ok!
96712026-08-24T22:27:44.452Z[ host-image] Aug 24 22:27:43.746 INFO O| Aug 24 22:27:43.746 INFO STEP 59 (ensure_file) COMPLETE
96722026-08-24T22:27:44.452Z[ host-image] Aug 24 22:27:43.746 INFO O| Aug 24 22:27:43.746 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-08-24T22:27:44.462Z[ host-image] Aug 24 22:27:43.758 INFO O| Aug 24 22:27:43.758 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96742026-08-24T22:27:44.462Z[ host-image] Aug 24 22:27:43.758 INFO O| Aug 24 22:27:43.758 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96752026-08-24T22:27:44.462Z[ host-image] Aug 24 22:27:43.759 INFO O| Aug 24 22:27:43.758 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96762026-08-24T22:27:44.466Z[ host-image] Aug 24 22:27:43.759 INFO O| Aug 24 22:27:43.759 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96772026-08-24T22:27:44.466Z[ host-image] Aug 24 22:27:43.759 INFO O| Aug 24 22:27:43.759 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96782026-08-24T22:27:44.466Z[ host-image] Aug 24 22:27:43.759 INFO O| Aug 24 22:27:43.759 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96792026-08-24T22:27:44.466Z[ host-image] Aug 24 22:27:43.759 INFO O| Aug 24 22:27:43.759 INFO ok!
96802026-08-24T22:27:44.467Z[ host-image] Aug 24 22:27:43.759 INFO O| Aug 24 22:27:43.759 INFO STEP 60 (ensure_file) COMPLETE
96812026-08-24T22:27:44.467Z[ host-image] Aug 24 22:27:43.759 INFO O| Aug 24 22:27:43.759 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-08-24T22:27:44.473Z[ host-image] Aug 24 22:27:43.771 INFO O| Aug 24 22:27:43.770 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96832026-08-24T22:27:44.474Z[ host-image] Aug 24 22:27:43.771 INFO O| Aug 24 22:27:43.771 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96842026-08-24T22:27:44.474Z[ host-image] Aug 24 22:27:43.771 INFO O| Aug 24 22:27:43.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96852026-08-24T22:27:44.478Z[ host-image] Aug 24 22:27:43.771 INFO O| Aug 24 22:27:43.771 INFO ok!
96862026-08-24T22:27:44.478Z[ host-image] Aug 24 22:27:43.771 INFO O| Aug 24 22:27:43.771 INFO STEP 61 (ensure_file) COMPLETE
96872026-08-24T22:27:44.478Z[ host-image] Aug 24 22:27:43.771 INFO O| Aug 24 22:27:43.771 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-08-24T22:27:44.486Z[ host-image] Aug 24 22:27:43.783 INFO O| Aug 24 22:27:43.783 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96892026-08-24T22:27:44.486Z[ host-image] Aug 24 22:27:43.783 INFO O| Aug 24 22:27:43.783 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96902026-08-24T22:27:44.489Z[ host-image] Aug 24 22:27:43.783 INFO O| Aug 24 22:27:43.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96912026-08-24T22:27:44.489Z[ host-image] Aug 24 22:27:43.783 INFO O| Aug 24 22:27:43.783 INFO ok!
96922026-08-24T22:27:44.489Z[ host-image] Aug 24 22:27:43.783 INFO O| Aug 24 22:27:43.783 INFO STEP 62 (ensure_file) COMPLETE
96932026-08-24T22:27:44.489Z[ host-image] Aug 24 22:27:43.783 INFO O| Aug 24 22:27:43.783 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-08-24T22:27:44.496Z[ host-image] Aug 24 22:27:43.794 INFO O| Aug 24 22:27:43.794 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96952026-08-24T22:27:44.497Z[ host-image] Aug 24 22:27:43.794 INFO O| Aug 24 22:27:43.794 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96962026-08-24T22:27:44.497Z[ host-image] Aug 24 22:27:43.794 INFO O| Aug 24 22:27:43.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96972026-08-24T22:27:44.497Z[ host-image] Aug 24 22:27:43.794 INFO O| Aug 24 22:27:43.794 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96982026-08-24T22:27:44.500Z[ host-image] Aug 24 22:27:43.794 INFO O| Aug 24 22:27:43.794 INFO ok!
96992026-08-24T22:27:44.500Z[ host-image] Aug 24 22:27:43.794 INFO O| Aug 24 22:27:43.794 INFO STEP 63 (ensure_file) COMPLETE
97002026-08-24T22:27:44.500Z[ host-image] Aug 24 22:27:43.794 INFO O| Aug 24 22:27:43.794 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-08-24T22:27:44.507Z[ host-image] Aug 24 22:27:43.803 INFO O| Aug 24 22:27:43.803 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97022026-08-24T22:27:44.507Z[ host-image] Aug 24 22:27:43.804 INFO O| Aug 24 22:27:43.803 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97032026-08-24T22:27:44.507Z[ host-image] Aug 24 22:27:43.804 INFO O| Aug 24 22:27:43.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97042026-08-24T22:27:44.507Z[ host-image] Aug 24 22:27:43.804 INFO O| Aug 24 22:27:43.804 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97052026-08-24T22:27:44.507Z[ host-image] Aug 24 22:27:43.804 INFO O| Aug 24 22:27:43.804 INFO ok!
97062026-08-24T22:27:44.507Z[ host-image] Aug 24 22:27:43.804 INFO O| Aug 24 22:27:43.804 INFO STEP 64 (ensure_file) COMPLETE
97072026-08-24T22:27:44.507Z[ host-image] Aug 24 22:27:43.804 INFO O| Aug 24 22:27:43.804 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97082026-08-24T22:27:44.516Z[ host-image] Aug 24 22:27:43.814 INFO O| Aug 24 22:27:43.814 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97092026-08-24T22:27:44.517Z[ host-image] Aug 24 22:27:43.814 INFO O| Aug 24 22:27:43.814 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97102026-08-24T22:27:44.520Z[ host-image] Aug 24 22:27:43.814 INFO O| Aug 24 22:27:43.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97112026-08-24T22:27:44.520Z[ host-image] Aug 24 22:27:43.814 INFO O| Aug 24 22:27:43.814 INFO ok!
97122026-08-24T22:27:44.520Z[ host-image] Aug 24 22:27:43.814 INFO O| Aug 24 22:27:43.814 INFO STEP 65 (assemble_files) COMPLETE
97132026-08-24T22:27:44.521Z[ host-image] Aug 24 22:27:43.814 INFO O| Aug 24 22:27:43.814 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97142026-08-24T22:27:44.527Z[ host-image] Aug 24 22:27:43.823 INFO O| Aug 24 22:27:43.823 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97152026-08-24T22:27:44.527Z[ host-image] Aug 24 22:27:43.823 INFO O| Aug 24 22:27:43.823 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97162026-08-24T22:27:44.531Z[ host-image] Aug 24 22:27:43.823 INFO O| Aug 24 22:27:43.823 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97172026-08-24T22:27:44.531Z[ host-image] Aug 24 22:27:43.823 INFO O| Aug 24 22:27:43.823 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97182026-08-24T22:27:44.531Z[ host-image] Aug 24 22:27:43.823 INFO O| Aug 24 22:27:43.823 INFO ok!
97192026-08-24T22:27:44.531Z[ host-image] Aug 24 22:27:43.823 INFO O| Aug 24 22:27:43.823 INFO STEP 66 (ensure_file) COMPLETE
97202026-08-24T22:27:44.531Z[ host-image] Aug 24 22:27:43.823 INFO O| Aug 24 22:27:43.823 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97212026-08-24T22:27:44.537Z[ host-image] Aug 24 22:27:43.835 INFO O| Aug 24 22:27:43.834 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97222026-08-24T22:27:44.541Z[ host-image] Aug 24 22:27:43.835 INFO O| Aug 24 22:27:43.835 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97232026-08-24T22:27:44.541Z[ host-image] Aug 24 22:27:43.835 INFO O| Aug 24 22:27:43.835 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97242026-08-24T22:27:44.541Z[ host-image] Aug 24 22:27:43.835 INFO O| Aug 24 22:27:43.835 INFO STEP 67 (ensure_dir) COMPLETE
97252026-08-24T22:27:44.541Z[ host-image] Aug 24 22:27:43.835 INFO O| Aug 24 22:27:43.835 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97262026-08-24T22:27:44.549Z[ host-image] Aug 24 22:27:43.846 INFO O| Aug 24 22:27:43.846 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97272026-08-24T22:27:44.549Z[ host-image] Aug 24 22:27:43.846 INFO O| Aug 24 22:27:43.846 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 ...
97282026-08-24T22:27:44.558Z[ host-image] Aug 24 22:27:43.855 INFO O| Aug 24 22:27:43.855 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
97292026-08-24T22:27:44.558Z[ host-image] Aug 24 22:27:43.855 INFO O| Aug 24 22:27:43.855 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97302026-08-24T22:27:44.562Z[ host-image] Aug 24 22:27:43.855 INFO O| Aug 24 22:27:43.855 INFO ok!
97312026-08-24T22:27:44.562Z[ host-image] Aug 24 22:27:43.855 INFO O| Aug 24 22:27:43.855 INFO STEP 68 (ensure_file) COMPLETE
97322026-08-24T22:27:44.562Z[ host-image] Aug 24 22:27:43.855 INFO O| Aug 24 22:27:43.855 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97332026-08-24T22:27:44.568Z[ host-image] Aug 24 22:27:43.865 INFO O| Aug 24 22:27:43.865 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97342026-08-24T22:27:44.568Z[ host-image] Aug 24 22:27:43.865 INFO O| Aug 24 22:27:43.865 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 ...
97352026-08-24T22:27:44.571Z[ host-image] Aug 24 22:27:43.865 INFO O| Aug 24 22:27:43.865 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
97362026-08-24T22:27:44.571Z[ host-image] Aug 24 22:27:43.865 INFO O| Aug 24 22:27:43.865 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97372026-08-24T22:27:44.571Z[ host-image] Aug 24 22:27:43.865 INFO O| Aug 24 22:27:43.865 INFO ok!
97382026-08-24T22:27:44.571Z[ host-image] Aug 24 22:27:43.865 INFO O| Aug 24 22:27:43.865 INFO STEP 69 (ensure_file) COMPLETE
97392026-08-24T22:27:44.571Z[ host-image] Aug 24 22:27:43.865 INFO O| Aug 24 22:27:43.865 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97402026-08-24T22:27:44.582Z[ host-image] Aug 24 22:27:43.880 INFO O| Aug 24 22:27:43.880 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97412026-08-24T22:27:44.583Z[ host-image] Aug 24 22:27:43.880 INFO O| Aug 24 22:27:43.880 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97422026-08-24T22:27:46.192Z[ host-image] Aug 24 22:27:45.489 INFO O| Aug 24 22:27:45.489 INFO STEP 70 (pack_tar) COMPLETE
97432026-08-24T22:27:46.192Z[ host-image] Aug 24 22:27:45.489 INFO O| Aug 24 22:27:45.489 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97442026-08-24T22:27:46.192Z[ host-image] Aug 24 22:27:45.489 INFO O| Aug 24 22:27:45.489 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97452026-08-24T22:27:47.661Z[ host-image] Aug 24 22:27:46.957 INFO O| Aug 24 22:27:46.957 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97462026-08-24T22:27:48.271Z[ host-image] Aug 24 22:27:47.568 INFO O| Aug 24 22:27:47.567 INFO completed processing sled/ramdisk-02-trim
97472026-08-24T22:27:48.275Z[ host-image] Aug 24 22:27:47.570 INFO image builder template: zfs...
97482026-08-24T22:27:48.275Z[ host-image] Aug 24 22:27:47.570 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/.tmpAECbul/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
97492026-08-24T22:27:48.284Z[ host-image] Aug 24 22:27:47.582 INFO O| Aug 24 22:27:47.581 INFO skip include "stress" because feature "stress" is not enabled
97502026-08-24T22:27:48.284Z[ host-image] Aug 24 22:27:47.582 INFO O| Aug 24 22:27:47.582 INFO skip include "stress" because feature "compliance" is not enabled
97512026-08-24T22:27:48.315Z[ host-image] Aug 24 22:27:47.612 INFO O| Aug 24 22:27:47.612 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97522026-08-24T22:27:48.318Z[ host-image] Aug 24 22:27:47.616 INFO O| Aug 24 22:27:47.616 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97532026-08-24T22:27:48.534Z[ host-image] Aug 24 22:27:47.831 INFO O| Aug 24 22:27:47.831 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97542026-08-24T22:27:48.627Z[ host-image] Aug 24 22:27:47.924 INFO O| Aug 24 22:27:47.924 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97552026-08-24T22:27:48.627Z[ host-image] Aug 24 22:27:47.924 INFO O| Aug 24 22:27:47.924 INFO work dataset: rpool/images/build/host/work/sled/zfs
97562026-08-24T22:27:48.631Z[ host-image] Aug 24 22:27:47.927 INFO O| Aug 24 22:27:47.927 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97572026-08-24T22:27:48.841Z[ host-image] Aug 24 22:27:48.137 INFO O| Aug 24 22:27:48.137 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97582026-08-24T22:27:49.407Z[ host-image] Aug 24 22:27:48.704 INFO O| Aug 24 22:27:48.704 INFO DESTROY POOL: TEMPORARY-sled-zfs
97592026-08-24T22:27:49.417Z[ host-image] Aug 24 22:27:48.714 INFO O| Aug 24 22:27:48.714 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97602026-08-24T22:27:49.423Z[ host-image] Aug 24 22:27:48.719 INFO O| Aug 24 22:27:48.719 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97612026-08-24T22:27:49.470Z[ host-image] Aug 24 22:27:48.719 INFO O| Aug 24 22:27:48.719 INFO no lofi found
97622026-08-24T22:27:49.470Z[ host-image] Aug 24 22:27:48.719 INFO O| Aug 24 22:27:48.719 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97632026-08-24T22:27:49.470Z[ host-image] Aug 24 22:27:48.719 INFO O| Aug 24 22:27:48.719 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97642026-08-24T22:27:50.704Z[ host-image] Aug 24 22:27:50.001 INFO O| Aug 24 22:27:50.001 INFO lofi device = /dev/dsk/c2t1d0p0
97652026-08-24T22:27:50.704Z[ host-image] Aug 24 22:27:50.001 INFO O| Aug 24 22:27:50.001 INFO pool device = /dev/dsk/c2t1d0p0
97662026-08-24T22:27:50.704Z[ host-image] Aug 24 22:27:50.001 INFO O| Aug 24 22:27:50.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"]
97672026-08-24T22:27:50.769Z[ host-image] Aug 24 22:27:50.066 INFO O| Aug 24 22:27:50.066 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97682026-08-24T22:27:50.769Z[ host-image] Aug 24 22:27:50.066 INFO O| Aug 24 22:27:50.066 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97692026-08-24T22:27:50.783Z[ host-image] Aug 24 22:27:50.080 INFO O| Aug 24 22:27:50.080 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97702026-08-24T22:27:50.827Z[ host-image] Aug 24 22:27:50.124 INFO O| Aug 24 22:27:50.124 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97712026-08-24T22:27:50.852Z[ host-image] Aug 24 22:27:50.150 INFO O| Aug 24 22:27:50.150 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97722026-08-24T22:27:50.863Z[ host-image] Aug 24 22:27:50.160 INFO O| Aug 24 22:27:50.160 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97732026-08-24T22:27:50.871Z[ host-image] Aug 24 22:27:50.168 INFO O| Aug 24 22:27:50.168 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97742026-08-24T22:27:50.903Z[ host-image] Aug 24 22:27:50.200 INFO O| Aug 24 22:27:50.200 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97752026-08-24T22:27:50.906Z[ host-image] Aug 24 22:27:50.200 INFO O| Aug 24 22:27:50.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97762026-08-24T22:27:50.906Z[ host-image] Aug 24 22:27:50.200 INFO O| Aug 24 22:27:50.200 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97772026-08-24T22:27:50.911Z[ host-image] Aug 24 22:27:50.208 INFO O| Aug 24 22:27:50.208 INFO boot environment UUID: 6d7959c0-91af-4228-8cae-cf738c2125a9
97782026-08-24T22:27:50.911Z[ host-image] Aug 24 22:27:50.208 INFO O| Aug 24 22:27:50.208 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6d7959c0-91af-4228-8cae-cf738c2125a9
97792026-08-24T22:27:50.919Z[ host-image] Aug 24 22:27:50.216 INFO O| Aug 24 22:27:50.216 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97802026-08-24T22:27:50.927Z[ host-image] Aug 24 22:27:50.225 INFO O| Aug 24 22:27:50.225 INFO STEP 0 (create_be) COMPLETE
97812026-08-24T22:27:50.927Z[ host-image] Aug 24 22:27:50.225 INFO O| Aug 24 22:27:50.225 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97822026-08-24T22:27:50.940Z[ host-image] Aug 24 22:27:50.237 INFO O| Aug 24 22:27:50.237 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97832026-08-24T22:27:56.192Z[ recovery-image] Aug 24 22:27:55.483 INFO O| ok, image written!
97842026-08-24T22:27:56.192Z[ recovery-image] Aug 24 22:27:55.483 INFO O| ok, boot_image_csum file written!
97852026-08-24T22:27:56.192Z[ recovery-image] Aug 24 22:27:55.484 INFO creating boot archive (CPIO)...
97862026-08-24T22:27:56.192Z[ recovery-image] Aug 24 22:27:55.484 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
97872026-08-24T22:27:56.220Z[ recovery-image] Aug 24 22:27:55.493 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97882026-08-24T22:27:56.223Z[ recovery-image] Aug 24 22:27:55.493 INFO E| + outfile=/work/os-recovery/cpio
97892026-08-24T22:27:56.223Z[ recovery-image] Aug 24 22:27:55.493 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97902026-08-24T22:27:56.223Z[ recovery-image] Aug 24 22:27:55.494 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97912026-08-24T22:27:56.223Z[ recovery-image] Aug 24 22:27:55.494 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97922026-08-24T22:27:56.246Z[ recovery-image] Aug 24 22:27:55.539 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97932026-08-24T22:27:56.249Z[ recovery-image] Aug 24 22:27:55.539 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97942026-08-24T22:27:56.252Z[ recovery-image] Aug 24 22:27:55.546 INFO creating compressed cpio/unix for dev loaders...
97952026-08-24T22:27:56.260Z[ recovery-image] Aug 24 22:27:55.546 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
97962026-08-24T22:27:56.538Z[ recovery-image] Aug 24 22:27:55.829 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97972026-08-24T22:27:59.303Z[ host-image] Aug 24 22:27:58.600 INFO O| Aug 24 22:27:58.600 INFO STEP 1 (unpack_tar) COMPLETE
97982026-08-24T22:27:59.303Z[ host-image] Aug 24 22:27:58.600 INFO O| Aug 24 22:27:58.600 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-24T22:27:59.312Z[ host-image] Aug 24 22:27:58.609 INFO O| Aug 24 22:27:58.609 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98002026-08-24T22:27:59.618Z[ host-image] Aug 24 22:27:58.915 INFO O| Aug 24 22:27:58.915 INFO STEP 2 (devfsadm) COMPLETE
98012026-08-24T22:27:59.618Z[ host-image] Aug 24 22:27:58.915 INFO O| Aug 24 22:27:58.915 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-24T22:27:59.626Z[ host-image] Aug 24 22:27:58.923 INFO O| Aug 24 22:27:58.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98032026-08-24T22:27:59.626Z[ host-image] Aug 24 22:27:58.923 INFO O| Aug 24 22:27:58.923 INFO STEP 3 (ensure_dir) COMPLETE
98042026-08-24T22:27:59.629Z[ host-image] Aug 24 22:27:58.923 INFO O| Aug 24 22:27:58.923 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-24T22:27:59.632Z[ host-image] Aug 24 22:27:58.930 INFO O| Aug 24 22:27:58.930 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98062026-08-24T22:27:59.632Z[ host-image] Aug 24 22:27:58.930 INFO O| Aug 24 22:27:58.930 INFO STEP 4 (ensure_dir) COMPLETE
98072026-08-24T22:27:59.632Z[ host-image] Aug 24 22:27:58.930 INFO O| Aug 24 22:27:58.930 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98082026-08-24T22:27:59.638Z[ host-image] Aug 24 22:27:58.935 INFO O| Aug 24 22:27:58.935 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98092026-08-24T22:27:59.638Z[ host-image] Aug 24 22:27:58.935 INFO O| Aug 24 22:27:58.935 INFO STEP 5 (ensure_dir) COMPLETE
98102026-08-24T22:27:59.641Z[ host-image] Aug 24 22:27:58.935 INFO O| Aug 24 22:27:58.935 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-08-24T22:27:59.644Z[ host-image] Aug 24 22:27:58.941 INFO O| Aug 24 22:27:58.941 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98122026-08-24T22:27:59.644Z[ host-image] Aug 24 22:27:58.941 INFO O| Aug 24 22:27:58.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98132026-08-24T22:27:59.644Z[ host-image] Aug 24 22:27:58.941 INFO O| Aug 24 22:27:58.941 INFO STEP 6 (ensure_dir) COMPLETE
98142026-08-24T22:27:59.644Z[ host-image] Aug 24 22:27:58.941 INFO O| Aug 24 22:27:58.941 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-08-24T22:27:59.650Z[ host-image] Aug 24 22:27:58.948 INFO O| Aug 24 22:27:58.947 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98162026-08-24T22:27:59.650Z[ host-image] Aug 24 22:27:58.948 INFO O| Aug 24 22:27:58.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98172026-08-24T22:27:59.652Z[ host-image] Aug 24 22:27:58.948 INFO O| Aug 24 22:27:58.948 INFO STEP 7 (ensure_dir) COMPLETE
98182026-08-24T22:27:59.657Z[ host-image] Aug 24 22:27:58.948 INFO O| Aug 24 22:27:58.948 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-24T22:27:59.657Z[ host-image] Aug 24 22:27:58.953 INFO O| Aug 24 22:27:58.953 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98202026-08-24T22:27:59.657Z[ host-image] Aug 24 22:27:58.954 INFO O| Aug 24 22:27:58.954 INFO STEP 8 (remove_files) COMPLETE
98212026-08-24T22:27:59.657Z[ host-image] Aug 24 22:27:58.954 INFO O| Aug 24 22:27:58.954 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-24T22:27:59.662Z[ host-image] Aug 24 22:27:58.959 INFO O| Aug 24 22:27:58.959 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98232026-08-24T22:27:59.665Z[ host-image] Aug 24 22:27:58.960 INFO O| Aug 24 22:27:58.960 INFO STEP 9 (remove_files) COMPLETE
98242026-08-24T22:27:59.665Z[ host-image] Aug 24 22:27:58.960 INFO O| Aug 24 22:27:58.960 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-24T22:27:59.670Z[ host-image] Aug 24 22:27:58.968 INFO O| Aug 24 22:27:58.968 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98262026-08-24T22:27:59.673Z[ host-image] Aug 24 22:27:58.968 INFO O| Aug 24 22:27:58.968 INFO STEP 10 (remove_files) COMPLETE
98272026-08-24T22:27:59.673Z[ host-image] Aug 24 22:27:58.968 INFO O| Aug 24 22:27:58.968 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-08-24T22:27:59.677Z[ host-image] Aug 24 22:27:58.975 INFO O| Aug 24 22:27:58.975 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98292026-08-24T22:27:59.680Z[ host-image] Aug 24 22:27:58.975 INFO O| Aug 24 22:27:58.975 INFO STEP 11 (remove_files) COMPLETE
98302026-08-24T22:27:59.681Z[ host-image] Aug 24 22:27:58.975 INFO O| Aug 24 22:27:58.975 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98312026-08-24T22:27:59.685Z[ host-image] Aug 24 22:27:58.982 INFO O| Aug 24 22:27:58.982 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98322026-08-24T22:27:59.685Z[ host-image] Aug 24 22:27:58.982 INFO O| Aug 24 22:27:58.982 INFO STEP 12 (remove_files) COMPLETE
98332026-08-24T22:27:59.688Z[ host-image] Aug 24 22:27:58.982 INFO O| Aug 24 22:27:58.982 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98342026-08-24T22:27:59.692Z[ host-image] Aug 24 22:27:58.988 INFO O| Aug 24 22:27:58.988 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98352026-08-24T22:27:59.692Z[ host-image] Aug 24 22:27:58.988 INFO O| Aug 24 22:27:58.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98362026-08-24T22:27:59.693Z[ host-image] Aug 24 22:27:58.988 INFO O| Aug 24 22:27:58.988 INFO STEP 13 (ensure_dir) COMPLETE
98372026-08-24T22:27:59.693Z[ host-image] Aug 24 22:27:58.988 INFO O| Aug 24 22:27:58.988 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-08-24T22:27:59.697Z[ host-image] Aug 24 22:27:58.995 INFO O| Aug 24 22:27:58.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98392026-08-24T22:27:59.700Z[ host-image] Aug 24 22:27:58.995 INFO O| Aug 24 22:27:58.995 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98402026-08-24T22:27:59.700Z[ host-image] Aug 24 22:27:58.995 INFO O| Aug 24 22:27:58.995 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98412026-08-24T22:27:59.700Z[ host-image] Aug 24 22:27:58.995 INFO O| Aug 24 22:27:58.995 INFO STEP 14 (ensure_dir) COMPLETE
98422026-08-24T22:27:59.701Z[ host-image] Aug 24 22:27:58.995 INFO O| Aug 24 22:27:58.995 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98432026-08-24T22:27:59.704Z[ host-image] Aug 24 22:27:59.001 INFO O| Aug 24 22:27:59.001 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98442026-08-24T22:27:59.704Z[ host-image] Aug 24 22:27:59.001 INFO O| Aug 24 22:27:59.001 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98452026-08-24T22:27:59.704Z[ host-image] Aug 24 22:27:59.001 INFO O| Aug 24 22:27:59.001 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98462026-08-24T22:27:59.704Z[ host-image] Aug 24 22:27:59.001 INFO O| Aug 24 22:27:59.001 INFO STEP 15 (ensure_dir) COMPLETE
98472026-08-24T22:27:59.704Z[ host-image] Aug 24 22:27:59.001 INFO O| Aug 24 22:27:59.001 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-08-24T22:27:59.709Z[ host-image] Aug 24 22:27:59.006 INFO O| Aug 24 22:27:59.006 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98492026-08-24T22:27:59.709Z[ host-image] Aug 24 22:27:59.006 INFO O| Aug 24 22:27:59.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98502026-08-24T22:27:59.713Z[ host-image] Aug 24 22:27:59.006 INFO O| Aug 24 22:27:59.006 INFO STEP 16 (ensure_dir) COMPLETE
98512026-08-24T22:27:59.713Z[ host-image] Aug 24 22:27:59.006 INFO O| Aug 24 22:27:59.006 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-08-24T22:27:59.716Z[ host-image] Aug 24 22:27:59.012 INFO O| Aug 24 22:27:59.012 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98532026-08-24T22:27:59.716Z[ host-image] Aug 24 22:27:59.012 INFO O| Aug 24 22:27:59.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98542026-08-24T22:27:59.716Z[ host-image] Aug 24 22:27:59.012 INFO O| Aug 24 22:27:59.012 INFO STEP 17 (ensure_dir) COMPLETE
98552026-08-24T22:27:59.716Z[ host-image] Aug 24 22:27:59.012 INFO O| Aug 24 22:27:59.012 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98562026-08-24T22:27:59.720Z[ host-image] Aug 24 22:27:59.017 INFO O| Aug 24 22:27:59.017 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98572026-08-24T22:27:59.720Z[ host-image] Aug 24 22:27:59.017 INFO O| Aug 24 22:27:59.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98582026-08-24T22:27:59.723Z[ host-image] Aug 24 22:27:59.017 INFO O| Aug 24 22:27:59.017 INFO ok!
98592026-08-24T22:27:59.723Z[ host-image] Aug 24 22:27:59.017 INFO O| Aug 24 22:27:59.017 INFO STEP 18 (ensure_symlink) COMPLETE
98602026-08-24T22:27:59.723Z[ host-image] Aug 24 22:27:59.017 INFO O| Aug 24 22:27:59.017 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-08-24T22:27:59.726Z[ host-image] Aug 24 22:27:59.023 INFO O| Aug 24 22:27:59.022 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98622026-08-24T22:27:59.726Z[ host-image] Aug 24 22:27:59.023 INFO O| Aug 24 22:27:59.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98632026-08-24T22:27:59.726Z[ host-image] Aug 24 22:27:59.023 INFO O| Aug 24 22:27:59.023 INFO ok!
98642026-08-24T22:27:59.726Z[ host-image] Aug 24 22:27:59.023 INFO O| Aug 24 22:27:59.023 INFO STEP 19 (ensure_file) COMPLETE
98652026-08-24T22:27:59.726Z[ host-image] Aug 24 22:27:59.023 INFO O| Aug 24 22:27:59.023 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98662026-08-24T22:27:59.731Z[ host-image] Aug 24 22:27:59.029 INFO O| Aug 24 22:27:59.029 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98672026-08-24T22:27:59.731Z[ host-image] Aug 24 22:27:59.029 INFO O| Aug 24 22:27:59.029 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98682026-08-24T22:27:59.734Z[ host-image] Aug 24 22:27:59.029 INFO O| Aug 24 22:27:59.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98692026-08-24T22:27:59.734Z[ host-image] Aug 24 22:27:59.029 INFO O| Aug 24 22:27:59.029 INFO ok!
98702026-08-24T22:27:59.735Z[ host-image] Aug 24 22:27:59.029 INFO O| Aug 24 22:27:59.029 INFO STEP 20 (ensure_symlink) COMPLETE
98712026-08-24T22:27:59.735Z[ host-image] Aug 24 22:27:59.029 INFO O| Aug 24 22:27:59.029 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-08-24T22:27:59.738Z[ host-image] Aug 24 22:27:59.034 INFO O| Aug 24 22:27:59.034 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98732026-08-24T22:27:59.738Z[ host-image] Aug 24 22:27:59.034 INFO O| Aug 24 22:27:59.034 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98742026-08-24T22:27:59.738Z[ host-image] Aug 24 22:27:59.034 INFO O| Aug 24 22:27:59.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98752026-08-24T22:27:59.738Z[ host-image] Aug 24 22:27:59.034 INFO O| Aug 24 22:27:59.034 INFO ok!
98762026-08-24T22:27:59.738Z[ host-image] Aug 24 22:27:59.034 INFO O| Aug 24 22:27:59.034 INFO STEP 21 (ensure_symlink) COMPLETE
98772026-08-24T22:27:59.738Z[ host-image] Aug 24 22:27:59.034 INFO O| Aug 24 22:27:59.034 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98782026-08-24T22:27:59.742Z[ host-image] Aug 24 22:27:59.039 INFO O| Aug 24 22:27:59.039 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98792026-08-24T22:27:59.745Z[ host-image] Aug 24 22:27:59.039 INFO O| Aug 24 22:27:59.039 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98802026-08-24T22:27:59.746Z[ host-image] Aug 24 22:27:59.039 INFO O| Aug 24 22:27:59.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98812026-08-24T22:27:59.746Z[ host-image] Aug 24 22:27:59.039 INFO O| Aug 24 22:27:59.039 INFO ok!
98822026-08-24T22:27:59.746Z[ host-image] Aug 24 22:27:59.039 INFO O| Aug 24 22:27:59.039 INFO STEP 22 (ensure_symlink) COMPLETE
98832026-08-24T22:27:59.746Z[ host-image] Aug 24 22:27:59.039 INFO O| Aug 24 22:27:59.039 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-24T22:27:59.749Z[ host-image] Aug 24 22:27:59.045 INFO O| Aug 24 22:27:59.045 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98852026-08-24T22:27:59.749Z[ host-image] Aug 24 22:27:59.045 INFO O| Aug 24 22:27:59.045 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98862026-08-24T22:27:59.749Z[ host-image] Aug 24 22:27:59.045 INFO O| Aug 24 22:27:59.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98872026-08-24T22:27:59.749Z[ host-image] Aug 24 22:27:59.045 INFO O| Aug 24 22:27:59.045 INFO ok!
98882026-08-24T22:27:59.749Z[ host-image] Aug 24 22:27:59.045 INFO O| Aug 24 22:27:59.045 INFO STEP 23 (ensure_symlink) COMPLETE
98892026-08-24T22:27:59.749Z[ host-image] Aug 24 22:27:59.045 INFO O| Aug 24 22:27:59.045 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-08-24T22:27:59.753Z[ host-image] Aug 24 22:27:59.050 INFO O| Aug 24 22:27:59.050 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98912026-08-24T22:27:59.753Z[ host-image] Aug 24 22:27:59.050 INFO O| Aug 24 22:27:59.050 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98922026-08-24T22:27:59.756Z[ host-image] Aug 24 22:27:59.050 INFO O| Aug 24 22:27:59.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98932026-08-24T22:27:59.756Z[ host-image] Aug 24 22:27:59.050 INFO O| Aug 24 22:27:59.050 INFO ok!
98942026-08-24T22:27:59.756Z[ host-image] Aug 24 22:27:59.050 INFO O| Aug 24 22:27:59.050 INFO STEP 24 (ensure_file) COMPLETE
98952026-08-24T22:27:59.756Z[ host-image] Aug 24 22:27:59.050 INFO O| Aug 24 22:27:59.050 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98962026-08-24T22:27:59.761Z[ host-image] Aug 24 22:27:59.059 INFO O| Aug 24 22:27:59.059 INFO updating shadow file
98972026-08-24T22:27:59.764Z[ host-image] Aug 24 22:27:59.059 INFO O| Aug 24 22:27:59.059 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98982026-08-24T22:27:59.764Z[ host-image] Aug 24 22:27:59.059 INFO O| Aug 24 22:27:59.059 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98992026-08-24T22:27:59.764Z[ host-image] Aug 24 22:27:59.059 INFO O| Aug 24 22:27:59.059 INFO STEP 25 (shadow) COMPLETE
99002026-08-24T22:27:59.764Z[ host-image] Aug 24 22:27:59.059 INFO O| Aug 24 22:27:59.059 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99012026-08-24T22:27:59.769Z[ host-image] Aug 24 22:27:59.066 INFO O| Aug 24 22:27:59.066 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99022026-08-24T22:27:59.769Z[ host-image] Aug 24 22:27:59.066 INFO O| Aug 24 22:27:59.066 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99032026-08-24T22:27:59.769Z[ host-image] Aug 24 22:27:59.066 INFO O| Aug 24 22:27:59.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99042026-08-24T22:27:59.772Z[ host-image] Aug 24 22:27:59.066 INFO O| Aug 24 22:27:59.066 INFO ok!
99052026-08-24T22:27:59.772Z[ host-image] Aug 24 22:27:59.066 INFO O| Aug 24 22:27:59.066 INFO STEP 26 (ensure_file) COMPLETE
99062026-08-24T22:27:59.772Z[ host-image] Aug 24 22:27:59.066 INFO O| Aug 24 22:27:59.066 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99072026-08-24T22:27:59.776Z[ host-image] Aug 24 22:27:59.073 INFO O| Aug 24 22:27:59.073 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99082026-08-24T22:27:59.776Z[ host-image] Aug 24 22:27:59.073 INFO O| Aug 24 22:27:59.073 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99092026-08-24T22:27:59.779Z[ host-image] Aug 24 22:27:59.074 INFO O| Aug 24 22:27:59.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99102026-08-24T22:27:59.779Z[ host-image] Aug 24 22:27:59.074 INFO O| Aug 24 22:27:59.074 INFO ok!
99112026-08-24T22:27:59.779Z[ host-image] Aug 24 22:27:59.074 INFO O| Aug 24 22:27:59.074 INFO STEP 27 (ensure_file) COMPLETE
99122026-08-24T22:27:59.780Z[ host-image] Aug 24 22:27:59.074 INFO O| Aug 24 22:27:59.074 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99132026-08-24T22:27:59.783Z[ host-image] Aug 24 22:27:59.081 INFO O| Aug 24 22:27:59.081 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99142026-08-24T22:27:59.783Z[ host-image] Aug 24 22:27:59.081 INFO O| Aug 24 22:27:59.081 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99152026-08-24T22:27:59.786Z[ host-image] Aug 24 22:27:59.081 INFO O| Aug 24 22:27:59.081 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99162026-08-24T22:27:59.787Z[ host-image] Aug 24 22:27:59.081 INFO O| Aug 24 22:27:59.081 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99172026-08-24T22:27:59.787Z[ host-image] Aug 24 22:27:59.081 INFO O| Aug 24 22:27:59.081 INFO ok!
99182026-08-24T22:27:59.787Z[ host-image] Aug 24 22:27:59.081 INFO O| Aug 24 22:27:59.081 INFO STEP 28 (ensure_file) COMPLETE
99192026-08-24T22:27:59.787Z[ host-image] Aug 24 22:27:59.081 INFO O| Aug 24 22:27:59.081 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99202026-08-24T22:27:59.790Z[ host-image] Aug 24 22:27:59.087 INFO O| Aug 24 22:27:59.087 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99212026-08-24T22:27:59.791Z[ host-image] Aug 24 22:27:59.087 INFO O| Aug 24 22:27:59.087 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99222026-08-24T22:27:59.792Z[ host-image] Aug 24 22:27:59.087 INFO O| Aug 24 22:27:59.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99232026-08-24T22:27:59.792Z[ host-image] Aug 24 22:27:59.087 INFO O| Aug 24 22:27:59.087 INFO ok!
99242026-08-24T22:27:59.792Z[ host-image] Aug 24 22:27:59.087 INFO O| Aug 24 22:27:59.087 INFO STEP 29 (ensure_file) COMPLETE
99252026-08-24T22:27:59.792Z[ host-image] Aug 24 22:27:59.087 INFO O| Aug 24 22:27:59.087 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99262026-08-24T22:27:59.796Z[ host-image] Aug 24 22:27:59.094 INFO O| Aug 24 22:27:59.094 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99272026-08-24T22:27:59.799Z[ host-image] Aug 24 22:27:59.094 INFO O| Aug 24 22:27:59.094 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99282026-08-24T22:27:59.800Z[ host-image] Aug 24 22:27:59.094 INFO O| Aug 24 22:27:59.094 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99292026-08-24T22:27:59.800Z[ host-image] Aug 24 22:27:59.094 INFO O| Aug 24 22:27:59.094 INFO STEP 30 (ensure_dir) COMPLETE
99302026-08-24T22:27:59.800Z[ host-image] Aug 24 22:27:59.094 INFO O| Aug 24 22:27:59.094 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-08-24T22:27:59.804Z[ host-image] Aug 24 22:27:59.101 INFO O| Aug 24 22:27:59.101 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99322026-08-24T22:27:59.804Z[ host-image] Aug 24 22:27:59.101 INFO O| Aug 24 22:27:59.101 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99332026-08-24T22:27:59.804Z[ host-image] Aug 24 22:27:59.101 INFO O| Aug 24 22:27:59.101 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99342026-08-24T22:27:59.804Z[ host-image] Aug 24 22:27:59.101 INFO O| Aug 24 22:27:59.101 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99352026-08-24T22:27:59.804Z[ host-image] Aug 24 22:27:59.101 INFO O| Aug 24 22:27:59.101 INFO ok!
99362026-08-24T22:27:59.804Z[ host-image] Aug 24 22:27:59.101 INFO O| Aug 24 22:27:59.101 INFO STEP 31 (ensure_file) COMPLETE
99372026-08-24T22:27:59.804Z[ host-image] Aug 24 22:27:59.101 INFO O| Aug 24 22:27:59.101 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99382026-08-24T22:27:59.809Z[ host-image] Aug 24 22:27:59.107 INFO O| Aug 24 22:27:59.107 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99392026-08-24T22:27:59.813Z[ host-image] Aug 24 22:27:59.107 INFO O| Aug 24 22:27:59.107 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99402026-08-24T22:27:59.813Z[ host-image] Aug 24 22:27:59.107 INFO O| Aug 24 22:27:59.107 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99412026-08-24T22:27:59.813Z[ host-image] Aug 24 22:27:59.107 INFO O| Aug 24 22:27:59.107 INFO STEP 32 (ensure_dir) COMPLETE
99422026-08-24T22:27:59.813Z[ host-image] Aug 24 22:27:59.107 INFO O| Aug 24 22:27:59.107 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99432026-08-24T22:27:59.816Z[ host-image] Aug 24 22:27:59.113 INFO O| Aug 24 22:27:59.113 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99442026-08-24T22:27:59.816Z[ host-image] Aug 24 22:27:59.113 INFO O| Aug 24 22:27:59.113 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 ...
99452026-08-24T22:27:59.816Z[ host-image] Aug 24 22:27:59.113 INFO O| Aug 24 22:27:59.113 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
99462026-08-24T22:27:59.817Z[ host-image] Aug 24 22:27:59.113 INFO O| Aug 24 22:27:59.113 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99472026-08-24T22:27:59.817Z[ host-image] Aug 24 22:27:59.113 INFO O| Aug 24 22:27:59.113 INFO ok!
99482026-08-24T22:27:59.817Z[ host-image] Aug 24 22:27:59.113 INFO O| Aug 24 22:27:59.113 INFO STEP 33 (ensure_file) COMPLETE
99492026-08-24T22:27:59.817Z[ host-image] Aug 24 22:27:59.113 INFO O| Aug 24 22:27:59.113 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99502026-08-24T22:27:59.823Z[ host-image] Aug 24 22:27:59.120 INFO O| Aug 24 22:27:59.120 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99512026-08-24T22:27:59.823Z[ host-image] Aug 24 22:27:59.120 INFO O| Aug 24 22:27:59.120 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99522026-08-24T22:27:59.826Z[ host-image] Aug 24 22:27:59.120 INFO O| Aug 24 22:27:59.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99532026-08-24T22:27:59.826Z[ host-image] Aug 24 22:27:59.120 INFO O| Aug 24 22:27:59.120 INFO ok!
99542026-08-24T22:27:59.826Z[ host-image] Aug 24 22:27:59.120 INFO O| Aug 24 22:27:59.120 INFO STEP 34 (ensure_file) COMPLETE
99552026-08-24T22:27:59.826Z[ host-image] Aug 24 22:27:59.120 INFO O| Aug 24 22:27:59.120 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99562026-08-24T22:27:59.830Z[ host-image] Aug 24 22:27:59.127 INFO O| Aug 24 22:27:59.127 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99572026-08-24T22:27:59.830Z[ host-image] Aug 24 22:27:59.127 INFO O| Aug 24 22:27:59.127 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99582026-08-24T22:27:59.833Z[ host-image] Aug 24 22:27:59.127 INFO O| Aug 24 22:27:59.127 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99592026-08-24T22:27:59.833Z[ host-image] Aug 24 22:27:59.127 INFO O| Aug 24 22:27:59.127 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99602026-08-24T22:27:59.833Z[ host-image] Aug 24 22:27:59.127 INFO O| Aug 24 22:27:59.127 INFO ok!
99612026-08-24T22:27:59.833Z[ host-image] Aug 24 22:27:59.127 INFO O| Aug 24 22:27:59.127 INFO STEP 35 (ensure_file) COMPLETE
99622026-08-24T22:27:59.833Z[ host-image] Aug 24 22:27:59.127 INFO O| Aug 24 22:27:59.127 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99632026-08-24T22:27:59.837Z[ host-image] Aug 24 22:27:59.134 INFO O| Aug 24 22:27:59.134 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99642026-08-24T22:27:59.837Z[ host-image] Aug 24 22:27:59.134 INFO O| Aug 24 22:27:59.134 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99652026-08-24T22:27:59.837Z[ host-image] Aug 24 22:27:59.134 INFO O| Aug 24 22:27:59.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99662026-08-24T22:27:59.840Z[ host-image] Aug 24 22:27:59.134 INFO O| Aug 24 22:27:59.134 INFO ok!
99672026-08-24T22:27:59.840Z[ host-image] Aug 24 22:27:59.134 INFO O| Aug 24 22:27:59.134 INFO STEP 36 (ensure_file) COMPLETE
99682026-08-24T22:27:59.840Z[ host-image] Aug 24 22:27:59.134 INFO O| Aug 24 22:27:59.134 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99692026-08-24T22:27:59.844Z[ host-image] Aug 24 22:27:59.142 INFO O| Aug 24 22:27:59.141 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99702026-08-24T22:27:59.844Z[ host-image] Aug 24 22:27:59.142 INFO O| Aug 24 22:27:59.142 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99712026-08-24T22:27:59.844Z[ host-image] Aug 24 22:27:59.142 INFO O| Aug 24 22:27:59.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99722026-08-24T22:27:59.848Z[ host-image] Aug 24 22:27:59.142 INFO O| Aug 24 22:27:59.142 INFO ok!
99732026-08-24T22:27:59.849Z[ host-image] Aug 24 22:27:59.142 INFO O| Aug 24 22:27:59.142 INFO STEP 37 (ensure_file) COMPLETE
99742026-08-24T22:27:59.849Z[ host-image] Aug 24 22:27:59.142 INFO O| Aug 24 22:27:59.142 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99752026-08-24T22:27:59.852Z[ host-image] Aug 24 22:27:59.148 INFO O| Aug 24 22:27:59.148 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99762026-08-24T22:27:59.852Z[ host-image] Aug 24 22:27:59.148 INFO O| Aug 24 22:27:59.148 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99772026-08-24T22:27:59.852Z[ host-image] Aug 24 22:27:59.148 INFO O| Aug 24 22:27:59.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99782026-08-24T22:27:59.852Z[ host-image] Aug 24 22:27:59.148 INFO O| Aug 24 22:27:59.148 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99792026-08-24T22:27:59.852Z[ host-image] Aug 24 22:27:59.148 INFO O| Aug 24 22:27:59.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99802026-08-24T22:27:59.852Z[ host-image] Aug 24 22:27:59.148 INFO O| Aug 24 22:27:59.148 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99812026-08-24T22:27:59.852Z[ host-image] Aug 24 22:27:59.148 INFO O| Aug 24 22:27:59.148 INFO ok!
99822026-08-24T22:27:59.852Z[ host-image] Aug 24 22:27:59.148 INFO O| Aug 24 22:27:59.148 INFO STEP 38 (ensure_file) COMPLETE
99832026-08-24T22:27:59.852Z[ host-image] Aug 24 22:27:59.148 INFO O| Aug 24 22:27:59.148 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99842026-08-24T22:27:59.857Z[ host-image] Aug 24 22:27:59.154 INFO O| Aug 24 22:27:59.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99852026-08-24T22:27:59.860Z[ host-image] Aug 24 22:27:59.154 INFO O| Aug 24 22:27:59.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99862026-08-24T22:27:59.860Z[ host-image] Aug 24 22:27:59.154 INFO O| Aug 24 22:27:59.154 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99872026-08-24T22:27:59.860Z[ host-image] Aug 24 22:27:59.154 INFO O| Aug 24 22:27:59.154 INFO STEP 39 (ensure_dir) COMPLETE
99882026-08-24T22:27:59.860Z[ host-image] Aug 24 22:27:59.154 INFO O| Aug 24 22:27:59.154 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99892026-08-24T22:27:59.864Z[ host-image] Aug 24 22:27:59.160 INFO O| Aug 24 22:27:59.160 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
99902026-08-24T22:27:59.864Z[ host-image] Aug 24 22:27:59.160 INFO O| Aug 24 22:27:59.160 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 ...
99912026-08-24T22:27:59.864Z[ host-image] Aug 24 22:27:59.160 INFO O| Aug 24 22:27:59.160 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
99922026-08-24T22:27:59.864Z[ host-image] Aug 24 22:27:59.160 INFO O| Aug 24 22:27:59.160 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
99932026-08-24T22:27:59.864Z[ host-image] Aug 24 22:27:59.160 INFO O| Aug 24 22:27:59.160 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
99942026-08-24T22:27:59.864Z[ host-image] Aug 24 22:27:59.160 INFO O| Aug 24 22:27:59.160 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
99952026-08-24T22:27:59.864Z[ host-image] Aug 24 22:27:59.160 INFO O| Aug 24 22:27:59.160 INFO ok!
99962026-08-24T22:27:59.864Z[ host-image] Aug 24 22:27:59.160 INFO O| Aug 24 22:27:59.160 INFO STEP 40 (ensure_file) COMPLETE
99972026-08-24T22:27:59.864Z[ host-image] Aug 24 22:27:59.160 INFO O| Aug 24 22:27:59.160 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99982026-08-24T22:27:59.869Z[ host-image] Aug 24 22:27:59.166 INFO O| Aug 24 22:27:59.166 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99992026-08-24T22:27:59.869Z[ host-image] Aug 24 22:27:59.166 INFO O| Aug 24 22:27:59.166 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 ...
100002026-08-24T22:27:59.872Z[ host-image] Aug 24 22:27:59.166 INFO O| Aug 24 22:27:59.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100012026-08-24T22:27:59.873Z[ host-image] Aug 24 22:27:59.166 INFO O| Aug 24 22:27:59.166 INFO ok!
100022026-08-24T22:27:59.874Z[ host-image] Aug 24 22:27:59.166 INFO O| Aug 24 22:27:59.166 INFO STEP 41 (ensure_symlink) COMPLETE
100032026-08-24T22:27:59.874Z[ host-image] Aug 24 22:27:59.166 INFO O| Aug 24 22:27:59.166 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100042026-08-24T22:27:59.877Z[ host-image] Aug 24 22:27:59.174 INFO O| Aug 24 22:27:59.174 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100052026-08-24T22:27:59.877Z[ host-image] Aug 24 22:27:59.174 INFO O| Aug 24 22:27:59.174 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100062026-08-24T22:27:59.877Z[ host-image] Aug 24 22:27:59.174 INFO O| Aug 24 22:27:59.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100072026-08-24T22:27:59.877Z[ host-image] Aug 24 22:27:59.174 INFO O| Aug 24 22:27:59.174 INFO ok!
100082026-08-24T22:27:59.877Z[ host-image] Aug 24 22:27:59.174 INFO O| Aug 24 22:27:59.174 INFO STEP 42 (ensure_symlink) COMPLETE
100092026-08-24T22:27:59.877Z[ host-image] Aug 24 22:27:59.174 INFO O| Aug 24 22:27:59.174 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100102026-08-24T22:27:59.883Z[ host-image] Aug 24 22:27:59.181 INFO O| Aug 24 22:27:59.181 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100112026-08-24T22:27:59.887Z[ host-image] Aug 24 22:27:59.181 INFO O| Aug 24 22:27:59.181 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100122026-08-24T22:27:59.887Z[ host-image] Aug 24 22:27:59.181 INFO O| Aug 24 22:27:59.181 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100132026-08-24T22:27:59.887Z[ host-image] Aug 24 22:27:59.181 INFO O| Aug 24 22:27:59.181 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100142026-08-24T22:27:59.887Z[ host-image] Aug 24 22:27:59.181 INFO O| Aug 24 22:27:59.181 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100152026-08-24T22:27:59.887Z[ host-image] Aug 24 22:27:59.181 INFO O| Aug 24 22:27:59.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100162026-08-24T22:27:59.887Z[ host-image] Aug 24 22:27:59.181 INFO O| Aug 24 22:27:59.181 INFO ok!
100172026-08-24T22:27:59.887Z[ host-image] Aug 24 22:27:59.181 INFO O| Aug 24 22:27:59.181 INFO STEP 43 (ensure_file) COMPLETE
100182026-08-24T22:27:59.887Z[ host-image] Aug 24 22:27:59.181 INFO O| Aug 24 22:27:59.181 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100192026-08-24T22:27:59.892Z[ host-image] Aug 24 22:27:59.188 INFO O| Aug 24 22:27:59.188 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100202026-08-24T22:27:59.892Z[ host-image] Aug 24 22:27:59.188 INFO O| Aug 24 22:27:59.188 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 ...
100212026-08-24T22:27:59.892Z[ host-image] Aug 24 22:27:59.188 INFO O| Aug 24 22:27:59.188 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
100222026-08-24T22:27:59.892Z[ host-image] Aug 24 22:27:59.188 INFO O| Aug 24 22:27:59.188 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100232026-08-24T22:27:59.892Z[ host-image] Aug 24 22:27:59.188 INFO O| Aug 24 22:27:59.188 INFO ok!
100242026-08-24T22:27:59.892Z[ host-image] Aug 24 22:27:59.188 INFO O| Aug 24 22:27:59.188 INFO STEP 44 (ensure_file) COMPLETE
100252026-08-24T22:27:59.892Z[ host-image] Aug 24 22:27:59.188 INFO O| Aug 24 22:27:59.188 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100262026-08-24T22:27:59.897Z[ host-image] Aug 24 22:27:59.194 INFO O| Aug 24 22:27:59.194 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100272026-08-24T22:27:59.900Z[ host-image] Aug 24 22:27:59.194 INFO O| Aug 24 22:27:59.194 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100282026-08-24T22:27:59.900Z[ host-image] Aug 24 22:27:59.194 INFO O| Aug 24 22:27:59.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100292026-08-24T22:27:59.900Z[ host-image] Aug 24 22:27:59.194 INFO O| Aug 24 22:27:59.194 INFO ok!
100302026-08-24T22:27:59.900Z[ host-image] Aug 24 22:27:59.194 INFO O| Aug 24 22:27:59.194 INFO STEP 45 (ensure_file) COMPLETE
100312026-08-24T22:27:59.900Z[ host-image] Aug 24 22:27:59.194 INFO O| Aug 24 22:27:59.194 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100322026-08-24T22:27:59.905Z[ host-image] Aug 24 22:27:59.200 INFO O| Aug 24 22:27:59.200 INFO updating shadow file
100332026-08-24T22:27:59.905Z[ host-image] Aug 24 22:27:59.201 INFO O| Aug 24 22:27:59.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100342026-08-24T22:27:59.905Z[ host-image] Aug 24 22:27:59.201 INFO O| Aug 24 22:27:59.201 INFO STEP 46 (shadow) COMPLETE
100352026-08-24T22:27:59.905Z[ host-image] Aug 24 22:27:59.201 INFO O| Aug 24 22:27:59.201 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100362026-08-24T22:27:59.910Z[ host-image] Aug 24 22:27:59.207 INFO O| Aug 24 22:27:59.207 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100372026-08-24T22:27:59.910Z[ host-image] Aug 24 22:27:59.207 INFO O| Aug 24 22:27:59.207 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100382026-08-24T22:27:59.910Z[ host-image] Aug 24 22:27:59.207 INFO O| Aug 24 22:27:59.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100392026-08-24T22:27:59.914Z[ host-image] Aug 24 22:27:59.207 INFO O| Aug 24 22:27:59.207 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100402026-08-24T22:27:59.914Z[ host-image] Aug 24 22:27:59.207 INFO O| Aug 24 22:27:59.207 INFO ok!
100412026-08-24T22:27:59.914Z[ host-image] Aug 24 22:27:59.207 INFO O| Aug 24 22:27:59.207 INFO STEP 47 (ensure_file) COMPLETE
100422026-08-24T22:27:59.914Z[ host-image] Aug 24 22:27:59.207 INFO O| Aug 24 22:27:59.207 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100432026-08-24T22:27:59.914Z[ host-image] Aug 24 22:27:59.207 INFO O| Aug 24 22:27:59.207 INFO skip step because feature "mfg" is not enabled
100442026-08-24T22:27:59.914Z[ host-image] Aug 24 22:27:59.207 INFO O| Aug 24 22:27:59.207 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100452026-08-24T22:27:59.914Z[ host-image] Aug 24 22:27:59.208 INFO O| Aug 24 22:27:59.207 INFO skip step because feature "mfg" is not enabled
100462026-08-24T22:27:59.914Z[ host-image] Aug 24 22:27:59.208 INFO O| Aug 24 22:27:59.208 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100472026-08-24T22:27:59.917Z[ host-image] Aug 24 22:27:59.214 INFO O| Aug 24 22:27:59.214 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100482026-08-24T22:27:59.917Z[ host-image] Aug 24 22:27:59.214 INFO O| Aug 24 22:27:59.214 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100492026-08-24T22:27:59.941Z[ host-image] Aug 24 22:27:59.238 INFO O| Aug 24 22:27:59.238 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100502026-08-24T22:27:59.941Z[ host-image] Aug 24 22:27:59.238 INFO O| Aug 24 22:27:59.238 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100512026-08-24T22:27:59.944Z[ host-image] Aug 24 22:27:59.238 INFO O| Aug 24 22:27:59.238 INFO ok!
100522026-08-24T22:27:59.944Z[ host-image] Aug 24 22:27:59.238 INFO O| Aug 24 22:27:59.238 INFO STEP 50 (ensure_file) COMPLETE
100532026-08-24T22:27:59.944Z[ host-image] Aug 24 22:27:59.238 INFO O| Aug 24 22:27:59.238 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100542026-08-24T22:27:59.944Z[ host-image] Aug 24 22:27:59.238 INFO O| Aug 24 22:27:59.238 INFO skip step because feature "compliance" is not enabled
100552026-08-24T22:27:59.944Z[ host-image] Aug 24 22:27:59.238 INFO O| Aug 24 22:27:59.238 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100562026-08-24T22:27:59.948Z[ host-image] Aug 24 22:27:59.245 INFO O| Aug 24 22:27:59.245 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100572026-08-24T22:27:59.951Z[ host-image] Aug 24 22:27:59.245 INFO O| Aug 24 22:27:59.245 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100582026-08-24T22:27:59.951Z[ host-image] Aug 24 22:27:59.245 INFO O| Aug 24 22:27:59.245 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100592026-08-24T22:27:59.951Z[ host-image] Aug 24 22:27:59.245 INFO O| Aug 24 22:27:59.245 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100602026-08-24T22:27:59.951Z[ host-image] Aug 24 22:27:59.245 INFO O| Aug 24 22:27:59.245 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100612026-08-24T22:27:59.953Z[ host-image] Aug 24 22:27:59.245 INFO O| Aug 24 22:27:59.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100622026-08-24T22:27:59.953Z[ host-image] Aug 24 22:27:59.245 INFO O| Aug 24 22:27:59.245 INFO ok!
100632026-08-24T22:27:59.953Z[ host-image] Aug 24 22:27:59.245 INFO O| Aug 24 22:27:59.245 INFO STEP 52 (ensure_file) COMPLETE
100642026-08-24T22:27:59.953Z[ host-image] Aug 24 22:27:59.245 INFO O| Aug 24 22:27:59.245 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100652026-08-24T22:27:59.956Z[ host-image] Aug 24 22:27:59.253 INFO O| Aug 24 22:27:59.253 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100662026-08-24T22:27:59.956Z[ host-image] Aug 24 22:27:59.253 INFO O| Aug 24 22:27:59.253 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 ...
100672026-08-24T22:27:59.957Z[ host-image] Aug 24 22:27:59.253 INFO O| Aug 24 22:27:59.253 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
100682026-08-24T22:27:59.957Z[ host-image] Aug 24 22:27:59.253 INFO O| Aug 24 22:27:59.253 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100692026-08-24T22:27:59.957Z[ host-image] Aug 24 22:27:59.253 INFO O| Aug 24 22:27:59.253 INFO ok!
100702026-08-24T22:27:59.957Z[ host-image] Aug 24 22:27:59.253 INFO O| Aug 24 22:27:59.253 INFO STEP 53 (ensure_file) COMPLETE
100712026-08-24T22:27:59.957Z[ host-image] Aug 24 22:27:59.253 INFO O| Aug 24 22:27:59.253 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-24T22:27:59.962Z[ host-image] Aug 24 22:27:59.260 INFO O| Aug 24 22:27:59.260 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100732026-08-24T22:27:59.962Z[ host-image] Aug 24 22:27:59.260 INFO O| Aug 24 22:27:59.260 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 ...
100742026-08-24T22:27:59.965Z[ host-image] Aug 24 22:27:59.260 INFO O| Aug 24 22:27:59.260 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100752026-08-24T22:27:59.966Z[ host-image] Aug 24 22:27:59.260 INFO O| Aug 24 22:27:59.260 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100762026-08-24T22:27:59.966Z[ host-image] Aug 24 22:27:59.260 INFO O| Aug 24 22:27:59.260 INFO ok!
100772026-08-24T22:27:59.966Z[ host-image] Aug 24 22:27:59.260 INFO O| Aug 24 22:27:59.260 INFO STEP 54 (ensure_file) COMPLETE
100782026-08-24T22:27:59.966Z[ host-image] Aug 24 22:27:59.260 INFO O| Aug 24 22:27:59.260 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100792026-08-24T22:27:59.969Z[ host-image] Aug 24 22:27:59.267 INFO O| Aug 24 22:27:59.267 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100802026-08-24T22:27:59.969Z[ host-image] Aug 24 22:27:59.267 INFO O| Aug 24 22:27:59.267 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 ...
100812026-08-24T22:27:59.969Z[ host-image] Aug 24 22:27:59.267 INFO O| Aug 24 22:27:59.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100822026-08-24T22:27:59.972Z[ host-image] Aug 24 22:27:59.267 INFO O| Aug 24 22:27:59.267 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100832026-08-24T22:27:59.973Z[ host-image] Aug 24 22:27:59.267 INFO O| Aug 24 22:27:59.267 INFO ok!
100842026-08-24T22:27:59.973Z[ host-image] Aug 24 22:27:59.267 INFO O| Aug 24 22:27:59.267 INFO STEP 55 (ensure_file) COMPLETE
100852026-08-24T22:27:59.973Z[ host-image] Aug 24 22:27:59.267 INFO O| Aug 24 22:27:59.267 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100862026-08-24T22:27:59.976Z[ host-image] Aug 24 22:27:59.273 INFO O| Aug 24 22:27:59.273 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100872026-08-24T22:27:59.976Z[ host-image] Aug 24 22:27:59.274 INFO O| Aug 24 22:27:59.273 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 ...
100882026-08-24T22:27:59.979Z[ host-image] Aug 24 22:27:59.274 INFO O| Aug 24 22:27:59.274 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100892026-08-24T22:27:59.979Z[ host-image] Aug 24 22:27:59.274 INFO O| Aug 24 22:27:59.274 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100902026-08-24T22:27:59.979Z[ host-image] Aug 24 22:27:59.274 INFO O| Aug 24 22:27:59.274 INFO ok!
100912026-08-24T22:27:59.979Z[ host-image] Aug 24 22:27:59.274 INFO O| Aug 24 22:27:59.274 INFO STEP 56 (ensure_file) COMPLETE
100922026-08-24T22:27:59.979Z[ host-image] Aug 24 22:27:59.274 INFO O| Aug 24 22:27:59.274 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100932026-08-24T22:27:59.983Z[ host-image] Aug 24 22:27:59.279 INFO O| Aug 24 22:27:59.279 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100942026-08-24T22:27:59.983Z[ host-image] Aug 24 22:27:59.279 INFO O| Aug 24 22:27:59.279 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 ...
100952026-08-24T22:27:59.983Z[ host-image] Aug 24 22:27:59.279 INFO O| Aug 24 22:27:59.279 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
100962026-08-24T22:27:59.983Z[ host-image] Aug 24 22:27:59.280 INFO O| Aug 24 22:27:59.279 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100972026-08-24T22:27:59.983Z[ host-image] Aug 24 22:27:59.280 INFO O| Aug 24 22:27:59.279 INFO ok!
100982026-08-24T22:27:59.983Z[ host-image] Aug 24 22:27:59.280 INFO O| Aug 24 22:27:59.279 INFO STEP 57 (ensure_file) COMPLETE
100992026-08-24T22:27:59.983Z[ host-image] Aug 24 22:27:59.280 INFO O| Aug 24 22:27:59.279 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101002026-08-24T22:27:59.988Z[ host-image] Aug 24 22:27:59.286 INFO O| Aug 24 22:27:59.286 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101012026-08-24T22:27:59.988Z[ host-image] Aug 24 22:27:59.286 INFO O| Aug 24 22:27:59.286 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 ...
101022026-08-24T22:27:59.992Z[ host-image] Aug 24 22:27:59.286 INFO O| Aug 24 22:27:59.286 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101032026-08-24T22:27:59.992Z[ host-image] Aug 24 22:27:59.286 INFO O| Aug 24 22:27:59.286 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101042026-08-24T22:27:59.993Z[ host-image] Aug 24 22:27:59.286 INFO O| Aug 24 22:27:59.286 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101052026-08-24T22:27:59.993Z[ host-image] Aug 24 22:27:59.286 INFO O| Aug 24 22:27:59.286 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101062026-08-24T22:27:59.993Z[ host-image] Aug 24 22:27:59.286 INFO O| Aug 24 22:27:59.286 INFO ok!
101072026-08-24T22:27:59.993Z[ host-image] Aug 24 22:27:59.286 INFO O| Aug 24 22:27:59.286 INFO STEP 58 (ensure_file) COMPLETE
101082026-08-24T22:27:59.993Z[ host-image] Aug 24 22:27:59.286 INFO O| Aug 24 22:27:59.286 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101092026-08-24T22:27:59.996Z[ host-image] Aug 24 22:27:59.292 INFO O| Aug 24 22:27:59.291 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101102026-08-24T22:27:59.996Z[ host-image] Aug 24 22:27:59.292 INFO O| Aug 24 22:27:59.292 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 ...
101112026-08-24T22:27:59.997Z[ host-image] Aug 24 22:27:59.292 INFO O| Aug 24 22:27:59.292 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
101122026-08-24T22:27:59.997Z[ host-image] Aug 24 22:27:59.292 INFO O| Aug 24 22:27:59.292 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101132026-08-24T22:27:59.997Z[ host-image] Aug 24 22:27:59.292 INFO O| Aug 24 22:27:59.292 INFO ok!
101142026-08-24T22:27:59.997Z[ host-image] Aug 24 22:27:59.292 INFO O| Aug 24 22:27:59.292 INFO STEP 59 (ensure_file) COMPLETE
101152026-08-24T22:27:59.997Z[ host-image] Aug 24 22:27:59.292 INFO O| Aug 24 22:27:59.292 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101162026-08-24T22:28:00.002Z[ host-image] Aug 24 22:27:59.299 INFO O| Aug 24 22:27:59.299 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101172026-08-24T22:28:00.002Z[ host-image] Aug 24 22:27:59.299 INFO O| Aug 24 22:27:59.299 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101182026-08-24T22:28:00.004Z[ host-image] Aug 24 22:27:59.299 INFO O| Aug 24 22:27:59.299 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101192026-08-24T22:28:00.007Z[ host-image] Aug 24 22:27:59.299 INFO O| Aug 24 22:27:59.299 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101202026-08-24T22:28:00.007Z[ host-image] Aug 24 22:27:59.299 INFO O| Aug 24 22:27:59.299 INFO ok!
101212026-08-24T22:28:00.007Z[ host-image] Aug 24 22:27:59.299 INFO O| Aug 24 22:27:59.299 INFO STEP 60 (ensure_file) COMPLETE
101222026-08-24T22:28:00.007Z[ host-image] Aug 24 22:27:59.299 INFO O| Aug 24 22:27:59.299 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101232026-08-24T22:28:00.011Z[ host-image] Aug 24 22:27:59.306 INFO O| Aug 24 22:27:59.306 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101242026-08-24T22:28:00.011Z[ host-image] Aug 24 22:27:59.306 INFO O| Aug 24 22:27:59.306 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 ...
101252026-08-24T22:28:00.011Z[ host-image] Aug 24 22:27:59.306 INFO O| Aug 24 22:27:59.306 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
101262026-08-24T22:28:00.011Z[ host-image] Aug 24 22:27:59.306 INFO O| Aug 24 22:27:59.306 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101272026-08-24T22:28:00.011Z[ host-image] Aug 24 22:27:59.306 INFO O| Aug 24 22:27:59.306 INFO ok!
101282026-08-24T22:28:00.011Z[ host-image] Aug 24 22:27:59.306 INFO O| Aug 24 22:27:59.306 INFO STEP 61 (ensure_file) COMPLETE
101292026-08-24T22:28:00.011Z[ host-image] Aug 24 22:27:59.306 INFO O| Aug 24 22:27:59.306 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101302026-08-24T22:28:00.016Z[ host-image] Aug 24 22:27:59.313 INFO O| Aug 24 22:27:59.313 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101312026-08-24T22:28:00.019Z[ host-image] Aug 24 22:27:59.313 INFO O| Aug 24 22:27:59.313 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101322026-08-24T22:28:00.020Z[ host-image] Aug 24 22:27:59.313 INFO O| Aug 24 22:27:59.313 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101332026-08-24T22:28:00.020Z[ host-image] Aug 24 22:27:59.313 INFO O| Aug 24 22:27:59.313 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101342026-08-24T22:28:00.020Z[ host-image] Aug 24 22:27:59.313 INFO O| Aug 24 22:27:59.313 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101352026-08-24T22:28:00.020Z[ host-image] Aug 24 22:27:59.313 INFO O| Aug 24 22:27:59.313 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101362026-08-24T22:28:00.020Z[ host-image] Aug 24 22:27:59.313 INFO O| Aug 24 22:27:59.313 INFO ok!
101372026-08-24T22:28:00.020Z[ host-image] Aug 24 22:27:59.313 INFO O| Aug 24 22:27:59.313 INFO STEP 62 (ensure_file) COMPLETE
101382026-08-24T22:28:00.020Z[ host-image] Aug 24 22:27:59.313 INFO O| Aug 24 22:27:59.313 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101392026-08-24T22:28:00.024Z[ host-image] Aug 24 22:27:59.320 INFO O| Aug 24 22:27:59.320 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101402026-08-24T22:28:00.024Z[ host-image] Aug 24 22:27:59.320 INFO O| Aug 24 22:27:59.320 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 ...
101412026-08-24T22:28:00.024Z[ host-image] Aug 24 22:27:59.320 INFO O| Aug 24 22:27:59.320 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
101422026-08-24T22:28:00.024Z[ host-image] Aug 24 22:27:59.320 INFO O| Aug 24 22:27:59.320 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101432026-08-24T22:28:00.024Z[ host-image] Aug 24 22:27:59.320 INFO O| Aug 24 22:27:59.320 INFO ok!
101442026-08-24T22:28:00.024Z[ host-image] Aug 24 22:27:59.320 INFO O| Aug 24 22:27:59.320 INFO STEP 63 (ensure_file) COMPLETE
101452026-08-24T22:28:00.024Z[ host-image] Aug 24 22:27:59.320 INFO O| Aug 24 22:27:59.320 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101462026-08-24T22:28:00.030Z[ host-image] Aug 24 22:27:59.327 INFO O| Aug 24 22:27:59.327 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101472026-08-24T22:28:00.035Z[ host-image] Aug 24 22:27:59.327 INFO O| Aug 24 22:27:59.327 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 ...
101482026-08-24T22:28:00.035Z[ host-image] Aug 24 22:27:59.327 INFO O| Aug 24 22:27:59.327 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
101492026-08-24T22:28:00.035Z[ host-image] Aug 24 22:27:59.327 INFO O| Aug 24 22:27:59.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101502026-08-24T22:28:00.035Z[ host-image] Aug 24 22:27:59.327 INFO O| Aug 24 22:27:59.327 INFO ok!
101512026-08-24T22:28:00.035Z[ host-image] Aug 24 22:27:59.327 INFO O| Aug 24 22:27:59.327 INFO STEP 64 (ensure_file) COMPLETE
101522026-08-24T22:28:00.035Z[ host-image] Aug 24 22:27:59.327 INFO O| Aug 24 22:27:59.327 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101532026-08-24T22:28:00.038Z[ host-image] Aug 24 22:27:59.334 INFO O| Aug 24 22:27:59.334 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101542026-08-24T22:28:00.038Z[ host-image] Aug 24 22:27:59.334 INFO O| Aug 24 22:27:59.334 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 ...
101552026-08-24T22:28:00.038Z[ host-image] Aug 24 22:27:59.334 INFO O| Aug 24 22:27:59.334 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
101562026-08-24T22:28:00.038Z[ host-image] Aug 24 22:27:59.334 INFO O| Aug 24 22:27:59.334 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101572026-08-24T22:28:00.038Z[ host-image] Aug 24 22:27:59.334 INFO O| Aug 24 22:27:59.334 INFO ok!
101582026-08-24T22:28:00.038Z[ host-image] Aug 24 22:27:59.334 INFO O| Aug 24 22:27:59.334 INFO STEP 65 (ensure_file) COMPLETE
101592026-08-24T22:28:00.038Z[ host-image] Aug 24 22:27:59.334 INFO O| Aug 24 22:27:59.334 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101602026-08-24T22:28:00.038Z[ host-image] Aug 24 22:27:59.334 INFO O| Aug 24 22:27:59.334 INFO skip step because feature "mbist" is not enabled
101612026-08-24T22:28:00.038Z[ host-image] Aug 24 22:27:59.334 INFO O| Aug 24 22:27:59.334 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622026-08-24T22:28:00.044Z[ host-image] Aug 24 22:27:59.341 INFO O| Aug 24 22:27:59.341 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101632026-08-24T22:28:00.044Z[ host-image] Aug 24 22:27:59.341 INFO O| Aug 24 22:27:59.341 INFO STEP 67 (ensure_dir) COMPLETE
101642026-08-24T22:28:00.047Z[ host-image] Aug 24 22:27:59.341 INFO O| Aug 24 22:27:59.341 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-24T22:28:00.051Z[ host-image] Aug 24 22:27:59.348 INFO O| Aug 24 22:27:59.348 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101662026-08-24T22:28:00.051Z[ host-image] Aug 24 22:27:59.348 INFO O| Aug 24 22:27:59.348 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101672026-08-24T22:28:00.051Z[ host-image] Aug 24 22:27:59.348 INFO O| Aug 24 22:27:59.348 INFO STEP 68 (ensure_dir) COMPLETE
101682026-08-24T22:28:00.054Z[ host-image] Aug 24 22:27:59.348 INFO O| Aug 24 22:27:59.348 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-24T22:28:00.057Z[ host-image] Aug 24 22:27:59.354 INFO O| Aug 24 22:27:59.354 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101702026-08-24T22:28:00.057Z[ host-image] Aug 24 22:27:59.354 INFO O| Aug 24 22:27:59.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101712026-08-24T22:28:00.057Z[ host-image] Aug 24 22:27:59.354 INFO O| Aug 24 22:27:59.354 INFO STEP 69 (ensure_dir) COMPLETE
101722026-08-24T22:28:00.057Z[ host-image] Aug 24 22:27:59.354 INFO O| Aug 24 22:27:59.354 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-08-24T22:28:00.062Z[ host-image] Aug 24 22:27:59.359 INFO O| Aug 24 22:27:59.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101742026-08-24T22:28:00.062Z[ host-image] Aug 24 22:27:59.359 INFO O| Aug 24 22:27:59.359 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101752026-08-24T22:28:00.341Z[ recovery-image] Aug 24 22:27:59.638 INFO creating reset image...
101762026-08-24T22:28:00.341Z[ recovery-image] Aug 24 22:27:59.638 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")
101772026-08-24T22:28:00.413Z[ host-image] Aug 24 22:27:59.709 INFO O| Aug 24 22:27:59.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101782026-08-24T22:28:00.413Z[ host-image] Aug 24 22:27:59.710 INFO O| Aug 24 22:27:59.709 INFO ok!
101792026-08-24T22:28:00.413Z[ host-image] Aug 24 22:27:59.710 INFO O| Aug 24 22:27:59.709 INFO STEP 70 (ensure_file) COMPLETE
101802026-08-24T22:28:00.416Z[ host-image] Aug 24 22:27:59.710 INFO O| Aug 24 22:27:59.709 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-08-24T22:28:00.421Z[ host-image] Aug 24 22:27:59.718 INFO O| Aug 24 22:27:59.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101822026-08-24T22:28:00.421Z[ host-image] Aug 24 22:27:59.718 INFO O| Aug 24 22:27:59.718 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101832026-08-24T22:28:00.672Z[ recovery-image] Aug 24 22:27:59.916 INFO E| Updating crates.io index
101842026-08-24T22:28:00.933Z[ recovery-image] Aug 24 22:28:00.229 INFO E| Downloading crates ...
101852026-08-24T22:28:00.971Z[ host-image] Aug 24 22:28:00.268 INFO O| Aug 24 22:28:00.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101862026-08-24T22:28:00.971Z[ host-image] Aug 24 22:28:00.268 INFO O| Aug 24 22:28:00.268 INFO ok!
101872026-08-24T22:28:00.971Z[ host-image] Aug 24 22:28:00.268 INFO O| Aug 24 22:28:00.268 INFO STEP 71 (ensure_file) COMPLETE
101882026-08-24T22:28:00.974Z[ host-image] Aug 24 22:28:00.268 INFO O| Aug 24 22:28:00.268 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-08-24T22:28:00.974Z[ recovery-image] Aug 24 22:28:00.269 INFO E| Downloaded shared_child v1.1.1
101902026-08-24T22:28:00.977Z[ recovery-image] Aug 24 22:28:00.274 INFO E| Downloaded os_pipe v1.2.3
101912026-08-24T22:28:00.980Z[ recovery-image] Aug 24 22:28:00.276 INFO E| Downloaded shared_thread v0.2.0
101922026-08-24T22:28:00.980Z[ host-image] Aug 24 22:28:00.276 INFO O| Aug 24 22:28:00.276 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101932026-08-24T22:28:00.980Z[ host-image] Aug 24 22:28:00.276 INFO O| Aug 24 22:28:00.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101942026-08-24T22:28:00.980Z[ host-image] Aug 24 22:28:00.276 INFO O| Aug 24 22:28:00.276 INFO STEP 72 (ensure_dir) COMPLETE
101952026-08-24T22:28:00.980Z[ host-image] Aug 24 22:28:00.276 INFO O| Aug 24 22:28:00.276 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-08-24T22:28:00.980Z[ recovery-image] Aug 24 22:28:00.276 INFO E| Downloaded duct v1.1.1
101972026-08-24T22:28:00.983Z[ recovery-image] Aug 24 22:28:00.278 INFO E| Downloaded clap_lex v1.1.0
101982026-08-24T22:28:00.983Z[ recovery-image] Aug 24 22:28:00.278 INFO E| Downloaded colorchoice v1.0.5
101992026-08-24T22:28:00.983Z[ recovery-image] Aug 24 22:28:00.279 INFO E| Downloaded sigchld v0.2.4
102002026-08-24T22:28:00.987Z[ host-image] Aug 24 22:28:00.284 INFO O| Aug 24 22:28:00.284 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102012026-08-24T22:28:00.987Z[ host-image] Aug 24 22:28:00.284 INFO O| Aug 24 22:28:00.284 INFO copying /tmp/.tmpAECbul/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 ...
102022026-08-24T22:28:00.987Z[ host-image] Aug 24 22:28:00.284 INFO O| Aug 24 22:28:00.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102032026-08-24T22:28:00.987Z[ host-image] Aug 24 22:28:00.284 INFO O| Aug 24 22:28:00.284 INFO ok!
102042026-08-24T22:28:00.987Z[ host-image] Aug 24 22:28:00.284 INFO O| Aug 24 22:28:00.284 INFO STEP 73 (ensure_file) COMPLETE
102052026-08-24T22:28:00.987Z[ host-image] Aug 24 22:28:00.284 INFO O| Aug 24 22:28:00.284 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-08-24T22:28:00.993Z[ host-image] Aug 24 22:28:00.290 INFO O| Aug 24 22:28:00.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102072026-08-24T22:28:00.993Z[ host-image] Aug 24 22:28:00.290 INFO O| Aug 24 22:28:00.290 INFO copying /tmp/.tmpAECbul/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 ...
102082026-08-24T22:28:00.993Z[ host-image] Aug 24 22:28:00.290 INFO O| Aug 24 22:28:00.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102092026-08-24T22:28:00.993Z[ host-image] Aug 24 22:28:00.290 INFO O| Aug 24 22:28:00.290 INFO ok!
102102026-08-24T22:28:00.993Z[ host-image] Aug 24 22:28:00.290 INFO O| Aug 24 22:28:00.290 INFO STEP 74 (ensure_file) COMPLETE
102112026-08-24T22:28:00.996Z[ host-image] Aug 24 22:28:00.290 INFO O| Aug 24 22:28:00.290 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-08-24T22:28:00.998Z[ host-image] Aug 24 22:28:00.296 INFO O| Aug 24 22:28:00.296 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102132026-08-24T22:28:00.998Z[ host-image] Aug 24 22:28:00.296 INFO O| Aug 24 22:28:00.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102142026-08-24T22:28:00.999Z[ host-image] Aug 24 22:28:00.296 INFO O| Aug 24 22:28:00.296 INFO STEP 75 (ensure_dir) COMPLETE
102152026-08-24T22:28:00.999Z[ host-image] Aug 24 22:28:00.296 INFO O| Aug 24 22:28:00.296 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-24T22:28:01.004Z[ host-image] Aug 24 22:28:00.301 INFO O| Aug 24 22:28:00.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102172026-08-24T22:28:01.004Z[ host-image] Aug 24 22:28:00.301 INFO O| Aug 24 22:28:00.301 INFO copying /tmp/.tmpAECbul/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 ...
102182026-08-24T22:28:01.007Z[ host-image] Aug 24 22:28:00.301 INFO O| Aug 24 22:28:00.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102192026-08-24T22:28:01.007Z[ host-image] Aug 24 22:28:00.301 INFO O| Aug 24 22:28:00.301 INFO ok!
102202026-08-24T22:28:01.007Z[ host-image] Aug 24 22:28:00.301 INFO O| Aug 24 22:28:00.301 INFO STEP 76 (ensure_file) COMPLETE
102212026-08-24T22:28:01.007Z[ host-image] Aug 24 22:28:00.301 INFO O| Aug 24 22:28:00.301 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-08-24T22:28:01.011Z[ host-image] Aug 24 22:28:00.309 INFO O| Aug 24 22:28:00.308 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102232026-08-24T22:28:01.011Z[ host-image] Aug 24 22:28:00.309 INFO O| Aug 24 22:28:00.309 INFO copying /tmp/.tmpAECbul/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 ...
102242026-08-24T22:28:01.011Z[ host-image] Aug 24 22:28:00.309 INFO O| Aug 24 22:28:00.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102252026-08-24T22:28:01.014Z[ host-image] Aug 24 22:28:00.309 INFO O| Aug 24 22:28:00.309 INFO ok!
102262026-08-24T22:28:01.014Z[ host-image] Aug 24 22:28:00.309 INFO O| Aug 24 22:28:00.309 INFO STEP 77 (ensure_file) COMPLETE
102272026-08-24T22:28:01.014Z[ host-image] Aug 24 22:28:00.309 INFO O| Aug 24 22:28:00.309 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-08-24T22:28:01.014Z[ recovery-image] Aug 24 22:28:00.311 INFO E| Compiling libc v0.2.186
102292026-08-24T22:28:01.014Z[ recovery-image] Aug 24 22:28:00.311 INFO E| Compiling proc-macro2 v1.0.106
102302026-08-24T22:28:01.015Z[ recovery-image] Aug 24 22:28:00.311 INFO E| Compiling quote v1.0.45
102312026-08-24T22:28:01.015Z[ recovery-image] Aug 24 22:28:00.311 INFO E| Compiling signal-hook v0.3.18
102322026-08-24T22:28:01.015Z[ recovery-image] Aug 24 22:28:00.311 INFO E| Compiling unicode-ident v1.0.24
102332026-08-24T22:28:01.016Z[ recovery-image] Aug 24 22:28:00.312 INFO E| Compiling utf8parse v0.2.2
102342026-08-24T22:28:01.016Z[ recovery-image] Aug 24 22:28:00.312 INFO E| Compiling is_terminal_polyfill v1.70.2
102352026-08-24T22:28:01.016Z[ recovery-image] Aug 24 22:28:00.312 INFO E| Compiling colorchoice v1.0.5
102362026-08-24T22:28:01.016Z[ recovery-image] Aug 24 22:28:00.312 INFO E| Compiling anstyle-query v1.1.5
102372026-08-24T22:28:01.019Z[ host-image] Aug 24 22:28:00.315 INFO O| Aug 24 22:28:00.315 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102382026-08-24T22:28:01.019Z[ host-image] Aug 24 22:28:00.315 INFO O| Aug 24 22:28:00.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102392026-08-24T22:28:01.019Z[ host-image] Aug 24 22:28:00.315 INFO O| Aug 24 22:28:00.315 INFO STEP 78 (ensure_dir) COMPLETE
102402026-08-24T22:28:01.019Z[ host-image] Aug 24 22:28:00.315 INFO O| Aug 24 22:28:00.315 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-08-24T22:28:01.023Z[ host-image] Aug 24 22:28:00.320 INFO O| Aug 24 22:28:00.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102422026-08-24T22:28:01.023Z[ host-image] Aug 24 22:28:00.320 INFO O| Aug 24 22:28:00.320 INFO copying /tmp/.tmpAECbul/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 ...
102432026-08-24T22:28:01.025Z[ host-image] Aug 24 22:28:00.320 INFO O| Aug 24 22:28:00.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102442026-08-24T22:28:01.026Z[ host-image] Aug 24 22:28:00.320 INFO O| Aug 24 22:28:00.320 INFO ok!
102452026-08-24T22:28:01.026Z[ host-image] Aug 24 22:28:00.320 INFO O| Aug 24 22:28:00.320 INFO STEP 79 (ensure_file) COMPLETE
102462026-08-24T22:28:01.026Z[ host-image] Aug 24 22:28:00.320 INFO O| Aug 24 22:28:00.320 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-24T22:28:01.027Z[ recovery-image] Aug 24 22:28:00.321 INFO E| Compiling anstyle v1.0.14
102482026-08-24T22:28:01.027Z[ recovery-image] Aug 24 22:28:00.321 INFO E| Compiling heck v0.5.0
102492026-08-24T22:28:01.027Z[ recovery-image] Aug 24 22:28:00.321 INFO E| Compiling strsim v0.11.1
102502026-08-24T22:28:01.027Z[ recovery-image] Aug 24 22:28:00.322 INFO E| Compiling clap_lex v1.1.0
102512026-08-24T22:28:01.027Z[ recovery-image] Aug 24 22:28:00.322 INFO E| Compiling shared_thread v0.2.0
102522026-08-24T22:28:01.030Z[ host-image] Aug 24 22:28:00.326 INFO O| Aug 24 22:28:00.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102532026-08-24T22:28:01.030Z[ host-image] Aug 24 22:28:00.326 INFO O| Aug 24 22:28:00.326 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102542026-08-24T22:28:01.030Z[ host-image] Aug 24 22:28:00.326 INFO O| Aug 24 22:28:00.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102552026-08-24T22:28:01.030Z[ host-image] Aug 24 22:28:00.326 INFO O| Aug 24 22:28:00.326 INFO ok!
102562026-08-24T22:28:01.030Z[ host-image] Aug 24 22:28:00.326 INFO O| Aug 24 22:28:00.326 INFO STEP 80 (ensure_file) COMPLETE
102572026-08-24T22:28:01.030Z[ host-image] Aug 24 22:28:00.326 INFO O| Aug 24 22:28:00.326 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-24T22:28:01.037Z[ host-image] Aug 24 22:28:00.334 INFO O| Aug 24 22:28:00.334 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102592026-08-24T22:28:01.039Z[ host-image] Aug 24 22:28:00.334 INFO O| Aug 24 22:28:00.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102602026-08-24T22:28:01.040Z[ host-image] Aug 24 22:28:00.334 INFO O| Aug 24 22:28:00.334 INFO STEP 81 (ensure_dir) COMPLETE
102612026-08-24T22:28:01.040Z[ host-image] Aug 24 22:28:00.334 INFO O| Aug 24 22:28:00.334 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-08-24T22:28:01.046Z[ host-image] Aug 24 22:28:00.344 INFO O| Aug 24 22:28:00.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102632026-08-24T22:28:01.046Z[ host-image] Aug 24 22:28:00.344 INFO O| Aug 24 22:28:00.344 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102642026-08-24T22:28:01.248Z[ recovery-image] Aug 24 22:28:00.545 INFO E| Compiling anstyle-parse v1.0.0
102652026-08-24T22:28:01.425Z[ recovery-image] Aug 24 22:28:00.722 INFO E| Compiling anstream v1.0.0
102662026-08-24T22:28:01.684Z[ recovery-image] Aug 24 22:28:00.981 INFO E| Compiling clap_builder v4.6.0
102672026-08-24T22:28:01.749Z[ host-image] Aug 24 22:28:01.046 INFO O| Aug 24 22:28:01.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102682026-08-24T22:28:01.749Z[ host-image] Aug 24 22:28:01.046 INFO O| Aug 24 22:28:01.046 INFO ok!
102692026-08-24T22:28:01.749Z[ host-image] Aug 24 22:28:01.046 INFO O| Aug 24 22:28:01.046 INFO STEP 82 (ensure_file) COMPLETE
102702026-08-24T22:28:01.753Z[ host-image] Aug 24 22:28:01.046 INFO O| Aug 24 22:28:01.046 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-08-24T22:28:01.756Z[ host-image] Aug 24 22:28:01.054 INFO O| Aug 24 22:28:01.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102722026-08-24T22:28:01.756Z[ host-image] Aug 24 22:28:01.054 INFO O| Aug 24 22:28:01.054 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102732026-08-24T22:28:02.052Z[ host-image] Aug 24 22:28:01.348 INFO O| Aug 24 22:28:01.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102742026-08-24T22:28:02.052Z[ host-image] Aug 24 22:28:01.348 INFO O| Aug 24 22:28:01.348 INFO ok!
102752026-08-24T22:28:02.056Z[ host-image] Aug 24 22:28:01.348 INFO O| Aug 24 22:28:01.348 INFO STEP 83 (ensure_file) COMPLETE
102762026-08-24T22:28:02.056Z[ host-image] Aug 24 22:28:01.348 INFO O| Aug 24 22:28:01.348 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-24T22:28:02.060Z[ host-image] Aug 24 22:28:01.357 INFO O| Aug 24 22:28:01.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102782026-08-24T22:28:02.063Z[ host-image] Aug 24 22:28:01.357 INFO O| Aug 24 22:28:01.357 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102792026-08-24T22:28:02.259Z[ recovery-image] Aug 24 22:28:01.554 INFO E| Compiling errno v0.3.14
102802026-08-24T22:28:02.259Z[ recovery-image] Aug 24 22:28:01.554 INFO E| Compiling os_pipe v1.2.3
102812026-08-24T22:28:02.358Z[ recovery-image] Aug 24 22:28:01.655 INFO E| Compiling signal-hook-registry v1.4.8
102822026-08-24T22:28:02.365Z[ recovery-image] Aug 24 22:28:01.660 INFO E| Compiling syn v2.0.117
102832026-08-24T22:28:02.685Z[ recovery-image] Aug 24 22:28:01.979 INFO E| Compiling sigchld v0.2.4
102842026-08-24T22:28:02.802Z[ recovery-image] Aug 24 22:28:02.095 INFO E| Compiling shared_child v1.1.1
102852026-08-24T22:28:02.951Z[ recovery-image] Aug 24 22:28:02.247 INFO E| Compiling duct v1.1.1
102862026-08-24T22:28:03.465Z[ host-image] Aug 24 22:28:02.762 INFO O| Aug 24 22:28:02.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102872026-08-24T22:28:03.465Z[ host-image] Aug 24 22:28:02.762 INFO O| Aug 24 22:28:02.762 INFO ok!
102882026-08-24T22:28:03.465Z[ host-image] Aug 24 22:28:02.762 INFO O| Aug 24 22:28:02.762 INFO STEP 84 (ensure_file) COMPLETE
102892026-08-24T22:28:03.468Z[ host-image] Aug 24 22:28:02.762 INFO O| Aug 24 22:28:02.762 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-08-24T22:28:03.475Z[ host-image] Aug 24 22:28:02.772 INFO O| Aug 24 22:28:02.772 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102912026-08-24T22:28:03.475Z[ host-image] Aug 24 22:28:02.772 INFO O| Aug 24 22:28:02.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102922026-08-24T22:28:03.478Z[ host-image] Aug 24 22:28:02.772 INFO O| Aug 24 22:28:02.772 INFO STEP 85 (ensure_dir) COMPLETE
102932026-08-24T22:28:03.478Z[ host-image] Aug 24 22:28:02.772 INFO O| Aug 24 22:28:02.772 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-08-24T22:28:03.484Z[ host-image] Aug 24 22:28:02.781 INFO O| Aug 24 22:28:02.781 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102952026-08-24T22:28:03.484Z[ host-image] Aug 24 22:28:02.781 INFO O| Aug 24 22:28:02.781 INFO copying /tmp/.tmpAECbul/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 ...
102962026-08-24T22:28:03.484Z[ host-image] Aug 24 22:28:02.781 INFO O| Aug 24 22:28:02.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102972026-08-24T22:28:03.487Z[ host-image] Aug 24 22:28:02.781 INFO O| Aug 24 22:28:02.781 INFO ok!
102982026-08-24T22:28:03.487Z[ host-image] Aug 24 22:28:02.781 INFO O| Aug 24 22:28:02.781 INFO STEP 86 (ensure_file) COMPLETE
102992026-08-24T22:28:03.487Z[ host-image] Aug 24 22:28:02.781 INFO O| Aug 24 22:28:02.781 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-08-24T22:28:03.491Z[ host-image] Aug 24 22:28:02.788 INFO O| Aug 24 22:28:02.788 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103012026-08-24T22:28:03.491Z[ host-image] Aug 24 22:28:02.788 INFO O| Aug 24 22:28:02.788 INFO copying /tmp/.tmpAECbul/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 ...
103022026-08-24T22:28:03.493Z[ host-image] Aug 24 22:28:02.788 INFO O| Aug 24 22:28:02.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103032026-08-24T22:28:03.493Z[ host-image] Aug 24 22:28:02.788 INFO O| Aug 24 22:28:02.788 INFO ok!
103042026-08-24T22:28:03.493Z[ host-image] Aug 24 22:28:02.788 INFO O| Aug 24 22:28:02.788 INFO STEP 87 (ensure_file) COMPLETE
103052026-08-24T22:28:03.493Z[ host-image] Aug 24 22:28:02.788 INFO O| Aug 24 22:28:02.788 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-24T22:28:03.497Z[ host-image] Aug 24 22:28:02.795 INFO O| Aug 24 22:28:02.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103072026-08-24T22:28:03.500Z[ host-image] Aug 24 22:28:02.795 INFO O| Aug 24 22:28:02.795 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103082026-08-24T22:28:03.503Z[ host-image] Aug 24 22:28:02.795 INFO O| Aug 24 22:28:02.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103092026-08-24T22:28:03.503Z[ host-image] Aug 24 22:28:02.795 INFO O| Aug 24 22:28:02.795 INFO ok!
103102026-08-24T22:28:03.503Z[ host-image] Aug 24 22:28:02.795 INFO O| Aug 24 22:28:02.795 INFO STEP 88 (ensure_file) COMPLETE
103112026-08-24T22:28:03.503Z[ host-image] Aug 24 22:28:02.795 INFO O| Aug 24 22:28:02.795 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-24T22:28:03.506Z[ host-image] Aug 24 22:28:02.801 INFO O| Aug 24 22:28:02.801 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103132026-08-24T22:28:03.506Z[ host-image] Aug 24 22:28:02.801 INFO O| Aug 24 22:28:02.801 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103142026-08-24T22:28:03.506Z[ host-image] Aug 24 22:28:02.801 INFO O| Aug 24 22:28:02.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103152026-08-24T22:28:03.506Z[ host-image] Aug 24 22:28:02.801 INFO O| Aug 24 22:28:02.801 INFO ok!
103162026-08-24T22:28:03.506Z[ host-image] Aug 24 22:28:02.801 INFO O| Aug 24 22:28:02.801 INFO STEP 89 (ensure_file) COMPLETE
103172026-08-24T22:28:03.506Z[ host-image] Aug 24 22:28:02.801 INFO O| Aug 24 22:28:02.801 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-24T22:28:03.510Z[ host-image] Aug 24 22:28:02.807 INFO O| Aug 24 22:28:02.807 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103192026-08-24T22:28:03.512Z[ host-image] Aug 24 22:28:02.807 INFO O| Aug 24 22:28:02.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103202026-08-24T22:28:03.512Z[ host-image] Aug 24 22:28:02.807 INFO O| Aug 24 22:28:02.807 INFO STEP 90 (ensure_dir) COMPLETE
103212026-08-24T22:28:03.512Z[ host-image] Aug 24 22:28:02.807 INFO O| Aug 24 22:28:02.807 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-08-24T22:28:03.516Z[ host-image] Aug 24 22:28:02.813 INFO O| Aug 24 22:28:02.813 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103232026-08-24T22:28:03.516Z[ host-image] Aug 24 22:28:02.813 INFO O| Aug 24 22:28:02.813 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103242026-08-24T22:28:03.666Z[ host-image] Aug 24 22:28:02.963 INFO O| Aug 24 22:28:02.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103252026-08-24T22:28:03.666Z[ host-image] Aug 24 22:28:02.963 INFO O| Aug 24 22:28:02.963 INFO ok!
103262026-08-24T22:28:03.666Z[ host-image] Aug 24 22:28:02.963 INFO O| Aug 24 22:28:02.963 INFO STEP 91 (ensure_file) COMPLETE
103272026-08-24T22:28:03.669Z[ host-image] Aug 24 22:28:02.963 INFO O| Aug 24 22:28:02.963 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-08-24T22:28:03.675Z[ host-image] Aug 24 22:28:02.973 INFO O| Aug 24 22:28:02.973 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103292026-08-24T22:28:03.675Z[ host-image] Aug 24 22:28:02.973 INFO O| Aug 24 22:28:02.973 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103302026-08-24T22:28:03.678Z[ host-image] Aug 24 22:28:02.973 INFO O| Aug 24 22:28:02.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103312026-08-24T22:28:03.678Z[ host-image] Aug 24 22:28:02.973 INFO O| Aug 24 22:28:02.973 INFO ok!
103322026-08-24T22:28:03.678Z[ host-image] Aug 24 22:28:02.973 INFO O| Aug 24 22:28:02.973 INFO STEP 92 (ensure_file) COMPLETE
103332026-08-24T22:28:03.679Z[ host-image] Aug 24 22:28:02.973 INFO O| Aug 24 22:28:02.973 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-24T22:28:03.683Z[ host-image] Aug 24 22:28:02.980 INFO O| Aug 24 22:28:02.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103352026-08-24T22:28:03.683Z[ host-image] Aug 24 22:28:02.980 INFO O| Aug 24 22:28:02.980 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103362026-08-24T22:28:04.100Z[ host-image] Aug 24 22:28:03.397 INFO O| Aug 24 22:28:03.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103372026-08-24T22:28:04.101Z[ host-image] Aug 24 22:28:03.397 INFO O| Aug 24 22:28:03.397 INFO ok!
103382026-08-24T22:28:04.104Z[ host-image] Aug 24 22:28:03.397 INFO O| Aug 24 22:28:03.397 INFO STEP 93 (ensure_file) COMPLETE
103392026-08-24T22:28:04.104Z[ host-image] Aug 24 22:28:03.397 INFO O| Aug 24 22:28:03.397 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-08-24T22:28:04.108Z[ host-image] Aug 24 22:28:03.405 INFO O| Aug 24 22:28:03.405 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103412026-08-24T22:28:04.111Z[ host-image] Aug 24 22:28:03.405 INFO O| Aug 24 22:28:03.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103422026-08-24T22:28:04.111Z[ host-image] Aug 24 22:28:03.405 INFO O| Aug 24 22:28:03.405 INFO STEP 94 (ensure_dir) COMPLETE
103432026-08-24T22:28:04.111Z[ host-image] Aug 24 22:28:03.405 INFO O| Aug 24 22:28:03.405 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-08-24T22:28:04.114Z[ host-image] Aug 24 22:28:03.412 INFO O| Aug 24 22:28:03.412 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103452026-08-24T22:28:04.114Z[ host-image] Aug 24 22:28:03.412 INFO O| Aug 24 22:28:03.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103462026-08-24T22:28:04.117Z[ host-image] Aug 24 22:28:03.412 INFO O| Aug 24 22:28:03.412 INFO STEP 95 (ensure_dir) COMPLETE
103472026-08-24T22:28:04.118Z[ host-image] Aug 24 22:28:03.412 INFO O| Aug 24 22:28:03.412 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-08-24T22:28:04.123Z[ host-image] Aug 24 22:28:03.420 INFO O| Aug 24 22:28:03.420 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103492026-08-24T22:28:04.123Z[ host-image] Aug 24 22:28:03.420 INFO O| Aug 24 22:28:03.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103502026-08-24T22:28:04.126Z[ host-image] Aug 24 22:28:03.420 INFO O| Aug 24 22:28:03.420 INFO STEP 96 (ensure_dir) COMPLETE
103512026-08-24T22:28:04.126Z[ host-image] Aug 24 22:28:03.420 INFO O| Aug 24 22:28:03.420 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-24T22:28:04.131Z[ host-image] Aug 24 22:28:03.428 INFO O| Aug 24 22:28:03.428 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103532026-08-24T22:28:04.134Z[ host-image] Aug 24 22:28:03.428 INFO O| Aug 24 22:28:03.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103542026-08-24T22:28:04.134Z[ host-image] Aug 24 22:28:03.428 INFO O| Aug 24 22:28:03.428 INFO STEP 97 (ensure_dir) COMPLETE
103552026-08-24T22:28:04.134Z[ host-image] Aug 24 22:28:03.428 INFO O| Aug 24 22:28:03.428 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-24T22:28:04.139Z[ host-image] Aug 24 22:28:03.436 INFO O| Aug 24 22:28:03.436 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103572026-08-24T22:28:04.142Z[ host-image] Aug 24 22:28:03.436 INFO O| Aug 24 22:28:03.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103582026-08-24T22:28:04.142Z[ host-image] Aug 24 22:28:03.436 INFO O| Aug 24 22:28:03.436 INFO STEP 98 (ensure_dir) COMPLETE
103592026-08-24T22:28:04.142Z[ host-image] Aug 24 22:28:03.436 INFO O| Aug 24 22:28:03.436 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-08-24T22:28:04.146Z[ host-image] Aug 24 22:28:03.444 INFO O| Aug 24 22:28:03.444 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103612026-08-24T22:28:04.147Z[ host-image] Aug 24 22:28:03.444 INFO O| Aug 24 22:28:03.444 INFO copying /tmp/.tmpAECbul/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 ...
103622026-08-24T22:28:04.150Z[ host-image] Aug 24 22:28:03.444 INFO O| Aug 24 22:28:03.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103632026-08-24T22:28:04.150Z[ host-image] Aug 24 22:28:03.444 INFO O| Aug 24 22:28:03.444 INFO ok!
103642026-08-24T22:28:04.150Z[ host-image] Aug 24 22:28:03.444 INFO O| Aug 24 22:28:03.444 INFO STEP 99 (ensure_file) COMPLETE
103652026-08-24T22:28:04.150Z[ host-image] Aug 24 22:28:03.444 INFO O| Aug 24 22:28:03.444 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-08-24T22:28:04.154Z[ host-image] Aug 24 22:28:03.451 INFO O| Aug 24 22:28:03.451 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103672026-08-24T22:28:04.156Z[ host-image] Aug 24 22:28:03.451 INFO O| Aug 24 22:28:03.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103682026-08-24T22:28:04.156Z[ host-image] Aug 24 22:28:03.451 INFO O| Aug 24 22:28:03.451 INFO STEP 100 (ensure_dir) COMPLETE
103692026-08-24T22:28:04.156Z[ host-image] Aug 24 22:28:03.451 INFO O| Aug 24 22:28:03.451 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-24T22:28:04.161Z[ host-image] Aug 24 22:28:03.458 INFO O| Aug 24 22:28:03.458 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103712026-08-24T22:28:04.161Z[ host-image] Aug 24 22:28:03.458 INFO O| Aug 24 22:28:03.458 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103722026-08-24T22:28:04.524Z[ host-image] Aug 24 22:28:03.821 INFO O| Aug 24 22:28:03.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103732026-08-24T22:28:04.524Z[ host-image] Aug 24 22:28:03.821 INFO O| Aug 24 22:28:03.821 INFO ok!
103742026-08-24T22:28:04.528Z[ host-image] Aug 24 22:28:03.821 INFO O| Aug 24 22:28:03.821 INFO STEP 101 (ensure_file) COMPLETE
103752026-08-24T22:28:04.528Z[ host-image] Aug 24 22:28:03.821 INFO O| Aug 24 22:28:03.821 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-24T22:28:04.532Z[ host-image] Aug 24 22:28:03.829 INFO O| Aug 24 22:28:03.829 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103772026-08-24T22:28:04.532Z[ host-image] Aug 24 22:28:03.829 INFO O| Aug 24 22:28:03.829 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103782026-08-24T22:28:04.534Z[ host-image] Aug 24 22:28:03.829 INFO O| Aug 24 22:28:03.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103792026-08-24T22:28:04.534Z[ host-image] Aug 24 22:28:03.829 INFO O| Aug 24 22:28:03.829 INFO ok!
103802026-08-24T22:28:04.534Z[ host-image] Aug 24 22:28:03.829 INFO O| Aug 24 22:28:03.829 INFO STEP 102 (ensure_file) COMPLETE
103812026-08-24T22:28:04.534Z[ host-image] Aug 24 22:28:03.829 INFO O| Aug 24 22:28:03.829 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-08-24T22:28:04.538Z[ host-image] Aug 24 22:28:03.834 INFO O| Aug 24 22:28:03.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103832026-08-24T22:28:04.538Z[ host-image] Aug 24 22:28:03.834 INFO O| Aug 24 22:28:03.834 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103842026-08-24T22:28:04.543Z[ host-image] Aug 24 22:28:03.841 INFO O| Aug 24 22:28:03.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103852026-08-24T22:28:04.543Z[ host-image] Aug 24 22:28:03.841 INFO O| Aug 24 22:28:03.841 INFO ok!
103862026-08-24T22:28:04.548Z[ host-image] Aug 24 22:28:03.841 INFO O| Aug 24 22:28:03.841 INFO STEP 103 (ensure_file) COMPLETE
103872026-08-24T22:28:04.548Z[ host-image] Aug 24 22:28:03.841 INFO O| Aug 24 22:28:03.841 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-08-24T22:28:04.551Z[ host-image] Aug 24 22:28:03.848 INFO O| Aug 24 22:28:03.848 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103892026-08-24T22:28:04.551Z[ host-image] Aug 24 22:28:03.848 INFO O| Aug 24 22:28:03.848 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103902026-08-24T22:28:04.551Z[ host-image] Aug 24 22:28:03.848 INFO O| Aug 24 22:28:03.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103912026-08-24T22:28:04.551Z[ host-image] Aug 24 22:28:03.848 INFO O| Aug 24 22:28:03.848 INFO ok!
103922026-08-24T22:28:04.551Z[ host-image] Aug 24 22:28:03.848 INFO O| Aug 24 22:28:03.848 INFO STEP 104 (ensure_file) COMPLETE
103932026-08-24T22:28:04.551Z[ host-image] Aug 24 22:28:03.848 INFO O| Aug 24 22:28:03.848 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-24T22:28:04.557Z[ host-image] Aug 24 22:28:03.854 INFO O| Aug 24 22:28:03.854 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103952026-08-24T22:28:04.560Z[ host-image] Aug 24 22:28:03.855 INFO O| Aug 24 22:28:03.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103962026-08-24T22:28:04.560Z[ host-image] Aug 24 22:28:03.855 INFO O| Aug 24 22:28:03.855 INFO STEP 105 (ensure_dir) COMPLETE
103972026-08-24T22:28:04.560Z[ host-image] Aug 24 22:28:03.855 INFO O| Aug 24 22:28:03.855 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-24T22:28:04.563Z[ host-image] Aug 24 22:28:03.861 INFO O| Aug 24 22:28:03.861 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103992026-08-24T22:28:04.563Z[ host-image] Aug 24 22:28:03.861 INFO O| Aug 24 22:28:03.861 INFO copying /tmp/.tmpAECbul/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 ...
104002026-08-24T22:28:04.621Z[ recovery-image] Aug 24 22:28:03.918 INFO E| Compiling clap_derive v4.6.1
104012026-08-24T22:28:04.805Z[ host-image] Aug 24 22:28:04.103 INFO O| Aug 24 22:28:04.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104022026-08-24T22:28:04.805Z[ host-image] Aug 24 22:28:04.103 INFO O| Aug 24 22:28:04.103 INFO ok!
104032026-08-24T22:28:04.809Z[ host-image] Aug 24 22:28:04.103 INFO O| Aug 24 22:28:04.103 INFO STEP 106 (ensure_file) COMPLETE
104042026-08-24T22:28:04.809Z[ host-image] Aug 24 22:28:04.103 INFO O| Aug 24 22:28:04.103 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-08-24T22:28:04.814Z[ host-image] Aug 24 22:28:04.111 INFO O| Aug 24 22:28:04.111 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104062026-08-24T22:28:04.814Z[ host-image] Aug 24 22:28:04.111 INFO O| Aug 24 22:28:04.111 INFO copying /tmp/.tmpAECbul/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 ...
104072026-08-24T22:28:04.817Z[ host-image] Aug 24 22:28:04.111 INFO O| Aug 24 22:28:04.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104082026-08-24T22:28:04.817Z[ host-image] Aug 24 22:28:04.111 INFO O| Aug 24 22:28:04.111 INFO ok!
104092026-08-24T22:28:04.817Z[ host-image] Aug 24 22:28:04.111 INFO O| Aug 24 22:28:04.111 INFO STEP 107 (ensure_file) COMPLETE
104102026-08-24T22:28:04.817Z[ host-image] Aug 24 22:28:04.111 INFO O| Aug 24 22:28:04.111 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-08-24T22:28:04.821Z[ host-image] Aug 24 22:28:04.118 INFO O| Aug 24 22:28:04.118 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104122026-08-24T22:28:04.821Z[ host-image] Aug 24 22:28:04.118 INFO O| Aug 24 22:28:04.118 INFO copying /tmp/.tmpAECbul/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 ...
104132026-08-24T22:28:04.821Z[ host-image] Aug 24 22:28:04.118 INFO O| Aug 24 22:28:04.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104142026-08-24T22:28:04.825Z[ host-image] Aug 24 22:28:04.118 INFO O| Aug 24 22:28:04.118 INFO ok!
104152026-08-24T22:28:04.826Z[ host-image] Aug 24 22:28:04.118 INFO O| Aug 24 22:28:04.118 INFO STEP 108 (ensure_file) COMPLETE
104162026-08-24T22:28:04.826Z[ host-image] Aug 24 22:28:04.118 INFO O| Aug 24 22:28:04.118 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-08-24T22:28:04.828Z[ host-image] Aug 24 22:28:04.124 INFO O| Aug 24 22:28:04.124 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104182026-08-24T22:28:04.828Z[ host-image] Aug 24 22:28:04.124 INFO O| Aug 24 22:28:04.124 INFO copying /tmp/.tmpAECbul/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 ...
104192026-08-24T22:28:04.828Z[ host-image] Aug 24 22:28:04.124 INFO O| Aug 24 22:28:04.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104202026-08-24T22:28:04.828Z[ host-image] Aug 24 22:28:04.124 INFO O| Aug 24 22:28:04.124 INFO ok!
104212026-08-24T22:28:04.828Z[ host-image] Aug 24 22:28:04.124 INFO O| Aug 24 22:28:04.124 INFO STEP 109 (ensure_file) COMPLETE
104222026-08-24T22:28:04.828Z[ host-image] Aug 24 22:28:04.124 INFO O| Aug 24 22:28:04.124 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-08-24T22:28:04.832Z[ host-image] Aug 24 22:28:04.129 INFO O| Aug 24 22:28:04.129 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104242026-08-24T22:28:04.832Z[ host-image] Aug 24 22:28:04.129 INFO O| Aug 24 22:28:04.129 INFO copying /tmp/.tmpAECbul/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 ...
104252026-08-24T22:28:04.835Z[ host-image] Aug 24 22:28:04.129 INFO O| Aug 24 22:28:04.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104262026-08-24T22:28:04.835Z[ host-image] Aug 24 22:28:04.129 INFO O| Aug 24 22:28:04.129 INFO ok!
104272026-08-24T22:28:04.835Z[ host-image] Aug 24 22:28:04.129 INFO O| Aug 24 22:28:04.129 INFO STEP 110 (ensure_file) COMPLETE
104282026-08-24T22:28:04.836Z[ host-image] Aug 24 22:28:04.130 INFO O| Aug 24 22:28:04.129 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-08-24T22:28:04.839Z[ host-image] Aug 24 22:28:04.136 INFO O| Aug 24 22:28:04.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104302026-08-24T22:28:04.839Z[ host-image] Aug 24 22:28:04.136 INFO O| Aug 24 22:28:04.136 INFO copying /tmp/.tmpAECbul/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 ...
104312026-08-24T22:28:04.839Z[ host-image] Aug 24 22:28:04.136 INFO O| Aug 24 22:28:04.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104322026-08-24T22:28:04.839Z[ host-image] Aug 24 22:28:04.136 INFO O| Aug 24 22:28:04.136 INFO ok!
104332026-08-24T22:28:04.839Z[ host-image] Aug 24 22:28:04.136 INFO O| Aug 24 22:28:04.136 INFO STEP 111 (ensure_file) COMPLETE
104342026-08-24T22:28:04.839Z[ host-image] Aug 24 22:28:04.136 INFO O| Aug 24 22:28:04.136 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-08-24T22:28:04.844Z[ host-image] Aug 24 22:28:04.141 INFO O| Aug 24 22:28:04.141 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104362026-08-24T22:28:04.844Z[ host-image] Aug 24 22:28:04.141 INFO O| Aug 24 22:28:04.141 INFO copying /tmp/.tmpAECbul/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 ...
104372026-08-24T22:28:04.848Z[ host-image] Aug 24 22:28:04.141 INFO O| Aug 24 22:28:04.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104382026-08-24T22:28:04.849Z[ host-image] Aug 24 22:28:04.141 INFO O| Aug 24 22:28:04.141 INFO ok!
104392026-08-24T22:28:04.849Z[ host-image] Aug 24 22:28:04.141 INFO O| Aug 24 22:28:04.141 INFO STEP 112 (ensure_file) COMPLETE
104402026-08-24T22:28:04.849Z[ host-image] Aug 24 22:28:04.141 INFO O| Aug 24 22:28:04.141 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-08-24T22:28:04.859Z[ host-image] Aug 24 22:28:04.147 INFO O| Aug 24 22:28:04.147 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104422026-08-24T22:28:04.859Z[ host-image] Aug 24 22:28:04.147 INFO O| Aug 24 22:28:04.147 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104432026-08-24T22:28:04.861Z[ host-image] Aug 24 22:28:04.147 INFO O| Aug 24 22:28:04.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104442026-08-24T22:28:04.861Z[ host-image] Aug 24 22:28:04.147 INFO O| Aug 24 22:28:04.147 INFO ok!
104452026-08-24T22:28:04.861Z[ host-image] Aug 24 22:28:04.147 INFO O| Aug 24 22:28:04.147 INFO STEP 113 (ensure_file) COMPLETE
104462026-08-24T22:28:04.861Z[ host-image] Aug 24 22:28:04.147 INFO O| Aug 24 22:28:04.147 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-08-24T22:28:04.865Z[ host-image] Aug 24 22:28:04.156 INFO O| Aug 24 22:28:04.156 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104482026-08-24T22:28:04.865Z[ host-image] Aug 24 22:28:04.156 INFO O| Aug 24 22:28:04.156 INFO copying /tmp/.tmpAECbul/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 ...
104492026-08-24T22:28:04.865Z[ host-image] Aug 24 22:28:04.156 INFO O| Aug 24 22:28:04.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104502026-08-24T22:28:04.865Z[ host-image] Aug 24 22:28:04.156 INFO O| Aug 24 22:28:04.156 INFO ok!
104512026-08-24T22:28:04.865Z[ host-image] Aug 24 22:28:04.156 INFO O| Aug 24 22:28:04.156 INFO STEP 114 (ensure_file) COMPLETE
104522026-08-24T22:28:04.865Z[ host-image] Aug 24 22:28:04.156 INFO O| Aug 24 22:28:04.156 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-08-24T22:28:04.879Z[ host-image] Aug 24 22:28:04.163 INFO O| Aug 24 22:28:04.163 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104542026-08-24T22:28:04.879Z[ host-image] Aug 24 22:28:04.163 INFO O| Aug 24 22:28:04.163 INFO copying /tmp/.tmpAECbul/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 ...
104552026-08-24T22:28:04.880Z[ host-image] Aug 24 22:28:04.163 INFO O| Aug 24 22:28:04.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104562026-08-24T22:28:04.880Z[ host-image] Aug 24 22:28:04.163 INFO O| Aug 24 22:28:04.163 INFO ok!
104572026-08-24T22:28:04.880Z[ host-image] Aug 24 22:28:04.163 INFO O| Aug 24 22:28:04.163 INFO STEP 115 (ensure_file) COMPLETE
104582026-08-24T22:28:04.880Z[ host-image] Aug 24 22:28:04.163 INFO O| Aug 24 22:28:04.163 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-08-24T22:28:04.880Z[ host-image] Aug 24 22:28:04.170 INFO O| Aug 24 22:28:04.170 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104602026-08-24T22:28:04.880Z[ host-image] Aug 24 22:28:04.170 INFO O| Aug 24 22:28:04.170 INFO copying /tmp/.tmpAECbul/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 ...
104612026-08-24T22:28:04.881Z[ host-image] Aug 24 22:28:04.170 INFO O| Aug 24 22:28:04.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104622026-08-24T22:28:04.881Z[ host-image] Aug 24 22:28:04.170 INFO O| Aug 24 22:28:04.170 INFO ok!
104632026-08-24T22:28:04.881Z[ host-image] Aug 24 22:28:04.170 INFO O| Aug 24 22:28:04.170 INFO STEP 116 (ensure_file) COMPLETE
104642026-08-24T22:28:04.881Z[ host-image] Aug 24 22:28:04.170 INFO O| Aug 24 22:28:04.170 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-08-24T22:28:04.899Z[ host-image] Aug 24 22:28:04.177 INFO O| Aug 24 22:28:04.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104662026-08-24T22:28:04.900Z[ host-image] Aug 24 22:28:04.177 INFO O| Aug 24 22:28:04.177 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104672026-08-24T22:28:04.900Z[ host-image] Aug 24 22:28:04.177 INFO O| Aug 24 22:28:04.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104682026-08-24T22:28:04.900Z[ host-image] Aug 24 22:28:04.177 INFO O| Aug 24 22:28:04.177 INFO ok!
104692026-08-24T22:28:04.900Z[ host-image] Aug 24 22:28:04.177 INFO O| Aug 24 22:28:04.177 INFO STEP 117 (ensure_file) COMPLETE
104702026-08-24T22:28:04.900Z[ host-image] Aug 24 22:28:04.177 INFO O| Aug 24 22:28:04.177 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104712026-08-24T22:28:04.900Z[ host-image] Aug 24 22:28:04.183 INFO O| Aug 24 22:28:04.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104722026-08-24T22:28:04.900Z[ host-image] Aug 24 22:28:04.183 INFO O| Aug 24 22:28:04.183 INFO copying /tmp/.tmpAECbul/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 ...
104732026-08-24T22:28:04.900Z[ host-image] Aug 24 22:28:04.183 INFO O| Aug 24 22:28:04.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104742026-08-24T22:28:04.901Z[ host-image] Aug 24 22:28:04.183 INFO O| Aug 24 22:28:04.183 INFO ok!
104752026-08-24T22:28:04.901Z[ host-image] Aug 24 22:28:04.183 INFO O| Aug 24 22:28:04.183 INFO STEP 118 (ensure_file) COMPLETE
104762026-08-24T22:28:04.901Z[ host-image] Aug 24 22:28:04.183 INFO O| Aug 24 22:28:04.183 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104772026-08-24T22:28:04.901Z[ host-image] Aug 24 22:28:04.190 INFO O| Aug 24 22:28:04.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104782026-08-24T22:28:04.901Z[ host-image] Aug 24 22:28:04.190 INFO O| Aug 24 22:28:04.190 INFO copying /tmp/.tmpAECbul/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 ...
104792026-08-24T22:28:04.901Z[ host-image] Aug 24 22:28:04.190 INFO O| Aug 24 22:28:04.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104802026-08-24T22:28:04.901Z[ host-image] Aug 24 22:28:04.190 INFO O| Aug 24 22:28:04.190 INFO ok!
104812026-08-24T22:28:04.901Z[ host-image] Aug 24 22:28:04.190 INFO O| Aug 24 22:28:04.190 INFO STEP 119 (ensure_file) COMPLETE
104822026-08-24T22:28:04.901Z[ host-image] Aug 24 22:28:04.190 INFO O| Aug 24 22:28:04.190 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-08-24T22:28:04.904Z[ host-image] Aug 24 22:28:04.196 INFO O| Aug 24 22:28:04.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104842026-08-24T22:28:04.904Z[ host-image] Aug 24 22:28:04.196 INFO O| Aug 24 22:28:04.196 INFO copying /tmp/.tmpAECbul/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 ...
104852026-08-24T22:28:04.904Z[ host-image] Aug 24 22:28:04.197 INFO O| Aug 24 22:28:04.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104862026-08-24T22:28:04.904Z[ host-image] Aug 24 22:28:04.197 INFO O| Aug 24 22:28:04.197 INFO ok!
104872026-08-24T22:28:04.904Z[ host-image] Aug 24 22:28:04.197 INFO O| Aug 24 22:28:04.197 INFO STEP 120 (ensure_file) COMPLETE
104882026-08-24T22:28:04.906Z[ host-image] Aug 24 22:28:04.197 INFO O| Aug 24 22:28:04.197 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-08-24T22:28:04.909Z[ host-image] Aug 24 22:28:04.202 INFO O| Aug 24 22:28:04.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104902026-08-24T22:28:04.909Z[ host-image] Aug 24 22:28:04.202 INFO O| Aug 24 22:28:04.202 INFO copying /tmp/.tmpAECbul/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 ...
104912026-08-24T22:28:04.909Z[ host-image] Aug 24 22:28:04.203 INFO O| Aug 24 22:28:04.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104922026-08-24T22:28:04.909Z[ host-image] Aug 24 22:28:04.203 INFO O| Aug 24 22:28:04.203 INFO ok!
104932026-08-24T22:28:04.909Z[ host-image] Aug 24 22:28:04.203 INFO O| Aug 24 22:28:04.203 INFO STEP 121 (ensure_file) COMPLETE
104942026-08-24T22:28:04.909Z[ host-image] Aug 24 22:28:04.203 INFO O| Aug 24 22:28:04.203 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-08-24T22:28:04.912Z[ host-image] Aug 24 22:28:04.209 INFO O| Aug 24 22:28:04.209 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104962026-08-24T22:28:04.912Z[ host-image] Aug 24 22:28:04.209 INFO O| Aug 24 22:28:04.209 INFO copying /tmp/.tmpAECbul/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 ...
104972026-08-24T22:28:04.912Z[ host-image] Aug 24 22:28:04.209 INFO O| Aug 24 22:28:04.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104982026-08-24T22:28:04.912Z[ host-image] Aug 24 22:28:04.209 INFO O| Aug 24 22:28:04.209 INFO ok!
104992026-08-24T22:28:04.912Z[ host-image] Aug 24 22:28:04.209 INFO O| Aug 24 22:28:04.209 INFO STEP 122 (ensure_file) COMPLETE
105002026-08-24T22:28:04.912Z[ host-image] Aug 24 22:28:04.209 INFO O| Aug 24 22:28:04.209 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-08-24T22:28:04.917Z[ host-image] Aug 24 22:28:04.214 INFO O| Aug 24 22:28:04.214 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105022026-08-24T22:28:04.917Z[ host-image] Aug 24 22:28:04.214 INFO O| Aug 24 22:28:04.214 INFO copying /tmp/.tmpAECbul/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 ...
105032026-08-24T22:28:04.918Z[ host-image] Aug 24 22:28:04.214 INFO O| Aug 24 22:28:04.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105042026-08-24T22:28:04.918Z[ host-image] Aug 24 22:28:04.214 INFO O| Aug 24 22:28:04.214 INFO ok!
105052026-08-24T22:28:04.918Z[ host-image] Aug 24 22:28:04.214 INFO O| Aug 24 22:28:04.214 INFO STEP 123 (ensure_file) COMPLETE
105062026-08-24T22:28:04.921Z[ host-image] Aug 24 22:28:04.214 INFO O| Aug 24 22:28:04.214 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-08-24T22:28:04.924Z[ host-image] Aug 24 22:28:04.220 INFO O| Aug 24 22:28:04.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105082026-08-24T22:28:04.924Z[ host-image] Aug 24 22:28:04.220 INFO O| Aug 24 22:28:04.220 INFO copying /tmp/.tmpAECbul/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 ...
105092026-08-24T22:28:04.924Z[ host-image] Aug 24 22:28:04.220 INFO O| Aug 24 22:28:04.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105102026-08-24T22:28:04.924Z[ host-image] Aug 24 22:28:04.220 INFO O| Aug 24 22:28:04.220 INFO ok!
105112026-08-24T22:28:04.924Z[ host-image] Aug 24 22:28:04.220 INFO O| Aug 24 22:28:04.220 INFO STEP 124 (ensure_file) COMPLETE
105122026-08-24T22:28:04.924Z[ host-image] Aug 24 22:28:04.220 INFO O| Aug 24 22:28:04.220 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-08-24T22:28:04.928Z[ host-image] Aug 24 22:28:04.226 INFO O| Aug 24 22:28:04.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105142026-08-24T22:28:04.928Z[ host-image] Aug 24 22:28:04.226 INFO O| Aug 24 22:28:04.226 INFO copying /tmp/.tmpAECbul/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 ...
105152026-08-24T22:28:04.931Z[ host-image] Aug 24 22:28:04.226 INFO O| Aug 24 22:28:04.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105162026-08-24T22:28:04.931Z[ host-image] Aug 24 22:28:04.226 INFO O| Aug 24 22:28:04.226 INFO ok!
105172026-08-24T22:28:04.932Z[ host-image] Aug 24 22:28:04.226 INFO O| Aug 24 22:28:04.226 INFO STEP 125 (ensure_file) COMPLETE
105182026-08-24T22:28:04.932Z[ host-image] Aug 24 22:28:04.226 INFO O| Aug 24 22:28:04.226 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-08-24T22:28:04.935Z[ host-image] Aug 24 22:28:04.231 INFO O| Aug 24 22:28:04.231 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105202026-08-24T22:28:04.935Z[ host-image] Aug 24 22:28:04.231 INFO O| Aug 24 22:28:04.231 INFO copying /tmp/.tmpAECbul/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 ...
105212026-08-24T22:28:04.935Z[ host-image] Aug 24 22:28:04.232 INFO O| Aug 24 22:28:04.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105222026-08-24T22:28:04.935Z[ host-image] Aug 24 22:28:04.232 INFO O| Aug 24 22:28:04.232 INFO ok!
105232026-08-24T22:28:04.935Z[ host-image] Aug 24 22:28:04.232 INFO O| Aug 24 22:28:04.232 INFO STEP 126 (ensure_file) COMPLETE
105242026-08-24T22:28:04.935Z[ host-image] Aug 24 22:28:04.232 INFO O| Aug 24 22:28:04.232 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-08-24T22:28:04.940Z[ host-image] Aug 24 22:28:04.238 INFO O| Aug 24 22:28:04.238 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105262026-08-24T22:28:04.941Z[ host-image] Aug 24 22:28:04.238 INFO O| Aug 24 22:28:04.238 INFO copying /tmp/.tmpAECbul/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 ...
105272026-08-24T22:28:04.944Z[ host-image] Aug 24 22:28:04.238 INFO O| Aug 24 22:28:04.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105282026-08-24T22:28:04.944Z[ host-image] Aug 24 22:28:04.238 INFO O| Aug 24 22:28:04.238 INFO ok!
105292026-08-24T22:28:04.944Z[ host-image] Aug 24 22:28:04.238 INFO O| Aug 24 22:28:04.238 INFO STEP 127 (ensure_file) COMPLETE
105302026-08-24T22:28:04.944Z[ host-image] Aug 24 22:28:04.238 INFO O| Aug 24 22:28:04.238 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-08-24T22:28:04.947Z[ host-image] Aug 24 22:28:04.244 INFO O| Aug 24 22:28:04.244 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105322026-08-24T22:28:04.949Z[ host-image] Aug 24 22:28:04.244 INFO O| Aug 24 22:28:04.244 INFO copying /tmp/.tmpAECbul/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 ...
105332026-08-24T22:28:04.952Z[ host-image] Aug 24 22:28:04.244 INFO O| Aug 24 22:28:04.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105342026-08-24T22:28:04.952Z[ host-image] Aug 24 22:28:04.244 INFO O| Aug 24 22:28:04.244 INFO ok!
105352026-08-24T22:28:04.952Z[ host-image] Aug 24 22:28:04.244 INFO O| Aug 24 22:28:04.244 INFO STEP 128 (ensure_file) COMPLETE
105362026-08-24T22:28:04.952Z[ host-image] Aug 24 22:28:04.244 INFO O| Aug 24 22:28:04.244 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-08-24T22:28:04.956Z[ host-image] Aug 24 22:28:04.253 INFO O| Aug 24 22:28:04.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105382026-08-24T22:28:04.956Z[ host-image] Aug 24 22:28:04.253 INFO O| Aug 24 22:28:04.253 INFO copying /tmp/.tmpAECbul/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 ...
105392026-08-24T22:28:04.956Z[ host-image] Aug 24 22:28:04.253 INFO O| Aug 24 22:28:04.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105402026-08-24T22:28:04.956Z[ host-image] Aug 24 22:28:04.253 INFO O| Aug 24 22:28:04.253 INFO ok!
105412026-08-24T22:28:04.959Z[ host-image] Aug 24 22:28:04.253 INFO O| Aug 24 22:28:04.253 INFO STEP 129 (ensure_file) COMPLETE
105422026-08-24T22:28:04.959Z[ host-image] Aug 24 22:28:04.253 INFO O| Aug 24 22:28:04.253 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-08-24T22:28:04.963Z[ host-image] Aug 24 22:28:04.260 INFO O| Aug 24 22:28:04.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105442026-08-24T22:28:04.963Z[ host-image] Aug 24 22:28:04.260 INFO O| Aug 24 22:28:04.260 INFO copying /tmp/.tmpAECbul/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 ...
105452026-08-24T22:28:04.968Z[ host-image] Aug 24 22:28:04.260 INFO O| Aug 24 22:28:04.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105462026-08-24T22:28:04.968Z[ host-image] Aug 24 22:28:04.260 INFO O| Aug 24 22:28:04.260 INFO ok!
105472026-08-24T22:28:04.968Z[ host-image] Aug 24 22:28:04.260 INFO O| Aug 24 22:28:04.260 INFO STEP 130 (ensure_file) COMPLETE
105482026-08-24T22:28:04.969Z[ host-image] Aug 24 22:28:04.260 INFO O| Aug 24 22:28:04.260 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-08-24T22:28:04.972Z[ host-image] Aug 24 22:28:04.267 INFO O| Aug 24 22:28:04.267 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105502026-08-24T22:28:04.972Z[ host-image] Aug 24 22:28:04.267 INFO O| Aug 24 22:28:04.267 INFO copying /tmp/.tmpAECbul/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 ...
105512026-08-24T22:28:04.972Z[ host-image] Aug 24 22:28:04.267 INFO O| Aug 24 22:28:04.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105522026-08-24T22:28:04.972Z[ host-image] Aug 24 22:28:04.267 INFO O| Aug 24 22:28:04.267 INFO ok!
105532026-08-24T22:28:04.972Z[ host-image] Aug 24 22:28:04.267 INFO O| Aug 24 22:28:04.267 INFO STEP 131 (ensure_file) COMPLETE
105542026-08-24T22:28:04.972Z[ host-image] Aug 24 22:28:04.267 INFO O| Aug 24 22:28:04.267 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-08-24T22:28:04.975Z[ host-image] Aug 24 22:28:04.273 INFO O| Aug 24 22:28:04.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105562026-08-24T22:28:04.975Z[ host-image] Aug 24 22:28:04.273 INFO O| Aug 24 22:28:04.273 INFO copying /tmp/.tmpAECbul/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 ...
105572026-08-24T22:28:04.975Z[ host-image] Aug 24 22:28:04.273 INFO O| Aug 24 22:28:04.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105582026-08-24T22:28:04.975Z[ host-image] Aug 24 22:28:04.273 INFO O| Aug 24 22:28:04.273 INFO ok!
105592026-08-24T22:28:04.975Z[ host-image] Aug 24 22:28:04.273 INFO O| Aug 24 22:28:04.273 INFO STEP 132 (ensure_file) COMPLETE
105602026-08-24T22:28:04.978Z[ host-image] Aug 24 22:28:04.273 INFO O| Aug 24 22:28:04.273 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-24T22:28:04.982Z[ host-image] Aug 24 22:28:04.279 INFO O| Aug 24 22:28:04.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105622026-08-24T22:28:04.982Z[ host-image] Aug 24 22:28:04.279 INFO O| Aug 24 22:28:04.279 INFO copying /tmp/.tmpAECbul/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 ...
105632026-08-24T22:28:04.982Z[ host-image] Aug 24 22:28:04.279 INFO O| Aug 24 22:28:04.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105642026-08-24T22:28:04.982Z[ host-image] Aug 24 22:28:04.279 INFO O| Aug 24 22:28:04.279 INFO ok!
105652026-08-24T22:28:04.982Z[ host-image] Aug 24 22:28:04.279 INFO O| Aug 24 22:28:04.279 INFO STEP 133 (ensure_file) COMPLETE
105662026-08-24T22:28:04.985Z[ host-image] Aug 24 22:28:04.279 INFO O| Aug 24 22:28:04.279 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105672026-08-24T22:28:04.989Z[ host-image] Aug 24 22:28:04.286 INFO O| Aug 24 22:28:04.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105682026-08-24T22:28:04.989Z[ host-image] Aug 24 22:28:04.286 INFO O| Aug 24 22:28:04.286 INFO copying /tmp/.tmpAECbul/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 ...
105692026-08-24T22:28:04.992Z[ host-image] Aug 24 22:28:04.286 INFO O| Aug 24 22:28:04.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105702026-08-24T22:28:04.992Z[ host-image] Aug 24 22:28:04.286 INFO O| Aug 24 22:28:04.286 INFO ok!
105712026-08-24T22:28:04.992Z[ host-image] Aug 24 22:28:04.286 INFO O| Aug 24 22:28:04.286 INFO STEP 134 (ensure_file) COMPLETE
105722026-08-24T22:28:04.992Z[ host-image] Aug 24 22:28:04.286 INFO O| Aug 24 22:28:04.286 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105732026-08-24T22:28:04.995Z[ host-image] Aug 24 22:28:04.292 INFO O| Aug 24 22:28:04.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105742026-08-24T22:28:04.995Z[ host-image] Aug 24 22:28:04.292 INFO O| Aug 24 22:28:04.292 INFO copying /tmp/.tmpAECbul/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 ...
105752026-08-24T22:28:04.998Z[ host-image] Aug 24 22:28:04.292 INFO O| Aug 24 22:28:04.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105762026-08-24T22:28:04.998Z[ host-image] Aug 24 22:28:04.292 INFO O| Aug 24 22:28:04.292 INFO ok!
105772026-08-24T22:28:04.998Z[ host-image] Aug 24 22:28:04.292 INFO O| Aug 24 22:28:04.292 INFO STEP 135 (ensure_file) COMPLETE
105782026-08-24T22:28:04.998Z[ host-image] Aug 24 22:28:04.292 INFO O| Aug 24 22:28:04.292 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105792026-08-24T22:28:05.002Z[ host-image] Aug 24 22:28:04.299 INFO O| Aug 24 22:28:04.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105802026-08-24T22:28:05.002Z[ host-image] Aug 24 22:28:04.299 INFO O| Aug 24 22:28:04.299 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105812026-08-24T22:28:05.005Z[ host-image] Aug 24 22:28:04.300 INFO O| Aug 24 22:28:04.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105822026-08-24T22:28:05.005Z[ host-image] Aug 24 22:28:04.300 INFO O| Aug 24 22:28:04.300 INFO ok!
105832026-08-24T22:28:05.005Z[ host-image] Aug 24 22:28:04.300 INFO O| Aug 24 22:28:04.300 INFO STEP 136 (ensure_file) COMPLETE
105842026-08-24T22:28:05.005Z[ host-image] Aug 24 22:28:04.300 INFO O| Aug 24 22:28:04.300 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105852026-08-24T22:28:05.008Z[ host-image] Aug 24 22:28:04.306 INFO O| Aug 24 22:28:04.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105862026-08-24T22:28:05.008Z[ host-image] Aug 24 22:28:04.306 INFO O| Aug 24 22:28:04.306 INFO copying /tmp/.tmpAECbul/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 ...
105872026-08-24T22:28:05.011Z[ host-image] Aug 24 22:28:04.306 INFO O| Aug 24 22:28:04.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105882026-08-24T22:28:05.012Z[ host-image] Aug 24 22:28:04.306 INFO O| Aug 24 22:28:04.306 INFO ok!
105892026-08-24T22:28:05.012Z[ host-image] Aug 24 22:28:04.306 INFO O| Aug 24 22:28:04.306 INFO STEP 137 (ensure_file) COMPLETE
105902026-08-24T22:28:05.012Z[ host-image] Aug 24 22:28:04.306 INFO O| Aug 24 22:28:04.306 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-08-24T22:28:05.015Z[ host-image] Aug 24 22:28:04.312 INFO O| Aug 24 22:28:04.312 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105922026-08-24T22:28:05.015Z[ host-image] Aug 24 22:28:04.312 INFO O| Aug 24 22:28:04.312 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105932026-08-24T22:28:05.018Z[ host-image] Aug 24 22:28:04.312 INFO O| Aug 24 22:28:04.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105942026-08-24T22:28:05.018Z[ host-image] Aug 24 22:28:04.312 INFO O| Aug 24 22:28:04.312 INFO ok!
105952026-08-24T22:28:05.018Z[ host-image] Aug 24 22:28:04.312 INFO O| Aug 24 22:28:04.312 INFO STEP 138 (ensure_file) COMPLETE
105962026-08-24T22:28:05.018Z[ host-image] Aug 24 22:28:04.312 INFO O| Aug 24 22:28:04.312 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-08-24T22:28:05.021Z[ host-image] Aug 24 22:28:04.319 INFO O| Aug 24 22:28:04.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105982026-08-24T22:28:05.022Z[ host-image] Aug 24 22:28:04.319 INFO O| Aug 24 22:28:04.319 INFO copying /tmp/.tmpAECbul/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105992026-08-24T22:28:06.112Z[ recovery-image] Aug 24 22:28:05.408 INFO E| Compiling clap v4.6.1
106002026-08-24T22:28:06.196Z[ recovery-image] Aug 24 22:28:05.493 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106012026-08-24T22:28:07.228Z[ recovery-image] Aug 24 22:28:06.525 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s
106022026-08-24T22:28:07.233Z[ recovery-image] Aug 24 22:28:06.530 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106032026-08-24T22:28:07.506Z[ recovery-image] Aug 24 22:28:06.803 INFO E| Downloading crates ...
106042026-08-24T22:28:07.553Z[ recovery-image] Aug 24 22:28:06.849 INFO E| Downloaded bitflags v2.13.0
106052026-08-24T22:28:07.559Z[ recovery-image] Aug 24 22:28:06.857 INFO E| Downloaded bit_field v0.10.3
106062026-08-24T22:28:07.563Z[ recovery-image] Aug 24 22:28:06.858 INFO E| Downloaded bitstruct v0.1.1
106072026-08-24T22:28:07.567Z[ recovery-image] Aug 24 22:28:06.864 INFO E| Downloaded bitstruct_derive v0.1.0
106082026-08-24T22:28:07.571Z[ recovery-image] Aug 24 22:28:06.868 INFO E| Downloaded cpio_reader v0.1.2
106092026-08-24T22:28:07.584Z[ recovery-image] Aug 24 22:28:06.881 INFO E| Downloaded log v0.4.32
106102026-08-24T22:28:07.587Z[ recovery-image] Aug 24 22:28:06.883 INFO E| Downloaded miniz_oxide v0.9.1
106112026-08-24T22:28:07.593Z[ recovery-image] Aug 24 22:28:06.890 INFO E| Downloaded raw-cpuid v10.7.0
106122026-08-24T22:28:07.596Z[ recovery-image] Aug 24 22:28:06.893 INFO E| Downloaded goblin v0.10.7
106132026-08-24T22:28:07.716Z[ recovery-image] Aug 24 22:28:07.013 INFO E| Downloaded x86 v0.52.0
106142026-08-24T22:28:07.760Z[ recovery-image] Aug 24 22:28:07.058 INFO E| Updating crates.io index
106152026-08-24T22:28:07.808Z[ recovery-image] Aug 24 22:28:07.105 INFO E| Downloading crates ...
106162026-08-24T22:28:07.824Z[ recovery-image] Aug 24 22:28:07.121 INFO E| Downloaded rustc-literal-escaper v0.0.7
106172026-08-24T22:28:07.830Z[ recovery-image] Aug 24 22:28:07.127 INFO E| Downloaded hashbrown v0.17.1
106182026-08-24T22:28:07.890Z[ recovery-image] Aug 24 22:28:07.187 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)
106192026-08-24T22:28:07.893Z[ recovery-image] Aug 24 22:28:07.188 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)
106202026-08-24T22:28:07.893Z[ recovery-image] Aug 24 22:28:07.188 INFO E| Compiling proc-macro2 v1.0.106
106212026-08-24T22:28:07.893Z[ recovery-image] Aug 24 22:28:07.188 INFO E| Compiling quote v1.0.45
106222026-08-24T22:28:07.894Z[ recovery-image] Aug 24 22:28:07.188 INFO E| Compiling unicode-ident v1.0.24
106232026-08-24T22:28:07.894Z[ recovery-image] Aug 24 22:28:07.188 INFO E| Compiling syn v1.0.109
106242026-08-24T22:28:07.894Z[ recovery-image] Aug 24 22:28:07.188 INFO E| Compiling x86 v0.52.0
106252026-08-24T22:28:07.894Z[ recovery-image] Aug 24 22:28:07.188 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106262026-08-24T22:28:07.894Z[ recovery-image] Aug 24 22:28:07.188 INFO E| Compiling seq-macro v0.3.6
106272026-08-24T22:28:09.033Z[ recovery-image] Aug 24 22:28:08.330 INFO E| Compiling syn v2.0.117
106282026-08-24T22:28:11.653Z[ recovery-image] Aug 24 22:28:09.929 INFO E| Compiling scroll_derive v0.13.1
106292026-08-24T22:28:11.663Z[ host-image] Aug 24 22:28:10.924 INFO O| Aug 24 22:28:10.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106302026-08-24T22:28:11.663Z[ host-image] Aug 24 22:28:10.924 INFO O| Aug 24 22:28:10.924 INFO ok!
106312026-08-24T22:28:11.663Z[ host-image] Aug 24 22:28:10.924 INFO O| Aug 24 22:28:10.924 INFO STEP 139 (ensure_file) COMPLETE
106322026-08-24T22:28:11.663Z[ host-image] Aug 24 22:28:10.924 INFO O| Aug 24 22:28:10.924 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106332026-08-24T22:28:11.663Z[ host-image] Aug 24 22:28:10.933 INFO O| Aug 24 22:28:10.933 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106342026-08-24T22:28:11.663Z[ host-image] Aug 24 22:28:10.933 INFO O| Aug 24 22:28:10.933 INFO STEP 140 (ensure_dir) COMPLETE
106352026-08-24T22:28:11.664Z[ host-image] Aug 24 22:28:10.933 INFO O| Aug 24 22:28:10.933 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-08-24T22:28:11.664Z[ host-image] Aug 24 22:28:10.940 INFO O| Aug 24 22:28:10.940 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106372026-08-24T22:28:11.664Z[ host-image] Aug 24 22:28:10.940 INFO O| Aug 24 22:28:10.940 INFO STEP 141 (ensure_dir) COMPLETE
106382026-08-24T22:28:11.664Z[ host-image] Aug 24 22:28:10.940 INFO O| Aug 24 22:28:10.940 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106392026-08-24T22:28:11.664Z[ host-image] Aug 24 22:28:10.947 INFO O| Aug 24 22:28:10.947 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106402026-08-24T22:28:11.664Z[ host-image] Aug 24 22:28:10.947 INFO O| Aug 24 22:28:10.947 INFO STEP 142 (ensure_dir) COMPLETE
106412026-08-24T22:28:11.664Z[ host-image] Aug 24 22:28:10.947 INFO O| Aug 24 22:28:10.947 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-08-24T22:28:11.674Z[ host-image] Aug 24 22:28:10.956 INFO O| Aug 24 22:28:10.956 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106432026-08-24T22:28:11.674Z[ host-image] Aug 24 22:28:10.956 INFO O| Aug 24 22:28:10.956 INFO STEP 143 (ensure_dir) COMPLETE
106442026-08-24T22:28:11.674Z[ host-image] Aug 24 22:28:10.956 INFO O| Aug 24 22:28:10.956 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106452026-08-24T22:28:11.674Z[ host-image] Aug 24 22:28:10.962 INFO O| Aug 24 22:28:10.962 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106462026-08-24T22:28:11.674Z[ host-image] Aug 24 22:28:10.962 INFO O| Aug 24 22:28:10.962 INFO copying /tmp/.tmpAECbul/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 ...
106472026-08-24T22:28:11.674Z[ host-image] Aug 24 22:28:10.962 INFO O| Aug 24 22:28:10.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106482026-08-24T22:28:11.674Z[ host-image] Aug 24 22:28:10.962 INFO O| Aug 24 22:28:10.962 INFO ok!
106492026-08-24T22:28:11.674Z[ host-image] Aug 24 22:28:10.962 INFO O| Aug 24 22:28:10.962 INFO STEP 144 (ensure_file) COMPLETE
106502026-08-24T22:28:11.674Z[ host-image] Aug 24 22:28:10.962 INFO O| Aug 24 22:28:10.962 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-08-24T22:28:11.678Z[ host-image] Aug 24 22:28:10.970 INFO O| Aug 24 22:28:10.970 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106522026-08-24T22:28:11.678Z[ host-image] Aug 24 22:28:10.970 INFO O| Aug 24 22:28:10.970 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106532026-08-24T22:28:11.678Z[ host-image] Aug 24 22:28:10.970 INFO O| Aug 24 22:28:10.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106542026-08-24T22:28:11.678Z[ host-image] Aug 24 22:28:10.970 INFO O| Aug 24 22:28:10.970 INFO STEP 145 (ensure_dir) COMPLETE
106552026-08-24T22:28:11.678Z[ host-image] Aug 24 22:28:10.970 INFO O| Aug 24 22:28:10.970 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106562026-08-24T22:28:11.682Z[ host-image] Aug 24 22:28:10.979 INFO O| Aug 24 22:28:10.979 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106572026-08-24T22:28:11.682Z[ host-image] Aug 24 22:28:10.979 INFO O| Aug 24 22:28:10.979 INFO copying /tmp/.tmpAECbul/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106582026-08-24T22:28:11.682Z[ host-image] Aug 24 22:28:10.979 INFO O| Aug 24 22:28:10.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106592026-08-24T22:28:11.682Z[ host-image] Aug 24 22:28:10.979 INFO O| Aug 24 22:28:10.979 INFO ok!
106602026-08-24T22:28:11.682Z[ host-image] Aug 24 22:28:10.979 INFO O| Aug 24 22:28:10.979 INFO STEP 146 (ensure_file) COMPLETE
106612026-08-24T22:28:11.682Z[ host-image] Aug 24 22:28:10.979 INFO O| Aug 24 22:28:10.979 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-08-24T22:28:11.690Z[ host-image] Aug 24 22:28:10.987 INFO O| Aug 24 22:28:10.987 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106632026-08-24T22:28:11.693Z[ host-image] Aug 24 22:28:10.987 INFO O| Aug 24 22:28:10.987 INFO STEP 147 (remove_files) COMPLETE
106642026-08-24T22:28:11.693Z[ host-image] Aug 24 22:28:10.987 INFO O| Aug 24 22:28:10.987 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-24T22:28:11.697Z[ host-image] Aug 24 22:28:10.994 INFO O| Aug 24 22:28:10.994 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106662026-08-24T22:28:11.701Z[ host-image] Aug 24 22:28:10.995 INFO O| Aug 24 22:28:10.995 INFO STEP 148 (remove_files) COMPLETE
106672026-08-24T22:28:11.701Z[ host-image] Aug 24 22:28:10.995 INFO O| Aug 24 22:28:10.995 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-24T22:28:11.704Z[ host-image] Aug 24 22:28:11.001 INFO O| Aug 24 22:28:11.001 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106692026-08-24T22:28:11.704Z[ host-image] Aug 24 22:28:11.001 INFO O| Aug 24 22:28:11.001 INFO STEP 149 (remove_files) COMPLETE
106702026-08-24T22:28:11.704Z[ host-image] Aug 24 22:28:11.001 INFO O| Aug 24 22:28:11.001 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-24T22:28:11.711Z[ host-image] Aug 24 22:28:11.008 INFO O| Aug 24 22:28:11.008 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106722026-08-24T22:28:11.714Z[ host-image] Aug 24 22:28:11.008 INFO O| Aug 24 22:28:11.008 INFO STEP 150 (remove_files) COMPLETE
106732026-08-24T22:28:11.714Z[ host-image] Aug 24 22:28:11.008 INFO O| Aug 24 22:28:11.008 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-24T22:28:11.720Z[ host-image] Aug 24 22:28:11.017 INFO O| Aug 24 22:28:11.017 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106752026-08-24T22:28:11.723Z[ host-image] Aug 24 22:28:11.017 INFO O| Aug 24 22:28:11.017 INFO STEP 151 (remove_files) COMPLETE
106762026-08-24T22:28:11.723Z[ host-image] Aug 24 22:28:11.017 INFO O| Aug 24 22:28:11.017 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-24T22:28:11.729Z[ host-image] Aug 24 22:28:11.026 INFO O| Aug 24 22:28:11.026 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106782026-08-24T22:28:11.732Z[ host-image] Aug 24 22:28:11.026 INFO O| Aug 24 22:28:11.026 INFO STEP 152 (remove_files) COMPLETE
106792026-08-24T22:28:11.732Z[ host-image] Aug 24 22:28:11.026 INFO O| Aug 24 22:28:11.026 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-24T22:28:11.810Z[ host-image] Aug 24 22:28:11.033 INFO O| Aug 24 22:28:11.033 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106812026-08-24T22:28:11.810Z[ host-image] Aug 24 22:28:11.033 INFO O| Aug 24 22:28:11.033 INFO STEP 153 (remove_files) COMPLETE
106822026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.033 INFO O| Aug 24 22:28:11.033 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.041 INFO O| Aug 24 22:28:11.041 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106842026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.041 INFO O| Aug 24 22:28:11.041 INFO STEP 154 (remove_files) COMPLETE
106852026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.041 INFO O| Aug 24 22:28:11.041 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.049 INFO O| Aug 24 22:28:11.049 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106872026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.049 INFO O| Aug 24 22:28:11.049 INFO STEP 155 (remove_files) COMPLETE
106882026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.049 INFO O| Aug 24 22:28:11.049 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.057 INFO O| Aug 24 22:28:11.057 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106902026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.057 INFO O| Aug 24 22:28:11.057 INFO STEP 156 (remove_files) COMPLETE
106912026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.057 INFO O| Aug 24 22:28:11.057 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.064 INFO O| Aug 24 22:28:11.064 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106932026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.064 INFO O| Aug 24 22:28:11.064 INFO STEP 157 (remove_files) COMPLETE
106942026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.064 INFO O| Aug 24 22:28:11.064 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.072 INFO O| Aug 24 22:28:11.072 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106962026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.072 INFO O| Aug 24 22:28:11.072 INFO STEP 158 (remove_files) COMPLETE
106972026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.072 INFO O| Aug 24 22:28:11.072 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.080 INFO O| Aug 24 22:28:11.080 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106992026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.080 INFO O| Aug 24 22:28:11.080 INFO STEP 159 (remove_files) COMPLETE
107002026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.080 INFO O| Aug 24 22:28:11.080 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.087 INFO O| Aug 24 22:28:11.087 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107022026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.087 INFO O| Aug 24 22:28:11.087 INFO STEP 160 (remove_files) COMPLETE
107032026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.087 INFO O| Aug 24 22:28:11.087 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.094 INFO O| Aug 24 22:28:11.094 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107052026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.094 INFO O| Aug 24 22:28:11.094 INFO STEP 161 (remove_files) COMPLETE
107062026-08-24T22:28:11.814Z[ host-image] Aug 24 22:28:11.094 INFO O| Aug 24 22:28:11.094 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-24T22:28:11.815Z[ host-image] Aug 24 22:28:11.102 INFO O| Aug 24 22:28:11.102 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107082026-08-24T22:28:11.815Z[ host-image] Aug 24 22:28:11.102 INFO O| Aug 24 22:28:11.102 INFO STEP 162 (remove_files) COMPLETE
107092026-08-24T22:28:11.815Z[ host-image] Aug 24 22:28:11.102 INFO O| Aug 24 22:28:11.102 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-08-24T22:28:11.815Z[ host-image] Aug 24 22:28:11.110 INFO O| Aug 24 22:28:11.110 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107112026-08-24T22:28:11.815Z[ host-image] Aug 24 22:28:11.110 INFO O| Aug 24 22:28:11.110 INFO STEP 163 (remove_files) COMPLETE
107122026-08-24T22:28:11.815Z[ host-image] Aug 24 22:28:11.110 INFO O| Aug 24 22:28:11.110 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-08-24T22:28:11.820Z[ host-image] Aug 24 22:28:11.118 INFO O| Aug 24 22:28:11.118 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107142026-08-24T22:28:11.820Z[ host-image] Aug 24 22:28:11.118 INFO O| Aug 24 22:28:11.118 INFO STEP 164 (remove_files) COMPLETE
107152026-08-24T22:28:11.824Z[ host-image] Aug 24 22:28:11.118 INFO O| Aug 24 22:28:11.118 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-08-24T22:28:11.828Z[ host-image] Aug 24 22:28:11.125 INFO O| Aug 24 22:28:11.125 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107172026-08-24T22:28:11.828Z[ host-image] Aug 24 22:28:11.125 INFO O| Aug 24 22:28:11.125 INFO STEP 165 (remove_files) COMPLETE
107182026-08-24T22:28:11.831Z[ host-image] Aug 24 22:28:11.125 INFO O| Aug 24 22:28:11.125 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-08-24T22:28:11.837Z[ host-image] Aug 24 22:28:11.133 INFO O| Aug 24 22:28:11.133 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107202026-08-24T22:28:11.837Z[ host-image] Aug 24 22:28:11.133 INFO O| Aug 24 22:28:11.133 INFO STEP 166 (remove_files) COMPLETE
107212026-08-24T22:28:11.841Z[ host-image] Aug 24 22:28:11.133 INFO O| Aug 24 22:28:11.133 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-08-24T22:28:11.844Z[ host-image] Aug 24 22:28:11.140 INFO O| Aug 24 22:28:11.140 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107232026-08-24T22:28:11.844Z[ host-image] Aug 24 22:28:11.140 INFO O| Aug 24 22:28:11.140 INFO STEP 167 (remove_files) COMPLETE
107242026-08-24T22:28:11.844Z[ host-image] Aug 24 22:28:11.140 INFO O| Aug 24 22:28:11.140 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-08-24T22:28:11.851Z[ host-image] Aug 24 22:28:11.149 INFO O| Aug 24 22:28:11.149 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107262026-08-24T22:28:11.851Z[ host-image] Aug 24 22:28:11.149 INFO O| Aug 24 22:28:11.149 INFO STEP 168 (remove_files) COMPLETE
107272026-08-24T22:28:11.851Z[ host-image] Aug 24 22:28:11.149 INFO O| Aug 24 22:28:11.149 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-08-24T22:28:11.859Z[ host-image] Aug 24 22:28:11.156 INFO O| Aug 24 22:28:11.156 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107292026-08-24T22:28:11.859Z[ host-image] Aug 24 22:28:11.156 INFO O| Aug 24 22:28:11.156 INFO STEP 169 (remove_files) COMPLETE
107302026-08-24T22:28:11.859Z[ host-image] Aug 24 22:28:11.156 INFO O| Aug 24 22:28:11.156 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107312026-08-24T22:28:11.865Z[ host-image] Aug 24 22:28:11.162 INFO O| Aug 24 22:28:11.162 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107322026-08-24T22:28:11.868Z[ host-image] Aug 24 22:28:11.163 INFO O| Aug 24 22:28:11.163 INFO STEP 170 (remove_files) COMPLETE
107332026-08-24T22:28:11.868Z[ host-image] Aug 24 22:28:11.163 INFO O| Aug 24 22:28:11.163 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107342026-08-24T22:28:11.869Z[ recovery-image] Aug 24 22:28:11.164 INFO E| Compiling bitstruct_derive v0.1.0
107352026-08-24T22:28:11.873Z[ host-image] Aug 24 22:28:11.170 INFO O| Aug 24 22:28:11.170 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107362026-08-24T22:28:11.873Z[ host-image] Aug 24 22:28:11.170 INFO O| Aug 24 22:28:11.170 INFO STEP 171 (remove_files) COMPLETE
107372026-08-24T22:28:11.873Z[ host-image] Aug 24 22:28:11.170 INFO O| Aug 24 22:28:11.170 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107382026-08-24T22:28:11.879Z[ host-image] Aug 24 22:28:11.176 INFO O| Aug 24 22:28:11.176 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107392026-08-24T22:28:11.879Z[ host-image] Aug 24 22:28:11.176 INFO O| Aug 24 22:28:11.176 INFO STEP 172 (remove_files) COMPLETE
107402026-08-24T22:28:11.883Z[ host-image] Aug 24 22:28:11.176 INFO O| Aug 24 22:28:11.176 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107412026-08-24T22:28:11.886Z[ host-image] Aug 24 22:28:11.182 INFO O| Aug 24 22:28:11.182 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107422026-08-24T22:28:11.886Z[ host-image] Aug 24 22:28:11.182 INFO O| Aug 24 22:28:11.182 INFO STEP 173 (remove_files) COMPLETE
107432026-08-24T22:28:11.886Z[ host-image] Aug 24 22:28:11.182 INFO O| Aug 24 22:28:11.182 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107442026-08-24T22:28:11.891Z[ host-image] Aug 24 22:28:11.188 INFO O| Aug 24 22:28:11.188 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107452026-08-24T22:28:11.891Z[ host-image] Aug 24 22:28:11.188 INFO O| Aug 24 22:28:11.188 INFO STEP 174 (remove_files) COMPLETE
107462026-08-24T22:28:11.891Z[ host-image] Aug 24 22:28:11.188 INFO O| Aug 24 22:28:11.188 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107472026-08-24T22:28:11.898Z[ host-image] Aug 24 22:28:11.196 INFO O| Aug 24 22:28:11.196 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107482026-08-24T22:28:11.899Z[ host-image] Aug 24 22:28:11.196 INFO O| Aug 24 22:28:11.196 INFO STEP 175 (remove_files) COMPLETE
107492026-08-24T22:28:11.902Z[ host-image] Aug 24 22:28:11.196 INFO O| Aug 24 22:28:11.196 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107502026-08-24T22:28:11.909Z[ host-image] Aug 24 22:28:11.206 INFO O| Aug 24 22:28:11.206 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107512026-08-24T22:28:12.233Z[ host-image] Aug 24 22:28:11.206 INFO O| Aug 24 22:28:11.206 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107522026-08-24T22:28:14.619Z[ host-image] Aug 24 22:28:13.743 INFO O| Aug 24 22:28:13.743 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
107532026-08-24T22:28:14.619Z[ host-image] Aug 24 22:28:13.743 INFO O| Aug 24 22:28:13.743 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107542026-08-24T22:28:14.626Z[ host-image] Aug 24 22:28:13.754 INFO O| Aug 24 22:28:13.754 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107552026-08-24T22:28:14.626Z[ host-image] Aug 24 22:28:13.850 INFO O| Aug 24 22:28:13.850 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
107562026-08-24T22:28:14.626Z[ host-image] Aug 24 22:28:13.905 INFO O| Aug 24 22:28:13.905 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_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"}
107572026-08-24T22:28:14.671Z[ host-image] Aug 24 22:28:13.968 INFO O| Aug 24 22:28:13.968 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107582026-08-24T22:28:14.671Z[ host-image] Aug 24 22:28:13.968 INFO O| Aug 24 22:28:13.968 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107592026-08-24T22:28:14.675Z[ host-image] Aug 24 22:28:13.970 INFO O| Aug 24 22:28:13.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107602026-08-24T22:28:14.675Z[ host-image] Aug 24 22:28:13.970 INFO O| Aug 24 22:28:13.970 INFO ok!
107612026-08-24T22:28:14.675Z[ host-image] Aug 24 22:28:13.970 INFO O| Aug 24 22:28:13.970 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107622026-08-24T22:28:14.675Z[ host-image] Aug 24 22:28:13.970 INFO O| Aug 24 22:28:13.970 INFO STEP 176 (seed_smf) COMPLETE
107632026-08-24T22:28:14.675Z[ host-image] Aug 24 22:28:13.970 INFO O| Aug 24 22:28:13.970 INFO steps complete; finalising image!
107642026-08-24T22:28:14.675Z[ host-image] Aug 24 22:28:13.970 INFO O| Aug 24 22:28:13.970 INFO TRIM POOL: TEMPORARY-sled-zfs
107652026-08-24T22:28:14.897Z[ host-image] Aug 24 22:28:14.046 INFO O| Aug 24 22:28:14.046 INFO trim TEMPORARY-sled-zfs: (7% trimmed, started at Mon Aug 24 22:28:13 2026)
107662026-08-24T22:28:14.963Z[ host-image] Aug 24 22:28:14.260 INFO O| Aug 24 22:28:14.260 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107672026-08-24T22:28:14.963Z[ host-image] Aug 24 22:28:14.260 INFO O| Aug 24 22:28:14.260 INFO EXPORT POOL: TEMPORARY-sled-zfs
107682026-08-24T22:28:15.293Z[ host-image] Aug 24 22:28:14.588 INFO O| Aug 24 22:28:14.588 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107692026-08-24T22:28:15.293Z[ host-image] Aug 24 22:28:14.588 INFO O| Aug 24 22:28:14.588 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107702026-08-24T22:28:16.148Z[ host-image] Aug 24 22:28:15.375 INFO O| Aug 24 22:28:15.375 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107712026-08-24T22:28:16.148Z[ host-image] Aug 24 22:28:15.375 INFO O| Aug 24 22:28:15.375 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107722026-08-24T22:28:16.148Z[ host-image] Aug 24 22:28:15.375 INFO O| Aug 24 22:28:15.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107732026-08-24T22:28:16.170Z[ host-image] Aug 24 22:28:15.375 INFO O| Aug 24 22:28:15.375 INFO completed processing sled/zfs
107742026-08-24T22:28:16.170Z[ host-image] Aug 24 22:28:15.375 INFO O| Aug 24 22:28:15.375 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107752026-08-24T22:28:20.883Z[ recovery-image] Aug 24 22:28:20.157 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)
107762026-08-24T22:28:22.902Z[ recovery-image] Aug 24 22:28:22.198 INFO E| Compiling bitflags v1.3.2
107772026-08-24T22:28:22.902Z[ recovery-image] Aug 24 22:28:22.198 INFO E| Compiling bit_field v0.10.3
107782026-08-24T22:28:22.902Z[ recovery-image] Aug 24 22:28:22.198 INFO E| Compiling log v0.4.32
107792026-08-24T22:28:22.902Z[ recovery-image] Aug 24 22:28:22.198 INFO E| Compiling scroll v0.13.0
107802026-08-24T22:28:22.905Z[ recovery-image] Aug 24 22:28:22.198 INFO E| Compiling adler2 v2.0.1
107812026-08-24T22:28:22.905Z[ recovery-image] Aug 24 22:28:22.198 INFO E| Compiling bitflags v2.13.0
107822026-08-24T22:28:22.905Z[ recovery-image] Aug 24 22:28:22.198 INFO E| Compiling plain v0.2.3
107832026-08-24T22:28:22.905Z[ recovery-image] Aug 24 22:28:22.198 INFO E| Compiling static_assertions v1.1.0
107842026-08-24T22:28:22.905Z[ recovery-image] Aug 24 22:28:22.199 INFO E| Compiling bitstruct v0.1.1
107852026-08-24T22:28:22.955Z[ recovery-image] Aug 24 22:28:22.251 INFO E| Compiling raw-cpuid v10.7.0
107862026-08-24T22:28:23.004Z[ recovery-image] Aug 24 22:28:22.300 INFO E| Compiling miniz_oxide v0.9.1
107872026-08-24T22:28:23.057Z[ recovery-image] Aug 24 22:28:22.354 INFO E| Compiling cpio_reader v0.1.2
107882026-08-24T22:28:23.127Z[ recovery-image] Aug 24 22:28:22.424 INFO E| Compiling goblin v0.10.7
107892026-08-24T22:28:25.895Z[ recovery-image] Aug 24 22:28:25.192 INFO E| Finished `release` profile [optimized] target(s) in 18.64s
107902026-08-24T22:28:25.913Z[ recovery-image] Aug 24 22:28:25.210 INFO building ROM for gimlet
107912026-08-24T22:28:25.913Z[ recovery-image] Aug 24 22:28:25.210 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")
107922026-08-24T22:28:25.990Z[ recovery-image] Aug 24 22:28:25.287 INFO E| Downloading crates ...
107932026-08-24T22:28:26.031Z[ recovery-image] Aug 24 22:28:25.328 INFO E| Downloaded toml_datetime v0.6.9
107942026-08-24T22:28:26.034Z[ recovery-image] Aug 24 22:28:25.329 INFO E| Downloaded serde_spanned v0.6.8
107952026-08-24T22:28:26.034Z[ recovery-image] Aug 24 22:28:25.330 INFO E| Downloaded anstyle-query v1.1.2
107962026-08-24T22:28:26.037Z[ recovery-image] Aug 24 22:28:25.334 INFO E| Downloaded is_terminal_polyfill v1.70.1
107972026-08-24T22:28:26.040Z[ recovery-image] Aug 24 22:28:25.336 INFO E| Downloaded duct v0.13.7
107982026-08-24T22:28:26.040Z[ recovery-image] Aug 24 22:28:25.337 INFO E| Downloaded anstream v0.6.18
107992026-08-24T22:28:26.045Z[ recovery-image] Aug 24 22:28:25.342 INFO E| Downloaded anstyle v1.0.10
108002026-08-24T22:28:26.048Z[ recovery-image] Aug 24 22:28:25.344 INFO E| Downloaded shared_child v1.0.1
108012026-08-24T22:28:26.048Z[ recovery-image] Aug 24 22:28:25.344 INFO E| Downloaded colorchoice v1.0.3
108022026-08-24T22:28:26.048Z[ recovery-image] Aug 24 22:28:25.345 INFO E| Downloaded os_pipe v1.2.1
108032026-08-24T22:28:26.051Z[ recovery-image] Aug 24 22:28:25.347 INFO E| Downloaded clap v4.5.37
108042026-08-24T22:28:26.055Z[ recovery-image] Aug 24 22:28:25.352 INFO E| Downloaded clap_lex v0.7.4
108052026-08-24T22:28:26.057Z[ recovery-image] Aug 24 22:28:25.354 INFO E| Downloaded toml_write v0.1.1
108062026-08-24T22:28:26.057Z[ recovery-image] Aug 24 22:28:25.355 INFO E| Downloaded anstyle-parse v0.2.6
108072026-08-24T22:28:26.066Z[ recovery-image] Aug 24 22:28:25.364 INFO E| Downloaded clap_derive v4.5.32
108082026-08-24T22:28:26.073Z[ recovery-image] Aug 24 22:28:25.370 INFO E| Downloaded toml v0.8.22
108092026-08-24T22:28:26.091Z[ recovery-image] Aug 24 22:28:25.389 INFO E| Downloaded cc v1.2.20
108102026-08-24T22:28:26.094Z[ recovery-image] Aug 24 22:28:25.391 INFO E| Downloaded toml_edit v0.22.26
108112026-08-24T22:28:26.112Z[ recovery-image] Aug 24 22:28:25.409 INFO E| Downloaded clap_builder v4.5.37
108122026-08-24T22:28:26.115Z[ recovery-image] Aug 24 22:28:25.413 INFO E| Downloaded winnow v0.7.7
108132026-08-24T22:28:26.130Z[ recovery-image] Aug 24 22:28:25.427 INFO E| Compiling libc v0.2.172
108142026-08-24T22:28:26.130Z[ recovery-image] Aug 24 22:28:25.427 INFO E| Compiling utf8parse v0.2.2
108152026-08-24T22:28:26.133Z[ recovery-image] Aug 24 22:28:25.427 INFO E| Compiling equivalent v1.0.2
108162026-08-24T22:28:26.133Z[ recovery-image] Aug 24 22:28:25.427 INFO E| Compiling colorchoice v1.0.3
108172026-08-24T22:28:26.133Z[ recovery-image] Aug 24 22:28:25.427 INFO E| Compiling once_cell v1.21.3
108182026-08-24T22:28:26.133Z[ recovery-image] Aug 24 22:28:25.427 INFO E| Compiling is_terminal_polyfill v1.70.1
108192026-08-24T22:28:26.133Z[ recovery-image] Aug 24 22:28:25.427 INFO E| Compiling shlex v1.3.0
108202026-08-24T22:28:26.147Z[ recovery-image] Aug 24 22:28:25.444 INFO E| Compiling hashbrown v0.15.2
108212026-08-24T22:28:26.150Z[ recovery-image] Aug 24 22:28:25.444 INFO E| Compiling anstyle-query v1.1.2
108222026-08-24T22:28:26.150Z[ recovery-image] Aug 24 22:28:25.444 INFO E| Compiling anstyle v1.0.10
108232026-08-24T22:28:26.150Z[ recovery-image] Aug 24 22:28:25.445 INFO E| Compiling toml_write v0.1.1
108242026-08-24T22:28:26.150Z[ recovery-image] Aug 24 22:28:25.445 INFO E| Compiling winnow v0.7.7
108252026-08-24T22:28:26.150Z[ recovery-image] Aug 24 22:28:25.445 INFO E| Compiling anyhow v1.0.98
108262026-08-24T22:28:26.153Z[ recovery-image] Aug 24 22:28:25.450 INFO E| Compiling strsim v0.11.1
108272026-08-24T22:28:26.162Z[ recovery-image] Aug 24 22:28:25.460 INFO E| Compiling syn v2.0.101
108282026-08-24T22:28:26.165Z[ recovery-image] Aug 24 22:28:25.460 INFO E| Compiling clap_lex v0.7.4
108292026-08-24T22:28:26.293Z[ recovery-image] Aug 24 22:28:25.590 INFO E| Compiling anstyle-parse v0.2.6
108302026-08-24T22:28:26.314Z[ recovery-image] Aug 24 22:28:25.611 INFO E| Compiling cc v1.2.20
108312026-08-24T22:28:26.435Z[ recovery-image] Aug 24 22:28:25.732 INFO E| Compiling anstream v0.6.18
108322026-08-24T22:28:26.633Z[ recovery-image] Aug 24 22:28:25.929 INFO E| Compiling indexmap v2.9.0
108332026-08-24T22:28:26.652Z[ recovery-image] Aug 24 22:28:25.949 INFO E| Compiling clap_builder v4.5.37
108342026-08-24T22:28:26.813Z[ recovery-image] Aug 24 22:28:26.109 INFO E| Compiling shared_child v1.0.1
108352026-08-24T22:28:26.813Z[ recovery-image] Aug 24 22:28:26.109 INFO E| Compiling os_pipe v1.2.1
108362026-08-24T22:28:26.946Z[ recovery-image] Aug 24 22:28:26.243 INFO E| Compiling duct v0.13.7
108372026-08-24T22:28:27.530Z[ recovery-image] Aug 24 22:28:26.826 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108382026-08-24T22:28:28.474Z[ recovery-image] Aug 24 22:28:27.771 INFO E| Compiling serde_derive v1.0.219
108392026-08-24T22:28:28.474Z[ recovery-image] Aug 24 22:28:27.771 INFO E| Compiling clap_derive v4.5.32
108402026-08-24T22:28:30.140Z[ recovery-image] Aug 24 22:28:29.437 INFO E| Compiling clap v4.5.37
108412026-08-24T22:28:30.709Z[ recovery-image] Aug 24 22:28:30.006 INFO E| Compiling serde v1.0.219
108422026-08-24T22:28:32.567Z[ recovery-image] Aug 24 22:28:31.864 INFO E| Compiling serde_spanned v0.6.8
108432026-08-24T22:28:32.567Z[ recovery-image] Aug 24 22:28:31.864 INFO E| Compiling toml_datetime v0.6.9
108442026-08-24T22:28:32.729Z[ recovery-image] Aug 24 22:28:32.026 INFO E| Compiling toml_edit v0.22.26
108452026-08-24T22:28:34.168Z[ recovery-image] Aug 24 22:28:33.464 INFO E| Compiling toml v0.8.22
108462026-08-24T22:28:36.423Z[ recovery-image] Aug 24 22:28:35.720 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s
108472026-08-24T22:28:36.432Z[ recovery-image] Aug 24 22:28:35.729 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`
108482026-08-24T22:28:36.449Z[ recovery-image] Aug 24 22:28:35.746 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108492026-08-24T22:28:36.525Z[ recovery-image] Aug 24 22:28:35.822 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108502026-08-24T22:28:36.529Z[ recovery-image] Aug 24 22:28:35.826 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`
108512026-08-24T22:28:36.655Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108522026-08-24T22:28:36.655Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108532026-08-24T22:28:36.655Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108542026-08-24T22:28:36.655Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108552026-08-24T22:28:36.661Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108562026-08-24T22:28:36.661Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108572026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108582026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108592026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108602026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108612026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108622026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108632026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108642026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108652026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108662026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.953 INFO O| Info: ABL version: 0x100f5010
108672026-08-24T22:28:36.662Z[ recovery-image] Aug 24 22:28:35.953 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108682026-08-24T22:28:36.663Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108692026-08-24T22:28:36.663Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108702026-08-24T22:28:36.663Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108712026-08-24T22:28:36.663Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108722026-08-24T22:28:36.663Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108732026-08-24T22:28:36.663Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108742026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108752026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108762026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108772026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108782026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108792026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108802026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108812026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108822026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108832026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108842026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108852026-08-24T22:28:36.664Z[ recovery-image] Aug 24 22:28:35.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108862026-08-24T22:28:36.694Z[ recovery-image] Aug 24 22:28:35.991 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108872026-08-24T22:28:36.694Z[ recovery-image] Aug 24 22:28:35.991 INFO building ROM for cosmo
108882026-08-24T22:28:36.698Z[ recovery-image] Aug 24 22:28:35.991 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")
108892026-08-24T22:28:36.788Z[ recovery-image] Aug 24 22:28:36.083 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108902026-08-24T22:28:36.794Z[ recovery-image] Aug 24 22:28:36.086 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`
108912026-08-24T22:28:36.802Z[ recovery-image] Aug 24 22:28:36.099 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108922026-08-24T22:28:36.873Z[ recovery-image] Aug 24 22:28:36.170 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108932026-08-24T22:28:36.878Z[ recovery-image] Aug 24 22:28:36.174 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`
108942026-08-24T22:28:37.104Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108952026-08-24T22:28:37.108Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108962026-08-24T22:28:37.112Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108972026-08-24T22:28:37.112Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108982026-08-24T22:28:37.112Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108992026-08-24T22:28:37.112Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109002026-08-24T22:28:37.115Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109012026-08-24T22:28:37.115Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109022026-08-24T22:28:37.122Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109032026-08-24T22:28:37.125Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109042026-08-24T22:28:37.130Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109052026-08-24T22:28:37.130Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109062026-08-24T22:28:37.135Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109072026-08-24T22:28:37.138Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109082026-08-24T22:28:37.138Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109092026-08-24T22:28:37.138Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109102026-08-24T22:28:37.138Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109112026-08-24T22:28:37.138Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109122026-08-24T22:28:37.138Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109132026-08-24T22:28:37.138Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109142026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109152026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109162026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109172026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109182026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109192026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109202026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109212026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109222026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109232026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109242026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109252026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109262026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109272026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109282026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109292026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109302026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109312026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109322026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.398 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109332026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.398 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109342026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.398 INFO O| Info: ABL version: 0x100af010
109352026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.398 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109362026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.398 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109372026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109382026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109392026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109402026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109412026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109422026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109432026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109442026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109452026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109462026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109472026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109482026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109492026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109502026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109512026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109522026-08-24T22:28:37.139Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109532026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109542026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109552026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109562026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109572026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109582026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109592026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109602026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109612026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109622026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109632026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109642026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109652026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109662026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109672026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109682026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109692026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109702026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109712026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109722026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109732026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109742026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109752026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109762026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109772026-08-24T22:28:37.140Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109782026-08-24T22:28:37.141Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109792026-08-24T22:28:37.141Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109802026-08-24T22:28:37.141Z[ recovery-image] Aug 24 22:28:36.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109812026-08-24T22:28:37.145Z[ recovery-image] Aug 24 22:28:36.439 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109822026-08-24T22:28:37.145Z[ recovery-image] Aug 24 22:28:36.439 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109832026-08-24T22:28:37.816Z[ host-image] Aug 24 22:28:37.113 INFO O| Aug 24 22:28:37.113 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109842026-08-24T22:28:38.005Z[ host-image] Aug 24 22:28:37.285 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
109852026-08-24T22:28:38.005Z[ host-image] Aug 24 22:28:37.285 INFO expanded image name: "ci 2aebcad/${os_short_commit} 2026-08-24 22:07" -> "ci 2aebcad/bbd33bf 2026-08-24 22:07"
109862026-08-24T22:28:38.010Z[ host-image] Aug 24 22:28:37.285 INFO output artefacts stored in: "/work/os-host"
109872026-08-24T22:28:38.010Z[ host-image] Aug 24 22:28:37.286 INFO collecting git info from project "chelsio-t6-roms"...
109882026-08-24T22:28:38.010Z[ host-image] Aug 24 22:28:37.291 INFO collecting git info from project "image-builder"...
109892026-08-24T22:28:38.010Z[ host-image] Aug 24 22:28:37.296 INFO collecting git info from project "dmar-report"...
109902026-08-24T22:28:38.010Z[ host-image] Aug 24 22:28:37.300 INFO collecting git info from project "amd-firmware"...
109912026-08-24T22:28:38.013Z[ host-image] Aug 24 22:28:37.310 INFO collecting git info from project "phbl"...
109922026-08-24T22:28:38.019Z[ host-image] Aug 24 22:28:37.315 INFO collecting git info from project "bootserver"...
109932026-08-24T22:28:38.022Z[ host-image] Aug 24 22:28:37.319 INFO collecting git info from project "pinprick"...
109942026-08-24T22:28:38.025Z[ host-image] Aug 24 22:28:37.322 INFO collecting git info from project "amd-host-image-builder"...
109952026-08-24T22:28:38.029Z[ host-image] Aug 24 22:28:37.327 INFO collecting git info from project "pilot"...
109962026-08-24T22:28:38.034Z[ host-image] Aug 24 22:28:37.331 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109972026-08-24T22:28:38.332Z[ recovery-image] Aug 24 22:28:37.629 INFO image complete! materials are in "/work/os-recovery"
109982026-08-24T22:28:38.336Z[ recovery-image]
109992026-08-24T22:28:38.336Z[ recovery-image] real 3:20.656634045
110002026-08-24T22:28:38.336Z[ recovery-image] user 2:40.293493103
110012026-08-24T22:28:38.336Z[ recovery-image] sys 39.781923698
110022026-08-24T22:28:38.336Z[ recovery-image] trap 0.136299366
110032026-08-24T22:28:38.336Z[ recovery-image] tflt 0.644309128
110042026-08-24T22:28:38.336Z[ recovery-image] dflt 1.161417785
110052026-08-24T22:28:38.336Z[ recovery-image] kflt 0.000076100
110062026-08-24T22:28:38.336Z[ recovery-image] lock 8:25.465407518
110072026-08-24T22:28:38.336Z[ recovery-image] slp 18:04.890122448
110082026-08-24T22:28:38.336Z[ recovery-image] lat 35.162029041
110092026-08-24T22:28:38.336Z[ recovery-image] stop 7.780833337
110102026-08-24T22:28:38.340ZAug 24 22:28:37.633 INFO [recovery-image] process exited with exit status: 0 (200.661971729s)
110112026-08-24T22:28:38.340ZAug 24 22:28:37.633 INFO [tuf-v2-recovery] running task
110122026-08-24T22:28:38.340ZAug 24 22:28:37.634 INFO [tuf-v2-recovery] task succeeded (820.7µs)
110132026-08-24T22:28:38.343Z[ host-image] Aug 24 22:28:37.640 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110142026-08-24T22:28:38.639Z[ host-image] Aug 24 22:28:37.934 INFO creating Oxide boot image...
110152026-08-24T22:28:38.639Z[ host-image] Aug 24 22:28:37.934 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 2aebcad/bbd33bf 2026-08-24 22:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
110162026-08-24T22:28:39.409Z[ host-image] Aug 24 22:28:38.706 INFO O| ok, image written!
110172026-08-24T22:28:39.409Z[ host-image] Aug 24 22:28:38.706 INFO O| ok, boot_image_csum file written!
110182026-08-24T22:28:39.412Z[ host-image] Aug 24 22:28:38.708 INFO creating boot archive (CPIO)...
110192026-08-24T22:28:39.412Z[ host-image] Aug 24 22:28:38.708 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
110202026-08-24T22:28:39.415Z[ host-image] Aug 24 22:28:38.711 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
110212026-08-24T22:28:39.415Z[ host-image] Aug 24 22:28:38.711 INFO E| + outfile=/work/os-host/cpio
110222026-08-24T22:28:39.415Z[ host-image] Aug 24 22:28:38.711 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110232026-08-24T22:28:39.418Z[ host-image] Aug 24 22:28:38.713 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110242026-08-24T22:28:39.418Z[ host-image] Aug 24 22:28:38.714 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110252026-08-24T22:28:39.443Z[ host-image] Aug 24 22:28:38.740 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110262026-08-24T22:28:39.443Z[ host-image] Aug 24 22:28:38.740 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110272026-08-24T22:28:39.448Z[ host-image] Aug 24 22:28:38.746 INFO creating compressed cpio/unix for dev loaders...
110282026-08-24T22:28:39.448Z[ host-image] Aug 24 22:28:38.746 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
110292026-08-24T22:28:39.671Z[ host-image] Aug 24 22:28:38.968 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110302026-08-24T22:28:42.911Z[ host-image] Aug 24 22:28:42.208 INFO creating reset image...
110312026-08-24T22:28:42.911Z[ host-image] Aug 24 22:28:42.208 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")
110322026-08-24T22:28:42.977Z[ host-image] Aug 24 22:28:42.274 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110332026-08-24T22:28:42.981Z[ host-image] Aug 24 22:28:42.275 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110342026-08-24T22:28:43.240Z[ host-image] Aug 24 22:28:42.537 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)
110352026-08-24T22:28:43.240Z[ host-image] Aug 24 22:28:42.537 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)
110362026-08-24T22:28:43.243Z[ host-image] Aug 24 22:28:42.537 INFO E| Compiling proc-macro2 v1.0.106
110372026-08-24T22:28:43.244Z[ host-image] Aug 24 22:28:42.537 INFO E| Compiling unicode-ident v1.0.24
110382026-08-24T22:28:43.244Z[ host-image] Aug 24 22:28:42.537 INFO E| Compiling quote v1.0.45
110392026-08-24T22:28:43.244Z[ host-image] Aug 24 22:28:42.537 INFO E| Compiling syn v1.0.109
110402026-08-24T22:28:43.244Z[ host-image] Aug 24 22:28:42.537 INFO E| Compiling x86 v0.52.0
110412026-08-24T22:28:43.244Z[ host-image] Aug 24 22:28:42.537 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110422026-08-24T22:28:43.244Z[ host-image] Aug 24 22:28:42.538 INFO E| Compiling seq-macro v0.3.6
110432026-08-24T22:28:44.185Z[ host-image] Aug 24 22:28:43.482 INFO E| Compiling syn v2.0.117
110442026-08-24T22:28:45.502Z[ host-image] Aug 24 22:28:44.799 INFO E| Compiling scroll_derive v0.13.1
110452026-08-24T22:28:46.522Z[ host-image] Aug 24 22:28:45.818 INFO E| Compiling bitstruct_derive v0.1.0
110462026-08-24T22:28:55.943Z[ host-image] Aug 24 22:28:54.900 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)
110472026-08-24T22:28:57.683Z[ host-image] Aug 24 22:28:56.979 INFO E| Compiling bitflags v1.3.2
110482026-08-24T22:28:57.683Z[ host-image] Aug 24 22:28:56.979 INFO E| Compiling bitflags v2.13.0
110492026-08-24T22:28:57.687Z[ host-image] Aug 24 22:28:56.979 INFO E| Compiling log v0.4.32
110502026-08-24T22:28:57.687Z[ host-image] Aug 24 22:28:56.979 INFO E| Compiling scroll v0.13.0
110512026-08-24T22:28:57.687Z[ host-image] Aug 24 22:28:56.979 INFO E| Compiling bit_field v0.10.3
110522026-08-24T22:28:57.688Z[ host-image] Aug 24 22:28:56.980 INFO E| Compiling adler2 v2.0.1
110532026-08-24T22:28:57.688Z[ host-image] Aug 24 22:28:56.980 INFO E| Compiling plain v0.2.3
110542026-08-24T22:28:57.688Z[ host-image] Aug 24 22:28:56.980 INFO E| Compiling bitstruct v0.1.1
110552026-08-24T22:28:57.688Z[ host-image] Aug 24 22:28:56.980 INFO E| Compiling static_assertions v1.1.0
110562026-08-24T22:28:57.734Z[ host-image] Aug 24 22:28:57.031 INFO E| Compiling raw-cpuid v10.7.0
110572026-08-24T22:28:57.777Z[ host-image] Aug 24 22:28:57.074 INFO E| Compiling miniz_oxide v0.9.1
110582026-08-24T22:28:57.849Z[ host-image] Aug 24 22:28:57.145 INFO E| Compiling cpio_reader v0.1.2
110592026-08-24T22:28:57.900Z[ host-image] Aug 24 22:28:57.195 INFO E| Compiling goblin v0.10.7
110602026-08-24T22:29:00.677Z[ host-image] Aug 24 22:28:59.972 INFO E| Finished `release` profile [optimized] target(s) in 17.68s
110612026-08-24T22:29:00.688Z[ host-image] Aug 24 22:28:59.985 INFO building ROM for gimlet
110622026-08-24T22:29:00.688Z[ host-image] Aug 24 22:28:59.985 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")
110632026-08-24T22:29:00.777Z[ host-image] Aug 24 22:29:00.073 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110642026-08-24T22:29:00.781Z[ host-image] Aug 24 22:29:00.076 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`
110652026-08-24T22:29:00.790Z[ host-image] Aug 24 22:29:00.086 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110662026-08-24T22:29:00.860Z[ host-image] Aug 24 22:29:00.156 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110672026-08-24T22:29:00.866Z[ host-image] Aug 24 22:29:00.162 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`
110682026-08-24T22:29:00.979Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110692026-08-24T22:29:00.979Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110702026-08-24T22:29:00.982Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110712026-08-24T22:29:00.982Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110722026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110732026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110742026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110752026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110762026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110772026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110782026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110792026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110802026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110812026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110822026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110832026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO O| Info: ABL version: 0x100f5010
110842026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110852026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110862026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110872026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110882026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110892026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110902026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110912026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110922026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110932026-08-24T22:29:00.983Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110942026-08-24T22:29:00.984Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110952026-08-24T22:29:00.984Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110962026-08-24T22:29:00.984Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110972026-08-24T22:29:00.984Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110982026-08-24T22:29:00.984Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110992026-08-24T22:29:00.984Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111002026-08-24T22:29:00.984Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111012026-08-24T22:29:00.984Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111022026-08-24T22:29:00.984Z[ host-image] Aug 24 22:29:00.277 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111032026-08-24T22:29:01.012Z[ host-image] Aug 24 22:29:00.309 INFO building ROM for cosmo
111042026-08-24T22:29:01.015Z[ host-image] Aug 24 22:29:00.309 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")
111052026-08-24T22:29:01.094Z[ host-image] Aug 24 22:29:00.391 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111062026-08-24T22:29:01.097Z[ host-image] Aug 24 22:29:00.394 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`
111072026-08-24T22:29:01.107Z[ host-image] Aug 24 22:29:00.404 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111082026-08-24T22:29:01.178Z[ host-image] Aug 24 22:29:00.475 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111092026-08-24T22:29:01.185Z[ host-image] Aug 24 22:29:00.480 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`
111102026-08-24T22:29:01.393Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111112026-08-24T22:29:01.393Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111122026-08-24T22:29:01.393Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111132026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111142026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111152026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111162026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111172026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111182026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111192026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111202026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111212026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111222026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111232026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111242026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111252026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111262026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111272026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111282026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111292026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111302026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111312026-08-24T22:29:01.406Z[ host-image] Aug 24 22:29:00.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111322026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111332026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111342026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111352026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111362026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111372026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111382026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111392026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111402026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111412026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111422026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111432026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111442026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111452026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111462026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111472026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111482026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111492026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111502026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111512026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111522026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111532026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111542026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111552026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111562026-08-24T22:29:01.407Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111572026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111582026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111592026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111602026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111612026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111622026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111632026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.688 INFO O| Info: ABL version: 0x100af010
111642026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.688 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111652026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.688 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111662026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111672026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111682026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111692026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111702026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111712026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111722026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111732026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111742026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111752026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111762026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111772026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111782026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111792026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111802026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111812026-08-24T22:29:01.408Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111822026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111832026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111842026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111852026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111862026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111872026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111882026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111892026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111902026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111912026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111922026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111932026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111942026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111952026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111962026-08-24T22:29:01.409Z[ host-image] Aug 24 22:29:00.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111972026-08-24T22:29:01.427Z[ host-image] Aug 24 22:29:00.722 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111982026-08-24T22:29:01.428Z[ host-image] Aug 24 22:29:00.722 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111992026-08-24T22:29:01.428Z[ host-image] Aug 24 22:29:00.722 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112002026-08-24T22:29:13.596Z[ host-image] Aug 24 22:29:12.883 INFO image complete! materials are in "/work/os-host"
112012026-08-24T22:29:13.600Z[ host-image]
112022026-08-24T22:29:13.600Z[ host-image] real 4:05.134763949
112032026-08-24T22:29:13.600Z[ host-image] user 2:49.314237512
112042026-08-24T22:29:13.600Z[ host-image] sys 34.636247299
112052026-08-24T22:29:13.600Z[ host-image] trap 0.134718633
112062026-08-24T22:29:13.600Z[ host-image] tflt 0.282733502
112072026-08-24T22:29:13.600Z[ host-image] dflt 0.265316556
112082026-08-24T22:29:13.600Z[ host-image] kflt 0.006678834
112092026-08-24T22:29:13.600Z[ host-image] lock 6:02.506922908
112102026-08-24T22:29:13.600Z[ host-image] slp 20:36.886470255
112112026-08-24T22:29:13.600Z[ host-image] lat 25.028343708
112122026-08-24T22:29:13.600Z[ host-image] stop 1.573801621
112132026-08-24T22:29:13.601ZAug 24 22:29:12.888 INFO [host-image] process exited with exit status: 0 (245.140423353s)
112142026-08-24T22:29:13.601ZAug 24 22:29:12.888 INFO [tuf-v2-host] running task
112152026-08-24T22:29:13.601ZAug 24 22:29:12.888 INFO [tuf-repo] running task
112162026-08-24T22:29:13.601ZAug 24 22:29:12.888 INFO [tuf-v2-host] task succeeded (528.47µs)
112172026-08-24T22:29:13.601ZAug 24 22:29:12.888 INFO [tuf-v2-repo] running task
112182026-08-24T22:29:34.751ZAug 24 22:29:34.048 INFO [tuf-v2-repo] task succeeded (21.159801555s)
112192026-08-24T22:29:35.014ZAug 24 22:29:34.310 INFO assembling repository in `/tmp/tufaceousGuuvhm`, component: OmicronRepoAssembler
112202026-08-24T22:29:43.891ZAug 24 22:29:43.187 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112212026-08-24T22:29:44.137ZAug 24 22:29:43.434 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112222026-08-24T22:29:46.488ZAug 24 22:29:45.784 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112232026-08-24T22:29:46.540ZAug 24 22:29:45.836 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112242026-08-24T22:29:46.587ZAug 24 22:29:45.884 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112252026-08-24T22:29:46.644ZAug 24 22:29:45.941 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112262026-08-24T22:29:46.698ZAug 24 22:29:45.995 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112272026-08-24T22:29:46.751ZAug 24 22:29:46.048 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112282026-08-24T22:29:46.804ZAug 24 22:29:46.101 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112292026-08-24T22:29:57.230ZAug 24 22:29:56.526 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
112302026-08-24T22:29:57.236ZAug 24 22:29:56.533 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
112312026-08-24T22:29:57.259ZAug 24 22:29:56.556 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
112322026-08-24T22:29:57.317ZAug 24 22:29:56.613 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112332026-08-24T22:29:57.370ZAug 24 22:29:56.666 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112342026-08-24T22:29:57.426ZAug 24 22:29:56.722 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112352026-08-24T22:29:57.489ZAug 24 22:29:56.786 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
112362026-08-24T22:29:57.495ZAug 24 22:29:56.792 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
112372026-08-24T22:29:57.519ZAug 24 22:29:56.815 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
112382026-08-24T22:29:59.285ZAug 24 22:29:58.578 INFO [tuf-repo] task succeeded (45.690546876s)
112392026-08-24T22:32:20.196Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s
112402026-08-24T22:32:20.200Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112412026-08-24T22:32:20.200Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112422026-08-24T22:32:22.846ZAug 24 22:32:22.142 INFO [verify-libraries] process exited with exit status: 0 (425.434306265s)
112432026-08-24T22:32:22.846ZAug 24 22:32:22.142 INFO all jobs completed in 1472.329898175s
112442026-08-24T22:32:24.037Zprocess exited: duration 1718822 ms, exit code 0
 
112452026-08-24T22:32:24.051Zfound 41 output files
112462026-08-24T22:32:24.051Zuploading: /work/manifest.toml (17334 bytes)
112472026-08-24T22:32:25.064Zuploaded: /work/manifest.toml
112482026-08-24T22:32:25.064Zuploading: /work/repo.zip (3303089962 bytes)
112492026-08-24T22:33:03.307Zuploaded: /work/repo.zip
112502026-08-24T22:33:03.307Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112512026-08-24T22:33:04.326Zuploaded: /work/repo.zip.sha256.txt
112522026-08-24T22:33:04.326Zuploading: /work/helios.json (647 bytes)
112532026-08-24T22:33:05.336Zuploaded: /work/helios.json
112542026-08-24T22:33:05.336Zuploading: /work/incorporation.p5m (113590 bytes)
112552026-08-24T22:33:06.349Zuploaded: /work/incorporation.p5m
112562026-08-24T22:33:06.349Zuploading: /work/incorporation.p5p (133120 bytes)
112572026-08-24T22:33:07.364Zuploaded: /work/incorporation.p5p
112582026-08-24T22:33:07.364Zuploading: /work/helios-incorp.log (522 bytes)
112592026-08-24T22:33:08.375Zuploaded: /work/helios-incorp.log
112602026-08-24T22:33:08.375Zuploading: /work/helios-setup.log (57369 bytes)
112612026-08-24T22:33:09.389Zuploaded: /work/helios-setup.log
112622026-08-24T22:33:09.389Zuploading: /work/host-image.log (233472 bytes)
112632026-08-24T22:33:10.403Zuploaded: /work/host-image.log
112642026-08-24T22:33:10.407Zuploading: /work/host-package.log (33711 bytes)
112652026-08-24T22:33:11.434Zuploaded: /work/host-package.log
112662026-08-24T22:33:11.437Zuploading: /work/host-target.log (101 bytes)
112672026-08-24T22:33:12.444Zuploaded: /work/host-target.log
112682026-08-24T22:33:12.444Zuploading: /work/incorp-create.log (0 bytes)
112692026-08-24T22:33:13.451Zuploaded: /work/incorp-create.log
112702026-08-24T22:33:13.451Zuploading: /work/incorp-fmt.log (0 bytes)
112712026-08-24T22:33:14.459Zuploaded: /work/incorp-fmt.log
112722026-08-24T22:33:14.462Zuploading: /work/incorp-pkgsend.log (108 bytes)
112732026-08-24T22:33:15.471Zuploaded: /work/incorp-pkgsend.log
112742026-08-24T22:33:15.474Zuploading: /work/incorp-publisher.log (0 bytes)
112752026-08-24T22:33:16.479Zuploaded: /work/incorp-publisher.log
112762026-08-24T22:33:16.479Zuploading: /work/omicron-package.log (10067 bytes)
112772026-08-24T22:33:17.491Zuploaded: /work/omicron-package.log
112782026-08-24T22:33:17.491Zuploading: /work/recovery-image.log (590971 bytes)
112792026-08-24T22:33:18.509Zuploaded: /work/recovery-image.log
112802026-08-24T22:33:18.513Zuploading: /work/recovery-package.log (321 bytes)
112812026-08-24T22:33:19.521Zuploaded: /work/recovery-package.log
112822026-08-24T22:33:19.521Zuploading: /work/recovery-target.log (98 bytes)
112832026-08-24T22:33:20.531Zuploaded: /work/recovery-target.log
112842026-08-24T22:33:20.531Zuploading: /work/stamp-clickhouse.log (117 bytes)
112852026-08-24T22:33:21.541Zuploaded: /work/stamp-clickhouse.log
112862026-08-24T22:33:21.541Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112872026-08-24T22:33:22.552Zuploaded: /work/stamp-clickhouse_keeper.log
112882026-08-24T22:33:22.555Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112892026-08-24T22:33:23.563Zuploaded: /work/stamp-clickhouse_server.log
112902026-08-24T22:33:23.563Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112912026-08-24T22:33:24.572Zuploaded: /work/stamp-cockroachdb.log
112922026-08-24T22:33:24.575Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112932026-08-24T22:33:25.582Zuploaded: /work/stamp-crucible-pantry-zone.log
112942026-08-24T22:33:25.582Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112952026-08-24T22:33:26.591Zuploaded: /work/stamp-crucible-utils.log
112962026-08-24T22:33:26.591Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112972026-08-24T22:33:27.604Zuploaded: /work/stamp-crucible-zone.log
112982026-08-24T22:33:27.604Zuploading: /work/stamp-external-dns.log (119 bytes)
112992026-08-24T22:33:28.614Zuploaded: /work/stamp-external-dns.log
113002026-08-24T22:33:28.614Zuploading: /work/stamp-installinator.log (103 bytes)
113012026-08-24T22:33:29.623Zuploaded: /work/stamp-installinator.log
113022026-08-24T22:33:29.626Zuploading: /work/stamp-internal-dns.log (119 bytes)
113032026-08-24T22:33:30.634Zuploaded: /work/stamp-internal-dns.log
113042026-08-24T22:33:30.637Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113052026-08-24T22:33:31.644Zuploaded: /work/stamp-mg-ddm-gz.log
113062026-08-24T22:33:31.644Zuploading: /work/stamp-nexus.log (112 bytes)
113072026-08-24T22:33:32.654Zuploaded: /work/stamp-nexus.log
113082026-08-24T22:33:32.657Zuploading: /work/stamp-ntp.log (110 bytes)
113092026-08-24T22:33:33.668Zuploaded: /work/stamp-ntp.log
113102026-08-24T22:33:33.668Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113112026-08-24T22:33:34.679Zuploaded: /work/stamp-omicron-sled-agent.log
113122026-08-24T22:33:34.682Zuploading: /work/stamp-overlay.log (114 bytes)
113132026-08-24T22:33:35.690Zuploaded: /work/stamp-overlay.log
113142026-08-24T22:33:35.690Zuploading: /work/stamp-oximeter.log (115 bytes)
113152026-08-24T22:33:36.700Zuploaded: /work/stamp-oximeter.log
113162026-08-24T22:33:36.700Zuploading: /work/stamp-oxlog.log (109 bytes)
113172026-08-24T22:33:37.710Zuploaded: /work/stamp-oxlog.log
113182026-08-24T22:33:37.710Zuploading: /work/stamp-probe.log (112 bytes)
113192026-08-24T22:33:38.720Zuploaded: /work/stamp-probe.log
113202026-08-24T22:33:38.723Zuploading: /work/stamp-propolis-server.log (122 bytes)
113212026-08-24T22:33:39.731Zuploaded: /work/stamp-propolis-server.log
113222026-08-24T22:33:39.731Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113232026-08-24T22:33:40.741Zuploaded: /work/stamp-pumpkind-gz.log
113242026-08-24T22:33:40.741Zuploading: /work/stamp-switch-asic.log (118 bytes)
113252026-08-24T22:33:41.750Zuploaded: /work/stamp-switch-asic.log
113262026-08-24T22:33:41.750Zuploading: /work/verify-libraries.log (50450 bytes)
113272026-08-24T22:33:42.761Zuploaded: /work/verify-libraries.log