01M0W223CB9J3XR2TNEVKVXWG0: 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: 01M0W22QR383QKZRMEF0RX4Y1Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T08:55:50.504Zjob assigned to worker 01M0W22S72HM5W9BF66H18DHG2 [factory aws, i-0f6036231dc9bb7d9] (queued for 44 s)
 
22026-08-25T08:55:57.466Zstarting task 0: "setup"
32026-08-25T08:55:57.473Z++ uname -s
42026-08-25T08:55:57.476Z+ kern=SunOS
52026-08-25T08:55:57.476Z+ build_user=build
62026-08-25T08:55:57.476Z+ build_uid=12345
72026-08-25T08:55:57.476Z+ work_dir=/work
82026-08-25T08:55:57.476Z+ input_dir=/input
92026-08-25T08:55:57.477Z+ [[ 0 == 12345 ]]
102026-08-25T08:55:57.477Z+ case "$kern" in
112026-08-25T08:55:57.477Z+ groupadd -g 12345 build
122026-08-25T08:55:57.480Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T08:55:59.485Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T08:55:59.586Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T08:55:59.589Z+ home_fs=zfs
162026-08-25T08:55:59.589Z+ [[ zfs == autofs ]]
172026-08-25T08:55:59.589Z+ mkdir -p /home/build
182026-08-25T08:55:59.592Z+ chown build:build /home/build /work
192026-08-25T08:56:01.592Z+ chmod 0700 /home/build /work
202026-08-25T08:56:01.595Zprocess exited: duration 4132 ms, exit code 0
 
212026-08-25T08:56:01.602Zstarting task 1: "rust-toolchain"
222026-08-25T08:56:01.608Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T08:56:01.608Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T08:56:01.608Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T08:56:01.608Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-25T08:56:01.608Z * rust toolchain channel = "1.97.1"
272026-08-25T08:56:01.608Z * rust toolchain profile = "default"
282026-08-25T08:56:01.611Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T08:56:01.611Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T08:56:01.700Zinfo: downloading installer
312026-08-25T08:56:03.077Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T08:56:03.078Zwarn: /home/build/.rustup/settings.toml
332026-08-25T08:56:03.078Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T08:56:03.078Zwarn: instead of the one inferred from the default host triple.
352026-08-25T08:56:03.090Zinfo: profile set to default
362026-08-25T08:56:03.090Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T08:56:03.093Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T08:56:03.221Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T08:56:03.224Zinfo: downloading 6 components
402026-08-25T08:56:17.896Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T08:56:17.896Z
422026-08-25T08:56:17.925Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T08:56:17.925Z
442026-08-25T08:56:17.925Z
452026-08-25T08:56:17.925ZRust is installed now. Great!
462026-08-25T08:56:17.925Z
472026-08-25T08:56:17.925ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T08:56:17.925Zenvironment variable. This has not been done automatically.
492026-08-25T08:56:17.925Z
502026-08-25T08:56:17.925ZTo configure your current shell, you need to source
512026-08-25T08:56:17.925Zthe corresponding env file under $HOME/.cargo.
522026-08-25T08:56:17.925Z
532026-08-25T08:56:17.925ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T08:56:17.925Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T08:56:17.925Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T08:56:17.925Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T08:56:17.925Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T08:56:17.925Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T08:56:17.925Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T08:56:17.929Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T08:56:17.929Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T08:56:18.031Z+ rustup --version
632026-08-25T08:56:18.037Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T08:56:18.037Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T08:56:18.059Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T08:56:18.062Z+ cargo --version
672026-08-25T08:56:18.070Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T08:56:18.073Z+ rustc --version
692026-08-25T08:56:18.093Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T08:56:18.096Zprocess exited: duration 16493 ms, exit code 0
 
712026-08-25T08:56:18.134Zstarting task 2: "authentication"
722026-08-25T08:56:18.151Zprocess exited: duration 17 ms, exit code 0
 
732026-08-25T08:56:18.158Zstarting task 3: "clone repository"
742026-08-25T08:56:18.162Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T08:56:18.165Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T08:56:18.200ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T08:56:38.043Z+ cd /work/oxidecomputer/omicron
782026-08-25T08:56:38.043Z+ git fetch origin 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508
792026-08-25T08:56:38.386ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T08:56:38.386Z * branch 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508 -> FETCH_HEAD
812026-08-25T08:56:38.403Z+ [[ -n '' ]]
822026-08-25T08:56:38.404Z+ git reset --hard 24d1aaab8a0379f7e2ab5122e3aa084b0acf2508
832026-08-25T08:56:38.658ZHEAD is now at 24d1aaab8 [merge] merge upstream
842026-08-25T08:56:38.662Zprocess exited: duration 20503 ms, exit code 0
 
852026-08-25T08:56:38.669Zstarting task 4: "build"
862026-08-25T08:56:38.675Z+ source .github/buildomat/ci-env.sh
872026-08-25T08:56:38.675Z++ export CARGO_TERM_COLOR=always
882026-08-25T08:56:38.675Z++ CARGO_TERM_COLOR=always
892026-08-25T08:56:38.678Z+++ uname -s
902026-08-25T08:56:38.678Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-25T08:56:38.678Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-25T08:56:38.682Z+ cargo --version
932026-08-25T08:56:38.690Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-25T08:56:38.693Z+ rustc --version
952026-08-25T08:56:38.713Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-25T08:56:38.716Z+ cargo tree --locked
972026-08-25T08:56:38.892Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-25T08:56:39.203Z Updating crates.io index
992026-08-25T08:56:39.206Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-25T08:56:39.486Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-25T08:56:39.860Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-25T08:56:40.966Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-25T08:56:41.543Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-25T08:56:43.274Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-25T08:56:44.171Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-25T08:56:44.459Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-25T08:56:44.803Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-25T08:56:46.501Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-25T08:56:46.863Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-25T08:56:47.264Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-25T08:56:47.850Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-25T08:56:48.124Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-25T08:56:48.419Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-25T08:56:48.706Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-25T08:56:49.044Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-25T08:56:49.403Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1172026-08-25T08:56:49.911Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-08-25T08:56:50.261Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1192026-08-25T08:56:50.543Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1202026-08-25T08:56:51.190Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-08-25T08:56:51.506Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222026-08-25T08:56:52.061Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-25T08:56:52.391Z Updating git repository `https://github.com/oxidecomputer/erebor`
1242026-08-25T08:56:52.689Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-08-25T08:56:53.126Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-08-25T08:56:53.694Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1272026-08-25T08:56:54.091Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-08-25T08:56:54.430Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-08-25T08:56:54.695Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-08-25T08:56:55.032Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-08-25T08:56:55.408Z Updating git repository `https://github.com/oxidecomputer/tough`
1322026-08-25T08:56:55.951Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-08-25T08:56:56.232Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-08-25T08:56:56.539Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-08-25T08:56:56.879Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-08-25T08:56:57.557Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1372026-08-25T08:56:57.838Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-25T08:56:58.132Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-08-25T08:56:58.434Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-08-25T08:56:58.716Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-25T08:56:59.004Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-25T08:57:01.775Z Downloading crates ...
1432026-08-25T08:57:01.820Z Downloaded convert_case v0.10.0
1442026-08-25T08:57:01.830Z Downloaded critical-section v1.2.0
1452026-08-25T08:57:01.833Z Downloaded constant_time_eq v0.3.1
1462026-08-25T08:57:01.833Z Downloaded crunchy v0.2.4
1472026-08-25T08:57:01.833Z Downloaded cmake v0.1.57
1482026-08-25T08:57:01.837Z Downloaded cmov v0.5.4
1492026-08-25T08:57:01.837Z Downloaded addr2line v0.25.1
1502026-08-25T08:57:01.840Z Downloaded cobs v0.3.0
1512026-08-25T08:57:01.844Z Downloaded convert_case v0.4.0
1522026-08-25T08:57:01.847Z Downloaded compression-core v0.4.31
1532026-08-25T08:57:01.850Z Downloaded diesel_table_macro_syntax v0.3.0
1542026-08-25T08:57:01.850Z Downloaded colorchoice v1.0.4
1552026-08-25T08:57:01.853Z Downloaded compression-codecs v0.4.37
1562026-08-25T08:57:01.856Z Downloaded crucible-workspace-hack v0.1.0
1572026-08-25T08:57:01.859Z Downloaded guppy-workspace-hack v0.1.0
1582026-08-25T08:57:01.859Z Downloaded headers-core v0.3.0
1592026-08-25T08:57:01.862Z Downloaded cpufeatures v0.2.17
1602026-08-25T08:57:01.862Z Downloaded crc-catalog v2.4.0
1612026-08-25T08:57:01.862Z Downloaded hashbrown v0.15.5
1622026-08-25T08:57:01.865Z Downloaded crc8 v0.1.1
1632026-08-25T08:57:01.865Z Downloaded constant_time_eq v0.4.2
1642026-08-25T08:57:01.869Z Downloaded heck v0.4.1
1652026-08-25T08:57:01.869Z Downloaded home v0.5.12
1662026-08-25T08:57:01.873Z Downloaded hash32 v0.2.1
1672026-08-25T08:57:01.876Z Downloaded hex-literal v0.4.1
1682026-08-25T08:57:01.879Z Downloaded hex v0.4.3
1692026-08-25T08:57:01.883Z Downloaded cpufeatures v0.3.0
1702026-08-25T08:57:01.886Z Downloaded hostname v0.3.1
1712026-08-25T08:57:01.886Z Downloaded hostname v0.4.2
1722026-08-25T08:57:01.889Z Downloaded darling_macro v0.20.11
1732026-08-25T08:57:01.889Z Downloaded httpdate v1.0.3
1742026-08-25T08:57:01.892Z Downloaded cpubits v0.1.1
1752026-08-25T08:57:01.892Z Downloaded crc v3.4.0
1762026-08-25T08:57:01.895Z Downloaded crypto-common v0.2.2
1772026-08-25T08:57:01.895Z Downloaded indoc v1.0.9
1782026-08-25T08:57:01.895Z Downloaded curve25519-dalek-derive v0.1.1
1792026-08-25T08:57:01.895Z Downloaded darling_macro v0.13.4
1802026-08-25T08:57:01.898Z Downloaded defmt v0.3.100
1812026-08-25T08:57:01.898Z Downloaded defmt-parser v1.0.0
1822026-08-25T08:57:01.898Z Downloaded darling_macro v0.21.3
1832026-08-25T08:57:01.898Z Downloaded http-body v1.0.1
1842026-08-25T08:57:01.898Z Downloaded http-range v0.1.5
1852026-08-25T08:57:01.903Z Downloaded hash32 v0.3.1
1862026-08-25T08:57:01.906Z Downloaded hex-literal v1.1.0
1872026-08-25T08:57:01.906Z Downloaded idna_adapter v1.2.1
1882026-08-25T08:57:01.906Z Downloaded hyper-tls v0.6.0
1892026-08-25T08:57:01.910Z Downloaded concurrent-queue v2.5.0
1902026-08-25T08:57:01.910Z Downloaded is-terminal v0.4.17
1912026-08-25T08:57:01.910Z Downloaded itoa v1.0.17
1922026-08-25T08:57:01.913Z Downloaded clap_lex v1.0.0
1932026-08-25T08:57:01.913Z Downloaded inout v0.2.2
1942026-08-25T08:57:01.916Z Downloaded corncobs v0.1.4
1952026-08-25T08:57:01.919Z Downloaded hubpack v0.1.2
1962026-08-25T08:57:01.919Z Downloaded hubpack_derive v0.1.1
1972026-08-25T08:57:01.919Z Downloaded cookie v0.18.1
1982026-08-25T08:57:01.922Z Downloaded illumos-nvpair v0.3.0
1992026-08-25T08:57:01.922Z Downloaded clap_derive v4.6.1
2002026-08-25T08:57:01.925Z Downloaded instant v0.1.13
2012026-08-25T08:57:01.929Z Downloaded darling_macro v0.23.0
2022026-08-25T08:57:01.934Z Downloaded inout v0.1.4
2032026-08-25T08:57:01.938Z Downloaded internet-checksum v0.2.1
2042026-08-25T08:57:01.942Z Downloaded illumos-nvpair-sys v0.2.0
2052026-08-25T08:57:01.942Z Downloaded ident_case v1.0.1
2062026-08-25T08:57:01.942Z Downloaded instability v0.3.11
2072026-08-25T08:57:01.946Z Downloaded jiff-static v0.2.34
2082026-08-25T08:57:01.946Z Downloaded is_terminal_polyfill v1.70.2
2092026-08-25T08:57:01.946Z Downloaded debug-ignore v1.0.5
2102026-08-25T08:57:01.949Z Downloaded is_ci v1.2.0
2112026-08-25T08:57:01.952Z Downloaded cstr-argument v0.1.2
2122026-08-25T08:57:01.955Z Downloaded highway v1.3.0
2132026-08-25T08:57:01.955Z Downloaded derive_builder_macro v0.20.2
2142026-08-25T08:57:01.959Z Downloaded heck v0.5.0
2152026-08-25T08:57:01.962Z Downloaded http-body-util v0.1.3
2162026-08-25T08:57:01.967Z Downloaded bitfield-macros v0.19.4
2172026-08-25T08:57:01.971Z Downloaded cipher v0.5.2
2182026-08-25T08:57:01.974Z Downloaded criterion-plot v0.6.0
2192026-08-25T08:57:01.974Z Downloaded cargo-platform v0.3.2
2202026-08-25T08:57:01.977Z Downloaded cfg_aliases v0.2.1
2212026-08-25T08:57:01.977Z Downloaded opaque-debug v0.3.1
2222026-08-25T08:57:01.980Z Downloaded csv-core v0.1.13
2232026-08-25T08:57:01.983Z Downloaded assert_matches v1.5.0
2242026-08-25T08:57:01.986Z Downloaded async-object-pool v0.2.0
2252026-08-25T08:57:01.989Z Downloaded bit-set v0.5.3
2262026-08-25T08:57:01.989Z Downloaded indent_write v2.2.0
2272026-08-25T08:57:01.992Z Downloaded impl-trait-for-tuples v0.2.3
2282026-08-25T08:57:01.992Z Downloaded indoc v2.0.7
2292026-08-25T08:57:01.995Z Downloaded colored v2.2.0
2302026-08-25T08:57:01.996Z Downloaded der_derive v0.7.3
2312026-08-25T08:57:01.999Z Downloaded ipnet v2.12.0
2322026-08-25T08:57:02.002Z Downloaded crc32fast v1.5.0
2332026-08-25T08:57:02.002Z Downloaded crossbeam-epoch v0.9.18
2342026-08-25T08:57:02.005Z Downloaded hyper-staticfile v0.10.1
2352026-08-25T08:57:02.005Z Downloaded console v0.15.11
2362026-08-25T08:57:02.009Z Downloaded console v0.16.2
2372026-08-25T08:57:02.009Z Downloaded crossbeam-utils v0.8.21
2382026-08-25T08:57:02.012Z Downloaded ciborium-io v0.2.2
2392026-08-25T08:57:02.012Z Downloaded openssl-probe v0.1.6
2402026-08-25T08:57:02.015Z Downloaded peg-runtime v0.8.5
2412026-08-25T08:57:02.018Z Downloaded percent-encoding v2.3.2
2422026-08-25T08:57:02.018Z Downloaded oxide-generation-macros v0.2.0
2432026-08-25T08:57:02.022Z Downloaded hybrid-array v0.4.13
2442026-08-25T08:57:02.022Z Downloaded hyper-rustls v0.27.7
2452026-08-25T08:57:02.025Z Downloaded httptest v0.16.4
2462026-08-25T08:57:02.025Z Downloaded half v1.8.3
2472026-08-25T08:57:02.025Z Downloaded crypto-common v0.1.7
2482026-08-25T08:57:02.029Z Downloaded hmac v0.13.0
2492026-08-25T08:57:02.029Z Downloaded deranged v0.5.8
2502026-08-25T08:57:02.029Z Downloaded ingot-types v0.2.0
2512026-08-25T08:57:02.033Z Downloaded daft-derive v0.1.8
2522026-08-25T08:57:02.033Z Downloaded hmac v0.12.1
2532026-08-25T08:57:02.033Z Downloaded ctr v0.10.1
2542026-08-25T08:57:02.036Z Downloaded ipnetwork v0.21.1
2552026-08-25T08:57:02.036Z Downloaded bitfield v0.19.4
2562026-08-25T08:57:02.039Z Downloaded cexpr v0.6.0
2572026-08-25T08:57:02.039Z Downloaded progenitor-client v0.14.0
2582026-08-25T08:57:02.042Z Downloaded diesel-dtrace v0.5.0
2592026-08-25T08:57:02.042Z Downloaded defmt-macros v1.0.1
2602026-08-25T08:57:02.047Z Downloaded derive_builder_core v0.20.2
2612026-08-25T08:57:02.047Z Downloaded rand_pcg v0.10.2
2622026-08-25T08:57:02.050Z Downloaded darling v0.13.4
2632026-08-25T08:57:02.050Z Downloaded defmt v1.0.1
2642026-08-25T08:57:02.053Z Downloaded ref-cast v1.0.25
2652026-08-25T08:57:02.053Z Downloaded delegate v0.13.5
2662026-08-25T08:57:02.053Z Downloaded hickory-client v0.25.2
2672026-08-25T08:57:02.056Z Downloaded potential_utf v0.1.4
2682026-08-25T08:57:02.056Z Downloaded pretty-hex v0.4.1
2692026-08-25T08:57:02.056Z Downloaded httparse v1.10.1
2702026-08-25T08:57:02.060Z Downloaded clang-sys v1.8.1
2712026-08-25T08:57:02.060Z Downloaded const-oid v0.9.6
2722026-08-25T08:57:02.060Z Downloaded derive-ex v0.1.8
2732026-08-25T08:57:02.063Z Downloaded argon2 v0.5.3
2742026-08-25T08:57:02.063Z Downloaded darling v0.21.3
2752026-08-25T08:57:02.066Z Downloaded const_format_proc_macros v0.2.34
2762026-08-25T08:57:02.069Z Downloaded cookie_store v0.22.1
2772026-08-25T08:57:02.069Z Downloaded darling v0.23.0
2782026-08-25T08:57:02.072Z Downloaded anstream v1.0.0
2792026-08-25T08:57:02.072Z Downloaded daft v0.1.8
2802026-08-25T08:57:02.075Z Downloaded async-trait v0.1.89
2812026-08-25T08:57:02.075Z Downloaded autocfg v1.5.0
2822026-08-25T08:57:02.078Z Downloaded base16ct v1.0.0
2832026-08-25T08:57:02.078Z Downloaded crossbeam-deque v0.8.6
2842026-08-25T08:57:02.078Z Downloaded ingot v0.2.1
2852026-08-25T08:57:02.078Z Downloaded colored v3.1.1
2862026-08-25T08:57:02.082Z Downloaded crc-any v2.5.0
2872026-08-25T08:57:02.082Z Downloaded datatest-stable v0.3.3
2882026-08-25T08:57:02.085Z Downloaded const-oid v0.10.2
2892026-08-25T08:57:02.085Z Downloaded backon v1.6.0
2902026-08-25T08:57:02.088Z Downloaded clap v4.6.1
2912026-08-25T08:57:02.092Z Downloaded iana-time-zone v0.1.65
2922026-08-25T08:57:02.092Z Downloaded rfc6979 v0.4.0
2932026-08-25T08:57:02.095Z Downloaded const_format v0.2.35
2942026-08-25T08:57:02.095Z Downloaded oso-derive v0.27.3
2952026-08-25T08:57:02.095Z Downloaded russh-util v0.52.0
2962026-08-25T08:57:02.095Z Downloaded oxide-tokio-rt v0.1.4
2972026-08-25T08:57:02.098Z Downloaded paste v1.0.15
2982026-08-25T08:57:02.098Z Downloaded rustc_version v0.1.7
2992026-08-25T08:57:02.098Z Downloaded oxide-update-engine v0.1.2
3002026-08-25T08:57:02.098Z Downloaded parking_lot_core v0.8.6
3012026-08-25T08:57:02.101Z Downloaded scroll_derive v0.13.1
3022026-08-25T08:57:02.101Z Downloaded phc v0.6.1
3032026-08-25T08:57:02.101Z Downloaded phf v0.12.1
3042026-08-25T08:57:02.101Z Downloaded pkcs8 v0.10.2
3052026-08-25T08:57:02.104Z Downloaded ingot-macros v0.2.0
3062026-08-25T08:57:02.105Z Downloaded poly1305 v0.8.0
3072026-08-25T08:57:02.108Z Downloaded phf v0.13.1
3082026-08-25T08:57:02.111Z Downloaded buf-list v1.1.2
3092026-08-25T08:57:02.114Z Downloaded cancel-safe-futures v0.1.5
3102026-08-25T08:57:02.114Z Downloaded primeorder v0.14.0
3112026-08-25T08:57:02.114Z Downloaded same-file v1.0.6
3122026-08-25T08:57:02.117Z Downloaded sapling-renderdag v0.1.0
3132026-08-25T08:57:02.117Z Downloaded des v0.9.0
3142026-08-25T08:57:02.117Z Downloaded predicates v3.1.4
3152026-08-25T08:57:02.120Z Downloaded primeorder v0.13.6
3162026-08-25T08:57:02.120Z Downloaded psm v0.1.30
3172026-08-25T08:57:02.120Z Downloaded darling v0.20.11
3182026-08-25T08:57:02.123Z Downloaded quote v1.0.45
3192026-08-25T08:57:02.123Z Downloaded relative-path v1.9.3
3202026-08-25T08:57:02.126Z Downloaded serde_plain v1.0.2
3212026-08-25T08:57:02.127Z Downloaded ctutils v0.4.2
3222026-08-25T08:57:02.127Z Downloaded data-encoding v2.10.0
3232026-08-25T08:57:02.127Z Downloaded argon2 v0.6.0-rc.8
3242026-08-25T08:57:02.130Z Downloaded stable_deref_trait v1.2.1
3252026-08-25T08:57:02.130Z Downloaded rand_chacha v0.9.0
3262026-08-25T08:57:02.130Z Downloaded rpassword v7.5.4
3272026-08-25T08:57:02.130Z Downloaded shell-words v1.1.1
3282026-08-25T08:57:02.133Z Downloaded similar-asserts v1.7.0
3292026-08-25T08:57:02.136Z Downloaded slog-envlogger v2.2.0
3302026-08-25T08:57:02.136Z Downloaded humantime v2.3.0
3312026-08-25T08:57:02.139Z Downloaded derive_builder v0.20.2
3322026-08-25T08:57:02.143Z Downloaded icu_properties v2.1.2
3332026-08-25T08:57:02.155Z Downloaded byteorder v1.5.0
3342026-08-25T08:57:02.158Z Downloaded icu_provider v2.1.1
3352026-08-25T08:57:02.161Z Downloaded ignore v0.4.25
3362026-08-25T08:57:02.161Z Downloaded supports-hyperlinks v3.2.0
3372026-08-25T08:57:02.161Z Downloaded tap v1.0.1
3382026-08-25T08:57:02.165Z Downloaded thread-id v5.1.0
3392026-08-25T08:57:02.165Z Downloaded time-core v0.1.8
3402026-08-25T08:57:02.168Z Downloaded strip-ansi-escapes v0.2.1
3412026-08-25T08:57:02.168Z Downloaded target-triple v1.0.0
3422026-08-25T08:57:02.171Z Downloaded termtree v0.5.1
3432026-08-25T08:57:02.171Z Downloaded parking_lot_core v0.9.12
3442026-08-25T08:57:02.175Z Downloaded serde-hex v0.1.0
3452026-08-25T08:57:02.196Z Downloaded toml_write v0.1.2
3462026-08-25T08:57:02.196Z Downloaded trait-variant v0.1.2
3472026-08-25T08:57:02.196Z Downloaded try-lock v0.2.5
3482026-08-25T08:57:02.196Z Downloaded hashbrown v0.14.5
3492026-08-25T08:57:02.196Z Downloaded usdt-attr-macro v0.5.0
3502026-08-25T08:57:02.196Z Downloaded tokio-test v0.4.5
3512026-08-25T08:57:02.196Z Downloaded tower-service v0.3.3
3522026-08-25T08:57:02.196Z Downloaded unicode-truncate v1.1.0
3532026-08-25T08:57:02.196Z Downloaded serde_path_to_error v0.1.20
3542026-08-25T08:57:02.196Z Downloaded signature v3.0.0
3552026-08-25T08:57:02.196Z Downloaded usdt-macro v0.6.0
3562026-08-25T08:57:02.196Z Downloaded sha2 v0.10.9
3572026-08-25T08:57:02.196Z Downloaded spki v0.7.3
3582026-08-25T08:57:02.196Z Downloaded wait-timeout v0.2.1
3592026-08-25T08:57:02.196Z Downloaded yoke-derive v0.8.1
3602026-08-25T08:57:02.196Z Downloaded xshell-macros v0.2.7
3612026-08-25T08:57:02.196Z Downloaded zerofrom-derive v0.1.6
3622026-08-25T08:57:02.200Z Downloaded dirs-sys-next v0.1.2
3632026-08-25T08:57:02.200Z Downloaded equivalent v1.0.2
3642026-08-25T08:57:02.204Z Downloaded half v2.7.1
3652026-08-25T08:57:02.208Z Downloaded support-bundle-viewer v0.1.2
3662026-08-25T08:57:02.208Z Downloaded heapless v0.7.17
3672026-08-25T08:57:02.211Z Downloaded icu_normalizer_data v2.1.1
3682026-08-25T08:57:02.211Z Downloaded derive_more v0.99.20
3692026-08-25T08:57:02.214Z Downloaded allocator-api2 v0.2.21
3702026-08-25T08:57:02.217Z Downloaded derive-where v1.6.0
3712026-08-25T08:57:02.217Z Downloaded icu_locale_core v2.1.1
3722026-08-25T08:57:02.220Z Downloaded icu_normalizer v2.1.1
3732026-08-25T08:57:02.223Z Downloaded indexmap v1.9.3
3742026-08-25T08:57:02.224Z Downloaded indicatif v0.18.4
3752026-08-25T08:57:02.226Z Downloaded smallvec v0.6.14
3762026-08-25T08:57:02.226Z Downloaded slog-term v2.9.2
3772026-08-25T08:57:02.230Z Downloaded dirs-next v2.0.0
3782026-08-25T08:57:02.233Z Downloaded dunce v1.0.5
3792026-08-25T08:57:02.233Z Downloaded papergrid v0.11.0
3802026-08-25T08:57:02.236Z Downloaded structmeta v0.3.0
3812026-08-25T08:57:02.239Z Downloaded anyhow v1.0.104
3822026-08-25T08:57:02.242Z Downloaded heapless v0.8.0
3832026-08-25T08:57:02.242Z Downloaded snafu-derive v0.8.9
3842026-08-25T08:57:02.242Z Downloaded digest-io v0.1.0
3852026-08-25T08:57:02.245Z Downloaded dropshot-api-manager-types v0.8.0
3862026-08-25T08:57:02.245Z Downloaded dtrace-parser v0.3.0
3872026-08-25T08:57:02.245Z Downloaded fd-lock v4.0.4
3882026-08-25T08:57:02.248Z Downloaded darling_core v0.23.0
3892026-08-25T08:57:02.251Z Downloaded compact_str v0.8.1
3902026-08-25T08:57:02.252Z Downloaded darling_core v0.20.11
3912026-08-25T08:57:02.256Z Downloaded fixedbitset v0.4.2
3922026-08-25T08:57:02.256Z Downloaded funty v2.0.0
3932026-08-25T08:57:02.256Z Downloaded strum_macros v0.26.4
3942026-08-25T08:57:02.256Z Downloaded sync_wrapper v1.0.2
3952026-08-25T08:57:02.256Z Downloaded thiserror-impl v2.0.18
3962026-08-25T08:57:02.257Z Downloaded generic-array v0.14.7
3972026-08-25T08:57:02.260Z Downloaded linkme-impl v0.3.35
3982026-08-25T08:57:02.263Z Downloaded lazy_static v1.5.0
3992026-08-25T08:57:02.263Z Downloaded blake2b_simd v1.0.4
4002026-08-25T08:57:02.268Z Downloaded sec1 v0.8.1
4012026-08-25T08:57:02.271Z Downloaded tokio-native-tls v0.3.1
4022026-08-25T08:57:02.278Z Downloaded either v1.15.0
4032026-08-25T08:57:02.282Z Downloaded multimap v0.10.1
4042026-08-25T08:57:02.282Z Downloaded newtype-uuid-macros v0.1.0
4052026-08-25T08:57:02.282Z Downloaded env_logger v0.11.11
4062026-08-25T08:57:02.282Z Downloaded lzss v0.8.2
4072026-08-25T08:57:02.285Z Downloaded mime v0.3.17
4082026-08-25T08:57:02.285Z Downloaded nonempty v0.12.0
4092026-08-25T08:57:02.288Z Downloaded semver v1.0.28
4102026-08-25T08:57:02.288Z Downloaded vergen-lib v0.1.6
4112026-08-25T08:57:02.291Z Downloaded whoami v1.6.1
4122026-08-25T08:57:02.291Z Downloaded darling_core v0.21.3
4132026-08-25T08:57:02.294Z Downloaded headers v0.4.1
4142026-08-25T08:57:02.297Z Downloaded fallible-iterator v0.2.0
4152026-08-25T08:57:02.298Z Downloaded hickory-resolver v0.24.4
4162026-08-25T08:57:02.301Z Downloaded darling_core v0.13.4
4172026-08-25T08:57:02.301Z Downloaded icu_collections v2.1.1
4182026-08-25T08:57:02.304Z Downloaded progenitor-impl v0.14.0
4192026-08-25T08:57:02.307Z Downloaded whoami v2.1.0
4202026-08-25T08:57:02.310Z Downloaded newtype_derive v0.1.6
4212026-08-25T08:57:02.310Z Downloaded num_enum_derive v0.5.11
4222026-08-25T08:57:02.313Z Downloaded tempfile v3.27.0
4232026-08-25T08:57:02.316Z Downloaded adler2 v2.0.1
4242026-08-25T08:57:02.316Z Downloaded num-conv v0.2.0
4252026-08-25T08:57:02.317Z Downloaded assert-json-diff v2.0.2
4262026-08-25T08:57:02.321Z Downloaded aead v0.5.2
4272026-08-25T08:57:02.321Z Downloaded array-init v0.0.4
4282026-08-25T08:57:02.321Z Downloaded bcrypt-pbkdf v0.11.0
4292026-08-25T08:57:02.321Z Downloaded proc-macro2 v1.0.106
4302026-08-25T08:57:02.325Z Downloaded filetime v0.2.27
4312026-08-25T08:57:02.328Z Downloaded hashbrown v0.12.3
4322026-08-25T08:57:02.328Z Downloaded hickory-server v0.25.2
4332026-08-25T08:57:02.331Z Downloaded atomic-waker v1.1.2
4342026-08-25T08:57:02.331Z Downloaded ff v0.13.1
4352026-08-25T08:57:02.331Z Downloaded ff v0.14.0
4362026-08-25T08:57:02.334Z Downloaded find-msvc-tools v0.1.9
4372026-08-25T08:57:02.335Z Downloaded bitfield-struct v0.6.2
4382026-08-25T08:57:02.335Z Downloaded group v0.14.0
4392026-08-25T08:57:02.335Z Downloaded jobserver v0.1.34
4402026-08-25T08:57:02.338Z Downloaded knuffel-derive v3.2.0
4412026-08-25T08:57:02.341Z Downloaded globset v0.4.18
4422026-08-25T08:57:02.347Z Downloaded parking_lot v0.12.5
4432026-08-25T08:57:02.350Z Downloaded rustls-platform-verifier v0.6.2
4442026-08-25T08:57:02.350Z Downloaded toml v0.8.23
4452026-08-25T08:57:02.354Z Downloaded toml_parser v1.1.2+spec-1.1.0
4462026-08-25T08:57:02.354Z Downloaded rand_distr v0.5.1
4472026-08-25T08:57:02.358Z Downloaded trybuild v1.0.116
4482026-08-25T08:57:02.358Z Downloaded ucd-trie v0.1.7
4492026-08-25T08:57:02.361Z Downloaded rand_core v0.10.0
4502026-08-25T08:57:02.361Z Downloaded serde_derive v1.0.229
4512026-08-25T08:57:02.361Z Downloaded libloading v0.8.9
4522026-08-25T08:57:02.361Z Downloaded uzers v0.12.2
4532026-08-25T08:57:02.365Z Downloaded diff v0.1.13
4542026-08-25T08:57:02.365Z Downloaded packed_struct_codegen v0.10.1
4552026-08-25T08:57:02.365Z Downloaded multer v3.1.0
4562026-08-25T08:57:02.368Z Downloaded mime_guess v2.0.5
4572026-08-25T08:57:02.371Z Downloaded proc-macro-crate v1.3.1
4582026-08-25T08:57:02.371Z Downloaded proc-macro-crate v3.4.0
4592026-08-25T08:57:02.371Z Downloaded quick-error v1.2.3
4602026-08-25T08:57:02.376Z Downloaded crypto-bigint v0.5.5
4612026-08-25T08:57:02.379Z Downloaded der v0.7.10
4622026-08-25T08:57:02.387Z Downloaded textwrap v0.16.2
4632026-08-25T08:57:02.390Z Downloaded serde_yaml v0.9.34+deprecated
4642026-08-25T08:57:02.394Z Downloaded similar v2.7.0
4652026-08-25T08:57:02.397Z Downloaded http v1.4.2
4662026-08-25T08:57:02.400Z Downloaded num-rational v0.4.2
4672026-08-25T08:57:02.400Z Downloaded aead v0.6.1
4682026-08-25T08:57:02.403Z Downloaded futures-channel v0.3.32
4692026-08-25T08:57:02.403Z Downloaded hashbrown v0.13.2
4702026-08-25T08:57:02.406Z Downloaded getrandom v0.2.17
4712026-08-25T08:57:02.406Z Downloaded bit-vec v0.6.3
4722026-08-25T08:57:02.406Z Downloaded bit-vec v0.8.0
4732026-08-25T08:57:02.409Z Downloaded bitflags v1.3.2
4742026-08-25T08:57:02.409Z Downloaded russh-cryptovec v0.62.0
4752026-08-25T08:57:02.409Z Downloaded scroll_derive v0.12.1
4762026-08-25T08:57:02.409Z Downloaded rustc_version v0.4.1
4772026-08-25T08:57:02.412Z Downloaded tinyvec v1.10.0
4782026-08-25T08:57:02.412Z Downloaded cassowary v0.3.0
4792026-08-25T08:57:02.412Z Downloaded derive_more-impl v2.1.1
4802026-08-25T08:57:02.415Z Downloaded base64 v0.21.7
4812026-08-25T08:57:02.418Z Downloaded bytecount v0.6.9
4822026-08-25T08:57:02.418Z Downloaded serde_repr v0.1.20
4832026-08-25T08:57:02.421Z Downloaded serde_urlencoded v0.7.1
4842026-08-25T08:57:02.421Z Downloaded signature v2.2.0
4852026-08-25T08:57:02.421Z Downloaded sigpipe v0.1.3
4862026-08-25T08:57:02.421Z Downloaded rand v0.8.6
4872026-08-25T08:57:02.425Z Downloaded zopfli v0.8.3
4882026-08-25T08:57:02.425Z Downloaded rstest_macros v0.25.0
4892026-08-25T08:57:02.428Z Downloaded packed_struct v0.10.1
4902026-08-25T08:57:02.428Z Downloaded path-tree v0.8.3
4912026-08-25T08:57:02.431Z Downloaded oxide-generation v0.1.3
4922026-08-25T08:57:02.431Z Downloaded oxnet v0.1.6
4932026-08-25T08:57:02.431Z Downloaded tinyvec_macros v0.1.1
4942026-08-25T08:57:02.435Z Downloaded terminal_size v0.1.17
4952026-08-25T08:57:02.435Z Downloaded terminal_size v0.4.3
4962026-08-25T08:57:02.438Z Downloaded structmeta-derive v0.3.0
4972026-08-25T08:57:02.445Z Downloaded unicode-ident v1.0.24
4982026-08-25T08:57:02.448Z Downloaded indexmap v2.14.0
4992026-08-25T08:57:02.451Z Downloaded match_cfg v0.1.0
5002026-08-25T08:57:02.451Z Downloaded itertools v0.10.5
5012026-08-25T08:57:02.454Z Downloaded ppv-lite86 v0.2.21
5022026-08-25T08:57:02.454Z Downloaded internal-russh-num-bigint v0.5.0
5032026-08-25T08:57:02.457Z Downloaded progenitor-macro v0.13.0
5042026-08-25T08:57:02.458Z Downloaded progenitor-client v0.13.0
5052026-08-25T08:57:02.458Z Downloaded supports-unicode v2.1.0
5062026-08-25T08:57:02.458Z Downloaded supports-unicode v3.0.0
5072026-08-25T08:57:02.461Z Downloaded tabled_derive v0.7.0
5082026-08-25T08:57:02.464Z Downloaded async-lock v3.4.2
5092026-08-25T08:57:02.464Z Downloaded backoff v0.4.0
5102026-08-25T08:57:02.473Z Downloaded hickory-resolver v0.25.2
5112026-08-25T08:57:02.473Z Downloaded futures v0.3.32
5122026-08-25T08:57:02.473Z Downloaded getrandom v0.3.4
5132026-08-25T08:57:02.473Z Downloaded scroll v0.13.0
5142026-08-25T08:57:02.473Z Downloaded universal-hash v0.5.1
5152026-08-25T08:57:02.473Z Downloaded utf8_iter v1.0.4
5162026-08-25T08:57:02.473Z Downloaded diesel_derives v2.3.7
5172026-08-25T08:57:02.477Z Downloaded toml v1.1.2+spec-1.1.0
5182026-08-25T08:57:02.480Z Downloaded chacha20 v0.9.1
5192026-08-25T08:57:02.480Z Downloaded derive_more v2.1.1
5202026-08-25T08:57:02.485Z Downloaded ciborium v0.2.2
5212026-08-25T08:57:02.488Z Downloaded utf8parse v0.2.2
5222026-08-25T08:57:02.488Z Downloaded slog-stdlog v4.1.1
5232026-08-25T08:57:02.488Z Downloaded elliptic-curve v0.13.8
5242026-08-25T08:57:02.492Z Downloaded pkcs1 v0.7.5
5252026-08-25T08:57:02.492Z Downloaded pkcs8 v0.11.0
5262026-08-25T08:57:02.495Z Downloaded postcard v1.1.3
5272026-08-25T08:57:02.495Z Downloaded strum_macros v0.27.2
5282026-08-25T08:57:02.498Z Downloaded termios v0.3.3
5292026-08-25T08:57:02.498Z Downloaded tinytemplate v1.2.1
5302026-08-25T08:57:02.498Z Downloaded untrusted v0.9.0
5312026-08-25T08:57:02.498Z Downloaded downcast-rs v2.0.2
5322026-08-25T08:57:02.501Z Downloaded tinystr v0.8.2
5332026-08-25T08:57:02.502Z Downloaded escape8259 v0.5.3
5342026-08-25T08:57:02.502Z Downloaded flagset v0.4.7
5352026-08-25T08:57:02.502Z Downloaded schemars_derive v0.8.22
5362026-08-25T08:57:02.502Z Downloaded untrusted v0.7.1
5372026-08-25T08:57:02.505Z Downloaded crossbeam-channel v0.5.15
5382026-08-25T08:57:02.508Z Downloaded zerofrom v0.1.6
5392026-08-25T08:57:02.511Z Downloaded zone_cfg_derive v0.3.1
5402026-08-25T08:57:02.511Z Downloaded difflib v0.4.0
5412026-08-25T08:57:02.511Z Downloaded hyper-util v0.1.20
5422026-08-25T08:57:02.514Z Downloaded serde_tokenstream v0.2.3
5432026-08-25T08:57:02.517Z Downloaded slog-bunyan v2.5.0
5442026-08-25T08:57:02.517Z Downloaded jiff-core v0.1.0
5452026-08-25T08:57:02.524Z Downloaded rustls-webpki v0.103.13
5462026-08-25T08:57:02.527Z Downloaded guppy v0.17.25
5472026-08-25T08:57:02.530Z Downloaded peg-macros v0.8.5
5482026-08-25T08:57:02.533Z Downloaded pest_derive v2.8.6
5492026-08-25T08:57:02.533Z Downloaded sqlformat v0.3.5
5502026-08-25T08:57:02.533Z Downloaded stacker v0.1.23
5512026-08-25T08:57:02.536Z Downloaded serde_cbor v0.11.2
5522026-08-25T08:57:02.536Z Downloaded fnv v1.0.7
5532026-08-25T08:57:02.536Z Downloaded foreign-types-shared v0.3.1
5542026-08-25T08:57:02.536Z Downloaded maybe-uninit v2.0.0
5552026-08-25T08:57:02.540Z Downloaded samael v0.0.19
5562026-08-25T08:57:02.543Z Downloaded vergen-lib v9.1.0
5572026-08-25T08:57:02.543Z Downloaded thread_local v1.1.9
5582026-08-25T08:57:02.543Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5592026-08-25T08:57:02.549Z Downloaded linked-hash-map v0.5.6
5602026-08-25T08:57:02.552Z Downloaded lru-slab v0.1.2
5612026-08-25T08:57:02.552Z Downloaded kstat-rs v0.2.5
5622026-08-25T08:57:02.555Z Downloaded nested v0.1.1
5632026-08-25T08:57:02.556Z Downloaded uuid v1.23.4
5642026-08-25T08:57:02.559Z Downloaded rand_core v0.9.5
5652026-08-25T08:57:02.559Z Downloaded stringmetrics v2.2.2
5662026-08-25T08:57:02.562Z Downloaded num v0.4.3
5672026-08-25T08:57:02.566Z Downloaded async-recursion v1.1.1
5682026-08-25T08:57:02.569Z Downloaded hashbrown v0.16.1
5692026-08-25T08:57:02.575Z Downloaded itertools v0.13.0
5702026-08-25T08:57:02.580Z Downloaded walkdir v2.5.0
5712026-08-25T08:57:02.583Z Downloaded itertools v0.12.1
5722026-08-25T08:57:02.587Z Downloaded criterion v0.7.0
5732026-08-25T08:57:02.590Z Downloaded pest v2.8.6
5742026-08-25T08:57:02.594Z Downloaded zeroize v1.9.0
5752026-08-25T08:57:02.597Z Downloaded num_threads v0.1.7
5762026-08-25T08:57:02.597Z Downloaded atty v0.2.14
5772026-08-25T08:57:02.597Z Downloaded base16ct v0.2.0
5782026-08-25T08:57:02.597Z Downloaded bit-set v0.8.0
5792026-08-25T08:57:02.597Z Downloaded olpc-cjson v0.1.4
5802026-08-25T08:57:02.597Z Downloaded parking v2.2.1
5812026-08-25T08:57:02.600Z Downloaded openssl-macros v0.1.1
5822026-08-25T08:57:02.600Z Downloaded parse-size v1.1.0
5832026-08-25T08:57:02.603Z Downloaded log v0.4.33
5842026-08-25T08:57:02.603Z Downloaded serde_tokenstream v0.3.0
5852026-08-25T08:57:02.603Z Downloaded digest v0.10.7
5862026-08-25T08:57:02.606Z Downloaded ryu v1.0.23
5872026-08-25T08:57:02.606Z Downloaded crossterm v0.29.0
5882026-08-25T08:57:02.609Z Downloaded futures-macro v0.3.32
5892026-08-25T08:57:02.609Z Downloaded ecdsa v0.16.9
5902026-08-25T08:57:02.612Z Downloaded phf_shared v0.13.1
5912026-08-25T08:57:02.612Z Downloaded path-slash v0.1.5
5922026-08-25T08:57:02.612Z Downloaded psl-types v2.0.11
5932026-08-25T08:57:02.615Z Downloaded bytes v1.11.1
5942026-08-25T08:57:02.618Z Downloaded signal-hook v0.3.18
5952026-08-25T08:57:02.621Z Downloaded url v2.5.8
5962026-08-25T08:57:02.625Z Downloaded plotters-backend v0.3.7
5972026-08-25T08:57:02.625Z Downloaded plotters-svg v0.3.7
5982026-08-25T08:57:02.628Z Downloaded precomputed-hash v0.1.1
5992026-08-25T08:57:02.628Z Downloaded prefix-trie v0.7.0
6002026-08-25T08:57:02.628Z Downloaded target-spec v3.5.7
6012026-08-25T08:57:02.628Z Downloaded proc-macro-error-attr2 v2.0.0
6022026-08-25T08:57:02.631Z Downloaded keccak v0.2.0
6032026-08-25T08:57:02.631Z Downloaded fs_extra v1.3.0
6042026-08-25T08:57:02.631Z Downloaded git-stub-vcs v0.1.0
6052026-08-25T08:57:02.631Z Downloaded ed25519-dalek v3.0.0
6062026-08-25T08:57:02.634Z Downloaded subprocess v0.2.15
6072026-08-25T08:57:02.637Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6082026-08-25T08:57:02.637Z Downloaded libefi-sys v0.1.0
6092026-08-25T08:57:02.637Z Downloaded native-tls v0.2.18
6102026-08-25T08:57:02.637Z Downloaded rustc-hash v2.1.1
6112026-08-25T08:57:02.640Z Downloaded nu-ansi-term v0.50.3
6122026-08-25T08:57:02.641Z Downloaded rand_xorshift v0.4.0
6132026-08-25T08:57:02.643Z Downloaded twox-hash v2.1.2
6142026-08-25T08:57:02.643Z Downloaded serde-big-array v0.5.1
6152026-08-25T08:57:02.647Z Downloaded der v0.8.0
6162026-08-25T08:57:02.650Z Downloaded idna v1.1.0
6172026-08-25T08:57:02.650Z Downloaded hashbrown v0.17.0
6182026-08-25T08:57:02.653Z Downloaded icu_properties_data v2.1.2
6192026-08-25T08:57:02.658Z Downloaded iri-string v0.7.10
6202026-08-25T08:57:02.662Z Downloaded itertools v0.14.0
6212026-08-25T08:57:02.665Z Downloaded hyper v1.10.1
6222026-08-25T08:57:02.669Z Downloaded event-listener v5.4.1
6232026-08-25T08:57:02.672Z Downloaded camino-tempfile v1.4.1
6242026-08-25T08:57:02.672Z Downloaded cfg-if v1.0.4
6252026-08-25T08:57:02.672Z Downloaded strsim v0.11.1
6262026-08-25T08:57:02.675Z Downloaded sha1 v0.10.6
6272026-08-25T08:57:02.675Z Downloaded sha1 v0.11.0
6282026-08-25T08:57:02.675Z Downloaded signal-hook-mio v0.2.5
6292026-08-25T08:57:02.675Z Downloaded tabwriter v1.4.1
6302026-08-25T08:57:02.678Z Downloaded crossterm v0.28.1
6312026-08-25T08:57:02.681Z Downloaded pem v3.0.6
6322026-08-25T08:57:02.684Z Downloaded anstyle v1.0.14
6332026-08-25T08:57:02.687Z Downloaded bcs v0.1.6
6342026-08-25T08:57:02.687Z Downloaded supports-color v3.0.2
6352026-08-25T08:57:02.687Z Downloaded cc v1.2.56
6362026-08-25T08:57:02.691Z Downloaded chumsky v0.9.3
6372026-08-25T08:57:02.694Z Downloaded linear-map v1.2.0
6382026-08-25T08:57:02.694Z Downloaded socket2 v0.6.3
6392026-08-25T08:57:02.697Z Downloaded proc-macro-error2 v2.0.1
6402026-08-25T08:57:02.697Z Downloaded r2d2 v0.8.10
6412026-08-25T08:57:02.697Z Downloaded tokio-macros v2.7.0
6422026-08-25T08:57:02.700Z Downloaded papergrid v0.18.0
6432026-08-25T08:57:02.703Z Downloaded topological-sort v0.2.2
6442026-08-25T08:57:02.704Z Downloaded memchr v2.8.0
6452026-08-25T08:57:02.706Z Downloaded miette-derive v7.6.0
6462026-08-25T08:57:02.707Z Downloaded clap_builder v4.6.0
6472026-08-25T08:57:02.711Z Downloaded unarray v0.1.4
6482026-08-25T08:57:02.714Z Downloaded unit-prefix v0.5.2
6492026-08-25T08:57:02.718Z Downloaded embedded-io v0.6.1
6502026-08-25T08:57:02.721Z Downloaded rustc-demangle v0.1.27
6512026-08-25T08:57:02.721Z Downloaded dsl_auto_type v0.2.0
6522026-08-25T08:57:02.721Z Downloaded foreign-types-macros v0.2.3
6532026-08-25T08:57:02.724Z Downloaded hkdf v0.13.0
6542026-08-25T08:57:02.724Z Downloaded rust-argon2 v2.1.0
6552026-08-25T08:57:02.724Z Downloaded usdt-attr-macro v0.6.0
6562026-08-25T08:57:02.727Z Downloaded version_check v0.9.5
6572026-08-25T08:57:02.727Z Downloaded itertools v0.15.0
6582026-08-25T08:57:02.732Z Downloaded quinn v0.11.11
6592026-08-25T08:57:02.735Z Downloaded slog-json v2.6.1
6602026-08-25T08:57:02.735Z Downloaded tracing-core v0.1.36
6612026-08-25T08:57:02.738Z Downloaded cfg-expr v0.20.6
6622026-08-25T08:57:02.742Z Downloaded env_filter v2.0.0
6632026-08-25T08:57:02.742Z Downloaded smf v0.2.3
6642026-08-25T08:57:02.742Z Downloaded ssh-cipher v0.3.0
6652026-08-25T08:57:02.742Z Downloaded string_cache v0.8.9
6662026-08-25T08:57:02.746Z Downloaded futures-sink v0.3.32
6672026-08-25T08:57:02.746Z Downloaded lru-cache v0.1.2
6682026-08-25T08:57:02.746Z Downloaded rayon-core v1.13.0
6692026-08-25T08:57:02.746Z Downloaded getrandom v0.4.3
6702026-08-25T08:57:02.749Z Downloaded h2 v0.4.15
6712026-08-25T08:57:02.752Z Downloaded hkdf v0.12.4
6722026-08-25T08:57:02.757Z Downloaded serde v1.0.229
6732026-08-25T08:57:02.757Z Downloaded tiny-keccak v2.0.2
6742026-08-25T08:57:02.761Z Downloaded ghash v0.6.0
6752026-08-25T08:57:02.761Z Downloaded gethostname v0.5.0
6762026-08-25T08:57:02.761Z Downloaded serde_with v1.14.0
6772026-08-25T08:57:02.765Z Downloaded scroll v0.12.0
6782026-08-25T08:57:02.768Z Downloaded scrypt v0.12.0
6792026-08-25T08:57:02.768Z Downloaded tokio-tungstenite v0.21.0
6802026-08-25T08:57:02.768Z Downloaded arrayref v0.3.9
6812026-08-25T08:57:02.768Z Downloaded signal-hook-registry v1.4.8
6822026-08-25T08:57:02.772Z Downloaded supports-color v2.1.0
6832026-08-25T08:57:02.772Z Downloaded bb8 v0.8.6
6842026-08-25T08:57:02.772Z Downloaded lru v0.12.5
6852026-08-25T08:57:02.776Z Downloaded ssh-key v0.7.0-rc.11
6862026-08-25T08:57:02.779Z Downloaded arrayvec v0.7.6
6872026-08-25T08:57:02.782Z Downloaded new_debug_unreachable v1.0.6
6882026-08-25T08:57:02.782Z Downloaded newline-converter v0.3.0
6892026-08-25T08:57:02.785Z Downloaded wyz v0.5.1
6902026-08-25T08:57:02.786Z Downloaded num-derive v0.4.2
6912026-08-25T08:57:02.789Z Downloaded block-padding v0.4.2
6922026-08-25T08:57:02.789Z Downloaded openssl-sys v0.9.117
6932026-08-25T08:57:02.790Z Downloaded dropshot_endpoint v0.17.1
6942026-08-25T08:57:02.793Z Downloaded ena v0.14.4
6952026-08-25T08:57:02.793Z Downloaded cfg_aliases v0.1.1
6962026-08-25T08:57:02.793Z Downloaded ciborium-ll v0.2.2
6972026-08-25T08:57:02.793Z Downloaded thiserror v1.0.69
6982026-08-25T08:57:02.796Z Downloaded thiserror-no-std v2.0.2
6992026-08-25T08:57:02.799Z Downloaded phf_shared v0.12.1
7002026-08-25T08:57:02.799Z Downloaded iddqd v0.4.2
7012026-08-25T08:57:02.802Z Downloaded powerfmt v0.2.0
7022026-08-25T08:57:02.809Z Downloaded flume v0.11.1
7032026-08-25T08:57:02.812Z Downloaded radium v0.7.0
7042026-08-25T08:57:02.812Z Downloaded qorb v0.4.1
7052026-08-25T08:57:02.815Z Downloaded memmap2 v0.9.10
7062026-08-25T08:57:02.815Z Downloaded unicode-segmentation v1.12.0
7072026-08-25T08:57:02.818Z Downloaded libsw-core v0.3.2
7082026-08-25T08:57:02.822Z Downloaded usdt v0.6.0
7092026-08-25T08:57:02.822Z Downloaded vergen-git2 v9.1.0
7102026-08-25T08:57:02.822Z Downloaded vergen-gitcl v1.0.8
7112026-08-25T08:57:02.822Z Downloaded recursive-proc-macro-impl v0.1.1
7122026-08-25T08:57:02.822Z Downloaded zstd v0.13.3
7132026-08-25T08:57:02.825Z Downloaded zstd-safe v7.2.4
7142026-08-25T08:57:02.825Z Downloaded digest v0.11.3
7152026-08-25T08:57:02.828Z Downloaded ed25519 v2.2.3
7162026-08-25T08:57:02.828Z Downloaded fixedbitset v0.5.7
7172026-08-25T08:57:02.828Z Downloaded miette v5.10.0
7182026-08-25T08:57:02.831Z Downloaded scheduled-thread-pool v0.2.7
7192026-08-25T08:57:02.831Z Downloaded plotters v0.3.7
7202026-08-25T08:57:02.834Z Downloaded num_enum v0.7.6
7212026-08-25T08:57:02.838Z Downloaded base64ct v1.8.3
7222026-08-25T08:57:02.841Z Downloaded siphasher v1.0.2
7232026-08-25T08:57:02.844Z Downloaded num-traits v0.2.19
7242026-08-25T08:57:02.847Z Downloaded knus-derive v3.4.0
7252026-08-25T08:57:02.850Z Downloaded schemars v0.8.22
7262026-08-25T08:57:02.854Z Downloaded yoke v0.8.1
7272026-08-25T08:57:02.857Z Downloaded blowfish v0.10.0
7282026-08-25T08:57:02.857Z Downloaded cargo_metadata v0.23.1
7292026-08-25T08:57:02.857Z Downloaded cipher v0.4.4
7302026-08-25T08:57:02.860Z Downloaded pem-rfc7468 v1.0.0
7312026-08-25T08:57:02.860Z Downloaded newtype-uuid v1.3.2
7322026-08-25T08:57:02.860Z Downloaded sqlparser_derive v0.5.0
7332026-08-25T08:57:02.863Z Downloaded tagptr v0.2.0
7342026-08-25T08:57:02.863Z Downloaded testing_table v0.3.0
7352026-08-25T08:57:02.863Z Downloaded typify-macro v0.6.2
7362026-08-25T08:57:02.863Z Downloaded owo-colors v4.3.0
7372026-08-25T08:57:02.867Z Downloaded term v0.7.0
7382026-08-25T08:57:02.871Z Downloaded anstyle-parse v1.0.0
7392026-08-25T08:57:02.875Z Downloaded unicode-xid v0.2.6
7402026-08-25T08:57:02.878Z Downloaded dof v0.3.0
7412026-08-25T08:57:02.878Z Downloaded dof v0.4.0
7422026-08-25T08:57:02.881Z Downloaded event-listener-strategy v0.5.4
7432026-08-25T08:57:02.881Z Downloaded keccak v0.1.6
7442026-08-25T08:57:02.881Z Downloaded usdt v0.5.0
7452026-08-25T08:57:02.884Z Downloaded xattr v1.6.1
7462026-08-25T08:57:02.887Z Downloaded rsa v0.10.0-rc.18
7472026-08-25T08:57:02.890Z Downloaded fs-err v3.3.0
7482026-08-25T08:57:02.893Z Downloaded pest_meta v2.8.6
7492026-08-25T08:57:02.893Z Downloaded pin-project v1.1.11
7502026-08-25T08:57:02.899Z Downloaded progenitor v0.14.0
7512026-08-25T08:57:02.902Z Downloaded enum-as-inner v0.6.1
7522026-08-25T08:57:02.902Z Downloaded foreign-types v0.3.2
7532026-08-25T08:57:02.902Z Downloaded git-stub v1.0.0
7542026-08-25T08:57:02.905Z Downloaded rustls-pemfile v2.2.0
7552026-08-25T08:57:02.908Z Downloaded pretty_assertions v1.4.1
7562026-08-25T08:57:02.908Z Downloaded minimal-lexical v0.2.1
7572026-08-25T08:57:02.911Z Downloaded ahash v0.8.12
7582026-08-25T08:57:02.914Z Downloaded serde_derive_internals v0.29.1
7592026-08-25T08:57:02.914Z Downloaded rand_core v0.6.4
7602026-08-25T08:57:02.917Z Downloaded sec1 v0.7.3
7612026-08-25T08:57:02.917Z Downloaded futures-task v0.3.32
7622026-08-25T08:57:02.917Z Downloaded libscf-sys v1.2.0
7632026-08-25T08:57:02.917Z Downloaded async-stream v0.3.6
7642026-08-25T08:57:02.920Z Downloaded x509-cert v0.2.5
7652026-08-25T08:57:02.923Z Downloaded normalize-line-endings v0.3.0
7662026-08-25T08:57:02.923Z Downloaded ed25519-dalek v2.2.0
7672026-08-25T08:57:02.927Z Downloaded zerovec v0.11.5
7682026-08-25T08:57:02.927Z Downloaded ar_archive_writer v0.5.1
7692026-08-25T08:57:02.930Z Downloaded litemap v0.8.1
7702026-08-25T08:57:02.930Z Downloaded slab v0.4.12
7712026-08-25T08:57:02.930Z Downloaded zerocopy-derive v0.7.35
7722026-08-25T08:57:02.933Z Downloaded backtrace-ext v0.2.1
7732026-08-25T08:57:02.933Z Downloaded stringprep v0.1.5
7742026-08-25T08:57:02.936Z Downloaded block-buffer v0.12.1
7752026-08-25T08:57:02.936Z Downloaded yansi v1.0.1
7762026-08-25T08:57:02.941Z Downloaded strum_macros v0.24.3
7772026-08-25T08:57:02.944Z Downloaded tls_codec_derive v0.4.2
7782026-08-25T08:57:02.945Z Downloaded aes v0.9.1
7792026-08-25T08:57:02.948Z Downloaded parse-display v0.10.0
7802026-08-25T08:57:02.952Z Downloaded plain v0.2.3
7812026-08-25T08:57:02.955Z Downloaded usdt-impl v0.5.0
7822026-08-25T08:57:02.955Z Downloaded rand_chacha v0.3.1
7832026-08-25T08:57:02.958Z Downloaded p256 v0.14.0
7842026-08-25T08:57:02.961Z Downloaded phf_shared v0.11.3
7852026-08-25T08:57:02.961Z Downloaded recursive v0.1.1
7862026-08-25T08:57:02.961Z Downloaded rtoolbox v0.0.3
7872026-08-25T08:57:02.964Z Downloaded parking_lot v0.11.2
7882026-08-25T08:57:02.967Z Downloaded serde_regex v1.1.0
7892026-08-25T08:57:02.967Z Downloaded generic-array v1.4.3
7902026-08-25T08:57:02.971Z Downloaded ml-kem v0.3.2
7912026-08-25T08:57:02.971Z Downloaded progenitor-extras v0.2.0
7922026-08-25T08:57:02.971Z Downloaded ed25519 v3.0.0
7932026-08-25T08:57:02.974Z Downloaded scopeguard v1.2.0
7942026-08-25T08:57:02.983Z Downloaded tungstenite v0.23.0
7952026-08-25T08:57:02.986Z Downloaded polyval v0.7.1
7962026-08-25T08:57:02.989Z Downloaded fs-err v2.11.0
7972026-08-25T08:57:02.989Z Downloaded group v0.13.0
7982026-08-25T08:57:02.989Z Downloaded lock_api v0.4.14
7992026-08-25T08:57:02.992Z Downloaded signal-hook-tokio v0.3.1
8002026-08-25T08:57:02.992Z Downloaded supports-hyperlinks v2.1.0
8012026-08-25T08:57:02.992Z Downloaded module-lattice v0.2.3
8022026-08-25T08:57:02.992Z Downloaded swrite v0.1.0
8032026-08-25T08:57:02.992Z Downloaded toml_datetime v0.6.11
8042026-08-25T08:57:02.995Z Downloaded usdt-macro v0.5.0
8052026-08-25T08:57:02.995Z Downloaded wnaf v0.14.0
8062026-08-25T08:57:02.998Z Downloaded linkme v0.3.35
8072026-08-25T08:57:02.998Z Downloaded num_enum_derive v0.7.6
8082026-08-25T08:57:03.003Z Downloaded term v1.2.1
8092026-08-25T08:57:03.008Z Downloaded embedded-io v0.4.0
8102026-08-25T08:57:03.011Z Downloaded foreign-types-shared v0.1.1
8112026-08-25T08:57:03.011Z Downloaded sha2 v0.11.0
8122026-08-25T08:57:03.014Z Downloaded bumpalo v3.20.2
8132026-08-25T08:57:03.017Z Downloaded tokio-dtrace v0.1.1
8142026-08-25T08:57:03.017Z Downloaded nom v8.0.0
8152026-08-25T08:57:03.020Z Downloaded universal-hash v0.6.1
8162026-08-25T08:57:03.020Z Downloaded zip v4.6.1
8172026-08-25T08:57:03.023Z Downloaded pkcs5 v0.8.1
8182026-08-25T08:57:03.026Z Downloaded tokio-rustls v0.26.4
8192026-08-25T08:57:03.029Z Downloaded rustyline v14.0.0
8202026-08-25T08:57:03.032Z Downloaded cbc v0.2.1
8212026-08-25T08:57:03.034Z Downloaded float-cmp v0.10.0
8222026-08-25T08:57:03.034Z Downloaded foreign-types v0.5.0
8232026-08-25T08:57:03.034Z Downloaded kem v0.3.0
8242026-08-25T08:57:03.034Z Downloaded md-5 v0.10.6
8252026-08-25T08:57:03.037Z Downloaded parse-display-derive v0.10.0
8262026-08-25T08:57:03.037Z Downloaded port-file v0.1.0
8272026-08-25T08:57:03.037Z Downloaded postgres-protocol v0.6.10
8282026-08-25T08:57:03.037Z Downloaded resolv-conf v0.7.6
8292026-08-25T08:57:03.042Z Downloaded nibble_vec v0.1.0
8302026-08-25T08:57:03.045Z Downloaded rustversion v1.0.22
8312026-08-25T08:57:03.045Z Downloaded miette-derive v5.10.0
8322026-08-25T08:57:03.048Z Downloaded num-iter v0.1.45
8332026-08-25T08:57:03.048Z Downloaded ascii-canvas v3.0.0
8342026-08-25T08:57:03.049Z Downloaded password-hash v0.6.1
8352026-08-25T08:57:03.049Z Downloaded cast v0.3.0
8362026-08-25T08:57:03.052Z Downloaded predicates-core v1.0.10
8372026-08-25T08:57:03.052Z Downloaded progenitor-macro v0.14.0
8382026-08-25T08:57:03.052Z Downloaded portable-atomic v1.13.1
8392026-08-25T08:57:03.056Z Downloaded rand v0.9.2
8402026-08-25T08:57:03.058Z Downloaded slog-async v2.8.0
8412026-08-25T08:57:03.061Z Downloaded slog-scope v4.4.1
8422026-08-25T08:57:03.064Z Downloaded thiserror v2.0.18
8432026-08-25T08:57:03.067Z Downloaded predicates-tree v1.0.13
8442026-08-25T08:57:03.067Z Downloaded rfc6979 v0.6.0
8452026-08-25T08:57:03.067Z Downloaded rsa v0.9.10
8462026-08-25T08:57:03.070Z Downloaded litrs v1.0.0
8472026-08-25T08:57:03.073Z Downloaded socket2 v0.5.10
8482026-08-25T08:57:03.073Z Downloaded tls_codec v0.4.2
8492026-08-25T08:57:03.076Z Downloaded blake2 v0.10.6
8502026-08-25T08:57:03.076Z Downloaded serde_spanned v1.1.1
8512026-08-25T08:57:03.076Z Downloaded secrecy v0.10.3
8522026-08-25T08:57:03.079Z Downloaded smawk v0.3.2
8532026-08-25T08:57:03.082Z Downloaded thiserror-impl-no-std v2.0.2
8542026-08-25T08:57:03.085Z Downloaded crypto-primes v0.7.2
8552026-08-25T08:57:03.089Z Downloaded winnow v0.5.40
8562026-08-25T08:57:03.093Z Downloaded knus v3.4.0
8572026-08-25T08:57:03.098Z Downloaded textwrap v0.15.2
8582026-08-25T08:57:03.098Z Downloaded tokio-util v0.7.18
8592026-08-25T08:57:03.101Z Downloaded unsafe-libyaml v0.2.11
8602026-08-25T08:57:03.104Z Downloaded zerocopy v0.6.6
8612026-08-25T08:57:03.107Z Downloaded typed-path v0.9.3
8622026-08-25T08:57:03.111Z Downloaded typenum v1.20.1
8632026-08-25T08:57:03.114Z Downloaded unicode-linebreak v0.1.5
8642026-08-25T08:57:03.114Z Downloaded usdt-impl v0.6.0
8652026-08-25T08:57:03.115Z Downloaded quick-xml v0.37.5
8662026-08-25T08:57:03.119Z Downloaded serde_with_macros v3.21.0
8672026-08-25T08:57:03.119Z Downloaded assert_cmd v2.1.2
8682026-08-25T08:57:03.124Z Downloaded camino v1.2.5
8692026-08-25T08:57:03.124Z Downloaded pkg-config v0.3.32
8702026-08-25T08:57:03.124Z Downloaded poly1305 v0.9.0
8712026-08-25T08:57:03.124Z Downloaded tungstenite v0.21.0
8722026-08-25T08:57:03.127Z Downloaded futures-timer v3.0.3
8732026-08-25T08:57:03.127Z Downloaded password-hash v0.5.0
8742026-08-25T08:57:03.127Z Downloaded slog-dtrace v0.3.0
8752026-08-25T08:57:03.127Z Downloaded fxhash v0.2.1
8762026-08-25T08:57:03.127Z Downloaded toml_edit v0.19.15
8772026-08-25T08:57:03.137Z Downloaded serde_core v1.0.229
8782026-08-25T08:57:03.140Z Downloaded memmap v0.7.0
8792026-08-25T08:57:03.140Z Downloaded smallvec v1.15.1
8802026-08-25T08:57:03.144Z Downloaded castaway v0.2.4
8812026-08-25T08:57:03.144Z Downloaded termcolor v1.4.1
8822026-08-25T08:57:03.144Z Downloaded owo-colors v3.5.0
8832026-08-25T08:57:03.144Z Downloaded pin-project-internal v1.1.11
8842026-08-25T08:57:03.147Z Downloaded zerocopy-derive v0.8.55
8852026-08-25T08:57:03.152Z Downloaded displaydoc v0.2.5
8862026-08-25T08:57:03.155Z Downloaded form_urlencoded v1.2.2
8872026-08-25T08:57:03.155Z Downloaded macaddr v1.0.1
8882026-08-25T08:57:03.155Z Downloaded async-stream-impl v0.3.6
8892026-08-25T08:57:03.155Z Downloaded prettyplease v0.2.37
8902026-08-25T08:57:03.158Z Downloaded tokio-tungstenite v0.23.1
8912026-08-25T08:57:03.158Z Downloaded ref-cast-impl v1.0.25
8922026-08-25T08:57:03.161Z Downloaded serde_bytes v0.11.19
8932026-08-25T08:57:03.161Z Downloaded expectorate v1.2.0
8942026-08-25T08:57:03.161Z Downloaded tui-tree-widget v0.23.1
8952026-08-25T08:57:03.164Z Downloaded tracing-attributes v0.1.31
8962026-08-25T08:57:03.165Z Downloaded oso v0.27.3
8972026-08-25T08:57:03.168Z Downloaded zip v0.6.6
8982026-08-25T08:57:03.168Z Downloaded rustls-native-certs v0.8.3
8992026-08-25T08:57:03.171Z Downloaded shlex v1.3.0
9002026-08-25T08:57:03.171Z Downloaded errno v0.3.14
9012026-08-25T08:57:03.171Z Downloaded proc-macro-error-attr v1.0.4
9022026-08-25T08:57:03.171Z Downloaded seq-macro v0.3.6
9032026-08-25T08:57:03.174Z Downloaded secrecy v0.8.0
9042026-08-25T08:57:03.174Z Downloaded dyn-clone v1.0.20
9052026-08-25T08:57:03.174Z Downloaded semver v0.1.20
9062026-08-25T08:57:03.174Z Downloaded strsim v0.10.0
9072026-08-25T08:57:03.178Z Downloaded sync-ptr v0.1.4
9082026-08-25T08:57:03.178Z Downloaded async-bb8-diesel v0.2.1
9092026-08-25T08:57:03.178Z Downloaded byte-wrapper v0.1.0
9102026-08-25T08:57:03.181Z Downloaded xshell v0.2.7
9112026-08-25T08:57:03.181Z Downloaded dtrace-parser v0.2.0
9122026-08-25T08:57:03.181Z Downloaded goblin v0.8.2
9132026-08-25T08:57:03.184Z Downloaded atomicwrites v0.4.4
9142026-08-25T08:57:03.184Z Downloaded maplit v1.0.2
9152026-08-25T08:57:03.187Z Downloaded lalrpop-util v0.19.12
9162026-08-25T08:57:03.187Z Downloaded md5 v0.8.0
9172026-08-25T08:57:03.187Z Downloaded chrono v0.4.45
9182026-08-25T08:57:03.192Z Downloaded num-complex v0.4.6
9192026-08-25T08:57:03.195Z Downloaded anstream v0.6.21
9202026-08-25T08:57:03.195Z Downloaded bs58 v0.5.1
9212026-08-25T08:57:03.198Z Downloaded waitgroup v0.1.2
9222026-08-25T08:57:03.201Z Downloaded writeable v0.6.2
9232026-08-25T08:57:03.204Z Downloaded elliptic-curve v0.14.1
9242026-08-25T08:57:03.208Z Downloaded managed v0.8.0
9252026-08-25T08:57:03.238Z Downloaded strum v0.27.2
9262026-08-25T08:57:03.243Z Downloaded p384 v0.14.0
9272026-08-25T08:57:03.243Z Downloaded tokio-postgres v0.7.16
9282026-08-25T08:57:03.243Z Downloaded num_enum v0.5.11
9292026-08-25T08:57:03.243Z Downloaded time-macros v0.2.27
9302026-08-25T08:57:03.243Z Downloaded libbz2-rs-sys v0.2.2
9312026-08-25T08:57:03.243Z Downloaded zone v0.3.1
9322026-08-25T08:57:03.243Z Downloaded utf-8 v0.7.6
9332026-08-25T08:57:03.243Z Downloaded tabled v0.21.0
9342026-08-25T08:57:03.243Z Downloaded omicron-zone-package v0.12.3
9352026-08-25T08:57:03.247Z Downloaded futures-core v0.3.32
9362026-08-25T08:57:03.247Z Downloaded blake3 v1.8.5
9372026-08-25T08:57:03.250Z Downloaded miette v7.6.0
9382026-08-25T08:57:03.254Z Downloaded flate2 v1.1.9
9392026-08-25T08:57:03.258Z Downloaded bitflags v2.11.0
9402026-08-25T08:57:03.261Z Downloaded camino-tempfile-ext v0.3.3
9412026-08-25T08:57:03.261Z Downloaded pbkdf2 v0.13.0
9422026-08-25T08:57:03.261Z Downloaded pem-rfc7468 v0.7.0
9432026-08-25T08:57:03.265Z Downloaded progenitor v0.13.0
9442026-08-25T08:57:03.265Z Downloaded futures-io v0.3.32
9452026-08-25T08:57:03.266Z Downloaded oorandom v11.1.5
9462026-08-25T08:57:03.266Z Downloaded openssl-probe v0.2.1
9472026-08-25T08:57:03.266Z Downloaded want v0.3.1
9482026-08-25T08:57:03.270Z Downloaded float-ord v0.3.2
9492026-08-25T08:57:03.270Z Downloaded memoffset v0.9.1
9502026-08-25T08:57:03.270Z Downloaded fastrand v2.3.0
9512026-08-25T08:57:03.270Z Downloaded zerovec-derive v0.11.2
9522026-08-25T08:57:03.270Z Downloaded serdect v0.4.3
9532026-08-25T08:57:03.278Z Downloaded arc-swap v1.8.2
9542026-08-25T08:57:03.282Z Downloaded spin v0.9.8
9552026-08-25T08:57:03.282Z Downloaded unicode-bidi v0.3.18
9562026-08-25T08:57:03.282Z Downloaded pkcs1 v0.8.0-rc.4
9572026-08-25T08:57:03.285Z Downloaded serde_with_macros v1.5.2
9582026-08-25T08:57:03.285Z Downloaded ssh-encoding v0.3.0
9592026-08-25T08:57:03.289Z Downloaded zeroize_derive v1.5.0
9602026-08-25T08:57:03.289Z Downloaded approx v0.5.1
9612026-08-25T08:57:03.292Z Downloaded display-error-chain v0.2.2
9622026-08-25T08:57:03.301Z Downloaded anstyle-parse v0.2.7
9632026-08-25T08:57:03.304Z Downloaded strum v0.26.3
9642026-08-25T08:57:03.310Z Downloaded enum_dispatch v0.3.13
9652026-08-25T08:57:03.313Z Downloaded foldhash v0.2.0
9662026-08-25T08:57:03.313Z Downloaded anes v0.1.6
9672026-08-25T08:57:03.316Z Downloaded async-compression v0.4.41
9682026-08-25T08:57:03.319Z Downloaded thread-id v4.2.2
9692026-08-25T08:57:03.322Z Downloaded globwalk v0.9.1
9702026-08-25T08:57:03.322Z Downloaded oxide-update-engine-display v0.1.2
9712026-08-25T08:57:03.326Z Downloaded synstructure v0.13.2
9722026-08-25T08:57:03.329Z Downloaded winnow v1.0.3
9732026-08-25T08:57:03.332Z Downloaded pin-project-lite v0.2.17
9742026-08-25T08:57:03.336Z Downloaded target-lexicon v0.13.3
9752026-08-25T08:57:03.339Z Downloaded thiserror-impl v1.0.69
9762026-08-25T08:57:03.339Z Downloaded toml_writer v1.1.1+spec-1.1.0
9772026-08-25T08:57:03.339Z Downloaded libtest-mimic v0.8.1
9782026-08-25T08:57:03.342Z Downloaded libsw v3.5.0
9792026-08-25T08:57:03.342Z Downloaded partial-io v0.5.4
9802026-08-25T08:57:03.342Z Downloaded foldhash v0.1.5
9812026-08-25T08:57:03.342Z Downloaded glob v0.3.3
9822026-08-25T08:57:03.346Z Downloaded tower-http v0.6.8
9832026-08-25T08:57:03.350Z Downloaded aho-corasick v1.1.4
9842026-08-25T08:57:03.353Z Downloaded peg v0.8.5
9852026-08-25T08:57:03.356Z Downloaded snafu v0.8.9
9862026-08-25T08:57:03.359Z Downloaded rcgen v0.12.1
9872026-08-25T08:57:03.359Z Downloaded nodrop v0.1.14
9882026-08-25T08:57:03.359Z Downloaded syn v1.0.109
9892026-08-25T08:57:03.366Z Downloaded void v1.0.2
9902026-08-25T08:57:03.369Z Downloaded sha3 v0.12.0
9912026-08-25T08:57:03.369Z Downloaded rayon v1.11.0
9922026-08-25T08:57:03.374Z Downloaded simd-adler32 v0.3.8
9932026-08-25T08:57:03.377Z Downloaded tokio-stream v0.1.18
9942026-08-25T08:57:03.380Z Downloaded rawzip v0.4.4
9952026-08-25T08:57:03.383Z Downloaded test-strategy v0.4.5
9962026-08-25T08:57:03.383Z Downloaded bzip2 v0.4.4
9972026-08-25T08:57:03.388Z Downloaded static_assertions v1.1.0
9982026-08-25T08:57:03.388Z Downloaded subtle v2.6.1
9992026-08-25T08:57:03.388Z Downloaded unicase v2.9.0
10002026-08-25T08:57:03.388Z Downloaded zmij v1.0.21
10012026-08-25T08:57:03.392Z Downloaded block-buffer v0.10.4
10022026-08-25T08:57:03.392Z Downloaded endian-type v0.1.2
10032026-08-25T08:57:03.392Z Downloaded pathdiff v0.2.3
10042026-08-25T08:57:03.392Z Downloaded take_mut v0.2.2
10052026-08-25T08:57:03.392Z Downloaded toml v0.7.8
10062026-08-25T08:57:03.392Z Downloaded once_cell v1.21.3
10072026-08-25T08:57:03.396Z Downloaded vte v0.14.1
10082026-08-25T08:57:03.396Z Downloaded blake2 v0.11.0-rc.6
10092026-08-25T08:57:03.396Z Downloaded rand_seeder v0.4.0
10102026-08-25T08:57:03.399Z Downloaded pest_generator v2.8.6
10112026-08-25T08:57:03.399Z Downloaded vsss-rs v3.3.4
10122026-08-25T08:57:03.402Z Downloaded tower-layer v0.3.3
10132026-08-25T08:57:03.402Z Downloaded document-features v0.2.12
10142026-08-25T08:57:03.402Z Downloaded sponge-cursor v0.1.0
10152026-08-25T08:57:03.402Z Downloaded futures-executor v0.3.32
10162026-08-25T08:57:03.405Z Downloaded anstyle-query v1.1.5
10172026-08-25T08:57:03.405Z Downloaded p521 v0.14.0
10182026-08-25T08:57:03.405Z Downloaded fancy-regex v0.14.0
10192026-08-25T08:57:03.408Z Downloaded nom v7.1.3
10202026-08-25T08:57:03.411Z Downloaded postgres-types v0.2.12
10212026-08-25T08:57:03.414Z Downloaded schemars v1.2.1
10222026-08-25T08:57:03.421Z Downloaded serde_spanned v0.6.9
10232026-08-25T08:57:03.424Z Downloaded fatfs v0.3.6
10242026-08-25T08:57:03.424Z Downloaded erased-serde v0.3.31
10252026-08-25T08:57:03.427Z Downloaded quinn-udp v0.5.14
10262026-08-25T08:57:03.427Z Downloaded num-integer v0.1.46
10272026-08-25T08:57:03.427Z Downloaded toml_edit v0.23.10+spec-1.0.0
10282026-08-25T08:57:03.431Z Downloaded primefield v0.14.0
10292026-08-25T08:57:03.434Z Downloaded spki v0.8.0
10302026-08-25T08:57:03.434Z Downloaded reqwest v0.12.28
10312026-08-25T08:57:03.439Z Downloaded schemars v0.9.0
10322026-08-25T08:57:03.444Z Downloaded rusty-fork v0.3.1
10332026-08-25T08:57:03.448Z Downloaded toml_edit v0.22.27
10342026-08-25T08:57:03.451Z Downloaded vergen v9.1.0
10352026-08-25T08:57:03.451Z Downloaded reedline v0.40.0
10362026-08-25T08:57:03.454Z Downloaded bzip2 v0.6.1
10372026-08-25T08:57:03.454Z Downloaded unicode-properties v0.1.4
10382026-08-25T08:57:03.458Z Downloaded yasna v0.5.2
10392026-08-25T08:57:03.458Z Downloaded nanorand v0.7.0
10402026-08-25T08:57:03.461Z Downloaded rustls-pki-types v1.14.0
10412026-08-25T08:57:03.464Z Downloaded knuffel v3.2.0
10422026-08-25T08:57:03.467Z Downloaded ron v0.8.1
10432026-08-25T08:57:03.471Z Downloaded rstest v0.25.0
10442026-08-25T08:57:03.476Z Downloaded proc-macro-error v1.0.4
10452026-08-25T08:57:03.479Z Downloaded unicode-normalization v0.1.25
10462026-08-25T08:57:03.482Z Downloaded mio v1.2.0
10472026-08-25T08:57:03.490Z Downloaded serde_json v1.0.151
10482026-08-25T08:57:03.495Z Downloaded tar v0.4.46
10492026-08-25T08:57:03.498Z Downloaded chacha20 v0.10.0
10502026-08-25T08:57:03.498Z Downloaded zerotrie v0.2.3
10512026-08-25T08:57:03.501Z Downloaded slog v2.8.2
10522026-08-25T08:57:03.504Z Downloaded salsa20 v0.11.0
10532026-08-25T08:57:03.504Z Downloaded drift v0.2.0
10542026-08-25T08:57:03.512Z Downloaded scuffle v0.1.0
10552026-08-25T08:57:03.515Z Downloaded ecdsa v0.17.0
10562026-08-25T08:57:03.528Z Downloaded futures-util v0.3.32
10572026-08-25T08:57:03.536Z Downloaded publicsuffix v2.3.0
10582026-08-25T08:57:03.539Z Downloaded libxml v0.3.3
10592026-08-25T08:57:03.541Z Downloaded typify v0.6.2
10602026-08-25T08:57:03.555Z Downloaded oxide-update-engine-types v0.1.2
10612026-08-25T08:57:03.560Z Downloaded serde_with v3.21.0
10622026-08-25T08:57:03.568Z Downloaded dropshot-api-manager v0.8.0
10632026-08-25T08:57:03.571Z Downloaded miniz_oxide v0.8.9
10642026-08-25T08:57:03.574Z Downloaded chacha20poly1305 v0.10.1
10652026-08-25T08:57:03.574Z Downloaded progenitor-impl v0.13.0
10662026-08-25T08:57:03.578Z Downloaded base64 v0.22.1
10672026-08-25T08:57:03.578Z Downloaded petname v2.0.2
10682026-08-25T08:57:03.581Z Downloaded git2 v0.20.4
10692026-08-25T08:57:03.585Z Downloaded rand v0.10.1
10702026-08-25T08:57:03.588Z Downloaded tabled v0.15.0
10712026-08-25T08:57:03.597Z Downloaded crypto-bigint v0.7.5
10722026-08-25T08:57:03.607Z Downloaded backtrace v0.3.76
10732026-08-25T08:57:03.612Z Downloaded zerocopy v0.7.35
10742026-08-25T08:57:03.619Z Downloaded winnow v0.6.26
10752026-08-25T08:57:03.625Z Downloaded zerocopy v0.8.55
10762026-08-25T08:57:03.637Z Downloaded salty v0.3.0
10772026-08-25T08:57:03.641Z Downloaded unicode_categories v0.1.1
10782026-08-25T08:57:03.644Z Downloaded hickory-proto v0.24.4
10792026-08-25T08:57:03.652Z Downloaded object v0.37.3
10802026-08-25T08:57:03.659Z Downloaded num-bigint v0.4.6
10812026-08-25T08:57:03.662Z Downloaded regex-syntax v0.6.29
10822026-08-25T08:57:03.666Z Downloaded unicode-width v0.1.14
10832026-08-25T08:57:03.670Z Downloaded curve25519-dalek v4.1.3
10842026-08-25T08:57:03.676Z Downloaded tough v0.22.0
10852026-08-25T08:57:03.680Z Downloaded regex v1.12.3
10862026-08-25T08:57:03.684Z Downloaded rustls v0.23.41
10872026-08-25T08:57:03.692Z Downloaded steno v0.4.1
10882026-08-25T08:57:03.696Z Downloaded aws-lc-rs v1.16.3
10892026-08-25T08:57:03.700Z Downloaded tower v0.5.3
10902026-08-25T08:57:03.706Z Downloaded hickory-proto v0.25.2
10912026-08-25T08:57:03.715Z Downloaded num-bigint-dig v0.8.6
10922026-08-25T08:57:03.718Z Downloaded russh v0.62.4
10932026-08-25T08:57:03.729Z Downloaded zlib-rs v0.6.2
10942026-08-25T08:57:03.736Z Downloaded smoltcp v0.9.1
10952026-08-25T08:57:03.742Z Downloaded aes-gcm v0.11.0
10962026-08-25T08:57:03.745Z Downloaded curve25519-dalek v5.0.0
10972026-08-25T08:57:03.770Z Downloaded libm v0.2.16
10982026-08-25T08:57:03.784Z Downloaded p384 v0.13.1
10992026-08-25T08:57:03.787Z Downloaded reqwest v0.13.2
11002026-08-25T08:57:03.792Z Downloaded winnow v0.7.14
11012026-08-25T08:57:03.798Z Downloaded unicode-width v0.2.0
11022026-08-25T08:57:03.801Z Downloaded polar-core v0.27.3
11032026-08-25T08:57:03.807Z Downloaded smoltcp v0.11.0
11042026-08-25T08:57:03.814Z Downloaded openapiv3 v2.2.0
11052026-08-25T08:57:03.821Z Downloaded bindgen v0.71.1
11062026-08-25T08:57:03.826Z Downloaded bstr v1.12.1
11072026-08-25T08:57:03.832Z Downloaded openssl v0.10.80
11082026-08-25T08:57:03.838Z Downloaded nix v0.31.2
11092026-08-25T08:57:03.846Z Downloaded bitvec v1.0.1
11102026-08-25T08:57:03.854Z Downloaded proptest v1.11.0
11112026-08-25T08:57:03.860Z Downloaded syn v2.0.117
11122026-08-25T08:57:03.867Z Downloaded lalrpop v0.19.12
11132026-08-25T08:57:03.874Z Downloaded object v0.30.4
11142026-08-25T08:57:03.880Z Downloaded quinn-proto v0.11.16
11152026-08-25T08:57:03.883Z Downloaded time v0.3.47
11162026-08-25T08:57:03.914Z Downloaded gimli v0.32.3
11172026-08-25T08:57:03.914Z Downloaded moka v0.12.13
11182026-08-25T08:57:03.914Z Downloaded diesel v2.3.7
11192026-08-25T08:57:03.918Z Downloaded nix v0.28.0
11202026-08-25T08:57:03.925Z Downloaded regress v0.11.1
11212026-08-25T08:57:03.929Z Downloaded vcpkg v0.2.15
11222026-08-25T08:57:03.952Z Downloaded radix_trie v0.2.1
11232026-08-25T08:57:03.955Z Downloaded rustix v0.38.44
11242026-08-25T08:57:03.967Z Downloaded sqlparser v0.61.0
11252026-08-25T08:57:03.973Z Downloaded tracing v0.1.44
11262026-08-25T08:57:03.986Z Downloaded nix v0.27.1
11272026-08-25T08:57:03.992Z Downloaded goblin v0.10.5
11282026-08-25T08:57:03.996Z Downloaded dropshot v0.17.1
11292026-08-25T08:57:04.009Z Downloaded regex-syntax v0.8.10
11302026-08-25T08:57:04.015Z Downloaded jiff v0.2.34
11312026-08-25T08:57:04.024Z Downloaded ratatui v0.29.0
11322026-08-25T08:57:04.035Z Downloaded rustix v1.1.4
11332026-08-25T08:57:04.047Z Downloaded typify-impl v0.6.2
11342026-08-25T08:57:04.056Z Downloaded syn v3.0.3
11352026-08-25T08:57:04.069Z Downloaded regress v0.10.5
11362026-08-25T08:57:04.086Z Downloaded zerocopy-derive v0.6.6
11372026-08-25T08:57:04.094Z Downloaded sha3 v0.10.8
11382026-08-25T08:57:04.130Z Downloaded bzip2-sys v0.1.13+1.0.8
11392026-08-25T08:57:04.205Z Downloaded sled v0.34.7
11402026-08-25T08:57:04.236Z Downloaded sha3 v0.11.0
11412026-08-25T08:57:04.239Z Downloaded regex-automata v0.4.14
11422026-08-25T08:57:04.247Z Downloaded httpmock v0.8.3
11432026-08-25T08:57:04.261Z Downloaded ring v0.17.14
11442026-08-25T08:57:04.284Z Downloaded libgit2-sys v0.18.3+1.9.2
11452026-08-25T08:57:04.317Z Downloaded petgraph v0.8.3
11462026-08-25T08:57:04.330Z Downloaded csv v1.4.0
11472026-08-25T08:57:04.343Z Downloaded libc v0.2.185
11482026-08-25T08:57:04.362Z Downloaded petgraph v0.6.5
11492026-08-25T08:57:04.375Z Downloaded libz-sys v1.1.24
11502026-08-25T08:57:04.385Z Downloaded chrono-tz v0.10.4
11512026-08-25T08:57:04.396Z Downloaded tokio v1.52.1
11522026-08-25T08:57:04.419Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11532026-08-25T08:57:04.431Z Downloaded encoding_rs v0.8.35
11542026-08-25T08:57:04.767Z Downloaded aws-lc-sys v0.40.0
11552026-08-25T08:57:05.186Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11562026-08-25T08:57:07.244Z Startup: Refreshing catalog 'helios' ... Done
11572026-08-25T08:57:07.760Z Startup: Caching catalogs ... Done
11582026-08-25T08:57:10.007ZPlanning: Solver setup ... Done (2.098s)
11592026-08-25T08:57:10.068ZPlanning: Running solver ... Done (0.062s)
11602026-08-25T08:57:10.119ZPlanning: Finding local manifests ... Done (0.003s)
11612026-08-25T08:57:10.132ZPlanning: Fetching manifests: 0/2 0% complete
11622026-08-25T08:57:10.156ZPlanning: Fetching manifests: 2/2 100% complete
11632026-08-25T08:57:10.171ZPlanning: Package planning ... Done (0.015s)
11642026-08-25T08:57:10.175ZPlanning: Merging actions ... Done (0.001s)
11652026-08-25T08:57:10.402ZPlanning: Checking for conflicting actions ... Done (0.229s)
11662026-08-25T08:57:10.405ZPlanning: Consolidating action changes ... Done (0.001s)
11672026-08-25T08:57:11.303ZPlanning: Evaluating mediators ... Done (0.899s)
11682026-08-25T08:57:11.306ZPlanning: Planning completed in 3.48 seconds
11692026-08-25T08:57:11.312Z Packages to install: 2
11702026-08-25T08:57:11.312Z Estimated space available: 155.73 GB
11712026-08-25T08:57:11.312ZEstimated space to be consumed: 80.56 MB
11722026-08-25T08:57:11.312Z Create boot environment: No
11732026-08-25T08:57:11.312ZCreate backup boot environment: No
11742026-08-25T08:57:11.312Z Rebuild boot archive: No
11752026-08-25T08:57:11.316Z
11762026-08-25T08:57:11.316ZChanged packages:
11772026-08-25T08:57:11.316Zhelios
11782026-08-25T08:57:11.316Z developer/build-essential
11792026-08-25T08:57:11.316Z None -> 11-3.0
11802026-08-25T08:57:11.316Z library/libxmlsec1
11812026-08-25T08:57:11.316Z None -> 1.2.35-3.0
11822026-08-25T08:57:11.340Z
11832026-08-25T08:57:11.340ZDownload: 0/214 items 0.0/1.3MB 0% complete
11842026-08-25T08:57:11.410ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
11852026-08-25T08:57:11.506Z Actions: 1/268 actions (Installing new actions)
11862026-08-25T08:57:11.545Z Actions: Completed 268 actions in 0.04 seconds.
11872026-08-25T08:57:11.583ZFinalize: Updating package state database ... Done (0.037s)
11882026-08-25T08:57:11.585ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-25T08:57:11.675ZFinalize: Updating image state ... Done (0.092s)
11902026-08-25T08:57:14.373ZFinalize: Creating fast lookup database ... Done (2.643s)
11912026-08-25T08:57:14.441ZFinalize: Reading search index ... Done (0.013s)
11922026-08-25T08:57:14.445ZFinalize: Updating search index ... Done (0.000s)
11932026-08-25T08:57:14.544ZFinalize: Updating package cache ... Done (0.000s)
11942026-08-25T08:57:14.923ZPlanning: Evaluating mediator changes ... Done
11952026-08-25T08:57:15.029ZPlanning: Checking for conflicting actions ... Done
11962026-08-25T08:57:15.033ZPlanning: Consolidating action changes ... Done
11972026-08-25T08:57:15.192ZPlanning: Evaluating mediators ... Done
11982026-08-25T08:57:15.196ZPlanning: Planning completed in 0.27 seconds
11992026-08-25T08:57:15.214Z Mediators to change: 2
12002026-08-25T08:57:15.214Z Create boot environment: No
12012026-08-25T08:57:15.214ZCreate backup boot environment: No
12022026-08-25T08:57:15.294ZFinalize: Updating package state database ... Done
12032026-08-25T08:57:15.295ZFinalize: Updating package cache ... Done
12042026-08-25T08:57:15.353ZFinalize: Updating image state ... Done
12052026-08-25T08:57:17.307ZFinalize: Creating fast lookup database ... Done
12062026-08-25T08:57:17.367ZFinalize: Reading search index ... Done
12072026-08-25T08:57:17.371ZFinalize: Updating search index ... Done
12082026-08-25T08:57:17.427ZFinalize: Updating package cache ... Done
12092026-08-25T08:57:17.716ZPlanning: Evaluating mediator changes ... Done
12102026-08-25T08:57:17.821ZPlanning: Checking for conflicting actions ... Done
12112026-08-25T08:57:17.824ZPlanning: Consolidating action changes ... Done
12122026-08-25T08:57:17.982ZPlanning: Evaluating mediators ... Done
12132026-08-25T08:57:17.985ZPlanning: Planning completed in 0.27 seconds
12142026-08-25T08:57:18.005Z Mediators to change: 1
12152026-08-25T08:57:18.005Z Create boot environment: No
12162026-08-25T08:57:18.005ZCreate backup boot environment: No
12172026-08-25T08:57:18.044ZFinalize: Updating package state database ... Done
12182026-08-25T08:57:18.044ZFinalize: Updating package cache ... Done
12192026-08-25T08:57:18.103ZFinalize: Updating image state ... Done
12202026-08-25T08:57:20.065ZFinalize: Creating fast lookup database ... Done
12212026-08-25T08:57:20.123ZFinalize: Reading search index ... Done
12222026-08-25T08:57:20.126ZFinalize: Updating search index ... Done
12232026-08-25T08:57:20.184ZFinalize: Updating package cache ... Done
12242026-08-25T08:57:20.499ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12252026-08-25T08:57:20.499Zapache system 2.4 system
12262026-08-25T08:57:20.499Zclang system 15 system
12272026-08-25T08:57:20.499Zcsh system system illumos
12282026-08-25T08:57:20.499Zctags system system illumos
12292026-08-25T08:57:20.499Zfile vendor vendor darwinsys
12302026-08-25T08:57:20.499Zfile system system illumos
12312026-08-25T08:57:20.500Zgcc vendor 14 vendor
12322026-08-25T08:57:20.500Zgcc system 13 system
12332026-08-25T08:57:20.500Zgcc system 10 system
12342026-08-25T08:57:20.500Zgo system 1.25 system
12352026-08-25T08:57:20.500Zllvm system 15 system
12362026-08-25T08:57:20.500Zmariadb system 11.4 system
12372026-08-25T08:57:20.500Zmta vendor vendor dma
12382026-08-25T08:57:20.500Zopenjdk system 17 system
12392026-08-25T08:57:20.500Zopenjdk system 11 system
12402026-08-25T08:57:20.500Zopenssl vendor 3 vendor
12412026-08-25T08:57:20.500Zperl system 5.40 system
12422026-08-25T08:57:20.500Zpostgresql system 18 system
12432026-08-25T08:57:20.500Zpostgresql system 17 system
12442026-08-25T08:57:20.500Zpython vendor 3 vendor
12452026-08-25T08:57:20.500Zpython system 2 system
12462026-08-25T08:57:20.500Zpython3 vendor 3.13 vendor
12472026-08-25T08:57:20.500Zruby system 3.4 system
12482026-08-25T08:57:20.500Zruby system 3.0 system
12492026-08-25T08:57:20.500Zwords vendor vendor american-english
12502026-08-25T08:57:20.500Zwords system system australian-english
12512026-08-25T08:57:20.500Zwords system system british-english
12522026-08-25T08:57:20.500Zwords system system canadian-english
12532026-08-25T08:57:20.500Zwords system system french
12542026-08-25T08:57:20.500Zwords system system italian
12552026-08-25T08:57:20.500Zwords system system ngerman
12562026-08-25T08:57:20.500Zwords system system ogerman
12572026-08-25T08:57:20.500Zwords system system spanish
12582026-08-25T08:57:20.753ZPUBLISHER TYPE STATUS P LOCATION
12592026-08-25T08:57:20.753Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12602026-08-25T08:57:21.254ZFMRI IFO
12612026-08-25T08:57:21.254Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12622026-08-25T08:57:21.254Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12632026-08-25T08:57:21.255Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12642026-08-25T08:57:21.255Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12652026-08-25T08:57:21.255Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12662026-08-25T08:57:21.255Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12672026-08-25T08:57:21.255Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12682026-08-25T08:57:21.255Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12692026-08-25T08:57:21.255Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12702026-08-25T08:57:21.889Z Downloading crates ...
12712026-08-25T08:57:21.936Z Downloaded cargo_toml v0.21.0
12722026-08-25T08:57:21.978Z Compiling proc-macro2 v1.0.106
12732026-08-25T08:57:21.978Z Compiling unicode-ident v1.0.24
12742026-08-25T08:57:21.978Z Compiling quote v1.0.45
12752026-08-25T08:57:21.982Z Compiling serde_core v1.0.229
12762026-08-25T08:57:21.982Z Compiling libc v0.2.185
12772026-08-25T08:57:21.982Z Compiling version_check v0.9.5
12782026-08-25T08:57:21.982Z Compiling memchr v2.8.0
12792026-08-25T08:57:21.982Z Compiling serde v1.0.229
12802026-08-25T08:57:21.982Z Compiling zmij v1.0.21
12812026-08-25T08:57:22.061Z Compiling itoa v1.0.17
12822026-08-25T08:57:22.064Z Compiling ucd-trie v0.1.7
12832026-08-25T08:57:22.064Z Compiling thiserror v1.0.69
12842026-08-25T08:57:22.064Z Compiling rustix v1.1.4
12852026-08-25T08:57:22.070Z Compiling byteorder v1.5.0
12862026-08-25T08:57:22.300Z Compiling serde_json v1.0.151
12872026-08-25T08:57:22.417Z Compiling bitflags v2.11.0
12882026-08-25T08:57:22.455Z Compiling usdt-impl v0.5.0
12892026-08-25T08:57:22.501Z Compiling pest v2.8.6
12902026-08-25T08:57:22.589Z Compiling proc-macro-error-attr v1.0.4
12912026-08-25T08:57:22.621Z Compiling camino v1.2.5
12922026-08-25T08:57:22.670Z Compiling syn v1.0.109
12932026-08-25T08:57:22.692Z Compiling proc-macro-error v1.0.4
12942026-08-25T08:57:22.713Z Compiling plain v0.2.3
12952026-08-25T08:57:22.744Z Compiling utf8parse v0.2.2
12962026-08-25T08:57:22.756Z Compiling getrandom v0.4.3
12972026-08-25T08:57:22.766Z Compiling equivalent v1.0.2
12982026-08-25T08:57:22.797Z Compiling log v0.4.33
12992026-08-25T08:57:22.898Z Compiling hashbrown v0.17.0
13002026-08-25T08:57:22.910Z Compiling anstyle-parse v1.0.0
13012026-08-25T08:57:22.933Z Compiling is_terminal_polyfill v1.70.2
13022026-08-25T08:57:22.955Z Compiling cfg-if v1.0.4
13032026-08-25T08:57:22.973Z Compiling thiserror v2.0.18
13042026-08-25T08:57:23.052Z Compiling winnow v0.7.14
13052026-08-25T08:57:23.056Z Compiling autocfg v1.5.0
13062026-08-25T08:57:23.074Z Compiling errno v0.3.14
13072026-08-25T08:57:23.078Z Compiling thread-id v4.2.2
13082026-08-25T08:57:23.096Z Compiling pretty-hex v0.4.1
13092026-08-25T08:57:23.100Z Compiling anstyle-query v1.1.5
13102026-08-25T08:57:23.119Z Compiling anstyle v1.0.14
13112026-08-25T08:57:23.143Z Compiling toml_write v0.1.2
13122026-08-25T08:57:23.155Z Compiling colorchoice v1.0.4
13132026-08-25T08:57:23.253Z Compiling fastrand v2.3.0
13142026-08-25T08:57:23.257Z Compiling heck v0.5.0
13152026-08-25T08:57:23.284Z Compiling once_cell v1.21.3
13162026-08-25T08:57:23.308Z Compiling anstream v1.0.0
13172026-08-25T08:57:23.369Z Compiling heck v0.4.1
13182026-08-25T08:57:23.494Z Compiling indexmap v2.14.0
13192026-08-25T08:57:23.531Z Compiling bytecount v0.6.9
13202026-08-25T08:57:23.552Z Compiling syn v2.0.117
13212026-08-25T08:57:23.564Z Compiling syn v3.0.3
13222026-08-25T08:57:23.583Z Compiling fs-err v3.3.0
13232026-08-25T08:57:23.586Z Compiling fnv v1.0.7
13242026-08-25T08:57:23.656Z Compiling strsim v0.11.1
13252026-08-25T08:57:23.660Z Compiling clap_lex v1.0.0
13262026-08-25T08:57:23.680Z Compiling pest_meta v2.8.6
13272026-08-25T08:57:23.683Z Compiling anyhow v1.0.104
13282026-08-25T08:57:23.709Z Compiling unicode-width v0.1.14
13292026-08-25T08:57:23.894Z Compiling memmap v0.7.0
13302026-08-25T08:57:23.904Z Compiling unicode-width v0.2.0
13312026-08-25T08:57:23.913Z Compiling unicode-linebreak v0.1.5
13322026-08-25T08:57:24.002Z Compiling papergrid v0.11.0
13332026-08-25T08:57:24.024Z Compiling smawk v0.3.2
13342026-08-25T08:57:24.114Z Compiling terminal_size v0.4.3
13352026-08-25T08:57:24.133Z Compiling tempfile v3.27.0
13362026-08-25T08:57:24.173Z Compiling swrite v0.1.0
13372026-08-25T08:57:24.226Z Compiling clap_builder v4.6.0
13382026-08-25T08:57:24.238Z Compiling textwrap v0.16.2
13392026-08-25T08:57:24.519Z Compiling semver v1.0.28
13402026-08-25T08:57:24.551Z Compiling cargo-platform v0.3.2
13412026-08-25T08:57:24.768Z Compiling camino-tempfile v1.4.1
13422026-08-25T08:57:25.023Z Compiling tabled_derive v0.7.0
13432026-08-25T08:57:25.152Z Compiling serde_derive v1.0.229
13442026-08-25T08:57:25.706Z Compiling tabled v0.15.0
13452026-08-25T08:57:25.746Z Compiling pest_generator v2.8.6
13462026-08-25T08:57:26.272Z Compiling thiserror-impl v1.0.69
13472026-08-25T08:57:26.273Z Compiling zerocopy-derive v0.7.35
13482026-08-25T08:57:26.277Z Compiling scroll_derive v0.12.1
13492026-08-25T08:57:26.277Z Compiling thiserror-impl v2.0.18
13502026-08-25T08:57:26.277Z Compiling clap_derive v4.6.1
13512026-08-25T08:57:26.313Z Compiling pest_derive v2.8.6
13522026-08-25T08:57:26.882Z Compiling scroll v0.12.0
13532026-08-25T08:57:26.970Z Compiling zerocopy v0.7.35
13542026-08-25T08:57:27.104Z Compiling goblin v0.8.2
13552026-08-25T08:57:27.249Z Compiling dtrace-parser v0.2.0
13562026-08-25T08:57:27.488Z Compiling toml_datetime v0.6.11
13572026-08-25T08:57:27.488Z Compiling serde_spanned v0.6.9
13582026-08-25T08:57:27.488Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13592026-08-25T08:57:27.492Z Compiling cargo_metadata v0.23.1
13602026-08-25T08:57:27.492Z Compiling macaddr v1.0.1
13612026-08-25T08:57:27.499Z Compiling dof v0.3.0
13622026-08-25T08:57:27.503Z Compiling serde_tokenstream v0.2.3
13632026-08-25T08:57:27.582Z Compiling clap v4.6.1
13642026-08-25T08:57:27.670Z Compiling toml_edit v0.22.27
13652026-08-25T08:57:28.170Z Compiling usdt-macro v0.5.0
13662026-08-25T08:57:28.174Z Compiling usdt-attr-macro v0.5.0
13672026-08-25T08:57:28.888Z Compiling toml v0.8.23
13682026-08-25T08:57:29.240Z Compiling cargo_toml v0.21.0
13692026-08-25T08:57:29.660Z Compiling usdt v0.5.0
13702026-08-25T08:57:30.560Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712026-08-25T08:57:32.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
13722026-08-25T08:57:32.689Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13732026-08-25T08:57:33.469Z Compiling serde_core v1.0.229
13742026-08-25T08:57:33.469Z Compiling libc v0.2.185
13752026-08-25T08:57:33.469Z Compiling serde v1.0.229
13762026-08-25T08:57:33.469Z Compiling log v0.4.33
13772026-08-25T08:57:33.469Z Compiling smallvec v1.15.1
13782026-08-25T08:57:33.472Z Compiling shlex v1.3.0
13792026-08-25T08:57:33.472Z Compiling find-msvc-tools v0.1.9
13802026-08-25T08:57:33.472Z Compiling subtle v2.6.1
13812026-08-25T08:57:33.472Z Compiling scopeguard v1.2.0
13822026-08-25T08:57:33.472Z Compiling stable_deref_trait v1.2.1
13832026-08-25T08:57:33.472Z Compiling zerocopy v0.8.55
13842026-08-25T08:57:33.472Z Compiling typenum v1.20.1
13852026-08-25T08:57:33.593Z Compiling portable-atomic v1.13.1
13862026-08-25T08:57:33.629Z Compiling serde_json v1.0.151
13872026-08-25T08:57:33.642Z Compiling syn v2.0.117
13882026-08-25T08:57:33.654Z Compiling syn v3.0.3
13892026-08-25T08:57:33.775Z Compiling lock_api v0.4.14
13902026-08-25T08:57:33.779Z Compiling critical-section v1.2.0
13912026-08-25T08:57:33.804Z Compiling libm v0.2.16
13922026-08-25T08:57:33.808Z Compiling num-traits v0.2.19
13932026-08-25T08:57:33.832Z Compiling pkg-config v0.3.32
13942026-08-25T08:57:33.867Z Compiling getrandom v0.4.3
13952026-08-25T08:57:33.900Z Compiling generic-array v0.14.7
13962026-08-25T08:57:33.944Z Compiling parking_lot_core v0.9.12
13972026-08-25T08:57:33.989Z Compiling rand_core v0.10.0
13982026-08-25T08:57:34.008Z Compiling pin-project-lite v0.2.17
13992026-08-25T08:57:34.033Z Compiling const-oid v0.9.6
14002026-08-25T08:57:34.096Z Compiling writeable v0.6.2
14012026-08-25T08:57:34.126Z Compiling percent-encoding v2.3.2
14022026-08-25T08:57:34.169Z Compiling litemap v0.8.1
14032026-08-25T08:57:34.172Z Compiling icu_normalizer_data v2.1.1
14042026-08-25T08:57:34.212Z Compiling icu_properties_data v2.1.2
14052026-08-25T08:57:34.287Z Compiling futures-core v0.3.32
14062026-08-25T08:57:34.301Z Compiling getrandom v0.3.4
14072026-08-25T08:57:34.312Z Compiling rustix v1.1.4
14082026-08-25T08:57:34.327Z Compiling utf8_iter v1.0.4
14092026-08-25T08:57:34.363Z Compiling futures-sink v0.3.32
14102026-08-25T08:57:34.390Z Compiling form_urlencoded v1.2.2
14112026-08-25T08:57:34.458Z Compiling futures-channel v0.3.32
14122026-08-25T08:57:34.480Z Compiling futures-task v0.3.32
14132026-08-25T08:57:34.494Z Compiling slab v0.4.12
14142026-08-25T08:57:34.498Z Compiling futures-io v0.3.32
14152026-08-25T08:57:34.523Z Compiling rustversion v1.0.22
14162026-08-25T08:57:34.574Z Compiling iana-time-zone v0.1.65
14172026-08-25T08:57:34.589Z Compiling base64ct v1.8.3
14182026-08-25T08:57:34.665Z Compiling errno v0.3.14
14192026-08-25T08:57:34.684Z Compiling jobserver v0.1.34
14202026-08-25T08:57:34.687Z Compiling getrandom v0.2.17
14212026-08-25T08:57:34.745Z Compiling once_cell v1.21.3
14222026-08-25T08:57:34.769Z Compiling mio v1.2.0
14232026-08-25T08:57:34.836Z Compiling signal-hook-registry v1.4.8
14242026-08-25T08:57:34.849Z Compiling rand_core v0.6.4
14252026-08-25T08:57:34.879Z Compiling socket2 v0.6.3
14262026-08-25T08:57:34.924Z Compiling cc v1.2.56
14272026-08-25T08:57:34.954Z Compiling parking_lot v0.12.5
14282026-08-25T08:57:35.017Z Compiling regex-syntax v0.8.10
14292026-08-25T08:57:35.028Z Compiling pem-rfc7468 v0.7.0
14302026-08-25T08:57:35.076Z Compiling ident_case v1.0.1
14312026-08-25T08:57:35.128Z Compiling flagset v0.4.7
14322026-08-25T08:57:35.144Z Compiling dunce v1.0.5
14332026-08-25T08:57:35.232Z Compiling rand_core v0.9.5
14342026-08-25T08:57:35.255Z Compiling fs_extra v1.3.0
14352026-08-25T08:57:35.280Z Compiling base64 v0.22.1
14362026-08-25T08:57:35.294Z Compiling vcpkg v0.2.15
14372026-08-25T08:57:35.295Z Compiling syn v1.0.109
14382026-08-25T08:57:35.320Z Compiling dyn-clone v1.0.20
14392026-08-25T08:57:35.333Z Compiling schemars v0.8.22
14402026-08-25T08:57:35.377Z Compiling tracing-core v0.1.36
14412026-08-25T08:57:35.395Z Compiling simd-adler32 v0.3.8
14422026-08-25T08:57:35.472Z Compiling aws-lc-rs v1.16.3
14432026-08-25T08:57:35.524Z Compiling cpufeatures v0.2.17
14442026-08-25T08:57:35.541Z Compiling spin v0.9.8
14452026-08-25T08:57:35.583Z Compiling tinyvec_macros v0.1.1
14462026-08-25T08:57:35.612Z Compiling cmov v0.5.4
14472026-08-25T08:57:35.628Z Compiling adler2 v2.0.1
14482026-08-25T08:57:35.631Z Compiling crc32fast v1.5.0
14492026-08-25T08:57:35.657Z Compiling cmake v0.1.57
14502026-08-25T08:57:35.675Z Compiling httparse v1.10.1
14512026-08-25T08:57:35.697Z Compiling bitflags v2.11.0
14522026-08-25T08:57:35.771Z Compiling semver v1.0.28
14532026-08-25T08:57:35.784Z Compiling indexmap v2.14.0
14542026-08-25T08:57:35.788Z Compiling uuid v1.23.4
14552026-08-25T08:57:35.858Z Compiling openssl-probe v0.2.1
14562026-08-25T08:57:35.956Z Compiling ctutils v0.4.2
14572026-08-25T08:57:36.012Z Compiling rustc_version v0.4.1
14582026-08-25T08:57:36.027Z Compiling miniz_oxide v0.8.9
14592026-08-25T08:57:36.059Z Compiling tinyvec v1.10.0
14602026-08-25T08:57:36.075Z Compiling aho-corasick v1.1.4
14612026-08-25T08:57:36.100Z Compiling untrusted v0.7.1
14622026-08-25T08:57:36.114Z Compiling tower-layer v0.3.3
14632026-08-25T08:57:36.225Z Compiling try-lock v0.2.5
14642026-08-25T08:57:36.243Z Compiling tower-service v0.3.3
14652026-08-25T08:57:36.289Z Compiling radium v0.7.0
14662026-08-25T08:57:36.345Z Compiling atomic-waker v1.1.2
14672026-08-25T08:57:36.360Z Compiling want v0.3.1
14682026-08-25T08:57:36.464Z Compiling wait-timeout v0.2.1
14692026-08-25T08:57:36.487Z Compiling synstructure v0.13.2
14702026-08-25T08:57:36.515Z Compiling aws-lc-sys v0.40.0
14712026-08-25T08:57:36.529Z Compiling serde_derive_internals v0.29.1
14722026-08-25T08:57:36.549Z Compiling openssl-sys v0.9.117
14732026-08-25T08:57:36.562Z Compiling pest_generator v2.8.6
14742026-08-25T08:57:36.662Z Compiling darling_core v0.20.11
14752026-08-25T08:57:36.676Z Compiling foreign-types-shared v0.1.1
14762026-08-25T08:57:36.690Z Compiling httpdate v1.0.3
14772026-08-25T08:57:36.746Z Compiling quick-error v1.2.3
14782026-08-25T08:57:36.776Z Compiling maybe-uninit v2.0.0
14792026-08-25T08:57:36.868Z Compiling tempfile v3.27.0
14802026-08-25T08:57:36.883Z Compiling terminal_size v0.4.3
14812026-08-25T08:57:36.934Z Compiling regex-automata v0.4.14
14822026-08-25T08:57:37.042Z Compiling rustls v0.23.41
14832026-08-25T08:57:37.078Z Compiling tap v1.0.1
14842026-08-25T08:57:37.094Z Compiling bit-vec v0.8.0
14852026-08-25T08:57:37.130Z Compiling untrusted v0.9.0
14862026-08-25T08:57:37.178Z Compiling serde_derive v1.0.229
14872026-08-25T08:57:37.202Z Compiling openssl v0.10.80
14882026-08-25T08:57:37.239Z Compiling wyz v0.5.1
14892026-08-25T08:57:37.259Z Compiling rusty-fork v0.3.1
14902026-08-25T08:57:37.274Z Compiling foreign-types v0.3.2
14912026-08-25T08:57:37.330Z Compiling bit-set v0.8.0
14922026-08-25T08:57:37.375Z Compiling bzip2-sys v0.1.13+1.0.8
14932026-08-25T08:57:37.415Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-08-25T08:57:37.430Z Compiling unicode-normalization v0.1.25
14952026-08-25T08:57:37.445Z Compiling num-integer v0.1.46
14962026-08-25T08:57:37.484Z Compiling rand_xorshift v0.4.0
14972026-08-25T08:57:37.510Z Compiling ahash v0.8.12
14982026-08-25T08:57:37.567Z Compiling unarray v0.1.4
14992026-08-25T08:57:37.592Z Compiling num-conv v0.2.0
15002026-08-25T08:57:37.672Z Compiling funty v2.0.0
15012026-08-25T08:57:37.685Z Compiling native-tls v0.2.18
15022026-08-25T08:57:37.698Z Compiling packed_struct v0.10.1
15032026-08-25T08:57:37.737Z Compiling time-core v0.1.8
15042026-08-25T08:57:37.743Z Compiling paste v1.0.15
15052026-08-25T08:57:37.794Z Compiling powerfmt v0.2.0
15062026-08-25T08:57:37.809Z Compiling num-bigint-dig v0.8.6
15072026-08-25T08:57:37.909Z Compiling num-iter v0.1.45
15082026-08-25T08:57:37.923Z Compiling time-macros v0.2.27
15092026-08-25T08:57:37.967Z Compiling deranged v0.5.8
15102026-08-25T08:57:37.995Z Compiling bitvec v1.0.1
15112026-08-25T08:57:38.014Z Compiling clap_builder v4.6.0
15122026-08-25T08:57:38.073Z Compiling lazy_static v1.5.0
15132026-08-25T08:57:38.099Z Compiling slog v2.8.2
15142026-08-25T08:57:38.141Z Compiling sync_wrapper v1.0.2
15152026-08-25T08:57:38.181Z Compiling indexmap v1.9.3
15162026-08-25T08:57:38.209Z Compiling zeroize_derive v1.5.0
15172026-08-25T08:57:38.262Z Compiling zerocopy-derive v0.8.55
15182026-08-25T08:57:38.277Z Compiling zerofrom-derive v0.1.6
15192026-08-25T08:57:38.299Z Compiling yoke-derive v0.8.1
15202026-08-25T08:57:38.382Z Compiling zerovec-derive v0.11.2
15212026-08-25T08:57:38.845Z Compiling displaydoc v0.2.5
15222026-08-25T08:57:38.876Z Compiling tokio-macros v2.7.0
15232026-08-25T08:57:38.956Z Compiling futures-macro v0.3.32
15242026-08-25T08:57:39.002Z Compiling der_derive v0.7.3
15252026-08-25T08:57:39.015Z Compiling thiserror-impl v2.0.18
15262026-08-25T08:57:39.472Z Compiling tracing-attributes v0.1.31
15272026-08-25T08:57:39.495Z Compiling schemars_derive v0.8.22
15282026-08-25T08:57:39.524Z Compiling scroll_derive v0.13.1
15292026-08-25T08:57:39.634Z Compiling pest_derive v2.8.6
15302026-08-25T08:57:39.659Z Compiling darling_macro v0.20.11
15312026-08-25T08:57:39.703Z Compiling zerofrom v0.1.6
15322026-08-25T08:57:39.723Z Compiling thiserror-impl v1.0.69
15332026-08-25T08:57:39.792Z Compiling futures-util v0.3.32
15342026-08-25T08:57:39.847Z Compiling yoke v0.8.1
15352026-08-25T08:57:40.012Z Compiling zerovec v0.11.5
15362026-08-25T08:57:40.053Z Compiling zerotrie v0.2.3
15372026-08-25T08:57:40.122Z Compiling openssl-macros v0.1.1
15382026-08-25T08:57:40.241Z Compiling darling v0.20.11
15392026-08-25T08:57:40.341Z Compiling packed_struct_codegen v0.10.1
15402026-08-25T08:57:40.400Z Compiling bitfield-macros v0.19.4
15412026-08-25T08:57:40.417Z Compiling scroll v0.13.0
15422026-08-25T08:57:40.432Z Compiling thiserror v2.0.18
15432026-08-25T08:57:40.553Z Compiling zerocopy-derive v0.6.6
15442026-08-25T08:57:40.624Z Compiling zeroize v1.9.0
15452026-08-25T08:57:40.643Z Compiling bytes v1.11.1
15462026-08-25T08:57:40.675Z Compiling tinystr v0.8.2
15472026-08-25T08:57:40.703Z Compiling potential_utf v0.1.4
15482026-08-25T08:57:40.870Z Compiling icu_locale_core v2.1.1
15492026-08-25T08:57:40.889Z Compiling icu_collections v2.1.1
15502026-08-25T08:57:40.907Z Compiling chrono v0.4.45
15512026-08-25T08:57:40.921Z Compiling der v0.7.10
15522026-08-25T08:57:41.107Z Compiling tracing v0.1.44
15532026-08-25T08:57:41.129Z Compiling tokio v1.52.1
15542026-08-25T08:57:41.145Z Compiling http v1.4.2
15552026-08-25T08:57:41.168Z Compiling rustls-pki-types v1.14.0
15562026-08-25T08:57:41.284Z Compiling hybrid-array v0.4.13
15572026-08-25T08:57:41.396Z Compiling crypto-common v0.1.7
15582026-08-25T08:57:41.410Z Compiling block-buffer v0.10.4
15592026-08-25T08:57:41.448Z Compiling ipnet v2.12.0
15602026-08-25T08:57:41.463Z Compiling hex v0.4.3
15612026-08-25T08:57:41.478Z Compiling thiserror v1.0.69
15622026-08-25T08:57:41.568Z Compiling icu_provider v2.1.1
15632026-08-25T08:57:41.595Z Compiling digest v0.10.7
15642026-08-25T08:57:41.609Z Compiling goblin v0.10.5
15652026-08-25T08:57:41.754Z Compiling serde_spanned v0.6.9
15662026-08-25T08:57:41.786Z Compiling spki v0.7.3
15672026-08-25T08:57:41.871Z Compiling icu_properties v2.1.2
15682026-08-25T08:57:41.885Z Compiling icu_normalizer v2.1.1
15692026-08-25T08:57:41.916Z Compiling http-body v1.0.1
15702026-08-25T08:57:41.963Z Compiling pkcs8 v0.10.2
15712026-08-25T08:57:42.025Z Compiling sha2 v0.10.9
15722026-08-25T08:57:42.081Z Compiling signature v2.2.0
15732026-08-25T08:57:42.095Z Compiling hmac v0.12.1
15742026-08-25T08:57:42.113Z Compiling toml_datetime v0.6.11
15752026-08-25T08:57:42.157Z Compiling clap_derive v4.6.1
15762026-08-25T08:57:42.184Z Compiling crc-catalog v2.4.0
15772026-08-25T08:57:42.256Z Compiling unicode-segmentation v1.12.0
15782026-08-25T08:57:42.273Z Compiling num_threads v0.1.7
15792026-08-25T08:57:42.289Z Compiling siphasher v1.0.2
15802026-08-25T08:57:42.292Z Compiling object v0.37.3
15812026-08-25T08:57:42.332Z Compiling crossbeam-utils v0.8.21
15822026-08-25T08:57:42.386Z Compiling zlib-rs v0.6.2
15832026-08-25T08:57:42.387Z Compiling nodrop v0.1.14
15842026-08-25T08:57:42.453Z Compiling usdt-impl v0.6.0
15852026-08-25T08:57:42.497Z Compiling array-init v0.0.4
15862026-08-25T08:57:42.511Z Compiling time v0.3.47
15872026-08-25T08:57:42.641Z Compiling crc v3.4.0
15882026-08-25T08:57:42.668Z Compiling pkcs1 v0.7.5
15892026-08-25T08:57:42.684Z Compiling http-body-util v0.1.3
15902026-08-25T08:57:42.857Z Compiling ppv-lite86 v0.2.21
15912026-08-25T08:57:42.872Z Compiling idna_adapter v1.2.1
15922026-08-25T08:57:42.959Z Compiling zerocopy v0.6.6
15932026-08-25T08:57:43.003Z Compiling idna v1.1.0
15942026-08-25T08:57:43.027Z Compiling bitfield v0.19.4
15952026-08-25T08:57:43.077Z Compiling erased-serde v0.3.31
15962026-08-25T08:57:43.192Z Compiling rand_chacha v0.9.0
15972026-08-25T08:57:43.206Z Compiling rand_chacha v0.3.1
15982026-08-25T08:57:43.300Z Compiling url v2.5.8
15992026-08-25T08:57:43.341Z Compiling dtrace-parser v0.3.0
16002026-08-25T08:57:43.378Z Compiling derive_builder_core v0.20.2
16012026-08-25T08:57:43.570Z Compiling rand v0.9.2
16022026-08-25T08:57:43.665Z Compiling rand v0.8.6
16032026-08-25T08:57:43.941Z Compiling clap v4.6.1
16042026-08-25T08:57:44.080Z Compiling structmeta-derive v0.3.0
16052026-08-25T08:57:44.095Z Compiling scroll_derive v0.12.1
16062026-08-25T08:57:44.098Z Compiling smallvec v0.6.14
16072026-08-25T08:57:44.137Z Compiling proptest v1.11.0
16082026-08-25T08:57:44.248Z Compiling daft-derive v0.1.8
16092026-08-25T08:57:44.314Z Compiling dof v0.4.0
16102026-08-25T08:57:44.347Z Compiling darling_core v0.23.0
16112026-08-25T08:57:44.479Z Compiling heapless v0.7.17
16122026-08-25T08:57:44.634Z Compiling ipnetwork v0.21.1
16132026-08-25T08:57:44.670Z Compiling thread-id v5.1.0
16142026-08-25T08:57:44.740Z Compiling env_filter v2.0.0
16152026-08-25T08:57:44.765Z Compiling cookie v0.18.1
16162026-08-25T08:57:44.780Z Compiling iri-string v0.7.10
16172026-08-25T08:57:44.910Z Compiling tokio-util v0.7.18
16182026-08-25T08:57:44.972Z Compiling tower v0.5.3
16192026-08-25T08:57:44.976Z Compiling oxnet v0.1.6
16202026-08-25T08:57:45.041Z Compiling anyhow v1.0.104
16212026-08-25T08:57:45.055Z Compiling winnow v0.5.40
16222026-08-25T08:57:45.174Z Compiling gimli v0.32.3
16232026-08-25T08:57:45.222Z Compiling unicode-bidi v0.3.18
16242026-08-25T08:57:45.418Z Compiling flate2 v1.1.9
16252026-08-25T08:57:45.499Z Compiling base64 v0.21.7
16262026-08-25T08:57:45.537Z Compiling signal-hook v0.3.18
16272026-08-25T08:57:45.540Z Compiling zstd-safe v7.2.4
16282026-08-25T08:57:45.682Z Compiling h2 v0.4.15
16292026-08-25T08:57:45.728Z Compiling hashbrown v0.12.3
16302026-08-25T08:57:45.764Z Compiling unicode-properties v0.1.4
16312026-08-25T08:57:45.793Z Compiling allocator-api2 v0.2.21
16322026-08-25T08:57:45.850Z Compiling ryu v1.0.23
16332026-08-25T08:57:45.888Z Compiling ron v0.8.1
16342026-08-25T08:57:45.945Z Compiling stringprep v0.1.5
16352026-08-25T08:57:45.998Z Compiling tower-http v0.6.8
16362026-08-25T08:57:46.021Z Compiling serde_urlencoded v0.7.1
16372026-08-25T08:57:46.152Z Compiling rsa v0.9.10
16382026-08-25T08:57:46.277Z Compiling structmeta v0.3.0
16392026-08-25T08:57:46.399Z Compiling toml_edit v0.19.15
16402026-08-25T08:57:46.472Z Compiling env_logger v0.11.11
16412026-08-25T08:57:46.517Z Compiling tokio-native-tls v0.3.1
16422026-08-25T08:57:46.553Z Compiling scroll v0.12.0
16432026-08-25T08:57:46.617Z Compiling newtype-uuid v1.3.2
16442026-08-25T08:57:46.631Z Compiling serde-hex v0.1.0
16452026-08-25T08:57:46.720Z Compiling derive_builder_macro v0.20.2
16462026-08-25T08:57:46.846Z Compiling daft v0.1.8
16472026-08-25T08:57:46.870Z Compiling bzip2 v0.4.4
16482026-08-25T08:57:46.902Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16492026-08-25T08:57:46.918Z Compiling darling_macro v0.23.0
16502026-08-25T08:57:46.979Z Compiling addr2line v0.25.1
16512026-08-25T08:57:46.994Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-08-25T08:57:47.107Z Compiling hashbrown v0.13.2
16532026-08-25T08:57:47.197Z Compiling camino v1.2.5
16542026-08-25T08:57:47.241Z Compiling crypto-common v0.2.2
16552026-08-25T08:57:47.305Z Compiling block-padding v0.4.2
16562026-08-25T08:57:47.335Z Compiling block-buffer v0.12.1
16572026-08-25T08:57:47.445Z Compiling x509-cert v0.2.5
16582026-08-25T08:57:47.496Z Compiling md-5 v0.10.6
16592026-08-25T08:57:47.553Z Compiling rustls-native-certs v0.8.3
16602026-08-25T08:57:47.605Z Compiling serde_tokenstream v0.2.3
16612026-08-25T08:57:47.619Z Compiling bstr v1.12.1
16622026-08-25T08:57:47.681Z Compiling async-trait v0.1.89
16632026-08-25T08:57:47.695Z Compiling zerocopy-derive v0.7.35
16642026-08-25T08:57:47.866Z Compiling pin-project-internal v1.1.11
16652026-08-25T08:57:47.942Z Compiling curve25519-dalek v4.1.3
16662026-08-25T08:57:48.274Z Compiling vergen-lib v9.1.0
16672026-08-25T08:57:48.291Z Compiling hash32 v0.2.1
16682026-08-25T08:57:48.409Z Compiling memoffset v0.9.1
16692026-08-25T08:57:48.476Z Compiling encoding_rs v0.8.35
16702026-08-25T08:57:48.501Z Compiling cfg_aliases v0.2.1
16712026-08-25T08:57:48.587Z Compiling owo-colors v4.3.0
16722026-08-25T08:57:48.602Z Compiling fallible-iterator v0.2.0
16732026-08-25T08:57:48.624Z Compiling rustix v0.38.44
16742026-08-25T08:57:48.714Z Compiling crc-any v2.5.0
16752026-08-25T08:57:48.922Z Compiling hyper v1.10.1
16762026-08-25T08:57:48.926Z Compiling smoltcp v0.9.1
16772026-08-25T08:57:48.961Z Compiling rustc-demangle v0.1.27
16782026-08-25T08:57:48.997Z Compiling ref-cast v1.0.25
16792026-08-25T08:57:49.001Z Compiling mime v0.3.17
16802026-08-25T08:57:49.024Z Compiling psl-types v2.0.11
16812026-08-25T08:57:49.087Z Compiling litrs v1.0.0
16822026-08-25T08:57:49.102Z Compiling pin-project v1.1.11
16832026-08-25T08:57:49.167Z Compiling publicsuffix v2.3.0
16842026-08-25T08:57:49.302Z Compiling postgres-protocol v0.6.10
16852026-08-25T08:57:49.320Z Compiling zerocopy v0.7.35
16862026-08-25T08:57:49.349Z Compiling nix v0.31.2
16872026-08-25T08:57:49.426Z Compiling toml v0.7.8
16882026-08-25T08:57:49.442Z Compiling object v0.30.4
16892026-08-25T08:57:49.499Z Compiling darling v0.23.0
16902026-08-25T08:57:49.598Z Compiling inout v0.2.2
16912026-08-25T08:57:49.621Z Compiling document-features v0.2.12
16922026-08-25T08:57:49.757Z Compiling backtrace v0.3.76
16932026-08-25T08:57:49.804Z Compiling derive_builder v0.20.2
16942026-08-25T08:57:49.879Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16952026-08-25T08:57:49.899Z Compiling zip v0.6.6
16962026-08-25T08:57:49.914Z Compiling goblin v0.8.2
16972026-08-25T08:57:49.953Z Compiling derive-ex v0.1.8
16982026-08-25T08:57:50.043Z Compiling convert_case v0.10.0
16992026-08-25T08:57:50.226Z Compiling hyper-util v0.1.20
17002026-08-25T08:57:50.241Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17012026-08-25T08:57:50.263Z Compiling phf_shared v0.13.1
17022026-08-25T08:57:50.401Z Compiling futures-executor v0.3.32
17032026-08-25T08:57:50.416Z Compiling hubpack_derive v0.1.1
17042026-08-25T08:57:50.419Z Compiling regex v1.12.3
17052026-08-25T08:57:50.506Z Compiling ref-cast-impl v1.0.25
17062026-08-25T08:57:50.527Z Compiling strum_macros v0.27.2
17072026-08-25T08:57:50.574Z Compiling snafu-derive v0.8.9
17082026-08-25T08:57:50.642Z Compiling curve25519-dalek-derive v0.1.1
17092026-08-25T08:57:50.687Z Compiling vergen v9.1.0
17102026-08-25T08:57:50.892Z Compiling cargo-platform v0.3.2
17112026-08-25T08:57:50.892Z Compiling ff v0.13.1
17122026-08-25T08:57:50.923Z Compiling fs-err v3.3.0
17132026-08-25T08:57:50.974Z Compiling libbz2-rs-sys v0.2.2
17142026-08-25T08:57:51.069Z Compiling bumpalo v3.20.2
17152026-08-25T08:57:51.096Z Compiling foldhash v0.2.0
17162026-08-25T08:57:51.138Z Compiling is_ci v1.2.0
17172026-08-25T08:57:51.194Z Compiling base16ct v0.2.0
17182026-08-25T08:57:51.296Z Compiling bitflags v1.3.2
17192026-08-25T08:57:51.339Z Compiling foldhash v0.1.5
17202026-08-25T08:57:51.343Z Compiling path-slash v0.1.5
17212026-08-25T08:57:51.368Z Compiling managed v0.8.0
17222026-08-25T08:57:51.383Z Compiling either v1.15.0
17232026-08-25T08:57:51.396Z Compiling same-file v1.0.6
17242026-08-25T08:57:51.504Z Compiling jiff-core v0.1.0
17252026-08-25T08:57:51.534Z Compiling walkdir v2.5.0
17262026-08-25T08:57:51.596Z Compiling textwrap v0.16.2
17272026-08-25T08:57:51.610Z Compiling hashbrown v0.15.5
17282026-08-25T08:57:51.614Z Compiling bzip2 v0.6.1
17292026-08-25T08:57:51.679Z Compiling hyper-tls v0.6.0
17302026-08-25T08:57:51.732Z Compiling test-strategy v0.4.5
17312026-08-25T08:57:51.852Z Compiling reqwest v0.12.28
17322026-08-25T08:57:51.870Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17332026-08-25T08:57:52.030Z Compiling sec1 v0.7.3
17342026-08-25T08:57:52.077Z Compiling zopfli v0.8.3
17352026-08-25T08:57:52.196Z Compiling dof v0.3.0
17362026-08-25T08:57:52.331Z Compiling jiff v0.2.34
17372026-08-25T08:57:52.406Z Compiling hashbrown v0.16.1
17382026-08-25T08:57:52.440Z Compiling supports-color v3.0.2
17392026-08-25T08:57:52.574Z Compiling snafu v0.8.9
17402026-08-25T08:57:52.597Z Compiling strum v0.27.2
17412026-08-25T08:57:52.729Z Compiling cargo_metadata v0.23.1
17422026-08-25T08:57:52.743Z Compiling group v0.13.0
17432026-08-25T08:57:52.759Z Compiling hubpack v0.1.2
17442026-08-25T08:57:52.792Z Compiling futures v0.3.32
17452026-08-25T08:57:52.886Z Compiling phf v0.13.1
17462026-08-25T08:57:52.931Z Compiling derive_more-impl v2.1.1
17472026-08-25T08:57:52.946Z Compiling cookie_store v0.22.1
17482026-08-25T08:57:52.959Z Compiling signal-hook-mio v0.2.5
17492026-08-25T08:57:53.020Z Compiling backtrace-ext v0.2.1
17502026-08-25T08:57:53.063Z Compiling zstd v0.13.3
17512026-08-25T08:57:53.118Z Compiling cipher v0.5.2
17522026-08-25T08:57:53.210Z Compiling postgres-types v0.2.12
17532026-08-25T08:57:53.252Z Compiling serde_with_macros v3.21.0
17542026-08-25T08:57:53.435Z Compiling globset v0.4.18
17552026-08-25T08:57:53.450Z Compiling usdt-attr-macro v0.6.0
17562026-08-25T08:57:53.472Z Compiling usdt-macro v0.6.0
17572026-08-25T08:57:53.616Z Compiling byte-wrapper v0.1.0
17582026-08-25T08:57:53.776Z Compiling phf_shared v0.11.3
17592026-08-25T08:57:53.973Z Compiling hkdf v0.12.4
17602026-08-25T08:57:53.988Z Compiling ed25519 v2.2.3
17612026-08-25T08:57:54.093Z Compiling dtrace-parser v0.2.0
17622026-08-25T08:57:54.107Z Compiling crypto-bigint v0.5.5
17632026-08-25T08:57:54.124Z Compiling serde_plain v1.0.2
17642026-08-25T08:57:54.145Z Compiling serde-big-array v0.5.1
17652026-08-25T08:57:54.167Z Compiling olpc-cjson v0.1.4
17662026-08-25T08:57:54.279Z Compiling serde_repr v0.1.20
17672026-08-25T08:57:54.303Z Compiling strum_macros v0.26.4
17682026-08-25T08:57:54.323Z Compiling enum-as-inner v0.6.1
17692026-08-25T08:57:54.340Z Compiling async-recursion v1.1.1
17702026-08-25T08:57:54.355Z Compiling miette-derive v7.6.0
17712026-08-25T08:57:54.434Z Compiling pem v3.0.6
17722026-08-25T08:57:54.472Z Compiling float-cmp v0.10.0
17732026-08-25T08:57:54.647Z Compiling memmap2 v0.9.10
17742026-08-25T08:57:54.776Z Compiling thread-id v4.2.2
17752026-08-25T08:57:54.849Z Compiling data-encoding v2.10.0
17762026-08-25T08:57:54.867Z Compiling predicates-core v1.0.10
17772026-08-25T08:57:54.885Z Compiling fixedbitset v0.5.7
17782026-08-25T08:57:54.885Z Compiling typed-path v0.9.3
17792026-08-25T08:57:54.913Z Compiling difflib v0.4.0
17802026-08-25T08:57:54.917Z Compiling keccak v0.1.6
17812026-08-25T08:57:54.941Z Compiling normalize-line-endings v0.3.0
17822026-08-25T08:57:55.041Z Compiling fixedbitset v0.4.2
17832026-08-25T08:57:55.055Z Compiling precomputed-hash v0.1.1
17842026-08-25T08:57:55.068Z Compiling const-oid v0.10.2
17852026-08-25T08:57:55.160Z Compiling new_debug_unreachable v1.0.6
17862026-08-25T08:57:55.231Z Compiling winnow v1.0.3
17872026-08-25T08:57:55.300Z Compiling cpufeatures v0.3.0
17882026-08-25T08:57:55.313Z Compiling supports-hyperlinks v3.2.0
17892026-08-25T08:57:55.327Z Compiling static_assertions v1.1.0
17902026-08-25T08:57:55.358Z Compiling supports-unicode v3.0.0
17912026-08-25T08:57:55.391Z Compiling whoami v2.1.0
17922026-08-25T08:57:55.418Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17932026-08-25T08:57:55.490Z Compiling chacha20 v0.10.0
17942026-08-25T08:57:55.523Z Compiling toml_edit v0.22.27
17952026-08-25T08:57:55.537Z Compiling string_cache v0.8.9
17962026-08-25T08:57:55.605Z Compiling miette v7.6.0
17972026-08-25T08:57:55.626Z Compiling tokio-postgres v0.7.16
17982026-08-25T08:57:55.650Z Compiling petgraph v0.6.5
17992026-08-25T08:57:55.739Z Compiling digest v0.11.3
18002026-08-25T08:57:55.794Z Compiling hickory-proto v0.25.2
18012026-08-25T08:57:55.808Z Compiling predicates v3.1.4
18022026-08-25T08:57:55.907Z Compiling petgraph v0.8.3
18032026-08-25T08:57:55.968Z Compiling sha3 v0.10.8
18042026-08-25T08:57:55.990Z Compiling elliptic-curve v0.13.8
18052026-08-25T08:57:56.140Z Compiling strum v0.26.3
18062026-08-25T08:57:56.220Z Compiling toml_parser v1.1.2+spec-1.1.0
18072026-08-25T08:57:56.287Z Compiling usdt-impl v0.5.0
18082026-08-25T08:57:56.324Z Compiling usdt v0.6.0
18092026-08-25T08:57:56.351Z Compiling zip v4.6.1
18102026-08-25T08:57:56.437Z Compiling serde_with v3.21.0
18112026-08-25T08:57:56.451Z Compiling crossterm v0.28.1
18122026-08-25T08:57:56.466Z Compiling ed25519-dalek v2.2.0
18132026-08-25T08:57:56.612Z Compiling derive_more v2.1.1
18142026-08-25T08:57:56.730Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18152026-08-25T08:57:56.906Z Compiling iddqd v0.4.2
18162026-08-25T08:57:57.189Z Compiling itertools v0.13.0
18172026-08-25T08:57:57.210Z Compiling itertools v0.15.0
18182026-08-25T08:57:57.336Z Compiling similar v2.7.0
18192026-08-25T08:57:57.445Z Compiling crossbeam-epoch v0.9.18
18202026-08-25T08:57:57.769Z Compiling oxide-generation v0.1.3
18212026-08-25T08:57:57.804Z Compiling tokio-stream v0.1.18
18222026-08-25T08:57:57.923Z Compiling buf-list v1.1.2
18232026-08-25T08:57:57.950Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18242026-08-25T08:57:58.093Z Compiling heck v0.4.1
18252026-08-25T08:57:58.219Z Compiling openapiv3 v2.2.0
18262026-08-25T08:57:58.234Z Compiling lalrpop-util v0.19.12
18272026-08-25T08:57:58.237Z Compiling peg-runtime v0.8.5
18282026-08-25T08:57:58.287Z Compiling thread_local v1.1.9
18292026-08-25T08:57:58.304Z Compiling slog-async v2.8.0
18302026-08-25T08:57:58.322Z Compiling crossbeam-channel v0.5.15
18312026-08-25T08:57:58.338Z Compiling is-terminal v0.4.17
18322026-08-25T08:57:58.342Z Compiling filetime v0.2.27
18332026-08-25T08:57:58.342Z Compiling xattr v1.6.1
18342026-08-25T08:57:58.366Z Compiling take_mut v0.2.2
18352026-08-25T08:57:58.450Z Compiling term v1.2.1
18362026-08-25T08:57:58.467Z Compiling camino-tempfile v1.4.1
18372026-08-25T08:57:58.508Z Compiling tar v0.4.46
18382026-08-25T08:57:58.802Z Compiling slog-term v2.9.2
18392026-08-25T08:58:16.046Z Compiling rustls-webpki v0.103.13
18402026-08-25T08:58:18.738Z Compiling tokio-rustls v0.26.4
18412026-08-25T08:58:18.738Z Compiling rustls-platform-verifier v0.6.2
18422026-08-25T08:58:18.742Z Compiling tough v0.22.0
18432026-08-25T08:58:18.936Z Compiling hyper-rustls v0.27.7
18442026-08-25T08:58:19.128Z Compiling reqwest v0.13.2
18452026-08-25T08:58:21.320Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18462026-08-25T08:58:21.558Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18472026-08-25T08:58:24.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.73s
18482026-08-25T08:58:24.594Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18492026-08-25T08:58:24.649ZAug 25 08:58:23.425 INFO Starting download, target: Clickhouse
18502026-08-25T08:58:24.649ZAug 25 08:58:23.426 INFO Starting download, target: Cockroach
18512026-08-25T08:58:24.649ZAug 25 08:58:23.426 INFO Starting download, target: Console
18522026-08-25T08:58:24.649ZAug 25 08:58:23.426 INFO Starting download, target: DendriteStub
18532026-08-25T08:58:24.649ZAug 25 08:58:23.426 INFO Starting download, target: MaghemiteMgd
18542026-08-25T08:58:24.653ZAug 25 08:58:23.426 INFO Starting download, target: MaghemiteDdmd
18552026-08-25T08:58:24.653ZAug 25 08:58:23.426 INFO Starting download, target: TransceiverControl
18562026-08-25T08:58:24.653ZAug 25 08:58:23.427 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18572026-08-25T08:58:24.653ZAug 25 08:58:23.427 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18582026-08-25T08:58:24.653ZAug 25 08:58:23.427 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18592026-08-25T08:58:24.653ZAug 25 08:58:23.427 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18602026-08-25T08:58:24.653ZAug 25 08:58:23.427 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18612026-08-25T08:58:24.653ZAug 25 08:58:23.427 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18622026-08-25T08:58:24.653ZAug 25 08:58:23.427 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18632026-08-25T08:58:24.991ZAug 25 08:58:23.763 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18642026-08-25T08:58:25.214ZAug 25 08:58:23.991 INFO Download complete, target: TransceiverControl
18652026-08-25T08:58:26.429ZAug 25 08:58:25.205 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18662026-08-25T08:58:26.465ZAug 25 08:58:25.239 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18672026-08-25T08:58:26.525ZAug 25 08:58:25.302 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18682026-08-25T08:58:26.603ZAug 25 08:58:25.380 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18692026-08-25T08:58:26.685ZAug 25 08:58:25.460 INFO Download complete, target: Console
18702026-08-25T08:58:26.931ZAug 25 08:58:25.707 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18712026-08-25T08:58:27.119ZAug 25 08:58:25.896 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18722026-08-25T08:58:27.119ZAug 25 08:58:25.896 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18732026-08-25T08:58:28.543ZAug 25 08:58:27.311 INFO Download complete, target: MaghemiteDdmd
18742026-08-25T08:58:29.878ZAug 25 08:58:28.655 INFO Download complete, target: DendriteStub
18752026-08-25T08:58:29.974ZAug 25 08:58:28.751 INFO Download complete, target: MaghemiteMgd
18762026-08-25T08:58:31.835ZAug 25 08:58:30.612 INFO Checking that binary works, target: Cockroach
18772026-08-25T08:58:31.957ZAug 25 08:58:30.735 INFO Download complete, target: Cockroach
18782026-08-25T08:58:33.378ZAug 25 08:58:32.155 INFO Checking that binary works, target: Clickhouse
18792026-08-25T08:58:33.465ZAug 25 08:58:32.242 INFO Download complete, target: Clickhouse
18802026-08-25T08:58:33.473ZAll prerequisites installed successfully
18812026-08-25T08:58:33.477Z
18822026-08-25T08:58:33.477Zreal 1:28.282345069
18832026-08-25T08:58:33.477Zuser 7:21.760445150
18842026-08-25T08:58:33.477Zsys 1:44.457847366
18852026-08-25T08:58:33.477Ztrap 0.259775905
18862026-08-25T08:58:33.477Ztflt 0.828797948
18872026-08-25T08:58:33.477Zdflt 1.710880328
18882026-08-25T08:58:33.477Zkflt 0.027176718
18892026-08-25T08:58:33.477Zlock 26:53.779282854
18902026-08-25T08:58:33.477Zslp 19:42.882241150
18912026-08-25T08:58:33.477Zlat 27.177495825
18922026-08-25T08:58:33.477Zstop 2:57.537415109
18932026-08-25T08:58:33.477Z+ source ./tools/include/force-git-over-https.sh
18942026-08-25T08:58:33.477Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18952026-08-25T08:58:33.477Z++ (( i = 0 ))
18962026-08-25T08:58:33.477Z++ (( i < 5 ))
18972026-08-25T08:58:33.477Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18982026-08-25T08:58:33.481Z++ (( i++ ))
18992026-08-25T08:58:33.481Z++ (( i < 5 ))
19002026-08-25T08:58:33.481Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19012026-08-25T08:58:33.481Z++ (( i++ ))
19022026-08-25T08:58:33.481Z++ (( i < 5 ))
19032026-08-25T08:58:33.481Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19042026-08-25T08:58:33.484Z++ (( i++ ))
19052026-08-25T08:58:33.484Z++ (( i < 5 ))
19062026-08-25T08:58:33.484Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19072026-08-25T08:58:33.488Z++ (( i++ ))
19082026-08-25T08:58:33.488Z++ (( i < 5 ))
19092026-08-25T08:58:33.488Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19102026-08-25T08:58:33.488Z++ (( i++ ))
19112026-08-25T08:58:33.488Z++ (( i < 5 ))
19122026-08-25T08:58:33.488Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19132026-08-25T08:58:33.488Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19142026-08-25T08:58:33.488Z+ rc=0
19152026-08-25T08:58:33.488Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19162026-08-25T08:58:41.693Z+ case $rc in
19172026-08-25T08:58:41.693Z+ pfexec zfs create -p rpool/images/build/host
19182026-08-25T08:58:41.882Z+ pfexec zfs create -p rpool/images/build/recovery
19192026-08-25T08:58:41.950Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19202026-08-25T08:58:42.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19212026-08-25T08:58:42.417Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19222026-08-25T08:58:43.283Z Compiling proc-macro2 v1.0.106
19232026-08-25T08:58:43.283Z Compiling quote v1.0.45
19242026-08-25T08:58:43.284Z Compiling unicode-ident v1.0.24
19252026-08-25T08:58:43.284Z Compiling serde_core v1.0.229
19262026-08-25T08:58:43.284Z Compiling libc v0.2.185
19272026-08-25T08:58:43.290Z Compiling serde v1.0.229
19282026-08-25T08:58:43.290Z Compiling cfg-if v1.0.4
19292026-08-25T08:58:43.290Z Compiling autocfg v1.5.0
19302026-08-25T08:58:43.290Z Compiling shlex v1.3.0
19312026-08-25T08:58:43.290Z Compiling find-msvc-tools v0.1.9
19322026-08-25T08:58:43.290Z Compiling version_check v0.9.5
19332026-08-25T08:58:43.290Z Compiling zerocopy v0.8.55
19342026-08-25T08:58:43.291Z Compiling portable-atomic v1.13.1
19352026-08-25T08:58:43.291Z Compiling memchr v2.8.0
19362026-08-25T08:58:43.291Z Compiling zmij v1.0.21
19372026-08-25T08:58:43.613Z Compiling serde_json v1.0.151
19382026-08-25T08:58:43.633Z Compiling libm v0.2.16
19392026-08-25T08:58:43.697Z Compiling getrandom v0.4.3
19402026-08-25T08:58:43.739Z Compiling parking_lot_core v0.9.12
19412026-08-25T08:58:43.906Z Compiling num-traits v0.2.19
19422026-08-25T08:58:43.910Z Compiling icu_normalizer_data v2.1.1
19432026-08-25T08:58:43.910Z Compiling generic-array v0.14.7
19442026-08-25T08:58:43.967Z Compiling icu_properties_data v2.1.2
19452026-08-25T08:58:43.981Z Compiling pkg-config v0.3.32
19462026-08-25T08:58:43.985Z Compiling smallvec v1.15.1
19472026-08-25T08:58:44.045Z Compiling rustix v1.1.4
19482026-08-25T08:58:44.049Z Compiling itoa v1.0.17
19492026-08-25T08:58:44.079Z Compiling getrandom v0.3.4
19502026-08-25T08:58:44.130Z Compiling log v0.4.33
19512026-08-25T08:58:44.159Z Compiling subtle v2.6.1
19522026-08-25T08:58:44.285Z Compiling stable_deref_trait v1.2.1
19532026-08-25T08:58:44.326Z Compiling scopeguard v1.2.0
19542026-08-25T08:58:44.404Z Compiling typenum v1.20.1
19552026-08-25T08:58:44.407Z Compiling critical-section v1.2.0
19562026-08-25T08:58:44.418Z Compiling errno v0.3.14
19572026-08-25T08:58:44.432Z Compiling lock_api v0.4.14
19582026-08-25T08:58:44.435Z Compiling heck v0.5.0
19592026-08-25T08:58:44.489Z Compiling jobserver v0.1.34
19602026-08-25T08:58:44.547Z Compiling rand_core v0.10.0
19612026-08-25T08:58:44.619Z Compiling thiserror v2.0.18
19622026-08-25T08:58:44.717Z Compiling cc v1.2.56
19632026-08-25T08:58:44.823Z Compiling syn v2.0.117
19642026-08-25T08:58:44.840Z Compiling syn v3.0.3
19652026-08-25T08:58:44.902Z Compiling getrandom v0.2.17
19662026-08-25T08:58:44.930Z Compiling fs_extra v1.3.0
19672026-08-25T08:58:44.952Z Compiling once_cell v1.21.3
19682026-08-25T08:58:44.966Z Compiling litemap v0.8.1
19692026-08-25T08:58:44.969Z Compiling dunce v1.0.5
19702026-08-25T08:58:44.993Z Compiling percent-encoding v2.3.2
19712026-08-25T08:58:45.115Z Compiling writeable v0.6.2
19722026-08-25T08:58:45.156Z Compiling rand_core v0.6.4
19732026-08-25T08:58:45.186Z Compiling schemars v0.8.22
19742026-08-25T08:58:45.288Z Compiling const-oid v0.9.6
19752026-08-25T08:58:45.447Z Compiling rustversion v1.0.22
19762026-08-25T08:58:45.447Z Compiling pin-project-lite v0.2.17
19772026-08-25T08:58:45.506Z Compiling bitflags v2.11.0
19782026-08-25T08:58:45.539Z Compiling cmake v0.1.57
19792026-08-25T08:58:45.542Z Compiling semver v1.0.28
19802026-08-25T08:58:45.767Z Compiling equivalent v1.0.2
19812026-08-25T08:58:45.896Z Compiling signal-hook-registry v1.4.8
19822026-08-25T08:58:45.985Z Compiling futures-core v0.3.32
19832026-08-25T08:58:46.065Z Compiling aws-lc-sys v0.40.0
19842026-08-25T08:58:46.176Z Compiling aws-lc-rs v1.16.3
19852026-08-25T08:58:46.191Z Compiling utf8_iter v1.0.4
19862026-08-25T08:58:46.210Z Compiling parking_lot v0.12.5
19872026-08-25T08:58:46.256Z Compiling form_urlencoded v1.2.2
19882026-08-25T08:58:46.320Z Compiling mio v1.2.0
19892026-08-25T08:58:46.435Z Compiling crc32fast v1.5.0
19902026-08-25T08:58:46.484Z Compiling fnv v1.0.7
19912026-08-25T08:58:46.716Z Compiling strsim v0.11.1
19922026-08-25T08:58:46.753Z Compiling hashbrown v0.17.0
19932026-08-25T08:58:46.853Z Compiling byteorder v1.5.0
19942026-08-25T08:58:46.872Z Compiling vcpkg v0.2.15
19952026-08-25T08:58:46.900Z Compiling syn v1.0.109
19962026-08-25T08:58:46.985Z Compiling socket2 v0.6.3
19972026-08-25T08:58:47.143Z Compiling radium v0.7.0
19982026-08-25T08:58:47.191Z Compiling futures-sink v0.3.32
19992026-08-25T08:58:47.195Z Compiling iana-time-zone v0.1.65
20002026-08-25T08:58:47.271Z Compiling httparse v1.10.1
20012026-08-25T08:58:47.315Z Compiling futures-channel v0.3.32
20022026-08-25T08:58:47.364Z Compiling futures-io v0.3.32
20032026-08-25T08:58:47.399Z Compiling slab v0.4.12
20042026-08-25T08:58:47.415Z Compiling thiserror v1.0.69
20052026-08-25T08:58:47.446Z Compiling indexmap v2.14.0
20062026-08-25T08:58:47.470Z Compiling openssl-sys v0.9.117
20072026-08-25T08:58:47.520Z Compiling futures-task v0.3.32
20082026-08-25T08:58:47.645Z Compiling synstructure v0.13.2
20092026-08-25T08:58:47.658Z Compiling serde_derive_internals v0.29.1
20102026-08-25T08:58:47.710Z Compiling rustls v0.23.41
20112026-08-25T08:58:47.733Z Compiling base64 v0.22.1
20122026-08-25T08:58:47.779Z Compiling maybe-uninit v2.0.0
20132026-08-25T08:58:47.930Z Compiling rustc_version v0.4.1
20142026-08-25T08:58:47.947Z Compiling uuid v1.23.4
20152026-08-25T08:58:48.030Z Compiling serde_derive v1.0.229
20162026-08-25T08:58:48.072Z Compiling regex-syntax v0.8.10
20172026-08-25T08:58:48.199Z Compiling rand_core v0.9.5
20182026-08-25T08:58:48.219Z Compiling bzip2-sys v0.1.13+1.0.8
20192026-08-25T08:58:48.257Z Compiling ahash v0.8.12
20202026-08-25T08:58:48.342Z Compiling base64ct v1.8.3
20212026-08-25T08:58:48.359Z Compiling num-bigint-dig v0.8.6
20222026-08-25T08:58:48.382Z Compiling dyn-clone v1.0.20
20232026-08-25T08:58:48.436Z Compiling ucd-trie v0.1.7
20242026-08-25T08:58:48.459Z Compiling ident_case v1.0.1
20252026-08-25T08:58:48.490Z Compiling fastrand v2.3.0
20262026-08-25T08:58:48.563Z Compiling packed_struct v0.10.1
20272026-08-25T08:58:48.612Z Compiling pest v2.8.6
20282026-08-25T08:58:48.616Z Compiling flagset v0.4.7
20292026-08-25T08:58:48.641Z Compiling pem-rfc7468 v0.7.0
20302026-08-25T08:58:48.665Z Compiling paste v1.0.15
20312026-08-25T08:58:48.701Z Compiling openssl v0.10.80
20322026-08-25T08:58:48.748Z Compiling tempfile v3.27.0
20332026-08-25T08:58:48.888Z Compiling indexmap v1.9.3
20342026-08-25T08:58:48.970Z Compiling zeroize_derive v1.5.0
20352026-08-25T08:58:48.970Z Compiling zerocopy-derive v0.8.55
20362026-08-25T08:58:49.002Z Compiling zerofrom-derive v0.1.6
20372026-08-25T08:58:49.024Z Compiling yoke-derive v0.8.1
20382026-08-25T08:58:49.028Z Compiling zerovec-derive v0.11.2
20392026-08-25T08:58:49.093Z Compiling displaydoc v0.2.5
20402026-08-25T08:58:49.140Z Compiling tokio-macros v2.7.0
20412026-08-25T08:58:49.155Z Compiling futures-macro v0.3.32
20422026-08-25T08:58:49.245Z Compiling der_derive v0.7.3
20432026-08-25T08:58:49.406Z Compiling thiserror-impl v2.0.18
20442026-08-25T08:58:49.587Z Compiling schemars_derive v0.8.22
20452026-08-25T08:58:49.612Z Compiling tracing-attributes v0.1.31
20462026-08-25T08:58:49.813Z Compiling thiserror-impl v1.0.69
20472026-08-25T08:58:49.853Z Compiling clap_derive v4.6.1
20482026-08-25T08:58:49.877Z Compiling pest_meta v2.8.6
20492026-08-25T08:58:49.951Z Compiling futures-util v0.3.32
20502026-08-25T08:58:50.172Z Compiling zerofrom v0.1.6
20512026-08-25T08:58:50.186Z Compiling zerocopy-derive v0.6.6
20522026-08-25T08:58:50.323Z Compiling yoke v0.8.1
20532026-08-25T08:58:50.557Z Compiling zerovec v0.11.5
20542026-08-25T08:58:50.773Z Compiling zerotrie v0.2.3
20552026-08-25T08:58:50.936Z Compiling packed_struct_codegen v0.10.1
20562026-08-25T08:58:51.117Z Compiling zeroize v1.9.0
20572026-08-25T08:58:51.180Z Compiling bytes v1.11.1
20582026-08-25T08:58:51.197Z Compiling tinystr v0.8.2
20592026-08-25T08:58:51.235Z Compiling potential_utf v0.1.4
20602026-08-25T08:58:51.250Z Compiling chrono v0.4.45
20612026-08-25T08:58:51.371Z Compiling icu_collections v2.1.1
20622026-08-25T08:58:51.397Z Compiling icu_locale_core v2.1.1
20632026-08-25T08:58:51.847Z Compiling tokio v1.52.1
20642026-08-25T08:58:51.967Z Compiling block-buffer v0.10.4
20652026-08-25T08:58:52.001Z Compiling crypto-common v0.1.7
20662026-08-25T08:58:52.163Z Compiling digest v0.10.7
20672026-08-25T08:58:52.209Z Compiling icu_provider v2.1.1
20682026-08-25T08:58:52.224Z Compiling der v0.7.10
20692026-08-25T08:58:52.239Z Compiling hex v0.4.3
20702026-08-25T08:58:52.456Z Compiling bitfield-macros v0.19.4
20712026-08-25T08:58:52.547Z Compiling icu_properties v2.1.2
20722026-08-25T08:58:52.572Z Compiling icu_normalizer v2.1.1
20732026-08-25T08:58:53.204Z Compiling pest_generator v2.8.6
20742026-08-25T08:58:53.320Z Compiling spki v0.7.3
20752026-08-25T08:58:53.626Z Compiling idna_adapter v1.2.1
20762026-08-25T08:58:53.754Z Compiling idna v1.1.0
20772026-08-25T08:58:53.787Z Compiling ppv-lite86 v0.2.21
20782026-08-25T08:58:53.871Z Compiling openssl-macros v0.1.1
20792026-08-25T08:58:54.031Z Compiling daft-derive v0.1.8
20802026-08-25T08:58:54.105Z Compiling rand_chacha v0.9.0
20812026-08-25T08:58:54.137Z Compiling url v2.5.8
20822026-08-25T08:58:54.326Z Compiling rand v0.9.2
20832026-08-25T08:58:54.453Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20842026-08-25T08:58:54.583Z Compiling cpufeatures v0.2.17
20852026-08-25T08:58:54.684Z Compiling native-tls v0.2.18
20862026-08-25T08:58:54.699Z Compiling simd-adler32 v0.3.8
20872026-08-25T08:58:54.731Z Compiling pest_derive v2.8.6
20882026-08-25T08:58:54.757Z Compiling scroll_derive v0.13.1
20892026-08-25T08:58:54.757Z Compiling utf8parse v0.2.2
20902026-08-25T08:58:54.916Z Compiling camino v1.2.5
20912026-08-25T08:58:54.932Z Compiling adler2 v2.0.1
20922026-08-25T08:58:55.058Z Compiling anstyle v1.0.14
20932026-08-25T08:58:55.090Z Compiling crossbeam-utils v0.8.21
20942026-08-25T08:58:55.120Z Compiling miniz_oxide v0.8.9
20952026-08-25T08:58:55.186Z Compiling anstyle-parse v1.0.0
20962026-08-25T08:58:55.232Z Compiling sha2 v0.10.9
20972026-08-25T08:58:55.305Z Compiling pkcs8 v0.10.2
20982026-08-25T08:58:55.378Z Compiling http v1.4.2
20992026-08-25T08:58:55.438Z Compiling rustls-pki-types v1.14.0
21002026-08-25T08:58:55.664Z Compiling terminal_size v0.4.3
21012026-08-25T08:58:55.851Z Compiling slog v2.8.2
21022026-08-25T08:58:55.856Z Compiling spin v0.9.8
21032026-08-25T08:58:55.856Z Compiling tinyvec_macros v0.1.1
21042026-08-25T08:58:55.892Z Compiling colorchoice v1.0.4
21052026-08-25T08:58:55.967Z Compiling anstyle-query v1.1.5
21062026-08-25T08:58:56.039Z Compiling time-core v0.1.8
21072026-08-25T08:58:56.081Z Compiling num-conv v0.2.0
21082026-08-25T08:58:56.097Z Compiling is_terminal_polyfill v1.70.2
21092026-08-25T08:58:56.113Z Compiling tokio-util v0.7.18
21102026-08-25T08:58:56.221Z Compiling anstream v1.0.0
21112026-08-25T08:58:56.237Z Compiling tinyvec v1.10.0
21122026-08-25T08:58:56.253Z Compiling time-macros v0.2.27
21132026-08-25T08:58:56.537Z Compiling async-trait v0.1.89
21142026-08-25T08:58:56.552Z Compiling structmeta-derive v0.3.0
21152026-08-25T08:58:56.585Z Compiling tracing-core v0.1.36
21162026-08-25T08:58:56.698Z Compiling wait-timeout v0.2.1
21172026-08-25T08:58:56.738Z Compiling object v0.37.3
21182026-08-25T08:58:56.900Z Compiling quick-error v1.2.3
21192026-08-25T08:58:57.041Z Compiling bit-vec v0.8.0
21202026-08-25T08:58:57.095Z Compiling untrusted v0.7.1
21212026-08-25T08:58:57.114Z Compiling cmov v0.5.4
21222026-08-25T08:58:57.255Z Compiling plain v0.2.3
21232026-08-25T08:58:57.271Z Compiling tracing v0.1.44
21242026-08-25T08:58:57.291Z Compiling bit-set v0.8.0
21252026-08-25T08:58:57.308Z Compiling rusty-fork v0.3.1
21262026-08-25T08:58:57.327Z Compiling ctutils v0.4.2
21272026-08-25T08:58:57.396Z Compiling http-body v1.0.1
21282026-08-25T08:58:57.578Z Compiling toml_datetime v0.6.11
21292026-08-25T08:58:57.596Z Compiling structmeta v0.3.0
21302026-08-25T08:58:57.611Z Compiling serde_spanned v0.6.9
21312026-08-25T08:58:57.625Z Compiling pin-project-internal v1.1.11
21322026-08-25T08:58:57.645Z Compiling rand_xorshift v0.4.0
21332026-08-25T08:58:57.790Z Compiling cookie v0.18.1
21342026-08-25T08:58:57.891Z Compiling zstd-safe v7.2.4
21352026-08-25T08:58:57.947Z Compiling tap v1.0.1
21362026-08-25T08:58:57.950Z Compiling untrusted v0.9.0
21372026-08-25T08:58:57.979Z Compiling openssl-probe v0.2.1
21382026-08-25T08:58:58.078Z Compiling clap_lex v1.0.0
21392026-08-25T08:58:58.094Z Compiling unarray v0.1.4
21402026-08-25T08:58:58.166Z Compiling wyz v0.5.1
21412026-08-25T08:58:58.252Z Compiling proptest v1.11.0
21422026-08-25T08:58:58.393Z Compiling clap_builder v4.6.0
21432026-08-25T08:58:58.408Z Compiling derive-ex v0.1.8
21442026-08-25T08:58:58.484Z Compiling hybrid-array v0.4.13
21452026-08-25T08:58:58.572Z Compiling unicode-normalization v0.1.25
21462026-08-25T08:58:58.627Z Compiling ipnetwork v0.21.1
21472026-08-25T08:58:58.668Z Compiling rand_chacha v0.3.1
21482026-08-25T08:58:58.672Z Compiling signature v2.2.0
21492026-08-25T08:58:58.705Z Compiling scroll_derive v0.12.1
21502026-08-25T08:58:58.880Z Compiling heapless v0.7.17
21512026-08-25T08:58:59.001Z Compiling num-integer v0.1.46
21522026-08-25T08:58:59.026Z Compiling aho-corasick v1.1.4
21532026-08-25T08:58:59.065Z Compiling usdt-impl v0.6.0
21542026-08-25T08:58:59.316Z Compiling atomic-waker v1.1.2
21552026-08-25T08:58:59.331Z Compiling try-lock v0.2.5
21562026-08-25T08:58:59.334Z Compiling rustix v0.38.44
21572026-08-25T08:58:59.385Z Compiling tower-service v0.3.3
21582026-08-25T08:58:59.417Z Compiling tower-layer v0.3.3
21592026-08-25T08:58:59.471Z Compiling zlib-rs v0.6.2
21602026-08-25T08:58:59.486Z Compiling anyhow v1.0.104
21612026-08-25T08:58:59.503Z Compiling signal-hook v0.3.18
21622026-08-25T08:58:59.611Z Compiling pretty-hex v0.4.1
21632026-08-25T08:58:59.650Z Compiling funty v2.0.0
21642026-08-25T08:58:59.737Z Compiling want v0.3.1
21652026-08-25T08:58:59.817Z Compiling h2 v0.4.15
21662026-08-25T08:58:59.866Z Compiling regex-automata v0.4.14
21672026-08-25T08:58:59.927Z Compiling test-strategy v0.4.5
21682026-08-25T08:59:00.036Z Compiling bitvec v1.0.1
21692026-08-25T08:59:00.117Z Compiling num-iter v0.1.45
21702026-08-25T08:59:00.439Z Compiling clap v4.6.1
21712026-08-25T08:59:00.694Z Compiling newtype-uuid v1.3.2
21722026-08-25T08:59:00.775Z Compiling oxnet v0.1.6
21732026-08-25T08:59:01.019Z Compiling rand v0.8.6
21742026-08-25T08:59:01.597Z Compiling lazy_static v1.5.0
21752026-08-25T08:59:01.716Z Compiling flate2 v1.1.9
21762026-08-25T08:59:01.795Z Compiling scroll v0.13.0
21772026-08-25T08:59:01.985Z Compiling ipnet v2.12.0
21782026-08-25T08:59:02.119Z Compiling snafu-derive v0.8.9
21792026-08-25T08:59:02.322Z Compiling strum_macros v0.26.4
21802026-08-25T08:59:02.473Z Compiling darling_core v0.20.11
21812026-08-25T08:59:03.292Z Compiling darling_core v0.23.0
21822026-08-25T08:59:03.659Z Compiling crc-catalog v2.4.0
21832026-08-25T08:59:03.703Z Compiling httpdate v1.0.3
21842026-08-25T08:59:03.944Z Compiling winnow v0.5.40
21852026-08-25T08:59:03.968Z Compiling nodrop v0.1.14
21862026-08-25T08:59:04.085Z Compiling foreign-types-shared v0.1.1
21872026-08-25T08:59:04.177Z Compiling foreign-types v0.3.2
21882026-08-25T08:59:04.192Z Compiling array-init v0.0.4
21892026-08-25T08:59:04.300Z Compiling hyper v1.10.1
21902026-08-25T08:59:04.485Z Compiling crc v3.4.0
21912026-08-25T08:59:04.607Z Compiling darling_macro v0.20.11
21922026-08-25T08:59:04.719Z Compiling goblin v0.10.5
21932026-08-25T08:59:04.897Z Compiling daft v0.1.8
21942026-08-25T08:59:05.108Z Compiling smallvec v0.6.14
21952026-08-25T08:59:05.469Z Compiling darling_macro v0.23.0
21962026-08-25T08:59:05.690Z Compiling toml_edit v0.19.15
21972026-08-25T08:59:05.724Z Compiling pkcs1 v0.7.5
21982026-08-25T08:59:05.848Z Compiling bitfield v0.19.4
21992026-08-25T08:59:06.134Z Compiling zerocopy v0.6.6
22002026-08-25T08:59:06.189Z Compiling zerocopy-derive v0.7.35
22012026-08-25T08:59:06.230Z Compiling curve25519-dalek v4.1.3
22022026-08-25T08:59:06.475Z Compiling env_filter v2.0.0
22032026-08-25T08:59:06.498Z Compiling memoffset v0.9.1
22042026-08-25T08:59:06.531Z Compiling hashbrown v0.12.3
22052026-08-25T08:59:06.643Z Compiling litrs v1.0.0
22062026-08-25T08:59:06.743Z Compiling ref-cast v1.0.25
22072026-08-25T08:59:06.808Z Compiling base64 v0.21.7
22082026-08-25T08:59:07.141Z Compiling owo-colors v4.3.0
22092026-08-25T08:59:07.156Z Compiling smoltcp v0.9.1
22102026-08-25T08:59:07.195Z Compiling unicode-segmentation v1.12.0
22112026-08-25T08:59:07.353Z Compiling toml v0.7.8
22122026-08-25T08:59:07.469Z Compiling document-features v0.2.12
22132026-08-25T08:59:07.531Z Compiling ron v0.8.1
22142026-08-25T08:59:07.691Z Compiling dof v0.4.0
22152026-08-25T08:59:07.903Z Compiling env_logger v0.11.11
22162026-08-25T08:59:08.336Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22172026-08-25T08:59:08.494Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-08-25T08:59:08.563Z Compiling rsa v0.9.10
22192026-08-25T08:59:08.682Z Compiling darling v0.23.0
22202026-08-25T08:59:08.800Z Compiling hyper-util v0.1.20
22212026-08-25T08:59:08.870Z Compiling bzip2 v0.4.4
22222026-08-25T08:59:09.126Z Compiling serde-hex v0.1.0
22232026-08-25T08:59:09.184Z Compiling darling v0.20.11
22242026-08-25T08:59:09.286Z Compiling hashbrown v0.13.2
22252026-08-25T08:59:09.874Z Compiling dtrace-parser v0.3.0
22262026-08-25T08:59:09.920Z Compiling x509-cert v0.2.5
22272026-08-25T08:59:09.937Z Compiling hmac v0.12.1
22282026-08-25T08:59:10.213Z Compiling erased-serde v0.3.31
22292026-08-25T08:59:10.269Z Compiling async-recursion v1.1.1
22302026-08-25T08:59:10.713Z Compiling sync_wrapper v1.0.2
22312026-08-25T08:59:10.835Z Compiling thread-id v5.1.0
22322026-08-25T08:59:10.876Z Compiling powerfmt v0.2.0
22332026-08-25T08:59:10.934Z Compiling siphasher v1.0.2
22342026-08-25T08:59:10.938Z Compiling cfg_aliases v0.2.1
22352026-08-25T08:59:10.965Z Compiling crc-any v2.5.0
22362026-08-25T08:59:11.224Z Compiling deranged v0.5.8
22372026-08-25T08:59:11.263Z Compiling nix v0.31.2
22382026-08-25T08:59:11.606Z Compiling tower v0.5.3
22392026-08-25T08:59:12.231Z Compiling object v0.30.4
22402026-08-25T08:59:12.405Z Compiling derive_builder_core v0.20.2
22412026-08-25T08:59:12.429Z Compiling zip v0.6.6
22422026-08-25T08:59:12.811Z Compiling serde_with_macros v3.21.0
22432026-08-25T08:59:12.894Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22442026-08-25T08:59:13.056Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22452026-08-25T08:59:13.208Z Compiling bstr v1.12.1
22462026-08-25T08:59:13.256Z Compiling block-buffer v0.12.1
22472026-08-25T08:59:13.477Z Compiling crypto-common v0.2.2
22482026-08-25T08:59:13.589Z Compiling http-body-util v0.1.3
22492026-08-25T08:59:13.916Z Compiling futures-executor v0.3.32
22502026-08-25T08:59:13.944Z Compiling serde_tokenstream v0.2.3
22512026-08-25T08:59:14.242Z Compiling hubpack_derive v0.1.1
22522026-08-25T08:59:14.422Z Compiling curve25519-dalek-derive v0.1.1
22532026-08-25T08:59:14.499Z Compiling ref-cast-impl v1.0.25
22542026-08-25T08:59:14.514Z Compiling strum_macros v0.27.2
22552026-08-25T08:59:14.620Z Compiling usdt-impl v0.5.0
22562026-08-25T08:59:14.709Z Compiling fs-err v3.3.0
22572026-08-25T08:59:14.821Z Compiling unicode-properties v0.1.4
22582026-08-25T08:59:14.866Z Compiling unicode-bidi v0.3.18
22592026-08-25T08:59:14.925Z Compiling iri-string v0.7.10
22602026-08-25T08:59:15.051Z Compiling same-file v1.0.6
22612026-08-25T08:59:15.051Z Compiling ryu v1.0.23
22622026-08-25T08:59:15.259Z Compiling gimli v0.32.3
22632026-08-25T08:59:15.523Z Compiling path-slash v0.1.5
22642026-08-25T08:59:15.593Z Compiling num_threads v0.1.7
22652026-08-25T08:59:15.711Z Compiling allocator-api2 v0.2.21
22662026-08-25T08:59:15.951Z Compiling time v0.3.47
22672026-08-25T08:59:16.579Z Compiling tower-http v0.6.8
22682026-08-25T08:59:16.954Z Compiling addr2line v0.25.1
22692026-08-25T08:59:17.181Z Compiling serde_urlencoded v0.7.1
22702026-08-25T08:59:17.454Z Compiling stringprep v0.1.5
22712026-08-25T08:59:17.497Z Compiling walkdir v2.5.0
22722026-08-25T08:59:17.764Z Compiling futures v0.3.32
22732026-08-25T08:59:17.894Z Compiling derive_builder_macro v0.20.2
22742026-08-25T08:59:18.400Z Compiling tokio-native-tls v0.3.1
22752026-08-25T08:59:18.474Z Compiling convert_case v0.10.0
22762026-08-25T08:59:18.525Z Compiling strum v0.26.3
22772026-08-25T08:59:18.682Z Compiling block-padding v0.4.2
22782026-08-25T08:59:18.820Z Compiling scroll v0.12.0
22792026-08-25T08:59:18.899Z Compiling pin-project v1.1.11
22802026-08-25T08:59:18.915Z Compiling rustls-native-certs v0.8.3
22812026-08-25T08:59:18.989Z Compiling md-5 v0.10.6
22822026-08-25T08:59:19.021Z Compiling hash32 v0.2.1
22832026-08-25T08:59:19.037Z Compiling vergen-lib v9.1.0
22842026-08-25T08:59:19.162Z Compiling encoding_rs v0.8.35
22852026-08-25T08:59:19.210Z Compiling fallible-iterator v0.2.0
22862026-08-25T08:59:19.213Z Compiling cpufeatures v0.3.0
22872026-08-25T08:59:19.254Z Compiling mime v0.3.17
22882026-08-25T08:59:19.317Z Compiling rustc-demangle v0.1.27
22892026-08-25T08:59:19.427Z Compiling jiff-core v0.1.0
22902026-08-25T08:59:19.457Z Compiling psl-types v2.0.11
22912026-08-25T08:59:19.493Z Compiling postgres-protocol v0.6.10
22922026-08-25T08:59:19.600Z Compiling publicsuffix v2.3.0
22932026-08-25T08:59:19.689Z Compiling goblin v0.8.2
22942026-08-25T08:59:19.991Z Compiling snafu v0.8.9
22952026-08-25T08:59:20.077Z Compiling inout v0.2.2
22962026-08-25T08:59:20.115Z Compiling derive_more-impl v2.1.1
22972026-08-25T08:59:20.256Z Compiling jiff v0.2.34
22982026-08-25T08:59:20.323Z Compiling backtrace v0.3.76
22992026-08-25T08:59:20.476Z Compiling hyper-tls v0.6.0
23002026-08-25T08:59:20.555Z Compiling derive_builder v0.20.2
23012026-08-25T08:59:20.809Z Compiling usdt-attr-macro v0.6.0
23022026-08-25T08:59:20.850Z Compiling usdt-macro v0.6.0
23032026-08-25T08:59:20.943Z Compiling globset v0.4.18
23042026-08-25T08:59:20.959Z Compiling phf_shared v0.13.1
23052026-08-25T08:59:21.216Z Compiling crossbeam-epoch v0.9.18
23062026-08-25T08:59:21.277Z Compiling zerocopy v0.7.35
23072026-08-25T08:59:21.410Z Compiling regex v1.12.3
23082026-08-25T08:59:21.828Z Compiling serde_plain v1.0.2
23092026-08-25T08:59:21.846Z Compiling serde_repr v0.1.20
23102026-08-25T08:59:21.930Z Compiling miette-derive v7.6.0
23112026-08-25T08:59:22.034Z Compiling enum-as-inner v0.6.1
23122026-08-25T08:59:22.068Z Compiling pem v3.0.6
23132026-08-25T08:59:22.144Z Compiling vergen v9.1.0
23142026-08-25T08:59:22.285Z Compiling ff v0.13.1
23152026-08-25T08:59:22.359Z Compiling cargo-platform v0.3.2
23162026-08-25T08:59:22.375Z Compiling filetime v0.2.27
23172026-08-25T08:59:22.454Z Compiling bitflags v1.3.2
23182026-08-25T08:59:22.525Z Compiling typed-path v0.9.3
23192026-08-25T08:59:22.551Z Compiling either v1.15.0
23202026-08-25T08:59:22.566Z Compiling bumpalo v3.20.2
23212026-08-25T08:59:22.631Z Compiling unicode-linebreak v0.1.5
23222026-08-25T08:59:22.787Z Compiling libbz2-rs-sys v0.2.2
23232026-08-25T08:59:22.837Z Compiling is_ci v1.2.0
23242026-08-25T08:59:22.889Z Compiling unicode-width v0.2.0
23252026-08-25T08:59:22.991Z Compiling foldhash v0.1.5
23262026-08-25T08:59:23.008Z Compiling xattr v1.6.1
23272026-08-25T08:59:23.040Z Compiling foldhash v0.2.0
23282026-08-25T08:59:23.177Z Compiling base16ct v0.2.0
23292026-08-25T08:59:23.243Z Compiling smawk v0.3.2
23302026-08-25T08:59:23.362Z Compiling const-oid v0.10.2
23312026-08-25T08:59:23.401Z Compiling managed v0.8.0
23322026-08-25T08:59:23.460Z Compiling textwrap v0.16.2
23332026-08-25T08:59:23.560Z Compiling digest v0.11.3
23342026-08-25T08:59:23.639Z Compiling sec1 v0.7.3
23352026-08-25T08:59:23.639Z Compiling hashbrown v0.16.1
23362026-08-25T08:59:23.670Z Compiling bzip2 v0.6.1
23372026-08-25T08:59:23.687Z Compiling tar v0.4.46
23382026-08-25T08:59:23.809Z Compiling hashbrown v0.15.5
23392026-08-25T08:59:23.863Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23402026-08-25T08:59:23.866Z Compiling supports-color v3.0.2
23412026-08-25T08:59:23.892Z Compiling zopfli v0.8.3
23422026-08-25T08:59:23.933Z Compiling cargo_metadata v0.23.1
23432026-08-25T08:59:24.058Z Compiling group v0.13.0
23442026-08-25T08:59:24.369Z Compiling dof v0.3.0
23452026-08-25T08:59:25.435Z Compiling phf v0.13.1
23462026-08-25T08:59:25.524Z Compiling zstd v0.13.3
23472026-08-25T08:59:25.539Z Compiling backtrace-ext v0.2.1
23482026-08-25T08:59:25.789Z Compiling reqwest v0.12.28
23492026-08-25T08:59:25.925Z Compiling signal-hook-mio v0.2.5
23502026-08-25T08:59:26.032Z Compiling cipher v0.5.2
23512026-08-25T08:59:26.035Z Compiling cookie_store v0.22.1
23522026-08-25T08:59:26.090Z Compiling postgres-types v0.2.12
23532026-08-25T08:59:26.148Z Compiling strum v0.27.2
23542026-08-25T08:59:26.457Z Compiling hubpack v0.1.2
23552026-08-25T08:59:26.529Z Compiling phf_shared v0.11.3
23562026-08-25T08:59:26.614Z Compiling hkdf v0.12.4
23572026-08-25T08:59:26.629Z Compiling dtrace-parser v0.2.0
23582026-08-25T08:59:26.694Z Compiling byte-wrapper v0.1.0
23592026-08-25T08:59:26.709Z Compiling ed25519 v2.2.3
23602026-08-25T08:59:26.728Z Compiling olpc-cjson v0.1.4
23612026-08-25T08:59:27.050Z Compiling crypto-bigint v0.5.5
23622026-08-25T08:59:27.139Z Compiling serde-big-array v0.5.1
23632026-08-25T08:59:27.257Z Compiling float-cmp v0.10.0
23642026-08-25T08:59:27.304Z Compiling thread-id v4.2.2
23652026-08-25T08:59:27.320Z Compiling memmap2 v0.9.10
23662026-08-25T08:59:27.407Z Compiling precomputed-hash v0.1.1
23672026-08-25T08:59:27.422Z Compiling toml_write v0.1.2
23682026-08-25T08:59:27.518Z Compiling winnow v1.0.3
23692026-08-25T08:59:27.637Z Compiling new_debug_unreachable v1.0.6
23702026-08-25T08:59:27.653Z Compiling winnow v0.7.14
23712026-08-25T08:59:27.925Z Compiling static_assertions v1.1.0
23722026-08-25T08:59:27.942Z Compiling fixedbitset v0.4.2
23732026-08-25T08:59:28.178Z Compiling unicode-width v0.1.14
23742026-08-25T08:59:28.273Z Compiling data-encoding v2.10.0
23752026-08-25T08:59:28.475Z Compiling rayon-core v1.13.0
23762026-08-25T08:59:28.526Z Compiling difflib v0.4.0
23772026-08-25T08:59:28.682Z Compiling supports-unicode v3.0.0
23782026-08-25T08:59:28.729Z Compiling fixedbitset v0.5.7
23792026-08-25T08:59:28.786Z Compiling normalize-line-endings v0.3.0
23802026-08-25T08:59:28.819Z Compiling keccak v0.1.6
23812026-08-25T08:59:28.839Z Compiling predicates-core v1.0.10
23822026-08-25T08:59:28.900Z Compiling whoami v2.1.0
23832026-08-25T08:59:28.983Z Compiling supports-hyperlinks v3.2.0
23842026-08-25T08:59:29.040Z Compiling predicates v3.1.4
23852026-08-25T08:59:29.148Z Compiling tokio-postgres v0.7.16
23862026-08-25T08:59:29.246Z Compiling toml_edit v0.22.27
23872026-08-25T08:59:29.276Z Compiling miette v7.6.0
23882026-08-25T08:59:29.291Z Compiling sha3 v0.10.8
23892026-08-25T08:59:29.488Z Compiling petgraph v0.8.3
23902026-08-25T08:59:29.583Z Compiling hickory-proto v0.25.2
23912026-08-25T08:59:29.629Z Compiling toml_parser v1.1.2+spec-1.1.0
23922026-08-25T08:59:30.185Z Compiling petgraph v0.6.5
23932026-08-25T08:59:30.283Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23942026-08-25T08:59:30.835Z Compiling elliptic-curve v0.13.8
23952026-08-25T08:59:31.200Z Compiling chacha20 v0.10.0
23962026-08-25T08:59:31.441Z Compiling string_cache v0.8.9
23972026-08-25T08:59:31.460Z Compiling usdt v0.6.0
23982026-08-25T08:59:31.690Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23992026-08-25T08:59:32.221Z Compiling ed25519-dalek v2.2.0
24002026-08-25T08:59:33.012Z Compiling crossterm v0.28.1
24012026-08-25T08:59:33.077Z Compiling zip v4.6.1
24022026-08-25T08:59:33.426Z Compiling iddqd v0.4.2
24032026-08-25T08:59:34.061Z Compiling oxide-generation v0.1.3
24042026-08-25T08:59:34.186Z Compiling itertools v0.13.0
24052026-08-25T08:59:34.203Z Compiling itertools v0.15.0
24062026-08-25T08:59:34.279Z Compiling derive_more v2.1.1
24072026-08-25T08:59:34.380Z Compiling similar v2.7.0
24082026-08-25T08:59:34.641Z Compiling serde_with v3.21.0
24092026-08-25T08:59:35.131Z Compiling heck v0.4.1
24102026-08-25T08:59:35.605Z Compiling tokio-stream v0.1.18
24112026-08-25T08:59:35.675Z Compiling buf-list v1.1.2
24122026-08-25T08:59:35.696Z Compiling half v2.7.1
24132026-08-25T08:59:35.815Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24142026-08-25T08:59:35.946Z Compiling openapiv3 v2.2.0
24152026-08-25T08:59:36.241Z Compiling ciborium-io v0.2.2
24162026-08-25T08:59:36.312Z Compiling peg-runtime v0.8.5
24172026-08-25T08:59:36.466Z Compiling lalrpop-util v0.19.12
24182026-08-25T08:59:36.923Z Compiling ciborium-ll v0.2.2
24192026-08-25T08:59:38.002Z Compiling crossbeam-deque v0.8.6
24202026-08-25T08:59:38.401Z Compiling camino-tempfile v1.4.1
24212026-08-25T08:59:38.804Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24222026-08-25T08:59:39.280Z Compiling blake3 v1.8.5
24232026-08-25T08:59:39.332Z Compiling fs-err v2.11.0
24242026-08-25T08:59:41.165Z Compiling rustls-webpki v0.103.13
24252026-08-25T08:59:42.082Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24262026-08-25T08:59:43.548Z Compiling ciborium v0.2.2
24272026-08-25T08:59:44.298Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24282026-08-25T08:59:44.776Z Compiling thread_local v1.1.9
24292026-08-25T08:59:44.982Z Compiling tokio-rustls v0.26.4
24302026-08-25T08:59:45.119Z Compiling rustls-platform-verifier v0.6.2
24312026-08-25T08:59:45.135Z Compiling tough v0.22.0
24322026-08-25T08:59:45.255Z Compiling hyper-rustls v0.27.7
24332026-08-25T08:59:45.270Z Compiling slog-async v2.8.0
24342026-08-25T08:59:45.368Z Compiling constant_time_eq v0.4.2
24352026-08-25T08:59:45.441Z Compiling arrayref v0.3.9
24362026-08-25T08:59:45.472Z Compiling arrayvec v0.7.6
24372026-08-25T08:59:45.536Z Compiling reqwest v0.13.2
24382026-08-25T08:59:45.601Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24392026-08-25T08:59:45.627Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24402026-08-25T08:59:45.936Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24412026-08-25T08:59:45.952Z Compiling toml v0.8.23
24422026-08-25T08:59:46.034Z Compiling atomicwrites v0.4.4
24432026-08-25T08:59:46.287Z Compiling sha2 v0.11.0
24442026-08-25T08:59:46.342Z Compiling digest-io v0.1.0
24452026-08-25T08:59:46.357Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24462026-08-25T08:59:46.528Z Compiling crossbeam-channel v0.5.15
24472026-08-25T08:59:46.549Z Compiling serde_path_to_error v0.1.20
24482026-08-25T08:59:46.689Z Compiling is-terminal v0.4.17
24492026-08-25T08:59:46.805Z Compiling take_mut v0.2.2
24502026-08-25T08:59:46.821Z Compiling parse-size v1.1.0
24512026-08-25T08:59:46.862Z Compiling indent_write v2.2.0
24522026-08-25T08:59:46.974Z Compiling debug-ignore v1.0.5
24532026-08-25T08:59:47.028Z Compiling topological-sort v0.2.2
24542026-08-25T08:59:47.044Z Compiling rawzip v0.4.4
24552026-08-25T08:59:47.060Z Compiling term v1.2.1
24562026-08-25T08:59:47.207Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24572026-08-25T08:59:47.224Z Compiling shell-words v1.1.1
24582026-08-25T08:59:47.500Z Compiling slog-term v2.9.2
24592026-08-25T08:59:48.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24602026-08-25T08:59:54.948Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24612026-08-25T08:59:56.996Z Compiling omicron-zone-package v0.12.3
24622026-08-25T08:59:57.641Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24632026-08-25T08:59:57.734Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24642026-08-25T08:59:57.757Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24652026-08-25T09:00:02.322Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24662026-08-25T09:00:14.664Z Finished `release` profile [optimized] target(s) in 1m 32s
24672026-08-25T09:00:14.810Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24682026-08-25T09:00:14.869ZAug 25 09:00:13.645 DEBG changing working directory to /work/oxidecomputer/omicron
24692026-08-25T09:00:14.967ZAug 25 09:00:13.744 DEBG running: git rev-parse HEAD
24702026-08-25T09:00:14.971ZAug 25 09:00:13.747 DEBG process exited with exit status: 0 (3.223796ms)
24712026-08-25T09:00:14.971ZAug 25 09:00:13.747 INFO version: 23.0.0-0.ci+git24d1aaab8a0
24722026-08-25T09:00:14.979ZAug 25 09:00:13.755 INFO cloning helios to /work/oxidecomputer/helios
24732026-08-25T09:00:14.979ZAug 25 09:00:13.756 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24742026-08-25T09:00:14.983ZCloning into '/work/oxidecomputer/helios'...
24752026-08-25T09:00:15.580ZAug 25 09:00:14.356 DEBG process exited with exit status: 0 (601.323612ms)
24762026-08-25T09:00:15.580ZAug 25 09:00:14.357 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24772026-08-25T09:00:15.585ZAug 25 09:00:14.359 DEBG process exited with exit status: 0 (2.445635ms)
24782026-08-25T09:00:15.585ZAug 25 09:00:14.359 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24792026-08-25T09:00:15.959ZAug 25 09:00:14.735 DEBG process exited with exit status: 0 (376.387891ms)
24802026-08-25T09:00:15.959ZAug 25 09:00:14.735 DEBG running: zfs list rpool/images/build/host
24812026-08-25T09:00:15.963ZNAME USED AVAIL REFER MOUNTPOINT
24822026-08-25T09:00:15.963Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24832026-08-25T09:00:15.967ZAug 25 09:00:14.740 DEBG process exited with exit status: 0 (4.93989ms)
24842026-08-25T09:00:15.967ZAug 25 09:00:14.740 DEBG running: zfs list rpool/images/build/recovery
24852026-08-25T09:00:15.970ZNAME USED AVAIL REFER MOUNTPOINT
24862026-08-25T09:00:15.970Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24872026-08-25T09:00:15.970ZAug 25 09:00:14.745 DEBG process exited with exit status: 0 (4.233368ms)
24882026-08-25T09:00:15.970ZAug 25 09:00:14.745 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24892026-08-25T09:00:15.981ZAug 25 09:00:14.758 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026082002.0.0; the console needs a client regen and tools/console_version needs a bump
24902026-08-25T09:00:15.984ZAug 25 09:00:14.758 INFO [incorp-manifest] running task
24912026-08-25T09:00:15.984ZAug 25 09:00:14.758 INFO [hubris-production] running task
24922026-08-25T09:00:15.984ZAug 25 09:00:14.758 INFO [hubris-staging] running task
24932026-08-25T09:00:15.984ZAug 25 09:00:14.758 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24942026-08-25T09:00:15.984ZAug 25 09:00:14.759 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24952026-08-25T09:00:15.984ZAug 25 09:00:14.760 INFO [incorp-create] running: pkgrepo create /work/incorporation
24962026-08-25T09:00:15.984ZAug 25 09:00:14.761 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24972026-08-25T09:00:16.027Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24982026-08-25T09:00:16.090Z[ omicron-package] Blocking waiting for file lock on package cache
24992026-08-25T09:00:16.219ZAug 25 09:00:14.996 INFO [incorp-create] process exited with exit status: 0 (235.851612ms)
25002026-08-25T09:00:16.222ZAug 25 09:00:14.996 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25012026-08-25T09:00:16.488ZAug 25 09:00:15.265 INFO [incorp-publisher] process exited with exit status: 0 (268.988265ms)
25022026-08-25T09:00:16.780Z[ omicron-package] Blocking waiting for file lock on package cache
25032026-08-25T09:00:17.107ZAug 25 09:00:15.884 INFO [hubris-production] task succeeded (1.125374166s)
25042026-08-25T09:00:17.992Z[ omicron-package] Compiling macaddr v1.0.1
25052026-08-25T09:00:17.995Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25062026-08-25T09:00:17.995Z[ omicron-package] Compiling secrecy v0.10.3
25072026-08-25T09:00:17.995Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25082026-08-25T09:00:17.995Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25092026-08-25T09:00:17.995Z[ omicron-package] Compiling heapless v0.8.0
25102026-08-25T09:00:17.995Z[ omicron-package] Compiling ingot-macros v0.2.0
25112026-08-25T09:00:17.995Z[ omicron-package] Compiling hash32 v0.3.1
25122026-08-25T09:00:17.995Z[ omicron-package] Compiling inout v0.1.4
25132026-08-25T09:00:17.996Z[ omicron-package] Compiling multer v3.1.0
25142026-08-25T09:00:17.996Z[ omicron-package] Compiling compression-core v0.4.31
25152026-08-25T09:00:17.996Z[ omicron-package] Compiling match_cfg v0.1.0
25162026-08-25T09:00:17.996Z[ omicron-package] Compiling smoltcp v0.11.0
25172026-08-25T09:00:17.996Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25182026-08-25T09:00:17.996Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-08-25T09:00:17.996Z[ omicron-package] Compiling slog-json v2.6.1
25202026-08-25T09:00:18.244ZAug 25 09:00:17.021 DEBG process exited with exit status: 0 (2.262350244s)
25212026-08-25T09:00:18.248ZAug 25 09:00:17.021 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25222026-08-25T09:00:18.446Z[ omicron-package] Compiling hostname v0.3.1
25232026-08-25T09:00:18.706Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25242026-08-25T09:00:18.908Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25252026-08-25T09:00:19.027Z[ omicron-package] Compiling cipher v0.4.4
25262026-08-25T09:00:19.054Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25272026-08-25T09:00:19.058Z[ omicron-package] Compiling compression-codecs v0.4.37
25282026-08-25T09:00:19.058Z[ omicron-package] Compiling cobs v0.3.0
25292026-08-25T09:00:19.058Z[ omicron-package] Compiling universal-hash v0.5.1
25302026-08-25T09:00:19.090Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25312026-08-25T09:00:19.295Z[ omicron-package] Compiling dropshot v0.17.1
25322026-08-25T09:00:19.299Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25332026-08-25T09:00:19.299Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25342026-08-25T09:00:19.299Z[ omicron-package] Compiling serde_spanned v1.1.1
25352026-08-25T09:00:19.299Z[ omicron-package] Compiling async-stream-impl v0.3.6
25362026-08-25T09:00:19.299Z[ omicron-package] Compiling convert_case v0.4.0
25372026-08-25T09:00:19.339Z[ omicron-package] Compiling opaque-debug v0.3.1
25382026-08-25T09:00:19.471Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25392026-08-25T09:00:19.471Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25402026-08-25T09:00:19.600Z[ omicron-package] Compiling poly1305 v0.8.0
25412026-08-25T09:00:19.603Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25422026-08-25T09:00:19.603Z[ omicron-package] Compiling postcard v1.1.3
25432026-08-25T09:00:19.790Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25442026-08-25T09:00:19.793Z[ omicron-package] Compiling derive_more v0.99.20
25452026-08-25T09:00:19.961Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25462026-08-25T09:00:20.046Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25472026-08-25T09:00:20.049Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25482026-08-25T09:00:20.110Z[ omicron-package] Compiling async-stream v0.3.6
25492026-08-25T09:00:20.163Z[ omicron-package] Compiling chacha20 v0.9.1
25502026-08-25T09:00:20.196Z[ omicron-package] Compiling async-compression v0.4.41
25512026-08-25T09:00:20.347Z[ omicron-package] Compiling slog-bunyan v2.5.0
25522026-08-25T09:00:20.347Z[ omicron-package] Compiling num_enum_derive v0.7.6
25532026-08-25T09:00:20.350Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25542026-08-25T09:00:20.386Z[ omicron-package] Compiling sha1 v0.11.0
25552026-08-25T09:00:20.430Z[ omicron-package] Compiling progenitor-client v0.14.0
25562026-08-25T09:00:20.563Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25572026-08-25T09:00:20.610Z[ omicron-package] Compiling parse-display-derive v0.10.0
25582026-08-25T09:00:20.735Z[ omicron-package] Compiling waitgroup v0.1.2
25592026-08-25T09:00:20.835Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25602026-08-25T09:00:20.973Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25612026-08-25T09:00:21.010Z[ omicron-package] Compiling backon v1.6.0
25622026-08-25T09:00:21.077Z[ omicron-package] Compiling password-hash v0.5.0
25632026-08-25T09:00:21.151Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25642026-08-25T09:00:21.187ZAug 25 09:00:19.964 DEBG process exited with exit status: 0 (2.942955089s)
25652026-08-25T09:00:21.191ZAug 25 09:00:19.965 INFO [incorp-manifest] task succeeded (5.206945567s)
25662026-08-25T09:00:21.191ZAug 25 09:00:19.965 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25672026-08-25T09:00:21.222Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
25682026-08-25T09:00:21.265Z[ omicron-package] Compiling blake2 v0.10.6
25692026-08-25T09:00:21.300Z[ omicron-package] Compiling aead v0.5.2
25702026-08-25T09:00:21.374Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25712026-08-25T09:00:21.378Z[ omicron-package] Compiling proc-macro-error v1.0.4
25722026-08-25T09:00:21.381Z[ omicron-package] Compiling ingot-types v0.2.0
25732026-08-25T09:00:21.424ZAug 25 09:00:20.201 INFO [incorp-fmt] process exited with exit status: 0 (235.648882ms)
25742026-08-25T09:00:21.428ZAug 25 09:00:20.201 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25752026-08-25T09:00:21.479Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25762026-08-25T09:00:21.668Z[ omicron-package] Compiling hostname v0.4.2
25772026-08-25T09:00:21.728Z[ omicron-package] Compiling instant v0.1.13
25782026-08-25T09:00:21.837Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25792026-08-25T09:00:21.877Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T090020Z
25802026-08-25T09:00:21.877Z[ incorp-pkgsend] PUBLISHED
25812026-08-25T09:00:21.901Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
25822026-08-25T09:00:21.943ZAug 25 09:00:20.720 INFO [incorp-pkgsend] process exited with exit status: 0 (518.241253ms)
25832026-08-25T09:00:21.949ZAug 25 09:00:20.726 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25842026-08-25T09:00:21.955Z[ omicron-package] Compiling ingot v0.2.1
25852026-08-25T09:00:22.041Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25862026-08-25T09:00:22.083Z[ omicron-package] Compiling backoff v0.4.0
25872026-08-25T09:00:22.188Z[ helios-incorp] Retrieving packages for publisher helios ...
25882026-08-25T09:00:22.195Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25892026-08-25T09:00:22.216Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25902026-08-25T09:00:22.216Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25912026-08-25T09:00:22.216Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25922026-08-25T09:00:22.220Z[ helios-incorp]
25932026-08-25T09:00:22.221Z[ helios-incorp] Archiving packages ...
25942026-08-25T09:00:22.224Z[ helios-incorp] Packages to add: 1
25952026-08-25T09:00:22.224Z[ helios-incorp] Files to retrieve: 0
25962026-08-25T09:00:22.224Z[ helios-incorp] Estimated transfer size: 0.00 B
25972026-08-25T09:00:22.224Z[ helios-incorp]
25982026-08-25T09:00:22.224Z[ helios-incorp] Packages to archive:
25992026-08-25T09:00:22.224Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T090020Z
26002026-08-25T09:00:22.224Z[ helios-incorp]
26012026-08-25T09:00:22.224Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26022026-08-25T09:00:22.224Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
26032026-08-25T09:00:22.242Z[ omicron-package] Compiling num_enum v0.7.6
26042026-08-25T09:00:22.286ZAug 25 09:00:21.063 INFO [helios-incorp] process exited with exit status: 0 (342.524467ms)
26052026-08-25T09:00:22.290Z[ omicron-package] Compiling argon2 v0.5.3
26062026-08-25T09:00:22.293Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26072026-08-25T09:00:22.293Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26082026-08-25T09:00:22.420Z[ omicron-package] Compiling parse-display v0.10.0
26092026-08-25T09:00:22.420Z[ omicron-package] Compiling num_enum_derive v0.5.11
26102026-08-25T09:00:22.424Z[ omicron-package] Compiling progenitor-extras v0.2.0
26112026-08-25T09:00:22.424Z[ omicron-package] Compiling vsss-rs v3.3.4
26122026-08-25T09:00:22.508Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26132026-08-25T09:00:22.606Z[ omicron-package] Compiling foreign-types v0.5.0
26142026-08-25T09:00:22.741Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26152026-08-25T09:00:22.803Z[ omicron-package] Compiling regress v0.10.5
26162026-08-25T09:00:22.819Z[ omicron-package] Compiling itertools v0.14.0
26172026-08-25T09:00:22.823Z[ omicron-package] Compiling tabwriter v1.4.1
26182026-08-25T09:00:22.905Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26192026-08-25T09:00:23.029Z[ omicron-package] Compiling cstr-argument v0.1.2
26202026-08-25T09:00:23.075Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26212026-08-25T09:00:23.337Z[ omicron-package] Compiling humantime v2.3.0
26222026-08-25T09:00:23.417Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26232026-08-25T09:00:23.487Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26242026-08-25T09:00:23.518Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26252026-08-25T09:00:23.622Z[ omicron-package] Compiling num_enum v0.5.11
26262026-08-25T09:00:23.692Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26272026-08-25T09:00:23.885Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26282026-08-25T09:00:23.955Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26292026-08-25T09:00:24.116Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26302026-08-25T09:00:24.146Z[ omicron-package] Compiling rayon v1.11.0
26312026-08-25T09:00:24.215Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26322026-08-25T09:00:24.215Z[ omicron-package] Compiling rand v0.10.1
26332026-08-25T09:00:24.300Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26342026-08-25T09:00:24.339Z[ omicron-package] Compiling colored v3.1.1
26352026-08-25T09:00:24.340Z[ omicron-package] Compiling libefi-sys v0.1.0
26362026-08-25T09:00:24.344Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26372026-08-25T09:00:24.466Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26382026-08-25T09:00:24.575Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26392026-08-25T09:00:24.623Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26402026-08-25T09:00:24.740Z[ omicron-package] Compiling itertools v0.12.1
26412026-08-25T09:00:24.816Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26422026-08-25T09:00:25.002Z[ omicron-package] Compiling usdt-macro v0.5.0
26432026-08-25T09:00:25.028Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26442026-08-25T09:00:25.097Z[ omicron-package] Compiling sigpipe v0.1.3
26452026-08-25T09:00:25.127Z[ omicron-package] Compiling memmap v0.7.0
26462026-08-25T09:00:25.199Z[ omicron-package] Compiling num-derive v0.4.2
26472026-08-25T09:00:25.302Z[ omicron-package] Compiling bitfield-struct v0.6.2
26482026-08-25T09:00:25.374Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26492026-08-25T09:00:25.455Z[ omicron-package] Compiling swrite v0.1.0
26502026-08-25T09:00:25.628Z[ omicron-package] Compiling glob v0.3.3
26512026-08-25T09:00:26.096Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26522026-08-25T09:00:26.126Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26532026-08-25T09:00:26.182Z[ omicron-package] Compiling usdt v0.5.0
26542026-08-25T09:00:26.276Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26552026-08-25T09:00:26.297Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26562026-08-25T09:00:26.557Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26572026-08-25T09:00:26.613Z[ omicron-package] Compiling zone v0.3.1
26582026-08-25T09:00:26.613Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26592026-08-25T09:00:26.685Z[ omicron-package] Compiling smf v0.2.3
26602026-08-25T09:00:26.705Z[ omicron-package] Compiling whoami v1.6.1
26612026-08-25T09:00:26.746Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26622026-08-25T09:00:26.786Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26632026-08-25T09:00:26.815Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26642026-08-25T09:00:26.959Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26652026-08-25T09:00:27.077Z[ omicron-package] Compiling gethostname v0.5.0
26662026-08-25T09:00:27.219Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26672026-08-25T09:00:27.259Z[ omicron-package] Compiling console v0.16.2
26682026-08-25T09:00:27.364Z[ omicron-package] Compiling unit-prefix v0.5.2
26692026-08-25T09:00:27.405Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26702026-08-25T09:00:27.785Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26712026-08-25T09:00:27.933Z[ omicron-package] Compiling indicatif v0.18.4
26722026-08-25T09:00:31.161Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26732026-08-25T09:00:31.802Z[ helios-setup] Aug 25 09:00:30.579 INFO helios repository root is: /work/oxidecomputer/helios
26742026-08-25T09:00:31.805Z[ helios-setup] Aug 25 09:00:30.580 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26752026-08-25T09:00:31.805Z[ helios-setup] Aug 25 09:00:30.580 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
26762026-08-25T09:00:31.806Z[ helios-setup] Aug 25 09:00:30.580 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26772026-08-25T09:00:31.806Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26782026-08-25T09:00:33.332ZAug 25 09:00:32.109 INFO [hubris-staging] task succeeded (17.350467994s)
26792026-08-25T09:00:38.051Z[ helios-setup] Aug 25 09:00:36.827 INFO clone ok!, project: amd-firmware
26802026-08-25T09:00:38.054Z[ helios-setup] Aug 25 09:00:36.827 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
26812026-08-25T09:00:38.054Z[ helios-setup] Aug 25 09:00:36.827 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26822026-08-25T09:00:38.054Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26832026-08-25T09:00:39.011Z[ helios-setup] Aug 25 09:00:37.788 INFO clone ok!, project: chelsio-t6-roms
26842026-08-25T09:00:39.011Z[ helios-setup] Aug 25 09:00:37.788 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
26852026-08-25T09:00:39.015Z[ helios-setup] Aug 25 09:00:37.788 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26862026-08-25T09:00:39.015Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26872026-08-25T09:00:39.707Z[ helios-setup] Aug 25 09:00:38.484 INFO clone ok!, project: phbl
26882026-08-25T09:00:39.711Z[ helios-setup] Aug 25 09:00:38.484 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-25T09:00:39.711Z[ helios-setup] Aug 25 09:00:38.485 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26902026-08-25T09:00:39.711Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26912026-08-25T09:00:40.525Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26922026-08-25T09:00:40.765Z[ helios-setup] Aug 25 09:00:39.542 INFO clone ok!, project: pilot
26932026-08-25T09:00:40.768Z[ helios-setup] Aug 25 09:00:39.542 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
26942026-08-25T09:00:40.768Z[ helios-setup] Aug 25 09:00:39.542 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26952026-08-25T09:00:40.768Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26962026-08-25T09:00:41.765Z[ helios-setup] Aug 25 09:00:40.542 INFO clone ok!, project: dmar-report
26972026-08-25T09:00:41.769Z[ helios-setup] Aug 25 09:00:40.542 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26982026-08-25T09:00:41.769Z[ helios-setup] Aug 25 09:00:40.543 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
26992026-08-25T09:00:41.769Z[ helios-setup] Aug 25 09:00:40.543 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
27002026-08-25T09:00:41.769Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27012026-08-25T09:00:42.653Z[ helios-setup] Aug 25 09:00:41.430 INFO clone ok!, project: amd-host-image-builder
27022026-08-25T09:00:42.653Z[ helios-setup] Aug 25 09:00:41.430 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
27032026-08-25T09:00:42.656Z[ helios-setup] Aug 25 09:00:41.430 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27042026-08-25T09:00:42.656Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27052026-08-25T09:00:43.238Z[ helios-setup] Aug 25 09:00:42.015 INFO clone ok!, project: image-builder
27062026-08-25T09:00:43.241Z[ helios-setup] Aug 25 09:00:42.015 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
27072026-08-25T09:00:43.241Z[ helios-setup] Aug 25 09:00:42.015 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
27082026-08-25T09:00:43.241Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
27092026-08-25T09:00:43.883Z[ helios-setup] Aug 25 09:00:42.660 INFO clone ok!, project: pinprick
27102026-08-25T09:00:43.887Z[ helios-setup] Aug 25 09:00:42.660 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
27112026-08-25T09:00:43.887Z[ helios-setup] Aug 25 09:00:42.660 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27122026-08-25T09:00:43.887Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27132026-08-25T09:00:44.096Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27142026-08-25T09:00:44.505Z[ helios-setup] Aug 25 09:00:43.282 INFO clone ok!, project: bootserver
27152026-08-25T09:00:44.505Z[ helios-setup] Aug 25 09:00:43.282 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27162026-08-25T09:00:44.508Z[ helios-setup] Aug 25 09:00:43.282 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27172026-08-25T09:00:44.744Z[ helios-setup] Aug 25 09:00:43.521 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27182026-08-25T09:00:45.013Z[ helios-setup] Aug 25 09:00:43.789 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27192026-08-25T09:00:45.013Z[ helios-setup] Aug 25 09:00:43.790 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27202026-08-25T09:00:45.246Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27212026-08-25T09:00:45.285Z[ helios-setup] Aug 25 09:00:44.061 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27222026-08-25T09:00:45.536Z[ helios-setup] Aug 25 09:00:44.312 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27232026-08-25T09:00:45.536Z[ helios-setup] Aug 25 09:00:44.312 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27242026-08-25T09:00:45.779Z[ helios-setup] Aug 25 09:00:44.555 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27252026-08-25T09:00:46.003Z[ helios-setup] Aug 25 09:00:44.779 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27262026-08-25T09:00:46.003Z[ helios-setup] Aug 25 09:00:44.780 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27272026-08-25T09:00:46.007Z[ helios-setup] Aug 25 09:00:44.780 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27282026-08-25T09:00:46.007Z[ helios-setup] Aug 25 09:00:44.780 INFO ok!
27292026-08-25T09:00:46.007Z[ helios-setup] Aug 25 09:00:44.780 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27302026-08-25T09:00:46.007Z[ helios-setup] Aug 25 09:00:44.780 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27312026-08-25T09:00:46.007Z[ helios-setup] Aug 25 09:00:44.780 INFO ok!
27322026-08-25T09:00:46.007Z[ helios-setup] Aug 25 09:00:44.780 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27332026-08-25T09:00:46.007Z[ helios-setup] Aug 25 09:00:44.780 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27342026-08-25T09:00:46.008Z[ helios-setup] Aug 25 09:00:44.780 INFO ok!
27352026-08-25T09:00:46.008Z[ helios-setup] Aug 25 09:00:44.780 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
27362026-08-25T09:00:56.063Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.07s
27372026-08-25T09:00:56.303Z[ omicron-package]
27382026-08-25T09:00:56.303Z[ omicron-package] real 40.256536651
27392026-08-25T09:00:56.306Z[ omicron-package] user 3:55.900608630
27402026-08-25T09:00:56.306Z[ omicron-package] sys 27.795410475
27412026-08-25T09:00:56.306Z[ omicron-package] trap 0.498052688
27422026-08-25T09:00:56.306Z[ omicron-package] tflt 0.380474147
27432026-08-25T09:00:56.306Z[ omicron-package] dflt 2.650533107
27442026-08-25T09:00:56.306Z[ omicron-package] kflt 0.000275070
27452026-08-25T09:00:56.306Z[ omicron-package] lock 11:38.211635145
27462026-08-25T09:00:56.306Z[ omicron-package] slp 6:13.947674965
27472026-08-25T09:00:56.306Z[ omicron-package] lat 51.473251705
27482026-08-25T09:00:56.306Z[ omicron-package] stop 1:53.959927790
27492026-08-25T09:00:56.306ZAug 25 09:00:55.081 INFO [omicron-package] process exited with exit status: 0 (40.319584962s)
27502026-08-25T09:00:56.306ZAug 25 09:00:55.081 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27512026-08-25T09:00:56.306ZAug 25 09:00:55.081 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27522026-08-25T09:00:56.314Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27532026-08-25T09:00:56.315Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27542026-08-25T09:00:56.318Z[ host-target] Created new build target 'host' and set it as active
27552026-08-25T09:00:56.318Z[ recovery-target] Created new build target 'recovery' and set it as active
27562026-08-25T09:00:56.318ZAug 25 09:00:55.094 INFO [recovery-target] process exited with exit status: 0 (13.741266ms)
27572026-08-25T09:00:56.321ZAug 25 09:00:55.095 INFO [host-target] process exited with exit status: 0 (13.944637ms)
27582026-08-25T09:00:56.321ZAug 25 09:00:55.095 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27592026-08-25T09:00:56.324Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27602026-08-25T09:00:57.967Z[ host-package] Compiling heck v0.5.0
27612026-08-25T09:00:57.967Z[ host-package] Compiling regress v0.11.1
27622026-08-25T09:00:58.217Z[ host-package] Compiling unsafe-libyaml v0.2.11
27632026-08-25T09:00:58.236Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27642026-08-25T09:00:58.263Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27652026-08-25T09:00:58.264Z[ host-package] Compiling derive-where v1.6.0
27662026-08-25T09:00:58.267Z[ host-package] Compiling bytecount v0.6.9
27672026-08-25T09:00:58.307Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27682026-08-25T09:00:58.327Z[ host-package] Compiling atomicwrites v0.4.4
27692026-08-25T09:00:58.330Z[ host-package] Compiling is-terminal v0.4.17
27702026-08-25T09:00:58.392Z[ host-package] Compiling prettyplease v0.2.37
27712026-08-25T09:00:58.396Z[ host-package] Compiling newline-converter v0.3.0
27722026-08-25T09:00:58.396Z[ host-package] Compiling console v0.15.11
27732026-08-25T09:00:58.417Z[ host-package] Compiling slog-dtrace v0.3.0
27742026-08-25T09:00:58.420Z[ host-package] Compiling resolv-conf v0.7.6
27752026-08-25T09:00:58.510Z[ host-package] Compiling cancel-safe-futures v0.1.5
27762026-08-25T09:00:58.538Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27772026-08-25T09:00:58.538Z[ host-package] Compiling num-rational v0.4.2
27782026-08-25T09:00:58.584Z[ host-package] Compiling num-complex v0.4.6
27792026-08-25T09:00:58.588Z[ host-package] Compiling thread_local v1.1.9
27802026-08-25T09:00:58.764Z[ host-package] Compiling compression-core v0.4.31
27812026-08-25T09:00:58.787Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27822026-08-25T09:00:58.903Z[ host-package] Compiling expectorate v1.2.0
27832026-08-25T09:00:58.967Z[ host-package] Compiling match_cfg v0.1.0
27842026-08-25T09:00:59.058Z[ host-package] Compiling num v0.4.3
27852026-08-25T09:00:59.079Z[ host-package] Compiling hostname v0.3.1
27862026-08-25T09:00:59.111Z[ host-package] Compiling compression-codecs v0.4.37
27872026-08-25T09:00:59.136Z[ host-package] Compiling multer v3.1.0
27882026-08-25T09:00:59.160Z[ host-package] Compiling slog-async v2.8.0
27892026-08-25T09:00:59.183Z[ host-package] Compiling crossbeam-channel v0.5.15
27902026-08-25T09:00:59.210Z[ host-package] Compiling slog-json v2.6.1
27912026-08-25T09:00:59.232Z[ host-package] Compiling serde_spanned v1.1.1
27922026-08-25T09:00:59.252Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27932026-08-25T09:00:59.390Z[ host-package] Compiling term v1.2.1
27942026-08-25T09:00:59.412Z[ host-package] Compiling linear-map v1.2.0
27952026-08-25T09:00:59.438Z[ host-package] Compiling linked-hash-map v0.5.6
27962026-08-25T09:00:59.464Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27972026-08-25T09:00:59.523Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27982026-08-25T09:00:59.548Z[ host-package] Compiling oxide-update-engine-types v0.1.2
27992026-08-25T09:00:59.551Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28002026-08-25T09:00:59.570Z[ host-package] Compiling take_mut v0.2.2
28012026-08-25T09:00:59.639Z[ host-package] Compiling float-ord v0.3.2
28022026-08-25T09:00:59.682Z[ host-package] Compiling lru-cache v0.1.2
28032026-08-25T09:00:59.685Z[ host-package] Compiling slog-bunyan v2.5.0
28042026-08-25T09:00:59.726Z[ host-package] Compiling slog-term v2.9.2
28052026-08-25T09:00:59.752Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28062026-08-25T09:00:59.794Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28072026-08-25T09:00:59.816Z[ host-package] Compiling typify-impl v0.6.2
28082026-08-25T09:00:59.840Z[ host-package] Compiling async-compression v0.4.41
28092026-08-25T09:00:59.951Z[ host-package] Compiling async-stream v0.3.6
28102026-08-25T09:01:00.150Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28112026-08-25T09:01:00.196Z[ host-package] Compiling dropshot v0.17.1
28122026-08-25T09:01:00.199Z[ host-package] Compiling sha1 v0.11.0
28132026-08-25T09:01:00.249Z[ host-package] Compiling progenitor-client v0.14.0
28142026-08-25T09:01:00.272Z[ host-package] Compiling waitgroup v0.1.2
28152026-08-25T09:01:00.307Z[ host-package] Compiling rustls-pemfile v2.2.0
28162026-08-25T09:01:00.337Z[ host-package] Compiling backon v1.6.0
28172026-08-25T09:01:00.361Z[ host-package] Compiling serde_path_to_error v0.1.20
28182026-08-25T09:01:00.439Z[ host-package] Compiling hostname v0.4.2
28192026-08-25T09:01:00.511Z[ host-package] Compiling instant v0.1.13
28202026-08-25T09:01:00.543Z[ host-package] Compiling debug-ignore v1.0.5
28212026-08-25T09:01:00.576Z[ host-package] Compiling minimal-lexical v0.2.1
28222026-08-25T09:01:00.600Z[ host-package] Compiling progenitor-extras v0.2.0
28232026-08-25T09:01:00.625Z[ host-package] Compiling backoff v0.4.0
28242026-08-25T09:01:00.653Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28252026-08-25T09:01:00.687Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28262026-08-25T09:01:00.861Z[ host-package] Compiling nom v7.1.3
28272026-08-25T09:01:00.885Z[ host-package] Compiling oxide-update-engine v0.1.2
28282026-08-25T09:01:00.915Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28292026-08-25T09:01:00.938Z[ host-package] Compiling parse-display v0.10.0
28302026-08-25T09:01:00.965Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28312026-08-25T09:01:00.989Z[ host-package] Compiling hickory-proto v0.24.4
28322026-08-25T09:01:01.510Z[ host-package] Compiling regress v0.10.5
28332026-08-25T09:01:01.662Z[ host-package] Compiling itertools v0.14.0
28342026-08-25T09:01:02.270Z[ host-package] Compiling macaddr v1.0.1
28352026-08-25T09:01:02.313Z[ host-package] Compiling humantime v2.3.0
28362026-08-25T09:01:02.376Z[ host-package] Compiling unicode-xid v0.2.6
28372026-08-25T09:01:02.589Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28382026-08-25T09:01:02.700Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28392026-08-25T09:01:02.909Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28402026-08-25T09:01:02.956Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28412026-08-25T09:01:03.127Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
28422026-08-25T09:01:03.179Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28432026-08-25T09:01:03.265Z[ host-package] Compiling toml v0.8.23
28442026-08-25T09:01:03.290Z[ host-package] Compiling papergrid v0.11.0
28452026-08-25T09:01:03.483Z[ host-package] Compiling tabled_derive v0.7.0
28462026-08-25T09:01:03.570Z[ host-package] Compiling typify-macro v0.6.2
28472026-08-25T09:01:03.659Z[ host-package] Compiling termtree v0.5.1
28482026-08-25T09:01:03.839Z[ host-package] Compiling hickory-resolver v0.24.4
28492026-08-25T09:01:03.894Z[ host-package] Compiling crossterm v0.29.0
28502026-08-25T09:01:03.924Z[ host-package] Compiling phf_shared v0.12.1
28512026-08-25T09:01:04.279Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28522026-08-25T09:01:04.569Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28532026-08-25T09:01:04.596Z[ host-package] Compiling tabled v0.15.0
28542026-08-25T09:01:05.283Z[ host-package] Compiling qorb v0.4.1
28552026-08-25T09:01:05.359Z[ host-package] Compiling typify v0.6.2
28562026-08-25T09:01:05.742Z[ host-package] Compiling progenitor-impl v0.14.0
28572026-08-25T09:01:06.432Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28582026-08-25T09:01:07.051Z[ host-package] Compiling csv-core v0.1.13
28592026-08-25T09:01:07.153Z[ host-package] Compiling vte v0.14.1
28602026-08-25T09:01:07.476Z[ host-package] Compiling highway v1.3.0
28612026-08-25T09:01:07.533Z[ host-package] Compiling chrono-tz v0.10.4
28622026-08-25T09:01:07.545Z[ helios-setup] Aug 25 09:01:06.321 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')"
28632026-08-25T09:01:07.545Z[ helios-setup] Aug 25 09:01:06.321 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28642026-08-25T09:01:07.557Z[ helios-setup] Aug 25 09:01:06.330 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
28652026-08-25T09:01:07.557Z[ helios-setup] Aug 25 09:01:06.330 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28662026-08-25T09:01:07.557Z[ helios-setup] Aug 25 09:01:06.330 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28672026-08-25T09:01:07.663Z[ helios-setup] Aug 25 09:01:06.440 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28682026-08-25T09:01:08.034Z[ helios-setup] Aug 25 09:01:06.810 INFO E| From https://github.com/jclulow/hiercmd
28692026-08-25T09:01:08.034Z[ helios-setup] Aug 25 09:01:06.810 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
28702026-08-25T09:01:08.053Z[ helios-setup] Aug 25 09:01:06.829 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
28712026-08-25T09:01:08.096Z[ host-package] Compiling progenitor-macro v0.14.0
28722026-08-25T09:01:08.259Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28732026-08-25T09:01:08.383Z[ helios-setup] Aug 25 09:01:07.159 INFO E| From https://github.com/oxidecomputer/network-interface
28742026-08-25T09:01:08.383Z[ helios-setup] Aug 25 09:01:07.159 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
28752026-08-25T09:01:08.395Z[ helios-setup] Aug 25 09:01:07.172 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28762026-08-25T09:01:08.757Z[ helios-setup] Aug 25 09:01:07.532 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28772026-08-25T09:01:08.757Z[ helios-setup] Aug 25 09:01:07.532 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28782026-08-25T09:01:08.773Z[ helios-setup] Aug 25 09:01:07.550 INFO E| Updating crates.io index
28792026-08-25T09:01:08.839Z[ helios-setup] Aug 25 09:01:07.615 INFO E| Downloading crates ...
28802026-08-25T09:01:08.898Z[ helios-setup] Aug 25 09:01:07.675 INFO E| Downloaded bitflags v2.10.0
28812026-08-25T09:01:08.902Z[ helios-setup] Aug 25 09:01:07.678 INFO E| Downloaded bitfield v0.19.3
28822026-08-25T09:01:08.918Z[ helios-setup] Aug 25 09:01:07.695 INFO E| Downloaded anstyle-query v1.1.4
28832026-08-25T09:01:08.921Z[ helios-setup] Aug 25 09:01:07.696 INFO E| Downloaded futures-task v0.3.31
28842026-08-25T09:01:08.922Z[ helios-setup] Aug 25 09:01:07.696 INFO E| Downloaded env_filter v0.1.4
28852026-08-25T09:01:08.922Z[ helios-setup] Aug 25 09:01:07.697 INFO E| Downloaded futures-io v0.3.31
28862026-08-25T09:01:08.925Z[ helios-setup] Aug 25 09:01:07.698 INFO E| Downloaded pin-utils v0.1.0
28872026-08-25T09:01:08.937Z[ helios-setup] Aug 25 09:01:07.713 INFO E| Downloaded cc v1.2.44
28882026-08-25T09:01:08.966Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28892026-08-25T09:01:08.970Z[ helios-setup] Aug 25 09:01:07.745 INFO E| Downloaded futures-core v0.3.31
28902026-08-25T09:01:08.974Z[ helios-setup] Aug 25 09:01:07.747 INFO E| Downloaded libdevinfo-sys v1.1.0
28912026-08-25T09:01:08.974Z[ helios-setup] Aug 25 09:01:07.748 INFO E| Downloaded time-core v0.1.6
28922026-08-25T09:01:08.974Z[ helios-setup] Aug 25 09:01:07.748 INFO E| Downloaded itoa v1.0.15
28932026-08-25T09:01:08.974Z[ helios-setup] Aug 25 09:01:07.749 INFO E| Downloaded simd-adler32 v0.3.7
28942026-08-25T09:01:08.974Z[ helios-setup] Aug 25 09:01:07.750 INFO E| Downloaded crc v3.3.0
28952026-08-25T09:01:08.977Z[ helios-setup] Aug 25 09:01:07.751 INFO E| Downloaded zeroize_derive v1.4.2
28962026-08-25T09:01:08.977Z[ helios-setup] Aug 25 09:01:07.752 INFO E| Downloaded devinfo v0.1.0
28972026-08-25T09:01:08.977Z[ helios-setup] Aug 25 09:01:07.753 INFO E| Downloaded base64ct v1.8.0
28982026-08-25T09:01:08.980Z[ helios-setup] Aug 25 09:01:07.754 INFO E| Downloaded futures-channel v0.3.31
28992026-08-25T09:01:08.980Z[ helios-setup] Aug 25 09:01:07.755 INFO E| Downloaded anstyle v1.0.13
29002026-08-25T09:01:08.980Z[ helios-setup] Aug 25 09:01:07.756 INFO E| Downloaded serde_spanned v1.0.3
29012026-08-25T09:01:09.002Z[ helios-setup] Aug 25 09:01:07.779 INFO E| Downloaded futures-sink v0.3.31
29022026-08-25T09:01:09.006Z[ helios-setup] Aug 25 09:01:07.780 INFO E| Downloaded bitfield-macros v0.19.3
29032026-08-25T09:01:09.039Z[ helios-setup] Aug 25 09:01:07.816 INFO E| Downloaded deranged v0.5.5
29042026-08-25T09:01:09.054Z[ host-package] Compiling csv v1.4.0
29052026-08-25T09:01:09.058Z[ helios-setup] Aug 25 09:01:07.832 INFO E| Downloaded futures-macro v0.3.31
29062026-08-25T09:01:09.058Z[ helios-setup] Aug 25 09:01:07.833 INFO E| Downloaded pin-project-lite v0.2.16
29072026-08-25T09:01:09.061Z[ helios-setup] Aug 25 09:01:07.836 INFO E| Downloaded futures-executor v0.3.31
29082026-08-25T09:01:09.061Z[ helios-setup] Aug 25 09:01:07.837 INFO E| Downloaded getopts v0.2.24
29092026-08-25T09:01:09.061Z[ helios-setup] Aug 25 09:01:07.838 INFO E| Downloaded env_logger v0.11.8
29102026-08-25T09:01:09.064Z[ helios-setup] Aug 25 09:01:07.839 INFO E| Downloaded quote v1.0.41
29112026-08-25T09:01:09.068Z[ helios-setup] Aug 25 09:01:07.841 INFO E| Downloaded generic-array v0.14.9
29122026-08-25T09:01:09.068Z[ helios-setup] Aug 25 09:01:07.842 INFO E| Downloaded time-macros v0.2.24
29132026-08-25T09:01:09.068Z[ helios-setup] Aug 25 09:01:07.844 INFO E| Downloaded toml_writer v1.0.4
29142026-08-25T09:01:09.071Z[ helios-setup] Aug 25 09:01:07.845 INFO E| Downloaded num_enum_derive v0.7.5
29152026-08-25T09:01:09.071Z[ helios-setup] Aug 25 09:01:07.846 INFO E| Downloaded num_enum v0.7.5
29162026-08-25T09:01:09.074Z[ helios-setup] Aug 25 09:01:07.849 INFO E| Downloaded clap_lex v0.7.6
29172026-08-25T09:01:09.074Z[ helios-setup] Aug 25 09:01:07.849 INFO E| Downloaded clap_derive v4.5.49
29182026-08-25T09:01:09.075Z[ helios-setup] Aug 25 09:01:07.851 INFO E| Downloaded thiserror-impl v2.0.17
29192026-08-25T09:01:09.078Z[ helios-setup] Aug 25 09:01:07.852 INFO E| Downloaded signal-hook-registry v1.4.6
29202026-08-25T09:01:09.078Z[ helios-setup] Aug 25 09:01:07.852 INFO E| Downloaded thiserror v2.0.17
29212026-08-25T09:01:09.081Z[ helios-setup] Aug 25 09:01:07.855 INFO E| Downloaded zeroize v1.8.2
29222026-08-25T09:01:09.081Z[ helios-setup] Aug 25 09:01:07.856 INFO E| Downloaded tokio-macros v2.6.0
29232026-08-25T09:01:09.081Z[ helios-setup] Aug 25 09:01:07.857 INFO E| Downloaded slab v0.4.11
29242026-08-25T09:01:09.081Z[ helios-setup] Aug 25 09:01:07.858 INFO E| Downloaded getrandom v0.2.16
29252026-08-25T09:01:09.084Z[ helios-setup] Aug 25 09:01:07.860 INFO E| Downloaded iana-time-zone v0.1.64
29262026-08-25T09:01:09.088Z[ helios-setup] Aug 25 09:01:07.862 INFO E| Downloaded find-msvc-tools v0.1.4
29272026-08-25T09:01:09.104Z[ helios-setup] Aug 25 09:01:07.881 INFO E| Downloaded socket2 v0.6.1
29282026-08-25T09:01:09.108Z[ helios-setup] Aug 25 09:01:07.882 INFO E| Downloaded toml_datetime v0.7.3
29292026-08-25T09:01:09.108Z[ helios-setup] Aug 25 09:01:07.884 INFO E| Downloaded toml_parser v1.0.4
29302026-08-25T09:01:09.116Z[ helios-setup] Aug 25 09:01:07.892 INFO E| Downloaded unicode-ident v1.0.22
29312026-08-25T09:01:09.132Z[ helios-setup] Aug 25 09:01:07.908 INFO E| Downloaded ryu v1.0.20
29322026-08-25T09:01:09.136Z[ helios-setup] Aug 25 09:01:07.911 INFO E| Downloaded clap v4.5.51
29332026-08-25T09:01:09.140Z[ helios-setup] Aug 25 09:01:07.917 INFO E| Downloaded anyhow v1.0.100
29342026-08-25T09:01:09.144Z[ helios-setup] Aug 25 09:01:07.920 INFO E| Downloaded futures v0.3.31
29352026-08-25T09:01:09.147Z[ helios-setup] Aug 25 09:01:07.923 INFO E| Downloaded log v0.4.28
29362026-08-25T09:01:09.150Z[ helios-setup] Aug 25 09:01:07.924 INFO E| Downloaded bytes v1.10.1
29372026-08-25T09:01:09.153Z[ helios-setup] Aug 25 09:01:07.929 INFO E| Downloaded proc-macro2 v1.0.103
29382026-08-25T09:01:09.157Z[ helios-setup] Aug 25 09:01:07.932 INFO E| Downloaded uuid v1.18.1
29392026-08-25T09:01:09.162Z[ helios-setup] Aug 25 09:01:07.934 INFO E| Downloaded serde_core v1.0.228
29402026-08-25T09:01:09.162Z[ helios-setup] Aug 25 09:01:07.936 INFO E| Downloaded term v1.2.0
29412026-08-25T09:01:09.168Z[ helios-setup] Aug 25 09:01:07.939 INFO E| Downloaded serde_derive v1.0.228
29422026-08-25T09:01:09.171Z[ helios-setup] Aug 25 09:01:07.945 INFO E| Downloaded toml_edit v0.23.7
29432026-08-25T09:01:09.205Z[ helios-setup] Aug 25 09:01:07.982 INFO E| Downloaded flate2 v1.1.5
29442026-08-25T09:01:09.228Z[ host-package] Compiling phf v0.12.1
29452026-08-25T09:01:09.232Z[ helios-setup] Aug 25 09:01:08.005 INFO E| Downloaded rand v0.8.5
29462026-08-25T09:01:09.232Z[ helios-setup] Aug 25 09:01:08.008 INFO E| Downloaded toml v0.9.8
29472026-08-25T09:01:09.236Z[ helios-setup] Aug 25 09:01:08.010 INFO E| Downloaded typenum v1.19.0
29482026-08-25T09:01:09.236Z[ helios-setup] Aug 25 09:01:08.012 INFO E| Downloaded rsa v0.9.8
29492026-08-25T09:01:09.261Z[ helios-setup] Aug 25 09:01:08.038 INFO E| Downloaded iddqd v0.3.14
29502026-08-25T09:01:09.265Z[ helios-setup] Aug 25 09:01:08.042 INFO E| Downloaded indexmap v2.12.0
29512026-08-25T09:01:09.270Z[ helios-setup] Aug 25 09:01:08.045 INFO E| Downloaded serde v1.0.228
29522026-08-25T09:01:09.273Z[ helios-setup] Aug 25 09:01:08.048 INFO E| Downloaded zerocopy-derive v0.8.27
29532026-08-25T09:01:09.276Z[ helios-setup] Aug 25 09:01:08.052 INFO E| Downloaded memchr v2.7.6
29542026-08-25T09:01:09.279Z[ helios-setup] Aug 25 09:01:08.055 INFO E| Downloaded mio v1.1.0
29552026-08-25T09:01:09.282Z[ helios-setup] Aug 25 09:01:08.059 INFO E| Downloaded num-bigint-dig v0.8.4
29562026-08-25T09:01:09.297Z[ helios-setup] Aug 25 09:01:08.074 INFO E| Downloaded time v0.3.44
29572026-08-25T09:01:09.314Z[ helios-setup] Aug 25 09:01:08.091 INFO E| Downloaded libm v0.2.15
29582026-08-25T09:01:09.321Z[ helios-setup] Aug 25 09:01:08.098 INFO E| Downloaded serde_json v1.0.145
29592026-08-25T09:01:09.325Z[ helios-setup] Aug 25 09:01:08.102 INFO E| Downloaded futures-util v0.3.31
29602026-08-25T09:01:09.333Z[ helios-setup] Aug 25 09:01:08.109 INFO E| Downloaded hashbrown v0.16.0
29612026-08-25T09:01:09.343Z[ helios-setup] Aug 25 09:01:08.120 INFO E| Downloaded winnow v0.7.13
29622026-08-25T09:01:09.343Z[ helios-setup] Aug 25 09:01:08.120 INFO E| Downloaded clap_builder v4.5.51
29632026-08-25T09:01:09.378Z[ helios-setup] Aug 25 09:01:08.155 INFO E| Downloaded chrono v0.4.42
29642026-08-25T09:01:09.383Z[ helios-setup] Aug 25 09:01:08.160 INFO E| Downloaded unicode-width v0.2.2
29652026-08-25T09:01:09.387Z[ helios-setup] Aug 25 09:01:08.164 INFO E| Downloaded zerocopy v0.8.27
29662026-08-25T09:01:09.409Z[ helios-setup] Aug 25 09:01:08.186 INFO E| Downloaded syn v2.0.108
29672026-08-25T09:01:09.417Z[ helios-setup] Aug 25 09:01:08.193 INFO E| Downloaded rustix v1.1.2
29682026-08-25T09:01:09.434Z[ host-package] Compiling const_format_proc_macros v0.2.34
29692026-08-25T09:01:09.465Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29702026-08-25T09:01:09.469Z[ helios-setup] Aug 25 09:01:08.243 INFO E| Downloaded libc v0.2.177
29712026-08-25T09:01:09.492Z[ helios-setup] Aug 25 09:01:08.269 INFO E| Downloaded tokio v1.48.0
29722026-08-25T09:01:09.600Z[ host-package] Compiling fd-lock v4.0.4
29732026-08-25T09:01:09.616Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling proc-macro2 v1.0.103
29742026-08-25T09:01:09.616Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling quote v1.0.41
29752026-08-25T09:01:09.616Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling unicode-ident v1.0.22
29762026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling libc v0.2.177
29772026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling serde_core v1.0.228
29782026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling cfg-if v1.0.4
29792026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling serde v1.0.228
29802026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling version_check v0.9.5
29812026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling autocfg v1.5.0
29822026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling const-oid v0.9.6
29832026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling typenum v1.19.0
29842026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling libm v0.2.15
29852026-08-25T09:01:09.619Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling zerocopy v0.8.27
29862026-08-25T09:01:09.620Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling rustversion v1.0.22
29872026-08-25T09:01:09.620Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling zeroize v1.8.2
29882026-08-25T09:01:09.620Z[ helios-setup] Aug 25 09:01:08.392 INFO E| Compiling base64ct v1.8.0
29892026-08-25T09:01:09.673Z[ host-package] Compiling peg-macros v0.8.5
29902026-08-25T09:01:10.343Z[ host-package] Compiling nu-ansi-term v0.50.3
29912026-08-25T09:01:10.419Z[ helios-setup] Aug 25 09:01:09.196 INFO E| Compiling smallvec v1.15.1
29922026-08-25T09:01:10.442Z[ host-package] Compiling const_format v0.2.35
29932026-08-25T09:01:10.488Z[ helios-setup] Aug 25 09:01:09.264 INFO E| Compiling winnow v0.7.13
29942026-08-25T09:01:10.537Z[ helios-setup] Aug 25 09:01:09.313 INFO E| Compiling anyhow v1.0.100
29952026-08-25T09:01:10.637Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29962026-08-25T09:01:10.741Z[ helios-setup] Aug 25 09:01:09.518 INFO E| Compiling memchr v2.7.6
29972026-08-25T09:01:10.857Z[ helios-setup] Aug 25 09:01:09.633 INFO E| Compiling byteorder v1.5.0
29982026-08-25T09:01:11.005Z[ host-package] Compiling reedline v0.40.0
29992026-08-25T09:01:11.011Z[ helios-setup] Aug 25 09:01:09.783 INFO E| Compiling generic-array v0.14.9
30002026-08-25T09:01:11.101Z[ helios-setup] Aug 25 09:01:09.878 INFO E| Compiling pem-rfc7468 v0.7.0
30012026-08-25T09:01:11.191Z[ helios-setup] Aug 25 09:01:09.968 INFO E| Compiling utf8parse v0.2.2
30022026-08-25T09:01:11.256Z[ helios-setup] Aug 25 09:01:10.033 INFO E| Compiling equivalent v1.0.2
30032026-08-25T09:01:11.326Z[ helios-setup] Aug 25 09:01:10.103 INFO E| Compiling hashbrown v0.16.0
30042026-08-25T09:01:11.339Z[ helios-setup] Aug 25 09:01:10.116 INFO E| Compiling flagset v0.4.7
30052026-08-25T09:01:11.394Z[ helios-setup] Aug 25 09:01:10.170 INFO E| Compiling rustix v1.1.2
30062026-08-25T09:01:11.414Z[ helios-setup] Aug 25 09:01:10.190 INFO E| Compiling num-traits v0.2.19
30072026-08-25T09:01:11.463Z[ helios-setup] Aug 25 09:01:10.240 INFO E| Compiling crc32fast v1.5.0
30082026-08-25T09:01:11.607Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30092026-08-25T09:01:12.056Z[ host-package] Compiling peg v0.8.5
30102026-08-25T09:01:12.132Z[ helios-setup] Aug 25 09:01:10.908 INFO E| Compiling getrandom v0.2.16
30112026-08-25T09:01:12.187Z[ helios-setup] Aug 25 09:01:10.963 INFO E| Compiling indexmap v2.12.0
30122026-08-25T09:01:12.210Z[ helios-setup] Aug 25 09:01:10.987 INFO E| Compiling errno v0.3.14
30132026-08-25T09:01:12.290Z[ helios-setup] Aug 25 09:01:11.067 INFO E| Compiling syn v2.0.108
30142026-08-25T09:01:12.306Z[ host-package] Compiling bcs v0.1.6
30152026-08-25T09:01:12.335Z[ helios-setup] Aug 25 09:01:11.112 INFO E| Compiling anstyle-parse v0.2.7
30162026-08-25T09:01:12.417Z[ helios-setup] Aug 25 09:01:11.193 INFO E| Compiling rand_core v0.6.4
30172026-08-25T09:01:12.480Z[ helios-setup] Aug 25 09:01:11.257 INFO E| Compiling radium v0.7.0
30182026-08-25T09:01:12.521Z[ helios-setup] Aug 25 09:01:11.298 INFO E| Compiling shlex v1.3.0
30192026-08-25T09:01:12.532Z[ helios-setup] Aug 25 09:01:11.308 INFO E| Compiling allocator-api2 v0.2.21
30202026-08-25T09:01:12.641Z[ helios-setup] Aug 25 09:01:11.418 INFO E| Compiling toml_datetime v0.7.3
30212026-08-25T09:01:12.687Z[ helios-setup] Aug 25 09:01:11.464 INFO E| Compiling find-msvc-tools v0.1.4
30222026-08-25T09:01:12.715Z[ helios-setup] Aug 25 09:01:11.492 INFO E| Compiling syn v1.0.109
30232026-08-25T09:01:12.789Z[ helios-setup] Aug 25 09:01:11.565 INFO E| Compiling colorchoice v1.0.4
30242026-08-25T09:01:12.849Z[ helios-setup] Aug 25 09:01:11.625 INFO E| Compiling anstyle v1.0.13
30252026-08-25T09:01:12.912Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30262026-08-25T09:01:12.952Z[ helios-setup] Aug 25 09:01:11.727 INFO E| Compiling anstyle-query v1.1.4
30272026-08-25T09:01:13.231Z[ helios-setup] Aug 25 09:01:12.007 INFO E| Compiling crypto-common v0.1.6
30282026-08-25T09:01:13.240Z[ helios-setup] Aug 25 09:01:12.016 INFO E| Compiling block-buffer v0.10.4
30292026-08-25T09:01:13.246Z[ helios-setup] Aug 25 09:01:12.023 INFO E| Compiling toml_parser v1.0.4
30302026-08-25T09:01:13.322Z[ helios-setup] Aug 25 09:01:12.099 INFO E| Compiling cpufeatures v0.2.17
30312026-08-25T09:01:13.340Z[ helios-setup] Aug 25 09:01:12.117 INFO E| Compiling is_terminal_polyfill v1.70.2
30322026-08-25T09:01:13.355Z[ host-package] Compiling nom v8.0.0
30332026-08-25T09:01:13.361Z[ helios-setup] Aug 25 09:01:12.137 INFO E| Compiling cc v1.2.44
30342026-08-25T09:01:13.416Z[ helios-setup] Aug 25 09:01:12.193 INFO E| Compiling anstream v0.6.21
30352026-08-25T09:01:13.465Z[ helios-setup] Aug 25 09:01:12.242 INFO E| Compiling digest v0.10.7
30362026-08-25T09:01:13.501Z[ helios-setup] Aug 25 09:01:12.278 INFO E| Compiling slog v2.8.2
30372026-08-25T09:01:13.508Z[ helios-setup] Aug 25 09:01:12.284 INFO E| Compiling futures-sink v0.3.31
30382026-08-25T09:01:13.565Z[ helios-setup] Aug 25 09:01:12.342 INFO E| Compiling pkg-config v0.3.32
30392026-08-25T09:01:13.765Z[ helios-setup] Aug 25 09:01:12.542 INFO E| Compiling pin-project-lite v0.2.16
30402026-08-25T09:01:13.771Z[ helios-setup] Aug 25 09:01:12.548 INFO E| Compiling maybe-uninit v2.0.0
30412026-08-25T09:01:13.859Z[ helios-setup] Aug 25 09:01:12.636 INFO E| Compiling tap v1.0.1
30422026-08-25T09:01:13.949Z[ helios-setup] Aug 25 09:01:12.694 INFO E| Compiling unicode-width v0.2.2
30432026-08-25T09:01:14.064Z[ helios-setup] Aug 25 09:01:12.841 INFO E| Compiling sha2 v0.10.9
30442026-08-25T09:01:14.236Z[ helios-setup] Aug 25 09:01:13.012 INFO E| Compiling bitflags v2.10.0
30452026-08-25T09:01:14.255Z[ helios-setup] Aug 25 09:01:13.031 INFO E| Compiling toml_edit v0.23.7
30462026-08-25T09:01:14.322Z[ helios-setup] Aug 25 09:01:13.099 INFO E| Compiling parking_lot_core v0.9.12
30472026-08-25T09:01:14.347Z[ helios-setup] Aug 25 09:01:13.123 INFO E| Compiling futures-core v0.3.31
30482026-08-25T09:01:14.456Z[ helios-setup] Aug 25 09:01:13.232 INFO E| Compiling getopts v0.2.24
30492026-08-25T09:01:14.513Z[ helios-setup] Aug 25 09:01:13.290 INFO E| Compiling num-integer v0.1.46
30502026-08-25T09:01:14.527Z[ helios-setup] Aug 25 09:01:13.302 INFO E| Compiling wyz v0.5.1
30512026-08-25T09:01:14.554Z[ helios-setup] Aug 25 09:01:13.331 INFO E| Compiling futures-channel v0.3.31
30522026-08-25T09:01:14.601Z[ host-package] Compiling progenitor v0.14.0
30532026-08-25T09:01:14.627Z[ helios-setup] Aug 25 09:01:13.404 INFO E| Compiling ahash v0.8.12
30542026-08-25T09:01:14.667Z[ helios-setup] Aug 25 09:01:13.444 INFO E| Compiling heck v0.5.0
30552026-08-25T09:01:14.854Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30562026-08-25T09:01:14.943Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30572026-08-25T09:01:14.972Z[ helios-setup] Aug 25 09:01:13.749 INFO E| Compiling futures-io v0.3.31
30582026-08-25T09:01:15.039Z[ helios-setup] Aug 25 09:01:13.816 INFO E| Compiling getrandom v0.3.4
30592026-08-25T09:01:15.089Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30602026-08-25T09:01:15.108Z[ helios-setup] Aug 25 09:01:13.884 INFO E| Compiling num-conv v0.1.0
30612026-08-25T09:01:15.222Z[ helios-setup] Aug 25 09:01:13.998 INFO E| Compiling thiserror v1.0.69
30622026-08-25T09:01:15.248Z[ host-package] Compiling semver v0.1.20
30632026-08-25T09:01:15.319Z[ helios-setup] Aug 25 09:01:14.095 INFO E| Compiling scopeguard v1.2.0
30642026-08-25T09:01:15.319Z[ helios-setup] Aug 25 09:01:14.095 INFO E| Compiling spin v0.9.8
30652026-08-25T09:01:15.341Z[ helios-setup] Aug 25 09:01:14.117 INFO E| Compiling slab v0.4.11
30662026-08-25T09:01:15.347Z[ helios-setup] Aug 25 09:01:14.124 INFO E| Compiling bytes v1.10.1
30672026-08-25T09:01:15.357Z[ helios-setup] Aug 25 09:01:14.134 INFO E| Compiling powerfmt v0.2.0
30682026-08-25T09:01:15.360Z[ helios-setup] Aug 25 09:01:14.134 INFO E| Compiling packed_struct v0.10.1
30692026-08-25T09:01:15.405Z[ helios-setup] Aug 25 09:01:14.181 INFO E| Compiling futures-task v0.3.31
30702026-08-25T09:01:15.485Z[ helios-setup] Aug 25 09:01:14.262 INFO E| Compiling strsim v0.11.1
30712026-08-25T09:01:15.514Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30722026-08-25T09:01:15.601Z[ helios-setup] Aug 25 09:01:14.377 INFO E| Compiling clap_lex v0.7.6
30732026-08-25T09:01:15.690Z[ helios-setup] Aug 25 09:01:14.466 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
30742026-08-25T09:01:15.835Z[ helios-setup] Aug 25 09:01:14.611 INFO E| Compiling proc-macro-crate v3.4.0
30752026-08-25T09:01:15.872Z[ helios-setup] Aug 25 09:01:14.649 INFO E| Compiling funty v2.0.0
30762026-08-25T09:01:15.924Z[ helios-setup] Aug 25 09:01:14.700 INFO E| Compiling num-bigint-dig v0.8.4
30772026-08-25T09:01:16.034Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30782026-08-25T09:01:16.064Z[ helios-setup] Aug 25 09:01:14.840 INFO E| Compiling terminal_size v0.4.3
30792026-08-25T09:01:16.234Z[ helios-setup] Aug 25 09:01:15.010 INFO E| Compiling time-core v0.1.6
30802026-08-25T09:01:16.289Z[ helios-setup] Aug 25 09:01:15.066 INFO E| Compiling pin-utils v0.1.0
30812026-08-25T09:01:16.316Z[ host-package] Compiling rustc_version v0.1.7
30822026-08-25T09:01:16.332Z[ helios-setup] Aug 25 09:01:15.109 INFO E| Compiling itoa v1.0.15
30832026-08-25T09:01:16.332Z[ helios-setup] Aug 25 09:01:15.109 INFO E| Compiling clap_builder v4.5.51
30842026-08-25T09:01:16.380Z[ helios-setup] Aug 25 09:01:15.157 INFO E| Compiling deranged v0.5.5
30852026-08-25T09:01:16.424Z[ helios-setup] Aug 25 09:01:15.200 INFO E| Compiling lazy_static v1.5.0
30862026-08-25T09:01:16.446Z[ host-package] Compiling serde_tokenstream v0.3.0
30872026-08-25T09:01:16.480Z[ helios-setup] Aug 25 09:01:15.256 INFO E| Compiling lock_api v0.4.14
30882026-08-25T09:01:16.715Z[ helios-setup] Aug 25 09:01:15.490 INFO E| Compiling bitvec v1.0.1
30892026-08-25T09:01:16.762Z[ helios-setup] Aug 25 09:01:15.538 INFO E| Compiling num-iter v0.1.45
30902026-08-25T09:01:16.799Z[ helios-setup] Aug 25 09:01:15.576 INFO E| Compiling indexmap v1.9.3
30912026-08-25T09:01:16.838Z[ helios-setup] Aug 25 09:01:15.614 INFO E| Compiling time-macros v0.2.24
30922026-08-25T09:01:16.866Z[ helios-setup] Aug 25 09:01:15.642 INFO E| Compiling iana-time-zone v0.1.64
30932026-08-25T09:01:16.976Z[ helios-setup] Aug 25 09:01:15.753 INFO E| Compiling log v0.4.28
30942026-08-25T09:01:17.073Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30952026-08-25T09:01:17.088Z[ helios-setup] Aug 25 09:01:15.865 INFO E| Compiling serde_json v1.0.145
30962026-08-25T09:01:17.135Z[ helios-setup] Aug 25 09:01:15.911 INFO E| Compiling simd-adler32 v0.3.7
30972026-08-25T09:01:17.208Z[ helios-setup] Aug 25 09:01:15.985 INFO E| Compiling thiserror v2.0.17
30982026-08-25T09:01:17.249Z[ host-package] Compiling newtype_derive v0.1.6
30992026-08-25T09:01:17.340Z[ helios-setup] Aug 25 09:01:16.116 INFO E| Compiling crc-catalog v2.4.0
31002026-08-25T09:01:17.347Z[ host-package] Compiling oxide-generation-macros v0.2.0
31012026-08-25T09:01:17.479Z[ helios-setup] Aug 25 09:01:16.255 INFO E| Compiling adler2 v2.0.1
31022026-08-25T09:01:17.486Z[ helios-setup] Aug 25 09:01:16.263 INFO E| Compiling once_cell v1.21.3
31032026-08-25T09:01:17.641Z[ helios-setup] Aug 25 09:01:16.417 INFO E| Compiling nodrop v0.1.14
31042026-08-25T09:01:17.682Z[ helios-setup] Aug 25 09:01:16.458 INFO E| Compiling miniz_oxide v0.8.9
31052026-08-25T09:01:17.750Z[ helios-setup] Aug 25 09:01:16.526 INFO E| Compiling array-init v0.0.4
31062026-08-25T09:01:17.920Z[ helios-setup] Aug 25 09:01:16.697 INFO E| Compiling crc v3.3.0
31072026-08-25T09:01:17.961Z[ helios-setup] Aug 25 09:01:16.738 INFO E| Compiling env_filter v0.1.4
31082026-08-25T09:01:17.971Z[ helios-setup] Aug 25 09:01:16.747 INFO E| Compiling parking_lot v0.12.5
31092026-08-25T09:01:18.123Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31102026-08-25T09:01:18.312Z[ helios-setup] Aug 25 09:01:17.089 INFO E| Compiling chrono v0.4.42
31112026-08-25T09:01:18.331Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
31122026-08-25T09:01:18.468Z[ helios-setup] Aug 25 09:01:17.244 INFO E| Compiling smallvec v0.6.14
31132026-08-25T09:01:18.578Z[ helios-setup] Aug 25 09:01:17.355 INFO E| Compiling serde_spanned v1.0.3
31142026-08-25T09:01:18.627Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31152026-08-25T09:01:18.868Z[ helios-setup] Aug 25 09:01:17.645 INFO E| Compiling time v0.3.44
31162026-08-25T09:01:18.931Z[ helios-setup] Aug 25 09:01:17.707 INFO E| Compiling signature v2.2.0
31172026-08-25T09:01:19.011Z[ helios-setup] Aug 25 09:01:17.787 INFO E| Compiling socket2 v0.6.1
31182026-08-25T09:01:19.040Z[ helios-setup] Aug 25 09:01:17.816 INFO E| Compiling serde_derive v1.0.228
31192026-08-25T09:01:19.079Z[ helios-setup] Aug 25 09:01:17.855 INFO E| Compiling zerocopy-derive v0.8.27
31202026-08-25T09:01:19.164Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31212026-08-25T09:01:19.316Z[ host-package] Compiling steno v0.4.1
31222026-08-25T09:01:19.340Z[ helios-setup] Aug 25 09:01:18.102 INFO E| Compiling der_derive v0.7.3
31232026-08-25T09:01:19.373Z[ helios-setup] Aug 25 09:01:18.149 INFO E| Compiling futures-macro v0.3.31
31242026-08-25T09:01:19.446Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
31252026-08-25T09:01:19.489Z[ helios-setup] Aug 25 09:01:18.265 INFO E| Compiling bitfield-macros v0.19.3
31262026-08-25T09:01:19.709Z[ helios-setup] Aug 25 09:01:18.486 INFO E| Compiling thiserror-impl v1.0.69
31272026-08-25T09:01:20.264Z[ helios-setup] Aug 25 09:01:19.040 INFO E| Compiling num_enum_derive v0.7.5
31282026-08-25T09:01:20.300Z[ helios-setup] Aug 25 09:01:19.077 INFO E| Compiling clap_derive v4.5.49
31292026-08-25T09:01:20.317Z[ helios-setup] Aug 25 09:01:19.094 INFO E| Compiling zerocopy-derive v0.6.6
31302026-08-25T09:01:20.534Z[ host-package] Compiling sha1 v0.10.6
31312026-08-25T09:01:20.580Z[ helios-setup] Aug 25 09:01:19.356 INFO E| Compiling packed_struct_codegen v0.10.1
31322026-08-25T09:01:20.827Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31332026-08-25T09:01:20.857Z[ helios-setup] Aug 25 09:01:19.634 INFO E| Compiling thiserror-impl v2.0.17
31342026-08-25T09:01:21.022Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31352026-08-25T09:01:21.071Z[ helios-setup] Aug 25 09:01:19.848 INFO E| Compiling bitfield v0.19.3
31362026-08-25T09:01:21.268Z[ helios-setup] Aug 25 09:01:20.044 INFO E| Compiling tokio-macros v2.6.0
31372026-08-25T09:01:21.457Z[ helios-setup] Aug 25 09:01:20.233 INFO E| Compiling futures-util v0.3.31
31382026-08-25T09:01:21.551Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31392026-08-25T09:01:21.871Z[ host-package] Compiling tagptr v0.2.0
31402026-08-25T09:01:22.008Z[ helios-setup] Aug 25 09:01:20.783 INFO E| Compiling der v0.7.10
31412026-08-25T09:01:22.011Z[ host-package] Compiling utf-8 v0.7.6
31422026-08-25T09:01:22.233Z[ host-package] Compiling moka v0.12.13
31432026-08-25T09:01:22.287Z[ helios-setup] Aug 25 09:01:21.063 INFO E| Compiling is-terminal v0.4.17
31442026-08-25T09:01:22.379Z[ helios-setup] Aug 25 09:01:21.155 INFO E| Compiling mio v1.1.0
31452026-08-25T09:01:22.392Z[ helios-setup] Aug 25 09:01:21.168 INFO E| Compiling num_enum v0.7.5
31462026-08-25T09:01:22.436Z[ helios-setup] Aug 25 09:01:21.212 INFO E| Compiling zerocopy v0.6.6
31472026-08-25T09:01:22.472Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31482026-08-25T09:01:22.524Z[ helios-setup] Aug 25 09:01:21.301 INFO E| Compiling signal-hook-registry v1.4.6
31492026-08-25T09:01:22.533Z[ helios-setup] Aug 25 09:01:21.309 INFO E| Compiling thread_local v1.1.9
31502026-08-25T09:01:22.591Z[ helios-setup] Aug 25 09:01:21.368 INFO E| Compiling term v1.2.0
31512026-08-25T09:01:22.596Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31522026-08-25T09:01:22.801Z[ helios-setup] Aug 25 09:01:21.578 INFO E| Compiling subtle v2.6.1
31532026-08-25T09:01:22.832Z[ helios-setup] Aug 25 09:01:21.609 INFO E| Compiling ryu v1.0.20
31542026-08-25T09:01:23.211Z[ helios-setup] Aug 25 09:01:21.968 INFO E| Compiling winnow v0.5.40
31552026-08-25T09:01:23.248Z[ host-package] Compiling tungstenite v0.21.0
31562026-08-25T09:01:23.369Z[ helios-setup] Aug 25 09:01:22.145 INFO E| Compiling base64 v0.21.7
31572026-08-25T09:01:23.407Z[ helios-setup] Aug 25 09:01:22.182 INFO E| Compiling hashbrown v0.12.3
31582026-08-25T09:01:23.413Z[ helios-setup] Aug 25 09:01:22.189 INFO E| Compiling toml_writer v1.0.4
31592026-08-25T09:01:23.476Z[ helios-setup] Aug 25 09:01:22.253 INFO E| Compiling clap v4.5.51
31602026-08-25T09:01:23.492Z[ helios-setup] Aug 25 09:01:22.269 INFO E| Compiling libdevinfo-sys v1.1.0
31612026-08-25T09:01:23.492Z[ helios-setup] Aug 25 09:01:22.269 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31622026-08-25T09:01:23.573Z[ helios-setup] Aug 25 09:01:22.349 INFO E| Compiling devinfo v0.1.0
31632026-08-25T09:01:23.707Z[ helios-setup] Aug 25 09:01:22.484 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31642026-08-25T09:01:23.746Z[ helios-setup] Aug 25 09:01:22.522 INFO E| Compiling toml v0.9.8
31652026-08-25T09:01:23.873Z[ helios-setup] Aug 25 09:01:22.650 INFO E| Compiling spki v0.7.3
31662026-08-25T09:01:24.044Z[ helios-setup] Aug 25 09:01:22.820 INFO E| Compiling tokio v1.48.0
31672026-08-25T09:01:24.271Z[ helios-setup] Aug 25 09:01:23.047 INFO E| Compiling pkcs8 v0.10.2
31682026-08-25T09:01:24.314Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31692026-08-25T09:01:24.451Z[ helios-setup] Aug 25 09:01:23.227 INFO E| Compiling x509-cert v0.2.5
31702026-08-25T09:01:24.690Z[ helios-setup] Aug 25 09:01:23.467 INFO E| Compiling pkcs1 v0.7.5
31712026-08-25T09:01:25.110Z[ helios-setup] Aug 25 09:01:23.886 INFO E| Compiling bzip2 v0.4.4
31722026-08-25T09:01:25.255Z[ host-package] Compiling hickory-resolver v0.25.2
31732026-08-25T09:01:25.412Z[ helios-setup] Aug 25 09:01:24.183 INFO E| Compiling erased-serde v0.3.31
31742026-08-25T09:01:25.443Z[ helios-setup] Aug 25 09:01:24.220 INFO E| Compiling toml_datetime v0.6.11
31752026-08-25T09:01:25.795Z[ helios-setup] Aug 25 09:01:24.571 INFO E| Compiling ppv-lite86 v0.2.21
31762026-08-25T09:01:25.922Z[ helios-setup] Aug 25 09:01:24.699 INFO E| Compiling serde_spanned v0.6.9
31772026-08-25T09:01:26.067Z[ helios-setup] Aug 25 09:01:24.844 INFO E| Compiling serde-hex v0.1.0
31782026-08-25T09:01:26.405Z[ helios-setup] Aug 25 09:01:25.181 INFO E| Compiling rand_chacha v0.3.1
31792026-08-25T09:01:26.414Z[ helios-setup] Aug 25 09:01:25.191 INFO E| Compiling hashbrown v0.13.2
31802026-08-25T09:01:26.447Z[ helios-setup] Aug 25 09:01:25.224 INFO E| Compiling ron v0.8.1
31812026-08-25T09:01:27.003Z[ helios-setup] Aug 25 09:01:25.779 INFO E| Compiling rand v0.8.5
31822026-08-25T09:01:27.203Z[ host-package] Compiling tokio-tungstenite v0.21.0
31832026-08-25T09:01:27.346Z[ host-package] Compiling darling_core v0.21.3
31842026-08-25T09:01:27.373Z[ helios-setup] Aug 25 09:01:26.149 INFO E| Compiling futures-executor v0.3.31
31852026-08-25T09:01:27.474Z[ helios-setup] Aug 25 09:01:26.251 INFO E| Compiling toml_edit v0.19.15
31862026-08-25T09:01:27.560Z[ helios-setup] Aug 25 09:01:26.337 INFO E| Compiling uuid v1.18.1
31872026-08-25T09:01:27.722Z[ helios-setup] Aug 25 09:01:26.499 INFO E| Compiling flate2 v1.1.5
31882026-08-25T09:01:27.802Z[ helios-setup] Aug 25 09:01:26.578 INFO E| Compiling futures v0.3.31
31892026-08-25T09:01:27.898Z[ helios-setup] Aug 25 09:01:26.674 INFO E| Compiling env_logger v0.11.8
31902026-08-25T09:01:28.274Z[ helios-setup] Aug 25 09:01:27.050 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31912026-08-25T09:01:28.373Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31922026-08-25T09:01:28.552Z[ helios-setup] Aug 25 09:01:27.328 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31932026-08-25T09:01:28.632Z[ helios-setup] Aug 25 09:01:27.409 INFO E| Compiling slog-term v2.9.2
31942026-08-25T09:01:28.831Z[ helios-setup] Aug 25 09:01:27.607 INFO E| Compiling rustc-hash v2.1.1
31952026-08-25T09:01:29.026Z[ helios-setup] Aug 25 09:01:27.802 INFO E| Compiling hex v0.4.3
31962026-08-25T09:01:29.132Z[ helios-setup] Aug 25 09:01:27.908 INFO E| Compiling foldhash v0.2.0
31972026-08-25T09:01:29.294Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31982026-08-25T09:01:29.325Z[ helios-setup] Aug 25 09:01:28.101 INFO E| Compiling bitflags v1.3.2
31992026-08-25T09:01:29.435Z[ helios-setup] Aug 25 09:01:28.211 INFO E| Compiling crc-any v2.5.0
32002026-08-25T09:01:29.438Z[ helios-setup] Aug 25 09:01:28.211 INFO E| Compiling iddqd v0.3.14
32012026-08-25T09:01:29.481Z[ helios-setup] Aug 25 09:01:28.257 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32022026-08-25T09:01:29.686Z[ helios-setup] Aug 25 09:01:28.463 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32032026-08-25T09:01:29.905Z[ helios-setup] Aug 25 09:01:28.681 INFO E| Compiling rsa v0.9.8
32042026-08-25T09:01:30.329Z[ helios-setup] Aug 25 09:01:29.105 INFO E| Compiling object v0.30.4
32052026-08-25T09:01:30.372Z[ helios-setup] Aug 25 09:01:29.148 INFO E| Compiling zip v0.6.6
32062026-08-25T09:01:30.960Z[ helios-setup] Aug 25 09:01:29.736 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32072026-08-25T09:01:31.035Z[ helios-setup] Aug 25 09:01:29.812 INFO E| Compiling path-slash v0.1.5
32082026-08-25T09:01:31.530Z[ host-package] Compiling darling_macro v0.21.3
32092026-08-25T09:01:31.674Z[ helios-setup] Aug 25 09:01:30.450 INFO E| Compiling toml v0.7.8
32102026-08-25T09:01:31.824Z[ host-package] Compiling display-error-chain v0.2.2
32112026-08-25T09:01:32.361Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32122026-08-25T09:01:32.850Z[ helios-setup] Aug 25 09:01:31.626 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32132026-08-25T09:01:33.031Z[ helios-setup] Aug 25 09:01:31.808 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32142026-08-25T09:01:33.284Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32152026-08-25T09:01:33.538Z[ host-package] Compiling darling v0.21.3
32162026-08-25T09:01:33.923Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32172026-08-25T09:01:33.979Z[ host-package] Compiling libscf-sys v1.2.0
32182026-08-25T09:01:34.121Z[ host-package] Compiling vergen-lib v0.1.6
32192026-08-25T09:01:34.359Z[ host-package] Compiling diesel_derives v2.3.7
32202026-08-25T09:01:34.495Z[ host-package] Compiling dsl_auto_type v0.2.0
32212026-08-25T09:01:35.231Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32222026-08-25T09:01:35.320Z[ host-package] Compiling vergen-gitcl v1.0.8
32232026-08-25T09:01:35.680Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32242026-08-25T09:01:36.110Z[ host-package] Compiling dirs-sys-next v0.1.2
32252026-08-25T09:01:36.303Z[ host-package] Compiling crunchy v0.2.4
32262026-08-25T09:01:36.392Z[ host-package] Compiling maplit v1.0.2
32272026-08-25T09:01:36.553Z[ host-package] Compiling glob v0.3.3
32282026-08-25T09:01:36.744Z[ host-package] Compiling dirs-next v2.0.0
32292026-08-25T09:01:37.059Z[ host-package] Compiling clang-sys v1.8.1
32302026-08-25T09:01:37.147Z[ host-package] Compiling r2d2 v0.8.10
32312026-08-25T09:01:37.374Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32322026-08-25T09:01:37.636Z[ host-package] Compiling papergrid v0.18.0
32332026-08-25T09:01:37.820Z[ host-package] Compiling xshell-macros v0.2.7
32342026-08-25T09:01:38.039Z[ host-package] Compiling downcast-rs v2.0.2
32352026-08-25T09:01:38.270Z[ helios-setup] Aug 25 09:01:37.046 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32362026-08-25T09:01:38.296Z[ host-package] Compiling tiny-keccak v2.0.2
32372026-08-25T09:01:38.667Z[ host-package] Compiling xshell v0.2.7
32382026-08-25T09:01:38.768Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32392026-08-25T09:01:38.946Z[ host-package] Compiling term v0.7.0
32402026-08-25T09:01:39.029Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32412026-08-25T09:01:39.105Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32422026-08-25T09:01:39.487Z[ host-package] Compiling tabled v0.21.0
32432026-08-25T09:01:39.583Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32442026-08-25T09:01:39.658Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32452026-08-25T09:01:39.828Z[ helios-setup] Aug 25 09:01:38.604 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32462026-08-25T09:01:39.993Z[ host-package] Compiling bit-vec v0.6.3
32472026-08-25T09:01:40.289Z[ host-package] Compiling bit-set v0.5.3
32482026-08-25T09:01:40.392Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32492026-08-25T09:01:40.483Z[ host-package] Compiling ascii-canvas v3.0.0
32502026-08-25T09:01:40.701Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32512026-08-25T09:01:40.916Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32522026-08-25T09:01:41.659Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32532026-08-25T09:01:41.777Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32542026-08-25T09:01:41.976Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32552026-08-25T09:01:42.022Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32562026-08-25T09:01:42.246Z[ host-package] Compiling itertools v0.10.5
32572026-08-25T09:01:42.427Z[ host-package] Compiling ena v0.14.4
32582026-08-25T09:01:42.673Z[ host-package] Compiling libloading v0.8.9
32592026-08-25T09:01:42.812Z[ host-package] Compiling diff v0.1.13
32602026-08-25T09:01:42.909Z[ host-package] Compiling diesel v2.3.7
32612026-08-25T09:01:42.999Z[ host-package] Compiling unicase v2.9.0
32622026-08-25T09:01:43.219Z[ host-package] Compiling regex-syntax v0.6.29
32632026-08-25T09:01:43.322Z[ host-package] Compiling bindgen v0.71.1
32642026-08-25T09:01:43.668Z[ helios-setup] Aug 25 09:01:42.445 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32652026-08-25T09:01:43.874Z[ host-package] Compiling cexpr v0.6.0
32662026-08-25T09:01:44.062Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32672026-08-25T09:01:44.203Z[ host-package] Compiling crc8 v0.1.1
32682026-08-25T09:01:44.337Z[ host-package] Compiling rustc-hash v2.1.1
32692026-08-25T09:01:44.544Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32702026-08-25T09:01:44.576Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32712026-08-25T09:01:44.682Z[ host-package] Compiling headers-core v0.3.0
32722026-08-25T09:01:44.778Z[ host-package] Compiling lalrpop v0.19.12
32732026-08-25T09:01:44.900Z[ host-package] Compiling libxml v0.3.3
32742026-08-25T09:01:45.304Z[ host-package] Compiling headers v0.4.1
32752026-08-25T09:01:45.431Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32762026-08-25T09:01:45.682Z[ host-package] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
32772026-08-25T09:01:45.883Z[ host-package] Compiling strum_macros v0.24.3
32782026-08-25T09:01:45.997Z[ host-package] Compiling indoc v1.0.9
32792026-08-25T09:01:46.585Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32802026-08-25T09:01:46.697Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32812026-08-25T09:01:46.756Z[ host-package] Compiling derive_builder v0.20.2
32822026-08-25T09:01:46.982Z[ host-package] Compiling quick-xml v0.37.5
32832026-08-25T09:01:47.034Z[ host-package] Compiling oso-derive v0.27.3
32842026-08-25T09:01:47.229Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32852026-08-25T09:01:47.413Z[ host-package] Compiling openssl-probe v0.1.6
32862026-08-25T09:01:47.891Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32872026-08-25T09:01:47.946Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32882026-08-25T09:01:48.381Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32892026-08-25T09:01:48.804Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32902026-08-25T09:01:48.860Z[ host-package] Compiling bb8 v0.8.6
32912026-08-25T09:01:49.011Z[ host-package] Compiling trait-variant v0.1.2
32922026-08-25T09:01:49.106Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32932026-08-25T09:01:49.320Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32942026-08-25T09:01:49.384Z[ host-package] Compiling half v1.8.3
32952026-08-25T09:01:49.627Z[ host-package] Compiling proc-macro-error2 v2.0.1
32962026-08-25T09:01:49.789Z[ host-package] Compiling serde_cbor v0.11.2
32972026-08-25T09:01:49.959Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32982026-08-25T09:01:49.990Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32992026-08-25T09:01:50.035Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33002026-08-25T09:01:50.066Z[ host-package] Compiling hashbrown v0.14.5
33012026-08-25T09:01:50.577Z[ host-package] Compiling rfc6979 v0.4.0
33022026-08-25T09:01:50.828Z[ host-package] Compiling salty v0.3.0
33032026-08-25T09:01:51.052Z[ host-package] Compiling samael v0.0.19
33042026-08-25T09:01:51.176Z[ host-package] Compiling ecdsa v0.16.9
33052026-08-25T09:01:51.420Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33062026-08-25T09:01:51.532Z[ host-package] Compiling chumsky v0.9.3
33072026-08-25T09:01:51.723Z[ host-package] Compiling knus-derive v3.4.0
33082026-08-25T09:01:51.899Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33092026-08-25T09:01:52.247Z[ host-package] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
33102026-08-25T09:01:52.670Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
33112026-08-25T09:01:52.893Z[ host-package] Compiling progenitor-impl v0.13.0
33122026-08-25T09:01:53.453Z[ host-package] Compiling primeorder v0.13.6
33132026-08-25T09:01:53.892Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
33142026-08-25T09:01:53.966Z[ host-package] Compiling nonempty v0.12.0
33152026-08-25T09:01:54.126Z[ host-package] Compiling polar-core v0.27.3
33162026-08-25T09:01:54.221Z[ host-package] Compiling p384 v0.13.1
33172026-08-25T09:01:54.615Z[ host-package] Compiling knus v3.4.0
33182026-08-25T09:01:54.733Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33192026-08-25T09:01:54.945Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33202026-08-25T09:01:55.170Z[ helios-setup] Aug 25 09:01:53.946 INFO E| Finished `release` profile [optimized] target(s) in 47.60s
33212026-08-25T09:01:55.175Z[ helios-setup] Aug 25 09:01:53.949 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33222026-08-25T09:01:55.175Z[ helios-setup] Aug 25 09:01:53.949 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33232026-08-25T09:01:55.233Z[ helios-setup] Aug 25 09:01:54.009 INFO building project "pilot" ok (47 seconds)
33242026-08-25T09:01:55.233Z[ helios-setup] Aug 25 09:01:54.010 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33252026-08-25T09:01:55.242Z[ helios-setup] Aug 25 09:01:54.018 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
33262026-08-25T09:01:55.242Z[ helios-setup] Aug 25 09:01:54.019 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33272026-08-25T09:01:55.245Z[ helios-setup] Aug 25 09:01:54.019 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33282026-08-25T09:01:55.307Z[ host-package] Compiling progenitor-macro v0.13.0
33292026-08-25T09:01:55.396Z[ helios-setup] Aug 25 09:01:54.172 INFO E| Updating crates.io index
33302026-08-25T09:01:55.492Z[ helios-setup] Aug 25 09:01:54.267 INFO E| Downloading crates ...
33312026-08-25T09:01:55.535Z[ helios-setup] Aug 25 09:01:54.311 INFO E| Downloaded autocfg v1.4.0
33322026-08-25T09:01:55.541Z[ helios-setup] Aug 25 09:01:54.318 INFO E| Downloaded anyhow v1.0.98
33332026-08-25T09:01:55.548Z[ helios-setup] Aug 25 09:01:54.324 INFO E| Downloaded errno v0.3.12
33342026-08-25T09:01:55.557Z[ helios-setup] Aug 25 09:01:54.333 INFO E| Downloaded time-core v0.1.4
33352026-08-25T09:01:55.562Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-08-25T09:01:55.575Z[ helios-setup] Aug 25 09:01:54.351 INFO E| Downloaded time-macros v0.2.22
33372026-08-25T09:01:55.578Z[ helios-setup] Aug 25 09:01:54.353 INFO E| Downloaded serde_with_macros v3.12.0
33382026-08-25T09:01:55.583Z[ helios-setup] Aug 25 09:01:54.360 INFO E| Downloaded thiserror-impl v2.0.12
33392026-08-25T09:01:55.586Z[ helios-setup] Aug 25 09:01:54.362 INFO E| Downloaded quote v1.0.40
33402026-08-25T09:01:55.589Z[ helios-setup] Aug 25 09:01:54.364 INFO E| Downloaded thiserror v2.0.12
33412026-08-25T09:01:55.594Z[ helios-setup] Aug 25 09:01:54.371 INFO E| Downloaded iana-time-zone v0.1.63
33422026-08-25T09:01:55.597Z[ helios-setup] Aug 25 09:01:54.373 INFO E| Downloaded tempfile v3.20.0
33432026-08-25T09:01:55.600Z[ helios-setup] Aug 25 09:01:54.375 INFO E| Downloaded deranged v0.4.0
33442026-08-25T09:01:55.612Z[ helios-setup] Aug 25 09:01:54.389 INFO E| Downloaded bitflags v2.9.1
33452026-08-25T09:01:55.615Z[ helios-setup] Aug 25 09:01:54.392 INFO E| Downloaded proc-macro2 v1.0.95
33462026-08-25T09:01:55.618Z[ helios-setup] Aug 25 09:01:54.393 INFO E| Downloaded getrandom v0.3.3
33472026-08-25T09:01:55.621Z[ helios-setup] Aug 25 09:01:54.396 INFO E| Downloaded serde_derive v1.0.219
33482026-08-25T09:01:55.621Z[ helios-setup] Aug 25 09:01:54.397 INFO E| Downloaded unicode-ident v1.0.18
33492026-08-25T09:01:55.625Z[ helios-setup] Aug 25 09:01:54.402 INFO E| Downloaded serde v1.0.219
33502026-08-25T09:01:55.636Z[ helios-setup] Aug 25 09:01:54.413 INFO E| Downloaded indexmap v2.9.0
33512026-08-25T09:01:55.643Z[ helios-setup] Aug 25 09:01:54.420 INFO E| Downloaded memchr v2.7.4
33522026-08-25T09:01:55.665Z[ helios-setup] Aug 25 09:01:54.442 INFO E| Downloaded hashbrown v0.15.3
33532026-08-25T09:01:55.669Z[ helios-setup] Aug 25 09:01:54.446 INFO E| Downloaded serde_with v3.12.0
33542026-08-25T09:01:55.675Z[ helios-setup] Aug 25 09:01:54.452 INFO E| Downloaded time v0.3.41
33552026-08-25T09:01:55.683Z[ helios-setup] Aug 25 09:01:54.460 INFO E| Downloaded serde_json v1.0.140
33562026-08-25T09:01:55.688Z[ helios-setup] Aug 25 09:01:54.465 INFO E| Downloaded chrono v0.4.41
33572026-08-25T09:01:55.703Z[ helios-setup] Aug 25 09:01:54.480 INFO E| Downloaded syn v2.0.101
33582026-08-25T09:01:55.723Z[ helios-setup] Aug 25 09:01:54.500 INFO E| Downloaded rustix v1.0.7
33592026-08-25T09:01:55.752Z[ helios-setup] Aug 25 09:01:54.529 INFO E| Downloaded libc v0.2.172
33602026-08-25T09:01:55.837Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling proc-macro2 v1.0.95
33612026-08-25T09:01:55.837Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling unicode-ident v1.0.18
33622026-08-25T09:01:55.837Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling libc v0.2.172
33632026-08-25T09:01:55.840Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling ident_case v1.0.1
33642026-08-25T09:01:55.840Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling strsim v0.11.1
33652026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling fnv v1.0.7
33662026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling serde v1.0.219
33672026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling rustix v1.0.7
33682026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling getrandom v0.3.3
33692026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling serde_json v1.0.140
33702026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.613 INFO E| Compiling thiserror v2.0.12
33712026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.614 INFO E| Compiling cfg-if v1.0.0
33722026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.614 INFO E| Compiling bitflags v2.9.1
33732026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.614 INFO E| Compiling anyhow v1.0.98
33742026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.614 INFO E| Compiling once_cell v1.21.3
33752026-08-25T09:01:55.841Z[ helios-setup] Aug 25 09:01:54.614 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
33762026-08-25T09:01:55.863Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33772026-08-25T09:01:56.441Z[ helios-setup] Aug 25 09:01:55.217 INFO E| Compiling fastrand v2.3.0
33782026-08-25T09:01:56.503Z[ helios-setup] Aug 25 09:01:55.279 INFO E| Compiling itoa v1.0.15
33792026-08-25T09:01:56.613Z[ helios-setup] Aug 25 09:01:55.389 INFO E| Compiling memchr v2.7.4
33802026-08-25T09:01:56.628Z[ helios-setup] Aug 25 09:01:55.404 INFO E| Compiling ryu v1.0.20
33812026-08-25T09:01:57.085Z[ helios-setup] Aug 25 09:01:55.861 INFO E| Compiling quote v1.0.40
33822026-08-25T09:01:57.481Z[ helios-setup] Aug 25 09:01:56.255 INFO E| Compiling syn v2.0.101
33832026-08-25T09:01:57.730Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33842026-08-25T09:01:57.789Z[ host-package] Compiling progenitor-client v0.13.0
33852026-08-25T09:01:57.825Z[ helios-setup] Aug 25 09:01:56.602 INFO E| Compiling errno v0.3.12
33862026-08-25T09:01:58.254Z[ host-package] Compiling fxhash v0.2.1
33872026-08-25T09:01:58.572Z[ host-package] Compiling libz-sys v1.1.24
33882026-08-25T09:01:58.762Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33892026-08-25T09:01:58.819Z[ helios-setup] Aug 25 09:01:57.596 INFO E| Compiling tempfile v3.20.0
33902026-08-25T09:01:58.970Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33912026-08-25T09:01:59.523Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33922026-08-25T09:02:00.108Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33932026-08-25T09:02:00.187Z[ helios-setup] Aug 25 09:01:58.963 INFO E| Compiling darling_core v0.20.11
33942026-08-25T09:02:00.302Z[ host-package] Compiling progenitor v0.13.0
33952026-08-25T09:02:00.641Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33962026-08-25T09:02:00.968Z[ host-package] Compiling kstat-rs v0.2.5
33972026-08-25T09:02:01.073Z[ helios-setup] Aug 25 09:01:59.849 INFO E| Compiling serde_derive v1.0.219
33982026-08-25T09:02:01.073Z[ helios-setup] Aug 25 09:01:59.849 INFO E| Compiling thiserror-impl v2.0.12
33992026-08-25T09:02:01.567Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34002026-08-25T09:02:01.664Z[ host-package] Compiling mime_guess v2.0.5
34012026-08-25T09:02:02.268Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
34022026-08-25T09:02:02.339Z[ host-package] Compiling nanorand v0.7.0
34032026-08-25T09:02:02.582Z[ helios-setup] Aug 25 09:02:01.358 INFO E| Compiling darling_macro v0.20.11
34042026-08-25T09:02:02.816Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34052026-08-25T09:02:02.941Z[ host-package] Compiling parking_lot_core v0.8.6
34062026-08-25T09:02:03.388Z[ helios-setup] Aug 25 09:02:02.164 INFO E| Compiling darling v0.20.11
34072026-08-25T09:02:03.396Z[ host-package] Compiling flume v0.11.1
34082026-08-25T09:02:03.475Z[ helios-setup] Aug 25 09:02:02.252 INFO E| Compiling serde_with_macros v3.12.0
34092026-08-25T09:02:03.919Z[ host-package] Compiling async-bb8-diesel v0.2.1
34102026-08-25T09:02:03.956Z[ host-package] Compiling diesel-dtrace v0.5.0
34112026-08-25T09:02:04.403Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34122026-08-25T09:02:04.492Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34132026-08-25T09:02:04.906Z[ host-package] Compiling oso v0.27.3
34142026-08-25T09:02:05.672Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34152026-08-25T09:02:06.237Z[ helios-setup] Aug 25 09:02:05.013 INFO E| Compiling serde_with v3.12.0
34162026-08-25T09:02:06.550Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34172026-08-25T09:02:07.354Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34182026-08-25T09:02:07.951Z[ host-package] Compiling git-stub v1.0.0
34192026-08-25T09:02:08.237Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34202026-08-25T09:02:08.261Z[ host-package] Compiling strsim v0.10.0
34212026-08-25T09:02:08.286Z[ host-package] Compiling instability v0.3.11
34222026-08-25T09:02:08.556Z[ host-package] Compiling corncobs v0.1.4
34232026-08-25T09:02:08.602Z[ host-package] Compiling http-range v0.1.5
34242026-08-25T09:02:08.699Z[ host-package] Compiling darling_core v0.13.4
34252026-08-25T09:02:08.906Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34262026-08-25T09:02:08.944Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-08-25T09:02:09.760Z[ host-package] Compiling git-stub-vcs v0.1.0
34282026-08-25T09:02:10.756Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34292026-08-25T09:02:10.925Z[ helios-setup] Aug 25 09:02:09.700 INFO E| Finished `release` profile [optimized] target(s) in 15.67s
34302026-08-25T09:02:10.951Z[ helios-setup] Aug 25 09:02:09.727 INFO building project "dmar-report" ok (15 seconds)
34312026-08-25T09:02:10.951Z[ helios-setup] Aug 25 09:02:09.727 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34322026-08-25T09:02:10.985Z[ helios-setup] Aug 25 09:02:09.762 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')"
34332026-08-25T09:02:10.986Z[ helios-setup] Aug 25 09:02:09.762 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
34342026-08-25T09:02:10.989Z[ helios-setup] Aug 25 09:02:09.762 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34352026-08-25T09:02:11.159Z[ helios-setup] Aug 25 09:02:09.936 INFO E| Updating crates.io index
34362026-08-25T09:02:11.163Z[ helios-setup] Aug 25 09:02:09.936 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34372026-08-25T09:02:11.681Z[ helios-setup] Aug 25 09:02:10.457 INFO E| From https://github.com/oxidecomputer/amd-apcb
34382026-08-25T09:02:11.681Z[ helios-setup] Aug 25 09:02:10.457 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34392026-08-25T09:02:11.695Z[ helios-setup] Aug 25 09:02:10.472 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34402026-08-25T09:02:11.899Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34412026-08-25T09:02:12.042Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34422026-08-25T09:02:12.079Z[ helios-setup] Aug 25 09:02:10.856 INFO E| From https://github.com/oxidecomputer/amd-efs
34432026-08-25T09:02:12.079Z[ helios-setup] Aug 25 09:02:10.856 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34442026-08-25T09:02:12.218Z[ helios-setup] Aug 25 09:02:10.995 INFO E| Downloading crates ...
34452026-08-25T09:02:12.259Z[ helios-setup] Aug 25 09:02:11.036 INFO E| Downloaded four-cc v0.4.0
34462026-08-25T09:02:12.272Z[ helios-setup] Aug 25 09:02:11.048 INFO E| Downloaded structopt-derive v0.4.18
34472026-08-25T09:02:12.276Z[ helios-setup] Aug 25 09:02:11.049 INFO E| Downloaded unic-char-range v0.9.0
34482026-08-25T09:02:12.276Z[ helios-setup] Aug 25 09:02:11.050 INFO E| Downloaded textwrap v0.11.0
34492026-08-25T09:02:12.276Z[ helios-setup] Aug 25 09:02:11.051 INFO E| Downloaded rustversion v1.0.20
34502026-08-25T09:02:12.279Z[ helios-setup] Aug 25 09:02:11.053 INFO E| Downloaded heck v0.3.3
34512026-08-25T09:02:12.279Z[ helios-setup] Aug 25 09:02:11.053 INFO E| Downloaded unic-ucd-ident v0.9.0
34522026-08-25T09:02:12.279Z[ helios-setup] Aug 25 09:02:11.054 INFO E| Downloaded vec_map v0.8.2
34532026-08-25T09:02:12.279Z[ helios-setup] Aug 25 09:02:11.055 INFO E| Downloaded pest_derive v2.8.0
34542026-08-25T09:02:12.282Z[ helios-setup] Aug 25 09:02:11.057 INFO E| Downloaded strum v0.27.1
34552026-08-25T09:02:12.282Z[ helios-setup] Aug 25 09:02:11.057 INFO E| Downloaded unic-char-property v0.9.0
34562026-08-25T09:02:12.282Z[ helios-setup] Aug 25 09:02:11.058 INFO E| Downloaded unic-common v0.9.0
34572026-08-25T09:02:12.282Z[ helios-setup] Aug 25 09:02:11.058 INFO E| Downloaded parse_int v0.9.0
34582026-08-25T09:02:12.286Z[ helios-setup] Aug 25 09:02:11.061 INFO E| Downloaded strsim v0.8.0
34592026-08-25T09:02:12.289Z[ helios-setup] Aug 25 09:02:11.062 INFO E| Downloaded fletcher v1.0.0
34602026-08-25T09:02:12.289Z[ helios-setup] Aug 25 09:02:11.063 INFO E| Downloaded dyn-clone v1.0.19
34612026-08-25T09:02:12.289Z[ helios-setup] Aug 25 09:02:11.065 INFO E| Downloaded bytesize v2.0.1
34622026-08-25T09:02:12.296Z[ helios-setup] Aug 25 09:02:11.073 INFO E| Downloaded unic-ucd-version v0.9.0
34632026-08-25T09:02:12.317Z[ helios-setup] Aug 25 09:02:11.093 INFO E| Downloaded pest_generator v2.8.0
34642026-08-25T09:02:12.320Z[ helios-setup] Aug 25 09:02:11.096 INFO E| Downloaded modular-bitfield v0.13.1
34652026-08-25T09:02:12.324Z[ helios-setup] Aug 25 09:02:11.101 INFO E| Downloaded modular-bitfield-impl v0.11.2
34662026-08-25T09:02:12.328Z[ helios-setup] Aug 25 09:02:11.102 INFO E| Downloaded ansi_term v0.12.1
34672026-08-25T09:02:12.328Z[ helios-setup] Aug 25 09:02:11.103 INFO E| Downloaded modular-bitfield-impl v0.13.1
34682026-08-25T09:02:12.328Z[ helios-setup] Aug 25 09:02:11.104 INFO E| Downloaded pest_meta v2.8.0
34692026-08-25T09:02:12.331Z[ helios-setup] Aug 25 09:02:11.105 INFO E| Downloaded modular-bitfield v0.11.2
34702026-08-25T09:02:12.336Z[ helios-setup] Aug 25 09:02:11.111 INFO E| Downloaded strum_macros v0.27.1
34712026-08-25T09:02:12.336Z[ helios-setup] Aug 25 09:02:11.112 INFO E| Downloaded log v0.4.27
34722026-08-25T09:02:12.339Z[ helios-setup] Aug 25 09:02:11.113 INFO E| Downloaded structopt v0.3.26
34732026-08-25T09:02:12.345Z[ helios-setup] Aug 25 09:02:11.121 INFO E| Downloaded typenum v1.18.0
34742026-08-25T09:02:12.348Z[ helios-setup] Aug 25 09:02:11.124 INFO E| Downloaded zerocopy-derive v0.8.25
34752026-08-25T09:02:12.361Z[ helios-setup] Aug 25 09:02:11.138 INFO E| Downloaded pest v2.8.0
34762026-08-25T09:02:12.379Z[ helios-setup] Aug 25 09:02:11.156 INFO E| Downloaded goblin v0.9.3
34772026-08-25T09:02:12.383Z[ helios-setup] Aug 25 09:02:11.159 INFO E| Downloaded clap v2.34.0
34782026-08-25T09:02:12.387Z[ helios-setup] Aug 25 09:02:11.163 INFO E| Downloaded zerocopy v0.8.25
34792026-08-25T09:02:12.455Z[ helios-setup] Aug 25 09:02:11.231 INFO E| Compiling proc-macro2 v1.0.95
34802026-08-25T09:02:12.455Z[ helios-setup] Aug 25 09:02:11.231 INFO E| Compiling unicode-ident v1.0.18
34812026-08-25T09:02:12.455Z[ helios-setup] Aug 25 09:02:11.231 INFO E| Compiling memchr v2.7.4
34822026-08-25T09:02:12.459Z[ helios-setup] Aug 25 09:02:11.231 INFO E| Compiling thiserror v2.0.12
34832026-08-25T09:02:12.459Z[ helios-setup] Aug 25 09:02:11.232 INFO E| Compiling autocfg v1.4.0
34842026-08-25T09:02:12.459Z[ helios-setup] Aug 25 09:02:11.232 INFO E| Compiling serde v1.0.219
34852026-08-25T09:02:12.481Z[ helios-setup] Aug 25 09:02:11.257 INFO E| Compiling syn v1.0.109
34862026-08-25T09:02:12.487Z[ helios-setup] Aug 25 09:02:11.263 INFO E| Compiling version_check v0.9.5
34872026-08-25T09:02:12.487Z[ helios-setup] Aug 25 09:02:11.263 INFO E| Compiling serde_json v1.0.140
34882026-08-25T09:02:12.491Z[ helios-setup] Aug 25 09:02:11.263 INFO E| Compiling itoa v1.0.15
34892026-08-25T09:02:12.491Z[ helios-setup] Aug 25 09:02:11.263 INFO E| Compiling ryu v1.0.20
34902026-08-25T09:02:12.491Z[ helios-setup] Aug 25 09:02:11.263 INFO E| Compiling schemars v0.8.22
34912026-08-25T09:02:12.491Z[ helios-setup] Aug 25 09:02:11.263 INFO E| Compiling dyn-clone v1.0.19
34922026-08-25T09:02:12.491Z[ helios-setup] Aug 25 09:02:11.263 INFO E| Compiling rustversion v1.0.20
34932026-08-25T09:02:12.491Z[ helios-setup] Aug 25 09:02:11.263 INFO E| Compiling ucd-trie v0.1.7
34942026-08-25T09:02:12.491Z[ helios-setup] Aug 25 09:02:11.263 INFO E| Compiling libc v0.2.172
34952026-08-25T09:02:13.280Z[ helios-setup] Aug 25 09:02:12.055 INFO E| Compiling static_assertions v1.1.0
34962026-08-25T09:02:13.300Z[ helios-setup] Aug 25 09:02:12.077 INFO E| Compiling proc-macro-error-attr v1.0.4
34972026-08-25T09:02:13.300Z[ helios-setup] Aug 25 09:02:12.077 INFO E| Compiling paste v1.0.15
34982026-08-25T09:02:13.304Z[ helios-setup] Aug 25 09:02:12.077 INFO E| Compiling zerocopy v0.8.25
34992026-08-25T09:02:13.363Z[ helios-setup] Aug 25 09:02:12.139 INFO E| Compiling proc-macro-error v1.0.4
35002026-08-25T09:02:13.424Z[ helios-setup] Aug 25 09:02:12.200 INFO E| Compiling once_cell v1.21.3
35012026-08-25T09:02:13.455Z[ helios-setup] Aug 25 09:02:12.231 INFO E| Compiling unicode-width v0.1.14
35022026-08-25T09:02:13.820Z[ helios-setup] Aug 25 09:02:12.592 INFO E| Compiling unicode-segmentation v1.12.0
35032026-08-25T09:02:13.849Z[ helios-setup] Aug 25 09:02:12.625 INFO E| Compiling heck v0.5.0
35042026-08-25T09:02:13.858Z[ helios-setup] Aug 25 09:02:12.630 INFO E| Compiling strsim v0.8.0
35052026-08-25T09:02:13.875Z[ helios-setup] Aug 25 09:02:12.652 INFO E| Compiling vec_map v0.8.2
35062026-08-25T09:02:13.931Z[ helios-setup] Aug 25 09:02:12.707 INFO E| Compiling byteorder v1.5.0
35072026-08-25T09:02:14.159Z[ helios-setup] Aug 25 09:02:12.935 INFO E| Compiling quote v1.0.40
35082026-08-25T09:02:14.214Z[ helios-setup] Aug 25 09:02:12.987 INFO E| Compiling atty v0.2.14
35092026-08-25T09:02:14.270Z[ helios-setup] Aug 25 09:02:13.046 INFO E| Compiling textwrap v0.11.0
35102026-08-25T09:02:14.289Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35112026-08-25T09:02:14.308Z[ helios-setup] Aug 25 09:02:13.084 INFO E| Compiling unic-common v0.9.0
35122026-08-25T09:02:14.326Z[ helios-setup] Aug 25 09:02:13.103 INFO E| Compiling num-traits v0.2.19
35132026-08-25T09:02:14.343Z[ helios-setup] Aug 25 09:02:13.120 INFO E| Compiling memoffset v0.9.1
35142026-08-25T09:02:14.379Z[ helios-setup] Aug 25 09:02:13.156 INFO E| Compiling heck v0.3.3
35152026-08-25T09:02:14.403Z[ helios-setup] Aug 25 09:02:13.180 INFO E| Compiling bitflags v1.3.2
35162026-08-25T09:02:14.470Z[ helios-setup] Aug 25 09:02:13.246 INFO E| Compiling ansi_term v0.12.1
35172026-08-25T09:02:14.475Z[ helios-setup] Aug 25 09:02:13.251 INFO E| Compiling fletcher v1.0.0
35182026-08-25T09:02:14.488Z[ helios-setup] Aug 25 09:02:13.258 INFO E| Compiling strum v0.27.1
35192026-08-25T09:02:14.498Z[ helios-setup] Aug 25 09:02:13.274 INFO E| Compiling unic-char-range v0.9.0
35202026-08-25T09:02:14.515Z[ helios-setup] Aug 25 09:02:13.292 INFO E| Compiling unic-ucd-version v0.9.0
35212026-08-25T09:02:14.520Z[ helios-setup] Aug 25 09:02:13.297 INFO E| Compiling plain v0.2.3
35222026-08-25T09:02:14.558Z[ helios-setup] Aug 25 09:02:13.334 INFO E| Compiling log v0.4.27
35232026-08-25T09:02:14.610Z[ helios-setup] Aug 25 09:02:13.387 INFO E| Compiling lazy_static v1.5.0
35242026-08-25T09:02:14.625Z[ helios-setup] Aug 25 09:02:13.402 INFO E| Compiling bytesize v2.0.1
35252026-08-25T09:02:14.708Z[ helios-setup] Aug 25 09:02:13.485 INFO E| Compiling syn v2.0.101
35262026-08-25T09:02:14.800Z[ helios-setup] Aug 25 09:02:13.576 INFO E| Compiling unic-char-property v0.9.0
35272026-08-25T09:02:14.886Z[ helios-setup] Aug 25 09:02:13.662 INFO E| Compiling clap v2.34.0
35282026-08-25T09:02:14.919Z[ helios-setup] Aug 25 09:02:13.696 INFO E| Compiling unic-ucd-ident v0.9.0
35292026-08-25T09:02:15.342Z[ host-package] Compiling ignore v0.4.25
35302026-08-25T09:02:15.514Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35312026-08-25T09:02:15.733Z[ helios-setup] Aug 25 09:02:14.508 INFO E| Compiling parse_int v0.9.0
35322026-08-25T09:02:15.936Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35332026-08-25T09:02:16.422Z[ host-package] Compiling anstyle-parse v0.2.7
35342026-08-25T09:02:16.858Z[ host-package] Compiling secrecy v0.8.0
35352026-08-25T09:02:17.173Z[ host-package] Compiling vergen-git2 v9.1.0
35362026-08-25T09:02:17.470Z[ host-package] Compiling castaway v0.2.4
35372026-08-25T09:02:17.534Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35382026-08-25T09:02:17.658Z[ host-package] Compiling indoc v2.0.7
35392026-08-25T09:02:17.762Z[ helios-setup] Aug 25 09:02:16.535 INFO E| Compiling modular-bitfield-impl v0.11.2
35402026-08-25T09:02:17.762Z[ helios-setup] Aug 25 09:02:16.535 INFO E| Compiling structopt-derive v0.4.18
35412026-08-25T09:02:17.846Z[ host-package] Compiling compact_str v0.8.1
35422026-08-25T09:02:18.022Z[ helios-setup] Aug 25 09:02:16.798 INFO E| Compiling serde_derive_internals v0.29.1
35432026-08-25T09:02:18.853Z[ helios-setup] Aug 25 09:02:17.629 INFO E| Compiling thiserror-impl v2.0.12
35442026-08-25T09:02:18.853Z[ helios-setup] Aug 25 09:02:17.629 INFO E| Compiling serde_derive v1.0.219
35452026-08-25T09:02:18.853Z[ helios-setup] Aug 25 09:02:17.629 INFO E| Compiling zerocopy-derive v0.8.25
35462026-08-25T09:02:18.856Z[ helios-setup] Aug 25 09:02:17.629 INFO E| Compiling num-derive v0.4.2
35472026-08-25T09:02:18.856Z[ helios-setup] Aug 25 09:02:17.629 INFO E| Compiling modular-bitfield-impl v0.13.1
35482026-08-25T09:02:18.856Z[ helios-setup] Aug 25 09:02:17.629 INFO E| Compiling scroll_derive v0.12.1
35492026-08-25T09:02:18.856Z[ helios-setup] Aug 25 09:02:17.630 INFO E| Compiling strum_macros v0.27.1
35502026-08-25T09:02:18.873Z[ helios-setup] Aug 25 09:02:17.650 INFO E| Compiling schemars_derive v0.8.22
35512026-08-25T09:02:18.960Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35522026-08-25T09:02:19.405Z[ host-package] Compiling anstream v0.6.21
35532026-08-25T09:02:19.513Z[ host-package] Compiling globwalk v0.9.1
35542026-08-25T09:02:19.711Z[ host-package] Compiling parking_lot v0.11.2
35552026-08-25T09:02:19.849Z[ helios-setup] Aug 25 09:02:18.625 INFO E| Compiling structopt v0.3.26
35562026-08-25T09:02:20.227Z[ helios-setup] Aug 25 09:02:19.004 INFO E| Compiling modular-bitfield v0.11.2
35572026-08-25T09:02:20.411Z[ host-package] Compiling hyper-staticfile v0.10.1
35582026-08-25T09:02:20.501Z[ helios-setup] Aug 25 09:02:19.266 INFO E| Compiling scroll v0.12.0
35592026-08-25T09:02:20.604Z[ host-package] Compiling darling_macro v0.13.4
35602026-08-25T09:02:20.631Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35612026-08-25T09:02:20.844Z[ helios-setup] Aug 25 09:02:19.620 INFO E| Compiling goblin v0.9.3
35622026-08-25T09:02:21.076Z[ helios-setup] Aug 25 09:02:19.852 INFO E| Compiling pest v2.8.0
35632026-08-25T09:02:21.201Z[ helios-setup] Aug 25 09:02:19.978 INFO E| Compiling modular-bitfield v0.13.1
35642026-08-25T09:02:21.281Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35652026-08-25T09:02:21.326Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35662026-08-25T09:02:21.443Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35672026-08-25T09:02:21.567Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35682026-08-25T09:02:21.638Z[ host-package] Compiling predicates-tree v1.0.13
35692026-08-25T09:02:21.989Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35702026-08-25T09:02:22.251Z[ host-package] Compiling unicode-truncate v1.1.0
35712026-08-25T09:02:22.340Z[ host-package] Compiling lru v0.12.5
35722026-08-25T09:02:22.374Z[ host-package] Compiling rand_seeder v0.4.0
35732026-08-25T09:02:22.532Z[ helios-setup] Aug 25 09:02:21.302 INFO E| Compiling pest_meta v2.8.0
35742026-08-25T09:02:22.535Z[ host-package] Compiling prefix-trie v0.7.0
35752026-08-25T09:02:22.574Z[ host-package] Compiling cassowary v0.3.0
35762026-08-25T09:02:22.725Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35772026-08-25T09:02:23.016Z[ host-package] Compiling ratatui v0.29.0
35782026-08-25T09:02:23.113Z[ helios-setup] Aug 25 09:02:21.889 INFO E| Compiling pest_generator v2.8.0
35792026-08-25T09:02:23.222Z[ host-package] Compiling hickory-server v0.25.2
35802026-08-25T09:02:23.368Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35812026-08-25T09:02:23.368Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35822026-08-25T09:02:23.620Z[ host-package] Compiling darling v0.13.4
35832026-08-25T09:02:23.854Z[ helios-setup] Aug 25 09:02:22.630 INFO E| Compiling pest_derive v2.8.0
35842026-08-25T09:02:23.875Z[ host-package] Compiling sled v0.34.7
35852026-08-25T09:02:24.318Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35862026-08-25T09:02:24.447Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35872026-08-25T09:02:24.508Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35882026-08-25T09:02:24.556Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35892026-08-25T09:02:24.906Z[ helios-setup] Aug 25 09:02:23.682 INFO E| Compiling json5 v0.4.1
35902026-08-25T09:02:25.070Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35912026-08-25T09:02:25.236Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35922026-08-25T09:02:25.500Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35932026-08-25T09:02:26.550Z[ helios-setup] Aug 25 09:02:25.326 INFO E| Compiling four-cc v0.4.0
35942026-08-25T09:02:26.550Z[ helios-setup] Aug 25 09:02:25.326 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35952026-08-25T09:02:26.669Z[ helios-setup] Aug 25 09:02:25.445 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35962026-08-25T09:02:27.338Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35972026-08-25T09:02:27.551Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35982026-08-25T09:02:28.045Z[ host-package] Compiling serde_with_macros v1.5.2
35992026-08-25T09:02:28.953Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36002026-08-25T09:02:29.105Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36012026-08-25T09:02:29.416Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36022026-08-25T09:02:29.667Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36032026-08-25T09:02:29.849Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36042026-08-25T09:02:29.968Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36052026-08-25T09:02:30.141Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36062026-08-25T09:02:30.224Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36072026-08-25T09:02:30.486Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36082026-08-25T09:02:30.779Z[ host-package] Compiling arc-swap v1.8.2
36092026-08-25T09:02:31.188Z[ host-package] Compiling void v1.0.2
36102026-08-25T09:02:31.212Z[ host-package] Compiling slog-scope v4.4.1
36112026-08-25T09:02:31.339Z[ host-package] Compiling lzss v0.8.2
36122026-08-25T09:02:31.642Z[ host-package] Compiling serde_with v1.14.0
36132026-08-25T09:02:31.739Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36142026-08-25T09:02:32.125Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36152026-08-25T09:02:32.363Z[ host-package] Compiling git2 v0.20.4
36162026-08-25T09:02:32.913Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36172026-08-25T09:02:33.088Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36182026-08-25T09:02:33.828Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36192026-08-25T09:02:34.143Z[ host-package] Compiling scuffle v0.1.0
36202026-08-25T09:02:35.646Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36212026-08-25T09:02:36.184Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36222026-08-25T09:02:36.393Z[ host-package] Compiling tungstenite v0.23.0
36232026-08-25T09:02:36.467Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36242026-08-25T09:02:36.552Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36252026-08-25T09:02:38.643Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36262026-08-25T09:02:38.722Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36272026-08-25T09:02:38.744Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36282026-08-25T09:02:38.747Z[ host-package] Compiling nix v0.27.1
36292026-08-25T09:02:38.891Z[ host-package] Compiling twox-hash v2.1.2
36302026-08-25T09:02:38.954Z[ host-package] Compiling libsw-core v0.3.2
36312026-08-25T09:02:39.017Z[ host-package] Compiling atty v0.2.14
36322026-08-25T09:02:39.042Z[ host-package] Compiling serde_bytes v0.11.19
36332026-08-25T09:02:39.200Z[ host-package] Compiling libsw v3.5.0
36342026-08-25T09:02:39.297Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36352026-08-25T09:02:39.384Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36362026-08-25T09:02:39.410Z[ host-package] Compiling tokio-tungstenite v0.23.1
36372026-08-25T09:02:39.433Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36382026-08-25T09:02:39.458Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36392026-08-25T09:02:39.817Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36402026-08-25T09:02:39.967Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36412026-08-25T09:02:40.085Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36422026-08-25T09:02:40.576Z[ helios-setup] Aug 25 09:02:39.353 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36432026-08-25T09:02:42.573Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36442026-08-25T09:02:43.917Z[ helios-setup] Aug 25 09:02:42.693 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36452026-08-25T09:02:44.014Z[ host-package] Compiling slog-stdlog v4.1.1
36462026-08-25T09:02:44.054Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36472026-08-25T09:02:44.431Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36482026-08-25T09:02:44.532Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36492026-08-25T09:02:44.750Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36502026-08-25T09:02:45.199Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36512026-08-25T09:02:45.589Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36522026-08-25T09:02:46.734Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36532026-08-25T09:02:48.727Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36542026-08-25T09:02:49.257Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36552026-08-25T09:02:49.719Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36562026-08-25T09:02:50.060Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
36572026-08-25T09:02:50.476Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36582026-08-25T09:02:51.723Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36592026-08-25T09:02:53.099Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36602026-08-25T09:02:54.168Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36612026-08-25T09:02:54.844Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36622026-08-25T09:02:56.643Z[ helios-setup] Aug 25 09:02:55.419 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.61s
36632026-08-25T09:02:56.672Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36642026-08-25T09:02:56.680Z[ helios-setup] Aug 25 09:02:55.456 INFO building project "amd-host-image-builder" ok (45 seconds)
36652026-08-25T09:02:56.680Z[ helios-setup] Aug 25 09:02:55.456 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36662026-08-25T09:02:56.690Z[ helios-setup] Aug 25 09:02:55.466 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36672026-08-25T09:02:56.690Z[ helios-setup] Aug 25 09:02:55.466 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36682026-08-25T09:02:56.690Z[ helios-setup] Aug 25 09:02:55.466 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36692026-08-25T09:02:56.806Z[ helios-setup] Aug 25 09:02:55.582 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36702026-08-25T09:02:57.125Z[ helios-setup] Aug 25 09:02:55.901 INFO E| From https://github.com/jclulow/rust-jmclib
36712026-08-25T09:02:57.125Z[ helios-setup] Aug 25 09:02:55.901 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36722026-08-25T09:02:57.153Z[ helios-setup] Aug 25 09:02:55.929 INFO E| Updating crates.io index
36732026-08-25T09:02:57.210Z[ helios-setup] Aug 25 09:02:55.986 INFO E| Downloading crates ...
36742026-08-25T09:02:57.250Z[ helios-setup] Aug 25 09:02:56.026 INFO E| Downloaded bitflags v2.3.3
36752026-08-25T09:02:57.255Z[ helios-setup] Aug 25 09:02:56.032 INFO E| Downloaded anyhow v1.0.72
36762026-08-25T09:02:57.259Z[ helios-setup] Aug 25 09:02:56.034 INFO E| Downloaded sha-1 v0.9.8
36772026-08-25T09:02:57.262Z[ helios-setup] Aug 25 09:02:56.036 INFO E| Downloaded cpufeatures v0.2.9
36782026-08-25T09:02:57.262Z[ helios-setup] Aug 25 09:02:56.037 INFO E| Downloaded libdevinfo-sys v1.0.0
36792026-08-25T09:02:57.272Z[ helios-setup] Aug 25 09:02:56.048 INFO E| Downloaded block-buffer v0.9.0
36802026-08-25T09:02:57.285Z[ helios-setup] Aug 25 09:02:56.062 INFO E| Downloaded md-5 v0.9.1
36812026-08-25T09:02:57.288Z[ helios-setup] Aug 25 09:02:56.063 INFO E| Downloaded errno v0.3.1
36822026-08-25T09:02:57.288Z[ helios-setup] Aug 25 09:02:56.064 INFO E| Downloaded fastrand v2.0.0
36832026-08-25T09:02:57.288Z[ helios-setup] Aug 25 09:02:56.065 INFO E| Downloaded digest v0.9.0
36842026-08-25T09:02:57.292Z[ helios-setup] Aug 25 09:02:56.068 INFO E| Downloaded glob v0.3.1
36852026-08-25T09:02:57.294Z[ helios-setup] Aug 25 09:02:56.069 INFO E| Downloaded unicode-width v0.1.10
36862026-08-25T09:02:57.295Z[ helios-setup] Aug 25 09:02:56.070 INFO E| Downloaded walkdir v2.3.3
36872026-08-25T09:02:57.297Z[ helios-setup] Aug 25 09:02:56.072 INFO E| Downloaded quote v1.0.31
36882026-08-25T09:02:57.300Z[ helios-setup] Aug 25 09:02:56.076 INFO E| Downloaded tempfile v3.7.0
36892026-08-25T09:02:57.306Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36902026-08-25T09:02:57.306Z[ helios-setup] Aug 25 09:02:56.078 INFO E| Downloaded uuid v0.8.2
36912026-08-25T09:02:57.306Z[ helios-setup] Aug 25 09:02:56.082 INFO E| Downloaded once_cell v1.18.0
36922026-08-25T09:02:57.313Z[ helios-setup] Aug 25 09:02:56.083 INFO E| Downloaded unicode-ident v1.0.11
36932026-08-25T09:02:57.313Z[ helios-setup] Aug 25 09:02:56.085 INFO E| Downloaded getrandom v0.2.10
36942026-08-25T09:02:57.313Z[ helios-setup] Aug 25 09:02:56.087 INFO E| Downloaded proc-macro2 v1.0.66
36952026-08-25T09:02:57.313Z[ helios-setup] Aug 25 09:02:56.088 INFO E| Downloaded typenum v1.16.0
36962026-08-25T09:02:57.313Z[ helios-setup] Aug 25 09:02:56.089 INFO E| Downloaded serde_derive v1.0.193
36972026-08-25T09:02:57.317Z[ helios-setup] Aug 25 09:02:56.091 INFO E| Downloaded toml v0.5.11
36982026-08-25T09:02:57.327Z[ helios-setup] Aug 25 09:02:56.103 INFO E| Downloaded serde v1.0.193
36992026-08-25T09:02:57.345Z[ helios-setup] Aug 25 09:02:56.122 INFO E| Downloaded serde_json v1.0.103
37002026-08-25T09:02:57.354Z[ helios-setup] Aug 25 09:02:56.130 INFO E| Downloaded syn v2.0.32
37012026-08-25T09:02:57.372Z[ helios-setup] Aug 25 09:02:56.148 INFO E| Downloaded rustix v0.38.4
37022026-08-25T09:02:57.394Z[ helios-setup] Aug 25 09:02:56.170 INFO E| Downloaded libc v0.2.147
37032026-08-25T09:02:57.457Z[ helios-setup] Aug 25 09:02:56.233 INFO E| Compiling libc v0.2.147
37042026-08-25T09:02:57.457Z[ helios-setup] Aug 25 09:02:56.233 INFO E| Compiling proc-macro2 v1.0.66
37052026-08-25T09:02:57.457Z[ helios-setup] Aug 25 09:02:56.233 INFO E| Compiling cfg-if v1.0.0
37062026-08-25T09:02:57.460Z[ helios-setup] Aug 25 09:02:56.233 INFO E| Compiling unicode-ident v1.0.11
37072026-08-25T09:02:57.460Z[ helios-setup] Aug 25 09:02:56.233 INFO E| Compiling typenum v1.16.0
37082026-08-25T09:02:57.461Z[ helios-setup] Aug 25 09:02:56.233 INFO E| Compiling version_check v0.9.4
37092026-08-25T09:02:57.461Z[ helios-setup] Aug 25 09:02:56.233 INFO E| Compiling serde v1.0.193
37102026-08-25T09:02:57.461Z[ helios-setup] Aug 25 09:02:56.233 INFO E| Compiling time-core v0.1.2
37112026-08-25T09:02:57.462Z[ helios-setup] Aug 25 09:02:56.233 INFO E| Compiling rustix v0.38.4
37122026-08-25T09:02:57.524Z[ helios-setup] Aug 25 09:02:56.300 INFO E| Compiling itoa v1.0.9
37132026-08-25T09:02:57.524Z[ helios-setup] Aug 25 09:02:56.300 INFO E| Compiling powerfmt v0.2.0
37142026-08-25T09:02:57.527Z[ helios-setup] Aug 25 09:02:56.300 INFO E| Compiling num-conv v0.1.0
37152026-08-25T09:02:57.527Z[ helios-setup] Aug 25 09:02:56.300 INFO E| Compiling slog v2.7.0
37162026-08-25T09:02:57.527Z[ helios-setup] Aug 25 09:02:56.300 INFO E| Compiling num_threads v0.1.6
37172026-08-25T09:02:57.531Z[ host-package] Compiling fatfs v0.3.6
37182026-08-25T09:02:57.534Z[ helios-setup] Aug 25 09:02:56.309 INFO E| Compiling bitflags v2.3.3
37192026-08-25T09:02:57.534Z[ helios-setup] Aug 25 09:02:56.309 INFO E| Compiling once_cell v1.18.0
37202026-08-25T09:02:57.594Z[ host-package] Compiling signal-hook-tokio v0.3.1
37212026-08-25T09:02:57.831Z[ host-package] Compiling yasna v0.5.2
37222026-08-25T09:02:57.876Z[ helios-setup] Aug 25 09:02:56.652 INFO E| Compiling opaque-debug v0.3.0
37232026-08-25T09:02:57.907Z[ helios-setup] Aug 25 09:02:56.683 INFO E| Compiling serde_json v1.0.103
37242026-08-25T09:02:58.306Z[ helios-setup] Aug 25 09:02:57.082 INFO E| Compiling deranged v0.3.11
37252026-08-25T09:02:58.318Z[ helios-setup] Aug 25 09:02:57.094 INFO E| Compiling thread_local v1.1.7
37262026-08-25T09:02:58.321Z[ helios-setup] Aug 25 09:02:57.094 INFO E| Compiling fastrand v2.0.0
37272026-08-25T09:02:58.321Z[ helios-setup] Aug 25 09:02:57.094 INFO E| Compiling anyhow v1.0.72
37282026-08-25T09:02:58.336Z[ helios-setup] Aug 25 09:02:57.112 INFO E| Compiling ryu v1.0.15
37292026-08-25T09:02:58.497Z[ helios-setup] Aug 25 09:02:57.272 INFO E| Compiling unicode-width v0.1.10
37302026-08-25T09:02:58.536Z[ helios-setup] Aug 25 09:02:57.312 INFO E| Compiling same-file v1.0.6
37312026-08-25T09:02:58.541Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37322026-08-25T09:02:58.689Z[ helios-setup] Aug 25 09:02:57.465 INFO E| Compiling time-macros v0.2.18
37332026-08-25T09:02:58.726Z[ helios-setup] Aug 25 09:02:57.502 INFO E| Compiling cpufeatures v0.2.9
37342026-08-25T09:02:58.813Z[ helios-setup] Aug 25 09:02:57.589 INFO E| Compiling walkdir v2.3.3
37352026-08-25T09:02:58.828Z[ helios-setup] Aug 25 09:02:57.604 INFO E| Compiling getopts v0.2.21
37362026-08-25T09:02:58.873Z[ helios-setup] Aug 25 09:02:57.649 INFO E| Compiling libdevinfo-sys v1.0.0
37372026-08-25T09:02:58.998Z[ helios-setup] Aug 25 09:02:57.774 INFO E| Compiling glob v0.3.1
37382026-08-25T09:02:59.071Z[ helios-setup] Aug 25 09:02:57.847 INFO E| Compiling generic-array v0.14.7
37392026-08-25T09:02:59.299Z[ helios-setup] Aug 25 09:02:58.075 INFO E| Compiling dirs-sys-next v0.1.2
37402026-08-25T09:02:59.299Z[ helios-setup] Aug 25 09:02:58.075 INFO E| Compiling errno v0.3.1
37412026-08-25T09:02:59.299Z[ helios-setup] Aug 25 09:02:58.075 INFO E| Compiling atty v0.2.14
37422026-08-25T09:02:59.315Z[ helios-setup] Aug 25 09:02:58.092 INFO E| Compiling getrandom v0.2.10
37432026-08-25T09:02:59.506Z[ host-package] Compiling assert_matches v1.5.0
37442026-08-25T09:02:59.521Z[ helios-setup] Aug 25 09:02:58.298 INFO E| Compiling dirs-next v2.0.0
37452026-08-25T09:02:59.605Z[ helios-setup] Aug 25 09:02:58.382 INFO E| Compiling term v0.7.0
37462026-08-25T09:02:59.667Z[ host-package] Compiling seq-macro v0.3.6
37472026-08-25T09:02:59.976Z[ helios-setup] Aug 25 09:02:58.752 INFO E| Compiling quote v1.0.31
37482026-08-25T09:03:00.086Z[ host-package] Compiling rcgen v0.12.1
37492026-08-25T09:03:00.252Z[ helios-setup] Aug 25 09:02:59.028 INFO E| Compiling syn v2.0.32
37502026-08-25T09:03:00.267Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37512026-08-25T09:03:00.598Z[ helios-setup] Aug 25 09:02:59.374 INFO E| Compiling block-buffer v0.9.0
37522026-08-25T09:03:00.598Z[ helios-setup] Aug 25 09:02:59.374 INFO E| Compiling digest v0.9.0
37532026-08-25T09:03:00.652Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37542026-08-25T09:03:00.656Z[ helios-setup] Aug 25 09:02:59.432 INFO E| Compiling tempfile v3.7.0
37552026-08-25T09:03:00.723Z[ helios-setup] Aug 25 09:02:59.500 INFO E| Compiling sha-1 v0.9.8
37562026-08-25T09:03:00.724Z[ helios-setup] Aug 25 09:02:59.500 INFO E| Compiling md-5 v0.9.1
37572026-08-25T09:03:00.816Z[ helios-setup] Aug 25 09:02:59.592 INFO E| Compiling time v0.3.36
37582026-08-25T09:03:01.640Z[ host-package] Compiling slog-envlogger v2.2.0
37592026-08-25T09:03:01.964Z[ helios-setup] Aug 25 09:03:00.740 INFO E| Compiling slog-term v2.9.0
37602026-08-25T09:03:02.436Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37612026-08-25T09:03:02.477Z[ helios-setup] Aug 25 09:03:01.253 INFO E| Compiling serde_derive v1.0.193
37622026-08-25T09:03:02.995Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37632026-08-25T09:03:03.450Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37642026-08-25T09:03:03.949Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37652026-08-25T09:03:04.340Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37662026-08-25T09:03:04.761Z[ host-package] Compiling port-file v0.1.0
37672026-08-25T09:03:05.250Z[ host-package] Compiling rtoolbox v0.0.3
37682026-08-25T09:03:05.281Z[ host-package] Compiling subprocess v0.2.15
37692026-08-25T09:03:05.419Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37702026-08-25T09:03:05.561Z[ host-package] Compiling rpassword v7.5.4
37712026-08-25T09:03:06.218Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37722026-08-25T09:03:06.999Z[ helios-setup] Aug 25 09:03:05.775 INFO E| Compiling toml v0.5.11
37732026-08-25T09:03:06.999Z[ helios-setup] Aug 25 09:03:05.775 INFO E| Compiling uuid v0.8.2
37742026-08-25T09:03:07.465Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37752026-08-25T09:03:07.642Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37762026-08-25T09:03:07.804Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37772026-08-25T09:03:07.902Z[ helios-setup] Aug 25 09:03:06.678 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37782026-08-25T09:03:08.726Z[ helios-setup] Aug 25 09:03:07.502 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37792026-08-25T09:03:09.027Z[ host-package] Compiling tui-tree-widget v0.23.1
37802026-08-25T09:03:09.386Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37812026-08-25T09:03:10.133Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37822026-08-25T09:03:10.384Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37832026-08-25T09:03:12.664Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37842026-08-25T09:03:13.100Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37852026-08-25T09:03:13.355Z[ host-package] Compiling uzers v0.12.2
37862026-08-25T09:03:13.381Z[ helios-setup] Aug 25 09:03:12.157 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.67s
37872026-08-25T09:03:13.407Z[ helios-setup] Aug 25 09:03:12.183 INFO building project "image-builder" ok (16 seconds)
37882026-08-25T09:03:13.407Z[ helios-setup] Aug 25 09:03:12.183 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37892026-08-25T09:03:13.417Z[ helios-setup] Aug 25 09:03:12.193 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37902026-08-25T09:03:13.417Z[ helios-setup] Aug 25 09:03:12.193 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37912026-08-25T09:03:13.417Z[ helios-setup] Aug 25 09:03:12.193 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37922026-08-25T09:03:13.612Z[ helios-setup] Aug 25 09:03:12.388 INFO E| Downloading crates ...
37932026-08-25T09:03:13.654Z[ helios-setup] Aug 25 09:03:12.429 INFO E| Downloaded adler2 v2.0.0
37942026-08-25T09:03:13.662Z[ helios-setup] Aug 25 09:03:12.438 INFO E| Downloaded miniz_oxide v0.8.8
37952026-08-25T09:03:13.705Z[ helios-setup] Aug 25 09:03:12.480 INFO E| Compiling adler2 v2.0.0
37962026-08-25T09:03:13.810Z[ helios-setup] Aug 25 09:03:12.586 INFO E| Compiling miniz_oxide v0.8.8
37972026-08-25T09:03:14.222Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37982026-08-25T09:03:14.460Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37992026-08-25T09:03:14.843Z[ helios-setup] Aug 25 09:03:13.619 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38002026-08-25T09:03:14.928Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38012026-08-25T09:03:15.209Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38022026-08-25T09:03:15.339Z[ helios-setup] Aug 25 09:03:14.115 INFO E| Finished `release` profile [optimized] target(s) in 1.90s
38032026-08-25T09:03:15.349Z[ helios-setup] Aug 25 09:03:14.126 INFO building project "pinprick" ok (1 seconds)
38042026-08-25T09:03:15.349Z[ helios-setup] Aug 25 09:03:14.126 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
38052026-08-25T09:03:15.360Z[ helios-setup] Aug 25 09:03:14.135 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
38062026-08-25T09:03:15.360Z[ helios-setup] Aug 25 09:03:14.135 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
38072026-08-25T09:03:15.360Z[ helios-setup] Aug 25 09:03:14.135 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
38082026-08-25T09:03:15.481Z[ helios-setup] Aug 25 09:03:14.257 INFO E| Downloading crates ...
38092026-08-25T09:03:15.523Z[ helios-setup] Aug 25 09:03:14.299 INFO E| Downloaded digest v0.10.3
38102026-08-25T09:03:15.527Z[ helios-setup] Aug 25 09:03:14.301 INFO E| Downloaded block-buffer v0.10.3
38112026-08-25T09:03:15.537Z[ helios-setup] Aug 25 09:03:14.314 INFO E| Downloaded flate2 v1.0.25
38122026-08-25T09:03:15.540Z[ helios-setup] Aug 25 09:03:14.316 INFO E| Downloaded miniz_oxide v0.6.2
38132026-08-25T09:03:15.543Z[ helios-setup] Aug 25 09:03:14.318 INFO E| Downloaded generic-array v0.14.6
38142026-08-25T09:03:15.543Z[ helios-setup] Aug 25 09:03:14.319 INFO E| Downloaded cpufeatures v0.2.5
38152026-08-25T09:03:15.543Z[ helios-setup] Aug 25 09:03:14.319 INFO E| Downloaded sha2 v0.10.5
38162026-08-25T09:03:15.546Z[ helios-setup] Aug 25 09:03:14.322 INFO E| Downloaded anyhow v1.0.62
38172026-08-25T09:03:15.550Z[ helios-setup] Aug 25 09:03:14.326 INFO E| Downloaded bytes v1.2.1
38182026-08-25T09:03:15.553Z[ helios-setup] Aug 25 09:03:14.329 INFO E| Downloaded typenum v1.15.0
38192026-08-25T09:03:15.599Z[ helios-setup] Aug 25 09:03:14.375 INFO E| Compiling version_check v0.9.4
38202026-08-25T09:03:15.599Z[ helios-setup] Aug 25 09:03:14.375 INFO E| Compiling typenum v1.15.0
38212026-08-25T09:03:15.599Z[ helios-setup] Aug 25 09:03:14.375 INFO E| Compiling crc32fast v1.3.2
38222026-08-25T09:03:15.599Z[ helios-setup] Aug 25 09:03:14.375 INFO E| Compiling cfg-if v1.0.0
38232026-08-25T09:03:15.602Z[ helios-setup] Aug 25 09:03:14.375 INFO E| Compiling adler v1.0.2
38242026-08-25T09:03:15.676Z[ helios-setup] Aug 25 09:03:14.452 INFO E| Compiling anyhow v1.0.62
38252026-08-25T09:03:15.676Z[ helios-setup] Aug 25 09:03:14.452 INFO E| Compiling cpufeatures v0.2.5
38262026-08-25T09:03:15.701Z[ helios-setup] Aug 25 09:03:14.477 INFO E| Compiling unicode-width v0.1.10
38272026-08-25T09:03:15.701Z[ helios-setup] Aug 25 09:03:14.477 INFO E| Compiling bytes v1.2.1
38282026-08-25T09:03:15.701Z[ helios-setup] Aug 25 09:03:14.477 INFO E| Compiling bitflags v1.3.2
38292026-08-25T09:03:15.819Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38302026-08-25T09:03:15.951Z[ helios-setup] Aug 25 09:03:14.727 INFO E| Compiling getopts v0.2.21
38312026-08-25T09:03:16.296Z[ helios-setup] Aug 25 09:03:15.072 INFO E| Compiling generic-array v0.14.6
38322026-08-25T09:03:16.417Z[ helios-setup] Aug 25 09:03:15.193 INFO E| Compiling miniz_oxide v0.6.2
38332026-08-25T09:03:17.034Z[ helios-setup] Aug 25 09:03:15.810 INFO E| Compiling flate2 v1.0.25
38342026-08-25T09:03:17.261Z[ host-package] Compiling support-bundle-viewer v0.1.2
38352026-08-25T09:03:17.834Z[ helios-setup] Aug 25 09:03:16.609 INFO E| Compiling crypto-common v0.1.6
38362026-08-25T09:03:17.834Z[ helios-setup] Aug 25 09:03:16.609 INFO E| Compiling block-buffer v0.10.3
38372026-08-25T09:03:17.947Z[ helios-setup] Aug 25 09:03:16.723 INFO E| Compiling digest v0.10.3
38382026-08-25T09:03:18.120Z[ helios-setup] Aug 25 09:03:16.896 INFO E| Compiling sha2 v0.10.5
38392026-08-25T09:03:18.381Z[ helios-setup] Aug 25 09:03:17.157 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38402026-08-25T09:03:19.010Z[ host-package] Compiling multimap v0.10.1
38412026-08-25T09:03:21.123Z[ helios-setup] Aug 25 09:03:19.899 INFO E| Finished `release` profile [optimized] target(s) in 5.75s
38422026-08-25T09:03:21.137Z[ helios-setup] Aug 25 09:03:19.913 INFO building project "bootserver" ok (5 seconds)
38432026-08-25T09:03:21.140Z[ helios-setup] rm -f helios-build
38442026-08-25T09:03:21.143Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38452026-08-25T09:03:21.146Z[ helios-setup]
38462026-08-25T09:03:21.146Z[ helios-setup] Setup complete! ./helios-build is now available.
38472026-08-25T09:03:21.146Z[ helios-setup]
38482026-08-25T09:03:21.149Z[ helios-setup]
38492026-08-25T09:03:21.149Z[ helios-setup] real 3:05.161674219
38502026-08-25T09:03:21.149Z[ helios-setup] user 7:06.266574896
38512026-08-25T09:03:21.149Z[ helios-setup] sys 1:22.505468573
38522026-08-25T09:03:21.149Z[ helios-setup] trap 0.514460553
38532026-08-25T09:03:21.149Z[ helios-setup] tflt 3.414090192
38542026-08-25T09:03:21.149Z[ helios-setup] dflt 9.408324837
38552026-08-25T09:03:21.149Z[ helios-setup] kflt 0.011623121
38562026-08-25T09:03:21.150Z[ helios-setup] lock 58:14.694193012
38572026-08-25T09:03:21.150Z[ helios-setup] slp 39:03.230176897
38582026-08-25T09:03:21.150Z[ helios-setup] lat 7:26.925301789
38592026-08-25T09:03:21.150Z[ helios-setup] stop 1:53.147421118
38602026-08-25T09:03:21.150ZAug 25 09:03:19.924 INFO [helios-setup] process exited with exit status: 0 (185.165054416s)
38612026-08-25T09:03:21.150ZAug 25 09:03:19.924 INFO [helios-record] running task
38622026-08-25T09:03:21.150ZAug 25 09:03:19.924 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38632026-08-25T09:03:21.153ZAug 25 09:03:19.929 DEBG process exited with exit status: 0 (4.400939ms)
38642026-08-25T09:03:21.153ZAug 25 09:03:19.929 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38652026-08-25T09:03:21.157ZAug 25 09:03:19.933 DEBG process exited with exit status: 0 (4.555148ms)
38662026-08-25T09:03:21.157ZAug 25 09:03:19.933 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38672026-08-25T09:03:21.161ZAug 25 09:03:19.937 DEBG process exited with exit status: 0 (3.695897ms)
38682026-08-25T09:03:21.161ZAug 25 09:03:19.937 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38692026-08-25T09:03:21.164ZAug 25 09:03:19.940 DEBG process exited with exit status: 0 (3.318916ms)
38702026-08-25T09:03:21.164ZAug 25 09:03:19.940 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38712026-08-25T09:03:21.167ZAug 25 09:03:19.944 DEBG process exited with exit status: 0 (3.160376ms)
38722026-08-25T09:03:21.167ZAug 25 09:03:19.944 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38732026-08-25T09:03:21.171ZAug 25 09:03:19.947 DEBG process exited with exit status: 0 (3.408797ms)
38742026-08-25T09:03:21.171ZAug 25 09:03:19.947 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38752026-08-25T09:03:21.174ZAug 25 09:03:19.950 DEBG process exited with exit status: 0 (3.363676ms)
38762026-08-25T09:03:21.174ZAug 25 09:03:19.950 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38772026-08-25T09:03:21.177ZAug 25 09:03:19.954 DEBG process exited with exit status: 0 (3.258746ms)
38782026-08-25T09:03:21.177ZAug 25 09:03:19.954 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38792026-08-25T09:03:21.180ZAug 25 09:03:19.957 DEBG process exited with exit status: 0 (3.202807ms)
38802026-08-25T09:03:21.183ZAug 25 09:03:19.957 INFO [helios-record] task succeeded (33.066653ms)
38812026-08-25T09:03:27.489Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38822026-08-25T09:03:32.129Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38832026-08-25T09:03:34.292Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38842026-08-25T09:03:38.068Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38852026-08-25T09:03:39.649Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38862026-08-25T09:12:02.868Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 06s
38872026-08-25T09:12:02.871Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38882026-08-25T09:12:02.871Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38892026-08-25T09:12:53.355ZAug 25 09:12:52.129 INFO [host-package] process exited with exit status: 0 (717.033768067s)
38902026-08-25T09:12:53.355ZAug 25 09:12:52.129 INFO [host-libraries] running task
38912026-08-25T09:12:53.355ZAug 25 09:12:52.129 INFO [host-stamp] running task
38922026-08-25T09:12:53.358ZAug 25 09:12:52.131 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+git24d1aaab8a0
38932026-08-25T09:12:53.358ZAug 25 09:12:52.131 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+git24d1aaab8a0
38942026-08-25T09:12:53.358ZAug 25 09:12:52.132 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+git24d1aaab8a0
38952026-08-25T09:12:53.358ZAug 25 09:12:52.132 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+git24d1aaab8a0
38962026-08-25T09:12:53.359ZAug 25 09:12:52.132 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+git24d1aaab8a0
38972026-08-25T09:12:53.359ZAug 25 09:12:52.133 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+git24d1aaab8a0
38982026-08-25T09:12:53.359ZAug 25 09:12:52.133 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+git24d1aaab8a0
38992026-08-25T09:12:53.362ZAug 25 09:12:52.133 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+git24d1aaab8a0
39002026-08-25T09:12:53.365Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-08-25T09:12:53.366Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-25T09:12:53.369Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-25T09:12:53.369Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-25T09:12:53.369Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-25T09:12:53.369Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39062026-08-25T09:12:53.369Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39072026-08-25T09:12:53.369Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39082026-08-25T09:12:53.369Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39092026-08-25T09:12:53.372ZAug 25 09:12:52.145 INFO [stamp-overlay] process exited with exit status: 0 (11.948383ms)
39102026-08-25T09:12:53.376Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39112026-08-25T09:12:53.379ZAug 25 09:12:52.154 INFO [stamp-oxlog] process exited with exit status: 0 (22.065853ms)
39122026-08-25T09:12:53.397Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39132026-08-25T09:12:53.401ZAug 25 09:12:52.174 INFO [stamp-crucible-utils] process exited with exit status: 0 (43.459603ms)
39142026-08-25T09:12:53.409Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39152026-08-25T09:12:53.412ZAug 25 09:12:52.186 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (55.067405ms)
39162026-08-25T09:12:53.549Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39172026-08-25T09:12:53.553ZAug 25 09:12:52.327 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (195.160854ms)
39182026-08-25T09:12:53.942Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39192026-08-25T09:12:53.945ZAug 25 09:12:52.720 INFO [stamp-propolis-server] process exited with exit status: 0 (587.662936ms)
39202026-08-25T09:12:53.953Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39212026-08-25T09:12:53.956ZAug 25 09:12:52.730 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (598.664287ms)
39222026-08-25T09:12:55.128ZAug 25 09:12:53.902 INFO [host-libraries] task succeeded (1.773204697s)
39232026-08-25T09:12:55.131ZAug 25 09:12:53.902 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39242026-08-25T09:12:55.134Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39252026-08-25T09:12:56.078Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39262026-08-25T09:12:56.941Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39272026-08-25T09:13:00.833Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39282026-08-25T09:13:00.836ZAug 25 09:12:59.610 INFO [stamp-switch-asic] process exited with exit status: 0 (7.477475187s)
39292026-08-25T09:13:00.836ZAug 25 09:12:59.610 INFO [host-stamp] task succeeded (7.481286334s)
39302026-08-25T09:13:00.836ZAug 25 09:12:59.610 INFO [host-proto] running task
39312026-08-25T09:13:01.361ZAug 25 09:13:00.136 INFO [host-proto] task succeeded (525.332627ms)
39322026-08-25T09:13:01.362ZAug 25 09:13:00.136 INFO [host-profile] running task
39332026-08-25T09:13:01.365ZAug 25 09:13:00.136 INFO [host-profile] task succeeded (286.14µs)
39342026-08-25T09:13:01.365ZAug 25 09:13:00.136 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/.tmprfUmyL/proto/host/root -N 'ci 24d1aaa/${os_short_commit} 2026-08-25 09:00' -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/'
39352026-08-25T09:13:01.368Z[ host-image] Aug 25 09:13:00.142 INFO Checking files for board 'cosmo-mbist-noaggr'
39362026-08-25T09:13:01.369Z[ host-image] Aug 25 09:13:00.142 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39372026-08-25T09:13:01.369Z[ host-image] Aug 25 09:13:00.142 INFO Checking files for board 'gimlet'
39382026-08-25T09:13:01.369Z[ host-image] Aug 25 09:13:00.142 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39392026-08-25T09:13:01.369Z[ host-image] Aug 25 09:13:00.142 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39402026-08-25T09:13:01.369Z[ host-image] Aug 25 09:13:00.142 INFO Checking files for board 'cosmo-mbist'
39412026-08-25T09:13:01.369Z[ host-image] Aug 25 09:13:00.142 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39422026-08-25T09:13:01.369Z[ host-image] Aug 25 09:13:00.142 INFO Checking files for board 'cosmo'
39432026-08-25T09:13:01.369Z[ host-image] Aug 25 09:13:00.142 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39442026-08-25T09:13:01.369Z[ host-image] Aug 25 09:13:00.142 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39452026-08-25T09:13:01.376Z[ host-image] Aug 25 09:13:00.150 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmprfUmyL/proto/host/root"
39462026-08-25T09:13:01.379Z[ host-image] Aug 25 09:13:00.150 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39472026-08-25T09:13:01.379Z[ host-image] Aug 25 09:13:00.150 INFO image builder template: ramdisk-01-os...
39482026-08-25T09:13:01.379Z[ host-image] Aug 25 09:13:00.150 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/.tmprfUmyL/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39492026-08-25T09:13:01.388Z[ host-image] Aug 25 09:13:00.163 INFO O| Aug 25 09:13:00.162 INFO CREATE DATASET: rpool/images/build/host/output
39502026-08-25T09:13:03.751Z[ host-image] Aug 25 09:13:02.525 INFO O| Aug 25 09:13:02.525 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39512026-08-25T09:13:03.755Z[ host-image] Aug 25 09:13:02.529 INFO O| Aug 25 09:13:02.529 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39522026-08-25T09:13:03.898Z[ host-image] Aug 25 09:13:02.672 INFO O| Aug 25 09:13:02.672 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39532026-08-25T09:13:03.930Z[ host-image] Aug 25 09:13:02.704 INFO O| Aug 25 09:13:02.704 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39542026-08-25T09:13:03.933Z[ host-image] Aug 25 09:13:02.704 INFO O| Aug 25 09:13:02.704 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39552026-08-25T09:13:03.933Z[ host-image] Aug 25 09:13:02.704 INFO O| Aug 25 09:13:02.704 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39562026-08-25T09:13:03.933Z[ host-image] Aug 25 09:13:02.704 INFO O| Aug 25 09:13:02.704 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39572026-08-25T09:13:03.936Z[ host-image] Aug 25 09:13:02.709 INFO O| Aug 25 09:13:02.709 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39582026-08-25T09:13:04.047Z[ host-image] Aug 25 09:13:02.821 INFO O| Aug 25 09:13:02.821 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-25T09:13:04.054Z[ host-image] Aug 25 09:13:02.828 INFO O| Aug 25 09:13:02.828 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39602026-08-25T09:13:04.365Z[ host-image] Aug 25 09:13:03.139 INFO O| Aug 25 09:13:03.139 INFO O| Caching catalogs ... Done
39612026-08-25T09:13:04.450Z[ host-image] Aug 25 09:13:03.224 INFO O| Aug 25 09:13:03.224 INFO STEP 0 (pkg_image_create) COMPLETE
39622026-08-25T09:13:04.450Z[ host-image] Aug 25 09:13:03.224 INFO O| Aug 25 09:13:03.224 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-25T09:13:04.457Z[ host-image] Aug 25 09:13:03.231 INFO O| Aug 25 09:13:03.231 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"]
39642026-08-25T09:13:04.744Z[ host-image] Aug 25 09:13:03.518 INFO O| Aug 25 09:13:03.518 INFO STEP 1 (pkg_set_publisher) COMPLETE
39652026-08-25T09:13:04.747Z[ host-image] Aug 25 09:13:03.518 INFO O| Aug 25 09:13:03.518 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39662026-08-25T09:13:04.747Z[ host-image] Aug 25 09:13:03.518 INFO O| Aug 25 09:13:03.518 INFO skip step because feature "publisher_1_name" is not enabled
39672026-08-25T09:13:04.747Z[ host-image] Aug 25 09:13:03.518 INFO O| Aug 25 09:13:03.518 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39682026-08-25T09:13:04.747Z[ host-image] Aug 25 09:13:03.518 INFO O| Aug 25 09:13:03.518 INFO skip step because feature "publisher_2_name" is not enabled
39692026-08-25T09:13:04.747Z[ host-image] Aug 25 09:13:03.518 INFO O| Aug 25 09:13:03.518 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39702026-08-25T09:13:04.747Z[ host-image] Aug 25 09:13:03.518 INFO O| Aug 25 09:13:03.518 INFO skip step because feature "publisher_3_name" is not enabled
39712026-08-25T09:13:04.747Z[ host-image] Aug 25 09:13:03.518 INFO O| Aug 25 09:13:03.518 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-25T09:13:05.015Z[ host-image] Aug 25 09:13:03.789 INFO O| Aug 25 09:13:03.789 INFO variant opensolaris.zone is already global
39732026-08-25T09:13:05.015Z[ host-image] Aug 25 09:13:03.789 INFO O| Aug 25 09:13:03.789 INFO STEP 5 (pkg_change_variant) COMPLETE
39742026-08-25T09:13:05.015Z[ host-image] Aug 25 09:13:03.789 INFO O| Aug 25 09:13:03.789 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752026-08-25T09:13:05.273Z[ host-image] Aug 25 09:13:04.048 INFO O| Aug 25 09:13:04.047 INFO variant opensolaris.imagetype is full; changing to partial
39762026-08-25T09:13:05.273Z[ host-image] Aug 25 09:13:04.048 INFO O| Aug 25 09:13:04.047 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39772026-08-25T09:13:06.972Z[ host-image] Aug 25 09:13:05.746 INFO O| Aug 25 09:13:05.746 INFO O| Startup: Refreshing catalog 'helios' ... Done
39782026-08-25T09:13:07.379Z[ host-image] Aug 25 09:13:06.153 INFO O| Aug 25 09:13:06.153 INFO O| Startup: Caching catalogs ... Done
39792026-08-25T09:13:07.394Z[ host-image] Aug 25 09:13:06.168 INFO O| Aug 25 09:13:06.168 INFO O| Planning: Planning completed in 0.00 seconds
39802026-08-25T09:13:07.397Z[ host-image] Aug 25 09:13:06.168 INFO O| Aug 25 09:13:06.168 INFO O| Planning: Consolidating action changes ... Done
39812026-08-25T09:13:07.397Z[ host-image] Aug 25 09:13:06.168 INFO O| Aug 25 09:13:06.168 INFO O| Planning: Evaluating mediators ... Done
39822026-08-25T09:13:07.397Z[ host-image] Aug 25 09:13:06.169 INFO O| Aug 25 09:13:06.169 INFO O| Planning: Planning completed in 0.00 seconds
39832026-08-25T09:13:07.397Z[ host-image] Aug 25 09:13:06.169 INFO O| Aug 25 09:13:06.169 INFO O| Variants/Facets to change: 1
39842026-08-25T09:13:07.403Z[ host-image] Aug 25 09:13:06.177 INFO O| Aug 25 09:13:06.177 INFO O| Finalize: Updating package state database ... Done
39852026-08-25T09:13:07.403Z[ host-image] Aug 25 09:13:06.177 INFO O| Aug 25 09:13:06.177 INFO O| Finalize: Updating package cache ... Done
39862026-08-25T09:13:07.471Z[ host-image] Aug 25 09:13:06.243 INFO O| Aug 25 09:13:06.243 INFO O| Finalize: Updating image state ... Done
39872026-08-25T09:13:07.480Z[ host-image] Aug 25 09:13:06.254 INFO O| Aug 25 09:13:06.254 INFO O| Finalize: Creating fast lookup database ... Done
39882026-08-25T09:13:07.483Z[ host-image] Aug 25 09:13:06.255 INFO O| Aug 25 09:13:06.255 INFO O| Finalize: Reading search index ... Done
39892026-08-25T09:13:07.483Z[ host-image] Aug 25 09:13:06.255 INFO O| Aug 25 09:13:06.255 INFO O| Finalize: Updating search index ... Done
39902026-08-25T09:13:07.483Z[ host-image] Aug 25 09:13:06.255 INFO O| Aug 25 09:13:06.255 INFO O| Finalize: Updating package cache ... Done
39912026-08-25T09:13:07.662Z[ host-image] Aug 25 09:13:06.436 INFO O| Aug 25 09:13:06.436 INFO STEP 6 (pkg_change_variant) COMPLETE
39922026-08-25T09:13:07.665Z[ host-image] Aug 25 09:13:06.436 INFO O| Aug 25 09:13:06.436 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39932026-08-25T09:13:07.665Z[ host-image] Aug 25 09:13:06.436 INFO O| Aug 25 09:13:06.436 INFO skip step because feature "debug_variant" is not enabled
39942026-08-25T09:13:07.665Z[ host-image] Aug 25 09:13:06.436 INFO O| Aug 25 09:13:06.436 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39952026-08-25T09:13:07.909Z[ host-image] Aug 25 09:13:06.683 INFO O| Aug 25 09:13:06.683 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39962026-08-25T09:13:08.084Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.83s
39972026-08-25T09:13:09.605Z[ host-image] Aug 25 09:13:08.378 INFO O| Aug 25 09:13:08.378 INFO O| Startup: Refreshing catalog 'helios' ... Done
39982026-08-25T09:13:10.009Z[ host-image] Aug 25 09:13:08.782 INFO O| Aug 25 09:13:08.782 INFO O| Startup: Caching catalogs ... Done
39992026-08-25T09:13:10.023Z[ host-image] Aug 25 09:13:08.797 INFO O| Aug 25 09:13:08.797 INFO O| Planning: Planning completed in 0.00 seconds
40002026-08-25T09:13:10.026Z[ host-image] Aug 25 09:13:08.797 INFO O| Aug 25 09:13:08.797 INFO O| Planning: Consolidating action changes ... Done
40012026-08-25T09:13:10.027Z[ host-image] Aug 25 09:13:08.797 INFO O| Aug 25 09:13:08.797 INFO O| Planning: Evaluating mediators ... Done
40022026-08-25T09:13:10.027Z[ host-image] Aug 25 09:13:08.797 INFO O| Aug 25 09:13:08.797 INFO O| Planning: Planning completed in 0.00 seconds
40032026-08-25T09:13:10.027Z[ host-image] Aug 25 09:13:08.798 INFO O| Aug 25 09:13:08.798 INFO O| Variants/Facets to change: 1
40042026-08-25T09:13:10.032Z[ host-image] Aug 25 09:13:08.807 INFO O| Aug 25 09:13:08.807 INFO O| Finalize: Updating package state database ... Done
40052026-08-25T09:13:10.032Z[ host-image] Aug 25 09:13:08.807 INFO O| Aug 25 09:13:08.807 INFO O| Finalize: Updating package cache ... Done
40062026-08-25T09:13:10.097Z[ host-image] Aug 25 09:13:08.871 INFO O| Aug 25 09:13:08.871 INFO O| Finalize: Updating image state ... Done
40072026-08-25T09:13:10.107Z[ host-image] Aug 25 09:13:08.882 INFO O| Aug 25 09:13:08.882 INFO O| Finalize: Creating fast lookup database ... Done
40082026-08-25T09:13:10.111Z[ host-image] Aug 25 09:13:08.882 INFO O| Aug 25 09:13:08.882 INFO O| Finalize: Reading search index ... Done
40092026-08-25T09:13:10.111Z[ host-image] Aug 25 09:13:08.882 INFO O| Aug 25 09:13:08.882 INFO O| Finalize: Updating search index ... Done
40102026-08-25T09:13:10.111Z[ host-image] Aug 25 09:13:08.883 INFO O| Aug 25 09:13:08.883 INFO O| Finalize: Updating package cache ... Done
40112026-08-25T09:13:10.292Z[ host-image] Aug 25 09:13:09.065 INFO O| Aug 25 09:13:09.065 INFO STEP 8 (pkg_change_facet) COMPLETE
40122026-08-25T09:13:10.292Z[ host-image] Aug 25 09:13:09.065 INFO O| Aug 25 09:13:09.065 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40132026-08-25T09:13:10.296Z[ host-image] Aug 25 09:13:09.065 INFO O| Aug 25 09:13:09.065 INFO skip step because feature "recovery" is not enabled
40142026-08-25T09:13:10.296Z[ host-image] Aug 25 09:13:09.065 INFO O| Aug 25 09:13:09.065 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40152026-08-25T09:13:10.296Z[ host-image] Aug 25 09:13:09.065 INFO O| Aug 25 09:13:09.065 INFO skip step because feature "recovery" is not enabled
40162026-08-25T09:13:10.296Z[ host-image] Aug 25 09:13:09.065 INFO O| Aug 25 09:13:09.065 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40172026-08-25T09:13:10.300Z[ host-image] Aug 25 09:13:09.074 INFO O| Aug 25 09:13:09.074 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"]
40182026-08-25T09:13:11.631ZAug 25 09:13:10.406 INFO [recovery-package] process exited with exit status: 0 (16.503353s)
40192026-08-25T09:13:11.631ZAug 25 09:13:10.406 INFO [recovery-libraries] running task
40202026-08-25T09:13:11.632ZAug 25 09:13:10.406 INFO [recovery-stamp] running task
40212026-08-25T09:13:11.635ZAug 25 09:13:10.406 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+git24d1aaab8a0
40222026-08-25T09:13:11.635ZAug 25 09:13:10.406 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git24d1aaab8a0
40232026-08-25T09:13:11.638Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40242026-08-25T09:13:11.641Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40252026-08-25T09:13:11.686ZAug 25 09:13:10.457 INFO [recovery-libraries] task succeeded (51.645759ms)
40262026-08-25T09:13:11.686ZAug 25 09:13:10.457 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40272026-08-25T09:13:11.752Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40282026-08-25T09:13:11.755ZAug 25 09:13:10.530 INFO [stamp-installinator] process exited with exit status: 0 (123.418916ms)
40292026-08-25T09:13:11.823Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40302026-08-25T09:13:11.826ZAug 25 09:13:10.601 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (194.492373ms)
40312026-08-25T09:13:11.826ZAug 25 09:13:10.601 INFO [recovery-stamp] task succeeded (194.930804ms)
40322026-08-25T09:13:11.826ZAug 25 09:13:10.601 INFO [recovery-proto] running task
40332026-08-25T09:13:11.826ZAug 25 09:13:10.601 INFO [tuf-stamp] running task
40342026-08-25T09:13:11.829ZAug 25 09:13:10.601 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+git24d1aaab8a0
40352026-08-25T09:13:11.829ZAug 25 09:13:10.601 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+git24d1aaab8a0
40362026-08-25T09:13:11.829ZAug 25 09:13:10.602 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+git24d1aaab8a0
40372026-08-25T09:13:11.829ZAug 25 09:13:10.602 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+git24d1aaab8a0
40382026-08-25T09:13:11.829ZAug 25 09:13:10.602 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+git24d1aaab8a0
40392026-08-25T09:13:11.829ZAug 25 09:13:10.603 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+git24d1aaab8a0
40402026-08-25T09:13:11.829ZAug 25 09:13:10.603 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+git24d1aaab8a0
40412026-08-25T09:13:11.832ZAug 25 09:13:10.604 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+git24d1aaab8a0
40422026-08-25T09:13:11.833ZAug 25 09:13:10.604 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+git24d1aaab8a0
40432026-08-25T09:13:11.833ZAug 25 09:13:10.604 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+git24d1aaab8a0
40442026-08-25T09:13:11.833ZAug 25 09:13:10.604 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+git24d1aaab8a0
40452026-08-25T09:13:11.833ZAug 25 09:13:10.605 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+git24d1aaab8a0
40462026-08-25T09:13:11.835Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-25T09:13:11.835Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-08-25T09:13:11.836Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-25T09:13:11.838Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-25T09:13:11.838Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-25T09:13:11.839Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-25T09:13:11.839Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-25T09:13:11.839Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-25T09:13:11.839Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-25T09:13:11.839Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-08-25T09:13:11.839Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-08-25T09:13:11.839Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-08-25T09:13:11.860Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40592026-08-25T09:13:11.863ZAug 25 09:13:10.638 INFO [stamp-probe] process exited with exit status: 0 (33.336964ms)
40602026-08-25T09:13:11.959ZAug 25 09:13:10.733 INFO [recovery-proto] task succeeded (132.491704ms)
40612026-08-25T09:13:11.963ZAug 25 09:13:10.733 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/.tmprfUmyL/proto/recovery/root -N 'recovery 24d1aaa/${os_short_commit} 2026-08-25 09:00' -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/'
40622026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO Checking files for board 'cosmo'
40632026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40642026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40652026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO Checking files for board 'gimlet'
40662026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40672026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40682026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO Checking files for board 'cosmo-mbist-noaggr'
40692026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40702026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO Checking files for board 'cosmo-mbist'
40712026-08-25T09:13:11.966Z[ recovery-image] Aug 25 09:13:10.740 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40722026-08-25T09:13:11.976Z[ recovery-image] Aug 25 09:13:10.750 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmprfUmyL/proto/recovery/root"
40732026-08-25T09:13:11.979Z[ recovery-image] Aug 25 09:13:10.750 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40742026-08-25T09:13:11.979Z[ recovery-image] Aug 25 09:13:10.750 INFO image builder template: ramdisk-01-os...
40752026-08-25T09:13:11.980Z[ recovery-image] Aug 25 09:13:10.750 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/.tmprfUmyL/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
40762026-08-25T09:13:11.992Z[ recovery-image] Aug 25 09:13:10.766 INFO O| Aug 25 09:13:10.766 INFO CREATE DATASET: rpool/images/build/recovery/output
40772026-08-25T09:13:12.079Z[ host-image] Aug 25 09:13:10.854 INFO O| Aug 25 09:13:10.853 INFO O| Startup: Refreshing catalog 'helios' ... Done
40782026-08-25T09:13:12.215Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40792026-08-25T09:13:12.242Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40802026-08-25T09:13:12.297Z[ recovery-image] Aug 25 09:13:11.071 INFO O| Aug 25 09:13:11.071 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40812026-08-25T09:13:12.300Z[ recovery-image] Aug 25 09:13:11.075 INFO O| Aug 25 09:13:11.075 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40822026-08-25T09:13:12.349Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40832026-08-25T09:13:12.352ZAug 25 09:13:11.127 INFO [stamp-ntp] process exited with exit status: 0 (524.727825ms)
40842026-08-25T09:13:12.449Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40852026-08-25T09:13:12.452ZAug 25 09:13:11.227 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (623.247104ms)
40862026-08-25T09:13:12.500Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40872026-08-25T09:13:12.503ZAug 25 09:13:11.278 INFO [stamp-external-dns] process exited with exit status: 0 (676.886507ms)
40882026-08-25T09:13:12.517Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40892026-08-25T09:13:12.521ZAug 25 09:13:11.295 INFO [stamp-internal-dns] process exited with exit status: 0 (693.547649ms)
40902026-08-25T09:13:12.654Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40912026-08-25T09:13:12.657ZAug 25 09:13:11.431 INFO [stamp-crucible-zone] process exited with exit status: 0 (827.811546ms)
40922026-08-25T09:13:12.718Z[ host-image] Aug 25 09:13:11.492 INFO O| Aug 25 09:13:11.492 INFO O| Startup: Caching catalogs ... Done
40932026-08-25T09:13:12.862Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40942026-08-25T09:13:12.866ZAug 25 09:13:11.640 INFO [stamp-oximeter] process exited with exit status: 0 (1.036056915s)
40952026-08-25T09:13:13.268Z[ recovery-image] Aug 25 09:13:12.042 INFO O| Aug 25 09:13:12.042 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40962026-08-25T09:13:13.695Z[ recovery-image] Aug 25 09:13:12.470 INFO O| Aug 25 09:13:12.470 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40972026-08-25T09:13:13.695Z[ recovery-image] Aug 25 09:13:12.470 INFO O| Aug 25 09:13:12.470 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40982026-08-25T09:13:13.698Z[ recovery-image] Aug 25 09:13:12.470 INFO O| Aug 25 09:13:12.470 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40992026-08-25T09:13:13.698Z[ recovery-image] Aug 25 09:13:12.470 INFO O| Aug 25 09:13:12.470 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41002026-08-25T09:13:13.701Z[ recovery-image] Aug 25 09:13:12.476 INFO O| Aug 25 09:13:12.476 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41012026-08-25T09:13:14.366Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41022026-08-25T09:13:14.370ZAug 25 09:13:13.144 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.541000148s)
41032026-08-25T09:13:15.190Z[ host-image] Aug 25 09:13:13.963 INFO O| Aug 25 09:13:13.963 INFO O| Planning: Solver setup ... Done
41042026-08-25T09:13:15.430Z[ host-image] Aug 25 09:13:14.204 INFO O| Aug 25 09:13:14.204 INFO O| Planning: Running solver ... Done
41052026-08-25T09:13:15.477Z[ host-image] Aug 25 09:13:14.252 INFO O| Aug 25 09:13:14.252 INFO O| Planning: Finding local manifests ... Done
41062026-08-25T09:13:15.495Z[ host-image] Aug 25 09:13:14.269 INFO O| Aug 25 09:13:14.269 INFO O| Planning: Fetching manifests: 0/130 0% complete
41072026-08-25T09:13:16.387Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41082026-08-25T09:13:16.390ZAug 25 09:13:15.165 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.56171911s)
41092026-08-25T09:13:16.638Z[verify-libraries] Compiling match_cfg v0.1.0
41102026-08-25T09:13:16.638Z[verify-libraries] Compiling slog-json v2.6.1
41112026-08-25T09:13:16.738Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41122026-08-25T09:13:16.741ZAug 25 09:13:15.515 INFO [stamp-clickhouse] process exited with exit status: 0 (4.910782909s)
41132026-08-25T09:13:16.749Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41142026-08-25T09:13:16.752ZAug 25 09:13:15.527 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.926067199s)
41152026-08-25T09:13:16.872Z[verify-libraries] Compiling debug-ignore v1.0.5
41162026-08-25T09:13:16.872Z[verify-libraries] Compiling progenitor-client v0.14.0
41172026-08-25T09:13:16.875Z[verify-libraries] Compiling sha1 v0.11.0
41182026-08-25T09:13:16.875Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41192026-08-25T09:13:16.875Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41202026-08-25T09:13:16.875Z[verify-libraries] Compiling multer v3.1.0
41212026-08-25T09:13:16.891Z[verify-libraries] Compiling compression-core v0.4.31
41222026-08-25T09:13:16.894Z[verify-libraries] Compiling async-stream-impl v0.3.6
41232026-08-25T09:13:16.894Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41242026-08-25T09:13:16.894Z[verify-libraries] Compiling serde_spanned v1.1.1
41252026-08-25T09:13:16.911Z[verify-libraries] Compiling dropshot v0.17.1
41262026-08-25T09:13:17.090Z[verify-libraries] Compiling hostname v0.3.1
41272026-08-25T09:13:17.112Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41282026-08-25T09:13:17.112Z[verify-libraries] Compiling waitgroup v0.1.2
41292026-08-25T09:13:17.112Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41302026-08-25T09:13:17.115Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41312026-08-25T09:13:17.196Z[verify-libraries] Compiling slog-bunyan v2.5.0
41322026-08-25T09:13:17.199Z[verify-libraries] Compiling compression-codecs v0.4.37
41332026-08-25T09:13:17.200Z[verify-libraries] Compiling hostname v0.4.2
41342026-08-25T09:13:17.227Z[ host-image] Aug 25 09:13:16.001 INFO O| Aug 25 09:13:16.001 INFO O| Planning: Fetching manifests: 130/130 100% complete
41352026-08-25T09:13:17.283Z[verify-libraries] Compiling atomicwrites v0.4.4
41362026-08-25T09:13:17.288Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41372026-08-25T09:13:17.307Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41382026-08-25T09:13:17.330Z[verify-libraries] Compiling macaddr v1.0.1
41392026-08-25T09:13:17.333Z[verify-libraries] Compiling regress v0.10.5
41402026-08-25T09:13:17.334Z[verify-libraries] Compiling instant v0.1.13
41412026-08-25T09:13:17.373Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41422026-08-25T09:13:17.377ZAug 25 09:13:16.152 INFO [stamp-nexus] process exited with exit status: 0 (5.549590933s)
41432026-08-25T09:13:17.381ZAug 25 09:13:16.152 INFO [tuf-stamp] task succeeded (5.551484626s)
41442026-08-25T09:13:17.381ZAug 25 09:13:16.152 INFO [tuf-v2-zones] running task
41452026-08-25T09:13:17.398Z[verify-libraries] Compiling parse-display-derive v0.10.0
41462026-08-25T09:13:17.447Z[verify-libraries] Compiling itertools v0.14.0
41472026-08-25T09:13:17.450Z[verify-libraries] Compiling backon v1.6.0
41482026-08-25T09:13:17.450Z[verify-libraries] Compiling async-compression v0.4.41
41492026-08-25T09:13:17.488ZAug 25 09:13:16.262 INFO [tuf-v2-zones] task succeeded (110.183432ms)
41502026-08-25T09:13:17.498Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41512026-08-25T09:13:17.607Z[verify-libraries] Compiling backoff v0.4.0
41522026-08-25T09:13:17.641Z[verify-libraries] Compiling humantime v2.3.0
41532026-08-25T09:13:17.644Z[verify-libraries] Compiling convert_case v0.4.0
41542026-08-25T09:13:17.702Z[verify-libraries] Compiling half v2.7.1
41552026-08-25T09:13:17.760Z[verify-libraries] Compiling async-stream v0.3.6
41562026-08-25T09:13:17.788Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41572026-08-25T09:13:17.824Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41582026-08-25T09:13:17.850Z[ host-image] Aug 25 09:13:16.624 INFO O| Aug 25 09:13:16.624 INFO O| Planning: Package planning ... Done
41592026-08-25T09:13:17.872Z[verify-libraries] Compiling progenitor-extras v0.2.0
41602026-08-25T09:13:17.899Z[verify-libraries] Compiling ciborium-io v0.2.2
41612026-08-25T09:13:17.928Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41622026-08-25T09:13:17.969Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41632026-08-25T09:13:18.017Z[verify-libraries] Compiling indent_write v2.2.0
41642026-08-25T09:13:18.040Z[verify-libraries] Compiling ciborium-ll v0.2.2
41652026-08-25T09:13:18.063Z[verify-libraries] Compiling regress v0.11.1
41662026-08-25T09:13:18.092Z[verify-libraries] Compiling derive_more v0.99.20
41672026-08-25T09:13:18.095Z[verify-libraries] Compiling secrecy v0.10.3
41682026-08-25T09:13:18.140Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41692026-08-25T09:13:18.160Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41702026-08-25T09:13:18.188Z[ host-image] Aug 25 09:13:16.957 INFO O| Aug 25 09:13:16.957 INFO O| Planning: Merging actions ... Done
41712026-08-25T09:13:18.200Z[verify-libraries] Compiling inout v0.1.4
41722026-08-25T09:13:18.221Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41732026-08-25T09:13:18.312Z[verify-libraries] Compiling ciborium v0.2.2
41742026-08-25T09:13:18.318Z[ host-image] Aug 25 09:13:17.089 INFO O| Aug 25 09:13:17.089 INFO O| Planning: Checking for conflicting actions ... Done
41752026-08-25T09:13:18.357Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41762026-08-25T09:13:18.379Z[verify-libraries] Compiling cipher v0.4.4
41772026-08-25T09:13:18.411Z[verify-libraries] Compiling universal-hash v0.5.1
41782026-08-25T09:13:18.431Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41792026-08-25T09:13:18.436Z[ host-image] Aug 25 09:13:17.210 INFO O| Aug 25 09:13:17.210 INFO O| Planning: Consolidating action changes ... Done
41802026-08-25T09:13:18.543Z[verify-libraries] Compiling opaque-debug v0.3.1
41812026-08-25T09:13:18.634Z[ host-image] Aug 25 09:13:17.404 INFO O| Aug 25 09:13:17.404 INFO O| Planning: Evaluating mediators ... Done
41822026-08-25T09:13:18.654Z[verify-libraries] Compiling chacha20 v0.9.1
41832026-08-25T09:13:18.689Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41842026-08-25T09:13:18.713Z[verify-libraries] Compiling poly1305 v0.8.0
41852026-08-25T09:13:18.713Z[verify-libraries] Compiling blake2 v0.10.6
41862026-08-25T09:13:18.759Z[verify-libraries] Compiling aead v0.5.2
41872026-08-25T09:13:18.795Z[verify-libraries] Compiling password-hash v0.5.0
41882026-08-25T09:13:18.848Z[ recovery-image] Aug 25 09:13:17.622 INFO O| Aug 25 09:13:17.622 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-08-25T09:13:18.858Z[ recovery-image] Aug 25 09:13:17.632 INFO O| Aug 25 09:13:17.632 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41902026-08-25T09:13:18.982Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41912026-08-25T09:13:19.029Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41922026-08-25T09:13:19.029Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41932026-08-25T09:13:19.032Z[verify-libraries] Compiling num-derive v0.4.2
41942026-08-25T09:13:19.160Z[verify-libraries] Compiling argon2 v0.5.3
41952026-08-25T09:13:19.171Z[ recovery-image] Aug 25 09:13:17.945 INFO O| Aug 25 09:13:17.945 INFO O| Caching catalogs ... Done
41962026-08-25T09:13:19.249Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41972026-08-25T09:13:19.261Z[ recovery-image] Aug 25 09:13:18.035 INFO O| Aug 25 09:13:18.035 INFO STEP 0 (pkg_image_create) COMPLETE
41982026-08-25T09:13:19.261Z[ recovery-image] Aug 25 09:13:18.035 INFO O| Aug 25 09:13:18.035 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-08-25T09:13:19.272Z[ recovery-image] Aug 25 09:13:18.046 INFO O| Aug 25 09:13:18.046 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"]
42002026-08-25T09:13:19.279Z[verify-libraries] Compiling rayon-core v1.13.0
42012026-08-25T09:13:19.331Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42022026-08-25T09:13:19.334Z[verify-libraries] Compiling glob v0.3.3
42032026-08-25T09:13:19.384Z[verify-libraries] Compiling parse-display v0.10.0
42042026-08-25T09:13:19.517Z[verify-libraries] Compiling usdt-macro v0.5.0
42052026-08-25T09:13:19.563Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42062026-08-25T09:13:19.608Z[ recovery-image] Aug 25 09:13:18.380 INFO O| Aug 25 09:13:18.380 INFO STEP 1 (pkg_set_publisher) COMPLETE
42072026-08-25T09:13:19.608Z[ recovery-image] Aug 25 09:13:18.381 INFO O| Aug 25 09:13:18.380 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42082026-08-25T09:13:19.608Z[ recovery-image] Aug 25 09:13:18.381 INFO O| Aug 25 09:13:18.380 INFO skip step because feature "publisher_1_name" is not enabled
42092026-08-25T09:13:19.612Z[ recovery-image] Aug 25 09:13:18.381 INFO O| Aug 25 09:13:18.380 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42102026-08-25T09:13:19.612Z[ recovery-image] Aug 25 09:13:18.381 INFO O| Aug 25 09:13:18.380 INFO skip step because feature "publisher_2_name" is not enabled
42112026-08-25T09:13:19.612Z[ recovery-image] Aug 25 09:13:18.381 INFO O| Aug 25 09:13:18.380 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42122026-08-25T09:13:19.612Z[ recovery-image] Aug 25 09:13:18.381 INFO O| Aug 25 09:13:18.380 INFO skip step because feature "publisher_3_name" is not enabled
42132026-08-25T09:13:19.612Z[ recovery-image] Aug 25 09:13:18.381 INFO O| Aug 25 09:13:18.380 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42142026-08-25T09:13:19.627Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42152026-08-25T09:13:19.753Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42162026-08-25T09:13:19.783Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42172026-08-25T09:13:19.821Z[verify-libraries] Compiling memmap v0.7.0
42182026-08-25T09:13:19.883Z[verify-libraries] Compiling typify-impl v0.6.2
42192026-08-25T09:13:19.930Z[ recovery-image] Aug 25 09:13:18.704 INFO O| Aug 25 09:13:18.703 INFO variant opensolaris.zone is already global
42202026-08-25T09:13:19.930Z[ recovery-image] Aug 25 09:13:18.704 INFO O| Aug 25 09:13:18.703 INFO STEP 5 (pkg_change_variant) COMPLETE
42212026-08-25T09:13:19.933Z[ recovery-image] Aug 25 09:13:18.704 INFO O| Aug 25 09:13:18.703 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42222026-08-25T09:13:20.063Z[verify-libraries] Compiling vsss-rs v3.3.4
42232026-08-25T09:13:20.136Z[verify-libraries] Compiling heapless v0.8.0
42242026-08-25T09:13:20.139Z[ host-image] Aug 25 09:13:18.910 INFO O| Aug 25 09:13:18.910 INFO O| Planning: Planning completed in 7.40 seconds
42252026-08-25T09:13:20.139Z[ host-image] Aug 25 09:13:18.913 INFO O| Aug 25 09:13:18.913 INFO O| Packages to install: 130
42262026-08-25T09:13:20.139Z[ host-image] Aug 25 09:13:18.913 INFO O| Aug 25 09:13:18.913 INFO O| Mediators to change: 5
42272026-08-25T09:13:20.139Z[ host-image] Aug 25 09:13:18.913 INFO O| Aug 25 09:13:18.913 INFO O| Services to change: 6
42282026-08-25T09:13:20.172Z[ host-image] Aug 25 09:13:18.946 INFO O| Aug 25 09:13:18.946 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42292026-08-25T09:13:20.216Z[verify-libraries] Compiling proc-macro-error v1.0.4
42302026-08-25T09:13:20.296Z[ recovery-image] Aug 25 09:13:19.068 INFO O| Aug 25 09:13:19.068 INFO variant opensolaris.imagetype is full; changing to partial
42312026-08-25T09:13:20.296Z[ recovery-image] Aug 25 09:13:19.068 INFO O| Aug 25 09:13:19.068 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42322026-08-25T09:13:20.450Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42332026-08-25T09:13:20.478Z[verify-libraries] Compiling ingot-macros v0.2.0
42342026-08-25T09:13:20.536Z[verify-libraries] Compiling tabwriter v1.4.1
42352026-08-25T09:13:20.560Z[verify-libraries] Compiling hash32 v0.3.1
42362026-08-25T09:13:20.647Z[verify-libraries] Compiling smoltcp v0.11.0
42372026-08-25T09:13:20.686Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42382026-08-25T09:13:20.732Z[verify-libraries] Compiling usdt v0.5.0
42392026-08-25T09:13:20.780Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42402026-08-25T09:13:20.844Z[verify-libraries] Compiling cobs v0.3.0
42412026-08-25T09:13:20.899Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42422026-08-25T09:13:20.999Z[verify-libraries] Compiling colored v3.1.1
42432026-08-25T09:13:21.028Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42442026-08-25T09:13:21.054Z[verify-libraries] Compiling postcard v1.1.3
42452026-08-25T09:13:21.058Z[verify-libraries] Compiling rayon v1.11.0
42462026-08-25T09:13:21.110Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42472026-08-25T09:13:21.135Z[verify-libraries] Compiling num_enum_derive v0.7.6
42482026-08-25T09:13:21.268Z[verify-libraries] Compiling rand v0.10.1
42492026-08-25T09:13:21.291Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42502026-08-25T09:13:21.399Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42512026-08-25T09:13:21.399Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42522026-08-25T09:13:21.451Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42532026-08-25T09:13:21.454Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42542026-08-25T09:13:21.603Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42552026-08-25T09:13:21.718Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42562026-08-25T09:13:21.989Z[verify-libraries] Compiling num_enum_derive v0.5.11
42572026-08-25T09:13:21.992Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42582026-08-25T09:13:22.055Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42592026-08-25T09:13:22.081Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42602026-08-25T09:13:22.142Z[verify-libraries] Compiling cstr-argument v0.1.2
42612026-08-25T09:13:22.206Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42622026-08-25T09:13:22.245Z[verify-libraries] Compiling foreign-types v0.5.0
42632026-08-25T09:13:22.318Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42642026-08-25T09:13:22.379Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42652026-08-25T09:13:22.403Z[verify-libraries] Compiling sigpipe v0.1.3
42662026-08-25T09:13:22.436Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42672026-08-25T09:13:22.479Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42682026-08-25T09:13:22.530Z[verify-libraries] Compiling num_enum v0.7.6
42692026-08-25T09:13:22.571Z[ recovery-image] Aug 25 09:13:21.346 INFO O| Aug 25 09:13:21.345 INFO O| Startup: Refreshing catalog 'helios' ... Done
42702026-08-25T09:13:22.623Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42712026-08-25T09:13:22.623Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42722026-08-25T09:13:22.668Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42732026-08-25T09:13:22.688Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42742026-08-25T09:13:22.709Z[verify-libraries] Compiling itertools v0.12.1
42752026-08-25T09:13:22.712Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42762026-08-25T09:13:22.828Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42772026-08-25T09:13:22.863Z[verify-libraries] Compiling toml v0.8.23
42782026-08-25T09:13:22.937Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42792026-08-25T09:13:23.013Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42802026-08-25T09:13:23.039Z[ recovery-image] Aug 25 09:13:21.812 INFO O| Aug 25 09:13:21.812 INFO O| Startup: Caching catalogs ... Done
42812026-08-25T09:13:23.042Z[verify-libraries] Compiling smf v0.2.3
42822026-08-25T09:13:23.055Z[ recovery-image] Aug 25 09:13:21.829 INFO O| Aug 25 09:13:21.829 INFO O| Planning: Planning completed in 0.00 seconds
42832026-08-25T09:13:23.058Z[ recovery-image] Aug 25 09:13:21.829 INFO O| Aug 25 09:13:21.829 INFO O| Planning: Consolidating action changes ... Done
42842026-08-25T09:13:23.058Z[ recovery-image] Aug 25 09:13:21.829 INFO O| Aug 25 09:13:21.829 INFO O| Planning: Evaluating mediators ... Done
42852026-08-25T09:13:23.058Z[ recovery-image] Aug 25 09:13:21.830 INFO O| Aug 25 09:13:21.830 INFO O| Planning: Planning completed in 0.00 seconds
42862026-08-25T09:13:23.058Z[ recovery-image] Aug 25 09:13:21.830 INFO O| Aug 25 09:13:21.830 INFO O| Variants/Facets to change: 1
42872026-08-25T09:13:23.081Z[ recovery-image] Aug 25 09:13:21.854 INFO O| Aug 25 09:13:21.854 INFO O| Finalize: Updating package state database ... Done
42882026-08-25T09:13:23.081Z[ recovery-image] Aug 25 09:13:21.854 INFO O| Aug 25 09:13:21.854 INFO O| Finalize: Updating package cache ... Done
42892026-08-25T09:13:23.153Z[ recovery-image] Aug 25 09:13:21.927 INFO O| Aug 25 09:13:21.927 INFO O| Finalize: Updating image state ... Done
42902026-08-25T09:13:23.170Z[verify-libraries] Compiling whoami v1.6.1
42912026-08-25T09:13:23.170Z[ recovery-image] Aug 25 09:13:21.944 INFO O| Aug 25 09:13:21.944 INFO O| Finalize: Creating fast lookup database ... Done
42922026-08-25T09:13:23.176Z[ recovery-image] Aug 25 09:13:21.945 INFO O| Aug 25 09:13:21.945 INFO O| Finalize: Reading search index ... Done
42932026-08-25T09:13:23.176Z[ recovery-image] Aug 25 09:13:21.945 INFO O| Aug 25 09:13:21.945 INFO O| Finalize: Updating search index ... Done
42942026-08-25T09:13:23.176Z[ recovery-image] Aug 25 09:13:21.946 INFO O| Aug 25 09:13:21.946 INFO O| Finalize: Updating package cache ... Done
42952026-08-25T09:13:23.230Z[verify-libraries] Compiling num_enum v0.5.11
42962026-08-25T09:13:23.255Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42972026-08-25T09:13:23.319Z[verify-libraries] Compiling derive-where v1.6.0
42982026-08-25T09:13:23.351Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42992026-08-25T09:13:23.381Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43002026-08-25T09:13:23.412Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43012026-08-25T09:13:23.482Z[ recovery-image] Aug 25 09:13:22.257 INFO O| Aug 25 09:13:22.257 INFO STEP 6 (pkg_change_variant) COMPLETE
43022026-08-25T09:13:23.482Z[ recovery-image] Aug 25 09:13:22.257 INFO O| Aug 25 09:13:22.257 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43032026-08-25T09:13:23.486Z[ recovery-image] Aug 25 09:13:22.257 INFO O| Aug 25 09:13:22.257 INFO skip step because feature "debug_variant" is not enabled
43042026-08-25T09:13:23.486Z[ recovery-image] Aug 25 09:13:22.257 INFO O| Aug 25 09:13:22.257 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43052026-08-25T09:13:23.537Z[verify-libraries] Compiling gethostname v0.5.0
43062026-08-25T09:13:23.609Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43072026-08-25T09:13:23.677Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43082026-08-25T09:13:23.704Z[verify-libraries] Compiling newline-converter v0.3.0
43092026-08-25T09:13:23.726Z[verify-libraries] Compiling console v0.15.11
43102026-08-25T09:13:23.726Z[verify-libraries] Compiling resolv-conf v0.7.6
43112026-08-25T09:13:23.776Z[verify-libraries] Compiling ingot-types v0.2.0
43122026-08-25T09:13:24.838Z[ recovery-image] Aug 25 09:13:22.609 INFO O| Aug 25 09:13:22.609 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43132026-08-25T09:13:24.841Z[verify-libraries] Compiling linear-map v1.2.0
43142026-08-25T09:13:24.841Z[verify-libraries] Compiling num-rational v0.4.2
43152026-08-25T09:13:24.841Z[verify-libraries] Compiling zone v0.3.1
43162026-08-25T09:13:24.841Z[verify-libraries] Compiling num-complex v0.4.6
43172026-08-25T09:13:24.841Z[verify-libraries] Compiling slog-dtrace v0.3.0
43182026-08-25T09:13:24.841Z[verify-libraries] Compiling ingot v0.2.1
43192026-08-25T09:13:24.841Z[verify-libraries] Compiling expectorate v1.2.0
43202026-08-25T09:13:24.841Z[verify-libraries] Compiling prettyplease v0.2.37
43212026-08-25T09:13:24.841Z[verify-libraries] Compiling float-ord v0.3.2
43222026-08-25T09:13:24.841Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43232026-08-25T09:13:24.841Z[verify-libraries] Compiling num v0.4.3
43242026-08-25T09:13:24.841Z[verify-libraries] Compiling linked-hash-map v0.5.6
43252026-08-25T09:13:24.841Z[verify-libraries] Compiling hickory-proto v0.24.4
43262026-08-25T09:13:24.841Z[verify-libraries] Compiling minimal-lexical v0.2.1
43272026-08-25T09:13:24.841Z[verify-libraries] Compiling unicode-xid v0.2.6
43282026-08-25T09:13:24.841Z[verify-libraries] Compiling tabled_derive v0.7.0
43292026-08-25T09:13:24.841Z[verify-libraries] Compiling lru-cache v0.1.2
43302026-08-25T09:13:24.841Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43312026-08-25T09:13:24.859Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43322026-08-25T09:13:24.884Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
43332026-08-25T09:13:24.884Z[verify-libraries] Compiling typify-macro v0.6.2
43342026-08-25T09:13:24.975Z[verify-libraries] Compiling nom v7.1.3
43352026-08-25T09:13:25.055Z[verify-libraries] Compiling fd-lock v4.0.4
43362026-08-25T09:13:25.058Z[verify-libraries] Compiling vte v0.14.1
43372026-08-25T09:13:25.192Z[ host-image] Aug 25 09:13:23.966 INFO O| Aug 25 09:13:23.966 INFO O| Download: 12004/23888 items 103.4/222.8MB 46% complete (20.7M/s)
43382026-08-25T09:13:25.286Z[verify-libraries] Compiling display-error-chain v0.2.2
43392026-08-25T09:13:25.308Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43402026-08-25T09:13:25.346Z[verify-libraries] Compiling crossterm v0.29.0
43412026-08-25T09:13:25.346Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43422026-08-25T09:13:25.394Z[verify-libraries] Compiling stacker v0.1.23
43432026-08-25T09:13:25.467Z[verify-libraries] Compiling cfg_aliases v0.1.1
43442026-08-25T09:13:25.557Z[verify-libraries] Compiling termtree v0.5.1
43452026-08-25T09:13:25.624Z[verify-libraries] Compiling reedline v0.40.0
43462026-08-25T09:13:25.693Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43472026-08-25T09:13:25.748Z[verify-libraries] Compiling tabled v0.15.0
43482026-08-25T09:13:25.795Z[verify-libraries] Compiling psm v0.1.30
43492026-08-25T09:13:25.850Z[verify-libraries] Compiling nix v0.28.0
43502026-08-25T09:13:25.853Z[verify-libraries] Compiling semver v0.1.20
43512026-08-25T09:13:25.978Z[ recovery-image] Aug 25 09:13:24.752 INFO O| Aug 25 09:13:24.752 INFO O| Startup: Refreshing catalog 'helios' ... Done
43522026-08-25T09:13:26.066Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43532026-08-25T09:13:26.161Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43542026-08-25T09:13:26.195Z[verify-libraries] Compiling rustc_version v0.1.7
43552026-08-25T09:13:26.270Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43562026-08-25T09:13:26.318Z[verify-libraries] Compiling phf_shared v0.12.1
43572026-08-25T09:13:26.418Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43582026-08-25T09:13:26.483Z[verify-libraries] Compiling nibble_vec v0.1.0
43592026-08-25T09:13:26.519Z[ recovery-image] Aug 25 09:13:25.293 INFO O| Aug 25 09:13:25.293 INFO O| Startup: Caching catalogs ... Done
43602026-08-25T09:13:26.519Z[verify-libraries] Compiling endian-type v0.1.2
43612026-08-25T09:13:26.522Z[verify-libraries] Compiling highway v1.3.0
43622026-08-25T09:13:26.536Z[ recovery-image] Aug 25 09:13:25.310 INFO O| Aug 25 09:13:25.310 INFO O| Planning: Planning completed in 0.00 seconds
43632026-08-25T09:13:26.539Z[ recovery-image] Aug 25 09:13:25.310 INFO O| Aug 25 09:13:25.310 INFO O| Planning: Consolidating action changes ... Done
43642026-08-25T09:13:26.539Z[ recovery-image] Aug 25 09:13:25.310 INFO O| Aug 25 09:13:25.310 INFO O| Planning: Evaluating mediators ... Done
43652026-08-25T09:13:26.539Z[ recovery-image] Aug 25 09:13:25.311 INFO O| Aug 25 09:13:25.311 INFO O| Planning: Planning completed in 0.00 seconds
43662026-08-25T09:13:26.539Z[ recovery-image] Aug 25 09:13:25.311 INFO O| Aug 25 09:13:25.311 INFO O| Variants/Facets to change: 1
43672026-08-25T09:13:26.552Z[ recovery-image] Aug 25 09:13:25.322 INFO O| Aug 25 09:13:25.322 INFO O| Finalize: Updating package state database ... Done
43682026-08-25T09:13:26.552Z[ recovery-image] Aug 25 09:13:25.322 INFO O| Aug 25 09:13:25.322 INFO O| Finalize: Updating package cache ... Done
43692026-08-25T09:13:26.650Z[verify-libraries] Compiling chrono-tz v0.10.4
43702026-08-25T09:13:26.650Z[verify-libraries] Compiling phf v0.12.1
43712026-08-25T09:13:26.677Z[ recovery-image] Aug 25 09:13:25.451 INFO O| Aug 25 09:13:25.451 INFO O| Finalize: Updating image state ... Done
43722026-08-25T09:13:26.697Z[ recovery-image] Aug 25 09:13:25.471 INFO O| Aug 25 09:13:25.471 INFO O| Finalize: Creating fast lookup database ... Done
43732026-08-25T09:13:26.697Z[ recovery-image] Aug 25 09:13:25.471 INFO O| Aug 25 09:13:25.471 INFO O| Finalize: Reading search index ... Done
43742026-08-25T09:13:26.697Z[ recovery-image] Aug 25 09:13:25.471 INFO O| Aug 25 09:13:25.471 INFO O| Finalize: Updating search index ... Done
43752026-08-25T09:13:26.701Z[ recovery-image] Aug 25 09:13:25.472 INFO O| Aug 25 09:13:25.472 INFO O| Finalize: Updating package cache ... Done
43762026-08-25T09:13:26.783Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43772026-08-25T09:13:26.815Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43782026-08-25T09:13:26.818Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43792026-08-25T09:13:26.879Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43802026-08-25T09:13:27.046Z[verify-libraries] Compiling radix_trie v0.2.1
43812026-08-25T09:13:27.073Z[ recovery-image] Aug 25 09:13:25.847 INFO O| Aug 25 09:13:25.847 INFO STEP 8 (pkg_change_facet) COMPLETE
43822026-08-25T09:13:27.073Z[ recovery-image] Aug 25 09:13:25.847 INFO O| Aug 25 09:13:25.847 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43832026-08-25T09:13:27.131Z[verify-libraries] Compiling hickory-resolver v0.24.4
43842026-08-25T09:13:27.181Z[verify-libraries] Compiling typify v0.6.2
43852026-08-25T09:13:27.278Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43862026-08-25T09:13:27.403Z[ recovery-image] Aug 25 09:13:26.177 INFO O| Aug 25 09:13:26.177 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43872026-08-25T09:13:27.411Z[verify-libraries] Compiling progenitor-impl v0.14.0
43882026-08-25T09:13:27.436Z[verify-libraries] Compiling recursive v0.1.1
43892026-08-25T09:13:27.490Z[verify-libraries] Compiling newtype_derive v0.1.6
43902026-08-25T09:13:27.700Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43912026-08-25T09:13:27.750Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43922026-08-25T09:13:27.785Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43932026-08-25T09:13:28.104Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43942026-08-25T09:13:28.268Z[verify-libraries] Compiling qorb v0.4.1
43952026-08-25T09:13:28.353Z[verify-libraries] Compiling peg-macros v0.8.5
43962026-08-25T09:13:28.456Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43972026-08-25T09:13:28.634Z[verify-libraries] Compiling csv-core v0.1.13
43982026-08-25T09:13:28.716Z[verify-libraries] Compiling winnow v0.6.26
43992026-08-25T09:13:29.042Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44002026-08-25T09:13:29.107Z[verify-libraries] Compiling home v0.5.12
44012026-08-25T09:13:29.173Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44022026-08-25T09:13:29.223Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44032026-08-25T09:13:29.255Z[verify-libraries] Compiling unicode_categories v0.1.1
44042026-08-25T09:13:29.338Z[verify-libraries] Compiling sqlparser v0.61.0
44052026-08-25T09:13:29.341Z[verify-libraries] Compiling rustyline v14.0.0
44062026-08-25T09:13:29.539Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44072026-08-25T09:13:29.567Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44082026-08-25T09:13:29.596Z[verify-libraries] Compiling csv v1.4.0
44092026-08-25T09:13:29.637Z[verify-libraries] Compiling const_format v0.2.35
44102026-08-25T09:13:29.665Z[ recovery-image] Aug 25 09:13:28.437 INFO O| Aug 25 09:13:28.437 INFO O| Startup: Refreshing catalog 'helios' ... Done
44112026-08-25T09:13:29.849Z[verify-libraries] Compiling peg v0.8.5
44122026-08-25T09:13:30.019Z[verify-libraries] Compiling bcs v0.1.6
44132026-08-25T09:13:30.079Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44142026-08-25T09:13:30.184Z[ recovery-image] Aug 25 09:13:28.958 INFO O| Aug 25 09:13:28.957 INFO O| Startup: Caching catalogs ... Done
44152026-08-25T09:13:30.196Z[ host-image] Aug 25 09:13:28.969 INFO O| Aug 25 09:13:28.969 INFO O| Download: 22771/23888 items 205.2/222.8MB 92% complete (20.2M/s)
44162026-08-25T09:13:30.199Z[ recovery-image] Aug 25 09:13:28.973 INFO O| Aug 25 09:13:28.973 INFO O| Planning: Planning completed in 0.00 seconds
44172026-08-25T09:13:30.202Z[ recovery-image] Aug 25 09:13:28.973 INFO O| Aug 25 09:13:28.973 INFO O| Planning: Consolidating action changes ... Done
44182026-08-25T09:13:30.202Z[ recovery-image] Aug 25 09:13:28.973 INFO O| Aug 25 09:13:28.973 INFO O| Planning: Evaluating mediators ... Done
44192026-08-25T09:13:30.202Z[ recovery-image] Aug 25 09:13:28.974 INFO O| Aug 25 09:13:28.974 INFO O| Planning: Planning completed in 0.00 seconds
44202026-08-25T09:13:30.202Z[ recovery-image] Aug 25 09:13:28.974 INFO O| Aug 25 09:13:28.974 INFO O| Variants/Facets to change: 1
44212026-08-25T09:13:30.210Z[ recovery-image] Aug 25 09:13:28.983 INFO O| Aug 25 09:13:28.983 INFO O| Finalize: Updating package state database ... Done
44222026-08-25T09:13:30.210Z[ recovery-image] Aug 25 09:13:28.983 INFO O| Aug 25 09:13:28.983 INFO O| Finalize: Updating package cache ... Done
44232026-08-25T09:13:30.222Z[verify-libraries] Compiling sqlformat v0.3.5
44242026-08-25T09:13:30.294Z[ recovery-image] Aug 25 09:13:29.068 INFO O| Aug 25 09:13:29.068 INFO O| Finalize: Updating image state ... Done
44252026-08-25T09:13:30.308Z[verify-libraries] Compiling progenitor-macro v0.14.0
44262026-08-25T09:13:30.312Z[ recovery-image] Aug 25 09:13:29.085 INFO O| Aug 25 09:13:29.085 INFO O| Finalize: Creating fast lookup database ... Done
44272026-08-25T09:13:30.312Z[ recovery-image] Aug 25 09:13:29.085 INFO O| Aug 25 09:13:29.085 INFO O| Finalize: Reading search index ... Done
44282026-08-25T09:13:30.312Z[ recovery-image] Aug 25 09:13:29.085 INFO O| Aug 25 09:13:29.085 INFO O| Finalize: Updating search index ... Done
44292026-08-25T09:13:30.316Z[ recovery-image] Aug 25 09:13:29.087 INFO O| Aug 25 09:13:29.087 INFO O| Finalize: Updating package cache ... Done
44302026-08-25T09:13:30.359Z[verify-libraries] Compiling nom v8.0.0
44312026-08-25T09:13:30.406Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44322026-08-25T09:13:30.491Z[verify-libraries] Compiling serde_tokenstream v0.3.0
44332026-08-25T09:13:30.604Z[verify-libraries] Compiling steno v0.4.1
44342026-08-25T09:13:30.612Z[ recovery-image] Aug 25 09:13:29.386 INFO O| Aug 25 09:13:29.386 INFO STEP 9 (pkg_change_facet) COMPLETE
44352026-08-25T09:13:30.612Z[ recovery-image] Aug 25 09:13:29.386 INFO O| Aug 25 09:13:29.386 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44362026-08-25T09:13:30.633Z[verify-libraries] Compiling sha1 v0.10.6
44372026-08-25T09:13:30.731Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44382026-08-25T09:13:30.954Z[ recovery-image] Aug 25 09:13:29.720 INFO O| Aug 25 09:13:29.720 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44392026-08-25T09:13:30.969Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44402026-08-25T09:13:31.022Z[ host-image] Aug 25 09:13:29.794 INFO O| Aug 25 09:13:29.794 INFO O| Download: Completed 222.83 MB in 10.85 seconds (20.5M/s)
44412026-08-25T09:13:31.034Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
44422026-08-25T09:13:31.067Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44432026-08-25T09:13:31.295Z[verify-libraries] Compiling tagptr v0.2.0
44442026-08-25T09:13:31.374Z[verify-libraries] Compiling utf-8 v0.7.6
44452026-08-25T09:13:31.397Z[ host-image] Aug 25 09:13:30.165 INFO O| Aug 25 09:13:30.165 INFO O| Actions: 1/54182 actions (Installing new actions)
44462026-08-25T09:13:31.400Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44472026-08-25T09:13:31.425Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44482026-08-25T09:13:31.479Z[verify-libraries] Compiling libefi-sys v0.1.0
44492026-08-25T09:13:31.523Z[verify-libraries] Compiling moka v0.12.13
44502026-08-25T09:13:31.554Z[verify-libraries] Compiling bitfield-struct v0.6.2
44512026-08-25T09:13:31.644Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44522026-08-25T09:13:31.753Z[verify-libraries] Compiling tungstenite v0.21.0
44532026-08-25T09:13:31.783Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44542026-08-25T09:13:31.868Z[verify-libraries] Compiling xshell-macros v0.2.7
44552026-08-25T09:13:32.047Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
44562026-08-25T09:13:32.100Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44572026-08-25T09:13:32.297Z[verify-libraries] Compiling libscf-sys v1.2.0
44582026-08-25T09:13:32.364Z[verify-libraries] Compiling hickory-resolver v0.25.2
44592026-08-25T09:13:32.428Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44602026-08-25T09:13:32.461Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44612026-08-25T09:13:32.462Z[verify-libraries] Compiling xshell v0.2.7
44622026-08-25T09:13:32.533Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44632026-08-25T09:13:32.548Z[verify-libraries] Compiling papergrid v0.18.0
44642026-08-25T09:13:32.549Z[verify-libraries] Compiling sha2 v0.11.0
44652026-08-25T09:13:32.716Z[verify-libraries] Compiling subprocess v0.2.15
44662026-08-25T09:13:32.870Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
44672026-08-25T09:13:32.925Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44682026-08-25T09:13:32.968Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44692026-08-25T09:13:33.078Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44702026-08-25T09:13:33.148Z[ recovery-image] Aug 25 09:13:31.922 INFO O| Aug 25 09:13:31.921 INFO O| Startup: Refreshing catalog 'helios' ... Done
44712026-08-25T09:13:33.187Z[verify-libraries] Compiling headers-core v0.3.0
44722026-08-25T09:13:33.406Z[verify-libraries] Compiling unicase v2.9.0
44732026-08-25T09:13:33.458Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44742026-08-25T09:13:33.512Z[verify-libraries] Compiling headers v0.4.1
44752026-08-25T09:13:33.572Z[verify-libraries] Compiling darling_core v0.21.3
44762026-08-25T09:13:33.623Z[ recovery-image] Aug 25 09:13:32.397 INFO O| Aug 25 09:13:32.397 INFO O| Startup: Caching catalogs ... Done
44772026-08-25T09:13:33.640Z[ recovery-image] Aug 25 09:13:32.414 INFO O| Aug 25 09:13:32.414 INFO O| Planning: Planning completed in 0.00 seconds
44782026-08-25T09:13:33.644Z[ recovery-image] Aug 25 09:13:32.415 INFO O| Aug 25 09:13:32.415 INFO O| Planning: Consolidating action changes ... Done
44792026-08-25T09:13:33.644Z[ recovery-image] Aug 25 09:13:32.415 INFO O| Aug 25 09:13:32.415 INFO O| Planning: Evaluating mediators ... Done
44802026-08-25T09:13:33.644Z[ recovery-image] Aug 25 09:13:32.415 INFO O| Aug 25 09:13:32.415 INFO O| Planning: Planning completed in 0.00 seconds
44812026-08-25T09:13:33.650Z[ recovery-image] Aug 25 09:13:32.424 INFO O| Aug 25 09:13:32.424 INFO O| Variants/Facets to change: 1
44822026-08-25T09:13:33.664Z[ recovery-image] Aug 25 09:13:32.438 INFO O| Aug 25 09:13:32.438 INFO O| Finalize: Updating package state database ... Done
44832026-08-25T09:13:33.664Z[ recovery-image] Aug 25 09:13:32.438 INFO O| Aug 25 09:13:32.438 INFO O| Finalize: Updating package cache ... Done
44842026-08-25T09:13:33.685Z[verify-libraries] Compiling tabled v0.21.0
44852026-08-25T09:13:33.754Z[verify-libraries] Compiling maplit v1.0.2
44862026-08-25T09:13:33.758Z[ recovery-image] Aug 25 09:13:32.532 INFO O| Aug 25 09:13:32.532 INFO O| Finalize: Updating image state ... Done
44872026-08-25T09:13:33.775Z[ recovery-image] Aug 25 09:13:32.549 INFO O| Aug 25 09:13:32.549 INFO O| Finalize: Creating fast lookup database ... Done
44882026-08-25T09:13:33.778Z[ recovery-image] Aug 25 09:13:32.549 INFO O| Aug 25 09:13:32.549 INFO O| Finalize: Reading search index ... Done
44892026-08-25T09:13:33.778Z[ recovery-image] Aug 25 09:13:32.549 INFO O| Aug 25 09:13:32.549 INFO O| Finalize: Updating search index ... Done
44902026-08-25T09:13:33.778Z[ recovery-image] Aug 25 09:13:32.550 INFO O| Aug 25 09:13:32.550 INFO O| Finalize: Updating package cache ... Done
44912026-08-25T09:13:33.996Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44922026-08-25T09:13:34.113Z[verify-libraries] Compiling crc8 v0.1.1
44932026-08-25T09:13:34.143Z[ recovery-image] Aug 25 09:13:32.918 INFO O| Aug 25 09:13:32.917 INFO STEP 10 (pkg_change_facet) COMPLETE
44942026-08-25T09:13:34.143Z[ recovery-image] Aug 25 09:13:32.918 INFO O| Aug 25 09:13:32.917 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-08-25T09:13:34.152Z[ recovery-image] Aug 25 09:13:32.926 INFO O| Aug 25 09:13:32.926 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"]
44962026-08-25T09:13:34.288Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44972026-08-25T09:13:34.384Z[verify-libraries] Compiling yasna v0.5.2
44982026-08-25T09:13:34.448Z[verify-libraries] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
44992026-08-25T09:13:34.707Z[verify-libraries] Compiling vergen-lib v0.1.6
45002026-08-25T09:13:34.819Z[verify-libraries] Compiling diesel_derives v2.3.7
45012026-08-25T09:13:34.868Z[verify-libraries] Compiling rcgen v0.12.1
45022026-08-25T09:13:35.024Z[verify-libraries] Compiling port-file v0.1.0
45032026-08-25T09:13:35.220Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45042026-08-25T09:13:35.263Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45052026-08-25T09:13:35.306Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45062026-08-25T09:13:35.400Z[verify-libraries] Compiling half v1.8.3
45072026-08-25T09:13:35.800Z[verify-libraries] Compiling serde_cbor v0.11.2
45082026-08-25T09:13:35.860Z[verify-libraries] Compiling r2d2 v0.8.10
45092026-08-25T09:13:35.958Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45102026-08-25T09:13:36.082Z[verify-libraries] Compiling crunchy v0.2.4
45112026-08-25T09:13:36.147Z[verify-libraries] Compiling downcast-rs v2.0.2
45122026-08-25T09:13:36.198Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45132026-08-25T09:13:36.228Z[verify-libraries] Compiling progenitor v0.14.0
45142026-08-25T09:13:36.260Z[verify-libraries] Compiling cpubits v0.1.1
45152026-08-25T09:13:36.320Z[verify-libraries] Compiling dirs-next v2.0.0
45162026-08-25T09:13:36.421Z[ host-image] Aug 25 09:13:35.195 INFO O| Aug 25 09:13:35.195 INFO O| Actions: 24082/54182 actions (Installing new actions)
45172026-08-25T09:13:36.424Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45182026-08-25T09:13:36.451Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
45192026-08-25T09:13:36.454Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45202026-08-25T09:13:36.498Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45212026-08-25T09:13:36.608Z[verify-libraries] Compiling darling_macro v0.21.3
45222026-08-25T09:13:36.615Z[verify-libraries] Compiling clang-sys v1.8.1
45232026-08-25T09:13:36.669Z[verify-libraries] Compiling tiny-keccak v2.0.2
45242026-08-25T09:13:36.699Z[verify-libraries] Compiling term v0.7.0
45252026-08-25T09:13:36.776Z[ recovery-image] Aug 25 09:13:35.550 INFO O| Aug 25 09:13:35.550 INFO O| Startup: Refreshing catalog 'helios' ... Done
45262026-08-25T09:13:36.964Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45272026-08-25T09:13:36.990Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45282026-08-25T09:13:37.101Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45292026-08-25T09:13:37.160Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45302026-08-25T09:13:37.207Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45312026-08-25T09:13:37.235Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45322026-08-25T09:13:37.292Z[ recovery-image] Aug 25 09:13:36.062 INFO O| Aug 25 09:13:36.061 INFO O| Startup: Caching catalogs ... Done
45332026-08-25T09:13:37.295Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45342026-08-25T09:13:37.438Z[verify-libraries] Compiling darling v0.21.3
45352026-08-25T09:13:37.473Z[verify-libraries] Compiling bit-vec v0.6.3
45362026-08-25T09:13:37.477Z[verify-libraries] Compiling diff v0.1.13
45372026-08-25T09:13:37.532Z[verify-libraries] Compiling ascii-canvas v3.0.0
45382026-08-25T09:13:37.619Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45392026-08-25T09:13:37.753Z[verify-libraries] Compiling bit-set v0.5.3
45402026-08-25T09:13:37.796Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45412026-08-25T09:13:37.799Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45422026-08-25T09:13:37.862Z[verify-libraries] Compiling itertools v0.10.5
45432026-08-25T09:13:37.913Z[verify-libraries] Compiling libloading v0.8.9
45442026-08-25T09:13:38.002Z[verify-libraries] Compiling ena v0.14.4
45452026-08-25T09:13:38.005Z[verify-libraries] Compiling regex-syntax v0.6.29
45462026-08-25T09:13:38.134Z[verify-libraries] Compiling bindgen v0.71.1
45472026-08-25T09:13:38.377Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45482026-08-25T09:13:38.503Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45492026-08-25T09:13:38.583Z[verify-libraries] Compiling cexpr v0.6.0
45502026-08-25T09:13:38.587Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45512026-08-25T09:13:38.587Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45522026-08-25T09:13:38.812Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45532026-08-25T09:13:38.885Z[ host-image] Aug 25 09:13:37.658 INFO O| Aug 25 09:13:37.658 INFO O| Actions: Completed 54182 actions in 7.49 seconds.
45542026-08-25T09:13:38.979Z[ host-image] Aug 25 09:13:37.753 INFO O| Aug 25 09:13:37.753 INFO O| Finalize: Updating package state database ... Done
45552026-08-25T09:13:38.980Z[ host-image] Aug 25 09:13:37.753 INFO O| Aug 25 09:13:37.753 INFO O| Finalize: Updating package cache ... Done
45562026-08-25T09:13:39.026Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45572026-08-25T09:13:39.108Z[ host-image] Aug 25 09:13:37.882 INFO O| Aug 25 09:13:37.882 INFO O| Finalize: Updating image state ... Done
45582026-08-25T09:13:39.123Z[verify-libraries] Compiling rustc-hash v2.1.1
45592026-08-25T09:13:39.126Z[verify-libraries] Compiling rfc6979 v0.4.0
45602026-08-25T09:13:39.193Z[verify-libraries] Compiling libxml v0.3.3
45612026-08-25T09:13:39.264Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45622026-08-25T09:13:39.334Z[verify-libraries] Compiling ecdsa v0.16.9
45632026-08-25T09:13:39.374Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45642026-08-25T09:13:39.377Z[verify-libraries] Compiling strum_macros v0.24.3
45652026-08-25T09:13:39.467Z[verify-libraries] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45662026-08-25T09:13:39.671Z[verify-libraries] Compiling lalrpop v0.19.12
45672026-08-25T09:13:39.841Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45682026-08-25T09:13:39.929Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45692026-08-25T09:13:40.021Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45702026-08-25T09:13:40.062Z[ host-image] Aug 25 09:13:38.835 INFO O| Aug 25 09:13:38.835 INFO O| Finalize: Creating fast lookup database ... Done
45712026-08-25T09:13:40.091Z[ host-image] Aug 25 09:13:38.865 INFO O| Aug 25 09:13:38.865 INFO O| Finalize: Reading search index ... Done
45722026-08-25T09:13:40.105Z[ recovery-image] Aug 25 09:13:38.879 INFO O| Aug 25 09:13:38.879 INFO O| Planning: Solver setup ... Done
45732026-08-25T09:13:40.264Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45742026-08-25T09:13:40.330Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45752026-08-25T09:13:40.354Z[ recovery-image] Aug 25 09:13:39.128 INFO O| Aug 25 09:13:39.128 INFO O| Planning: Running solver ... Done
45762026-08-25T09:13:40.384Z[verify-libraries] Compiling primeorder v0.13.6
45772026-08-25T09:13:40.406Z[ recovery-image] Aug 25 09:13:39.180 INFO O| Aug 25 09:13:39.180 INFO O| Planning: Finding local manifests ... Done
45782026-08-25T09:13:40.471Z[ recovery-image] Aug 25 09:13:39.245 INFO O| Aug 25 09:13:39.245 INFO O| Planning: Fetching manifests: 0/130 0% complete
45792026-08-25T09:13:40.493Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45802026-08-25T09:13:40.635Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45812026-08-25T09:13:40.744Z[verify-libraries] Compiling hashbrown v0.14.5
45822026-08-25T09:13:40.978Z[verify-libraries] Compiling hmac v0.13.0
45832026-08-25T09:13:41.051Z[verify-libraries] Compiling universal-hash v0.6.1
45842026-08-25T09:13:41.203Z[verify-libraries] Compiling fxhash v0.2.1
45852026-08-25T09:13:41.328Z[verify-libraries] Compiling indoc v1.0.9
45862026-08-25T09:13:41.351Z[verify-libraries] Compiling salty v0.3.0
45872026-08-25T09:13:41.393Z[verify-libraries] Compiling chumsky v0.9.3
45882026-08-25T09:13:41.440Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45892026-08-25T09:13:41.443Z[verify-libraries] Compiling p384 v0.13.1
45902026-08-25T09:13:41.734Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45912026-08-25T09:13:42.005Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45922026-08-25T09:13:42.283Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45932026-08-25T09:13:42.512Z[verify-libraries] Compiling knus-derive v3.4.0
45942026-08-25T09:13:42.865Z[ host-image] Aug 25 09:13:41.640 INFO O| Aug 25 09:13:41.639 INFO O| Finalize: Building new search index ... Done
45952026-08-25T09:13:43.095Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45962026-08-25T09:13:43.309Z[ host-image] Aug 25 09:13:42.083 INFO O| Aug 25 09:13:42.083 INFO O| Finalize: Updating package cache ... Done
45972026-08-25T09:13:43.671Z[ host-image] Aug 25 09:13:42.445 INFO O| Aug 25 09:13:42.445 INFO STEP 11 (pkg_install) COMPLETE
45982026-08-25T09:13:43.671Z[ host-image] Aug 25 09:13:42.445 INFO O| Aug 25 09:13:42.445 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45992026-08-25T09:13:43.682Z[ host-image] Aug 25 09:13:42.456 INFO O| Aug 25 09:13:42.456 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"]
46002026-08-25T09:13:43.818Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46012026-08-25T09:13:43.879Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
46022026-08-25T09:13:44.029Z[verify-libraries] Compiling diesel v2.3.7
46032026-08-25T09:13:44.051Z[verify-libraries] Compiling progenitor-impl v0.13.0
46042026-08-25T09:13:44.176Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46052026-08-25T09:13:44.199Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46062026-08-25T09:13:44.359Z[ recovery-image] Aug 25 09:13:43.133 INFO O| Aug 25 09:13:43.133 INFO O| Planning: Fetching manifests: 130/130 100% complete
46072026-08-25T09:13:44.440Z[verify-libraries] Compiling oso-derive v0.27.3
46082026-08-25T09:13:44.794Z[ recovery-image] Aug 25 09:13:43.568 INFO O| Aug 25 09:13:43.568 INFO O| Planning: Package planning ... Done
46092026-08-25T09:13:45.030Z[verify-libraries] Compiling quick-xml v0.37.5
46102026-08-25T09:13:45.100Z[ recovery-image] Aug 25 09:13:43.874 INFO O| Aug 25 09:13:43.873 INFO O| Planning: Merging actions ... Done
46112026-08-25T09:13:45.151Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46122026-08-25T09:13:45.170Z[ recovery-image] Aug 25 09:13:43.944 INFO O| Aug 25 09:13:43.944 INFO O| Planning: Checking for conflicting actions ... Done
46132026-08-25T09:13:45.226Z[ recovery-image] Aug 25 09:13:44.000 INFO O| Aug 25 09:13:44.000 INFO O| Planning: Consolidating action changes ... Done
46142026-08-25T09:13:45.339Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-08-25T09:13:45.365Z[ recovery-image] Aug 25 09:13:44.139 INFO O| Aug 25 09:13:44.139 INFO O| Planning: Evaluating mediators ... Done
46162026-08-25T09:13:45.440Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46172026-08-25T09:13:46.100Z[verify-libraries] Compiling openssl-probe v0.1.6
46182026-08-25T09:13:46.426Z[verify-libraries] Compiling knus v3.4.0
46192026-08-25T09:13:46.886Z[ recovery-image] Aug 25 09:13:45.660 INFO O| Aug 25 09:13:45.660 INFO O| Planning: Planning completed in 9.58 seconds
46202026-08-25T09:13:46.890Z[ recovery-image] Aug 25 09:13:45.662 INFO O| Aug 25 09:13:45.662 INFO O| Packages to install: 130
46212026-08-25T09:13:46.890Z[ recovery-image] Aug 25 09:13:45.662 INFO O| Aug 25 09:13:45.662 INFO O| Mediators to change: 5
46222026-08-25T09:13:46.890Z[ recovery-image] Aug 25 09:13:45.662 INFO O| Aug 25 09:13:45.662 INFO O| Services to change: 5
46232026-08-25T09:13:46.917Z[ recovery-image] Aug 25 09:13:45.691 INFO O| Aug 25 09:13:45.691 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46242026-08-25T09:13:46.962Z[verify-libraries] Compiling polyval v0.7.1
46252026-08-25T09:13:47.009Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46262026-08-25T09:13:47.063Z[verify-libraries] Compiling progenitor-macro v0.13.0
46272026-08-25T09:13:47.109Z[verify-libraries] Compiling der v0.8.0
46282026-08-25T09:13:47.308Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46292026-08-25T09:13:47.466Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46302026-08-25T09:13:47.516Z[verify-libraries] Compiling progenitor-client v0.13.0
46312026-08-25T09:13:47.747Z[verify-libraries] Compiling git-stub v1.0.0
46322026-08-25T09:13:48.062Z[verify-libraries] Compiling kstat-rs v0.2.5
46332026-08-25T09:13:48.137Z[verify-libraries] Compiling trait-variant v0.1.2
46342026-08-25T09:13:48.386Z[ host-image] Aug 25 09:13:47.160 INFO O| Aug 25 09:13:47.160 INFO O| Startup: Refreshing catalog 'helios' ... Done
46352026-08-25T09:13:48.581Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46362026-08-25T09:13:48.639Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46372026-08-25T09:13:48.699Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46382026-08-25T09:13:48.751Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46392026-08-25T09:13:48.827Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46402026-08-25T09:13:48.907Z[ host-image] Aug 25 09:13:47.681 INFO O| Aug 25 09:13:47.681 INFO O| Startup: Caching catalogs ... Done
46412026-08-25T09:13:49.055Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46422026-08-25T09:13:49.078Z[verify-libraries] Compiling ghash v0.6.0
46432026-08-25T09:13:49.236Z[verify-libraries] Compiling pbkdf2 v0.13.0
46442026-08-25T09:13:49.250Z[verify-libraries] Compiling crypto-bigint v0.7.5
46452026-08-25T09:13:49.409Z[verify-libraries] Compiling aes v0.9.1
46462026-08-25T09:13:49.592Z[ host-image] Aug 25 09:13:48.366 INFO O| Aug 25 09:13:48.366 INFO O| Planning: Solver setup ... Done
46472026-08-25T09:13:49.597Z[ host-image] Aug 25 09:13:48.371 INFO O| Aug 25 09:13:48.371 INFO O| Planning: Running solver ... Done
46482026-08-25T09:13:49.614Z[ host-image] Aug 25 09:13:48.388 INFO O| Aug 25 09:13:48.388 INFO O| Planning: Finding local manifests ... Done
46492026-08-25T09:13:49.647Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46502026-08-25T09:13:49.666Z[ host-image] Aug 25 09:13:48.440 INFO O| Aug 25 09:13:48.440 INFO O| Planning: Fetching manifests: 0/6 0% complete
46512026-08-25T09:13:49.725Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46522026-08-25T09:13:49.797Z[ host-image] Aug 25 09:13:48.571 INFO O| Aug 25 09:13:48.571 INFO O| Planning: Fetching manifests: 6/6 100% complete
46532026-08-25T09:13:49.870Z[ host-image] Aug 25 09:13:48.644 INFO O| Aug 25 09:13:48.644 INFO O| Planning: Package planning ... Done
46542026-08-25T09:13:49.874Z[ host-image] Aug 25 09:13:48.646 INFO O| Aug 25 09:13:48.646 INFO O| Planning: Merging actions ... Done
46552026-08-25T09:13:49.925Z[ host-image] Aug 25 09:13:48.699 INFO O| Aug 25 09:13:48.699 INFO O| Planning: Checking for conflicting actions ... Done
46562026-08-25T09:13:49.928Z[ host-image] Aug 25 09:13:48.700 INFO O| Aug 25 09:13:48.700 INFO O| Planning: Consolidating action changes ... Done
46572026-08-25T09:13:50.067Z[ host-image] Aug 25 09:13:48.841 INFO O| Aug 25 09:13:48.841 INFO O| Planning: Evaluating mediators ... Done
46582026-08-25T09:13:50.071Z[ host-image] Aug 25 09:13:48.842 INFO O| Aug 25 09:13:48.842 INFO O| Planning: Planning completed in 1.14 seconds
46592026-08-25T09:13:50.071Z[ host-image] Aug 25 09:13:48.843 INFO O| Aug 25 09:13:48.843 INFO O| Packages to install: 6
46602026-08-25T09:13:50.071Z[ host-image] Aug 25 09:13:48.843 INFO O| Aug 25 09:13:48.843 INFO O| Services to change: 2
46612026-08-25T09:13:50.079Z[ host-image] Aug 25 09:13:48.854 INFO O| Aug 25 09:13:48.853 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46622026-08-25T09:13:50.296Z[ host-image] Aug 25 09:13:49.070 INFO O| Aug 25 09:13:49.070 INFO O| Download: Completed 1.76 MB in 0.22 seconds (8.1M/s)
46632026-08-25T09:13:50.331Z[ host-image] Aug 25 09:13:49.105 INFO O| Aug 25 09:13:49.105 INFO O| Actions: 1/391 actions (Installing new actions)
46642026-08-25T09:13:50.365Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46652026-08-25T09:13:50.456Z[verify-libraries] Compiling ctr v0.10.1
46662026-08-25T09:13:50.469Z[ host-image] Aug 25 09:13:49.244 INFO O| Aug 25 09:13:49.244 INFO O| Actions: Completed 391 actions in 0.14 seconds.
46672026-08-25T09:13:50.512Z[ host-image] Aug 25 09:13:49.286 INFO O| Aug 25 09:13:49.286 INFO O| Finalize: Updating package state database ... Done
46682026-08-25T09:13:50.512Z[ host-image] Aug 25 09:13:49.286 INFO O| Aug 25 09:13:49.286 INFO O| Finalize: Updating package cache ... Done
46692026-08-25T09:13:50.535Z[verify-libraries] Compiling aead v0.6.1
46702026-08-25T09:13:50.632Z[ host-image] Aug 25 09:13:49.406 INFO O| Aug 25 09:13:49.406 INFO O| Finalize: Updating image state ... Done
46712026-08-25T09:13:50.709Z[verify-libraries] Compiling bb8 v0.8.6
46722026-08-25T09:13:50.791Z[verify-libraries] Compiling parking_lot_core v0.8.6
46732026-08-25T09:13:50.866Z[verify-libraries] Compiling aes-gcm v0.11.0
46742026-08-25T09:13:50.968Z[verify-libraries] Compiling spki v0.8.0
46752026-08-25T09:13:51.118Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46762026-08-25T09:13:51.154Z[verify-libraries] Compiling mime_guess v2.0.5
46772026-08-25T09:13:51.258Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46782026-08-25T09:13:51.261Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
46792026-08-25T09:13:51.302Z[verify-libraries] Compiling salsa20 v0.11.0
46802026-08-25T09:13:51.500Z[verify-libraries] Compiling nanorand v0.7.0
46812026-08-25T09:13:51.565Z[ host-image] Aug 25 09:13:50.339 INFO O| Aug 25 09:13:50.339 INFO O| Finalize: Creating fast lookup database ... Done
46822026-08-25T09:13:51.592Z[ host-image] Aug 25 09:13:50.366 INFO O| Aug 25 09:13:50.366 INFO O| Finalize: Reading search index ... Done
46832026-08-25T09:13:51.592Z[ host-image] Aug 25 09:13:50.366 INFO O| Aug 25 09:13:50.366 INFO O| Finalize: Updating search index ... Done
46842026-08-25T09:13:51.608Z[ host-image] Aug 25 09:13:50.382 INFO O| Aug 25 09:13:50.382 INFO O| Finalize: Updating package cache ... Done
46852026-08-25T09:13:51.618Z[verify-libraries] Compiling scrypt v0.12.0
46862026-08-25T09:13:51.902Z[ host-image] Aug 25 09:13:50.676 INFO O| Aug 25 09:13:50.676 INFO STEP 12 (pkg_install) COMPLETE
46872026-08-25T09:13:51.905Z[ host-image] Aug 25 09:13:50.676 INFO O| Aug 25 09:13:50.676 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46882026-08-25T09:13:51.912Z[ host-image] Aug 25 09:13:50.686 INFO O| Aug 25 09:13:50.686 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46892026-08-25T09:13:51.923Z[ recovery-image] Aug 25 09:13:50.698 INFO O| Aug 25 09:13:50.697 INFO O| Download: 7642/16682 items 82.1/200.0MB 41% complete (16.3M/s)
46902026-08-25T09:13:51.926Z[verify-libraries] Compiling flume v0.11.1
46912026-08-25T09:13:51.958Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46922026-08-25T09:13:52.003Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46932026-08-25T09:13:52.194Z[verify-libraries] Compiling cbc v0.2.1
46942026-08-25T09:13:52.266Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46952026-08-25T09:13:52.276Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46962026-08-25T09:13:52.338Z[verify-libraries] Compiling http-range v0.1.5
46972026-08-25T09:13:52.476Z[verify-libraries] Compiling corncobs v0.1.4
46982026-08-25T09:13:52.606Z[verify-libraries] Compiling nonempty v0.12.0
46992026-08-25T09:13:52.687Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47002026-08-25T09:13:52.726Z[verify-libraries] Compiling pkcs5 v0.8.1
47012026-08-25T09:13:52.760Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47022026-08-25T09:13:52.798Z[verify-libraries] Compiling parking_lot v0.11.2
47032026-08-25T09:13:52.861Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47042026-08-25T09:13:52.864Z[verify-libraries] Compiling progenitor v0.13.0
47052026-08-25T09:13:53.137Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47062026-08-25T09:13:53.220Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47072026-08-25T09:13:53.309Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47082026-08-25T09:13:53.380Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47092026-08-25T09:13:53.537Z[verify-libraries] Compiling digest-io v0.1.0
47102026-08-25T09:13:53.759Z[verify-libraries] Compiling prefix-trie v0.7.0
47112026-08-25T09:13:53.787Z[verify-libraries] Compiling secrecy v0.8.0
47122026-08-25T09:13:53.835Z[verify-libraries] Compiling rawzip v0.4.4
47132026-08-25T09:13:54.104Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47142026-08-25T09:13:54.135Z[ host-image] Aug 25 09:13:52.909 INFO O| Aug 25 09:13:52.909 INFO O| Startup: Refreshing catalog 'helios' ... Done
47152026-08-25T09:13:54.166Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47162026-08-25T09:13:54.224Z[verify-libraries] Compiling hickory-server v0.25.2
47172026-08-25T09:13:54.553Z[verify-libraries] Compiling pkcs8 v0.11.0
47182026-08-25T09:13:54.553Z[verify-libraries] Compiling sled v0.34.7
47192026-08-25T09:13:54.627Z[ host-image] Aug 25 09:13:53.401 INFO O| Aug 25 09:13:53.401 INFO O| Startup: Caching catalogs ... Done
47202026-08-25T09:13:54.642Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47212026-08-25T09:13:54.837Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47222026-08-25T09:13:55.123Z[verify-libraries] Compiling ignore v0.4.25
47232026-08-25T09:13:55.255Z[ host-image] Aug 25 09:13:54.029 INFO O| Aug 25 09:13:54.029 INFO O| Planning: Solver setup ... Done
47242026-08-25T09:13:55.265Z[ host-image] Aug 25 09:13:54.035 INFO O| Aug 25 09:13:54.035 INFO O| Planning: Running solver ... Done
47252026-08-25T09:13:55.279Z[ host-image] Aug 25 09:13:54.053 INFO O| Aug 25 09:13:54.052 INFO O| Planning: Finding local manifests ... Done
47262026-08-25T09:13:55.298Z[ host-image] Aug 25 09:13:54.072 INFO O| Aug 25 09:13:54.072 INFO O| Planning: Fetching manifests: 0/6 0% complete
47272026-08-25T09:13:55.305Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47282026-08-25T09:13:55.309Z[verify-libraries] Compiling anstyle-parse v0.2.7
47292026-08-25T09:13:55.365Z[ host-image] Aug 25 09:13:54.138 INFO O| Aug 25 09:13:54.138 INFO O| Planning: Fetching manifests: 6/6 100% complete
47302026-08-25T09:13:55.391Z[ host-image] Aug 25 09:13:54.165 INFO O| Aug 25 09:13:54.165 INFO O| Planning: Package planning ... Done
47312026-08-25T09:13:55.397Z[verify-libraries] Compiling ff v0.14.0
47322026-08-25T09:13:55.400Z[ host-image] Aug 25 09:13:54.174 INFO O| Aug 25 09:13:54.174 INFO O| Planning: Merging actions ... Done
47332026-08-25T09:13:55.451Z[ host-image] Aug 25 09:13:54.225 INFO O| Aug 25 09:13:54.225 INFO O| Planning: Checking for conflicting actions ... Done
47342026-08-25T09:13:55.456Z[ host-image] Aug 25 09:13:54.228 INFO O| Aug 25 09:13:54.228 INFO O| Planning: Consolidating action changes ... Done
47352026-08-25T09:13:55.594Z[ host-image] Aug 25 09:13:54.367 INFO O| Aug 25 09:13:54.367 INFO O| Planning: Evaluating mediators ... Done
47362026-08-25T09:13:55.597Z[ host-image] Aug 25 09:13:54.370 INFO O| Aug 25 09:13:54.370 INFO O| Planning: Planning completed in 0.95 seconds
47372026-08-25T09:13:55.597Z[ host-image] Aug 25 09:13:54.371 INFO O| Aug 25 09:13:54.371 INFO O| Packages to install: 6
47382026-08-25T09:13:55.597Z[ host-image] Aug 25 09:13:54.371 INFO O| Aug 25 09:13:54.371 INFO O| Mediators to change: 1
47392026-08-25T09:13:55.597Z[ host-image] Aug 25 09:13:54.371 INFO O| Aug 25 09:13:54.371 INFO O| Services to change: 1
47402026-08-25T09:13:55.608Z[ host-image] Aug 25 09:13:54.383 INFO O| Aug 25 09:13:54.383 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47412026-08-25T09:13:55.616Z[verify-libraries] Compiling anstream v0.6.21
47422026-08-25T09:13:55.657Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47432026-08-25T09:13:55.786Z[verify-libraries] Compiling predicates-tree v1.0.13
47442026-08-25T09:13:56.024Z[verify-libraries] Compiling globwalk v0.9.1
47452026-08-25T09:13:56.103Z[verify-libraries] Compiling libz-sys v1.1.24
47462026-08-25T09:13:56.296Z[ host-image] Aug 25 09:13:55.070 INFO O| Aug 25 09:13:55.070 INFO O| Download: Completed 7.84 MB in 0.69 seconds (11.4M/s)
47472026-08-25T09:13:56.331Z[ host-image] Aug 25 09:13:55.105 INFO O| Aug 25 09:13:55.105 INFO O| Actions: 1/1366 actions (Installing new actions)
47482026-08-25T09:13:56.389Z[verify-libraries] Compiling rand_seeder v0.4.0
47492026-08-25T09:13:56.695Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47502026-08-25T09:13:56.721Z[ host-image] Aug 25 09:13:55.495 INFO O| Aug 25 09:13:55.494 INFO O| Actions: Completed 1366 actions in 0.39 seconds.
47512026-08-25T09:13:56.778Z[ host-image] Aug 25 09:13:55.551 INFO O| Aug 25 09:13:55.551 INFO O| Finalize: Updating package state database ... Done
47522026-08-25T09:13:56.778Z[ host-image] Aug 25 09:13:55.551 INFO O| Aug 25 09:13:55.551 INFO O| Finalize: Updating package cache ... Done
47532026-08-25T09:13:56.789Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47542026-08-25T09:13:56.883Z[verify-libraries] Compiling group v0.14.0
47552026-08-25T09:13:56.894Z[ host-image] Aug 25 09:13:55.667 INFO O| Aug 25 09:13:55.667 INFO O| Finalize: Updating image state ... Done
47562026-08-25T09:13:56.938Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47572026-08-25T09:13:56.941Z[ recovery-image] Aug 25 09:13:55.714 INFO O| Aug 25 09:13:55.714 INFO O| Download: 16298/16682 items 193.1/200.0MB 96% complete (19.3M/s)
47582026-08-25T09:13:56.974Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47592026-08-25T09:13:57.045Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47602026-08-25T09:13:57.192Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47612026-08-25T09:13:57.263Z[verify-libraries] Compiling signature v3.0.0
47622026-08-25T09:13:57.326Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47632026-08-25T09:13:57.457Z[ recovery-image] Aug 25 09:13:56.231 INFO O| Aug 25 09:13:56.231 INFO O| Download: Completed 200.00 MB in 10.54 seconds (18.9M/s)
47642026-08-25T09:13:57.619Z[verify-libraries] Compiling instability v0.3.11
47652026-08-25T09:13:57.659Z[verify-libraries] Compiling base16ct v1.0.0
47662026-08-25T09:13:57.754Z[ recovery-image] Aug 25 09:13:56.528 INFO O| Aug 25 09:13:56.528 INFO O| Actions: 1/27580 actions (Installing new actions)
47672026-08-25T09:13:57.869Z[verify-libraries] Compiling sec1 v0.8.1
47682026-08-25T09:13:57.927Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47692026-08-25T09:13:57.983Z[ host-image] Aug 25 09:13:56.756 INFO O| Aug 25 09:13:56.756 INFO O| Finalize: Creating fast lookup database ... Done
47702026-08-25T09:13:58.011Z[ host-image] Aug 25 09:13:56.785 INFO O| Aug 25 09:13:56.785 INFO O| Finalize: Reading search index ... Done
47712026-08-25T09:13:58.011Z[ host-image] Aug 25 09:13:56.785 INFO O| Aug 25 09:13:56.785 INFO O| Finalize: Updating search index ... Done
47722026-08-25T09:13:58.048Z[ host-image] Aug 25 09:13:56.821 INFO O| Aug 25 09:13:56.821 INFO O| Finalize: Updating package cache ... Done
47732026-08-25T09:13:58.071Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47742026-08-25T09:13:58.135Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47752026-08-25T09:13:58.249Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47762026-08-25T09:13:58.293Z[verify-libraries] Compiling hkdf v0.13.0
47772026-08-25T09:13:58.332Z[ host-image] Aug 25 09:13:57.106 INFO O| Aug 25 09:13:57.106 INFO STEP 13 (pkg_install) COMPLETE
47782026-08-25T09:13:58.332Z[ host-image] Aug 25 09:13:57.106 INFO O| Aug 25 09:13:57.106 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47792026-08-25T09:13:58.336Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47802026-08-25T09:13:58.344Z[ host-image] Aug 25 09:13:57.117 INFO O| Aug 25 09:13:57.117 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47812026-08-25T09:13:58.569Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47822026-08-25T09:13:58.653Z[verify-libraries] Compiling scuffle v0.1.0
47832026-08-25T09:13:58.805Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47842026-08-25T09:13:58.808Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47852026-08-25T09:13:59.130Z[verify-libraries] Compiling castaway v0.2.4
47862026-08-25T09:13:59.217Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47872026-08-25T09:13:59.276Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47882026-08-25T09:13:59.307Z[verify-libraries] Compiling indoc v2.0.7
47892026-08-25T09:13:59.354Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47902026-08-25T09:13:59.619Z[verify-libraries] Compiling compact_str v0.8.1
47912026-08-25T09:13:59.741Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47922026-08-25T09:13:59.741Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47932026-08-25T09:14:00.311Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47942026-08-25T09:14:00.373Z[verify-libraries] Compiling elliptic-curve v0.14.1
47952026-08-25T09:14:00.770Z[ host-image] Aug 25 09:13:59.543 INFO O| Aug 25 09:13:59.543 INFO O| Startup: Refreshing catalog 'helios' ... Done
47962026-08-25T09:14:01.053Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47972026-08-25T09:14:01.091Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47982026-08-25T09:14:01.163Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
47992026-08-25T09:14:01.308Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48002026-08-25T09:14:01.400Z[ host-image] Aug 25 09:14:00.174 INFO O| Aug 25 09:14:00.173 INFO O| Startup: Caching catalogs ... Done
48012026-08-25T09:14:01.671Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48022026-08-25T09:14:01.894Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48032026-08-25T09:14:01.986Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48042026-08-25T09:14:01.994Z[ host-image] Aug 25 09:14:00.768 INFO O| Aug 25 09:14:00.768 INFO O| Planning: Solver setup ... Done
48052026-08-25T09:14:01.999Z[ host-image] Aug 25 09:14:00.773 INFO O| Aug 25 09:14:00.773 INFO O| Planning: Running solver ... Done
48062026-08-25T09:14:02.017Z[ host-image] Aug 25 09:14:00.791 INFO O| Aug 25 09:14:00.791 INFO O| Planning: Finding local manifests ... Done
48072026-08-25T09:14:02.043Z[verify-libraries] Compiling lru v0.12.5
48082026-08-25T09:14:02.055Z[ host-image] Aug 25 09:14:00.829 INFO O| Aug 25 09:14:00.829 INFO O| Planning: Fetching manifests: 0/1 0% complete
48092026-08-25T09:14:02.063Z[ host-image] Aug 25 09:14:00.837 INFO O| Aug 25 09:14:00.837 INFO O| Planning: Fetching manifests: 1/1 100% complete
48102026-08-25T09:14:02.080Z[ host-image] Aug 25 09:14:00.854 INFO O| Aug 25 09:14:00.854 INFO O| Planning: Package planning ... Done
48112026-08-25T09:14:02.083Z[ host-image] Aug 25 09:14:00.855 INFO O| Aug 25 09:14:00.855 INFO O| Planning: Merging actions ... Done
48122026-08-25T09:14:02.118Z[ host-image] Aug 25 09:14:00.892 INFO O| Aug 25 09:14:00.892 INFO O| Planning: Checking for conflicting actions ... Done
48132026-08-25T09:14:02.121Z[ host-image] Aug 25 09:14:00.893 INFO O| Aug 25 09:14:00.893 INFO O| Planning: Consolidating action changes ... Done
48142026-08-25T09:14:02.164Z[verify-libraries] Compiling unicode-truncate v1.1.0
48152026-08-25T09:14:02.256Z[ host-image] Aug 25 09:14:01.030 INFO O| Aug 25 09:14:01.030 INFO O| Planning: Evaluating mediators ... Done
48162026-08-25T09:14:02.256Z[ host-image] Aug 25 09:14:01.030 INFO O| Aug 25 09:14:01.030 INFO O| Planning: Planning completed in 0.84 seconds
48172026-08-25T09:14:02.256Z[ host-image] Aug 25 09:14:01.030 INFO O| Aug 25 09:14:01.030 INFO O| Packages to install: 1
48182026-08-25T09:14:02.264Z[ host-image] Aug 25 09:14:01.038 INFO O| Aug 25 09:14:01.038 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48192026-08-25T09:14:02.286Z[verify-libraries] Compiling arc-swap v1.8.2
48202026-08-25T09:14:02.359Z[verify-libraries] Compiling cassowary v0.3.0
48212026-08-25T09:14:02.375Z[ host-image] Aug 25 09:14:01.149 INFO O| Aug 25 09:14:01.149 INFO O| Download: Completed 13.27 MB in 0.11 seconds (120M/s)
48222026-08-25T09:14:02.405Z[ host-image] Aug 25 09:14:01.179 INFO O| Aug 25 09:14:01.179 INFO O| Actions: 1/22 actions (Installing new actions)
48232026-08-25T09:14:02.440Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48242026-08-25T09:14:02.472Z[verify-libraries] Compiling wnaf v0.14.0
48252026-08-25T09:14:02.603Z[verify-libraries] Compiling slog-scope v4.4.1
48262026-08-25T09:14:02.653Z[verify-libraries] Compiling ratatui v0.29.0
48272026-08-25T09:14:02.765Z[ recovery-image] Aug 25 09:14:01.539 INFO O| Aug 25 09:14:01.539 INFO O| Actions: 20948/27580 actions (Installing new actions)
48282026-08-25T09:14:02.782Z[ host-image] Aug 25 09:14:01.557 INFO O| Aug 25 09:14:01.556 INFO O| Actions: Completed 22 actions in 0.38 seconds.
48292026-08-25T09:14:02.835Z[ host-image] Aug 25 09:14:01.609 INFO O| Aug 25 09:14:01.609 INFO O| Finalize: Updating package state database ... Done
48302026-08-25T09:14:02.836Z[ host-image] Aug 25 09:14:01.609 INFO O| Aug 25 09:14:01.609 INFO O| Finalize: Updating package cache ... Done
48312026-08-25T09:14:02.877Z[verify-libraries] Compiling primefield v0.14.0
48322026-08-25T09:14:02.948Z[ host-image] Aug 25 09:14:01.722 INFO O| Aug 25 09:14:01.722 INFO O| Finalize: Updating image state ... Done
48332026-08-25T09:14:03.025Z[verify-libraries] Compiling rfc6979 v0.6.0
48342026-08-25T09:14:03.092Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48352026-08-25T09:14:03.248Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48362026-08-25T09:14:03.329Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48372026-08-25T09:14:03.332Z[verify-libraries] Compiling vergen-git2 v9.1.0
48382026-08-25T09:14:03.538Z[verify-libraries] Compiling strsim v0.10.0
48392026-08-25T09:14:03.644Z[verify-libraries] Compiling ecdsa v0.17.0
48402026-08-25T09:14:03.791Z[verify-libraries] Compiling primeorder v0.14.0
48412026-08-25T09:14:03.812Z[ recovery-image] Aug 25 09:14:02.586 INFO O| Aug 25 09:14:02.586 INFO O| Actions: Completed 27580 actions in 6.06 seconds.
48422026-08-25T09:14:03.890Z[ recovery-image] Aug 25 09:14:02.664 INFO O| Aug 25 09:14:02.664 INFO O| Finalize: Updating package state database ... Done
48432026-08-25T09:14:03.890Z[ recovery-image] Aug 25 09:14:02.664 INFO O| Aug 25 09:14:02.664 INFO O| Finalize: Updating package cache ... Done
48442026-08-25T09:14:03.964Z[ host-image] Aug 25 09:14:02.733 INFO O| Aug 25 09:14:02.733 INFO O| Finalize: Creating fast lookup database ... Done
48452026-08-25T09:14:03.969Z[verify-libraries] Compiling darling_core v0.13.4
48462026-08-25T09:14:03.987Z[ host-image] Aug 25 09:14:02.761 INFO O| Aug 25 09:14:02.761 INFO O| Finalize: Reading search index ... Done
48472026-08-25T09:14:03.987Z[ host-image] Aug 25 09:14:02.761 INFO O| Aug 25 09:14:02.761 INFO O| Finalize: Updating search index ... Done
48482026-08-25T09:14:03.998Z[ host-image] Aug 25 09:14:02.772 INFO O| Aug 25 09:14:02.772 INFO O| Finalize: Updating package cache ... Done
48492026-08-25T09:14:04.024Z[ recovery-image] Aug 25 09:14:02.798 INFO O| Aug 25 09:14:02.798 INFO O| Finalize: Updating image state ... Done
48502026-08-25T09:14:04.083Z[verify-libraries] Compiling slog-stdlog v4.1.1
48512026-08-25T09:14:04.164Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48522026-08-25T09:14:04.304Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO STEP 14 (pkg_install) COMPLETE
48532026-08-25T09:14:04.304Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48542026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO skip step because feature "mbist" is not enabled
48552026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48562026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO skip step because feature "mfg" is not enabled
48572026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48582026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO skip step because feature "compliance" is not enabled
48592026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48602026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO skip step because feature "stress" is not enabled
48612026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48622026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO skip step because feature "compliance" is not enabled
48632026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48642026-08-25T09:14:04.307Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO skip step because feature "nfs" is not enabled
48652026-08-25T09:14:04.308Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48662026-08-25T09:14:04.308Z[ host-image] Aug 25 09:14:03.078 INFO O| Aug 25 09:14:03.078 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48672026-08-25T09:14:04.323Z[verify-libraries] Compiling tungstenite v0.23.0
48682026-08-25T09:14:04.420Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48692026-08-25T09:14:04.647Z[ host-image] Aug 25 09:14:03.421 INFO O| Aug 25 09:14:03.421 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48702026-08-25T09:14:04.705Z[verify-libraries] Compiling console v0.16.2
48712026-08-25T09:14:04.749Z[ host-image] Aug 25 09:14:03.524 INFO O| Aug 25 09:14:03.523 INFO completed processing sled/ramdisk-01-os
48722026-08-25T09:14:04.752Z[ host-image] Aug 25 09:14:03.526 INFO omicron1 baseline generation...
48732026-08-25T09:14:04.753Z[ host-image] Aug 25 09:14:03.526 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48742026-08-25T09:14:04.839Z[ recovery-image] Aug 25 09:14:03.613 INFO O| Aug 25 09:14:03.613 INFO O| Finalize: Creating fast lookup database ... Done
48752026-08-25T09:14:04.856Z[ recovery-image] Aug 25 09:14:03.630 INFO O| Aug 25 09:14:03.630 INFO O| Finalize: Reading search index ... Done
48762026-08-25T09:14:04.955Z[verify-libraries] Compiling libsw-core v0.3.2
48772026-08-25T09:14:05.022Z[verify-libraries] Compiling unit-prefix v0.5.2
48782026-08-25T09:14:05.116Z[ host-image] Aug 25 09:14:03.890 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
48792026-08-25T09:14:05.202Z[verify-libraries] Compiling assert_matches v1.5.0
48802026-08-25T09:14:05.277Z[verify-libraries] Compiling void v1.0.2
48812026-08-25T09:14:05.348Z[verify-libraries] Compiling indicatif v0.18.4
48822026-08-25T09:14:05.374Z[verify-libraries] Compiling libsw v3.5.0
48832026-08-25T09:14:05.464Z[verify-libraries] Compiling lzss v0.8.2
48842026-08-25T09:14:05.504Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48852026-08-25T09:14:05.627Z[verify-libraries] Compiling slog-envlogger v2.2.0
48862026-08-25T09:14:05.769Z[verify-libraries] Compiling ssh-encoding v0.3.0
48872026-08-25T09:14:05.871Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48882026-08-25T09:14:05.959Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48892026-08-25T09:14:06.054Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48902026-08-25T09:14:06.141Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48912026-08-25T09:14:06.220Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48922026-08-25T09:14:06.246Z[verify-libraries] Compiling darling_macro v0.13.4
48932026-08-25T09:14:06.368Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48942026-08-25T09:14:06.411Z[verify-libraries] Compiling nix v0.27.1
48952026-08-25T09:14:06.411Z[verify-libraries] Compiling colored v2.2.0
48962026-08-25T09:14:06.504Z[verify-libraries] Compiling blake3 v1.8.5
48972026-08-25T09:14:06.644Z[ recovery-image] Aug 25 09:14:05.418 INFO O| Aug 25 09:14:05.418 INFO O| Finalize: Building new search index ... Done
48982026-08-25T09:14:06.653Z[verify-libraries] Compiling serde_bytes v0.11.19
48992026-08-25T09:14:06.826Z[verify-libraries] Compiling keccak v0.2.0
49002026-08-25T09:14:06.904Z[verify-libraries] Compiling shell-words v1.1.1
49012026-08-25T09:14:06.954Z[ recovery-image] Aug 25 09:14:05.728 INFO O| Aug 25 09:14:05.728 INFO O| Finalize: Updating package cache ... Done
49022026-08-25T09:14:07.065Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
49032026-08-25T09:14:07.097Z[verify-libraries] Compiling darling v0.13.4
49042026-08-25T09:14:07.165Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49052026-08-25T09:14:07.319Z[ recovery-image] Aug 25 09:14:06.091 INFO O| Aug 25 09:14:06.091 INFO STEP 11 (pkg_install) COMPLETE
49062026-08-25T09:14:07.319Z[ recovery-image] Aug 25 09:14:06.091 INFO O| Aug 25 09:14:06.091 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49072026-08-25T09:14:07.319Z[ recovery-image] Aug 25 09:14:06.091 INFO O| Aug 25 09:14:06.091 INFO skip step because feature "recovery" is enabled
49082026-08-25T09:14:07.319Z[ recovery-image] Aug 25 09:14:06.091 INFO O| Aug 25 09:14:06.091 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49092026-08-25T09:14:07.319Z[ recovery-image] Aug 25 09:14:06.091 INFO O| Aug 25 09:14:06.091 INFO skip step because feature "omicron1" is not enabled
49102026-08-25T09:14:07.319Z[ recovery-image] Aug 25 09:14:06.091 INFO O| Aug 25 09:14:06.091 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49112026-08-25T09:14:07.327Z[ recovery-image] Aug 25 09:14:06.100 INFO O| Aug 25 09:14:06.100 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49122026-08-25T09:14:07.387Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
49132026-08-25T09:14:07.610Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49142026-08-25T09:14:07.660Z[verify-libraries] Compiling ed25519 v3.0.0
49152026-08-25T09:14:07.921Z[verify-libraries] Compiling crypto-primes v0.7.2
49162026-08-25T09:14:08.078Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
49172026-08-25T09:14:08.526Z[verify-libraries] Compiling poly1305 v0.9.0
49182026-08-25T09:14:08.890Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49192026-08-25T09:14:09.087Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49202026-08-25T09:14:09.127Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49212026-08-25T09:14:09.179Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49222026-08-25T09:14:09.362Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49232026-08-25T09:14:09.399Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49242026-08-25T09:14:09.428Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49252026-08-25T09:14:09.463Z[verify-libraries] Compiling blowfish v0.10.0
49262026-08-25T09:14:09.673Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49272026-08-25T09:14:09.735Z[verify-libraries] Compiling petname v2.0.2
49282026-08-25T09:14:09.742Z[ recovery-image] Aug 25 09:14:08.517 INFO O| Aug 25 09:14:08.514 INFO O| Startup: Refreshing catalog 'helios' ... Done
49292026-08-25T09:14:09.791Z[verify-libraries] Compiling constant_time_eq v0.4.2
49302026-08-25T09:14:09.850Z[verify-libraries] Compiling arrayref v0.3.9
49312026-08-25T09:14:09.947Z[verify-libraries] Compiling arrayvec v0.7.6
49322026-08-25T09:14:10.084Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49332026-08-25T09:14:10.309Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49342026-08-25T09:14:10.455Z[ recovery-image] Aug 25 09:14:09.229 INFO O| Aug 25 09:14:09.229 INFO O| Startup: Caching catalogs ... Done
49352026-08-25T09:14:10.537Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49362026-08-25T09:14:10.540Z[verify-libraries] Compiling ssh-cipher v0.3.0
49372026-08-25T09:14:10.627Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49382026-08-25T09:14:10.712Z[verify-libraries] Compiling serde_with_macros v1.5.2
49392026-08-25T09:14:10.812Z[verify-libraries] Compiling sha3 v0.11.0
49402026-08-25T09:14:10.893Z[verify-libraries] Compiling p256 v0.14.0
49412026-08-25T09:14:11.061Z[ recovery-image] Aug 25 09:14:09.835 INFO O| Aug 25 09:14:09.835 INFO O| Planning: Solver setup ... Done
49422026-08-25T09:14:11.066Z[ recovery-image] Aug 25 09:14:09.840 INFO O| Aug 25 09:14:09.840 INFO O| Planning: Running solver ... Done
49432026-08-25T09:14:11.089Z[ recovery-image] Aug 25 09:14:09.863 INFO O| Aug 25 09:14:09.862 INFO O| Planning: Finding local manifests ... Done
49442026-08-25T09:14:11.122Z[ recovery-image] Aug 25 09:14:09.896 INFO O| Aug 25 09:14:09.896 INFO O| Planning: Fetching manifests: 0/1 0% complete
49452026-08-25T09:14:11.144Z[ recovery-image] Aug 25 09:14:09.918 INFO O| Aug 25 09:14:09.918 INFO O| Planning: Fetching manifests: 1/1 100% complete
49462026-08-25T09:14:11.181Z[ recovery-image] Aug 25 09:14:09.955 INFO O| Aug 25 09:14:09.955 INFO O| Planning: Package planning ... Done
49472026-08-25T09:14:11.181Z[ recovery-image] Aug 25 09:14:09.955 INFO O| Aug 25 09:14:09.955 INFO O| Planning: Merging actions ... Done
49482026-08-25T09:14:11.201Z[ recovery-image] Aug 25 09:14:09.975 INFO O| Aug 25 09:14:09.975 INFO O| Planning: Checking for conflicting actions ... Done
49492026-08-25T09:14:11.201Z[ recovery-image] Aug 25 09:14:09.975 INFO O| Aug 25 09:14:09.975 INFO O| Planning: Consolidating action changes ... Done
49502026-08-25T09:14:11.248Z[verify-libraries] Compiling p384 v0.14.0
49512026-08-25T09:14:11.292Z[verify-libraries] Compiling p521 v0.14.0
49522026-08-25T09:14:11.304Z[ recovery-image] Aug 25 09:14:10.078 INFO O| Aug 25 09:14:10.071 INFO O| Planning: Evaluating mediators ... Done
49532026-08-25T09:14:11.304Z[ recovery-image] Aug 25 09:14:10.078 INFO O| Aug 25 09:14:10.071 INFO O| Planning: Planning completed in 0.83 seconds
49542026-08-25T09:14:11.304Z[ recovery-image] Aug 25 09:14:10.078 INFO O| Aug 25 09:14:10.072 INFO O| Packages to install: 1
49552026-08-25T09:14:11.309Z[ recovery-image] Aug 25 09:14:10.082 INFO O| Aug 25 09:14:10.082 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49562026-08-25T09:14:11.312Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49572026-08-25T09:14:11.362Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49582026-08-25T09:14:11.405Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49592026-08-25T09:14:11.604Z[ recovery-image] Aug 25 09:14:10.378 INFO O| Aug 25 09:14:10.378 INFO O| Download: Completed 13.27 MB in 0.30 seconds (44.9M/s)
49602026-08-25T09:14:11.660Z[verify-libraries] Compiling twox-hash v2.1.2
49612026-08-25T09:14:11.663Z[ recovery-image] Aug 25 09:14:10.435 INFO O| Aug 25 09:14:10.435 INFO O| Actions: 1/22 actions (Installing new actions)
49622026-08-25T09:14:11.727Z[verify-libraries] Compiling kem v0.3.0
49632026-08-25T09:14:11.901Z[ recovery-image] Aug 25 09:14:10.675 INFO O| Aug 25 09:14:10.675 INFO O| Actions: Completed 22 actions in 0.24 seconds.
49642026-08-25T09:14:11.940Z[ recovery-image] Aug 25 09:14:10.714 INFO O| Aug 25 09:14:10.714 INFO O| Finalize: Updating package state database ... Done
49652026-08-25T09:14:11.941Z[ recovery-image] Aug 25 09:14:10.715 INFO O| Aug 25 09:14:10.714 INFO O| Finalize: Updating package cache ... Done
49662026-08-25T09:14:11.983Z[verify-libraries] Compiling module-lattice v0.2.3
49672026-08-25T09:14:12.038Z[ recovery-image] Aug 25 09:14:10.812 INFO O| Aug 25 09:14:10.812 INFO O| Finalize: Updating image state ... Done
49682026-08-25T09:14:12.051Z[verify-libraries] Compiling atty v0.2.14
49692026-08-25T09:14:12.143Z[verify-libraries] Compiling rtoolbox v0.0.3
49702026-08-25T09:14:12.190Z[verify-libraries] Compiling sponge-cursor v0.1.0
49712026-08-25T09:14:12.288Z[verify-libraries] Compiling topological-sort v0.2.2
49722026-08-25T09:14:12.325Z[verify-libraries] Compiling rpassword v7.5.4
49732026-08-25T09:14:12.399Z[verify-libraries] Compiling sha3 v0.12.0
49742026-08-25T09:14:12.447Z[verify-libraries] Compiling ml-kem v0.3.2
49752026-08-25T09:14:12.505Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49762026-08-25T09:14:12.716Z[verify-libraries] Compiling serde_with v1.14.0
49772026-08-25T09:14:12.774Z[ recovery-image] Aug 25 09:14:11.548 INFO O| Aug 25 09:14:11.548 INFO O| Finalize: Creating fast lookup database ... Done
49782026-08-25T09:14:12.814Z[ recovery-image] Aug 25 09:14:11.588 INFO O| Aug 25 09:14:11.588 INFO O| Finalize: Reading search index ... Done
49792026-08-25T09:14:12.814Z[ recovery-image] Aug 25 09:14:11.588 INFO O| Aug 25 09:14:11.588 INFO O| Finalize: Updating search index ... Done
49802026-08-25T09:14:12.824Z[ recovery-image] Aug 25 09:14:11.598 INFO O| Aug 25 09:14:11.598 INFO O| Finalize: Updating package cache ... Done
49812026-08-25T09:14:13.123Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO STEP 14 (pkg_install) COMPLETE
49822026-08-25T09:14:13.123Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49832026-08-25T09:14:13.123Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO skip step because feature "mbist" is not enabled
49842026-08-25T09:14:13.126Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49852026-08-25T09:14:13.126Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO skip step because feature "mfg" is not enabled
49862026-08-25T09:14:13.126Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49872026-08-25T09:14:13.126Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO skip step because feature "compliance" is not enabled
49882026-08-25T09:14:13.126Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49892026-08-25T09:14:13.126Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO skip step because feature "stress" is not enabled
49902026-08-25T09:14:13.126Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49912026-08-25T09:14:13.126Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO skip step because feature "compliance" is not enabled
49922026-08-25T09:14:13.126Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49932026-08-25T09:14:13.127Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO skip step because feature "nfs" is not enabled
49942026-08-25T09:14:13.127Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49952026-08-25T09:14:13.127Z[ recovery-image] Aug 25 09:14:11.897 INFO O| Aug 25 09:14:11.897 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49962026-08-25T09:14:13.263Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49972026-08-25T09:14:13.375Z[ recovery-image] Aug 25 09:14:12.149 INFO O| Aug 25 09:14:12.149 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49982026-08-25T09:14:13.476Z[ recovery-image] Aug 25 09:14:12.250 INFO O| Aug 25 09:14:12.250 INFO completed processing sled/ramdisk-01-os
49992026-08-25T09:14:13.479Z[ recovery-image] Aug 25 09:14:12.252 INFO image builder template: ramdisk-02-trim...
50002026-08-25T09:14:13.479Z[ recovery-image] Aug 25 09:14:12.252 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/.tmprfUmyL/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
50012026-08-25T09:14:13.500Z[ recovery-image] Aug 25 09:14:12.274 INFO O| Aug 25 09:14:12.274 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50022026-08-25T09:14:13.504Z[ recovery-image] Aug 25 09:14:12.278 INFO O| Aug 25 09:14:12.278 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50032026-08-25T09:14:13.518Z[verify-libraries] Compiling tui-tree-widget v0.23.1
50042026-08-25T09:14:13.562Z[ recovery-image] Aug 25 09:14:12.336 INFO O| Aug 25 09:14:12.336 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50052026-08-25T09:14:13.612Z[ recovery-image] Aug 25 09:14:12.386 INFO O| Aug 25 09:14:12.386 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50062026-08-25T09:14:13.612Z[ recovery-image] Aug 25 09:14:12.386 INFO O| Aug 25 09:14:12.386 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50072026-08-25T09:14:13.618Z[ recovery-image] Aug 25 09:14:12.392 INFO O| Aug 25 09:14:12.392 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50082026-08-25T09:14:13.622Z[ recovery-image] Aug 25 09:14:12.396 INFO O| Aug 25 09:14:12.396 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50092026-08-25T09:14:13.626Z[ recovery-image] Aug 25 09:14:12.400 INFO O| Aug 25 09:14:12.400 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50102026-08-25T09:14:13.639Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50112026-08-25T09:14:13.774Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50122026-08-25T09:14:13.885Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
50132026-08-25T09:14:14.024Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50142026-08-25T09:14:14.080Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50152026-08-25T09:14:14.099Z[ recovery-image] Aug 25 09:14:12.873 INFO O| Aug 25 09:14:12.873 INFO rolled back to input snapshot; work may begin
50162026-08-25T09:14:14.108Z[ recovery-image] Aug 25 09:14:12.873 INFO O| Aug 25 09:14:12.873 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50172026-08-25T09:14:14.108Z[ recovery-image] Aug 25 09:14:12.878 INFO O| Aug 25 09:14:12.878 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-25T09:14:14.119Z[ recovery-image] Aug 25 09:14:12.893 INFO O| Aug 25 09:14:12.893 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50192026-08-25T09:14:14.132Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50202026-08-25T09:14:14.158Z[ recovery-image] Aug 25 09:14:12.932 INFO O| Aug 25 09:14:12.932 INFO STEP 0 (remove_files) COMPLETE
50212026-08-25T09:14:14.158Z[ recovery-image] Aug 25 09:14:12.932 INFO O| Aug 25 09:14:12.932 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-25T09:14:14.168Z[ recovery-image] Aug 25 09:14:12.942 INFO O| Aug 25 09:14:12.942 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50232026-08-25T09:14:14.171Z[ recovery-image] Aug 25 09:14:12.943 INFO O| Aug 25 09:14:12.943 INFO STEP 1 (remove_files) COMPLETE
50242026-08-25T09:14:14.171Z[ recovery-image] Aug 25 09:14:12.943 INFO O| Aug 25 09:14:12.943 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-25T09:14:14.179Z[ recovery-image] Aug 25 09:14:12.953 INFO O| Aug 25 09:14:12.953 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50262026-08-25T09:14:14.197Z[ recovery-image] Aug 25 09:14:12.966 INFO O| Aug 25 09:14:12.966 INFO STEP 2 (remove_files) COMPLETE
50272026-08-25T09:14:14.197Z[ recovery-image] Aug 25 09:14:12.966 INFO O| Aug 25 09:14:12.966 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-25T09:14:14.201Z[ recovery-image] Aug 25 09:14:12.975 INFO O| Aug 25 09:14:12.975 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50292026-08-25T09:14:14.204Z[ recovery-image] Aug 25 09:14:12.976 INFO O| Aug 25 09:14:12.976 INFO STEP 3 (remove_files) COMPLETE
50302026-08-25T09:14:14.204Z[ recovery-image] Aug 25 09:14:12.976 INFO O| Aug 25 09:14:12.976 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-25T09:14:14.210Z[ recovery-image] Aug 25 09:14:12.984 INFO O| Aug 25 09:14:12.984 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50322026-08-25T09:14:14.213Z[ recovery-image] Aug 25 09:14:12.987 INFO O| Aug 25 09:14:12.987 INFO STEP 4 (remove_files) COMPLETE
50332026-08-25T09:14:14.213Z[ recovery-image] Aug 25 09:14:12.987 INFO O| Aug 25 09:14:12.987 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-25T09:14:14.223Z[ recovery-image] Aug 25 09:14:12.997 INFO O| Aug 25 09:14:12.997 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50352026-08-25T09:14:14.223Z[ recovery-image] Aug 25 09:14:12.997 INFO O| Aug 25 09:14:12.997 INFO STEP 5 (remove_files) COMPLETE
50362026-08-25T09:14:14.223Z[ recovery-image] Aug 25 09:14:12.997 INFO O| Aug 25 09:14:12.997 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-25T09:14:14.232Z[ recovery-image] Aug 25 09:14:13.007 INFO O| Aug 25 09:14:13.006 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50382026-08-25T09:14:14.243Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO STEP 6 (remove_files) COMPLETE
50392026-08-25T09:14:14.243Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-25T09:14:14.243Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO skip step because feature "heliosv2" is not enabled
50412026-08-25T09:14:14.243Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-25T09:14:14.243Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO skip step because feature "recovery" is enabled
50432026-08-25T09:14:14.246Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-25T09:14:14.246Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO skip step because feature "recovery" is enabled
50452026-08-25T09:14:14.246Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-25T09:14:14.246Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO skip step because feature "recovery" is enabled
50472026-08-25T09:14:14.246Z[ recovery-image] Aug 25 09:14:13.017 INFO O| Aug 25 09:14:13.017 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50482026-08-25T09:14:14.252Z[ recovery-image] Aug 25 09:14:13.026 INFO O| Aug 25 09:14:13.026 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50492026-08-25T09:14:14.255Z[ recovery-image] Aug 25 09:14:13.029 INFO O| Aug 25 09:14:13.029 INFO STEP 11 (remove_files) COMPLETE
50502026-08-25T09:14:14.255Z[ recovery-image] Aug 25 09:14:13.029 INFO O| Aug 25 09:14:13.029 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50512026-08-25T09:14:14.263Z[ recovery-image] Aug 25 09:14:13.038 INFO O| Aug 25 09:14:13.038 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50522026-08-25T09:14:14.266Z[ recovery-image] Aug 25 09:14:13.038 INFO O| Aug 25 09:14:13.038 INFO STEP 12 (remove_files) COMPLETE
50532026-08-25T09:14:14.266Z[ recovery-image] Aug 25 09:14:13.038 INFO O| Aug 25 09:14:13.038 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50542026-08-25T09:14:14.272Z[ recovery-image] Aug 25 09:14:13.047 INFO O| Aug 25 09:14:13.047 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50552026-08-25T09:14:14.276Z[ recovery-image] Aug 25 09:14:13.048 INFO O| Aug 25 09:14:13.048 INFO STEP 13 (remove_files) COMPLETE
50562026-08-25T09:14:14.276Z[ recovery-image] Aug 25 09:14:13.048 INFO O| Aug 25 09:14:13.048 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50572026-08-25T09:14:14.293Z[ recovery-image] Aug 25 09:14:13.067 INFO O| Aug 25 09:14:13.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50582026-08-25T09:14:14.293Z[ recovery-image] Aug 25 09:14:13.067 INFO O| Aug 25 09:14:13.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50592026-08-25T09:14:14.321Z[ recovery-image] Aug 25 09:14:13.095 INFO O| Aug 25 09:14:13.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50602026-08-25T09:14:14.371Z[ recovery-image] Aug 25 09:14:13.145 INFO O| Aug 25 09:14:13.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50612026-08-25T09:14:14.479Z[ recovery-image] Aug 25 09:14:13.253 INFO O| Aug 25 09:14:13.252 INFO STEP 14 (remove_files) COMPLETE
50622026-08-25T09:14:14.479Z[ recovery-image] Aug 25 09:14:13.253 INFO O| Aug 25 09:14:13.252 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-25T09:14:14.489Z[ recovery-image] Aug 25 09:14:13.263 INFO O| Aug 25 09:14:13.263 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50642026-08-25T09:14:14.492Z[ recovery-image] Aug 25 09:14:13.264 INFO O| Aug 25 09:14:13.264 INFO STEP 15 (remove_files) COMPLETE
50652026-08-25T09:14:14.492Z[ recovery-image] Aug 25 09:14:13.264 INFO O| Aug 25 09:14:13.264 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-25T09:14:14.499Z[ recovery-image] Aug 25 09:14:13.273 INFO O| Aug 25 09:14:13.273 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50672026-08-25T09:14:14.504Z[ recovery-image] Aug 25 09:14:13.278 INFO O| Aug 25 09:14:13.278 INFO STEP 16 (remove_files) COMPLETE
50682026-08-25T09:14:14.504Z[ recovery-image] Aug 25 09:14:13.278 INFO O| Aug 25 09:14:13.278 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-25T09:14:14.514Z[ recovery-image] Aug 25 09:14:13.288 INFO O| Aug 25 09:14:13.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50702026-08-25T09:14:14.519Z[ recovery-image] Aug 25 09:14:13.288 INFO O| Aug 25 09:14:13.288 INFO STEP 17 (remove_files) COMPLETE
50712026-08-25T09:14:14.519Z[ recovery-image] Aug 25 09:14:13.288 INFO O| Aug 25 09:14:13.288 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-25T09:14:14.523Z[ recovery-image] Aug 25 09:14:13.298 INFO O| Aug 25 09:14:13.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50732026-08-25T09:14:14.526Z[ recovery-image] Aug 25 09:14:13.299 INFO O| Aug 25 09:14:13.299 INFO STEP 18 (remove_files) COMPLETE
50742026-08-25T09:14:14.526Z[ recovery-image] Aug 25 09:14:13.299 INFO O| Aug 25 09:14:13.299 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-25T09:14:14.536Z[ recovery-image] Aug 25 09:14:13.308 INFO O| Aug 25 09:14:13.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50762026-08-25T09:14:14.536Z[ recovery-image] Aug 25 09:14:13.308 INFO O| Aug 25 09:14:13.308 INFO STEP 19 (remove_files) COMPLETE
50772026-08-25T09:14:14.536Z[ recovery-image] Aug 25 09:14:13.308 INFO O| Aug 25 09:14:13.308 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-25T09:14:14.543Z[ recovery-image] Aug 25 09:14:13.317 INFO O| Aug 25 09:14:13.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50792026-08-25T09:14:14.543Z[ recovery-image] Aug 25 09:14:13.317 INFO O| Aug 25 09:14:13.317 INFO STEP 20 (remove_files) COMPLETE
50802026-08-25T09:14:14.543Z[ recovery-image] Aug 25 09:14:13.317 INFO O| Aug 25 09:14:13.317 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-25T09:14:14.552Z[ recovery-image] Aug 25 09:14:13.326 INFO O| Aug 25 09:14:13.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50822026-08-25T09:14:14.552Z[ recovery-image] Aug 25 09:14:13.326 INFO O| Aug 25 09:14:13.326 INFO STEP 21 (remove_files) COMPLETE
50832026-08-25T09:14:14.552Z[ recovery-image] Aug 25 09:14:13.326 INFO O| Aug 25 09:14:13.326 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-25T09:14:14.561Z[ recovery-image] Aug 25 09:14:13.335 INFO O| Aug 25 09:14:13.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50852026-08-25T09:14:14.561Z[ recovery-image] Aug 25 09:14:13.335 INFO O| Aug 25 09:14:13.335 INFO STEP 22 (remove_files) COMPLETE
50862026-08-25T09:14:14.561Z[ recovery-image] Aug 25 09:14:13.335 INFO O| Aug 25 09:14:13.335 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-25T09:14:14.580Z[ recovery-image] Aug 25 09:14:13.354 INFO O| Aug 25 09:14:13.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50882026-08-25T09:14:14.580Z[ recovery-image] Aug 25 09:14:13.354 INFO O| Aug 25 09:14:13.354 INFO STEP 23 (remove_files) COMPLETE
50892026-08-25T09:14:14.580Z[ recovery-image] Aug 25 09:14:13.354 INFO O| Aug 25 09:14:13.354 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-25T09:14:14.592Z[ recovery-image] Aug 25 09:14:13.366 INFO O| Aug 25 09:14:13.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50912026-08-25T09:14:14.592Z[ recovery-image] Aug 25 09:14:13.366 INFO O| Aug 25 09:14:13.366 INFO STEP 24 (remove_files) COMPLETE
50922026-08-25T09:14:14.592Z[ recovery-image] Aug 25 09:14:13.366 INFO O| Aug 25 09:14:13.366 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-25T09:14:14.602Z[ recovery-image] Aug 25 09:14:13.376 INFO O| Aug 25 09:14:13.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50942026-08-25T09:14:14.602Z[ recovery-image] Aug 25 09:14:13.376 INFO O| Aug 25 09:14:13.376 INFO STEP 25 (remove_files) COMPLETE
50952026-08-25T09:14:14.602Z[ recovery-image] Aug 25 09:14:13.376 INFO O| Aug 25 09:14:13.376 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-25T09:14:14.613Z[ recovery-image] Aug 25 09:14:13.387 INFO O| Aug 25 09:14:13.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50972026-08-25T09:14:14.613Z[ recovery-image] Aug 25 09:14:13.387 INFO O| Aug 25 09:14:13.387 INFO STEP 26 (remove_files) COMPLETE
50982026-08-25T09:14:14.613Z[ recovery-image] Aug 25 09:14:13.387 INFO O| Aug 25 09:14:13.387 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-25T09:14:14.623Z[ recovery-image] Aug 25 09:14:13.397 INFO O| Aug 25 09:14:13.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51002026-08-25T09:14:14.623Z[ recovery-image] Aug 25 09:14:13.397 INFO O| Aug 25 09:14:13.397 INFO STEP 27 (remove_files) COMPLETE
51012026-08-25T09:14:14.623Z[ recovery-image] Aug 25 09:14:13.397 INFO O| Aug 25 09:14:13.397 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-25T09:14:14.634Z[ recovery-image] Aug 25 09:14:13.407 INFO O| Aug 25 09:14:13.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51032026-08-25T09:14:14.634Z[ recovery-image] Aug 25 09:14:13.408 INFO O| Aug 25 09:14:13.407 INFO STEP 28 (remove_files) COMPLETE
51042026-08-25T09:14:14.634Z[ recovery-image] Aug 25 09:14:13.408 INFO O| Aug 25 09:14:13.407 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-25T09:14:14.644Z[ recovery-image] Aug 25 09:14:13.418 INFO O| Aug 25 09:14:13.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51062026-08-25T09:14:14.644Z[ recovery-image] Aug 25 09:14:13.418 INFO O| Aug 25 09:14:13.418 INFO STEP 29 (remove_files) COMPLETE
51072026-08-25T09:14:14.644Z[ recovery-image] Aug 25 09:14:13.418 INFO O| Aug 25 09:14:13.418 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-25T09:14:14.662Z[ recovery-image] Aug 25 09:14:13.436 INFO O| Aug 25 09:14:13.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51092026-08-25T09:14:14.662Z[ recovery-image] Aug 25 09:14:13.436 INFO O| Aug 25 09:14:13.436 INFO STEP 30 (remove_files) COMPLETE
51102026-08-25T09:14:14.662Z[ recovery-image] Aug 25 09:14:13.436 INFO O| Aug 25 09:14:13.436 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-25T09:14:14.707Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51122026-08-25T09:14:14.715Z[ recovery-image] Aug 25 09:14:13.489 INFO O| Aug 25 09:14:13.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51132026-08-25T09:14:14.715Z[ recovery-image] Aug 25 09:14:13.489 INFO O| Aug 25 09:14:13.489 INFO STEP 31 (remove_files) COMPLETE
51142026-08-25T09:14:14.715Z[ recovery-image] Aug 25 09:14:13.489 INFO O| Aug 25 09:14:13.489 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-25T09:14:14.726Z[ recovery-image] Aug 25 09:14:13.499 INFO O| Aug 25 09:14:13.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51162026-08-25T09:14:14.727Z[ recovery-image] Aug 25 09:14:13.499 INFO O| Aug 25 09:14:13.499 INFO STEP 32 (remove_files) COMPLETE
51172026-08-25T09:14:14.727Z[ recovery-image] Aug 25 09:14:13.499 INFO O| Aug 25 09:14:13.499 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-25T09:14:14.734Z[ recovery-image] Aug 25 09:14:13.508 INFO O| Aug 25 09:14:13.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51192026-08-25T09:14:14.734Z[ recovery-image] Aug 25 09:14:13.508 INFO O| Aug 25 09:14:13.508 INFO STEP 33 (remove_files) COMPLETE
51202026-08-25T09:14:14.737Z[ recovery-image] Aug 25 09:14:13.508 INFO O| Aug 25 09:14:13.508 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-25T09:14:14.743Z[ recovery-image] Aug 25 09:14:13.517 INFO O| Aug 25 09:14:13.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51222026-08-25T09:14:14.743Z[ recovery-image] Aug 25 09:14:13.517 INFO O| Aug 25 09:14:13.517 INFO STEP 34 (remove_files) COMPLETE
51232026-08-25T09:14:14.743Z[ recovery-image] Aug 25 09:14:13.517 INFO O| Aug 25 09:14:13.517 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-25T09:14:14.752Z[ recovery-image] Aug 25 09:14:13.526 INFO O| Aug 25 09:14:13.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51252026-08-25T09:14:14.752Z[ recovery-image] Aug 25 09:14:13.526 INFO O| Aug 25 09:14:13.526 INFO STEP 35 (remove_files) COMPLETE
51262026-08-25T09:14:14.755Z[ recovery-image] Aug 25 09:14:13.526 INFO O| Aug 25 09:14:13.526 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-25T09:14:14.766Z[ recovery-image] Aug 25 09:14:13.535 INFO O| Aug 25 09:14:13.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51282026-08-25T09:14:14.766Z[ recovery-image] Aug 25 09:14:13.535 INFO O| Aug 25 09:14:13.535 INFO STEP 36 (remove_files) COMPLETE
51292026-08-25T09:14:14.766Z[ recovery-image] Aug 25 09:14:13.535 INFO O| Aug 25 09:14:13.535 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-25T09:14:14.771Z[ recovery-image] Aug 25 09:14:13.545 INFO O| Aug 25 09:14:13.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51312026-08-25T09:14:14.771Z[ recovery-image] Aug 25 09:14:13.545 INFO O| Aug 25 09:14:13.545 INFO STEP 37 (remove_files) COMPLETE
51322026-08-25T09:14:14.774Z[ recovery-image] Aug 25 09:14:13.545 INFO O| Aug 25 09:14:13.545 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-25T09:14:14.782Z[ recovery-image] Aug 25 09:14:13.556 INFO O| Aug 25 09:14:13.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51342026-08-25T09:14:14.782Z[ recovery-image] Aug 25 09:14:13.556 INFO O| Aug 25 09:14:13.556 INFO STEP 38 (remove_files) COMPLETE
51352026-08-25T09:14:14.782Z[ recovery-image] Aug 25 09:14:13.556 INFO O| Aug 25 09:14:13.556 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-25T09:14:14.792Z[ recovery-image] Aug 25 09:14:13.567 INFO O| Aug 25 09:14:13.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51372026-08-25T09:14:14.792Z[ recovery-image] Aug 25 09:14:13.567 INFO O| Aug 25 09:14:13.567 INFO STEP 39 (remove_files) COMPLETE
51382026-08-25T09:14:14.793Z[ recovery-image] Aug 25 09:14:13.567 INFO O| Aug 25 09:14:13.567 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-25T09:14:14.802Z[ recovery-image] Aug 25 09:14:13.576 INFO O| Aug 25 09:14:13.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51402026-08-25T09:14:14.802Z[ recovery-image] Aug 25 09:14:13.576 INFO O| Aug 25 09:14:13.576 INFO STEP 40 (remove_files) COMPLETE
51412026-08-25T09:14:14.802Z[ recovery-image] Aug 25 09:14:13.576 INFO O| Aug 25 09:14:13.576 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-25T09:14:14.812Z[ recovery-image] Aug 25 09:14:13.587 INFO O| Aug 25 09:14:13.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51432026-08-25T09:14:14.812Z[ recovery-image] Aug 25 09:14:13.587 INFO O| Aug 25 09:14:13.587 INFO STEP 41 (remove_files) COMPLETE
51442026-08-25T09:14:14.813Z[ recovery-image] Aug 25 09:14:13.587 INFO O| Aug 25 09:14:13.587 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-25T09:14:14.823Z[ recovery-image] Aug 25 09:14:13.597 INFO O| Aug 25 09:14:13.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51462026-08-25T09:14:14.823Z[ recovery-image] Aug 25 09:14:13.597 INFO O| Aug 25 09:14:13.597 INFO STEP 42 (remove_files) COMPLETE
51472026-08-25T09:14:14.823Z[ recovery-image] Aug 25 09:14:13.597 INFO O| Aug 25 09:14:13.597 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-25T09:14:14.833Z[ recovery-image] Aug 25 09:14:13.607 INFO O| Aug 25 09:14:13.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51492026-08-25T09:14:14.833Z[ recovery-image] Aug 25 09:14:13.607 INFO O| Aug 25 09:14:13.607 INFO STEP 43 (remove_files) COMPLETE
51502026-08-25T09:14:14.833Z[ recovery-image] Aug 25 09:14:13.608 INFO O| Aug 25 09:14:13.607 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-25T09:14:14.844Z[ recovery-image] Aug 25 09:14:13.618 INFO O| Aug 25 09:14:13.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51522026-08-25T09:14:14.844Z[ recovery-image] Aug 25 09:14:13.618 INFO O| Aug 25 09:14:13.618 INFO STEP 44 (remove_files) COMPLETE
51532026-08-25T09:14:14.844Z[ recovery-image] Aug 25 09:14:13.618 INFO O| Aug 25 09:14:13.618 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-25T09:14:14.857Z[ recovery-image] Aug 25 09:14:13.631 INFO O| Aug 25 09:14:13.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51552026-08-25T09:14:14.857Z[ recovery-image] Aug 25 09:14:13.631 INFO O| Aug 25 09:14:13.631 INFO STEP 45 (remove_files) COMPLETE
51562026-08-25T09:14:14.857Z[ recovery-image] Aug 25 09:14:13.631 INFO O| Aug 25 09:14:13.631 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-25T09:14:14.887Z[ recovery-image] Aug 25 09:14:13.661 INFO O| Aug 25 09:14:13.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51582026-08-25T09:14:14.887Z[ recovery-image] Aug 25 09:14:13.661 INFO O| Aug 25 09:14:13.661 INFO STEP 46 (remove_files) COMPLETE
51592026-08-25T09:14:14.887Z[ recovery-image] Aug 25 09:14:13.661 INFO O| Aug 25 09:14:13.661 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-25T09:14:14.895Z[ recovery-image] Aug 25 09:14:13.669 INFO O| Aug 25 09:14:13.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51612026-08-25T09:14:14.895Z[ recovery-image] Aug 25 09:14:13.669 INFO O| Aug 25 09:14:13.669 INFO STEP 47 (remove_files) COMPLETE
51622026-08-25T09:14:14.895Z[ recovery-image] Aug 25 09:14:13.669 INFO O| Aug 25 09:14:13.669 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-25T09:14:14.903Z[ recovery-image] Aug 25 09:14:13.677 INFO O| Aug 25 09:14:13.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51642026-08-25T09:14:14.903Z[ recovery-image] Aug 25 09:14:13.677 INFO O| Aug 25 09:14:13.677 INFO STEP 48 (remove_files) COMPLETE
51652026-08-25T09:14:14.903Z[ recovery-image] Aug 25 09:14:13.677 INFO O| Aug 25 09:14:13.677 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-08-25T09:14:14.912Z[ recovery-image] Aug 25 09:14:13.685 INFO O| Aug 25 09:14:13.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51672026-08-25T09:14:14.912Z[ recovery-image] Aug 25 09:14:13.685 INFO O| Aug 25 09:14:13.685 INFO STEP 49 (remove_files) COMPLETE
51682026-08-25T09:14:14.912Z[ recovery-image] Aug 25 09:14:13.685 INFO O| Aug 25 09:14:13.685 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-25T09:14:14.918Z[ recovery-image] Aug 25 09:14:13.692 INFO O| Aug 25 09:14:13.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51702026-08-25T09:14:14.918Z[ recovery-image] Aug 25 09:14:13.692 INFO O| Aug 25 09:14:13.692 INFO STEP 50 (remove_files) COMPLETE
51712026-08-25T09:14:14.921Z[ recovery-image] Aug 25 09:14:13.692 INFO O| Aug 25 09:14:13.692 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-25T09:14:14.926Z[ recovery-image] Aug 25 09:14:13.700 INFO O| Aug 25 09:14:13.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51732026-08-25T09:14:14.926Z[ recovery-image] Aug 25 09:14:13.700 INFO O| Aug 25 09:14:13.700 INFO STEP 51 (remove_files) COMPLETE
51742026-08-25T09:14:14.929Z[ recovery-image] Aug 25 09:14:13.700 INFO O| Aug 25 09:14:13.700 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-08-25T09:14:14.934Z[ recovery-image] Aug 25 09:14:13.708 INFO O| Aug 25 09:14:13.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51762026-08-25T09:14:14.934Z[ recovery-image] Aug 25 09:14:13.708 INFO O| Aug 25 09:14:13.708 INFO STEP 52 (remove_files) COMPLETE
51772026-08-25T09:14:14.934Z[ recovery-image] Aug 25 09:14:13.708 INFO O| Aug 25 09:14:13.708 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-08-25T09:14:14.942Z[ recovery-image] Aug 25 09:14:13.716 INFO O| Aug 25 09:14:13.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51792026-08-25T09:14:14.942Z[ recovery-image] Aug 25 09:14:13.716 INFO O| Aug 25 09:14:13.716 INFO STEP 53 (remove_files) COMPLETE
51802026-08-25T09:14:14.942Z[ recovery-image] Aug 25 09:14:13.716 INFO O| Aug 25 09:14:13.716 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-25T09:14:14.953Z[ recovery-image] Aug 25 09:14:13.727 INFO O| Aug 25 09:14:13.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51822026-08-25T09:14:14.956Z[ recovery-image] Aug 25 09:14:13.727 INFO O| Aug 25 09:14:13.727 INFO STEP 54 (remove_files) COMPLETE
51832026-08-25T09:14:14.956Z[ recovery-image] Aug 25 09:14:13.727 INFO O| Aug 25 09:14:13.727 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-08-25T09:14:14.962Z[ recovery-image] Aug 25 09:14:13.736 INFO O| Aug 25 09:14:13.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51852026-08-25T09:14:14.962Z[ recovery-image] Aug 25 09:14:13.736 INFO O| Aug 25 09:14:13.736 INFO STEP 55 (remove_files) COMPLETE
51862026-08-25T09:14:14.962Z[ recovery-image] Aug 25 09:14:13.736 INFO O| Aug 25 09:14:13.736 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-08-25T09:14:14.970Z[ recovery-image] Aug 25 09:14:13.745 INFO O| Aug 25 09:14:13.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51882026-08-25T09:14:14.971Z[ recovery-image] Aug 25 09:14:13.745 INFO O| Aug 25 09:14:13.745 INFO STEP 56 (remove_files) COMPLETE
51892026-08-25T09:14:14.971Z[ recovery-image] Aug 25 09:14:13.745 INFO O| Aug 25 09:14:13.745 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-08-25T09:14:14.980Z[ recovery-image] Aug 25 09:14:13.754 INFO O| Aug 25 09:14:13.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51912026-08-25T09:14:14.980Z[ recovery-image] Aug 25 09:14:13.754 INFO O| Aug 25 09:14:13.754 INFO STEP 57 (remove_files) COMPLETE
51922026-08-25T09:14:14.980Z[ recovery-image] Aug 25 09:14:13.754 INFO O| Aug 25 09:14:13.754 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-08-25T09:14:14.989Z[ recovery-image] Aug 25 09:14:13.763 INFO O| Aug 25 09:14:13.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51942026-08-25T09:14:14.989Z[ recovery-image] Aug 25 09:14:13.763 INFO O| Aug 25 09:14:13.763 INFO STEP 58 (remove_files) COMPLETE
51952026-08-25T09:14:14.989Z[ recovery-image] Aug 25 09:14:13.763 INFO O| Aug 25 09:14:13.763 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-08-25T09:14:14.999Z[ recovery-image] Aug 25 09:14:13.772 INFO O| Aug 25 09:14:13.772 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51972026-08-25T09:14:14.999Z[ recovery-image] Aug 25 09:14:13.772 INFO O| Aug 25 09:14:13.772 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51982026-08-25T09:14:14.999Z[ recovery-image] Aug 25 09:14:13.772 INFO O| Aug 25 09:14:13.772 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51992026-08-25T09:14:14.999Z[ recovery-image] Aug 25 09:14:13.772 INFO O| Aug 25 09:14:13.772 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52002026-08-25T09:14:15.003Z[ recovery-image] Aug 25 09:14:13.772 INFO O| Aug 25 09:14:13.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52012026-08-25T09:14:15.006Z[ recovery-image] Aug 25 09:14:13.772 INFO O| Aug 25 09:14:13.772 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52022026-08-25T09:14:15.006Z[ recovery-image] Aug 25 09:14:13.772 INFO O| Aug 25 09:14:13.772 INFO ok!
52032026-08-25T09:14:15.006Z[ recovery-image] Aug 25 09:14:13.772 INFO O| Aug 25 09:14:13.772 INFO STEP 59 (ensure_file) COMPLETE
52042026-08-25T09:14:15.006Z[ recovery-image] Aug 25 09:14:13.772 INFO O| Aug 25 09:14:13.772 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-08-25T09:14:15.009Z[ recovery-image] Aug 25 09:14:13.781 INFO O| Aug 25 09:14:13.781 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52062026-08-25T09:14:15.009Z[ recovery-image] Aug 25 09:14:13.781 INFO O| Aug 25 09:14:13.781 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52072026-08-25T09:14:15.009Z[ recovery-image] Aug 25 09:14:13.781 INFO O| Aug 25 09:14:13.781 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52082026-08-25T09:14:15.009Z[ recovery-image] Aug 25 09:14:13.781 INFO O| Aug 25 09:14:13.781 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52092026-08-25T09:14:15.009Z[ recovery-image] Aug 25 09:14:13.781 INFO O| Aug 25 09:14:13.781 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52102026-08-25T09:14:15.009Z[ recovery-image] Aug 25 09:14:13.781 INFO O| Aug 25 09:14:13.781 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52112026-08-25T09:14:15.009Z[ recovery-image] Aug 25 09:14:13.781 INFO O| Aug 25 09:14:13.781 INFO ok!
52122026-08-25T09:14:15.009Z[ recovery-image] Aug 25 09:14:13.781 INFO O| Aug 25 09:14:13.781 INFO STEP 60 (ensure_file) COMPLETE
52132026-08-25T09:14:15.009Z[ recovery-image] Aug 25 09:14:13.781 INFO O| Aug 25 09:14:13.781 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-08-25T09:14:15.017Z[ recovery-image] Aug 25 09:14:13.791 INFO O| Aug 25 09:14:13.790 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52152026-08-25T09:14:15.017Z[ recovery-image] Aug 25 09:14:13.791 INFO O| Aug 25 09:14:13.791 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52162026-08-25T09:14:15.017Z[ recovery-image] Aug 25 09:14:13.791 INFO O| Aug 25 09:14:13.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52172026-08-25T09:14:15.017Z[ recovery-image] Aug 25 09:14:13.791 INFO O| Aug 25 09:14:13.791 INFO ok!
52182026-08-25T09:14:15.017Z[ recovery-image] Aug 25 09:14:13.791 INFO O| Aug 25 09:14:13.791 INFO STEP 61 (ensure_file) COMPLETE
52192026-08-25T09:14:15.017Z[ recovery-image] Aug 25 09:14:13.791 INFO O| Aug 25 09:14:13.791 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52202026-08-25T09:14:15.025Z[ recovery-image] Aug 25 09:14:13.800 INFO O| Aug 25 09:14:13.799 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52212026-08-25T09:14:15.025Z[ recovery-image] Aug 25 09:14:13.800 INFO O| Aug 25 09:14:13.800 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52222026-08-25T09:14:15.029Z[ recovery-image] Aug 25 09:14:13.800 INFO O| Aug 25 09:14:13.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52232026-08-25T09:14:15.029Z[ recovery-image] Aug 25 09:14:13.800 INFO O| Aug 25 09:14:13.800 INFO ok!
52242026-08-25T09:14:15.029Z[ recovery-image] Aug 25 09:14:13.800 INFO O| Aug 25 09:14:13.800 INFO STEP 62 (ensure_file) COMPLETE
52252026-08-25T09:14:15.029Z[ recovery-image] Aug 25 09:14:13.800 INFO O| Aug 25 09:14:13.800 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52262026-08-25T09:14:15.036Z[ recovery-image] Aug 25 09:14:13.811 INFO O| Aug 25 09:14:13.810 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52272026-08-25T09:14:15.036Z[ recovery-image] Aug 25 09:14:13.811 INFO O| Aug 25 09:14:13.811 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52282026-08-25T09:14:15.036Z[ recovery-image] Aug 25 09:14:13.811 INFO O| Aug 25 09:14:13.811 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52292026-08-25T09:14:15.039Z[ recovery-image] Aug 25 09:14:13.811 INFO O| Aug 25 09:14:13.811 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52302026-08-25T09:14:15.039Z[ recovery-image] Aug 25 09:14:13.811 INFO O| Aug 25 09:14:13.811 INFO ok!
52312026-08-25T09:14:15.039Z[ recovery-image] Aug 25 09:14:13.811 INFO O| Aug 25 09:14:13.811 INFO STEP 63 (ensure_file) COMPLETE
52322026-08-25T09:14:15.039Z[ recovery-image] Aug 25 09:14:13.811 INFO O| Aug 25 09:14:13.811 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-08-25T09:14:15.046Z[ recovery-image] Aug 25 09:14:13.820 INFO O| Aug 25 09:14:13.819 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52342026-08-25T09:14:15.046Z[ recovery-image] Aug 25 09:14:13.820 INFO O| Aug 25 09:14:13.819 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52352026-08-25T09:14:15.049Z[ recovery-image] Aug 25 09:14:13.820 INFO O| Aug 25 09:14:13.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52362026-08-25T09:14:15.049Z[ recovery-image] Aug 25 09:14:13.820 INFO O| Aug 25 09:14:13.820 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52372026-08-25T09:14:15.050Z[ recovery-image] Aug 25 09:14:13.820 INFO O| Aug 25 09:14:13.820 INFO ok!
52382026-08-25T09:14:15.050Z[ recovery-image] Aug 25 09:14:13.820 INFO O| Aug 25 09:14:13.820 INFO STEP 64 (ensure_file) COMPLETE
52392026-08-25T09:14:15.050Z[ recovery-image] Aug 25 09:14:13.820 INFO O| Aug 25 09:14:13.820 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52402026-08-25T09:14:15.060Z[ recovery-image] Aug 25 09:14:13.834 INFO O| Aug 25 09:14:13.834 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52412026-08-25T09:14:15.060Z[ recovery-image] Aug 25 09:14:13.834 INFO O| Aug 25 09:14:13.834 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52422026-08-25T09:14:15.063Z[ recovery-image] Aug 25 09:14:13.834 INFO O| Aug 25 09:14:13.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52432026-08-25T09:14:15.063Z[ recovery-image] Aug 25 09:14:13.834 INFO O| Aug 25 09:14:13.834 INFO ok!
52442026-08-25T09:14:15.063Z[ recovery-image] Aug 25 09:14:13.834 INFO O| Aug 25 09:14:13.834 INFO STEP 65 (assemble_files) COMPLETE
52452026-08-25T09:14:15.063Z[ recovery-image] Aug 25 09:14:13.834 INFO O| Aug 25 09:14:13.834 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-08-25T09:14:15.071Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52472026-08-25T09:14:15.071Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52482026-08-25T09:14:15.071Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52492026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52502026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO ok!
52512026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO STEP 66 (ensure_file) COMPLETE
52522026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52532026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO skip step because feature "omicron1" is not enabled
52542026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52552026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO skip step because feature "omicron1" is not enabled
52562026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52572026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO skip step because feature "omicron1" is not enabled
52582026-08-25T09:14:15.074Z[ recovery-image] Aug 25 09:14:13.845 INFO O| Aug 25 09:14:13.845 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52592026-08-25T09:14:15.085Z[ recovery-image] Aug 25 09:14:13.859 INFO O| Aug 25 09:14:13.859 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52602026-08-25T09:14:15.085Z[ recovery-image] Aug 25 09:14:13.859 INFO O| Aug 25 09:14:13.859 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52612026-08-25T09:14:15.112Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52622026-08-25T09:14:15.115Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52632026-08-25T09:14:15.333Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52642026-08-25T09:14:15.439Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52652026-08-25T09:14:15.599Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52662026-08-25T09:14:15.642Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52672026-08-25T09:14:16.492Z[ recovery-image] Aug 25 09:14:15.265 INFO O| Aug 25 09:14:15.265 INFO STEP 70 (pack_tar) COMPLETE
52682026-08-25T09:14:16.492Z[ recovery-image] Aug 25 09:14:15.265 INFO O| Aug 25 09:14:15.265 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52692026-08-25T09:14:16.492Z[ recovery-image] Aug 25 09:14:15.265 INFO O| Aug 25 09:14:15.265 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52702026-08-25T09:14:16.706Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52712026-08-25T09:14:16.732Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52722026-08-25T09:14:17.031Z[ recovery-image] Aug 25 09:14:15.805 INFO O| Aug 25 09:14:15.805 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52732026-08-25T09:14:17.147Z[ recovery-image] Aug 25 09:14:15.921 INFO O| Aug 25 09:14:15.921 INFO completed processing sled/ramdisk-02-trim
52742026-08-25T09:14:17.153Z[ recovery-image] Aug 25 09:14:15.923 INFO image builder template: ramdisk-03-recovery-trim...
52752026-08-25T09:14:17.153Z[ recovery-image] Aug 25 09:14:15.923 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/.tmprfUmyL/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
52762026-08-25T09:14:17.156Z[ recovery-image] Aug 25 09:14:15.928 INFO O| Aug 25 09:14:15.928 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52772026-08-25T09:14:17.229Z[ recovery-image] Aug 25 09:14:16.003 INFO O| Aug 25 09:14:16.003 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52782026-08-25T09:14:17.233Z[ recovery-image] Aug 25 09:14:16.007 INFO O| Aug 25 09:14:16.007 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52792026-08-25T09:14:17.348Z[ recovery-image] Aug 25 09:14:16.122 INFO O| Aug 25 09:14:16.122 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52802026-08-25T09:14:17.444Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52812026-08-25T09:14:17.454Z[ recovery-image] Aug 25 09:14:16.228 INFO O| Aug 25 09:14:16.228 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52822026-08-25T09:14:17.454Z[ recovery-image] Aug 25 09:14:16.228 INFO O| Aug 25 09:14:16.228 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52832026-08-25T09:14:17.461Z[ recovery-image] Aug 25 09:14:16.235 INFO O| Aug 25 09:14:16.235 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52842026-08-25T09:14:17.465Z[ recovery-image] Aug 25 09:14:16.239 INFO O| Aug 25 09:14:16.239 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52852026-08-25T09:14:17.472Z[ recovery-image] Aug 25 09:14:16.244 INFO O| Aug 25 09:14:16.244 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52862026-08-25T09:14:18.217Z[ recovery-image] Aug 25 09:14:16.991 INFO O| Aug 25 09:14:16.991 INFO rolled back to input snapshot; work may begin
52872026-08-25T09:14:18.217Z[ recovery-image] Aug 25 09:14:16.991 INFO O| Aug 25 09:14:16.991 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52882026-08-25T09:14:18.223Z[ recovery-image] Aug 25 09:14:16.997 INFO O| Aug 25 09:14:16.997 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-25T09:14:18.233Z[ recovery-image] Aug 25 09:14:17.007 INFO O| Aug 25 09:14:17.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52902026-08-25T09:14:18.237Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52912026-08-25T09:14:18.240Z[ recovery-image] Aug 25 09:14:17.011 INFO O| Aug 25 09:14:17.011 INFO STEP 0 (remove_files) COMPLETE
52922026-08-25T09:14:18.240Z[ recovery-image] Aug 25 09:14:17.011 INFO O| Aug 25 09:14:17.011 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-08-25T09:14:18.247Z[ recovery-image] Aug 25 09:14:17.021 INFO O| Aug 25 09:14:17.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52942026-08-25T09:14:18.249Z[ recovery-image] Aug 25 09:14:17.021 INFO O| Aug 25 09:14:17.021 INFO STEP 1 (remove_files) COMPLETE
52952026-08-25T09:14:18.249Z[ recovery-image] Aug 25 09:14:17.021 INFO O| Aug 25 09:14:17.021 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-25T09:14:18.257Z[ recovery-image] Aug 25 09:14:17.031 INFO O| Aug 25 09:14:17.031 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52972026-08-25T09:14:18.261Z[ recovery-image] Aug 25 09:14:17.033 INFO O| Aug 25 09:14:17.033 INFO STEP 2 (remove_files) COMPLETE
52982026-08-25T09:14:18.261Z[ recovery-image] Aug 25 09:14:17.033 INFO O| Aug 25 09:14:17.033 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-08-25T09:14:18.269Z[ recovery-image] Aug 25 09:14:17.044 INFO O| Aug 25 09:14:17.043 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53002026-08-25T09:14:18.301Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53012026-08-25T09:14:18.324Z[ recovery-image] Aug 25 09:14:17.098 INFO O| Aug 25 09:14:17.098 INFO STEP 3 (remove_files) COMPLETE
53022026-08-25T09:14:18.325Z[ recovery-image] Aug 25 09:14:17.098 INFO O| Aug 25 09:14:17.098 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-25T09:14:18.334Z[ recovery-image] Aug 25 09:14:17.108 INFO O| Aug 25 09:14:17.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53042026-08-25T09:14:18.339Z[ recovery-image] Aug 25 09:14:17.113 INFO O| Aug 25 09:14:17.112 INFO STEP 4 (remove_files) COMPLETE
53052026-08-25T09:14:18.339Z[ recovery-image] Aug 25 09:14:17.113 INFO O| Aug 25 09:14:17.112 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-25T09:14:18.349Z[ recovery-image] Aug 25 09:14:17.122 INFO O| Aug 25 09:14:17.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53072026-08-25T09:14:18.386Z[ recovery-image] Aug 25 09:14:17.159 INFO O| Aug 25 09:14:17.159 INFO STEP 5 (remove_files) COMPLETE
53082026-08-25T09:14:18.386Z[ recovery-image] Aug 25 09:14:17.159 INFO O| Aug 25 09:14:17.159 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-25T09:14:18.397Z[ recovery-image] Aug 25 09:14:17.171 INFO O| Aug 25 09:14:17.171 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53102026-08-25T09:14:18.409Z[ recovery-image] Aug 25 09:14:17.182 INFO O| Aug 25 09:14:17.182 INFO STEP 6 (remove_files) COMPLETE
53112026-08-25T09:14:18.409Z[ recovery-image] Aug 25 09:14:17.182 INFO O| Aug 25 09:14:17.182 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-25T09:14:18.420Z[ recovery-image] Aug 25 09:14:17.193 INFO O| Aug 25 09:14:17.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53132026-08-25T09:14:18.424Z[ recovery-image] Aug 25 09:14:17.195 INFO O| Aug 25 09:14:17.195 INFO STEP 7 (remove_files) COMPLETE
53142026-08-25T09:14:18.424Z[ recovery-image] Aug 25 09:14:17.195 INFO O| Aug 25 09:14:17.195 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-25T09:14:18.431Z[ recovery-image] Aug 25 09:14:17.206 INFO O| Aug 25 09:14:17.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53162026-08-25T09:14:18.434Z[ recovery-image] Aug 25 09:14:17.207 INFO O| Aug 25 09:14:17.207 INFO STEP 8 (remove_files) COMPLETE
53172026-08-25T09:14:18.434Z[ recovery-image] Aug 25 09:14:17.207 INFO O| Aug 25 09:14:17.207 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-25T09:14:18.443Z[ recovery-image] Aug 25 09:14:17.217 INFO O| Aug 25 09:14:17.217 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53192026-08-25T09:14:18.446Z[ recovery-image] Aug 25 09:14:17.221 INFO O| Aug 25 09:14:17.221 INFO STEP 9 (remove_files) COMPLETE
53202026-08-25T09:14:18.446Z[ recovery-image] Aug 25 09:14:17.221 INFO O| Aug 25 09:14:17.221 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-25T09:14:18.457Z[ recovery-image] Aug 25 09:14:17.231 INFO O| Aug 25 09:14:17.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53222026-08-25T09:14:18.460Z[ recovery-image] Aug 25 09:14:17.232 INFO O| Aug 25 09:14:17.232 INFO STEP 10 (remove_files) COMPLETE
53232026-08-25T09:14:18.460Z[ recovery-image] Aug 25 09:14:17.232 INFO O| Aug 25 09:14:17.232 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-25T09:14:18.504Z[ recovery-image] Aug 25 09:14:17.242 INFO O| Aug 25 09:14:17.242 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53252026-08-25T09:14:18.504Z[ recovery-image] Aug 25 09:14:17.243 INFO O| Aug 25 09:14:17.243 INFO STEP 11 (remove_files) COMPLETE
53262026-08-25T09:14:18.504Z[ recovery-image] Aug 25 09:14:17.243 INFO O| Aug 25 09:14:17.243 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-25T09:14:18.504Z[ recovery-image] Aug 25 09:14:17.254 INFO O| Aug 25 09:14:17.254 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53282026-08-25T09:14:18.504Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53292026-08-25T09:14:18.557Z[ recovery-image] Aug 25 09:14:17.330 INFO O| Aug 25 09:14:17.330 INFO STEP 12 (remove_files) COMPLETE
53302026-08-25T09:14:18.557Z[ recovery-image] Aug 25 09:14:17.330 INFO O| Aug 25 09:14:17.330 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-25T09:14:18.591Z[ recovery-image] Aug 25 09:14:17.364 INFO O| Aug 25 09:14:17.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53322026-08-25T09:14:18.594Z[ recovery-image] Aug 25 09:14:17.368 INFO O| Aug 25 09:14:17.368 INFO STEP 13 (remove_files) COMPLETE
53332026-08-25T09:14:18.594Z[ recovery-image] Aug 25 09:14:17.368 INFO O| Aug 25 09:14:17.368 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-25T09:14:18.611Z[ recovery-image] Aug 25 09:14:17.384 INFO O| Aug 25 09:14:17.384 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53352026-08-25T09:14:18.615Z[ recovery-image] Aug 25 09:14:17.389 INFO O| Aug 25 09:14:17.389 INFO STEP 14 (remove_files) COMPLETE
53362026-08-25T09:14:18.615Z[ recovery-image] Aug 25 09:14:17.389 INFO O| Aug 25 09:14:17.389 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-25T09:14:18.625Z[ recovery-image] Aug 25 09:14:17.400 INFO O| Aug 25 09:14:17.399 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53382026-08-25T09:14:18.628Z[ recovery-image] Aug 25 09:14:17.400 INFO O| Aug 25 09:14:17.400 INFO STEP 15 (remove_files) COMPLETE
53392026-08-25T09:14:18.628Z[ recovery-image] Aug 25 09:14:17.401 INFO O| Aug 25 09:14:17.400 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-25T09:14:18.638Z[ recovery-image] Aug 25 09:14:17.412 INFO O| Aug 25 09:14:17.412 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53412026-08-25T09:14:18.647Z[ recovery-image] Aug 25 09:14:17.421 INFO O| Aug 25 09:14:17.421 INFO STEP 16 (remove_files) COMPLETE
53422026-08-25T09:14:18.647Z[ recovery-image] Aug 25 09:14:17.421 INFO O| Aug 25 09:14:17.421 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-25T09:14:18.657Z[ recovery-image] Aug 25 09:14:17.431 INFO O| Aug 25 09:14:17.431 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53442026-08-25T09:14:18.670Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53452026-08-25T09:14:18.703Z[ recovery-image] Aug 25 09:14:17.477 INFO O| Aug 25 09:14:17.477 INFO STEP 17 (remove_files) COMPLETE
53462026-08-25T09:14:18.703Z[ recovery-image] Aug 25 09:14:17.477 INFO O| Aug 25 09:14:17.477 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-25T09:14:18.714Z[ recovery-image] Aug 25 09:14:17.488 INFO O| Aug 25 09:14:17.488 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53482026-08-25T09:14:18.714Z[ recovery-image] Aug 25 09:14:17.489 INFO O| Aug 25 09:14:17.488 INFO STEP 18 (remove_files) COMPLETE
53492026-08-25T09:14:18.718Z[ recovery-image] Aug 25 09:14:17.489 INFO O| Aug 25 09:14:17.489 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-25T09:14:18.726Z[ recovery-image] Aug 25 09:14:17.500 INFO O| Aug 25 09:14:17.500 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53512026-08-25T09:14:18.729Z[ recovery-image] Aug 25 09:14:17.502 INFO O| Aug 25 09:14:17.502 INFO STEP 19 (remove_files) COMPLETE
53522026-08-25T09:14:18.729Z[ recovery-image] Aug 25 09:14:17.502 INFO O| Aug 25 09:14:17.502 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-25T09:14:18.741Z[ recovery-image] Aug 25 09:14:17.515 INFO O| Aug 25 09:14:17.515 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53542026-08-25T09:14:18.796Z[ recovery-image] Aug 25 09:14:17.570 INFO O| Aug 25 09:14:17.570 INFO STEP 20 (remove_files) COMPLETE
53552026-08-25T09:14:18.797Z[ recovery-image] Aug 25 09:14:17.570 INFO O| Aug 25 09:14:17.570 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-25T09:14:18.812Z[ recovery-image] Aug 25 09:14:17.586 INFO O| Aug 25 09:14:17.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53572026-08-25T09:14:18.817Z[ recovery-image] Aug 25 09:14:17.591 INFO O| Aug 25 09:14:17.591 INFO STEP 21 (remove_files) COMPLETE
53582026-08-25T09:14:18.817Z[ recovery-image] Aug 25 09:14:17.591 INFO O| Aug 25 09:14:17.591 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-25T09:14:18.831Z[ recovery-image] Aug 25 09:14:17.605 INFO O| Aug 25 09:14:17.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53602026-08-25T09:14:18.831Z[ recovery-image] Aug 25 09:14:17.606 INFO O| Aug 25 09:14:17.606 INFO STEP 22 (remove_files) COMPLETE
53612026-08-25T09:14:18.831Z[ recovery-image] Aug 25 09:14:17.606 INFO O| Aug 25 09:14:17.606 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-25T09:14:18.844Z[ recovery-image] Aug 25 09:14:17.618 INFO O| Aug 25 09:14:17.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53632026-08-25T09:14:18.852Z[ recovery-image] Aug 25 09:14:17.624 INFO O| Aug 25 09:14:17.624 INFO STEP 23 (remove_files) COMPLETE
53642026-08-25T09:14:18.852Z[ recovery-image] Aug 25 09:14:17.624 INFO O| Aug 25 09:14:17.624 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-25T09:14:18.860Z[ recovery-image] Aug 25 09:14:17.634 INFO O| Aug 25 09:14:17.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53662026-08-25T09:14:18.863Z[ recovery-image] Aug 25 09:14:17.636 INFO O| Aug 25 09:14:17.636 INFO STEP 24 (remove_files) COMPLETE
53672026-08-25T09:14:18.863Z[ recovery-image] Aug 25 09:14:17.636 INFO O| Aug 25 09:14:17.636 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-25T09:14:18.871Z[ recovery-image] Aug 25 09:14:17.645 INFO O| Aug 25 09:14:17.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53692026-08-25T09:14:18.871Z[ recovery-image] Aug 25 09:14:17.645 INFO O| Aug 25 09:14:17.645 INFO STEP 25 (remove_files) COMPLETE
53702026-08-25T09:14:18.871Z[ recovery-image] Aug 25 09:14:17.645 INFO O| Aug 25 09:14:17.645 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-25T09:14:18.885Z[ recovery-image] Aug 25 09:14:17.659 INFO O| Aug 25 09:14:17.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53722026-08-25T09:14:18.885Z[ recovery-image] Aug 25 09:14:17.659 INFO O| Aug 25 09:14:17.659 INFO STEP 26 (remove_files) COMPLETE
53732026-08-25T09:14:18.885Z[ recovery-image] Aug 25 09:14:17.659 INFO O| Aug 25 09:14:17.659 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-25T09:14:18.897Z[ recovery-image] Aug 25 09:14:17.671 INFO O| Aug 25 09:14:17.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53752026-08-25T09:14:18.897Z[ recovery-image] Aug 25 09:14:17.671 INFO O| Aug 25 09:14:17.671 INFO STEP 27 (remove_files) COMPLETE
53762026-08-25T09:14:18.897Z[ recovery-image] Aug 25 09:14:17.672 INFO O| Aug 25 09:14:17.671 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-25T09:14:18.916Z[ recovery-image] Aug 25 09:14:17.690 INFO O| Aug 25 09:14:17.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53782026-08-25T09:14:18.916Z[ recovery-image] Aug 25 09:14:17.690 INFO O| Aug 25 09:14:17.690 INFO STEP 28 (remove_files) COMPLETE
53792026-08-25T09:14:18.916Z[ recovery-image] Aug 25 09:14:17.690 INFO O| Aug 25 09:14:17.690 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-25T09:14:18.933Z[ recovery-image] Aug 25 09:14:17.706 INFO O| Aug 25 09:14:17.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53812026-08-25T09:14:18.933Z[ recovery-image] Aug 25 09:14:17.707 INFO O| Aug 25 09:14:17.707 INFO STEP 29 (remove_files) COMPLETE
53822026-08-25T09:14:18.933Z[ recovery-image] Aug 25 09:14:17.707 INFO O| Aug 25 09:14:17.707 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-25T09:14:18.943Z[ recovery-image] Aug 25 09:14:17.717 INFO O| Aug 25 09:14:17.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53842026-08-25T09:14:18.943Z[ recovery-image] Aug 25 09:14:17.717 INFO O| Aug 25 09:14:17.717 INFO STEP 30 (remove_files) COMPLETE
53852026-08-25T09:14:18.946Z[ recovery-image] Aug 25 09:14:17.717 INFO O| Aug 25 09:14:17.717 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-25T09:14:18.955Z[ recovery-image] Aug 25 09:14:17.729 INFO O| Aug 25 09:14:17.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53872026-08-25T09:14:18.955Z[ recovery-image] Aug 25 09:14:17.729 INFO O| Aug 25 09:14:17.729 INFO STEP 31 (remove_files) COMPLETE
53882026-08-25T09:14:18.957Z[ recovery-image] Aug 25 09:14:17.729 INFO O| Aug 25 09:14:17.729 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-25T09:14:18.964Z[ recovery-image] Aug 25 09:14:17.738 INFO O| Aug 25 09:14:17.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53902026-08-25T09:14:18.967Z[ recovery-image] Aug 25 09:14:17.741 INFO O| Aug 25 09:14:17.741 INFO STEP 32 (remove_files) COMPLETE
53912026-08-25T09:14:18.970Z[ recovery-image] Aug 25 09:14:17.741 INFO O| Aug 25 09:14:17.741 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-25T09:14:18.977Z[ recovery-image] Aug 25 09:14:17.751 INFO O| Aug 25 09:14:17.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53932026-08-25T09:14:18.982Z[ recovery-image] Aug 25 09:14:17.756 INFO O| Aug 25 09:14:17.756 INFO STEP 33 (remove_files) COMPLETE
53942026-08-25T09:14:18.982Z[ recovery-image] Aug 25 09:14:17.756 INFO O| Aug 25 09:14:17.756 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-25T09:14:18.996Z[ recovery-image] Aug 25 09:14:17.770 INFO O| Aug 25 09:14:17.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53962026-08-25T09:14:18.996Z[ recovery-image] Aug 25 09:14:17.770 INFO O| Aug 25 09:14:17.770 INFO STEP 34 (remove_files) COMPLETE
53972026-08-25T09:14:18.999Z[ recovery-image] Aug 25 09:14:17.770 INFO O| Aug 25 09:14:17.770 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-25T09:14:19.010Z[ recovery-image] Aug 25 09:14:17.784 INFO O| Aug 25 09:14:17.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53992026-08-25T09:14:19.010Z[ recovery-image] Aug 25 09:14:17.784 INFO O| Aug 25 09:14:17.784 INFO STEP 35 (remove_files) COMPLETE
54002026-08-25T09:14:19.010Z[ recovery-image] Aug 25 09:14:17.784 INFO O| Aug 25 09:14:17.784 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-25T09:14:19.024Z[ recovery-image] Aug 25 09:14:17.798 INFO O| Aug 25 09:14:17.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54022026-08-25T09:14:19.024Z[ recovery-image] Aug 25 09:14:17.798 INFO O| Aug 25 09:14:17.798 INFO STEP 36 (remove_files) COMPLETE
54032026-08-25T09:14:19.024Z[ recovery-image] Aug 25 09:14:17.798 INFO O| Aug 25 09:14:17.798 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-25T09:14:19.047Z[ recovery-image] Aug 25 09:14:17.821 INFO O| Aug 25 09:14:17.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54052026-08-25T09:14:19.047Z[ recovery-image] Aug 25 09:14:17.821 INFO O| Aug 25 09:14:17.821 INFO STEP 37 (remove_files) COMPLETE
54062026-08-25T09:14:19.050Z[ recovery-image] Aug 25 09:14:17.821 INFO O| Aug 25 09:14:17.821 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-25T09:14:19.058Z[ recovery-image] Aug 25 09:14:17.832 INFO O| Aug 25 09:14:17.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54082026-08-25T09:14:19.058Z[ recovery-image] Aug 25 09:14:17.832 INFO O| Aug 25 09:14:17.832 INFO STEP 38 (remove_files) COMPLETE
54092026-08-25T09:14:19.058Z[ recovery-image] Aug 25 09:14:17.832 INFO O| Aug 25 09:14:17.832 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-25T09:14:19.068Z[ recovery-image] Aug 25 09:14:17.841 INFO O| Aug 25 09:14:17.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54112026-08-25T09:14:19.068Z[ recovery-image] Aug 25 09:14:17.842 INFO O| Aug 25 09:14:17.842 INFO STEP 39 (remove_files) COMPLETE
54122026-08-25T09:14:19.071Z[ recovery-image] Aug 25 09:14:17.842 INFO O| Aug 25 09:14:17.842 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-25T09:14:19.112Z[ recovery-image] Aug 25 09:14:17.886 INFO O| Aug 25 09:14:17.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54142026-08-25T09:14:19.112Z[ recovery-image] Aug 25 09:14:17.886 INFO O| Aug 25 09:14:17.886 INFO STEP 40 (remove_files) COMPLETE
54152026-08-25T09:14:19.112Z[ recovery-image] Aug 25 09:14:17.886 INFO O| Aug 25 09:14:17.886 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-25T09:14:19.121Z[ recovery-image] Aug 25 09:14:17.895 INFO O| Aug 25 09:14:17.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54172026-08-25T09:14:19.121Z[ recovery-image] Aug 25 09:14:17.895 INFO O| Aug 25 09:14:17.895 INFO STEP 41 (remove_files) COMPLETE
54182026-08-25T09:14:19.121Z[ recovery-image] Aug 25 09:14:17.895 INFO O| Aug 25 09:14:17.895 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-25T09:14:19.133Z[ recovery-image] Aug 25 09:14:17.906 INFO O| Aug 25 09:14:17.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54202026-08-25T09:14:19.133Z[ recovery-image] Aug 25 09:14:17.906 INFO O| Aug 25 09:14:17.906 INFO STEP 42 (remove_files) COMPLETE
54212026-08-25T09:14:19.133Z[ recovery-image] Aug 25 09:14:17.906 INFO O| Aug 25 09:14:17.906 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-25T09:14:19.147Z[ recovery-image] Aug 25 09:14:17.920 INFO O| Aug 25 09:14:17.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54232026-08-25T09:14:19.147Z[ recovery-image] Aug 25 09:14:17.920 INFO O| Aug 25 09:14:17.920 INFO STEP 43 (remove_files) COMPLETE
54242026-08-25T09:14:19.151Z[ recovery-image] Aug 25 09:14:17.920 INFO O| Aug 25 09:14:17.920 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-25T09:14:19.172Z[ recovery-image] Aug 25 09:14:17.937 INFO O| Aug 25 09:14:17.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54262026-08-25T09:14:19.175Z[ recovery-image] Aug 25 09:14:17.940 INFO O| Aug 25 09:14:17.940 INFO STEP 44 (remove_files) COMPLETE
54272026-08-25T09:14:19.176Z[ recovery-image] Aug 25 09:14:17.940 INFO O| Aug 25 09:14:17.940 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-25T09:14:19.176Z[ recovery-image] Aug 25 09:14:17.949 INFO O| Aug 25 09:14:17.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54292026-08-25T09:14:19.176Z[ recovery-image] Aug 25 09:14:17.949 INFO O| Aug 25 09:14:17.949 INFO STEP 45 (remove_files) COMPLETE
54302026-08-25T09:14:19.176Z[ recovery-image] Aug 25 09:14:17.949 INFO O| Aug 25 09:14:17.949 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-25T09:14:19.189Z[ recovery-image] Aug 25 09:14:17.960 INFO O| Aug 25 09:14:17.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54322026-08-25T09:14:19.189Z[ recovery-image] Aug 25 09:14:17.960 INFO O| Aug 25 09:14:17.960 INFO STEP 46 (remove_files) COMPLETE
54332026-08-25T09:14:19.193Z[ recovery-image] Aug 25 09:14:17.960 INFO O| Aug 25 09:14:17.960 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-25T09:14:19.204Z[ recovery-image] Aug 25 09:14:17.969 INFO O| Aug 25 09:14:17.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54352026-08-25T09:14:19.204Z[ recovery-image] Aug 25 09:14:17.970 INFO O| Aug 25 09:14:17.969 INFO STEP 47 (remove_files) COMPLETE
54362026-08-25T09:14:19.204Z[ recovery-image] Aug 25 09:14:17.970 INFO O| Aug 25 09:14:17.970 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-25T09:14:19.208Z[ recovery-image] Aug 25 09:14:17.979 INFO O| Aug 25 09:14:17.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54382026-08-25T09:14:19.208Z[ recovery-image] Aug 25 09:14:17.979 INFO O| Aug 25 09:14:17.979 INFO STEP 48 (remove_files) COMPLETE
54392026-08-25T09:14:19.208Z[ recovery-image] Aug 25 09:14:17.979 INFO O| Aug 25 09:14:17.979 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-25T09:14:19.216Z[ recovery-image] Aug 25 09:14:17.988 INFO O| Aug 25 09:14:17.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54412026-08-25T09:14:19.216Z[ recovery-image] Aug 25 09:14:17.988 INFO O| Aug 25 09:14:17.988 INFO STEP 49 (remove_files) COMPLETE
54422026-08-25T09:14:19.219Z[ recovery-image] Aug 25 09:14:17.988 INFO O| Aug 25 09:14:17.988 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-25T09:14:19.223Z[ recovery-image] Aug 25 09:14:17.997 INFO O| Aug 25 09:14:17.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54442026-08-25T09:14:19.223Z[ recovery-image] Aug 25 09:14:17.997 INFO O| Aug 25 09:14:17.997 INFO STEP 50 (remove_files) COMPLETE
54452026-08-25T09:14:19.226Z[ recovery-image] Aug 25 09:14:17.997 INFO O| Aug 25 09:14:17.997 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-25T09:14:19.254Z[ recovery-image] Aug 25 09:14:18.028 INFO O| Aug 25 09:14:18.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54472026-08-25T09:14:19.254Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
54482026-08-25T09:14:19.257Z[ recovery-image] Aug 25 09:14:18.029 INFO O| Aug 25 09:14:18.029 INFO STEP 51 (remove_files) COMPLETE
54492026-08-25T09:14:19.257Z[ recovery-image] Aug 25 09:14:18.029 INFO O| Aug 25 09:14:18.029 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-25T09:14:19.264Z[ recovery-image] Aug 25 09:14:18.038 INFO O| Aug 25 09:14:18.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54512026-08-25T09:14:19.264Z[ recovery-image] Aug 25 09:14:18.038 INFO O| Aug 25 09:14:18.038 INFO STEP 52 (remove_files) COMPLETE
54522026-08-25T09:14:19.264Z[ recovery-image] Aug 25 09:14:18.038 INFO O| Aug 25 09:14:18.038 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-25T09:14:19.279Z[ recovery-image] Aug 25 09:14:18.049 INFO O| Aug 25 09:14:18.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54542026-08-25T09:14:19.280Z[ recovery-image] Aug 25 09:14:18.049 INFO O| Aug 25 09:14:18.049 INFO STEP 53 (remove_files) COMPLETE
54552026-08-25T09:14:19.280Z[ recovery-image] Aug 25 09:14:18.049 INFO O| Aug 25 09:14:18.049 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-25T09:14:19.285Z[ recovery-image] Aug 25 09:14:18.060 INFO O| Aug 25 09:14:18.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54572026-08-25T09:14:19.289Z[ recovery-image] Aug 25 09:14:18.061 INFO O| Aug 25 09:14:18.061 INFO STEP 54 (remove_files) COMPLETE
54582026-08-25T09:14:19.289Z[ recovery-image] Aug 25 09:14:18.061 INFO O| Aug 25 09:14:18.061 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-08-25T09:14:19.297Z[ recovery-image] Aug 25 09:14:18.071 INFO O| Aug 25 09:14:18.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54602026-08-25T09:14:19.297Z[ recovery-image] Aug 25 09:14:18.071 INFO O| Aug 25 09:14:18.071 INFO STEP 55 (remove_files) COMPLETE
54612026-08-25T09:14:19.297Z[ recovery-image] Aug 25 09:14:18.071 INFO O| Aug 25 09:14:18.071 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-08-25T09:14:19.307Z[ recovery-image] Aug 25 09:14:18.081 INFO O| Aug 25 09:14:18.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54632026-08-25T09:14:19.310Z[ recovery-image] Aug 25 09:14:18.082 INFO O| Aug 25 09:14:18.082 INFO STEP 56 (remove_files) COMPLETE
54642026-08-25T09:14:19.310Z[ recovery-image] Aug 25 09:14:18.082 INFO O| Aug 25 09:14:18.082 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-25T09:14:19.320Z[ recovery-image] Aug 25 09:14:18.094 INFO O| Aug 25 09:14:18.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54662026-08-25T09:14:19.320Z[ recovery-image] Aug 25 09:14:18.094 INFO O| Aug 25 09:14:18.094 INFO STEP 57 (remove_files) COMPLETE
54672026-08-25T09:14:19.320Z[ recovery-image] Aug 25 09:14:18.094 INFO O| Aug 25 09:14:18.094 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-25T09:14:19.329Z[ recovery-image] Aug 25 09:14:18.103 INFO O| Aug 25 09:14:18.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54692026-08-25T09:14:19.329Z[ recovery-image] Aug 25 09:14:18.103 INFO O| Aug 25 09:14:18.103 INFO STEP 58 (remove_files) COMPLETE
54702026-08-25T09:14:19.329Z[ recovery-image] Aug 25 09:14:18.103 INFO O| Aug 25 09:14:18.103 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-25T09:14:19.339Z[ recovery-image] Aug 25 09:14:18.113 INFO O| Aug 25 09:14:18.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54722026-08-25T09:14:19.339Z[ recovery-image] Aug 25 09:14:18.113 INFO O| Aug 25 09:14:18.113 INFO STEP 59 (remove_files) COMPLETE
54732026-08-25T09:14:19.339Z[ recovery-image] Aug 25 09:14:18.113 INFO O| Aug 25 09:14:18.113 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-25T09:14:19.349Z[ recovery-image] Aug 25 09:14:18.123 INFO O| Aug 25 09:14:18.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54752026-08-25T09:14:19.349Z[ recovery-image] Aug 25 09:14:18.123 INFO O| Aug 25 09:14:18.123 INFO STEP 60 (remove_files) COMPLETE
54762026-08-25T09:14:19.349Z[ recovery-image] Aug 25 09:14:18.123 INFO O| Aug 25 09:14:18.123 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-25T09:14:19.360Z[ recovery-image] Aug 25 09:14:18.132 INFO O| Aug 25 09:14:18.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54782026-08-25T09:14:19.360Z[ recovery-image] Aug 25 09:14:18.132 INFO O| Aug 25 09:14:18.132 INFO STEP 61 (remove_files) COMPLETE
54792026-08-25T09:14:19.360Z[ recovery-image] Aug 25 09:14:18.132 INFO O| Aug 25 09:14:18.132 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-25T09:14:19.364Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
54812026-08-25T09:14:19.370Z[ recovery-image] Aug 25 09:14:18.141 INFO O| Aug 25 09:14:18.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54822026-08-25T09:14:19.370Z[ recovery-image] Aug 25 09:14:18.141 INFO O| Aug 25 09:14:18.141 INFO STEP 62 (remove_files) COMPLETE
54832026-08-25T09:14:19.370Z[ recovery-image] Aug 25 09:14:18.141 INFO O| Aug 25 09:14:18.141 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-25T09:14:19.379Z[ recovery-image] Aug 25 09:14:18.149 INFO O| Aug 25 09:14:18.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54852026-08-25T09:14:19.379Z[ recovery-image] Aug 25 09:14:18.150 INFO O| Aug 25 09:14:18.150 INFO STEP 63 (remove_files) COMPLETE
54862026-08-25T09:14:19.380Z[ recovery-image] Aug 25 09:14:18.150 INFO O| Aug 25 09:14:18.150 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-25T09:14:19.384Z[ recovery-image] Aug 25 09:14:18.158 INFO O| Aug 25 09:14:18.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54882026-08-25T09:14:19.384Z[ recovery-image] Aug 25 09:14:18.158 INFO O| Aug 25 09:14:18.158 INFO STEP 64 (remove_files) COMPLETE
54892026-08-25T09:14:19.384Z[ recovery-image] Aug 25 09:14:18.158 INFO O| Aug 25 09:14:18.158 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-25T09:14:19.393Z[ recovery-image] Aug 25 09:14:18.167 INFO O| Aug 25 09:14:18.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54912026-08-25T09:14:19.393Z[ recovery-image] Aug 25 09:14:18.167 INFO O| Aug 25 09:14:18.167 INFO STEP 65 (remove_files) COMPLETE
54922026-08-25T09:14:19.396Z[ recovery-image] Aug 25 09:14:18.167 INFO O| Aug 25 09:14:18.167 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-25T09:14:19.402Z[ recovery-image] Aug 25 09:14:18.176 INFO O| Aug 25 09:14:18.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54942026-08-25T09:14:19.402Z[ recovery-image] Aug 25 09:14:18.176 INFO O| Aug 25 09:14:18.176 INFO STEP 66 (remove_files) COMPLETE
54952026-08-25T09:14:19.405Z[ recovery-image] Aug 25 09:14:18.176 INFO O| Aug 25 09:14:18.176 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-25T09:14:19.411Z[ recovery-image] Aug 25 09:14:18.186 INFO O| Aug 25 09:14:18.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54972026-08-25T09:14:19.412Z[ recovery-image] Aug 25 09:14:18.186 INFO O| Aug 25 09:14:18.186 INFO STEP 67 (remove_files) COMPLETE
54982026-08-25T09:14:19.412Z[ recovery-image] Aug 25 09:14:18.186 INFO O| Aug 25 09:14:18.186 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-25T09:14:19.421Z[ recovery-image] Aug 25 09:14:18.196 INFO O| Aug 25 09:14:18.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55002026-08-25T09:14:19.421Z[ recovery-image] Aug 25 09:14:18.196 INFO O| Aug 25 09:14:18.196 INFO STEP 68 (remove_files) COMPLETE
55012026-08-25T09:14:19.424Z[ recovery-image] Aug 25 09:14:18.196 INFO O| Aug 25 09:14:18.196 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-25T09:14:19.432Z[ recovery-image] Aug 25 09:14:18.206 INFO O| Aug 25 09:14:18.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55032026-08-25T09:14:19.432Z[ recovery-image] Aug 25 09:14:18.206 INFO O| Aug 25 09:14:18.206 INFO STEP 69 (remove_files) COMPLETE
55042026-08-25T09:14:19.432Z[ recovery-image] Aug 25 09:14:18.206 INFO O| Aug 25 09:14:18.206 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-25T09:14:19.444Z[ recovery-image] Aug 25 09:14:18.217 INFO O| Aug 25 09:14:18.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55062026-08-25T09:14:19.444Z[ recovery-image] Aug 25 09:14:18.217 INFO O| Aug 25 09:14:18.217 INFO STEP 70 (remove_files) COMPLETE
55072026-08-25T09:14:19.444Z[ recovery-image] Aug 25 09:14:18.217 INFO O| Aug 25 09:14:18.217 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-25T09:14:19.454Z[ recovery-image] Aug 25 09:14:18.228 INFO O| Aug 25 09:14:18.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55092026-08-25T09:14:19.454Z[ recovery-image] Aug 25 09:14:18.228 INFO O| Aug 25 09:14:18.228 INFO STEP 71 (remove_files) COMPLETE
55102026-08-25T09:14:19.454Z[ recovery-image] Aug 25 09:14:18.228 INFO O| Aug 25 09:14:18.228 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-25T09:14:19.464Z[ recovery-image] Aug 25 09:14:18.238 INFO O| Aug 25 09:14:18.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55122026-08-25T09:14:19.464Z[ recovery-image] Aug 25 09:14:18.238 INFO O| Aug 25 09:14:18.238 INFO STEP 72 (remove_files) COMPLETE
55132026-08-25T09:14:19.464Z[ recovery-image] Aug 25 09:14:18.238 INFO O| Aug 25 09:14:18.238 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-25T09:14:19.473Z[ recovery-image] Aug 25 09:14:18.247 INFO O| Aug 25 09:14:18.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55152026-08-25T09:14:19.473Z[ recovery-image] Aug 25 09:14:18.247 INFO O| Aug 25 09:14:18.247 INFO STEP 73 (remove_files) COMPLETE
55162026-08-25T09:14:19.478Z[ recovery-image] Aug 25 09:14:18.247 INFO O| Aug 25 09:14:18.247 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-25T09:14:19.482Z[ recovery-image] Aug 25 09:14:18.256 INFO O| Aug 25 09:14:18.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55182026-08-25T09:14:19.482Z[ recovery-image] Aug 25 09:14:18.256 INFO O| Aug 25 09:14:18.256 INFO STEP 74 (remove_files) COMPLETE
55192026-08-25T09:14:19.485Z[ recovery-image] Aug 25 09:14:18.256 INFO O| Aug 25 09:14:18.256 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-25T09:14:19.491Z[ recovery-image] Aug 25 09:14:18.265 INFO O| Aug 25 09:14:18.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55212026-08-25T09:14:19.491Z[ recovery-image] Aug 25 09:14:18.265 INFO O| Aug 25 09:14:18.265 INFO STEP 75 (remove_files) COMPLETE
55222026-08-25T09:14:19.491Z[ recovery-image] Aug 25 09:14:18.265 INFO O| Aug 25 09:14:18.265 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-25T09:14:19.500Z[ recovery-image] Aug 25 09:14:18.274 INFO O| Aug 25 09:14:18.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55242026-08-25T09:14:19.500Z[ recovery-image] Aug 25 09:14:18.274 INFO O| Aug 25 09:14:18.274 INFO STEP 76 (remove_files) COMPLETE
55252026-08-25T09:14:19.503Z[ recovery-image] Aug 25 09:14:18.274 INFO O| Aug 25 09:14:18.274 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-25T09:14:19.509Z[ recovery-image] Aug 25 09:14:18.283 INFO O| Aug 25 09:14:18.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55272026-08-25T09:14:19.509Z[ recovery-image] Aug 25 09:14:18.283 INFO O| Aug 25 09:14:18.283 INFO STEP 77 (remove_files) COMPLETE
55282026-08-25T09:14:19.512Z[ recovery-image] Aug 25 09:14:18.283 INFO O| Aug 25 09:14:18.283 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-25T09:14:19.517Z[ recovery-image] Aug 25 09:14:18.292 INFO O| Aug 25 09:14:18.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55302026-08-25T09:14:19.517Z[ recovery-image] Aug 25 09:14:18.292 INFO O| Aug 25 09:14:18.292 INFO STEP 78 (remove_files) COMPLETE
55312026-08-25T09:14:19.518Z[ recovery-image] Aug 25 09:14:18.292 INFO O| Aug 25 09:14:18.292 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-25T09:14:19.526Z[ recovery-image] Aug 25 09:14:18.300 INFO O| Aug 25 09:14:18.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55332026-08-25T09:14:19.526Z[ recovery-image] Aug 25 09:14:18.300 INFO O| Aug 25 09:14:18.300 INFO STEP 79 (remove_files) COMPLETE
55342026-08-25T09:14:19.526Z[ recovery-image] Aug 25 09:14:18.300 INFO O| Aug 25 09:14:18.300 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-25T09:14:19.535Z[ recovery-image] Aug 25 09:14:18.309 INFO O| Aug 25 09:14:18.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55362026-08-25T09:14:19.535Z[ recovery-image] Aug 25 09:14:18.309 INFO O| Aug 25 09:14:18.309 INFO STEP 80 (remove_files) COMPLETE
55372026-08-25T09:14:19.535Z[ recovery-image] Aug 25 09:14:18.309 INFO O| Aug 25 09:14:18.309 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-25T09:14:19.538Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
55392026-08-25T09:14:19.545Z[ recovery-image] Aug 25 09:14:18.319 INFO O| Aug 25 09:14:18.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55402026-08-25T09:14:19.545Z[ recovery-image] Aug 25 09:14:18.319 INFO O| Aug 25 09:14:18.319 INFO STEP 81 (remove_files) COMPLETE
55412026-08-25T09:14:19.548Z[ recovery-image] Aug 25 09:14:18.319 INFO O| Aug 25 09:14:18.319 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-25T09:14:19.554Z[ recovery-image] Aug 25 09:14:18.328 INFO O| Aug 25 09:14:18.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55432026-08-25T09:14:19.554Z[ recovery-image] Aug 25 09:14:18.328 INFO O| Aug 25 09:14:18.328 INFO STEP 82 (remove_files) COMPLETE
55442026-08-25T09:14:19.554Z[ recovery-image] Aug 25 09:14:18.328 INFO O| Aug 25 09:14:18.328 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-25T09:14:19.565Z[ recovery-image] Aug 25 09:14:18.338 INFO O| Aug 25 09:14:18.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55462026-08-25T09:14:19.565Z[ recovery-image] Aug 25 09:14:18.338 INFO O| Aug 25 09:14:18.338 INFO STEP 83 (remove_files) COMPLETE
55472026-08-25T09:14:19.565Z[ recovery-image] Aug 25 09:14:18.338 INFO O| Aug 25 09:14:18.338 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-25T09:14:19.575Z[ recovery-image] Aug 25 09:14:18.349 INFO O| Aug 25 09:14:18.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55492026-08-25T09:14:19.575Z[ recovery-image] Aug 25 09:14:18.349 INFO O| Aug 25 09:14:18.349 INFO STEP 84 (remove_files) COMPLETE
55502026-08-25T09:14:19.578Z[ recovery-image] Aug 25 09:14:18.349 INFO O| Aug 25 09:14:18.349 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-25T09:14:19.584Z[ recovery-image] Aug 25 09:14:18.358 INFO O| Aug 25 09:14:18.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55522026-08-25T09:14:19.584Z[ recovery-image] Aug 25 09:14:18.358 INFO O| Aug 25 09:14:18.358 INFO STEP 85 (remove_files) COMPLETE
55532026-08-25T09:14:19.587Z[ recovery-image] Aug 25 09:14:18.358 INFO O| Aug 25 09:14:18.358 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-25T09:14:19.593Z[ recovery-image] Aug 25 09:14:18.367 INFO O| Aug 25 09:14:18.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55552026-08-25T09:14:19.593Z[ recovery-image] Aug 25 09:14:18.367 INFO O| Aug 25 09:14:18.367 INFO STEP 86 (remove_files) COMPLETE
55562026-08-25T09:14:19.593Z[ recovery-image] Aug 25 09:14:18.367 INFO O| Aug 25 09:14:18.367 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-25T09:14:19.602Z[ recovery-image] Aug 25 09:14:18.376 INFO O| Aug 25 09:14:18.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55582026-08-25T09:14:19.602Z[ recovery-image] Aug 25 09:14:18.376 INFO O| Aug 25 09:14:18.376 INFO STEP 87 (remove_files) COMPLETE
55592026-08-25T09:14:19.605Z[ recovery-image] Aug 25 09:14:18.376 INFO O| Aug 25 09:14:18.376 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-25T09:14:19.612Z[ recovery-image] Aug 25 09:14:18.386 INFO O| Aug 25 09:14:18.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55612026-08-25T09:14:19.612Z[ recovery-image] Aug 25 09:14:18.386 INFO O| Aug 25 09:14:18.386 INFO STEP 88 (remove_files) COMPLETE
55622026-08-25T09:14:19.615Z[ recovery-image] Aug 25 09:14:18.386 INFO O| Aug 25 09:14:18.386 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-25T09:14:19.623Z[ recovery-image] Aug 25 09:14:18.397 INFO O| Aug 25 09:14:18.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55642026-08-25T09:14:19.627Z[ recovery-image] Aug 25 09:14:18.398 INFO O| Aug 25 09:14:18.398 INFO STEP 89 (remove_files) COMPLETE
55652026-08-25T09:14:19.627Z[ recovery-image] Aug 25 09:14:18.398 INFO O| Aug 25 09:14:18.398 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-25T09:14:19.635Z[ recovery-image] Aug 25 09:14:18.409 INFO O| Aug 25 09:14:18.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55672026-08-25T09:14:19.635Z[ recovery-image] Aug 25 09:14:18.409 INFO O| Aug 25 09:14:18.409 INFO STEP 90 (remove_files) COMPLETE
55682026-08-25T09:14:19.635Z[ recovery-image] Aug 25 09:14:18.409 INFO O| Aug 25 09:14:18.409 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-25T09:14:19.645Z[ recovery-image] Aug 25 09:14:18.419 INFO O| Aug 25 09:14:18.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55702026-08-25T09:14:19.645Z[ recovery-image] Aug 25 09:14:18.419 INFO O| Aug 25 09:14:18.419 INFO STEP 91 (remove_files) COMPLETE
55712026-08-25T09:14:19.648Z[ recovery-image] Aug 25 09:14:18.419 INFO O| Aug 25 09:14:18.419 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-25T09:14:19.656Z[ recovery-image] Aug 25 09:14:18.430 INFO O| Aug 25 09:14:18.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55732026-08-25T09:14:19.656Z[ recovery-image] Aug 25 09:14:18.430 INFO O| Aug 25 09:14:18.430 INFO STEP 92 (remove_files) COMPLETE
55742026-08-25T09:14:19.656Z[ recovery-image] Aug 25 09:14:18.430 INFO O| Aug 25 09:14:18.430 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-25T09:14:19.666Z[ recovery-image] Aug 25 09:14:18.440 INFO O| Aug 25 09:14:18.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55762026-08-25T09:14:19.666Z[ recovery-image] Aug 25 09:14:18.440 INFO O| Aug 25 09:14:18.440 INFO STEP 93 (remove_files) COMPLETE
55772026-08-25T09:14:19.666Z[ recovery-image] Aug 25 09:14:18.440 INFO O| Aug 25 09:14:18.440 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-25T09:14:19.677Z[ recovery-image] Aug 25 09:14:18.451 INFO O| Aug 25 09:14:18.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55792026-08-25T09:14:19.677Z[ recovery-image] Aug 25 09:14:18.451 INFO O| Aug 25 09:14:18.451 INFO STEP 94 (remove_files) COMPLETE
55802026-08-25T09:14:19.680Z[ recovery-image] Aug 25 09:14:18.451 INFO O| Aug 25 09:14:18.451 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-25T09:14:19.686Z[ recovery-image] Aug 25 09:14:18.460 INFO O| Aug 25 09:14:18.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55822026-08-25T09:14:19.686Z[ recovery-image] Aug 25 09:14:18.460 INFO O| Aug 25 09:14:18.460 INFO STEP 95 (remove_files) COMPLETE
55832026-08-25T09:14:19.686Z[ recovery-image] Aug 25 09:14:18.460 INFO O| Aug 25 09:14:18.460 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-25T09:14:19.695Z[ recovery-image] Aug 25 09:14:18.469 INFO O| Aug 25 09:14:18.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55852026-08-25T09:14:19.696Z[ recovery-image] Aug 25 09:14:18.470 INFO O| Aug 25 09:14:18.470 INFO STEP 96 (remove_files) COMPLETE
55862026-08-25T09:14:19.696Z[ recovery-image] Aug 25 09:14:18.470 INFO O| Aug 25 09:14:18.470 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-25T09:14:19.704Z[ recovery-image] Aug 25 09:14:18.478 INFO O| Aug 25 09:14:18.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55882026-08-25T09:14:19.704Z[ recovery-image] Aug 25 09:14:18.478 INFO O| Aug 25 09:14:18.478 INFO STEP 97 (remove_files) COMPLETE
55892026-08-25T09:14:19.704Z[ recovery-image] Aug 25 09:14:18.479 INFO O| Aug 25 09:14:18.478 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-25T09:14:19.713Z[ recovery-image] Aug 25 09:14:18.487 INFO O| Aug 25 09:14:18.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55912026-08-25T09:14:19.713Z[ recovery-image] Aug 25 09:14:18.487 INFO O| Aug 25 09:14:18.487 INFO STEP 98 (remove_files) COMPLETE
55922026-08-25T09:14:19.715Z[ recovery-image] Aug 25 09:14:18.487 INFO O| Aug 25 09:14:18.487 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-25T09:14:19.721Z[ recovery-image] Aug 25 09:14:18.495 INFO O| Aug 25 09:14:18.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55942026-08-25T09:14:19.721Z[ recovery-image] Aug 25 09:14:18.495 INFO O| Aug 25 09:14:18.495 INFO STEP 99 (remove_files) COMPLETE
55952026-08-25T09:14:19.724Z[ recovery-image] Aug 25 09:14:18.495 INFO O| Aug 25 09:14:18.495 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-25T09:14:19.729Z[ recovery-image] Aug 25 09:14:18.503 INFO O| Aug 25 09:14:18.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55972026-08-25T09:14:19.729Z[ recovery-image] Aug 25 09:14:18.503 INFO O| Aug 25 09:14:18.503 INFO STEP 100 (remove_files) COMPLETE
55982026-08-25T09:14:19.732Z[ recovery-image] Aug 25 09:14:18.503 INFO O| Aug 25 09:14:18.503 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-25T09:14:19.739Z[ recovery-image] Aug 25 09:14:18.513 INFO O| Aug 25 09:14:18.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56002026-08-25T09:14:19.739Z[ recovery-image] Aug 25 09:14:18.513 INFO O| Aug 25 09:14:18.513 INFO STEP 101 (remove_files) COMPLETE
56012026-08-25T09:14:19.739Z[ recovery-image] Aug 25 09:14:18.513 INFO O| Aug 25 09:14:18.513 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-25T09:14:19.748Z[ recovery-image] Aug 25 09:14:18.522 INFO O| Aug 25 09:14:18.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56032026-08-25T09:14:19.748Z[ recovery-image] Aug 25 09:14:18.523 INFO O| Aug 25 09:14:18.523 INFO STEP 102 (remove_files) COMPLETE
56042026-08-25T09:14:19.751Z[ recovery-image] Aug 25 09:14:18.523 INFO O| Aug 25 09:14:18.523 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-25T09:14:19.757Z[ recovery-image] Aug 25 09:14:18.531 INFO O| Aug 25 09:14:18.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56062026-08-25T09:14:19.757Z[ recovery-image] Aug 25 09:14:18.531 INFO O| Aug 25 09:14:18.531 INFO STEP 103 (remove_files) COMPLETE
56072026-08-25T09:14:19.757Z[ recovery-image] Aug 25 09:14:18.531 INFO O| Aug 25 09:14:18.531 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-25T09:14:19.765Z[ recovery-image] Aug 25 09:14:18.539 INFO O| Aug 25 09:14:18.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56092026-08-25T09:14:19.765Z[ recovery-image] Aug 25 09:14:18.539 INFO O| Aug 25 09:14:18.539 INFO STEP 104 (remove_files) COMPLETE
56102026-08-25T09:14:19.769Z[ recovery-image] Aug 25 09:14:18.539 INFO O| Aug 25 09:14:18.539 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-25T09:14:19.776Z[ recovery-image] Aug 25 09:14:18.550 INFO O| Aug 25 09:14:18.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56122026-08-25T09:14:19.776Z[ recovery-image] Aug 25 09:14:18.550 INFO O| Aug 25 09:14:18.550 INFO STEP 105 (remove_files) COMPLETE
56132026-08-25T09:14:19.779Z[ recovery-image] Aug 25 09:14:18.550 INFO O| Aug 25 09:14:18.550 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-25T09:14:19.786Z[ recovery-image] Aug 25 09:14:18.559 INFO O| Aug 25 09:14:18.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56152026-08-25T09:14:19.786Z[ recovery-image] Aug 25 09:14:18.559 INFO O| Aug 25 09:14:18.559 INFO STEP 106 (remove_files) COMPLETE
56162026-08-25T09:14:19.789Z[ recovery-image] Aug 25 09:14:18.559 INFO O| Aug 25 09:14:18.559 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-25T09:14:19.794Z[ recovery-image] Aug 25 09:14:18.569 INFO O| Aug 25 09:14:18.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56182026-08-25T09:14:19.795Z[ recovery-image] Aug 25 09:14:18.569 INFO O| Aug 25 09:14:18.569 INFO STEP 107 (remove_files) COMPLETE
56192026-08-25T09:14:19.798Z[ recovery-image] Aug 25 09:14:18.569 INFO O| Aug 25 09:14:18.569 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-25T09:14:19.805Z[ recovery-image] Aug 25 09:14:18.579 INFO O| Aug 25 09:14:18.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56212026-08-25T09:14:19.805Z[ recovery-image] Aug 25 09:14:18.579 INFO O| Aug 25 09:14:18.579 INFO STEP 108 (remove_files) COMPLETE
56222026-08-25T09:14:19.805Z[ recovery-image] Aug 25 09:14:18.579 INFO O| Aug 25 09:14:18.579 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-25T09:14:19.815Z[ recovery-image] Aug 25 09:14:18.589 INFO O| Aug 25 09:14:18.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56242026-08-25T09:14:19.815Z[ recovery-image] Aug 25 09:14:18.589 INFO O| Aug 25 09:14:18.589 INFO STEP 109 (remove_files) COMPLETE
56252026-08-25T09:14:19.818Z[ recovery-image] Aug 25 09:14:18.589 INFO O| Aug 25 09:14:18.589 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-25T09:14:19.824Z[ recovery-image] Aug 25 09:14:18.598 INFO O| Aug 25 09:14:18.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56272026-08-25T09:14:19.824Z[ recovery-image] Aug 25 09:14:18.599 INFO O| Aug 25 09:14:18.599 INFO STEP 110 (remove_files) COMPLETE
56282026-08-25T09:14:19.824Z[ recovery-image] Aug 25 09:14:18.599 INFO O| Aug 25 09:14:18.599 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-25T09:14:19.850Z[ recovery-image] Aug 25 09:14:18.608 INFO O| Aug 25 09:14:18.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56302026-08-25T09:14:19.850Z[ recovery-image] Aug 25 09:14:18.608 INFO O| Aug 25 09:14:18.608 INFO STEP 111 (remove_files) COMPLETE
56312026-08-25T09:14:19.853Z[ recovery-image] Aug 25 09:14:18.608 INFO O| Aug 25 09:14:18.608 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-25T09:14:19.853Z[ recovery-image] Aug 25 09:14:18.617 INFO O| Aug 25 09:14:18.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56332026-08-25T09:14:19.853Z[ recovery-image] Aug 25 09:14:18.617 INFO O| Aug 25 09:14:18.617 INFO STEP 112 (remove_files) COMPLETE
56342026-08-25T09:14:19.853Z[ recovery-image] Aug 25 09:14:18.618 INFO O| Aug 25 09:14:18.617 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-25T09:14:19.853Z[ recovery-image] Aug 25 09:14:18.627 INFO O| Aug 25 09:14:18.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56362026-08-25T09:14:19.853Z[ recovery-image] Aug 25 09:14:18.627 INFO O| Aug 25 09:14:18.627 INFO STEP 113 (remove_files) COMPLETE
56372026-08-25T09:14:19.853Z[ recovery-image] Aug 25 09:14:18.627 INFO O| Aug 25 09:14:18.627 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-25T09:14:19.860Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
56392026-08-25T09:14:19.863Z[ recovery-image] Aug 25 09:14:18.635 INFO O| Aug 25 09:14:18.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56402026-08-25T09:14:19.863Z[ recovery-image] Aug 25 09:14:18.636 INFO O| Aug 25 09:14:18.636 INFO STEP 114 (remove_files) COMPLETE
56412026-08-25T09:14:19.863Z[ recovery-image] Aug 25 09:14:18.636 INFO O| Aug 25 09:14:18.636 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-25T09:14:19.870Z[ recovery-image] Aug 25 09:14:18.645 INFO O| Aug 25 09:14:18.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56432026-08-25T09:14:19.870Z[ recovery-image] Aug 25 09:14:18.645 INFO O| Aug 25 09:14:18.645 INFO STEP 115 (remove_files) COMPLETE
56442026-08-25T09:14:19.874Z[ recovery-image] Aug 25 09:14:18.645 INFO O| Aug 25 09:14:18.645 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-25T09:14:19.880Z[ recovery-image] Aug 25 09:14:18.654 INFO O| Aug 25 09:14:18.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56462026-08-25T09:14:19.880Z[ recovery-image] Aug 25 09:14:18.654 INFO O| Aug 25 09:14:18.654 INFO STEP 116 (remove_files) COMPLETE
56472026-08-25T09:14:19.880Z[ recovery-image] Aug 25 09:14:18.654 INFO O| Aug 25 09:14:18.654 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-25T09:14:19.894Z[ recovery-image] Aug 25 09:14:18.663 INFO O| Aug 25 09:14:18.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56492026-08-25T09:14:19.894Z[ recovery-image] Aug 25 09:14:18.663 INFO O| Aug 25 09:14:18.663 INFO STEP 117 (remove_files) COMPLETE
56502026-08-25T09:14:19.897Z[ recovery-image] Aug 25 09:14:18.663 INFO O| Aug 25 09:14:18.663 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-25T09:14:19.901Z[ recovery-image] Aug 25 09:14:18.672 INFO O| Aug 25 09:14:18.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56522026-08-25T09:14:19.901Z[ recovery-image] Aug 25 09:14:18.672 INFO O| Aug 25 09:14:18.672 INFO STEP 118 (remove_files) COMPLETE
56532026-08-25T09:14:19.904Z[ recovery-image] Aug 25 09:14:18.672 INFO O| Aug 25 09:14:18.672 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-25T09:14:19.907Z[ recovery-image] Aug 25 09:14:18.681 INFO O| Aug 25 09:14:18.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56552026-08-25T09:14:19.907Z[ recovery-image] Aug 25 09:14:18.681 INFO O| Aug 25 09:14:18.681 INFO STEP 119 (remove_files) COMPLETE
56562026-08-25T09:14:19.907Z[ recovery-image] Aug 25 09:14:18.681 INFO O| Aug 25 09:14:18.681 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-25T09:14:19.918Z[ recovery-image] Aug 25 09:14:18.692 INFO O| Aug 25 09:14:18.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56582026-08-25T09:14:19.918Z[ recovery-image] Aug 25 09:14:18.692 INFO O| Aug 25 09:14:18.692 INFO STEP 120 (remove_files) COMPLETE
56592026-08-25T09:14:19.918Z[ recovery-image] Aug 25 09:14:18.692 INFO O| Aug 25 09:14:18.692 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-25T09:14:19.928Z[ recovery-image] Aug 25 09:14:18.702 INFO O| Aug 25 09:14:18.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56612026-08-25T09:14:19.928Z[ recovery-image] Aug 25 09:14:18.702 INFO O| Aug 25 09:14:18.702 INFO STEP 121 (remove_files) COMPLETE
56622026-08-25T09:14:19.931Z[ recovery-image] Aug 25 09:14:18.702 INFO O| Aug 25 09:14:18.702 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-25T09:14:19.938Z[ recovery-image] Aug 25 09:14:18.712 INFO O| Aug 25 09:14:18.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56642026-08-25T09:14:19.938Z[ recovery-image] Aug 25 09:14:18.712 INFO O| Aug 25 09:14:18.712 INFO STEP 122 (remove_files) COMPLETE
56652026-08-25T09:14:19.942Z[ recovery-image] Aug 25 09:14:18.712 INFO O| Aug 25 09:14:18.712 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-25T09:14:19.947Z[ recovery-image] Aug 25 09:14:18.721 INFO O| Aug 25 09:14:18.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56672026-08-25T09:14:19.947Z[ recovery-image] Aug 25 09:14:18.722 INFO O| Aug 25 09:14:18.722 INFO STEP 123 (remove_files) COMPLETE
56682026-08-25T09:14:19.951Z[ recovery-image] Aug 25 09:14:18.722 INFO O| Aug 25 09:14:18.722 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-25T09:14:19.957Z[ recovery-image] Aug 25 09:14:18.731 INFO O| Aug 25 09:14:18.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56702026-08-25T09:14:19.957Z[ recovery-image] Aug 25 09:14:18.731 INFO O| Aug 25 09:14:18.731 INFO STEP 124 (remove_files) COMPLETE
56712026-08-25T09:14:19.957Z[ recovery-image] Aug 25 09:14:18.731 INFO O| Aug 25 09:14:18.731 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-25T09:14:19.966Z[ recovery-image] Aug 25 09:14:18.740 INFO O| Aug 25 09:14:18.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56732026-08-25T09:14:19.966Z[ recovery-image] Aug 25 09:14:18.740 INFO O| Aug 25 09:14:18.740 INFO STEP 125 (remove_files) COMPLETE
56742026-08-25T09:14:19.969Z[ recovery-image] Aug 25 09:14:18.740 INFO O| Aug 25 09:14:18.740 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-08-25T09:14:19.979Z[ recovery-image] Aug 25 09:14:18.750 INFO O| Aug 25 09:14:18.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56762026-08-25T09:14:19.979Z[ recovery-image] Aug 25 09:14:18.750 INFO O| Aug 25 09:14:18.750 INFO STEP 126 (remove_files) COMPLETE
56772026-08-25T09:14:19.979Z[ recovery-image] Aug 25 09:14:18.750 INFO O| Aug 25 09:14:18.750 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-08-25T09:14:19.984Z[ recovery-image] Aug 25 09:14:18.759 INFO O| Aug 25 09:14:18.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56792026-08-25T09:14:19.984Z[ recovery-image] Aug 25 09:14:18.759 INFO O| Aug 25 09:14:18.759 INFO STEP 127 (remove_files) COMPLETE
56802026-08-25T09:14:19.989Z[ recovery-image] Aug 25 09:14:18.759 INFO O| Aug 25 09:14:18.759 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-25T09:14:19.993Z[ recovery-image] Aug 25 09:14:18.767 INFO O| Aug 25 09:14:18.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56822026-08-25T09:14:19.993Z[ recovery-image] Aug 25 09:14:18.768 INFO O| Aug 25 09:14:18.768 INFO STEP 128 (remove_files) COMPLETE
56832026-08-25T09:14:19.996Z[ recovery-image] Aug 25 09:14:18.768 INFO O| Aug 25 09:14:18.768 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-25T09:14:20.003Z[ recovery-image] Aug 25 09:14:18.777 INFO O| Aug 25 09:14:18.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56852026-08-25T09:14:20.006Z[ recovery-image] Aug 25 09:14:18.777 INFO O| Aug 25 09:14:18.777 INFO STEP 129 (remove_files) COMPLETE
56862026-08-25T09:14:20.006Z[ recovery-image] Aug 25 09:14:18.777 INFO O| Aug 25 09:14:18.777 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-25T09:14:20.013Z[ recovery-image] Aug 25 09:14:18.787 INFO O| Aug 25 09:14:18.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56882026-08-25T09:14:20.013Z[ recovery-image] Aug 25 09:14:18.787 INFO O| Aug 25 09:14:18.787 INFO STEP 130 (remove_files) COMPLETE
56892026-08-25T09:14:20.013Z[ recovery-image] Aug 25 09:14:18.787 INFO O| Aug 25 09:14:18.787 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-25T09:14:20.024Z[ recovery-image] Aug 25 09:14:18.798 INFO O| Aug 25 09:14:18.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56912026-08-25T09:14:20.024Z[ recovery-image] Aug 25 09:14:18.798 INFO O| Aug 25 09:14:18.798 INFO STEP 131 (remove_files) COMPLETE
56922026-08-25T09:14:20.027Z[ recovery-image] Aug 25 09:14:18.798 INFO O| Aug 25 09:14:18.798 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-25T09:14:20.035Z[ recovery-image] Aug 25 09:14:18.809 INFO O| Aug 25 09:14:18.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56942026-08-25T09:14:20.035Z[ recovery-image] Aug 25 09:14:18.809 INFO O| Aug 25 09:14:18.809 INFO STEP 132 (remove_files) COMPLETE
56952026-08-25T09:14:20.038Z[ recovery-image] Aug 25 09:14:18.809 INFO O| Aug 25 09:14:18.809 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-25T09:14:20.045Z[ recovery-image] Aug 25 09:14:18.819 INFO O| Aug 25 09:14:18.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56972026-08-25T09:14:20.045Z[ recovery-image] Aug 25 09:14:18.819 INFO O| Aug 25 09:14:18.819 INFO STEP 133 (remove_files) COMPLETE
56982026-08-25T09:14:20.045Z[ recovery-image] Aug 25 09:14:18.819 INFO O| Aug 25 09:14:18.819 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-25T09:14:20.055Z[ recovery-image] Aug 25 09:14:18.829 INFO O| Aug 25 09:14:18.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57002026-08-25T09:14:20.055Z[ recovery-image] Aug 25 09:14:18.829 INFO O| Aug 25 09:14:18.829 INFO STEP 134 (remove_files) COMPLETE
57012026-08-25T09:14:20.057Z[ recovery-image] Aug 25 09:14:18.829 INFO O| Aug 25 09:14:18.829 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-25T09:14:20.070Z[ recovery-image] Aug 25 09:14:18.838 INFO O| Aug 25 09:14:18.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57032026-08-25T09:14:20.070Z[ recovery-image] Aug 25 09:14:18.838 INFO O| Aug 25 09:14:18.838 INFO STEP 135 (remove_files) COMPLETE
57042026-08-25T09:14:20.070Z[ recovery-image] Aug 25 09:14:18.838 INFO O| Aug 25 09:14:18.838 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-25T09:14:20.076Z[ recovery-image] Aug 25 09:14:18.850 INFO O| Aug 25 09:14:18.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57062026-08-25T09:14:20.076Z[ recovery-image] Aug 25 09:14:18.850 INFO O| Aug 25 09:14:18.850 INFO STEP 136 (remove_files) COMPLETE
57072026-08-25T09:14:20.079Z[ recovery-image] Aug 25 09:14:18.850 INFO O| Aug 25 09:14:18.850 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-25T09:14:20.086Z[ recovery-image] Aug 25 09:14:18.860 INFO O| Aug 25 09:14:18.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57092026-08-25T09:14:20.086Z[ recovery-image] Aug 25 09:14:18.860 INFO O| Aug 25 09:14:18.860 INFO STEP 137 (remove_files) COMPLETE
57102026-08-25T09:14:20.086Z[ recovery-image] Aug 25 09:14:18.860 INFO O| Aug 25 09:14:18.860 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-25T09:14:20.096Z[ recovery-image] Aug 25 09:14:18.870 INFO O| Aug 25 09:14:18.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57122026-08-25T09:14:20.096Z[ recovery-image] Aug 25 09:14:18.870 INFO O| Aug 25 09:14:18.870 INFO STEP 138 (remove_files) COMPLETE
57132026-08-25T09:14:20.096Z[ recovery-image] Aug 25 09:14:18.870 INFO O| Aug 25 09:14:18.870 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-25T09:14:20.105Z[ recovery-image] Aug 25 09:14:18.879 INFO O| Aug 25 09:14:18.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57152026-08-25T09:14:20.105Z[ recovery-image] Aug 25 09:14:18.879 INFO O| Aug 25 09:14:18.879 INFO STEP 139 (remove_files) COMPLETE
57162026-08-25T09:14:20.108Z[ recovery-image] Aug 25 09:14:18.879 INFO O| Aug 25 09:14:18.879 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-25T09:14:20.116Z[ recovery-image] Aug 25 09:14:18.888 INFO O| Aug 25 09:14:18.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57182026-08-25T09:14:20.116Z[ recovery-image] Aug 25 09:14:18.888 INFO O| Aug 25 09:14:18.888 INFO STEP 140 (remove_files) COMPLETE
57192026-08-25T09:14:20.116Z[ recovery-image] Aug 25 09:14:18.888 INFO O| Aug 25 09:14:18.888 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-25T09:14:20.125Z[ recovery-image] Aug 25 09:14:18.899 INFO O| Aug 25 09:14:18.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57212026-08-25T09:14:20.128Z[ recovery-image] Aug 25 09:14:18.899 INFO O| Aug 25 09:14:18.899 INFO STEP 141 (remove_files) COMPLETE
57222026-08-25T09:14:20.128Z[ recovery-image] Aug 25 09:14:18.899 INFO O| Aug 25 09:14:18.899 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-25T09:14:20.135Z[ recovery-image] Aug 25 09:14:18.909 INFO O| Aug 25 09:14:18.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57242026-08-25T09:14:20.135Z[ recovery-image] Aug 25 09:14:18.909 INFO O| Aug 25 09:14:18.909 INFO STEP 142 (remove_files) COMPLETE
57252026-08-25T09:14:20.135Z[ recovery-image] Aug 25 09:14:18.909 INFO O| Aug 25 09:14:18.909 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-25T09:14:20.145Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
57272026-08-25T09:14:20.148Z[ recovery-image] Aug 25 09:14:18.919 INFO O| Aug 25 09:14:18.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57282026-08-25T09:14:20.148Z[ recovery-image] Aug 25 09:14:18.919 INFO O| Aug 25 09:14:18.919 INFO STEP 143 (remove_files) COMPLETE
57292026-08-25T09:14:20.148Z[ recovery-image] Aug 25 09:14:18.919 INFO O| Aug 25 09:14:18.919 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-25T09:14:20.154Z[ recovery-image] Aug 25 09:14:18.928 INFO O| Aug 25 09:14:18.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57312026-08-25T09:14:20.154Z[ recovery-image] Aug 25 09:14:18.928 INFO O| Aug 25 09:14:18.928 INFO STEP 144 (remove_files) COMPLETE
57322026-08-25T09:14:20.157Z[ recovery-image] Aug 25 09:14:18.929 INFO O| Aug 25 09:14:18.928 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-25T09:14:20.167Z[ recovery-image] Aug 25 09:14:18.938 INFO O| Aug 25 09:14:18.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57342026-08-25T09:14:20.167Z[ recovery-image] Aug 25 09:14:18.938 INFO O| Aug 25 09:14:18.938 INFO STEP 145 (remove_files) COMPLETE
57352026-08-25T09:14:20.167Z[ recovery-image] Aug 25 09:14:18.938 INFO O| Aug 25 09:14:18.938 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-25T09:14:20.173Z[ recovery-image] Aug 25 09:14:18.947 INFO O| Aug 25 09:14:18.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57372026-08-25T09:14:20.173Z[ recovery-image] Aug 25 09:14:18.948 INFO O| Aug 25 09:14:18.947 INFO STEP 146 (remove_files) COMPLETE
57382026-08-25T09:14:20.173Z[ recovery-image] Aug 25 09:14:18.948 INFO O| Aug 25 09:14:18.947 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-25T09:14:20.182Z[ recovery-image] Aug 25 09:14:18.957 INFO O| Aug 25 09:14:18.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57402026-08-25T09:14:20.183Z[ recovery-image] Aug 25 09:14:18.957 INFO O| Aug 25 09:14:18.957 INFO STEP 147 (remove_files) COMPLETE
57412026-08-25T09:14:20.186Z[ recovery-image] Aug 25 09:14:18.957 INFO O| Aug 25 09:14:18.957 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-25T09:14:20.192Z[ recovery-image] Aug 25 09:14:18.966 INFO O| Aug 25 09:14:18.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57432026-08-25T09:14:20.192Z[ recovery-image] Aug 25 09:14:18.966 INFO O| Aug 25 09:14:18.966 INFO STEP 148 (remove_files) COMPLETE
57442026-08-25T09:14:20.192Z[ recovery-image] Aug 25 09:14:18.966 INFO O| Aug 25 09:14:18.966 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-25T09:14:20.202Z[ recovery-image] Aug 25 09:14:18.975 INFO O| Aug 25 09:14:18.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57462026-08-25T09:14:20.202Z[ recovery-image] Aug 25 09:14:18.975 INFO O| Aug 25 09:14:18.975 INFO STEP 149 (remove_files) COMPLETE
57472026-08-25T09:14:20.202Z[ recovery-image] Aug 25 09:14:18.975 INFO O| Aug 25 09:14:18.975 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-25T09:14:20.209Z[ recovery-image] Aug 25 09:14:18.983 INFO O| Aug 25 09:14:18.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57492026-08-25T09:14:20.212Z[ recovery-image] Aug 25 09:14:18.984 INFO O| Aug 25 09:14:18.984 INFO STEP 150 (remove_files) COMPLETE
57502026-08-25T09:14:20.212Z[ recovery-image] Aug 25 09:14:18.984 INFO O| Aug 25 09:14:18.984 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57512026-08-25T09:14:20.221Z[ recovery-image] Aug 25 09:14:18.995 INFO O| Aug 25 09:14:18.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57522026-08-25T09:14:20.221Z[ recovery-image] Aug 25 09:14:18.995 INFO O| Aug 25 09:14:18.995 INFO STEP 151 (remove_files) COMPLETE
57532026-08-25T09:14:20.224Z[ recovery-image] Aug 25 09:14:18.995 INFO O| Aug 25 09:14:18.995 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57542026-08-25T09:14:20.231Z[ recovery-image] Aug 25 09:14:19.005 INFO O| Aug 25 09:14:19.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57552026-08-25T09:14:20.231Z[ recovery-image] Aug 25 09:14:19.005 INFO O| Aug 25 09:14:19.005 INFO STEP 152 (remove_files) COMPLETE
57562026-08-25T09:14:20.231Z[ recovery-image] Aug 25 09:14:19.005 INFO O| Aug 25 09:14:19.005 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57572026-08-25T09:14:20.241Z[ recovery-image] Aug 25 09:14:19.015 INFO O| Aug 25 09:14:19.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57582026-08-25T09:14:20.241Z[ recovery-image] Aug 25 09:14:19.015 INFO O| Aug 25 09:14:19.015 INFO STEP 153 (remove_files) COMPLETE
57592026-08-25T09:14:20.241Z[ recovery-image] Aug 25 09:14:19.015 INFO O| Aug 25 09:14:19.015 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57602026-08-25T09:14:20.250Z[ recovery-image] Aug 25 09:14:19.024 INFO O| Aug 25 09:14:19.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57612026-08-25T09:14:20.250Z[ recovery-image] Aug 25 09:14:19.024 INFO O| Aug 25 09:14:19.024 INFO STEP 154 (remove_files) COMPLETE
57622026-08-25T09:14:20.253Z[ recovery-image] Aug 25 09:14:19.024 INFO O| Aug 25 09:14:19.024 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57632026-08-25T09:14:20.259Z[ recovery-image] Aug 25 09:14:19.033 INFO O| Aug 25 09:14:19.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57642026-08-25T09:14:20.259Z[ recovery-image] Aug 25 09:14:19.033 INFO O| Aug 25 09:14:19.033 INFO STEP 155 (remove_files) COMPLETE
57652026-08-25T09:14:20.262Z[ recovery-image] Aug 25 09:14:19.033 INFO O| Aug 25 09:14:19.033 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-25T09:14:20.269Z[ recovery-image] Aug 25 09:14:19.043 INFO O| Aug 25 09:14:19.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57672026-08-25T09:14:20.269Z[ recovery-image] Aug 25 09:14:19.043 INFO O| Aug 25 09:14:19.043 INFO STEP 156 (remove_files) COMPLETE
57682026-08-25T09:14:20.269Z[ recovery-image] Aug 25 09:14:19.043 INFO O| Aug 25 09:14:19.043 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-25T09:14:20.278Z[ recovery-image] Aug 25 09:14:19.052 INFO O| Aug 25 09:14:19.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57702026-08-25T09:14:20.278Z[ recovery-image] Aug 25 09:14:19.052 INFO O| Aug 25 09:14:19.052 INFO STEP 157 (remove_files) COMPLETE
57712026-08-25T09:14:20.278Z[ recovery-image] Aug 25 09:14:19.052 INFO O| Aug 25 09:14:19.052 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-25T09:14:20.288Z[ recovery-image] Aug 25 09:14:19.062 INFO O| Aug 25 09:14:19.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57732026-08-25T09:14:20.288Z[ recovery-image] Aug 25 09:14:19.062 INFO O| Aug 25 09:14:19.062 INFO STEP 158 (remove_files) COMPLETE
57742026-08-25T09:14:20.292Z[ recovery-image] Aug 25 09:14:19.062 INFO O| Aug 25 09:14:19.062 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-25T09:14:20.298Z[ recovery-image] Aug 25 09:14:19.073 INFO O| Aug 25 09:14:19.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57762026-08-25T09:14:20.301Z[ recovery-image] Aug 25 09:14:19.073 INFO O| Aug 25 09:14:19.073 INFO STEP 159 (remove_files) COMPLETE
57772026-08-25T09:14:20.301Z[ recovery-image] Aug 25 09:14:19.073 INFO O| Aug 25 09:14:19.073 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-25T09:14:20.311Z[ recovery-image] Aug 25 09:14:19.085 INFO O| Aug 25 09:14:19.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57792026-08-25T09:14:20.311Z[ recovery-image] Aug 25 09:14:19.085 INFO O| Aug 25 09:14:19.085 INFO STEP 160 (remove_files) COMPLETE
57802026-08-25T09:14:20.314Z[ recovery-image] Aug 25 09:14:19.085 INFO O| Aug 25 09:14:19.085 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-25T09:14:20.321Z[ recovery-image] Aug 25 09:14:19.096 INFO O| Aug 25 09:14:19.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57822026-08-25T09:14:20.321Z[ recovery-image] Aug 25 09:14:19.096 INFO O| Aug 25 09:14:19.096 INFO STEP 161 (remove_files) COMPLETE
57832026-08-25T09:14:20.321Z[ recovery-image] Aug 25 09:14:19.096 INFO O| Aug 25 09:14:19.096 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57842026-08-25T09:14:20.333Z[ recovery-image] Aug 25 09:14:19.107 INFO O| Aug 25 09:14:19.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57852026-08-25T09:14:20.333Z[ recovery-image] Aug 25 09:14:19.107 INFO O| Aug 25 09:14:19.107 INFO STEP 162 (remove_files) COMPLETE
57862026-08-25T09:14:20.336Z[ recovery-image] Aug 25 09:14:19.107 INFO O| Aug 25 09:14:19.107 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57872026-08-25T09:14:20.344Z[ recovery-image] Aug 25 09:14:19.118 INFO O| Aug 25 09:14:19.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57882026-08-25T09:14:20.344Z[ recovery-image] Aug 25 09:14:19.118 INFO O| Aug 25 09:14:19.118 INFO STEP 163 (remove_files) COMPLETE
57892026-08-25T09:14:20.344Z[ recovery-image] Aug 25 09:14:19.118 INFO O| Aug 25 09:14:19.118 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57902026-08-25T09:14:20.353Z[ recovery-image] Aug 25 09:14:19.127 INFO O| Aug 25 09:14:19.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57912026-08-25T09:14:20.353Z[ recovery-image] Aug 25 09:14:19.127 INFO O| Aug 25 09:14:19.127 INFO STEP 164 (remove_files) COMPLETE
57922026-08-25T09:14:20.356Z[ recovery-image] Aug 25 09:14:19.127 INFO O| Aug 25 09:14:19.127 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57932026-08-25T09:14:20.361Z[ recovery-image] Aug 25 09:14:19.135 INFO O| Aug 25 09:14:19.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57942026-08-25T09:14:20.361Z[ recovery-image] Aug 25 09:14:19.135 INFO O| Aug 25 09:14:19.135 INFO STEP 165 (remove_files) COMPLETE
57952026-08-25T09:14:20.364Z[ recovery-image] Aug 25 09:14:19.135 INFO O| Aug 25 09:14:19.135 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57962026-08-25T09:14:20.371Z[ recovery-image] Aug 25 09:14:19.143 INFO O| Aug 25 09:14:19.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57972026-08-25T09:14:20.371Z[ recovery-image] Aug 25 09:14:19.143 INFO O| Aug 25 09:14:19.143 INFO STEP 166 (remove_files) COMPLETE
57982026-08-25T09:14:20.371Z[ recovery-image] Aug 25 09:14:19.143 INFO O| Aug 25 09:14:19.143 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57992026-08-25T09:14:20.380Z[ recovery-image] Aug 25 09:14:19.154 INFO O| Aug 25 09:14:19.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58002026-08-25T09:14:20.380Z[ recovery-image] Aug 25 09:14:19.154 INFO O| Aug 25 09:14:19.154 INFO STEP 167 (remove_files) COMPLETE
58012026-08-25T09:14:20.383Z[ recovery-image] Aug 25 09:14:19.154 INFO O| Aug 25 09:14:19.154 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58022026-08-25T09:14:20.391Z[ recovery-image] Aug 25 09:14:19.165 INFO O| Aug 25 09:14:19.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58032026-08-25T09:14:20.391Z[ recovery-image] Aug 25 09:14:19.165 INFO O| Aug 25 09:14:19.165 INFO STEP 168 (remove_files) COMPLETE
58042026-08-25T09:14:20.391Z[ recovery-image] Aug 25 09:14:19.165 INFO O| Aug 25 09:14:19.165 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58052026-08-25T09:14:20.402Z[ recovery-image] Aug 25 09:14:19.176 INFO O| Aug 25 09:14:19.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58062026-08-25T09:14:20.402Z[ recovery-image] Aug 25 09:14:19.176 INFO O| Aug 25 09:14:19.176 INFO STEP 169 (remove_files) COMPLETE
58072026-08-25T09:14:20.406Z[ recovery-image] Aug 25 09:14:19.176 INFO O| Aug 25 09:14:19.176 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58082026-08-25T09:14:20.413Z[ recovery-image] Aug 25 09:14:19.187 INFO O| Aug 25 09:14:19.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58092026-08-25T09:14:20.413Z[ recovery-image] Aug 25 09:14:19.187 INFO O| Aug 25 09:14:19.187 INFO STEP 170 (remove_files) COMPLETE
58102026-08-25T09:14:20.413Z[ recovery-image] Aug 25 09:14:19.187 INFO O| Aug 25 09:14:19.187 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58112026-08-25T09:14:20.424Z[ recovery-image] Aug 25 09:14:19.198 INFO O| Aug 25 09:14:19.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58122026-08-25T09:14:20.424Z[ recovery-image] Aug 25 09:14:19.198 INFO O| Aug 25 09:14:19.198 INFO STEP 171 (remove_files) COMPLETE
58132026-08-25T09:14:20.424Z[ recovery-image] Aug 25 09:14:19.198 INFO O| Aug 25 09:14:19.198 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58142026-08-25T09:14:20.434Z[ recovery-image] Aug 25 09:14:19.208 INFO O| Aug 25 09:14:19.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58152026-08-25T09:14:20.434Z[ recovery-image] Aug 25 09:14:19.208 INFO O| Aug 25 09:14:19.208 INFO STEP 172 (remove_files) COMPLETE
58162026-08-25T09:14:20.437Z[ recovery-image] Aug 25 09:14:19.208 INFO O| Aug 25 09:14:19.208 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-25T09:14:20.440Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
58182026-08-25T09:14:20.444Z[ recovery-image] Aug 25 09:14:19.219 INFO O| Aug 25 09:14:19.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58192026-08-25T09:14:20.444Z[ recovery-image] Aug 25 09:14:19.219 INFO O| Aug 25 09:14:19.219 INFO STEP 173 (remove_files) COMPLETE
58202026-08-25T09:14:20.448Z[ recovery-image] Aug 25 09:14:19.219 INFO O| Aug 25 09:14:19.219 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-25T09:14:20.455Z[ recovery-image] Aug 25 09:14:19.229 INFO O| Aug 25 09:14:19.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58222026-08-25T09:14:20.458Z[ recovery-image] Aug 25 09:14:19.230 INFO O| Aug 25 09:14:19.230 INFO STEP 174 (remove_files) COMPLETE
58232026-08-25T09:14:20.458Z[ recovery-image] Aug 25 09:14:19.230 INFO O| Aug 25 09:14:19.230 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-25T09:14:20.467Z[ recovery-image] Aug 25 09:14:19.241 INFO O| Aug 25 09:14:19.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58252026-08-25T09:14:20.467Z[ recovery-image] Aug 25 09:14:19.241 INFO O| Aug 25 09:14:19.241 INFO STEP 175 (remove_files) COMPLETE
58262026-08-25T09:14:20.467Z[ recovery-image] Aug 25 09:14:19.241 INFO O| Aug 25 09:14:19.241 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-25T09:14:20.477Z[ recovery-image] Aug 25 09:14:19.252 INFO O| Aug 25 09:14:19.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58282026-08-25T09:14:20.480Z[ recovery-image] Aug 25 09:14:19.252 INFO O| Aug 25 09:14:19.252 INFO STEP 176 (remove_files) COMPLETE
58292026-08-25T09:14:20.480Z[ recovery-image] Aug 25 09:14:19.252 INFO O| Aug 25 09:14:19.252 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-25T09:14:20.488Z[ recovery-image] Aug 25 09:14:19.263 INFO O| Aug 25 09:14:19.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58312026-08-25T09:14:20.489Z[ recovery-image] Aug 25 09:14:19.263 INFO O| Aug 25 09:14:19.263 INFO STEP 177 (remove_files) COMPLETE
58322026-08-25T09:14:20.491Z[ recovery-image] Aug 25 09:14:19.263 INFO O| Aug 25 09:14:19.263 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-25T09:14:20.498Z[ recovery-image] Aug 25 09:14:19.272 INFO O| Aug 25 09:14:19.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58342026-08-25T09:14:20.498Z[ recovery-image] Aug 25 09:14:19.272 INFO O| Aug 25 09:14:19.272 INFO STEP 178 (remove_files) COMPLETE
58352026-08-25T09:14:20.498Z[ recovery-image] Aug 25 09:14:19.272 INFO O| Aug 25 09:14:19.272 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-25T09:14:20.508Z[ recovery-image] Aug 25 09:14:19.282 INFO O| Aug 25 09:14:19.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58372026-08-25T09:14:20.508Z[ recovery-image] Aug 25 09:14:19.282 INFO O| Aug 25 09:14:19.282 INFO STEP 179 (remove_files) COMPLETE
58382026-08-25T09:14:20.508Z[ recovery-image] Aug 25 09:14:19.282 INFO O| Aug 25 09:14:19.282 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-25T09:14:20.518Z[ recovery-image] Aug 25 09:14:19.292 INFO O| Aug 25 09:14:19.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58402026-08-25T09:14:20.518Z[ recovery-image] Aug 25 09:14:19.292 INFO O| Aug 25 09:14:19.292 INFO STEP 180 (remove_files) COMPLETE
58412026-08-25T09:14:20.522Z[ recovery-image] Aug 25 09:14:19.292 INFO O| Aug 25 09:14:19.292 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-25T09:14:20.527Z[ recovery-image] Aug 25 09:14:19.301 INFO O| Aug 25 09:14:19.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58432026-08-25T09:14:20.527Z[ recovery-image] Aug 25 09:14:19.301 INFO O| Aug 25 09:14:19.301 INFO STEP 181 (remove_files) COMPLETE
58442026-08-25T09:14:20.527Z[ recovery-image] Aug 25 09:14:19.301 INFO O| Aug 25 09:14:19.301 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-25T09:14:20.536Z[ recovery-image] Aug 25 09:14:19.310 INFO O| Aug 25 09:14:19.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58462026-08-25T09:14:20.536Z[ recovery-image] Aug 25 09:14:19.310 INFO O| Aug 25 09:14:19.310 INFO STEP 182 (remove_files) COMPLETE
58472026-08-25T09:14:20.536Z[ recovery-image] Aug 25 09:14:19.310 INFO O| Aug 25 09:14:19.310 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-25T09:14:20.546Z[ recovery-image] Aug 25 09:14:19.320 INFO O| Aug 25 09:14:19.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58492026-08-25T09:14:20.546Z[ recovery-image] Aug 25 09:14:19.320 INFO O| Aug 25 09:14:19.320 INFO STEP 183 (remove_files) COMPLETE
58502026-08-25T09:14:20.549Z[ recovery-image] Aug 25 09:14:19.320 INFO O| Aug 25 09:14:19.320 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-25T09:14:20.555Z[ recovery-image] Aug 25 09:14:19.330 INFO O| Aug 25 09:14:19.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58522026-08-25T09:14:20.555Z[ recovery-image] Aug 25 09:14:19.330 INFO O| Aug 25 09:14:19.330 INFO STEP 184 (remove_files) COMPLETE
58532026-08-25T09:14:20.558Z[ recovery-image] Aug 25 09:14:19.330 INFO O| Aug 25 09:14:19.330 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-25T09:14:20.565Z[ recovery-image] Aug 25 09:14:19.339 INFO O| Aug 25 09:14:19.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58552026-08-25T09:14:20.565Z[ recovery-image] Aug 25 09:14:19.339 INFO O| Aug 25 09:14:19.339 INFO STEP 185 (remove_files) COMPLETE
58562026-08-25T09:14:20.565Z[ recovery-image] Aug 25 09:14:19.339 INFO O| Aug 25 09:14:19.339 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-25T09:14:20.575Z[ recovery-image] Aug 25 09:14:19.349 INFO O| Aug 25 09:14:19.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58582026-08-25T09:14:20.575Z[ recovery-image] Aug 25 09:14:19.349 INFO O| Aug 25 09:14:19.349 INFO STEP 186 (remove_files) COMPLETE
58592026-08-25T09:14:20.575Z[ recovery-image] Aug 25 09:14:19.349 INFO O| Aug 25 09:14:19.349 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-25T09:14:20.585Z[ recovery-image] Aug 25 09:14:19.359 INFO O| Aug 25 09:14:19.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58612026-08-25T09:14:20.585Z[ recovery-image] Aug 25 09:14:19.360 INFO O| Aug 25 09:14:19.359 INFO STEP 187 (remove_files) COMPLETE
58622026-08-25T09:14:20.588Z[ recovery-image] Aug 25 09:14:19.360 INFO O| Aug 25 09:14:19.359 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-25T09:14:20.597Z[ recovery-image] Aug 25 09:14:19.372 INFO O| Aug 25 09:14:19.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58642026-08-25T09:14:20.598Z[ recovery-image] Aug 25 09:14:19.372 INFO O| Aug 25 09:14:19.372 INFO STEP 188 (remove_files) COMPLETE
58652026-08-25T09:14:20.598Z[ recovery-image] Aug 25 09:14:19.372 INFO O| Aug 25 09:14:19.372 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-25T09:14:20.606Z[ recovery-image] Aug 25 09:14:19.381 INFO O| Aug 25 09:14:19.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58672026-08-25T09:14:20.606Z[ recovery-image] Aug 25 09:14:19.381 INFO O| Aug 25 09:14:19.381 INFO STEP 189 (remove_files) COMPLETE
58682026-08-25T09:14:20.607Z[ recovery-image] Aug 25 09:14:19.381 INFO O| Aug 25 09:14:19.381 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-25T09:14:20.615Z[ recovery-image] Aug 25 09:14:19.389 INFO O| Aug 25 09:14:19.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58702026-08-25T09:14:20.615Z[ recovery-image] Aug 25 09:14:19.389 INFO O| Aug 25 09:14:19.389 INFO STEP 190 (remove_files) COMPLETE
58712026-08-25T09:14:20.618Z[ recovery-image] Aug 25 09:14:19.389 INFO O| Aug 25 09:14:19.389 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-25T09:14:20.623Z[ recovery-image] Aug 25 09:14:19.398 INFO O| Aug 25 09:14:19.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58732026-08-25T09:14:20.623Z[ recovery-image] Aug 25 09:14:19.398 INFO O| Aug 25 09:14:19.398 INFO STEP 191 (remove_files) COMPLETE
58742026-08-25T09:14:20.626Z[ recovery-image] Aug 25 09:14:19.398 INFO O| Aug 25 09:14:19.398 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-25T09:14:20.634Z[ recovery-image] Aug 25 09:14:19.408 INFO O| Aug 25 09:14:19.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58762026-08-25T09:14:20.634Z[ recovery-image] Aug 25 09:14:19.408 INFO O| Aug 25 09:14:19.408 INFO STEP 192 (remove_files) COMPLETE
58772026-08-25T09:14:20.637Z[ recovery-image] Aug 25 09:14:19.408 INFO O| Aug 25 09:14:19.408 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-25T09:14:20.644Z[ recovery-image] Aug 25 09:14:19.418 INFO O| Aug 25 09:14:19.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58792026-08-25T09:14:20.644Z[ recovery-image] Aug 25 09:14:19.418 INFO O| Aug 25 09:14:19.418 INFO STEP 193 (remove_files) COMPLETE
58802026-08-25T09:14:20.647Z[ recovery-image] Aug 25 09:14:19.418 INFO O| Aug 25 09:14:19.418 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-25T09:14:20.653Z[ recovery-image] Aug 25 09:14:19.427 INFO O| Aug 25 09:14:19.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58822026-08-25T09:14:20.653Z[ recovery-image] Aug 25 09:14:19.427 INFO O| Aug 25 09:14:19.427 INFO STEP 194 (remove_files) COMPLETE
58832026-08-25T09:14:20.653Z[ recovery-image] Aug 25 09:14:19.427 INFO O| Aug 25 09:14:19.427 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-25T09:14:20.664Z[ recovery-image] Aug 25 09:14:19.436 INFO O| Aug 25 09:14:19.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58852026-08-25T09:14:20.664Z[ recovery-image] Aug 25 09:14:19.437 INFO O| Aug 25 09:14:19.437 INFO STEP 195 (remove_files) COMPLETE
58862026-08-25T09:14:20.664Z[ recovery-image] Aug 25 09:14:19.437 INFO O| Aug 25 09:14:19.437 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-25T09:14:20.672Z[ recovery-image] Aug 25 09:14:19.446 INFO O| Aug 25 09:14:19.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58882026-08-25T09:14:20.672Z[ recovery-image] Aug 25 09:14:19.446 INFO O| Aug 25 09:14:19.446 INFO STEP 196 (remove_files) COMPLETE
58892026-08-25T09:14:20.672Z[ recovery-image] Aug 25 09:14:19.446 INFO O| Aug 25 09:14:19.446 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-25T09:14:20.681Z[ recovery-image] Aug 25 09:14:19.455 INFO O| Aug 25 09:14:19.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58912026-08-25T09:14:20.681Z[ recovery-image] Aug 25 09:14:19.455 INFO O| Aug 25 09:14:19.455 INFO STEP 197 (remove_files) COMPLETE
58922026-08-25T09:14:20.681Z[ recovery-image] Aug 25 09:14:19.455 INFO O| Aug 25 09:14:19.455 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-25T09:14:20.690Z[ recovery-image] Aug 25 09:14:19.465 INFO O| Aug 25 09:14:19.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58942026-08-25T09:14:20.690Z[ recovery-image] Aug 25 09:14:19.465 INFO O| Aug 25 09:14:19.465 INFO STEP 198 (remove_files) COMPLETE
58952026-08-25T09:14:20.690Z[ recovery-image] Aug 25 09:14:19.465 INFO O| Aug 25 09:14:19.465 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-25T09:14:20.700Z[ recovery-image] Aug 25 09:14:19.474 INFO O| Aug 25 09:14:19.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58972026-08-25T09:14:20.700Z[ recovery-image] Aug 25 09:14:19.474 INFO O| Aug 25 09:14:19.474 INFO STEP 199 (remove_files) COMPLETE
58982026-08-25T09:14:20.703Z[ recovery-image] Aug 25 09:14:19.474 INFO O| Aug 25 09:14:19.474 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-25T09:14:20.712Z[ recovery-image] Aug 25 09:14:19.486 INFO O| Aug 25 09:14:19.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59002026-08-25T09:14:20.712Z[ recovery-image] Aug 25 09:14:19.486 INFO O| Aug 25 09:14:19.486 INFO STEP 200 (remove_files) COMPLETE
59012026-08-25T09:14:20.712Z[ recovery-image] Aug 25 09:14:19.486 INFO O| Aug 25 09:14:19.486 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-25T09:14:20.723Z[ recovery-image] Aug 25 09:14:19.497 INFO O| Aug 25 09:14:19.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59032026-08-25T09:14:20.724Z[ recovery-image] Aug 25 09:14:19.497 INFO O| Aug 25 09:14:19.497 INFO STEP 201 (remove_files) COMPLETE
59042026-08-25T09:14:20.724Z[ recovery-image] Aug 25 09:14:19.497 INFO O| Aug 25 09:14:19.497 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-25T09:14:20.744Z[ recovery-image] Aug 25 09:14:19.509 INFO O| Aug 25 09:14:19.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59062026-08-25T09:14:20.744Z[ recovery-image] Aug 25 09:14:19.509 INFO O| Aug 25 09:14:19.509 INFO STEP 202 (remove_files) COMPLETE
59072026-08-25T09:14:20.744Z[ recovery-image] Aug 25 09:14:19.509 INFO O| Aug 25 09:14:19.509 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-25T09:14:20.748Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
59092026-08-25T09:14:20.748Z[ recovery-image] Aug 25 09:14:19.519 INFO O| Aug 25 09:14:19.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59102026-08-25T09:14:20.748Z[ recovery-image] Aug 25 09:14:19.519 INFO O| Aug 25 09:14:19.519 INFO STEP 203 (remove_files) COMPLETE
59112026-08-25T09:14:20.748Z[ recovery-image] Aug 25 09:14:19.519 INFO O| Aug 25 09:14:19.519 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-25T09:14:20.759Z[ recovery-image] Aug 25 09:14:19.529 INFO O| Aug 25 09:14:19.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59132026-08-25T09:14:20.759Z[ recovery-image] Aug 25 09:14:19.529 INFO O| Aug 25 09:14:19.529 INFO STEP 204 (remove_files) COMPLETE
59142026-08-25T09:14:20.763Z[ recovery-image] Aug 25 09:14:19.529 INFO O| Aug 25 09:14:19.529 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-25T09:14:20.767Z[ recovery-image] Aug 25 09:14:19.542 INFO O| Aug 25 09:14:19.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59162026-08-25T09:14:20.767Z[ recovery-image] Aug 25 09:14:19.542 INFO O| Aug 25 09:14:19.542 INFO STEP 205 (remove_files) COMPLETE
59172026-08-25T09:14:20.768Z[ recovery-image] Aug 25 09:14:19.542 INFO O| Aug 25 09:14:19.542 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-25T09:14:20.779Z[ recovery-image] Aug 25 09:14:19.553 INFO O| Aug 25 09:14:19.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59192026-08-25T09:14:20.779Z[ recovery-image] Aug 25 09:14:19.553 INFO O| Aug 25 09:14:19.553 INFO STEP 206 (remove_files) COMPLETE
59202026-08-25T09:14:20.779Z[ recovery-image] Aug 25 09:14:19.553 INFO O| Aug 25 09:14:19.553 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-25T09:14:20.790Z[ recovery-image] Aug 25 09:14:19.564 INFO O| Aug 25 09:14:19.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59222026-08-25T09:14:20.790Z[ recovery-image] Aug 25 09:14:19.564 INFO O| Aug 25 09:14:19.564 INFO STEP 207 (remove_files) COMPLETE
59232026-08-25T09:14:20.790Z[ recovery-image] Aug 25 09:14:19.564 INFO O| Aug 25 09:14:19.564 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-25T09:14:20.801Z[ recovery-image] Aug 25 09:14:19.575 INFO O| Aug 25 09:14:19.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59252026-08-25T09:14:20.801Z[ recovery-image] Aug 25 09:14:19.575 INFO O| Aug 25 09:14:19.575 INFO STEP 208 (remove_files) COMPLETE
59262026-08-25T09:14:20.804Z[ recovery-image] Aug 25 09:14:19.575 INFO O| Aug 25 09:14:19.575 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-25T09:14:20.810Z[ recovery-image] Aug 25 09:14:19.584 INFO O| Aug 25 09:14:19.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59282026-08-25T09:14:20.810Z[ recovery-image] Aug 25 09:14:19.584 INFO O| Aug 25 09:14:19.584 INFO STEP 209 (remove_files) COMPLETE
59292026-08-25T09:14:20.810Z[ recovery-image] Aug 25 09:14:19.584 INFO O| Aug 25 09:14:19.584 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-25T09:14:20.819Z[ recovery-image] Aug 25 09:14:19.593 INFO O| Aug 25 09:14:19.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59312026-08-25T09:14:20.819Z[ recovery-image] Aug 25 09:14:19.594 INFO O| Aug 25 09:14:19.593 INFO STEP 210 (remove_files) COMPLETE
59322026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.594 INFO O| Aug 25 09:14:19.594 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.602 INFO O| Aug 25 09:14:19.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59342026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.602 INFO O| Aug 25 09:14:19.602 INFO STEP 211 (remove_files) COMPLETE
59352026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.602 INFO O| Aug 25 09:14:19.602 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.611 INFO O| Aug 25 09:14:19.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59372026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.611 INFO O| Aug 25 09:14:19.611 INFO STEP 212 (remove_files) COMPLETE
59382026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.611 INFO O| Aug 25 09:14:19.611 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-25T09:14:20.870Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
59402026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.621 INFO O| Aug 25 09:14:19.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59412026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.621 INFO O| Aug 25 09:14:19.621 INFO STEP 213 (remove_files) COMPLETE
59422026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.621 INFO O| Aug 25 09:14:19.621 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.631 INFO O| Aug 25 09:14:19.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59442026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.631 INFO O| Aug 25 09:14:19.631 INFO STEP 214 (remove_files) COMPLETE
59452026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.631 INFO O| Aug 25 09:14:19.631 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.639 INFO O| Aug 25 09:14:19.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59472026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.639 INFO O| Aug 25 09:14:19.639 INFO STEP 215 (remove_files) COMPLETE
59482026-08-25T09:14:20.870Z[ recovery-image] Aug 25 09:14:19.639 INFO O| Aug 25 09:14:19.639 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-25T09:14:20.875Z[ recovery-image] Aug 25 09:14:19.647 INFO O| Aug 25 09:14:19.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59502026-08-25T09:14:20.875Z[ recovery-image] Aug 25 09:14:19.647 INFO O| Aug 25 09:14:19.647 INFO STEP 216 (remove_files) COMPLETE
59512026-08-25T09:14:20.875Z[ recovery-image] Aug 25 09:14:19.647 INFO O| Aug 25 09:14:19.647 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-25T09:14:20.881Z[ recovery-image] Aug 25 09:14:19.656 INFO O| Aug 25 09:14:19.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59532026-08-25T09:14:20.882Z[ recovery-image] Aug 25 09:14:19.656 INFO O| Aug 25 09:14:19.656 INFO STEP 217 (remove_files) COMPLETE
59542026-08-25T09:14:20.882Z[ recovery-image] Aug 25 09:14:19.656 INFO O| Aug 25 09:14:19.656 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59552026-08-25T09:14:20.891Z[ recovery-image] Aug 25 09:14:19.665 INFO O| Aug 25 09:14:19.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59562026-08-25T09:14:20.891Z[ recovery-image] Aug 25 09:14:19.665 INFO O| Aug 25 09:14:19.665 INFO STEP 218 (remove_files) COMPLETE
59572026-08-25T09:14:20.891Z[ recovery-image] Aug 25 09:14:19.665 INFO O| Aug 25 09:14:19.665 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59582026-08-25T09:14:20.900Z[ recovery-image] Aug 25 09:14:19.674 INFO O| Aug 25 09:14:19.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59592026-08-25T09:14:20.900Z[ recovery-image] Aug 25 09:14:19.674 INFO O| Aug 25 09:14:19.674 INFO STEP 219 (remove_files) COMPLETE
59602026-08-25T09:14:20.900Z[ recovery-image] Aug 25 09:14:19.674 INFO O| Aug 25 09:14:19.674 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59612026-08-25T09:14:20.910Z[ recovery-image] Aug 25 09:14:19.684 INFO O| Aug 25 09:14:19.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59622026-08-25T09:14:20.910Z[ recovery-image] Aug 25 09:14:19.684 INFO O| Aug 25 09:14:19.684 INFO STEP 220 (remove_files) COMPLETE
59632026-08-25T09:14:20.910Z[ recovery-image] Aug 25 09:14:19.684 INFO O| Aug 25 09:14:19.684 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59642026-08-25T09:14:20.920Z[ recovery-image] Aug 25 09:14:19.694 INFO O| Aug 25 09:14:19.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59652026-08-25T09:14:20.920Z[ recovery-image] Aug 25 09:14:19.694 INFO O| Aug 25 09:14:19.694 INFO STEP 221 (remove_files) COMPLETE
59662026-08-25T09:14:20.923Z[ recovery-image] Aug 25 09:14:19.694 INFO O| Aug 25 09:14:19.694 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59672026-08-25T09:14:20.929Z[ recovery-image] Aug 25 09:14:19.703 INFO O| Aug 25 09:14:19.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59682026-08-25T09:14:20.929Z[ recovery-image] Aug 25 09:14:19.703 INFO O| Aug 25 09:14:19.703 INFO STEP 222 (remove_files) COMPLETE
59692026-08-25T09:14:20.932Z[ recovery-image] Aug 25 09:14:19.703 INFO O| Aug 25 09:14:19.703 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59702026-08-25T09:14:20.940Z[ recovery-image] Aug 25 09:14:19.714 INFO O| Aug 25 09:14:19.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59712026-08-25T09:14:20.940Z[ recovery-image] Aug 25 09:14:19.714 INFO O| Aug 25 09:14:19.714 INFO STEP 223 (remove_files) COMPLETE
59722026-08-25T09:14:20.940Z[ recovery-image] Aug 25 09:14:19.714 INFO O| Aug 25 09:14:19.714 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59732026-08-25T09:14:20.950Z[ recovery-image] Aug 25 09:14:19.724 INFO O| Aug 25 09:14:19.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59742026-08-25T09:14:20.950Z[ recovery-image] Aug 25 09:14:19.724 INFO O| Aug 25 09:14:19.724 INFO STEP 224 (remove_files) COMPLETE
59752026-08-25T09:14:20.950Z[ recovery-image] Aug 25 09:14:19.724 INFO O| Aug 25 09:14:19.724 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59762026-08-25T09:14:20.959Z[ recovery-image] Aug 25 09:14:19.733 INFO O| Aug 25 09:14:19.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59772026-08-25T09:14:20.959Z[ recovery-image] Aug 25 09:14:19.734 INFO O| Aug 25 09:14:19.733 INFO STEP 225 (remove_files) COMPLETE
59782026-08-25T09:14:20.959Z[ recovery-image] Aug 25 09:14:19.734 INFO O| Aug 25 09:14:19.733 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59792026-08-25T09:14:20.969Z[ recovery-image] Aug 25 09:14:19.743 INFO O| Aug 25 09:14:19.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59802026-08-25T09:14:20.969Z[ recovery-image] Aug 25 09:14:19.743 INFO O| Aug 25 09:14:19.743 INFO STEP 226 (remove_files) COMPLETE
59812026-08-25T09:14:20.969Z[ recovery-image] Aug 25 09:14:19.743 INFO O| Aug 25 09:14:19.743 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59822026-08-25T09:14:20.979Z[ recovery-image] Aug 25 09:14:19.752 INFO O| Aug 25 09:14:19.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59832026-08-25T09:14:20.979Z[ recovery-image] Aug 25 09:14:19.752 INFO O| Aug 25 09:14:19.752 INFO STEP 227 (remove_files) COMPLETE
59842026-08-25T09:14:20.979Z[ recovery-image] Aug 25 09:14:19.752 INFO O| Aug 25 09:14:19.752 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59852026-08-25T09:14:21.006Z[ recovery-image] Aug 25 09:14:19.780 INFO O| Aug 25 09:14:19.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59862026-08-25T09:14:21.007Z[ recovery-image] Aug 25 09:14:19.780 INFO O| Aug 25 09:14:19.780 INFO STEP 228 (remove_files) COMPLETE
59872026-08-25T09:14:21.007Z[ recovery-image] Aug 25 09:14:19.780 INFO O| Aug 25 09:14:19.780 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59882026-08-25T09:14:21.015Z[ recovery-image] Aug 25 09:14:19.789 INFO O| Aug 25 09:14:19.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59892026-08-25T09:14:21.015Z[ recovery-image] Aug 25 09:14:19.789 INFO O| Aug 25 09:14:19.789 INFO STEP 229 (remove_files) COMPLETE
59902026-08-25T09:14:21.015Z[ recovery-image] Aug 25 09:14:19.789 INFO O| Aug 25 09:14:19.789 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59912026-08-25T09:14:21.024Z[ recovery-image] Aug 25 09:14:19.798 INFO O| Aug 25 09:14:19.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59922026-08-25T09:14:21.027Z[ recovery-image] Aug 25 09:14:19.799 INFO O| Aug 25 09:14:19.799 INFO STEP 230 (remove_files) COMPLETE
59932026-08-25T09:14:21.027Z[ recovery-image] Aug 25 09:14:19.799 INFO O| Aug 25 09:14:19.799 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-25T09:14:21.036Z[ recovery-image] Aug 25 09:14:19.810 INFO O| Aug 25 09:14:19.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59952026-08-25T09:14:21.036Z[ recovery-image] Aug 25 09:14:19.810 INFO O| Aug 25 09:14:19.810 INFO STEP 231 (remove_files) COMPLETE
59962026-08-25T09:14:21.039Z[ recovery-image] Aug 25 09:14:19.810 INFO O| Aug 25 09:14:19.810 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-25T09:14:21.047Z[ recovery-image] Aug 25 09:14:19.820 INFO O| Aug 25 09:14:19.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59982026-08-25T09:14:21.048Z[ recovery-image] Aug 25 09:14:19.820 INFO O| Aug 25 09:14:19.820 INFO STEP 232 (remove_files) COMPLETE
59992026-08-25T09:14:21.048Z[ recovery-image] Aug 25 09:14:19.820 INFO O| Aug 25 09:14:19.820 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-25T09:14:21.056Z[ recovery-image] Aug 25 09:14:19.830 INFO O| Aug 25 09:14:19.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60012026-08-25T09:14:21.056Z[ recovery-image] Aug 25 09:14:19.830 INFO O| Aug 25 09:14:19.830 INFO STEP 233 (remove_files) COMPLETE
60022026-08-25T09:14:21.056Z[ recovery-image] Aug 25 09:14:19.830 INFO O| Aug 25 09:14:19.830 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-25T09:14:21.066Z[ recovery-image] Aug 25 09:14:19.840 INFO O| Aug 25 09:14:19.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60042026-08-25T09:14:21.066Z[ recovery-image] Aug 25 09:14:19.840 INFO O| Aug 25 09:14:19.840 INFO STEP 234 (remove_files) COMPLETE
60052026-08-25T09:14:21.069Z[ recovery-image] Aug 25 09:14:19.840 INFO O| Aug 25 09:14:19.840 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-25T09:14:21.076Z[ recovery-image] Aug 25 09:14:19.850 INFO O| Aug 25 09:14:19.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60072026-08-25T09:14:21.076Z[ recovery-image] Aug 25 09:14:19.850 INFO O| Aug 25 09:14:19.850 INFO STEP 235 (remove_files) COMPLETE
60082026-08-25T09:14:21.076Z[ recovery-image] Aug 25 09:14:19.850 INFO O| Aug 25 09:14:19.850 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-25T09:14:21.086Z[ recovery-image] Aug 25 09:14:19.860 INFO O| Aug 25 09:14:19.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60102026-08-25T09:14:21.086Z[ recovery-image] Aug 25 09:14:19.860 INFO O| Aug 25 09:14:19.860 INFO STEP 236 (remove_files) COMPLETE
60112026-08-25T09:14:21.086Z[ recovery-image] Aug 25 09:14:19.860 INFO O| Aug 25 09:14:19.860 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-25T09:14:21.095Z[ recovery-image] Aug 25 09:14:19.869 INFO O| Aug 25 09:14:19.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60132026-08-25T09:14:21.095Z[ recovery-image] Aug 25 09:14:19.870 INFO O| Aug 25 09:14:19.869 INFO STEP 237 (remove_files) COMPLETE
60142026-08-25T09:14:21.096Z[ recovery-image] Aug 25 09:14:19.870 INFO O| Aug 25 09:14:19.869 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-25T09:14:21.107Z[ recovery-image] Aug 25 09:14:19.881 INFO O| Aug 25 09:14:19.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60162026-08-25T09:14:21.111Z[ recovery-image] Aug 25 09:14:19.882 INFO O| Aug 25 09:14:19.882 INFO STEP 238 (remove_files) COMPLETE
60172026-08-25T09:14:21.111Z[ recovery-image] Aug 25 09:14:19.882 INFO O| Aug 25 09:14:19.882 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-25T09:14:21.118Z[ recovery-image] Aug 25 09:14:19.893 INFO O| Aug 25 09:14:19.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60192026-08-25T09:14:21.118Z[ recovery-image] Aug 25 09:14:19.893 INFO O| Aug 25 09:14:19.893 INFO STEP 239 (remove_files) COMPLETE
60202026-08-25T09:14:21.119Z[ recovery-image] Aug 25 09:14:19.893 INFO O| Aug 25 09:14:19.893 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-25T09:14:21.129Z[ recovery-image] Aug 25 09:14:19.903 INFO O| Aug 25 09:14:19.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60222026-08-25T09:14:21.129Z[ recovery-image] Aug 25 09:14:19.903 INFO O| Aug 25 09:14:19.903 INFO STEP 240 (remove_files) COMPLETE
60232026-08-25T09:14:21.129Z[ recovery-image] Aug 25 09:14:19.903 INFO O| Aug 25 09:14:19.903 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-25T09:14:21.140Z[ recovery-image] Aug 25 09:14:19.914 INFO O| Aug 25 09:14:19.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60252026-08-25T09:14:21.140Z[ recovery-image] Aug 25 09:14:19.914 INFO O| Aug 25 09:14:19.914 INFO STEP 241 (remove_files) COMPLETE
60262026-08-25T09:14:21.141Z[ recovery-image] Aug 25 09:14:19.914 INFO O| Aug 25 09:14:19.914 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-25T09:14:21.152Z[ recovery-image] Aug 25 09:14:19.925 INFO O| Aug 25 09:14:19.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60282026-08-25T09:14:21.152Z[ recovery-image] Aug 25 09:14:19.926 INFO O| Aug 25 09:14:19.926 INFO STEP 242 (remove_files) COMPLETE
60292026-08-25T09:14:21.152Z[ recovery-image] Aug 25 09:14:19.926 INFO O| Aug 25 09:14:19.926 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-25T09:14:21.160Z[ recovery-image] Aug 25 09:14:19.934 INFO O| Aug 25 09:14:19.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60312026-08-25T09:14:21.160Z[ recovery-image] Aug 25 09:14:19.934 INFO O| Aug 25 09:14:19.934 INFO STEP 243 (remove_files) COMPLETE
60322026-08-25T09:14:21.163Z[ recovery-image] Aug 25 09:14:19.934 INFO O| Aug 25 09:14:19.934 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-25T09:14:21.168Z[ recovery-image] Aug 25 09:14:19.942 INFO O| Aug 25 09:14:19.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60342026-08-25T09:14:21.168Z[ recovery-image] Aug 25 09:14:19.942 INFO O| Aug 25 09:14:19.942 INFO STEP 244 (remove_files) COMPLETE
60352026-08-25T09:14:21.172Z[ recovery-image] Aug 25 09:14:19.942 INFO O| Aug 25 09:14:19.942 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-25T09:14:21.178Z[ recovery-image] Aug 25 09:14:19.952 INFO O| Aug 25 09:14:19.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60372026-08-25T09:14:21.178Z[ recovery-image] Aug 25 09:14:19.953 INFO O| Aug 25 09:14:19.953 INFO STEP 245 (remove_files) COMPLETE
60382026-08-25T09:14:21.178Z[ recovery-image] Aug 25 09:14:19.953 INFO O| Aug 25 09:14:19.953 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-25T09:14:21.188Z[ recovery-image] Aug 25 09:14:19.962 INFO O| Aug 25 09:14:19.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60402026-08-25T09:14:21.188Z[ recovery-image] Aug 25 09:14:19.962 INFO O| Aug 25 09:14:19.962 INFO STEP 246 (remove_files) COMPLETE
60412026-08-25T09:14:21.189Z[ recovery-image] Aug 25 09:14:19.962 INFO O| Aug 25 09:14:19.962 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-25T09:14:21.200Z[ recovery-image] Aug 25 09:14:19.974 INFO O| Aug 25 09:14:19.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60432026-08-25T09:14:21.200Z[ recovery-image] Aug 25 09:14:19.974 INFO O| Aug 25 09:14:19.974 INFO STEP 247 (remove_files) COMPLETE
60442026-08-25T09:14:21.200Z[ recovery-image] Aug 25 09:14:19.974 INFO O| Aug 25 09:14:19.974 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-25T09:14:21.210Z[ recovery-image] Aug 25 09:14:19.984 INFO O| Aug 25 09:14:19.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60462026-08-25T09:14:21.210Z[ recovery-image] Aug 25 09:14:19.984 INFO O| Aug 25 09:14:19.984 INFO STEP 248 (remove_files) COMPLETE
60472026-08-25T09:14:21.210Z[ recovery-image] Aug 25 09:14:19.984 INFO O| Aug 25 09:14:19.984 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-25T09:14:21.220Z[ recovery-image] Aug 25 09:14:19.994 INFO O| Aug 25 09:14:19.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60492026-08-25T09:14:21.220Z[ recovery-image] Aug 25 09:14:19.994 INFO O| Aug 25 09:14:19.994 INFO STEP 249 (remove_files) COMPLETE
60502026-08-25T09:14:21.220Z[ recovery-image] Aug 25 09:14:19.994 INFO O| Aug 25 09:14:19.994 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-25T09:14:21.230Z[ recovery-image] Aug 25 09:14:20.004 INFO O| Aug 25 09:14:20.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60522026-08-25T09:14:21.230Z[ recovery-image] Aug 25 09:14:20.004 INFO O| Aug 25 09:14:20.004 INFO STEP 250 (remove_files) COMPLETE
60532026-08-25T09:14:21.230Z[ recovery-image] Aug 25 09:14:20.004 INFO O| Aug 25 09:14:20.004 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-25T09:14:21.240Z[ recovery-image] Aug 25 09:14:20.014 INFO O| Aug 25 09:14:20.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60552026-08-25T09:14:21.240Z[ recovery-image] Aug 25 09:14:20.015 INFO O| Aug 25 09:14:20.014 INFO STEP 251 (remove_files) COMPLETE
60562026-08-25T09:14:21.240Z[ recovery-image] Aug 25 09:14:20.015 INFO O| Aug 25 09:14:20.014 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-25T09:14:21.251Z[ recovery-image] Aug 25 09:14:20.024 INFO O| Aug 25 09:14:20.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60582026-08-25T09:14:21.251Z[ recovery-image] Aug 25 09:14:20.024 INFO O| Aug 25 09:14:20.024 INFO STEP 252 (remove_files) COMPLETE
60592026-08-25T09:14:21.251Z[ recovery-image] Aug 25 09:14:20.024 INFO O| Aug 25 09:14:20.024 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-25T09:14:21.260Z[ recovery-image] Aug 25 09:14:20.034 INFO O| Aug 25 09:14:20.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60612026-08-25T09:14:21.260Z[ recovery-image] Aug 25 09:14:20.034 INFO O| Aug 25 09:14:20.034 INFO STEP 253 (remove_files) COMPLETE
60622026-08-25T09:14:21.260Z[ recovery-image] Aug 25 09:14:20.034 INFO O| Aug 25 09:14:20.034 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-25T09:14:21.268Z[ recovery-image] Aug 25 09:14:20.043 INFO O| Aug 25 09:14:20.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60642026-08-25T09:14:21.269Z[ recovery-image] Aug 25 09:14:20.043 INFO O| Aug 25 09:14:20.043 INFO STEP 254 (remove_files) COMPLETE
60652026-08-25T09:14:21.269Z[ recovery-image] Aug 25 09:14:20.043 INFO O| Aug 25 09:14:20.043 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-25T09:14:21.279Z[ recovery-image] Aug 25 09:14:20.053 INFO O| Aug 25 09:14:20.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60672026-08-25T09:14:21.279Z[ recovery-image] Aug 25 09:14:20.053 INFO O| Aug 25 09:14:20.053 INFO STEP 255 (remove_files) COMPLETE
60682026-08-25T09:14:21.279Z[ recovery-image] Aug 25 09:14:20.053 INFO O| Aug 25 09:14:20.053 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-25T09:14:21.291Z[ recovery-image] Aug 25 09:14:20.064 INFO O| Aug 25 09:14:20.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60702026-08-25T09:14:21.291Z[ recovery-image] Aug 25 09:14:20.064 INFO O| Aug 25 09:14:20.064 INFO STEP 256 (remove_files) COMPLETE
60712026-08-25T09:14:21.291Z[ recovery-image] Aug 25 09:14:20.064 INFO O| Aug 25 09:14:20.064 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-25T09:14:21.301Z[ recovery-image] Aug 25 09:14:20.075 INFO O| Aug 25 09:14:20.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60732026-08-25T09:14:21.301Z[ recovery-image] Aug 25 09:14:20.075 INFO O| Aug 25 09:14:20.075 INFO STEP 257 (remove_files) COMPLETE
60742026-08-25T09:14:21.301Z[ recovery-image] Aug 25 09:14:20.075 INFO O| Aug 25 09:14:20.075 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-25T09:14:21.310Z[ recovery-image] Aug 25 09:14:20.084 INFO O| Aug 25 09:14:20.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60762026-08-25T09:14:21.310Z[ recovery-image] Aug 25 09:14:20.084 INFO O| Aug 25 09:14:20.084 INFO STEP 258 (remove_files) COMPLETE
60772026-08-25T09:14:21.310Z[ recovery-image] Aug 25 09:14:20.084 INFO O| Aug 25 09:14:20.084 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-25T09:14:21.320Z[ recovery-image] Aug 25 09:14:20.094 INFO O| Aug 25 09:14:20.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60792026-08-25T09:14:21.320Z[ recovery-image] Aug 25 09:14:20.094 INFO O| Aug 25 09:14:20.094 INFO STEP 259 (remove_files) COMPLETE
60802026-08-25T09:14:21.321Z[ recovery-image] Aug 25 09:14:20.094 INFO O| Aug 25 09:14:20.094 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-25T09:14:21.326Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
60822026-08-25T09:14:21.331Z[ recovery-image] Aug 25 09:14:20.105 INFO O| Aug 25 09:14:20.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60832026-08-25T09:14:21.331Z[ recovery-image] Aug 25 09:14:20.106 INFO O| Aug 25 09:14:20.105 INFO STEP 260 (remove_files) COMPLETE
60842026-08-25T09:14:21.331Z[ recovery-image] Aug 25 09:14:20.106 INFO O| Aug 25 09:14:20.105 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-25T09:14:21.344Z[ recovery-image] Aug 25 09:14:20.118 INFO O| Aug 25 09:14:20.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60862026-08-25T09:14:21.344Z[ recovery-image] Aug 25 09:14:20.118 INFO O| Aug 25 09:14:20.118 INFO STEP 261 (remove_files) COMPLETE
60872026-08-25T09:14:21.344Z[ recovery-image] Aug 25 09:14:20.118 INFO O| Aug 25 09:14:20.118 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-25T09:14:21.354Z[ recovery-image] Aug 25 09:14:20.128 INFO O| Aug 25 09:14:20.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60892026-08-25T09:14:21.354Z[ recovery-image] Aug 25 09:14:20.128 INFO O| Aug 25 09:14:20.128 INFO STEP 262 (remove_files) COMPLETE
60902026-08-25T09:14:21.354Z[ recovery-image] Aug 25 09:14:20.128 INFO O| Aug 25 09:14:20.128 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-25T09:14:21.363Z[ recovery-image] Aug 25 09:14:20.138 INFO O| Aug 25 09:14:20.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60922026-08-25T09:14:21.364Z[ recovery-image] Aug 25 09:14:20.138 INFO O| Aug 25 09:14:20.138 INFO STEP 263 (remove_files) COMPLETE
60932026-08-25T09:14:21.367Z[ recovery-image] Aug 25 09:14:20.138 INFO O| Aug 25 09:14:20.138 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-25T09:14:21.372Z[ recovery-image] Aug 25 09:14:20.146 INFO O| Aug 25 09:14:20.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60952026-08-25T09:14:21.372Z[ recovery-image] Aug 25 09:14:20.147 INFO O| Aug 25 09:14:20.146 INFO STEP 264 (remove_files) COMPLETE
60962026-08-25T09:14:21.372Z[ recovery-image] Aug 25 09:14:20.147 INFO O| Aug 25 09:14:20.147 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-25T09:14:21.383Z[ recovery-image] Aug 25 09:14:20.157 INFO O| Aug 25 09:14:20.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60982026-08-25T09:14:21.383Z[ recovery-image] Aug 25 09:14:20.157 INFO O| Aug 25 09:14:20.157 INFO STEP 265 (remove_files) COMPLETE
60992026-08-25T09:14:21.386Z[ recovery-image] Aug 25 09:14:20.157 INFO O| Aug 25 09:14:20.157 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-25T09:14:21.392Z[ recovery-image] Aug 25 09:14:20.166 INFO O| Aug 25 09:14:20.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61012026-08-25T09:14:21.392Z[ recovery-image] Aug 25 09:14:20.166 INFO O| Aug 25 09:14:20.166 INFO STEP 266 (remove_files) COMPLETE
61022026-08-25T09:14:21.392Z[ recovery-image] Aug 25 09:14:20.166 INFO O| Aug 25 09:14:20.166 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-25T09:14:21.401Z[ recovery-image] Aug 25 09:14:20.175 INFO O| Aug 25 09:14:20.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61042026-08-25T09:14:21.401Z[ recovery-image] Aug 25 09:14:20.175 INFO O| Aug 25 09:14:20.175 INFO STEP 267 (remove_files) COMPLETE
61052026-08-25T09:14:21.401Z[ recovery-image] Aug 25 09:14:20.175 INFO O| Aug 25 09:14:20.175 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-25T09:14:21.410Z[ recovery-image] Aug 25 09:14:20.184 INFO O| Aug 25 09:14:20.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61072026-08-25T09:14:21.410Z[ recovery-image] Aug 25 09:14:20.184 INFO O| Aug 25 09:14:20.184 INFO STEP 268 (remove_files) COMPLETE
61082026-08-25T09:14:21.410Z[ recovery-image] Aug 25 09:14:20.184 INFO O| Aug 25 09:14:20.184 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-25T09:14:21.420Z[ recovery-image] Aug 25 09:14:20.194 INFO O| Aug 25 09:14:20.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61102026-08-25T09:14:21.420Z[ recovery-image] Aug 25 09:14:20.194 INFO O| Aug 25 09:14:20.194 INFO STEP 269 (remove_files) COMPLETE
61112026-08-25T09:14:21.420Z[ recovery-image] Aug 25 09:14:20.194 INFO O| Aug 25 09:14:20.194 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-25T09:14:21.431Z[ recovery-image] Aug 25 09:14:20.205 INFO O| Aug 25 09:14:20.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61132026-08-25T09:14:21.431Z[ recovery-image] Aug 25 09:14:20.205 INFO O| Aug 25 09:14:20.205 INFO STEP 270 (remove_files) COMPLETE
61142026-08-25T09:14:21.435Z[ recovery-image] Aug 25 09:14:20.205 INFO O| Aug 25 09:14:20.205 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-25T09:14:21.441Z[ recovery-image] Aug 25 09:14:20.215 INFO O| Aug 25 09:14:20.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61162026-08-25T09:14:21.441Z[ recovery-image] Aug 25 09:14:20.215 INFO O| Aug 25 09:14:20.215 INFO STEP 271 (remove_files) COMPLETE
61172026-08-25T09:14:21.441Z[ recovery-image] Aug 25 09:14:20.215 INFO O| Aug 25 09:14:20.215 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-25T09:14:21.455Z[ recovery-image] Aug 25 09:14:20.225 INFO O| Aug 25 09:14:20.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61192026-08-25T09:14:21.455Z[ recovery-image] Aug 25 09:14:20.225 INFO O| Aug 25 09:14:20.225 INFO STEP 272 (remove_files) COMPLETE
61202026-08-25T09:14:21.455Z[ recovery-image] Aug 25 09:14:20.225 INFO O| Aug 25 09:14:20.225 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-25T09:14:21.462Z[ recovery-image] Aug 25 09:14:20.236 INFO O| Aug 25 09:14:20.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61222026-08-25T09:14:21.462Z[ recovery-image] Aug 25 09:14:20.236 INFO O| Aug 25 09:14:20.236 INFO STEP 273 (remove_files) COMPLETE
61232026-08-25T09:14:21.465Z[ recovery-image] Aug 25 09:14:20.236 INFO O| Aug 25 09:14:20.236 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-25T09:14:21.473Z[ recovery-image] Aug 25 09:14:20.247 INFO O| Aug 25 09:14:20.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61252026-08-25T09:14:21.473Z[ recovery-image] Aug 25 09:14:20.247 INFO O| Aug 25 09:14:20.247 INFO STEP 274 (remove_files) COMPLETE
61262026-08-25T09:14:21.473Z[ recovery-image] Aug 25 09:14:20.247 INFO O| Aug 25 09:14:20.247 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-25T09:14:21.476Z[verify-libraries] Compiling fatfs v0.3.6
61282026-08-25T09:14:21.483Z[ recovery-image] Aug 25 09:14:20.257 INFO O| Aug 25 09:14:20.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61292026-08-25T09:14:21.483Z[ recovery-image] Aug 25 09:14:20.257 INFO O| Aug 25 09:14:20.257 INFO STEP 275 (remove_files) COMPLETE
61302026-08-25T09:14:21.486Z[ recovery-image] Aug 25 09:14:20.257 INFO O| Aug 25 09:14:20.257 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-25T09:14:21.494Z[ recovery-image] Aug 25 09:14:20.268 INFO O| Aug 25 09:14:20.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61322026-08-25T09:14:21.494Z[ recovery-image] Aug 25 09:14:20.268 INFO O| Aug 25 09:14:20.268 INFO STEP 276 (remove_files) COMPLETE
61332026-08-25T09:14:21.494Z[ recovery-image] Aug 25 09:14:20.268 INFO O| Aug 25 09:14:20.268 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-25T09:14:21.504Z[ recovery-image] Aug 25 09:14:20.278 INFO O| Aug 25 09:14:20.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61352026-08-25T09:14:21.504Z[ recovery-image] Aug 25 09:14:20.278 INFO O| Aug 25 09:14:20.278 INFO STEP 277 (remove_files) COMPLETE
61362026-08-25T09:14:21.504Z[ recovery-image] Aug 25 09:14:20.278 INFO O| Aug 25 09:14:20.278 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-25T09:14:21.514Z[ recovery-image] Aug 25 09:14:20.288 INFO O| Aug 25 09:14:20.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61382026-08-25T09:14:21.514Z[ recovery-image] Aug 25 09:14:20.288 INFO O| Aug 25 09:14:20.288 INFO STEP 278 (remove_files) COMPLETE
61392026-08-25T09:14:21.517Z[ recovery-image] Aug 25 09:14:20.288 INFO O| Aug 25 09:14:20.288 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-25T09:14:21.525Z[ recovery-image] Aug 25 09:14:20.299 INFO O| Aug 25 09:14:20.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61412026-08-25T09:14:21.525Z[ recovery-image] Aug 25 09:14:20.299 INFO O| Aug 25 09:14:20.299 INFO STEP 279 (remove_files) COMPLETE
61422026-08-25T09:14:21.525Z[ recovery-image] Aug 25 09:14:20.299 INFO O| Aug 25 09:14:20.299 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-25T09:14:21.535Z[ recovery-image] Aug 25 09:14:20.309 INFO O| Aug 25 09:14:20.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61442026-08-25T09:14:21.535Z[ recovery-image] Aug 25 09:14:20.309 INFO O| Aug 25 09:14:20.309 INFO STEP 280 (remove_files) COMPLETE
61452026-08-25T09:14:21.538Z[ recovery-image] Aug 25 09:14:20.309 INFO O| Aug 25 09:14:20.309 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-25T09:14:21.546Z[ recovery-image] Aug 25 09:14:20.320 INFO O| Aug 25 09:14:20.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61472026-08-25T09:14:21.546Z[ recovery-image] Aug 25 09:14:20.320 INFO O| Aug 25 09:14:20.320 INFO STEP 281 (remove_files) COMPLETE
61482026-08-25T09:14:21.552Z[ recovery-image] Aug 25 09:14:20.320 INFO O| Aug 25 09:14:20.320 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-25T09:14:21.555Z[ recovery-image] Aug 25 09:14:20.329 INFO O| Aug 25 09:14:20.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61502026-08-25T09:14:21.555Z[ recovery-image] Aug 25 09:14:20.329 INFO O| Aug 25 09:14:20.329 INFO STEP 282 (remove_files) COMPLETE
61512026-08-25T09:14:21.555Z[ recovery-image] Aug 25 09:14:20.329 INFO O| Aug 25 09:14:20.329 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-25T09:14:21.565Z[ recovery-image] Aug 25 09:14:20.338 INFO O| Aug 25 09:14:20.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61532026-08-25T09:14:21.565Z[ recovery-image] Aug 25 09:14:20.338 INFO O| Aug 25 09:14:20.338 INFO STEP 283 (remove_files) COMPLETE
61542026-08-25T09:14:21.565Z[ recovery-image] Aug 25 09:14:20.338 INFO O| Aug 25 09:14:20.338 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-25T09:14:21.574Z[ recovery-image] Aug 25 09:14:20.348 INFO O| Aug 25 09:14:20.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61562026-08-25T09:14:21.574Z[ recovery-image] Aug 25 09:14:20.348 INFO O| Aug 25 09:14:20.348 INFO STEP 284 (remove_files) COMPLETE
61572026-08-25T09:14:21.574Z[ recovery-image] Aug 25 09:14:20.348 INFO O| Aug 25 09:14:20.348 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-25T09:14:21.584Z[ recovery-image] Aug 25 09:14:20.358 INFO O| Aug 25 09:14:20.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61592026-08-25T09:14:21.587Z[ recovery-image] Aug 25 09:14:20.359 INFO O| Aug 25 09:14:20.359 INFO STEP 285 (remove_files) COMPLETE
61602026-08-25T09:14:21.587Z[ recovery-image] Aug 25 09:14:20.359 INFO O| Aug 25 09:14:20.359 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-25T09:14:21.595Z[ recovery-image] Aug 25 09:14:20.369 INFO O| Aug 25 09:14:20.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61622026-08-25T09:14:21.595Z[ recovery-image] Aug 25 09:14:20.369 INFO O| Aug 25 09:14:20.369 INFO STEP 286 (remove_files) COMPLETE
61632026-08-25T09:14:21.595Z[ recovery-image] Aug 25 09:14:20.369 INFO O| Aug 25 09:14:20.369 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-25T09:14:21.604Z[ recovery-image] Aug 25 09:14:20.378 INFO O| Aug 25 09:14:20.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61652026-08-25T09:14:21.604Z[ recovery-image] Aug 25 09:14:20.378 INFO O| Aug 25 09:14:20.378 INFO STEP 287 (remove_files) COMPLETE
61662026-08-25T09:14:21.604Z[ recovery-image] Aug 25 09:14:20.378 INFO O| Aug 25 09:14:20.378 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-25T09:14:21.613Z[ recovery-image] Aug 25 09:14:20.387 INFO O| Aug 25 09:14:20.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61682026-08-25T09:14:21.613Z[ recovery-image] Aug 25 09:14:20.387 INFO O| Aug 25 09:14:20.387 INFO STEP 288 (remove_files) COMPLETE
61692026-08-25T09:14:21.613Z[ recovery-image] Aug 25 09:14:20.387 INFO O| Aug 25 09:14:20.387 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-25T09:14:21.626Z[ recovery-image] Aug 25 09:14:20.396 INFO O| Aug 25 09:14:20.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61712026-08-25T09:14:21.626Z[ recovery-image] Aug 25 09:14:20.396 INFO O| Aug 25 09:14:20.396 INFO STEP 289 (remove_files) COMPLETE
61722026-08-25T09:14:21.626Z[ recovery-image] Aug 25 09:14:20.396 INFO O| Aug 25 09:14:20.396 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-25T09:14:21.629Z[verify-libraries] Compiling num-bigint v0.4.6
61742026-08-25T09:14:21.632Z[ recovery-image] Aug 25 09:14:20.405 INFO O| Aug 25 09:14:20.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61752026-08-25T09:14:21.632Z[ recovery-image] Aug 25 09:14:20.405 INFO O| Aug 25 09:14:20.405 INFO STEP 290 (remove_files) COMPLETE
61762026-08-25T09:14:21.632Z[ recovery-image] Aug 25 09:14:20.405 INFO O| Aug 25 09:14:20.405 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-25T09:14:21.643Z[ recovery-image] Aug 25 09:14:20.417 INFO O| Aug 25 09:14:20.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61782026-08-25T09:14:21.643Z[ recovery-image] Aug 25 09:14:20.417 INFO O| Aug 25 09:14:20.417 INFO STEP 291 (remove_files) COMPLETE
61792026-08-25T09:14:21.643Z[ recovery-image] Aug 25 09:14:20.417 INFO O| Aug 25 09:14:20.417 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-25T09:14:21.656Z[ recovery-image] Aug 25 09:14:20.428 INFO O| Aug 25 09:14:20.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61812026-08-25T09:14:21.656Z[ recovery-image] Aug 25 09:14:20.428 INFO O| Aug 25 09:14:20.428 INFO STEP 292 (remove_files) COMPLETE
61822026-08-25T09:14:21.659Z[ recovery-image] Aug 25 09:14:20.428 INFO O| Aug 25 09:14:20.428 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-25T09:14:21.664Z[ recovery-image] Aug 25 09:14:20.438 INFO O| Aug 25 09:14:20.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61842026-08-25T09:14:21.664Z[ recovery-image] Aug 25 09:14:20.438 INFO O| Aug 25 09:14:20.438 INFO STEP 293 (remove_files) COMPLETE
61852026-08-25T09:14:21.668Z[ recovery-image] Aug 25 09:14:20.438 INFO O| Aug 25 09:14:20.438 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-25T09:14:21.673Z[ recovery-image] Aug 25 09:14:20.447 INFO O| Aug 25 09:14:20.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61872026-08-25T09:14:21.673Z[ recovery-image] Aug 25 09:14:20.448 INFO O| Aug 25 09:14:20.447 INFO STEP 294 (remove_files) COMPLETE
61882026-08-25T09:14:21.673Z[ recovery-image] Aug 25 09:14:20.448 INFO O| Aug 25 09:14:20.447 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-25T09:14:21.681Z[ recovery-image] Aug 25 09:14:20.455 INFO O| Aug 25 09:14:20.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61902026-08-25T09:14:21.681Z[ recovery-image] Aug 25 09:14:20.455 INFO O| Aug 25 09:14:20.455 INFO STEP 295 (remove_files) COMPLETE
61912026-08-25T09:14:21.681Z[ recovery-image] Aug 25 09:14:20.455 INFO O| Aug 25 09:14:20.455 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-25T09:14:21.693Z[ recovery-image] Aug 25 09:14:20.466 INFO O| Aug 25 09:14:20.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61932026-08-25T09:14:21.693Z[ recovery-image] Aug 25 09:14:20.466 INFO O| Aug 25 09:14:20.466 INFO STEP 296 (remove_files) COMPLETE
61942026-08-25T09:14:21.693Z[ recovery-image] Aug 25 09:14:20.466 INFO O| Aug 25 09:14:20.466 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-25T09:14:21.702Z[ recovery-image] Aug 25 09:14:20.476 INFO O| Aug 25 09:14:20.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61962026-08-25T09:14:21.702Z[ recovery-image] Aug 25 09:14:20.476 INFO O| Aug 25 09:14:20.476 INFO STEP 297 (remove_files) COMPLETE
61972026-08-25T09:14:21.702Z[ recovery-image] Aug 25 09:14:20.476 INFO O| Aug 25 09:14:20.476 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-25T09:14:21.713Z[ recovery-image] Aug 25 09:14:20.487 INFO O| Aug 25 09:14:20.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61992026-08-25T09:14:21.713Z[ recovery-image] Aug 25 09:14:20.487 INFO O| Aug 25 09:14:20.487 INFO STEP 298 (remove_files) COMPLETE
62002026-08-25T09:14:21.716Z[ recovery-image] Aug 25 09:14:20.487 INFO O| Aug 25 09:14:20.487 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-25T09:14:21.724Z[ recovery-image] Aug 25 09:14:20.498 INFO O| Aug 25 09:14:20.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62022026-08-25T09:14:21.724Z[ recovery-image] Aug 25 09:14:20.498 INFO O| Aug 25 09:14:20.498 INFO STEP 299 (remove_files) COMPLETE
62032026-08-25T09:14:21.724Z[ recovery-image] Aug 25 09:14:20.498 INFO O| Aug 25 09:14:20.498 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-25T09:14:21.733Z[ recovery-image] Aug 25 09:14:20.507 INFO O| Aug 25 09:14:20.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62052026-08-25T09:14:21.734Z[ recovery-image] Aug 25 09:14:20.508 INFO O| Aug 25 09:14:20.507 INFO STEP 300 (remove_files) COMPLETE
62062026-08-25T09:14:21.734Z[ recovery-image] Aug 25 09:14:20.508 INFO O| Aug 25 09:14:20.507 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-25T09:14:21.744Z[ recovery-image] Aug 25 09:14:20.519 INFO O| Aug 25 09:14:20.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62082026-08-25T09:14:21.745Z[ recovery-image] Aug 25 09:14:20.519 INFO O| Aug 25 09:14:20.519 INFO STEP 301 (remove_files) COMPLETE
62092026-08-25T09:14:21.745Z[ recovery-image] Aug 25 09:14:20.519 INFO O| Aug 25 09:14:20.519 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-25T09:14:21.754Z[ recovery-image] Aug 25 09:14:20.528 INFO O| Aug 25 09:14:20.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62112026-08-25T09:14:21.754Z[ recovery-image] Aug 25 09:14:20.528 INFO O| Aug 25 09:14:20.528 INFO STEP 302 (remove_files) COMPLETE
62122026-08-25T09:14:21.754Z[ recovery-image] Aug 25 09:14:20.528 INFO O| Aug 25 09:14:20.528 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-25T09:14:21.765Z[ recovery-image] Aug 25 09:14:20.539 INFO O| Aug 25 09:14:20.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62142026-08-25T09:14:21.765Z[ recovery-image] Aug 25 09:14:20.539 INFO O| Aug 25 09:14:20.539 INFO STEP 303 (remove_files) COMPLETE
62152026-08-25T09:14:21.765Z[ recovery-image] Aug 25 09:14:20.539 INFO O| Aug 25 09:14:20.539 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-25T09:14:21.776Z[ recovery-image] Aug 25 09:14:20.550 INFO O| Aug 25 09:14:20.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62172026-08-25T09:14:21.776Z[ recovery-image] Aug 25 09:14:20.550 INFO O| Aug 25 09:14:20.550 INFO STEP 304 (remove_files) COMPLETE
62182026-08-25T09:14:21.776Z[ recovery-image] Aug 25 09:14:20.550 INFO O| Aug 25 09:14:20.550 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-25T09:14:21.787Z[ recovery-image] Aug 25 09:14:20.561 INFO O| Aug 25 09:14:20.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62202026-08-25T09:14:21.787Z[ recovery-image] Aug 25 09:14:20.561 INFO O| Aug 25 09:14:20.561 INFO STEP 305 (remove_files) COMPLETE
62212026-08-25T09:14:21.787Z[ recovery-image] Aug 25 09:14:20.561 INFO O| Aug 25 09:14:20.561 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-25T09:14:21.796Z[ recovery-image] Aug 25 09:14:20.570 INFO O| Aug 25 09:14:20.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62232026-08-25T09:14:21.796Z[ recovery-image] Aug 25 09:14:20.570 INFO O| Aug 25 09:14:20.570 INFO STEP 306 (remove_files) COMPLETE
62242026-08-25T09:14:21.796Z[ recovery-image] Aug 25 09:14:20.570 INFO O| Aug 25 09:14:20.570 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-25T09:14:21.808Z[ recovery-image] Aug 25 09:14:20.582 INFO O| Aug 25 09:14:20.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62262026-08-25T09:14:21.808Z[ recovery-image] Aug 25 09:14:20.582 INFO O| Aug 25 09:14:20.582 INFO STEP 307 (remove_files) COMPLETE
62272026-08-25T09:14:21.808Z[ recovery-image] Aug 25 09:14:20.582 INFO O| Aug 25 09:14:20.582 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-25T09:14:21.818Z[ recovery-image] Aug 25 09:14:20.592 INFO O| Aug 25 09:14:20.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62292026-08-25T09:14:21.818Z[ recovery-image] Aug 25 09:14:20.592 INFO O| Aug 25 09:14:20.592 INFO STEP 308 (remove_files) COMPLETE
62302026-08-25T09:14:21.818Z[ recovery-image] Aug 25 09:14:20.592 INFO O| Aug 25 09:14:20.592 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-25T09:14:21.827Z[ recovery-image] Aug 25 09:14:20.601 INFO O| Aug 25 09:14:20.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62322026-08-25T09:14:21.827Z[ recovery-image] Aug 25 09:14:20.601 INFO O| Aug 25 09:14:20.601 INFO STEP 309 (remove_files) COMPLETE
62332026-08-25T09:14:21.830Z[ recovery-image] Aug 25 09:14:20.601 INFO O| Aug 25 09:14:20.601 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-25T09:14:21.837Z[ recovery-image] Aug 25 09:14:20.611 INFO O| Aug 25 09:14:20.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62352026-08-25T09:14:21.837Z[ recovery-image] Aug 25 09:14:20.611 INFO O| Aug 25 09:14:20.611 INFO STEP 310 (remove_files) COMPLETE
62362026-08-25T09:14:21.840Z[ recovery-image] Aug 25 09:14:20.611 INFO O| Aug 25 09:14:20.611 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-25T09:14:21.846Z[ recovery-image] Aug 25 09:14:20.619 INFO O| Aug 25 09:14:20.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62382026-08-25T09:14:21.846Z[ recovery-image] Aug 25 09:14:20.619 INFO O| Aug 25 09:14:20.619 INFO STEP 311 (remove_files) COMPLETE
62392026-08-25T09:14:21.846Z[ recovery-image] Aug 25 09:14:20.619 INFO O| Aug 25 09:14:20.619 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-25T09:14:21.854Z[ recovery-image] Aug 25 09:14:20.628 INFO O| Aug 25 09:14:20.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62412026-08-25T09:14:21.854Z[ recovery-image] Aug 25 09:14:20.628 INFO O| Aug 25 09:14:20.628 INFO STEP 312 (remove_files) COMPLETE
62422026-08-25T09:14:21.854Z[ recovery-image] Aug 25 09:14:20.628 INFO O| Aug 25 09:14:20.628 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-25T09:14:21.863Z[ recovery-image] Aug 25 09:14:20.637 INFO O| Aug 25 09:14:20.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62442026-08-25T09:14:21.863Z[ recovery-image] Aug 25 09:14:20.637 INFO O| Aug 25 09:14:20.637 INFO STEP 313 (remove_files) COMPLETE
62452026-08-25T09:14:21.863Z[ recovery-image] Aug 25 09:14:20.637 INFO O| Aug 25 09:14:20.637 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-25T09:14:21.872Z[ recovery-image] Aug 25 09:14:20.646 INFO O| Aug 25 09:14:20.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62472026-08-25T09:14:21.872Z[ recovery-image] Aug 25 09:14:20.646 INFO O| Aug 25 09:14:20.646 INFO STEP 314 (remove_files) COMPLETE
62482026-08-25T09:14:21.872Z[ recovery-image] Aug 25 09:14:20.646 INFO O| Aug 25 09:14:20.646 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-25T09:14:21.882Z[ recovery-image] Aug 25 09:14:20.655 INFO O| Aug 25 09:14:20.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62502026-08-25T09:14:21.882Z[ recovery-image] Aug 25 09:14:20.656 INFO O| Aug 25 09:14:20.655 INFO STEP 315 (remove_files) COMPLETE
62512026-08-25T09:14:21.882Z[ recovery-image] Aug 25 09:14:20.656 INFO O| Aug 25 09:14:20.656 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-25T09:14:21.891Z[ recovery-image] Aug 25 09:14:20.665 INFO O| Aug 25 09:14:20.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62532026-08-25T09:14:21.891Z[ recovery-image] Aug 25 09:14:20.665 INFO O| Aug 25 09:14:20.665 INFO STEP 316 (remove_files) COMPLETE
62542026-08-25T09:14:21.891Z[ recovery-image] Aug 25 09:14:20.665 INFO O| Aug 25 09:14:20.665 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-25T09:14:21.906Z[ recovery-image] Aug 25 09:14:20.673 INFO O| Aug 25 09:14:20.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62562026-08-25T09:14:21.906Z[ recovery-image] Aug 25 09:14:20.673 INFO O| Aug 25 09:14:20.673 INFO STEP 317 (remove_files) COMPLETE
62572026-08-25T09:14:21.909Z[ recovery-image] Aug 25 09:14:20.673 INFO O| Aug 25 09:14:20.673 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-25T09:14:21.924Z[ recovery-image] Aug 25 09:14:20.685 INFO O| Aug 25 09:14:20.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62592026-08-25T09:14:21.924Z[ recovery-image] Aug 25 09:14:20.685 INFO O| Aug 25 09:14:20.685 INFO STEP 318 (remove_files) COMPLETE
62602026-08-25T09:14:21.924Z[ recovery-image] Aug 25 09:14:20.685 INFO O| Aug 25 09:14:20.685 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-25T09:14:21.928Z[ recovery-image] Aug 25 09:14:20.695 INFO O| Aug 25 09:14:20.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62622026-08-25T09:14:21.928Z[ recovery-image] Aug 25 09:14:20.695 INFO O| Aug 25 09:14:20.695 INFO STEP 319 (remove_files) COMPLETE
62632026-08-25T09:14:21.928Z[ recovery-image] Aug 25 09:14:20.695 INFO O| Aug 25 09:14:20.695 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-25T09:14:21.931Z[ recovery-image] Aug 25 09:14:20.704 INFO O| Aug 25 09:14:20.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62652026-08-25T09:14:21.931Z[ recovery-image] Aug 25 09:14:20.704 INFO O| Aug 25 09:14:20.704 INFO STEP 320 (remove_files) COMPLETE
62662026-08-25T09:14:21.931Z[ recovery-image] Aug 25 09:14:20.704 INFO O| Aug 25 09:14:20.704 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-25T09:14:21.936Z[verify-libraries] Compiling generic-array v1.4.3
62682026-08-25T09:14:21.941Z[ recovery-image] Aug 25 09:14:20.714 INFO O| Aug 25 09:14:20.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62692026-08-25T09:14:21.941Z[ recovery-image] Aug 25 09:14:20.714 INFO O| Aug 25 09:14:20.714 INFO STEP 321 (remove_files) COMPLETE
62702026-08-25T09:14:21.941Z[ recovery-image] Aug 25 09:14:20.714 INFO O| Aug 25 09:14:20.714 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-25T09:14:21.961Z[ recovery-image] Aug 25 09:14:20.724 INFO O| Aug 25 09:14:20.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62722026-08-25T09:14:21.961Z[ recovery-image] Aug 25 09:14:20.724 INFO O| Aug 25 09:14:20.724 INFO STEP 322 (remove_files) COMPLETE
62732026-08-25T09:14:21.962Z[ recovery-image] Aug 25 09:14:20.724 INFO O| Aug 25 09:14:20.724 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-25T09:14:21.976Z[ recovery-image] Aug 25 09:14:20.734 INFO O| Aug 25 09:14:20.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62752026-08-25T09:14:21.976Z[ recovery-image] Aug 25 09:14:20.734 INFO O| Aug 25 09:14:20.734 INFO STEP 323 (remove_files) COMPLETE
62762026-08-25T09:14:21.977Z[ recovery-image] Aug 25 09:14:20.734 INFO O| Aug 25 09:14:20.734 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-25T09:14:21.980Z[ recovery-image] Aug 25 09:14:20.744 INFO O| Aug 25 09:14:20.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62782026-08-25T09:14:21.980Z[ recovery-image] Aug 25 09:14:20.744 INFO O| Aug 25 09:14:20.744 INFO STEP 324 (remove_files) COMPLETE
62792026-08-25T09:14:21.980Z[ recovery-image] Aug 25 09:14:20.744 INFO O| Aug 25 09:14:20.744 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-25T09:14:21.993Z[ recovery-image] Aug 25 09:14:20.754 INFO O| Aug 25 09:14:20.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62812026-08-25T09:14:21.993Z[ recovery-image] Aug 25 09:14:20.754 INFO O| Aug 25 09:14:20.754 INFO STEP 325 (remove_files) COMPLETE
62822026-08-25T09:14:21.993Z[ recovery-image] Aug 25 09:14:20.754 INFO O| Aug 25 09:14:20.754 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-25T09:14:21.997Z[ recovery-image] Aug 25 09:14:20.764 INFO O| Aug 25 09:14:20.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62842026-08-25T09:14:21.997Z[ recovery-image] Aug 25 09:14:20.764 INFO O| Aug 25 09:14:20.764 INFO STEP 326 (remove_files) COMPLETE
62852026-08-25T09:14:21.997Z[ recovery-image] Aug 25 09:14:20.764 INFO O| Aug 25 09:14:20.764 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-25T09:14:22.010Z[ recovery-image] Aug 25 09:14:20.773 INFO O| Aug 25 09:14:20.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62872026-08-25T09:14:22.010Z[ recovery-image] Aug 25 09:14:20.773 INFO O| Aug 25 09:14:20.773 INFO STEP 327 (remove_files) COMPLETE
62882026-08-25T09:14:22.010Z[ recovery-image] Aug 25 09:14:20.773 INFO O| Aug 25 09:14:20.773 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-25T09:14:22.014Z[ recovery-image] Aug 25 09:14:20.782 INFO O| Aug 25 09:14:20.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62902026-08-25T09:14:22.014Z[ recovery-image] Aug 25 09:14:20.782 INFO O| Aug 25 09:14:20.782 INFO STEP 328 (remove_files) COMPLETE
62912026-08-25T09:14:22.014Z[ recovery-image] Aug 25 09:14:20.782 INFO O| Aug 25 09:14:20.782 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-25T09:14:22.017Z[ recovery-image] Aug 25 09:14:20.791 INFO O| Aug 25 09:14:20.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62932026-08-25T09:14:22.017Z[ recovery-image] Aug 25 09:14:20.791 INFO O| Aug 25 09:14:20.791 INFO STEP 329 (remove_files) COMPLETE
62942026-08-25T09:14:22.017Z[ recovery-image] Aug 25 09:14:20.791 INFO O| Aug 25 09:14:20.791 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-25T09:14:22.027Z[ recovery-image] Aug 25 09:14:20.801 INFO O| Aug 25 09:14:20.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62962026-08-25T09:14:22.027Z[ recovery-image] Aug 25 09:14:20.801 INFO O| Aug 25 09:14:20.801 INFO STEP 330 (remove_files) COMPLETE
62972026-08-25T09:14:22.027Z[ recovery-image] Aug 25 09:14:20.801 INFO O| Aug 25 09:14:20.801 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-25T09:14:22.044Z[ recovery-image] Aug 25 09:14:20.810 INFO O| Aug 25 09:14:20.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62992026-08-25T09:14:22.044Z[ recovery-image] Aug 25 09:14:20.810 INFO O| Aug 25 09:14:20.810 INFO STEP 331 (remove_files) COMPLETE
63002026-08-25T09:14:22.044Z[ recovery-image] Aug 25 09:14:20.810 INFO O| Aug 25 09:14:20.810 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-25T09:14:22.048Z[ recovery-image] Aug 25 09:14:20.820 INFO O| Aug 25 09:14:20.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63022026-08-25T09:14:22.048Z[ recovery-image] Aug 25 09:14:20.820 INFO O| Aug 25 09:14:20.820 INFO STEP 332 (remove_files) COMPLETE
63032026-08-25T09:14:22.048Z[ recovery-image] Aug 25 09:14:20.820 INFO O| Aug 25 09:14:20.820 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-25T09:14:22.060Z[ recovery-image] Aug 25 09:14:20.829 INFO O| Aug 25 09:14:20.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63052026-08-25T09:14:22.060Z[ recovery-image] Aug 25 09:14:20.829 INFO O| Aug 25 09:14:20.829 INFO STEP 333 (remove_files) COMPLETE
63062026-08-25T09:14:22.060Z[ recovery-image] Aug 25 09:14:20.829 INFO O| Aug 25 09:14:20.829 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-25T09:14:22.065Z[ recovery-image] Aug 25 09:14:20.839 INFO O| Aug 25 09:14:20.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63082026-08-25T09:14:22.065Z[ recovery-image] Aug 25 09:14:20.839 INFO O| Aug 25 09:14:20.839 INFO STEP 334 (remove_files) COMPLETE
63092026-08-25T09:14:22.065Z[ recovery-image] Aug 25 09:14:20.839 INFO O| Aug 25 09:14:20.839 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-25T09:14:22.078Z[ recovery-image] Aug 25 09:14:20.850 INFO O| Aug 25 09:14:20.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63112026-08-25T09:14:22.078Z[ recovery-image] Aug 25 09:14:20.850 INFO O| Aug 25 09:14:20.850 INFO STEP 335 (remove_files) COMPLETE
63122026-08-25T09:14:22.078Z[ recovery-image] Aug 25 09:14:20.850 INFO O| Aug 25 09:14:20.850 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-25T09:14:22.090Z[ recovery-image] Aug 25 09:14:20.860 INFO O| Aug 25 09:14:20.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63142026-08-25T09:14:22.090Z[ recovery-image] Aug 25 09:14:20.860 INFO O| Aug 25 09:14:20.860 INFO STEP 336 (remove_files) COMPLETE
63152026-08-25T09:14:22.090Z[ recovery-image] Aug 25 09:14:20.860 INFO O| Aug 25 09:14:20.860 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-25T09:14:22.095Z[ recovery-image] Aug 25 09:14:20.868 INFO O| Aug 25 09:14:20.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63172026-08-25T09:14:22.095Z[ recovery-image] Aug 25 09:14:20.868 INFO O| Aug 25 09:14:20.868 INFO STEP 337 (remove_files) COMPLETE
63182026-08-25T09:14:22.095Z[ recovery-image] Aug 25 09:14:20.868 INFO O| Aug 25 09:14:20.868 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-25T09:14:22.102Z[ recovery-image] Aug 25 09:14:20.876 INFO O| Aug 25 09:14:20.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63202026-08-25T09:14:22.102Z[ recovery-image] Aug 25 09:14:20.876 INFO O| Aug 25 09:14:20.876 INFO STEP 338 (remove_files) COMPLETE
63212026-08-25T09:14:22.103Z[ recovery-image] Aug 25 09:14:20.876 INFO O| Aug 25 09:14:20.876 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-25T09:14:22.111Z[ recovery-image] Aug 25 09:14:20.885 INFO O| Aug 25 09:14:20.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63232026-08-25T09:14:22.111Z[ recovery-image] Aug 25 09:14:20.885 INFO O| Aug 25 09:14:20.885 INFO STEP 339 (remove_files) COMPLETE
63242026-08-25T09:14:22.114Z[ recovery-image] Aug 25 09:14:20.885 INFO O| Aug 25 09:14:20.885 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-25T09:14:22.120Z[ recovery-image] Aug 25 09:14:20.894 INFO O| Aug 25 09:14:20.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63262026-08-25T09:14:22.120Z[ recovery-image] Aug 25 09:14:20.894 INFO O| Aug 25 09:14:20.894 INFO STEP 340 (remove_files) COMPLETE
63272026-08-25T09:14:22.120Z[ recovery-image] Aug 25 09:14:20.894 INFO O| Aug 25 09:14:20.894 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-25T09:14:22.131Z[ recovery-image] Aug 25 09:14:20.905 INFO O| Aug 25 09:14:20.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63292026-08-25T09:14:22.131Z[ recovery-image] Aug 25 09:14:20.905 INFO O| Aug 25 09:14:20.905 INFO STEP 341 (remove_files) COMPLETE
63302026-08-25T09:14:22.134Z[ recovery-image] Aug 25 09:14:20.905 INFO O| Aug 25 09:14:20.905 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-25T09:14:22.141Z[ recovery-image] Aug 25 09:14:20.915 INFO O| Aug 25 09:14:20.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63322026-08-25T09:14:22.141Z[ recovery-image] Aug 25 09:14:20.915 INFO O| Aug 25 09:14:20.915 INFO STEP 342 (remove_files) COMPLETE
63332026-08-25T09:14:22.141Z[ recovery-image] Aug 25 09:14:20.915 INFO O| Aug 25 09:14:20.915 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-25T09:14:22.152Z[ recovery-image] Aug 25 09:14:20.926 INFO O| Aug 25 09:14:20.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63352026-08-25T09:14:22.152Z[ recovery-image] Aug 25 09:14:20.926 INFO O| Aug 25 09:14:20.926 INFO STEP 343 (remove_files) COMPLETE
63362026-08-25T09:14:22.155Z[ recovery-image] Aug 25 09:14:20.926 INFO O| Aug 25 09:14:20.926 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-25T09:14:22.163Z[ recovery-image] Aug 25 09:14:20.937 INFO O| Aug 25 09:14:20.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63382026-08-25T09:14:22.163Z[ recovery-image] Aug 25 09:14:20.937 INFO O| Aug 25 09:14:20.937 INFO STEP 344 (remove_files) COMPLETE
63392026-08-25T09:14:22.167Z[ recovery-image] Aug 25 09:14:20.937 INFO O| Aug 25 09:14:20.937 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-25T09:14:22.175Z[ recovery-image] Aug 25 09:14:20.948 INFO O| Aug 25 09:14:20.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63412026-08-25T09:14:22.175Z[ recovery-image] Aug 25 09:14:20.948 INFO O| Aug 25 09:14:20.948 INFO STEP 345 (remove_files) COMPLETE
63422026-08-25T09:14:22.178Z[ recovery-image] Aug 25 09:14:20.948 INFO O| Aug 25 09:14:20.948 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-25T09:14:22.184Z[ recovery-image] Aug 25 09:14:20.958 INFO O| Aug 25 09:14:20.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63442026-08-25T09:14:22.184Z[ recovery-image] Aug 25 09:14:20.958 INFO O| Aug 25 09:14:20.958 INFO STEP 346 (remove_files) COMPLETE
63452026-08-25T09:14:22.184Z[ recovery-image] Aug 25 09:14:20.958 INFO O| Aug 25 09:14:20.958 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-25T09:14:22.193Z[ recovery-image] Aug 25 09:14:20.967 INFO O| Aug 25 09:14:20.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63472026-08-25T09:14:22.193Z[ recovery-image] Aug 25 09:14:20.967 INFO O| Aug 25 09:14:20.967 INFO STEP 347 (remove_files) COMPLETE
63482026-08-25T09:14:22.193Z[ recovery-image] Aug 25 09:14:20.967 INFO O| Aug 25 09:14:20.967 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-25T09:14:22.204Z[ recovery-image] Aug 25 09:14:20.977 INFO O| Aug 25 09:14:20.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63502026-08-25T09:14:22.204Z[ recovery-image] Aug 25 09:14:20.977 INFO O| Aug 25 09:14:20.977 INFO STEP 348 (remove_files) COMPLETE
63512026-08-25T09:14:22.207Z[ recovery-image] Aug 25 09:14:20.977 INFO O| Aug 25 09:14:20.977 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-25T09:14:22.212Z[ recovery-image] Aug 25 09:14:20.986 INFO O| Aug 25 09:14:20.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63532026-08-25T09:14:22.212Z[ recovery-image] Aug 25 09:14:20.986 INFO O| Aug 25 09:14:20.986 INFO STEP 349 (remove_files) COMPLETE
63542026-08-25T09:14:22.212Z[ recovery-image] Aug 25 09:14:20.986 INFO O| Aug 25 09:14:20.986 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-25T09:14:22.222Z[ recovery-image] Aug 25 09:14:20.996 INFO O| Aug 25 09:14:20.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63562026-08-25T09:14:22.222Z[ recovery-image] Aug 25 09:14:20.996 INFO O| Aug 25 09:14:20.996 INFO STEP 350 (remove_files) COMPLETE
63572026-08-25T09:14:22.222Z[ recovery-image] Aug 25 09:14:20.996 INFO O| Aug 25 09:14:20.996 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-25T09:14:22.234Z[ recovery-image] Aug 25 09:14:21.008 INFO O| Aug 25 09:14:21.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63592026-08-25T09:14:22.234Z[ recovery-image] Aug 25 09:14:21.008 INFO O| Aug 25 09:14:21.008 INFO STEP 351 (remove_files) COMPLETE
63602026-08-25T09:14:22.234Z[ recovery-image] Aug 25 09:14:21.008 INFO O| Aug 25 09:14:21.008 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-25T09:14:22.246Z[ recovery-image] Aug 25 09:14:21.020 INFO O| Aug 25 09:14:21.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63622026-08-25T09:14:22.246Z[ recovery-image] Aug 25 09:14:21.020 INFO O| Aug 25 09:14:21.020 INFO STEP 352 (remove_files) COMPLETE
63632026-08-25T09:14:22.249Z[ recovery-image] Aug 25 09:14:21.020 INFO O| Aug 25 09:14:21.020 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-25T09:14:22.258Z[ recovery-image] Aug 25 09:14:21.032 INFO O| Aug 25 09:14:21.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63652026-08-25T09:14:22.258Z[ recovery-image] Aug 25 09:14:21.032 INFO O| Aug 25 09:14:21.032 INFO STEP 353 (remove_files) COMPLETE
63662026-08-25T09:14:22.258Z[ recovery-image] Aug 25 09:14:21.032 INFO O| Aug 25 09:14:21.032 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-25T09:14:22.271Z[ recovery-image] Aug 25 09:14:21.045 INFO O| Aug 25 09:14:21.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63682026-08-25T09:14:22.271Z[ recovery-image] Aug 25 09:14:21.045 INFO O| Aug 25 09:14:21.045 INFO STEP 354 (remove_files) COMPLETE
63692026-08-25T09:14:22.271Z[ recovery-image] Aug 25 09:14:21.045 INFO O| Aug 25 09:14:21.045 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-25T09:14:22.286Z[ recovery-image] Aug 25 09:14:21.055 INFO O| Aug 25 09:14:21.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63712026-08-25T09:14:22.286Z[ recovery-image] Aug 25 09:14:21.055 INFO O| Aug 25 09:14:21.055 INFO STEP 355 (remove_files) COMPLETE
63722026-08-25T09:14:22.286Z[ recovery-image] Aug 25 09:14:21.055 INFO O| Aug 25 09:14:21.055 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-25T09:14:22.290Z[verify-libraries] Compiling russh-util v0.52.0
63742026-08-25T09:14:22.301Z[ recovery-image] Aug 25 09:14:21.075 INFO O| Aug 25 09:14:21.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63752026-08-25T09:14:22.301Z[ recovery-image] Aug 25 09:14:21.075 INFO O| Aug 25 09:14:21.075 INFO STEP 356 (remove_files) COMPLETE
63762026-08-25T09:14:22.301Z[ recovery-image] Aug 25 09:14:21.075 INFO O| Aug 25 09:14:21.075 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-25T09:14:22.311Z[ recovery-image] Aug 25 09:14:21.085 INFO O| Aug 25 09:14:21.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63782026-08-25T09:14:22.311Z[ recovery-image] Aug 25 09:14:21.085 INFO O| Aug 25 09:14:21.085 INFO STEP 357 (remove_files) COMPLETE
63792026-08-25T09:14:22.311Z[ recovery-image] Aug 25 09:14:21.085 INFO O| Aug 25 09:14:21.085 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-25T09:14:22.314Z[verify-libraries] Compiling enum_dispatch v0.3.13
63812026-08-25T09:14:22.314Z[verify-libraries] Compiling delegate v0.13.5
63822026-08-25T09:14:22.321Z[ recovery-image] Aug 25 09:14:21.095 INFO O| Aug 25 09:14:21.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63832026-08-25T09:14:22.321Z[ recovery-image] Aug 25 09:14:21.095 INFO O| Aug 25 09:14:21.095 INFO STEP 358 (remove_files) COMPLETE
63842026-08-25T09:14:22.324Z[ recovery-image] Aug 25 09:14:21.095 INFO O| Aug 25 09:14:21.095 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-25T09:14:22.332Z[ recovery-image] Aug 25 09:14:21.105 INFO O| Aug 25 09:14:21.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63862026-08-25T09:14:22.332Z[ recovery-image] Aug 25 09:14:21.105 INFO O| Aug 25 09:14:21.105 INFO STEP 359 (remove_files) COMPLETE
63872026-08-25T09:14:22.332Z[ recovery-image] Aug 25 09:14:21.105 INFO O| Aug 25 09:14:21.105 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-25T09:14:22.342Z[ recovery-image] Aug 25 09:14:21.115 INFO O| Aug 25 09:14:21.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63892026-08-25T09:14:22.342Z[ recovery-image] Aug 25 09:14:21.115 INFO O| Aug 25 09:14:21.115 INFO STEP 360 (remove_files) COMPLETE
63902026-08-25T09:14:22.342Z[ recovery-image] Aug 25 09:14:21.115 INFO O| Aug 25 09:14:21.115 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-25T09:14:22.353Z[ recovery-image] Aug 25 09:14:21.127 INFO O| Aug 25 09:14:21.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63922026-08-25T09:14:22.353Z[ recovery-image] Aug 25 09:14:21.127 INFO O| Aug 25 09:14:21.127 INFO STEP 361 (remove_files) COMPLETE
63932026-08-25T09:14:22.353Z[ recovery-image] Aug 25 09:14:21.127 INFO O| Aug 25 09:14:21.127 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-25T09:14:22.362Z[ recovery-image] Aug 25 09:14:21.136 INFO O| Aug 25 09:14:21.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63952026-08-25T09:14:22.362Z[ recovery-image] Aug 25 09:14:21.136 INFO O| Aug 25 09:14:21.136 INFO STEP 362 (remove_files) COMPLETE
63962026-08-25T09:14:22.362Z[ recovery-image] Aug 25 09:14:21.136 INFO O| Aug 25 09:14:21.136 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-25T09:14:22.373Z[ recovery-image] Aug 25 09:14:21.147 INFO O| Aug 25 09:14:21.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63982026-08-25T09:14:22.373Z[ recovery-image] Aug 25 09:14:21.147 INFO O| Aug 25 09:14:21.147 INFO STEP 363 (remove_files) COMPLETE
63992026-08-25T09:14:22.376Z[ recovery-image] Aug 25 09:14:21.147 INFO O| Aug 25 09:14:21.147 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-25T09:14:22.383Z[ recovery-image] Aug 25 09:14:21.157 INFO O| Aug 25 09:14:21.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64012026-08-25T09:14:22.383Z[ recovery-image] Aug 25 09:14:21.157 INFO O| Aug 25 09:14:21.157 INFO STEP 364 (remove_files) COMPLETE
64022026-08-25T09:14:22.383Z[ recovery-image] Aug 25 09:14:21.157 INFO O| Aug 25 09:14:21.157 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-08-25T09:14:22.394Z[ recovery-image] Aug 25 09:14:21.168 INFO O| Aug 25 09:14:21.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64042026-08-25T09:14:22.394Z[ recovery-image] Aug 25 09:14:21.168 INFO O| Aug 25 09:14:21.168 INFO STEP 365 (remove_files) COMPLETE
64052026-08-25T09:14:22.394Z[ recovery-image] Aug 25 09:14:21.168 INFO O| Aug 25 09:14:21.168 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-08-25T09:14:22.405Z[ recovery-image] Aug 25 09:14:21.179 INFO O| Aug 25 09:14:21.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64072026-08-25T09:14:22.405Z[ recovery-image] Aug 25 09:14:21.179 INFO O| Aug 25 09:14:21.179 INFO STEP 366 (remove_files) COMPLETE
64082026-08-25T09:14:22.405Z[ recovery-image] Aug 25 09:14:21.179 INFO O| Aug 25 09:14:21.179 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-08-25T09:14:22.415Z[ recovery-image] Aug 25 09:14:21.189 INFO O| Aug 25 09:14:21.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64102026-08-25T09:14:22.415Z[ recovery-image] Aug 25 09:14:21.189 INFO O| Aug 25 09:14:21.189 INFO STEP 367 (remove_files) COMPLETE
64112026-08-25T09:14:22.418Z[ recovery-image] Aug 25 09:14:21.189 INFO O| Aug 25 09:14:21.189 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-08-25T09:14:22.425Z[ recovery-image] Aug 25 09:14:21.200 INFO O| Aug 25 09:14:21.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64132026-08-25T09:14:22.425Z[ recovery-image] Aug 25 09:14:21.200 INFO O| Aug 25 09:14:21.200 INFO STEP 368 (remove_files) COMPLETE
64142026-08-25T09:14:22.425Z[ recovery-image] Aug 25 09:14:21.200 INFO O| Aug 25 09:14:21.200 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-08-25T09:14:22.437Z[ recovery-image] Aug 25 09:14:21.211 INFO O| Aug 25 09:14:21.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64162026-08-25T09:14:22.437Z[ recovery-image] Aug 25 09:14:21.211 INFO O| Aug 25 09:14:21.211 INFO STEP 369 (remove_files) COMPLETE
64172026-08-25T09:14:22.440Z[ recovery-image] Aug 25 09:14:21.211 INFO O| Aug 25 09:14:21.211 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-08-25T09:14:22.448Z[ recovery-image] Aug 25 09:14:21.222 INFO O| Aug 25 09:14:21.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64192026-08-25T09:14:22.448Z[ recovery-image] Aug 25 09:14:21.222 INFO O| Aug 25 09:14:21.222 INFO STEP 370 (remove_files) COMPLETE
64202026-08-25T09:14:22.448Z[ recovery-image] Aug 25 09:14:21.222 INFO O| Aug 25 09:14:21.222 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-08-25T09:14:22.457Z[ recovery-image] Aug 25 09:14:21.232 INFO O| Aug 25 09:14:21.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64222026-08-25T09:14:22.458Z[ recovery-image] Aug 25 09:14:21.232 INFO O| Aug 25 09:14:21.232 INFO STEP 371 (remove_files) COMPLETE
64232026-08-25T09:14:22.461Z[ recovery-image] Aug 25 09:14:21.232 INFO O| Aug 25 09:14:21.232 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-08-25T09:14:22.471Z[ recovery-image] Aug 25 09:14:21.242 INFO O| Aug 25 09:14:21.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64252026-08-25T09:14:22.471Z[ recovery-image] Aug 25 09:14:21.242 INFO O| Aug 25 09:14:21.242 INFO STEP 372 (remove_files) COMPLETE
64262026-08-25T09:14:22.472Z[ recovery-image] Aug 25 09:14:21.242 INFO O| Aug 25 09:14:21.242 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-25T09:14:22.478Z[ recovery-image] Aug 25 09:14:21.252 INFO O| Aug 25 09:14:21.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64282026-08-25T09:14:22.478Z[ recovery-image] Aug 25 09:14:21.252 INFO O| Aug 25 09:14:21.252 INFO STEP 373 (remove_files) COMPLETE
64292026-08-25T09:14:22.481Z[ recovery-image] Aug 25 09:14:21.252 INFO O| Aug 25 09:14:21.252 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-25T09:14:22.487Z[ recovery-image] Aug 25 09:14:21.261 INFO O| Aug 25 09:14:21.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64312026-08-25T09:14:22.487Z[ recovery-image] Aug 25 09:14:21.261 INFO O| Aug 25 09:14:21.261 INFO STEP 374 (remove_files) COMPLETE
64322026-08-25T09:14:22.487Z[ recovery-image] Aug 25 09:14:21.261 INFO O| Aug 25 09:14:21.261 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-25T09:14:22.497Z[ recovery-image] Aug 25 09:14:21.271 INFO O| Aug 25 09:14:21.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64342026-08-25T09:14:22.497Z[ recovery-image] Aug 25 09:14:21.271 INFO O| Aug 25 09:14:21.271 INFO STEP 375 (remove_files) COMPLETE
64352026-08-25T09:14:22.497Z[ recovery-image] Aug 25 09:14:21.271 INFO O| Aug 25 09:14:21.271 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-25T09:14:22.506Z[ recovery-image] Aug 25 09:14:21.280 INFO O| Aug 25 09:14:21.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64372026-08-25T09:14:22.506Z[ recovery-image] Aug 25 09:14:21.280 INFO O| Aug 25 09:14:21.280 INFO STEP 376 (remove_files) COMPLETE
64382026-08-25T09:14:22.509Z[ recovery-image] Aug 25 09:14:21.280 INFO O| Aug 25 09:14:21.280 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-25T09:14:22.514Z[ recovery-image] Aug 25 09:14:21.288 INFO O| Aug 25 09:14:21.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64402026-08-25T09:14:22.514Z[ recovery-image] Aug 25 09:14:21.288 INFO O| Aug 25 09:14:21.288 INFO STEP 377 (remove_files) COMPLETE
64412026-08-25T09:14:22.517Z[ recovery-image] Aug 25 09:14:21.288 INFO O| Aug 25 09:14:21.288 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-25T09:14:22.523Z[ recovery-image] Aug 25 09:14:21.297 INFO O| Aug 25 09:14:21.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64432026-08-25T09:14:22.523Z[ recovery-image] Aug 25 09:14:21.297 INFO O| Aug 25 09:14:21.297 INFO STEP 378 (remove_files) COMPLETE
64442026-08-25T09:14:22.526Z[ recovery-image] Aug 25 09:14:21.297 INFO O| Aug 25 09:14:21.297 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-25T09:14:22.531Z[ recovery-image] Aug 25 09:14:21.306 INFO O| Aug 25 09:14:21.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64462026-08-25T09:14:22.531Z[ recovery-image] Aug 25 09:14:21.306 INFO O| Aug 25 09:14:21.306 INFO STEP 379 (remove_files) COMPLETE
64472026-08-25T09:14:22.531Z[ recovery-image] Aug 25 09:14:21.306 INFO O| Aug 25 09:14:21.306 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-25T09:14:22.535Z[verify-libraries] Compiling sapling-renderdag v0.1.0
64492026-08-25T09:14:22.540Z[ recovery-image] Aug 25 09:14:21.314 INFO O| Aug 25 09:14:21.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64502026-08-25T09:14:22.540Z[ recovery-image] Aug 25 09:14:21.314 INFO O| Aug 25 09:14:21.314 INFO STEP 380 (remove_files) COMPLETE
64512026-08-25T09:14:22.543Z[ recovery-image] Aug 25 09:14:21.314 INFO O| Aug 25 09:14:21.314 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-25T09:14:22.548Z[ recovery-image] Aug 25 09:14:21.323 INFO O| Aug 25 09:14:21.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64532026-08-25T09:14:22.548Z[ recovery-image] Aug 25 09:14:21.323 INFO O| Aug 25 09:14:21.323 INFO STEP 381 (remove_files) COMPLETE
64542026-08-25T09:14:22.551Z[ recovery-image] Aug 25 09:14:21.323 INFO O| Aug 25 09:14:21.323 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-25T09:14:22.560Z[ recovery-image] Aug 25 09:14:21.334 INFO O| Aug 25 09:14:21.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64562026-08-25T09:14:22.560Z[ recovery-image] Aug 25 09:14:21.334 INFO O| Aug 25 09:14:21.334 INFO STEP 382 (remove_files) COMPLETE
64572026-08-25T09:14:22.560Z[ recovery-image] Aug 25 09:14:21.334 INFO O| Aug 25 09:14:21.334 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-25T09:14:22.569Z[ recovery-image] Aug 25 09:14:21.343 INFO O| Aug 25 09:14:21.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64592026-08-25T09:14:22.569Z[ recovery-image] Aug 25 09:14:21.343 INFO O| Aug 25 09:14:21.343 INFO STEP 383 (remove_files) COMPLETE
64602026-08-25T09:14:22.569Z[ recovery-image] Aug 25 09:14:21.343 INFO O| Aug 25 09:14:21.343 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-25T09:14:22.577Z[ recovery-image] Aug 25 09:14:21.352 INFO O| Aug 25 09:14:21.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64622026-08-25T09:14:22.577Z[ recovery-image] Aug 25 09:14:21.352 INFO O| Aug 25 09:14:21.352 INFO STEP 384 (remove_files) COMPLETE
64632026-08-25T09:14:22.580Z[ recovery-image] Aug 25 09:14:21.352 INFO O| Aug 25 09:14:21.352 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-25T09:14:22.588Z[ recovery-image] Aug 25 09:14:21.362 INFO O| Aug 25 09:14:21.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64652026-08-25T09:14:22.588Z[ recovery-image] Aug 25 09:14:21.362 INFO O| Aug 25 09:14:21.362 INFO STEP 385 (remove_files) COMPLETE
64662026-08-25T09:14:22.591Z[ recovery-image] Aug 25 09:14:21.362 INFO O| Aug 25 09:14:21.362 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-25T09:14:22.596Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
64682026-08-25T09:14:22.599Z[ recovery-image] Aug 25 09:14:21.373 INFO O| Aug 25 09:14:21.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64692026-08-25T09:14:22.599Z[ recovery-image] Aug 25 09:14:21.373 INFO O| Aug 25 09:14:21.373 INFO STEP 386 (remove_files) COMPLETE
64702026-08-25T09:14:22.599Z[ recovery-image] Aug 25 09:14:21.373 INFO O| Aug 25 09:14:21.373 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-25T09:14:22.609Z[ recovery-image] Aug 25 09:14:21.383 INFO O| Aug 25 09:14:21.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64722026-08-25T09:14:22.609Z[ recovery-image] Aug 25 09:14:21.383 INFO O| Aug 25 09:14:21.383 INFO STEP 387 (remove_files) COMPLETE
64732026-08-25T09:14:22.609Z[ recovery-image] Aug 25 09:14:21.383 INFO O| Aug 25 09:14:21.383 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-25T09:14:22.619Z[ recovery-image] Aug 25 09:14:21.393 INFO O| Aug 25 09:14:21.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64752026-08-25T09:14:22.619Z[ recovery-image] Aug 25 09:14:21.393 INFO O| Aug 25 09:14:21.393 INFO STEP 388 (remove_files) COMPLETE
64762026-08-25T09:14:22.619Z[ recovery-image] Aug 25 09:14:21.393 INFO O| Aug 25 09:14:21.393 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-25T09:14:22.629Z[ recovery-image] Aug 25 09:14:21.403 INFO O| Aug 25 09:14:21.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64782026-08-25T09:14:22.629Z[ recovery-image] Aug 25 09:14:21.403 INFO O| Aug 25 09:14:21.403 INFO STEP 389 (remove_files) COMPLETE
64792026-08-25T09:14:22.632Z[ recovery-image] Aug 25 09:14:21.403 INFO O| Aug 25 09:14:21.403 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-25T09:14:22.639Z[ recovery-image] Aug 25 09:14:21.413 INFO O| Aug 25 09:14:21.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64812026-08-25T09:14:22.639Z[ recovery-image] Aug 25 09:14:21.413 INFO O| Aug 25 09:14:21.413 INFO STEP 390 (remove_files) COMPLETE
64822026-08-25T09:14:22.642Z[ recovery-image] Aug 25 09:14:21.413 INFO O| Aug 25 09:14:21.413 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-25T09:14:22.648Z[ recovery-image] Aug 25 09:14:21.423 INFO O| Aug 25 09:14:21.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64842026-08-25T09:14:22.648Z[ recovery-image] Aug 25 09:14:21.423 INFO O| Aug 25 09:14:21.423 INFO STEP 391 (remove_files) COMPLETE
64852026-08-25T09:14:22.651Z[ recovery-image] Aug 25 09:14:21.423 INFO O| Aug 25 09:14:21.423 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-25T09:14:22.659Z[ recovery-image] Aug 25 09:14:21.433 INFO O| Aug 25 09:14:21.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64872026-08-25T09:14:22.659Z[ recovery-image] Aug 25 09:14:21.433 INFO O| Aug 25 09:14:21.433 INFO STEP 392 (remove_files) COMPLETE
64882026-08-25T09:14:22.659Z[ recovery-image] Aug 25 09:14:21.433 INFO O| Aug 25 09:14:21.433 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-25T09:14:22.667Z[ recovery-image] Aug 25 09:14:21.441 INFO O| Aug 25 09:14:21.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64902026-08-25T09:14:22.667Z[ recovery-image] Aug 25 09:14:21.441 INFO O| Aug 25 09:14:21.441 INFO STEP 393 (remove_files) COMPLETE
64912026-08-25T09:14:22.667Z[ recovery-image] Aug 25 09:14:21.441 INFO O| Aug 25 09:14:21.441 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-25T09:14:22.675Z[ recovery-image] Aug 25 09:14:21.449 INFO O| Aug 25 09:14:21.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64932026-08-25T09:14:22.675Z[ recovery-image] Aug 25 09:14:21.450 INFO O| Aug 25 09:14:21.450 INFO STEP 394 (remove_files) COMPLETE
64942026-08-25T09:14:22.675Z[ recovery-image] Aug 25 09:14:21.450 INFO O| Aug 25 09:14:21.450 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-25T09:14:22.685Z[ recovery-image] Aug 25 09:14:21.459 INFO O| Aug 25 09:14:21.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64962026-08-25T09:14:22.685Z[ recovery-image] Aug 25 09:14:21.459 INFO O| Aug 25 09:14:21.459 INFO STEP 395 (remove_files) COMPLETE
64972026-08-25T09:14:22.688Z[ recovery-image] Aug 25 09:14:21.459 INFO O| Aug 25 09:14:21.459 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-25T09:14:22.694Z[ recovery-image] Aug 25 09:14:21.468 INFO O| Aug 25 09:14:21.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64992026-08-25T09:14:22.694Z[ recovery-image] Aug 25 09:14:21.468 INFO O| Aug 25 09:14:21.468 INFO STEP 396 (remove_files) COMPLETE
65002026-08-25T09:14:22.697Z[ recovery-image] Aug 25 09:14:21.468 INFO O| Aug 25 09:14:21.468 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-25T09:14:22.701Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
65022026-08-25T09:14:22.705Z[ recovery-image] Aug 25 09:14:21.479 INFO O| Aug 25 09:14:21.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65032026-08-25T09:14:22.705Z[ recovery-image] Aug 25 09:14:21.479 INFO O| Aug 25 09:14:21.479 INFO STEP 397 (remove_files) COMPLETE
65042026-08-25T09:14:22.705Z[ recovery-image] Aug 25 09:14:21.479 INFO O| Aug 25 09:14:21.479 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-25T09:14:22.715Z[ recovery-image] Aug 25 09:14:21.489 INFO O| Aug 25 09:14:21.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65062026-08-25T09:14:22.715Z[ recovery-image] Aug 25 09:14:21.489 INFO O| Aug 25 09:14:21.489 INFO STEP 398 (remove_files) COMPLETE
65072026-08-25T09:14:22.715Z[ recovery-image] Aug 25 09:14:21.489 INFO O| Aug 25 09:14:21.489 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-25T09:14:22.726Z[ recovery-image] Aug 25 09:14:21.500 INFO O| Aug 25 09:14:21.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65092026-08-25T09:14:22.726Z[ recovery-image] Aug 25 09:14:21.500 INFO O| Aug 25 09:14:21.500 INFO STEP 399 (remove_files) COMPLETE
65102026-08-25T09:14:22.726Z[ recovery-image] Aug 25 09:14:21.500 INFO O| Aug 25 09:14:21.500 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-25T09:14:22.735Z[ recovery-image] Aug 25 09:14:21.509 INFO O| Aug 25 09:14:21.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65122026-08-25T09:14:22.735Z[ recovery-image] Aug 25 09:14:21.509 INFO O| Aug 25 09:14:21.509 INFO STEP 400 (remove_files) COMPLETE
65132026-08-25T09:14:22.735Z[ recovery-image] Aug 25 09:14:21.509 INFO O| Aug 25 09:14:21.509 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-25T09:14:22.745Z[ recovery-image] Aug 25 09:14:21.519 INFO O| Aug 25 09:14:21.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65152026-08-25T09:14:22.745Z[ recovery-image] Aug 25 09:14:21.519 INFO O| Aug 25 09:14:21.519 INFO STEP 401 (remove_files) COMPLETE
65162026-08-25T09:14:22.745Z[ recovery-image] Aug 25 09:14:21.519 INFO O| Aug 25 09:14:21.519 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-25T09:14:22.759Z[ recovery-image] Aug 25 09:14:21.531 INFO O| Aug 25 09:14:21.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65182026-08-25T09:14:22.759Z[ recovery-image] Aug 25 09:14:21.531 INFO O| Aug 25 09:14:21.531 INFO STEP 402 (remove_files) COMPLETE
65192026-08-25T09:14:22.759Z[ recovery-image] Aug 25 09:14:21.531 INFO O| Aug 25 09:14:21.531 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-25T09:14:22.767Z[ recovery-image] Aug 25 09:14:21.541 INFO O| Aug 25 09:14:21.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65212026-08-25T09:14:22.767Z[ recovery-image] Aug 25 09:14:21.541 INFO O| Aug 25 09:14:21.541 INFO STEP 403 (remove_files) COMPLETE
65222026-08-25T09:14:22.767Z[ recovery-image] Aug 25 09:14:21.541 INFO O| Aug 25 09:14:21.541 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-25T09:14:22.777Z[ recovery-image] Aug 25 09:14:21.551 INFO O| Aug 25 09:14:21.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65242026-08-25T09:14:22.777Z[ recovery-image] Aug 25 09:14:21.551 INFO O| Aug 25 09:14:21.551 INFO STEP 404 (remove_files) COMPLETE
65252026-08-25T09:14:22.780Z[ recovery-image] Aug 25 09:14:21.551 INFO O| Aug 25 09:14:21.551 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-25T09:14:22.786Z[ recovery-image] Aug 25 09:14:21.560 INFO O| Aug 25 09:14:21.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65272026-08-25T09:14:22.786Z[ recovery-image] Aug 25 09:14:21.560 INFO O| Aug 25 09:14:21.560 INFO STEP 405 (remove_files) COMPLETE
65282026-08-25T09:14:22.786Z[ recovery-image] Aug 25 09:14:21.560 INFO O| Aug 25 09:14:21.560 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-25T09:14:22.796Z[ recovery-image] Aug 25 09:14:21.570 INFO O| Aug 25 09:14:21.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65302026-08-25T09:14:22.796Z[ recovery-image] Aug 25 09:14:21.570 INFO O| Aug 25 09:14:21.570 INFO STEP 406 (remove_files) COMPLETE
65312026-08-25T09:14:22.799Z[ recovery-image] Aug 25 09:14:21.570 INFO O| Aug 25 09:14:21.570 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-25T09:14:22.807Z[ recovery-image] Aug 25 09:14:21.579 INFO O| Aug 25 09:14:21.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65332026-08-25T09:14:22.807Z[ recovery-image] Aug 25 09:14:21.579 INFO O| Aug 25 09:14:21.579 INFO STEP 407 (remove_files) COMPLETE
65342026-08-25T09:14:22.807Z[ recovery-image] Aug 25 09:14:21.579 INFO O| Aug 25 09:14:21.579 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-25T09:14:22.814Z[verify-libraries] Compiling seq-macro v0.3.6
65362026-08-25T09:14:22.817Z[ recovery-image] Aug 25 09:14:21.589 INFO O| Aug 25 09:14:21.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65372026-08-25T09:14:22.817Z[ recovery-image] Aug 25 09:14:21.589 INFO O| Aug 25 09:14:21.589 INFO STEP 408 (remove_files) COMPLETE
65382026-08-25T09:14:22.817Z[ recovery-image] Aug 25 09:14:21.589 INFO O| Aug 25 09:14:21.589 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-25T09:14:22.826Z[ recovery-image] Aug 25 09:14:21.600 INFO O| Aug 25 09:14:21.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65402026-08-25T09:14:22.826Z[ recovery-image] Aug 25 09:14:21.600 INFO O| Aug 25 09:14:21.600 INFO STEP 409 (remove_files) COMPLETE
65412026-08-25T09:14:22.826Z[ recovery-image] Aug 25 09:14:21.600 INFO O| Aug 25 09:14:21.600 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-25T09:14:22.836Z[ recovery-image] Aug 25 09:14:21.610 INFO O| Aug 25 09:14:21.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65432026-08-25T09:14:22.836Z[ recovery-image] Aug 25 09:14:21.610 INFO O| Aug 25 09:14:21.610 INFO STEP 410 (remove_files) COMPLETE
65442026-08-25T09:14:22.840Z[ recovery-image] Aug 25 09:14:21.610 INFO O| Aug 25 09:14:21.610 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-25T09:14:22.847Z[ recovery-image] Aug 25 09:14:21.621 INFO O| Aug 25 09:14:21.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65462026-08-25T09:14:22.847Z[ recovery-image] Aug 25 09:14:21.621 INFO O| Aug 25 09:14:21.621 INFO STEP 411 (remove_files) COMPLETE
65472026-08-25T09:14:22.847Z[ recovery-image] Aug 25 09:14:21.621 INFO O| Aug 25 09:14:21.621 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-25T09:14:22.855Z[ recovery-image] Aug 25 09:14:21.630 INFO O| Aug 25 09:14:21.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65492026-08-25T09:14:22.856Z[ recovery-image] Aug 25 09:14:21.630 INFO O| Aug 25 09:14:21.630 INFO STEP 412 (remove_files) COMPLETE
65502026-08-25T09:14:22.856Z[ recovery-image] Aug 25 09:14:21.630 INFO O| Aug 25 09:14:21.630 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-25T09:14:22.864Z[ recovery-image] Aug 25 09:14:21.638 INFO O| Aug 25 09:14:21.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65522026-08-25T09:14:22.864Z[ recovery-image] Aug 25 09:14:21.638 INFO O| Aug 25 09:14:21.638 INFO STEP 413 (remove_files) COMPLETE
65532026-08-25T09:14:22.864Z[ recovery-image] Aug 25 09:14:21.638 INFO O| Aug 25 09:14:21.638 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-25T09:14:22.877Z[ recovery-image] Aug 25 09:14:21.651 INFO O| Aug 25 09:14:21.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65552026-08-25T09:14:22.877Z[ recovery-image] Aug 25 09:14:21.651 INFO O| Aug 25 09:14:21.651 INFO STEP 414 (remove_files) COMPLETE
65562026-08-25T09:14:22.877Z[ recovery-image] Aug 25 09:14:21.651 INFO O| Aug 25 09:14:21.651 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-25T09:14:22.887Z[ recovery-image] Aug 25 09:14:21.661 INFO O| Aug 25 09:14:21.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65582026-08-25T09:14:22.887Z[ recovery-image] Aug 25 09:14:21.661 INFO O| Aug 25 09:14:21.661 INFO STEP 415 (remove_files) COMPLETE
65592026-08-25T09:14:22.887Z[ recovery-image] Aug 25 09:14:21.661 INFO O| Aug 25 09:14:21.661 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-25T09:14:22.895Z[ recovery-image] Aug 25 09:14:21.669 INFO O| Aug 25 09:14:21.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65612026-08-25T09:14:22.895Z[ recovery-image] Aug 25 09:14:21.669 INFO O| Aug 25 09:14:21.669 INFO STEP 416 (remove_files) COMPLETE
65622026-08-25T09:14:22.896Z[ recovery-image] Aug 25 09:14:21.669 INFO O| Aug 25 09:14:21.669 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-25T09:14:22.903Z[ recovery-image] Aug 25 09:14:21.677 INFO O| Aug 25 09:14:21.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65642026-08-25T09:14:22.903Z[ recovery-image] Aug 25 09:14:21.677 INFO O| Aug 25 09:14:21.677 INFO STEP 417 (remove_files) COMPLETE
65652026-08-25T09:14:22.903Z[ recovery-image] Aug 25 09:14:21.677 INFO O| Aug 25 09:14:21.677 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-25T09:14:22.911Z[ recovery-image] Aug 25 09:14:21.685 INFO O| Aug 25 09:14:21.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65672026-08-25T09:14:22.911Z[ recovery-image] Aug 25 09:14:21.685 INFO O| Aug 25 09:14:21.685 INFO STEP 418 (remove_files) COMPLETE
65682026-08-25T09:14:22.911Z[ recovery-image] Aug 25 09:14:21.685 INFO O| Aug 25 09:14:21.685 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-25T09:14:22.922Z[ recovery-image] Aug 25 09:14:21.696 INFO O| Aug 25 09:14:21.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65702026-08-25T09:14:22.922Z[ recovery-image] Aug 25 09:14:21.696 INFO O| Aug 25 09:14:21.696 INFO STEP 419 (remove_files) COMPLETE
65712026-08-25T09:14:22.922Z[ recovery-image] Aug 25 09:14:21.696 INFO O| Aug 25 09:14:21.696 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-25T09:14:22.932Z[ recovery-image] Aug 25 09:14:21.706 INFO O| Aug 25 09:14:21.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65732026-08-25T09:14:22.932Z[ recovery-image] Aug 25 09:14:21.706 INFO O| Aug 25 09:14:21.706 INFO STEP 420 (remove_files) COMPLETE
65742026-08-25T09:14:22.937Z[ recovery-image] Aug 25 09:14:21.706 INFO O| Aug 25 09:14:21.706 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-25T09:14:22.942Z[ recovery-image] Aug 25 09:14:21.716 INFO O| Aug 25 09:14:21.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65762026-08-25T09:14:22.942Z[ recovery-image] Aug 25 09:14:21.716 INFO O| Aug 25 09:14:21.716 INFO STEP 421 (remove_files) COMPLETE
65772026-08-25T09:14:22.942Z[ recovery-image] Aug 25 09:14:21.716 INFO O| Aug 25 09:14:21.716 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-25T09:14:22.953Z[ recovery-image] Aug 25 09:14:21.726 INFO O| Aug 25 09:14:21.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65792026-08-25T09:14:22.954Z[ recovery-image] Aug 25 09:14:21.726 INFO O| Aug 25 09:14:21.726 INFO STEP 422 (remove_files) COMPLETE
65802026-08-25T09:14:22.954Z[ recovery-image] Aug 25 09:14:21.726 INFO O| Aug 25 09:14:21.726 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-25T09:14:22.957Z[verify-libraries] Compiling sync-ptr v0.1.4
65822026-08-25T09:14:22.962Z[ recovery-image] Aug 25 09:14:21.736 INFO O| Aug 25 09:14:21.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65832026-08-25T09:14:22.962Z[ recovery-image] Aug 25 09:14:21.736 INFO O| Aug 25 09:14:21.736 INFO STEP 423 (remove_files) COMPLETE
65842026-08-25T09:14:22.964Z[ recovery-image] Aug 25 09:14:21.736 INFO O| Aug 25 09:14:21.736 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65852026-08-25T09:14:22.972Z[ recovery-image] Aug 25 09:14:21.746 INFO O| Aug 25 09:14:21.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65862026-08-25T09:14:22.972Z[ recovery-image] Aug 25 09:14:21.746 INFO O| Aug 25 09:14:21.746 INFO STEP 424 (remove_files) COMPLETE
65872026-08-25T09:14:22.972Z[ recovery-image] Aug 25 09:14:21.746 INFO O| Aug 25 09:14:21.746 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65882026-08-25T09:14:22.982Z[ recovery-image] Aug 25 09:14:21.756 INFO O| Aug 25 09:14:21.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65892026-08-25T09:14:22.982Z[ recovery-image] Aug 25 09:14:21.756 INFO O| Aug 25 09:14:21.756 INFO STEP 425 (remove_files) COMPLETE
65902026-08-25T09:14:22.985Z[ recovery-image] Aug 25 09:14:21.756 INFO O| Aug 25 09:14:21.756 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-25T09:14:22.995Z[ recovery-image] Aug 25 09:14:21.769 INFO O| Aug 25 09:14:21.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65922026-08-25T09:14:22.995Z[ recovery-image] Aug 25 09:14:21.769 INFO O| Aug 25 09:14:21.769 INFO STEP 426 (remove_files) COMPLETE
65932026-08-25T09:14:22.995Z[ recovery-image] Aug 25 09:14:21.769 INFO O| Aug 25 09:14:21.769 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-25T09:14:23.006Z[ recovery-image] Aug 25 09:14:21.780 INFO O| Aug 25 09:14:21.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65952026-08-25T09:14:23.006Z[ recovery-image] Aug 25 09:14:21.780 INFO O| Aug 25 09:14:21.780 INFO STEP 427 (remove_files) COMPLETE
65962026-08-25T09:14:23.006Z[ recovery-image] Aug 25 09:14:21.780 INFO O| Aug 25 09:14:21.780 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-25T09:14:23.017Z[ recovery-image] Aug 25 09:14:21.791 INFO O| Aug 25 09:14:21.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65982026-08-25T09:14:23.017Z[ recovery-image] Aug 25 09:14:21.791 INFO O| Aug 25 09:14:21.791 INFO STEP 428 (remove_files) COMPLETE
65992026-08-25T09:14:23.017Z[ recovery-image] Aug 25 09:14:21.791 INFO O| Aug 25 09:14:21.791 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-25T09:14:23.027Z[ recovery-image] Aug 25 09:14:21.801 INFO O| Aug 25 09:14:21.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66012026-08-25T09:14:23.027Z[ recovery-image] Aug 25 09:14:21.801 INFO O| Aug 25 09:14:21.801 INFO STEP 429 (remove_files) COMPLETE
66022026-08-25T09:14:23.030Z[ recovery-image] Aug 25 09:14:21.801 INFO O| Aug 25 09:14:21.801 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-25T09:14:23.078Z[ recovery-image] Aug 25 09:14:21.811 INFO O| Aug 25 09:14:21.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66042026-08-25T09:14:23.078Z[ recovery-image] Aug 25 09:14:21.811 INFO O| Aug 25 09:14:21.811 INFO STEP 430 (remove_files) COMPLETE
66052026-08-25T09:14:23.078Z[ recovery-image] Aug 25 09:14:21.811 INFO O| Aug 25 09:14:21.811 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-25T09:14:23.078Z[ recovery-image] Aug 25 09:14:21.821 INFO O| Aug 25 09:14:21.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66072026-08-25T09:14:23.078Z[ recovery-image] Aug 25 09:14:21.821 INFO O| Aug 25 09:14:21.821 INFO STEP 431 (remove_files) COMPLETE
66082026-08-25T09:14:23.078Z[ recovery-image] Aug 25 09:14:21.821 INFO O| Aug 25 09:14:21.821 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-25T09:14:23.078Z[ recovery-image] Aug 25 09:14:21.830 INFO O| Aug 25 09:14:21.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66102026-08-25T09:14:23.078Z[ recovery-image] Aug 25 09:14:21.830 INFO O| Aug 25 09:14:21.830 INFO STEP 432 (remove_files) COMPLETE
66112026-08-25T09:14:23.078Z[ recovery-image] Aug 25 09:14:21.830 INFO O| Aug 25 09:14:21.830 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-25T09:14:23.079Z[ recovery-image] Aug 25 09:14:21.840 INFO O| Aug 25 09:14:21.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66132026-08-25T09:14:23.079Z[ recovery-image] Aug 25 09:14:21.840 INFO O| Aug 25 09:14:21.840 INFO STEP 433 (remove_files) COMPLETE
66142026-08-25T09:14:23.079Z[ recovery-image] Aug 25 09:14:21.840 INFO O| Aug 25 09:14:21.840 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-25T09:14:23.079Z[ recovery-image] Aug 25 09:14:21.848 INFO O| Aug 25 09:14:21.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66162026-08-25T09:14:23.079Z[ recovery-image] Aug 25 09:14:21.848 INFO O| Aug 25 09:14:21.848 INFO STEP 434 (remove_files) COMPLETE
66172026-08-25T09:14:23.079Z[ recovery-image] Aug 25 09:14:21.848 INFO O| Aug 25 09:14:21.848 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66182026-08-25T09:14:23.093Z[ recovery-image] Aug 25 09:14:21.867 INFO O| Aug 25 09:14:21.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66192026-08-25T09:14:23.119Z[ recovery-image] Aug 25 09:14:21.871 INFO O| Aug 25 09:14:21.871 INFO STEP 435 (remove_files) COMPLETE
66202026-08-25T09:14:23.119Z[ recovery-image] Aug 25 09:14:21.871 INFO O| Aug 25 09:14:21.871 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66212026-08-25T09:14:23.129Z[ recovery-image] Aug 25 09:14:21.903 INFO O| Aug 25 09:14:21.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66222026-08-25T09:14:23.129Z[ recovery-image] Aug 25 09:14:21.903 INFO O| Aug 25 09:14:21.903 INFO STEP 436 (remove_files) COMPLETE
66232026-08-25T09:14:23.129Z[ recovery-image] Aug 25 09:14:21.903 INFO O| Aug 25 09:14:21.903 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66242026-08-25T09:14:23.140Z[ recovery-image] Aug 25 09:14:21.914 INFO O| Aug 25 09:14:21.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66252026-08-25T09:14:23.143Z[ recovery-image] Aug 25 09:14:21.914 INFO O| Aug 25 09:14:21.914 INFO STEP 437 (remove_files) COMPLETE
66262026-08-25T09:14:23.146Z[ recovery-image] Aug 25 09:14:21.914 INFO O| Aug 25 09:14:21.914 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66272026-08-25T09:14:23.150Z[ recovery-image] Aug 25 09:14:21.924 INFO O| Aug 25 09:14:21.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66282026-08-25T09:14:23.153Z[ recovery-image] Aug 25 09:14:21.924 INFO O| Aug 25 09:14:21.924 INFO STEP 438 (remove_files) COMPLETE
66292026-08-25T09:14:23.156Z[ recovery-image] Aug 25 09:14:21.924 INFO O| Aug 25 09:14:21.924 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66302026-08-25T09:14:23.164Z[ recovery-image] Aug 25 09:14:21.936 INFO O| Aug 25 09:14:21.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66312026-08-25T09:14:23.164Z[ recovery-image] Aug 25 09:14:21.936 INFO O| Aug 25 09:14:21.936 INFO STEP 439 (remove_files) COMPLETE
66322026-08-25T09:14:23.164Z[ recovery-image] Aug 25 09:14:21.936 INFO O| Aug 25 09:14:21.936 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66332026-08-25T09:14:23.173Z[ recovery-image] Aug 25 09:14:21.947 INFO O| Aug 25 09:14:21.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66342026-08-25T09:14:23.176Z[ recovery-image] Aug 25 09:14:21.948 INFO O| Aug 25 09:14:21.948 INFO STEP 440 (remove_files) COMPLETE
66352026-08-25T09:14:23.176Z[ recovery-image] Aug 25 09:14:21.948 INFO O| Aug 25 09:14:21.948 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66362026-08-25T09:14:23.182Z[ recovery-image] Aug 25 09:14:21.956 INFO O| Aug 25 09:14:21.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66372026-08-25T09:14:23.182Z[ recovery-image] Aug 25 09:14:21.956 INFO O| Aug 25 09:14:21.956 INFO STEP 441 (remove_files) COMPLETE
66382026-08-25T09:14:23.182Z[ recovery-image] Aug 25 09:14:21.956 INFO O| Aug 25 09:14:21.956 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66392026-08-25T09:14:23.190Z[ recovery-image] Aug 25 09:14:21.964 INFO O| Aug 25 09:14:21.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66402026-08-25T09:14:23.190Z[ recovery-image] Aug 25 09:14:21.964 INFO O| Aug 25 09:14:21.964 INFO STEP 442 (remove_files) COMPLETE
66412026-08-25T09:14:23.190Z[ recovery-image] Aug 25 09:14:21.964 INFO O| Aug 25 09:14:21.964 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66422026-08-25T09:14:23.200Z[ recovery-image] Aug 25 09:14:21.974 INFO O| Aug 25 09:14:21.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66432026-08-25T09:14:23.200Z[ recovery-image] Aug 25 09:14:21.975 INFO O| Aug 25 09:14:21.975 INFO STEP 443 (remove_files) COMPLETE
66442026-08-25T09:14:23.200Z[ recovery-image] Aug 25 09:14:21.975 INFO O| Aug 25 09:14:21.975 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66452026-08-25T09:14:23.212Z[ recovery-image] Aug 25 09:14:21.986 INFO O| Aug 25 09:14:21.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66462026-08-25T09:14:23.212Z[ recovery-image] Aug 25 09:14:21.986 INFO O| Aug 25 09:14:21.986 INFO STEP 444 (remove_files) COMPLETE
66472026-08-25T09:14:23.213Z[ recovery-image] Aug 25 09:14:21.986 INFO O| Aug 25 09:14:21.986 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66482026-08-25T09:14:23.224Z[ recovery-image] Aug 25 09:14:21.997 INFO O| Aug 25 09:14:21.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66492026-08-25T09:14:23.224Z[ recovery-image] Aug 25 09:14:21.998 INFO O| Aug 25 09:14:21.998 INFO STEP 445 (remove_files) COMPLETE
66502026-08-25T09:14:23.224Z[ recovery-image] Aug 25 09:14:21.998 INFO O| Aug 25 09:14:21.998 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66512026-08-25T09:14:23.234Z[ recovery-image] Aug 25 09:14:22.008 INFO O| Aug 25 09:14:22.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66522026-08-25T09:14:23.234Z[ recovery-image] Aug 25 09:14:22.008 INFO O| Aug 25 09:14:22.008 INFO STEP 446 (remove_files) COMPLETE
66532026-08-25T09:14:23.234Z[ recovery-image] Aug 25 09:14:22.008 INFO O| Aug 25 09:14:22.008 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66542026-08-25T09:14:23.239Z[verify-libraries] Compiling hex-literal v1.1.0
66552026-08-25T09:14:23.244Z[ recovery-image] Aug 25 09:14:22.018 INFO O| Aug 25 09:14:22.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66562026-08-25T09:14:23.244Z[ recovery-image] Aug 25 09:14:22.018 INFO O| Aug 25 09:14:22.018 INFO STEP 447 (remove_files) COMPLETE
66572026-08-25T09:14:23.244Z[ recovery-image] Aug 25 09:14:22.018 INFO O| Aug 25 09:14:22.018 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-25T09:14:23.268Z[ recovery-image] Aug 25 09:14:22.031 INFO O| Aug 25 09:14:22.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66592026-08-25T09:14:23.268Z[ recovery-image] Aug 25 09:14:22.031 INFO O| Aug 25 09:14:22.031 INFO STEP 448 (remove_files) COMPLETE
66602026-08-25T09:14:23.268Z[ recovery-image] Aug 25 09:14:22.031 INFO O| Aug 25 09:14:22.031 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-25T09:14:23.268Z[ recovery-image] Aug 25 09:14:22.041 INFO O| Aug 25 09:14:22.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66622026-08-25T09:14:23.268Z[ recovery-image] Aug 25 09:14:22.041 INFO O| Aug 25 09:14:22.041 INFO STEP 449 (remove_files) COMPLETE
66632026-08-25T09:14:23.268Z[ recovery-image] Aug 25 09:14:22.041 INFO O| Aug 25 09:14:22.041 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-25T09:14:23.271Z[verify-libraries] Compiling md5 v0.8.0
66652026-08-25T09:14:23.280Z[ recovery-image] Aug 25 09:14:22.054 INFO O| Aug 25 09:14:22.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66662026-08-25T09:14:23.280Z[ recovery-image] Aug 25 09:14:22.054 INFO O| Aug 25 09:14:22.053 INFO STEP 450 (remove_files) COMPLETE
66672026-08-25T09:14:23.280Z[ recovery-image] Aug 25 09:14:22.054 INFO O| Aug 25 09:14:22.053 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-25T09:14:23.291Z[ recovery-image] Aug 25 09:14:22.065 INFO O| Aug 25 09:14:22.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66692026-08-25T09:14:23.291Z[ recovery-image] Aug 25 09:14:22.065 INFO O| Aug 25 09:14:22.065 INFO STEP 451 (remove_files) COMPLETE
66702026-08-25T09:14:23.294Z[ recovery-image] Aug 25 09:14:22.065 INFO O| Aug 25 09:14:22.065 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-25T09:14:23.294Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
66722026-08-25T09:14:23.308Z[ recovery-image] Aug 25 09:14:22.076 INFO O| Aug 25 09:14:22.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66732026-08-25T09:14:23.311Z[ recovery-image] Aug 25 09:14:22.076 INFO O| Aug 25 09:14:22.076 INFO STEP 452 (remove_files) COMPLETE
66742026-08-25T09:14:23.311Z[ recovery-image] Aug 25 09:14:22.076 INFO O| Aug 25 09:14:22.076 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-25T09:14:23.317Z[ recovery-image] Aug 25 09:14:22.088 INFO O| Aug 25 09:14:22.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66762026-08-25T09:14:23.317Z[ recovery-image] Aug 25 09:14:22.088 INFO O| Aug 25 09:14:22.088 INFO STEP 453 (remove_files) COMPLETE
66772026-08-25T09:14:23.317Z[ recovery-image] Aug 25 09:14:22.088 INFO O| Aug 25 09:14:22.088 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-25T09:14:23.331Z[ recovery-image] Aug 25 09:14:22.098 INFO O| Aug 25 09:14:22.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66792026-08-25T09:14:23.331Z[ recovery-image] Aug 25 09:14:22.098 INFO O| Aug 25 09:14:22.098 INFO STEP 454 (remove_files) COMPLETE
66802026-08-25T09:14:23.331Z[ recovery-image] Aug 25 09:14:22.098 INFO O| Aug 25 09:14:22.098 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-25T09:14:23.334Z[ recovery-image] Aug 25 09:14:22.108 INFO O| Aug 25 09:14:22.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66822026-08-25T09:14:23.335Z[ recovery-image] Aug 25 09:14:22.108 INFO O| Aug 25 09:14:22.108 INFO STEP 455 (remove_files) COMPLETE
66832026-08-25T09:14:23.335Z[ recovery-image] Aug 25 09:14:22.108 INFO O| Aug 25 09:14:22.108 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-25T09:14:23.344Z[ recovery-image] Aug 25 09:14:22.118 INFO O| Aug 25 09:14:22.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66852026-08-25T09:14:23.344Z[ recovery-image] Aug 25 09:14:22.118 INFO O| Aug 25 09:14:22.118 INFO STEP 456 (remove_files) COMPLETE
66862026-08-25T09:14:23.344Z[ recovery-image] Aug 25 09:14:22.118 INFO O| Aug 25 09:14:22.118 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-25T09:14:23.354Z[ recovery-image] Aug 25 09:14:22.128 INFO O| Aug 25 09:14:22.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66882026-08-25T09:14:23.354Z[ recovery-image] Aug 25 09:14:22.128 INFO O| Aug 25 09:14:22.128 INFO STEP 457 (remove_files) COMPLETE
66892026-08-25T09:14:23.357Z[ recovery-image] Aug 25 09:14:22.128 INFO O| Aug 25 09:14:22.128 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-25T09:14:23.367Z[ recovery-image] Aug 25 09:14:22.140 INFO O| Aug 25 09:14:22.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66912026-08-25T09:14:23.367Z[ recovery-image] Aug 25 09:14:22.141 INFO O| Aug 25 09:14:22.140 INFO STEP 458 (remove_files) COMPLETE
66922026-08-25T09:14:23.370Z[ recovery-image] Aug 25 09:14:22.141 INFO O| Aug 25 09:14:22.141 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-25T09:14:23.378Z[ recovery-image] Aug 25 09:14:22.152 INFO O| Aug 25 09:14:22.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66942026-08-25T09:14:23.381Z[ recovery-image] Aug 25 09:14:22.152 INFO O| Aug 25 09:14:22.152 INFO STEP 459 (remove_files) COMPLETE
66952026-08-25T09:14:23.381Z[ recovery-image] Aug 25 09:14:22.152 INFO O| Aug 25 09:14:22.152 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-25T09:14:23.389Z[ recovery-image] Aug 25 09:14:22.163 INFO O| Aug 25 09:14:22.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66972026-08-25T09:14:23.389Z[ recovery-image] Aug 25 09:14:22.164 INFO O| Aug 25 09:14:22.164 INFO STEP 460 (remove_files) COMPLETE
66982026-08-25T09:14:23.389Z[ recovery-image] Aug 25 09:14:22.164 INFO O| Aug 25 09:14:22.164 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-25T09:14:23.401Z[ recovery-image] Aug 25 09:14:22.175 INFO O| Aug 25 09:14:22.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67002026-08-25T09:14:23.401Z[ recovery-image] Aug 25 09:14:22.175 INFO O| Aug 25 09:14:22.175 INFO STEP 461 (remove_files) COMPLETE
67012026-08-25T09:14:23.402Z[ recovery-image] Aug 25 09:14:22.175 INFO O| Aug 25 09:14:22.175 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-25T09:14:23.414Z[ recovery-image] Aug 25 09:14:22.188 INFO O| Aug 25 09:14:22.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67032026-08-25T09:14:23.414Z[ recovery-image] Aug 25 09:14:22.188 INFO O| Aug 25 09:14:22.188 INFO STEP 462 (remove_files) COMPLETE
67042026-08-25T09:14:23.414Z[ recovery-image] Aug 25 09:14:22.188 INFO O| Aug 25 09:14:22.188 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-25T09:14:23.424Z[ recovery-image] Aug 25 09:14:22.198 INFO O| Aug 25 09:14:22.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67062026-08-25T09:14:23.425Z[ recovery-image] Aug 25 09:14:22.198 INFO O| Aug 25 09:14:22.198 INFO STEP 463 (remove_files) COMPLETE
67072026-08-25T09:14:23.428Z[ recovery-image] Aug 25 09:14:22.198 INFO O| Aug 25 09:14:22.198 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-25T09:14:23.436Z[ recovery-image] Aug 25 09:14:22.210 INFO O| Aug 25 09:14:22.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67092026-08-25T09:14:23.436Z[ recovery-image] Aug 25 09:14:22.210 INFO O| Aug 25 09:14:22.210 INFO STEP 464 (remove_files) COMPLETE
67102026-08-25T09:14:23.440Z[ recovery-image] Aug 25 09:14:22.210 INFO O| Aug 25 09:14:22.210 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-25T09:14:23.446Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
67122026-08-25T09:14:23.457Z[ recovery-image] Aug 25 09:14:22.223 INFO O| Aug 25 09:14:22.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67132026-08-25T09:14:23.457Z[ recovery-image] Aug 25 09:14:22.223 INFO O| Aug 25 09:14:22.223 INFO STEP 465 (remove_files) COMPLETE
67142026-08-25T09:14:23.457Z[ recovery-image] Aug 25 09:14:22.223 INFO O| Aug 25 09:14:22.223 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-25T09:14:23.461Z[ recovery-image] Aug 25 09:14:22.234 INFO O| Aug 25 09:14:22.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67162026-08-25T09:14:23.461Z[ recovery-image] Aug 25 09:14:22.234 INFO O| Aug 25 09:14:22.234 INFO STEP 466 (remove_files) COMPLETE
67172026-08-25T09:14:23.461Z[ recovery-image] Aug 25 09:14:22.234 INFO O| Aug 25 09:14:22.234 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-25T09:14:23.474Z[ recovery-image] Aug 25 09:14:22.246 INFO O| Aug 25 09:14:22.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67192026-08-25T09:14:23.477Z[ recovery-image] Aug 25 09:14:22.246 INFO O| Aug 25 09:14:22.246 INFO STEP 467 (remove_files) COMPLETE
67202026-08-25T09:14:23.477Z[ recovery-image] Aug 25 09:14:22.246 INFO O| Aug 25 09:14:22.246 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-25T09:14:23.486Z[ recovery-image] Aug 25 09:14:22.256 INFO O| Aug 25 09:14:22.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67222026-08-25T09:14:23.489Z[ recovery-image] Aug 25 09:14:22.256 INFO O| Aug 25 09:14:22.256 INFO STEP 468 (remove_files) COMPLETE
67232026-08-25T09:14:23.491Z[ recovery-image] Aug 25 09:14:22.256 INFO O| Aug 25 09:14:22.256 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-25T09:14:23.495Z[ recovery-image] Aug 25 09:14:22.266 INFO O| Aug 25 09:14:22.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67252026-08-25T09:14:23.495Z[ recovery-image] Aug 25 09:14:22.267 INFO O| Aug 25 09:14:22.266 INFO STEP 469 (remove_files) COMPLETE
67262026-08-25T09:14:23.495Z[ recovery-image] Aug 25 09:14:22.267 INFO O| Aug 25 09:14:22.267 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-25T09:14:23.503Z[ recovery-image] Aug 25 09:14:22.277 INFO O| Aug 25 09:14:22.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67282026-08-25T09:14:23.503Z[ recovery-image] Aug 25 09:14:22.277 INFO O| Aug 25 09:14:22.277 INFO STEP 470 (remove_files) COMPLETE
67292026-08-25T09:14:23.506Z[ recovery-image] Aug 25 09:14:22.277 INFO O| Aug 25 09:14:22.277 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-25T09:14:23.511Z[ recovery-image] Aug 25 09:14:22.286 INFO O| Aug 25 09:14:22.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67312026-08-25T09:14:23.511Z[ recovery-image] Aug 25 09:14:22.286 INFO O| Aug 25 09:14:22.286 INFO STEP 471 (remove_files) COMPLETE
67322026-08-25T09:14:23.512Z[ recovery-image] Aug 25 09:14:22.286 INFO O| Aug 25 09:14:22.286 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-25T09:14:23.520Z[ recovery-image] Aug 25 09:14:22.294 INFO O| Aug 25 09:14:22.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67342026-08-25T09:14:23.520Z[ recovery-image] Aug 25 09:14:22.294 INFO O| Aug 25 09:14:22.294 INFO STEP 472 (remove_files) COMPLETE
67352026-08-25T09:14:23.520Z[ recovery-image] Aug 25 09:14:22.294 INFO O| Aug 25 09:14:22.294 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-25T09:14:23.531Z[ recovery-image] Aug 25 09:14:22.305 INFO O| Aug 25 09:14:22.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67372026-08-25T09:14:23.531Z[ recovery-image] Aug 25 09:14:22.305 INFO O| Aug 25 09:14:22.305 INFO STEP 473 (remove_files) COMPLETE
67382026-08-25T09:14:23.531Z[ recovery-image] Aug 25 09:14:22.305 INFO O| Aug 25 09:14:22.305 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-25T09:14:23.540Z[ recovery-image] Aug 25 09:14:22.315 INFO O| Aug 25 09:14:22.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67402026-08-25T09:14:23.541Z[ recovery-image] Aug 25 09:14:22.315 INFO O| Aug 25 09:14:22.315 INFO STEP 474 (remove_files) COMPLETE
67412026-08-25T09:14:23.541Z[ recovery-image] Aug 25 09:14:22.315 INFO O| Aug 25 09:14:22.315 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-25T09:14:23.550Z[ recovery-image] Aug 25 09:14:22.324 INFO O| Aug 25 09:14:22.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67432026-08-25T09:14:23.550Z[ recovery-image] Aug 25 09:14:22.324 INFO O| Aug 25 09:14:22.324 INFO STEP 475 (remove_files) COMPLETE
67442026-08-25T09:14:23.550Z[ recovery-image] Aug 25 09:14:22.324 INFO O| Aug 25 09:14:22.324 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-25T09:14:23.559Z[ recovery-image] Aug 25 09:14:22.333 INFO O| Aug 25 09:14:22.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67462026-08-25T09:14:23.559Z[ recovery-image] Aug 25 09:14:22.333 INFO O| Aug 25 09:14:22.333 INFO STEP 476 (remove_files) COMPLETE
67472026-08-25T09:14:23.559Z[ recovery-image] Aug 25 09:14:22.333 INFO O| Aug 25 09:14:22.333 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-25T09:14:23.568Z[ recovery-image] Aug 25 09:14:22.342 INFO O| Aug 25 09:14:22.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67492026-08-25T09:14:23.568Z[ recovery-image] Aug 25 09:14:22.342 INFO O| Aug 25 09:14:22.342 INFO STEP 477 (remove_files) COMPLETE
67502026-08-25T09:14:23.568Z[ recovery-image] Aug 25 09:14:22.342 INFO O| Aug 25 09:14:22.342 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-25T09:14:23.576Z[ recovery-image] Aug 25 09:14:22.350 INFO O| Aug 25 09:14:22.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67522026-08-25T09:14:23.576Z[ recovery-image] Aug 25 09:14:22.351 INFO O| Aug 25 09:14:22.351 INFO STEP 478 (remove_files) COMPLETE
67532026-08-25T09:14:23.576Z[ recovery-image] Aug 25 09:14:22.351 INFO O| Aug 25 09:14:22.351 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-25T09:14:23.585Z[ recovery-image] Aug 25 09:14:22.359 INFO O| Aug 25 09:14:22.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67552026-08-25T09:14:23.585Z[ recovery-image] Aug 25 09:14:22.359 INFO O| Aug 25 09:14:22.359 INFO STEP 479 (remove_files) COMPLETE
67562026-08-25T09:14:23.588Z[ recovery-image] Aug 25 09:14:22.359 INFO O| Aug 25 09:14:22.359 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-25T09:14:23.596Z[ recovery-image] Aug 25 09:14:22.370 INFO O| Aug 25 09:14:22.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67582026-08-25T09:14:23.596Z[ recovery-image] Aug 25 09:14:22.370 INFO O| Aug 25 09:14:22.370 INFO STEP 480 (remove_files) COMPLETE
67592026-08-25T09:14:23.596Z[ recovery-image] Aug 25 09:14:22.370 INFO O| Aug 25 09:14:22.370 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-25T09:14:23.606Z[ recovery-image] Aug 25 09:14:22.380 INFO O| Aug 25 09:14:22.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67612026-08-25T09:14:23.606Z[ recovery-image] Aug 25 09:14:22.380 INFO O| Aug 25 09:14:22.380 INFO STEP 481 (remove_files) COMPLETE
67622026-08-25T09:14:23.609Z[ recovery-image] Aug 25 09:14:22.380 INFO O| Aug 25 09:14:22.380 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-25T09:14:23.614Z[ recovery-image] Aug 25 09:14:22.389 INFO O| Aug 25 09:14:22.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67642026-08-25T09:14:23.614Z[ recovery-image] Aug 25 09:14:22.389 INFO O| Aug 25 09:14:22.389 INFO STEP 482 (remove_files) COMPLETE
67652026-08-25T09:14:23.614Z[ recovery-image] Aug 25 09:14:22.389 INFO O| Aug 25 09:14:22.389 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-25T09:14:23.623Z[ recovery-image] Aug 25 09:14:22.397 INFO O| Aug 25 09:14:22.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67672026-08-25T09:14:23.623Z[ recovery-image] Aug 25 09:14:22.397 INFO O| Aug 25 09:14:22.397 INFO STEP 483 (remove_files) COMPLETE
67682026-08-25T09:14:23.623Z[ recovery-image] Aug 25 09:14:22.397 INFO O| Aug 25 09:14:22.397 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-25T09:14:23.633Z[ recovery-image] Aug 25 09:14:22.407 INFO O| Aug 25 09:14:22.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67702026-08-25T09:14:23.633Z[ recovery-image] Aug 25 09:14:22.407 INFO O| Aug 25 09:14:22.407 INFO STEP 484 (remove_files) COMPLETE
67712026-08-25T09:14:23.633Z[ recovery-image] Aug 25 09:14:22.407 INFO O| Aug 25 09:14:22.407 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-25T09:14:23.641Z[ recovery-image] Aug 25 09:14:22.416 INFO O| Aug 25 09:14:22.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67732026-08-25T09:14:23.641Z[ recovery-image] Aug 25 09:14:22.416 INFO O| Aug 25 09:14:22.416 INFO STEP 485 (remove_files) COMPLETE
67742026-08-25T09:14:23.641Z[ recovery-image] Aug 25 09:14:22.416 INFO O| Aug 25 09:14:22.416 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-25T09:14:23.649Z[ recovery-image] Aug 25 09:14:22.424 INFO O| Aug 25 09:14:22.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67762026-08-25T09:14:23.649Z[ recovery-image] Aug 25 09:14:22.424 INFO O| Aug 25 09:14:22.424 INFO STEP 486 (remove_files) COMPLETE
67772026-08-25T09:14:23.650Z[ recovery-image] Aug 25 09:14:22.424 INFO O| Aug 25 09:14:22.424 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-25T09:14:23.659Z[ recovery-image] Aug 25 09:14:22.433 INFO O| Aug 25 09:14:22.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67792026-08-25T09:14:23.659Z[ recovery-image] Aug 25 09:14:22.433 INFO O| Aug 25 09:14:22.433 INFO STEP 487 (remove_files) COMPLETE
67802026-08-25T09:14:23.659Z[ recovery-image] Aug 25 09:14:22.433 INFO O| Aug 25 09:14:22.433 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-25T09:14:23.673Z[ recovery-image] Aug 25 09:14:22.443 INFO O| Aug 25 09:14:22.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67822026-08-25T09:14:23.673Z[ recovery-image] Aug 25 09:14:22.443 INFO O| Aug 25 09:14:22.443 INFO STEP 488 (remove_files) COMPLETE
67832026-08-25T09:14:23.673Z[ recovery-image] Aug 25 09:14:22.443 INFO O| Aug 25 09:14:22.443 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-25T09:14:23.676Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
67852026-08-25T09:14:23.679Z[ recovery-image] Aug 25 09:14:22.451 INFO O| Aug 25 09:14:22.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67862026-08-25T09:14:23.679Z[ recovery-image] Aug 25 09:14:22.452 INFO O| Aug 25 09:14:22.452 INFO STEP 489 (remove_files) COMPLETE
67872026-08-25T09:14:23.679Z[ recovery-image] Aug 25 09:14:22.452 INFO O| Aug 25 09:14:22.452 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-25T09:14:23.686Z[ recovery-image] Aug 25 09:14:22.460 INFO O| Aug 25 09:14:22.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67892026-08-25T09:14:23.686Z[ recovery-image] Aug 25 09:14:22.460 INFO O| Aug 25 09:14:22.460 INFO STEP 490 (remove_files) COMPLETE
67902026-08-25T09:14:23.686Z[ recovery-image] Aug 25 09:14:22.460 INFO O| Aug 25 09:14:22.460 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-25T09:14:23.695Z[ recovery-image] Aug 25 09:14:22.469 INFO O| Aug 25 09:14:22.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67922026-08-25T09:14:23.695Z[ recovery-image] Aug 25 09:14:22.469 INFO O| Aug 25 09:14:22.469 INFO STEP 491 (remove_files) COMPLETE
67932026-08-25T09:14:23.695Z[ recovery-image] Aug 25 09:14:22.469 INFO O| Aug 25 09:14:22.469 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-08-25T09:14:23.703Z[ recovery-image] Aug 25 09:14:22.477 INFO O| Aug 25 09:14:22.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67952026-08-25T09:14:23.703Z[ recovery-image] Aug 25 09:14:22.478 INFO O| Aug 25 09:14:22.478 INFO STEP 492 (remove_files) COMPLETE
67962026-08-25T09:14:23.703Z[ recovery-image] Aug 25 09:14:22.478 INFO O| Aug 25 09:14:22.478 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-08-25T09:14:23.706Z[verify-libraries] Compiling russh v0.62.4
67982026-08-25T09:14:23.712Z[ recovery-image] Aug 25 09:14:22.487 INFO O| Aug 25 09:14:22.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67992026-08-25T09:14:23.713Z[ recovery-image] Aug 25 09:14:22.487 INFO O| Aug 25 09:14:22.487 INFO STEP 493 (remove_files) COMPLETE
68002026-08-25T09:14:23.716Z[ recovery-image] Aug 25 09:14:22.487 INFO O| Aug 25 09:14:22.487 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-25T09:14:23.721Z[ recovery-image] Aug 25 09:14:22.494 INFO O| Aug 25 09:14:22.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68022026-08-25T09:14:23.721Z[ recovery-image] Aug 25 09:14:22.494 INFO O| Aug 25 09:14:22.494 INFO STEP 494 (remove_files) COMPLETE
68032026-08-25T09:14:23.721Z[ recovery-image] Aug 25 09:14:22.494 INFO O| Aug 25 09:14:22.494 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-25T09:14:23.728Z[ recovery-image] Aug 25 09:14:22.502 INFO O| Aug 25 09:14:22.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68052026-08-25T09:14:23.728Z[ recovery-image] Aug 25 09:14:22.502 INFO O| Aug 25 09:14:22.502 INFO STEP 495 (remove_files) COMPLETE
68062026-08-25T09:14:23.731Z[ recovery-image] Aug 25 09:14:22.502 INFO O| Aug 25 09:14:22.502 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-25T09:14:23.736Z[ recovery-image] Aug 25 09:14:22.510 INFO O| Aug 25 09:14:22.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68082026-08-25T09:14:23.736Z[ recovery-image] Aug 25 09:14:22.510 INFO O| Aug 25 09:14:22.510 INFO STEP 496 (remove_files) COMPLETE
68092026-08-25T09:14:23.736Z[ recovery-image] Aug 25 09:14:22.510 INFO O| Aug 25 09:14:22.510 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-25T09:14:23.742Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
68112026-08-25T09:14:23.745Z[ recovery-image] Aug 25 09:14:22.518 INFO O| Aug 25 09:14:22.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68122026-08-25T09:14:23.745Z[ recovery-image] Aug 25 09:14:22.518 INFO O| Aug 25 09:14:22.518 INFO STEP 497 (remove_files) COMPLETE
68132026-08-25T09:14:23.745Z[ recovery-image] Aug 25 09:14:22.518 INFO O| Aug 25 09:14:22.518 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-25T09:14:23.755Z[ recovery-image] Aug 25 09:14:22.529 INFO O| Aug 25 09:14:22.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68152026-08-25T09:14:23.755Z[ recovery-image] Aug 25 09:14:22.529 INFO O| Aug 25 09:14:22.529 INFO STEP 498 (remove_files) COMPLETE
68162026-08-25T09:14:23.758Z[ recovery-image] Aug 25 09:14:22.529 INFO O| Aug 25 09:14:22.529 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-25T09:14:23.765Z[ recovery-image] Aug 25 09:14:22.540 INFO O| Aug 25 09:14:22.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68182026-08-25T09:14:23.765Z[ recovery-image] Aug 25 09:14:22.540 INFO O| Aug 25 09:14:22.540 INFO STEP 499 (remove_files) COMPLETE
68192026-08-25T09:14:23.768Z[ recovery-image] Aug 25 09:14:22.540 INFO O| Aug 25 09:14:22.540 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-25T09:14:23.776Z[ recovery-image] Aug 25 09:14:22.550 INFO O| Aug 25 09:14:22.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68212026-08-25T09:14:23.776Z[ recovery-image] Aug 25 09:14:22.550 INFO O| Aug 25 09:14:22.550 INFO STEP 500 (remove_files) COMPLETE
68222026-08-25T09:14:23.779Z[ recovery-image] Aug 25 09:14:22.550 INFO O| Aug 25 09:14:22.550 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-25T09:14:23.787Z[ recovery-image] Aug 25 09:14:22.561 INFO O| Aug 25 09:14:22.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68242026-08-25T09:14:23.787Z[ recovery-image] Aug 25 09:14:22.561 INFO O| Aug 25 09:14:22.561 INFO STEP 501 (remove_files) COMPLETE
68252026-08-25T09:14:23.790Z[ recovery-image] Aug 25 09:14:22.561 INFO O| Aug 25 09:14:22.561 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-25T09:14:23.795Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
68272026-08-25T09:14:23.798Z[ recovery-image] Aug 25 09:14:22.571 INFO O| Aug 25 09:14:22.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68282026-08-25T09:14:23.798Z[ recovery-image] Aug 25 09:14:22.572 INFO O| Aug 25 09:14:22.571 INFO STEP 502 (remove_files) COMPLETE
68292026-08-25T09:14:23.798Z[ recovery-image] Aug 25 09:14:22.572 INFO O| Aug 25 09:14:22.572 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-25T09:14:23.807Z[ recovery-image] Aug 25 09:14:22.582 INFO O| Aug 25 09:14:22.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68312026-08-25T09:14:23.807Z[ recovery-image] Aug 25 09:14:22.582 INFO O| Aug 25 09:14:22.582 INFO STEP 503 (remove_files) COMPLETE
68322026-08-25T09:14:23.807Z[ recovery-image] Aug 25 09:14:22.582 INFO O| Aug 25 09:14:22.582 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-25T09:14:23.816Z[ recovery-image] Aug 25 09:14:22.590 INFO O| Aug 25 09:14:22.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68342026-08-25T09:14:23.816Z[ recovery-image] Aug 25 09:14:22.590 INFO O| Aug 25 09:14:22.590 INFO STEP 504 (remove_files) COMPLETE
68352026-08-25T09:14:23.816Z[ recovery-image] Aug 25 09:14:22.590 INFO O| Aug 25 09:14:22.590 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-25T09:14:23.827Z[ recovery-image] Aug 25 09:14:22.601 INFO O| Aug 25 09:14:22.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68372026-08-25T09:14:23.827Z[ recovery-image] Aug 25 09:14:22.601 INFO O| Aug 25 09:14:22.601 INFO STEP 505 (remove_files) COMPLETE
68382026-08-25T09:14:23.827Z[ recovery-image] Aug 25 09:14:22.601 INFO O| Aug 25 09:14:22.601 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-25T09:14:23.837Z[ recovery-image] Aug 25 09:14:22.611 INFO O| Aug 25 09:14:22.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68402026-08-25T09:14:23.837Z[ recovery-image] Aug 25 09:14:22.611 INFO O| Aug 25 09:14:22.611 INFO STEP 506 (remove_files) COMPLETE
68412026-08-25T09:14:23.837Z[ recovery-image] Aug 25 09:14:22.611 INFO O| Aug 25 09:14:22.611 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-08-25T09:14:23.848Z[ recovery-image] Aug 25 09:14:22.622 INFO O| Aug 25 09:14:22.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68432026-08-25T09:14:23.848Z[ recovery-image] Aug 25 09:14:22.622 INFO O| Aug 25 09:14:22.622 INFO STEP 507 (remove_files) COMPLETE
68442026-08-25T09:14:23.848Z[ recovery-image] Aug 25 09:14:22.622 INFO O| Aug 25 09:14:22.622 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-08-25T09:14:23.858Z[ recovery-image] Aug 25 09:14:22.632 INFO O| Aug 25 09:14:22.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68462026-08-25T09:14:23.858Z[ recovery-image] Aug 25 09:14:22.632 INFO O| Aug 25 09:14:22.632 INFO STEP 508 (remove_files) COMPLETE
68472026-08-25T09:14:23.861Z[ recovery-image] Aug 25 09:14:22.632 INFO O| Aug 25 09:14:22.632 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-08-25T09:14:23.868Z[ recovery-image] Aug 25 09:14:22.642 INFO O| Aug 25 09:14:22.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68492026-08-25T09:14:23.868Z[ recovery-image] Aug 25 09:14:22.642 INFO O| Aug 25 09:14:22.642 INFO STEP 509 (remove_files) COMPLETE
68502026-08-25T09:14:23.871Z[ recovery-image] Aug 25 09:14:22.642 INFO O| Aug 25 09:14:22.642 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-08-25T09:14:23.882Z[ recovery-image] Aug 25 09:14:22.652 INFO O| Aug 25 09:14:22.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68522026-08-25T09:14:23.882Z[ recovery-image] Aug 25 09:14:22.652 INFO O| Aug 25 09:14:22.652 INFO STEP 510 (remove_files) COMPLETE
68532026-08-25T09:14:23.883Z[ recovery-image] Aug 25 09:14:22.652 INFO O| Aug 25 09:14:22.652 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-08-25T09:14:23.886Z[ recovery-image] Aug 25 09:14:22.660 INFO O| Aug 25 09:14:22.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68552026-08-25T09:14:23.886Z[ recovery-image] Aug 25 09:14:22.660 INFO O| Aug 25 09:14:22.660 INFO STEP 511 (remove_files) COMPLETE
68562026-08-25T09:14:23.886Z[ recovery-image] Aug 25 09:14:22.660 INFO O| Aug 25 09:14:22.660 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-08-25T09:14:23.895Z[ recovery-image] Aug 25 09:14:22.669 INFO O| Aug 25 09:14:22.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68582026-08-25T09:14:23.895Z[ recovery-image] Aug 25 09:14:22.669 INFO O| Aug 25 09:14:22.669 INFO STEP 512 (remove_files) COMPLETE
68592026-08-25T09:14:23.895Z[ recovery-image] Aug 25 09:14:22.669 INFO O| Aug 25 09:14:22.669 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-08-25T09:14:23.903Z[ recovery-image] Aug 25 09:14:22.677 INFO O| Aug 25 09:14:22.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68612026-08-25T09:14:23.906Z[ recovery-image] Aug 25 09:14:22.678 INFO O| Aug 25 09:14:22.678 INFO STEP 513 (remove_files) COMPLETE
68622026-08-25T09:14:23.906Z[ recovery-image] Aug 25 09:14:22.678 INFO O| Aug 25 09:14:22.678 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-08-25T09:14:23.914Z[ recovery-image] Aug 25 09:14:22.688 INFO O| Aug 25 09:14:22.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68642026-08-25T09:14:23.914Z[ recovery-image] Aug 25 09:14:22.688 INFO O| Aug 25 09:14:22.688 INFO STEP 514 (remove_files) COMPLETE
68652026-08-25T09:14:23.918Z[ recovery-image] Aug 25 09:14:22.688 INFO O| Aug 25 09:14:22.688 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-08-25T09:14:23.923Z[ recovery-image] Aug 25 09:14:22.697 INFO O| Aug 25 09:14:22.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68672026-08-25T09:14:23.923Z[ recovery-image] Aug 25 09:14:22.697 INFO O| Aug 25 09:14:22.697 INFO STEP 515 (remove_files) COMPLETE
68682026-08-25T09:14:23.923Z[ recovery-image] Aug 25 09:14:22.697 INFO O| Aug 25 09:14:22.697 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-08-25T09:14:23.931Z[ recovery-image] Aug 25 09:14:22.705 INFO O| Aug 25 09:14:22.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68702026-08-25T09:14:23.931Z[ recovery-image] Aug 25 09:14:22.705 INFO O| Aug 25 09:14:22.705 INFO STEP 516 (remove_files) COMPLETE
68712026-08-25T09:14:23.931Z[ recovery-image] Aug 25 09:14:22.705 INFO O| Aug 25 09:14:22.705 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-08-25T09:14:23.939Z[ recovery-image] Aug 25 09:14:22.713 INFO O| Aug 25 09:14:22.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68732026-08-25T09:14:23.939Z[ recovery-image] Aug 25 09:14:22.713 INFO O| Aug 25 09:14:22.713 INFO STEP 517 (remove_files) COMPLETE
68742026-08-25T09:14:23.942Z[ recovery-image] Aug 25 09:14:22.713 INFO O| Aug 25 09:14:22.713 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-25T09:14:23.946Z[ recovery-image] Aug 25 09:14:22.720 INFO O| Aug 25 09:14:22.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68762026-08-25T09:14:23.946Z[ recovery-image] Aug 25 09:14:22.720 INFO O| Aug 25 09:14:22.720 INFO STEP 518 (remove_files) COMPLETE
68772026-08-25T09:14:23.946Z[ recovery-image] Aug 25 09:14:22.720 INFO O| Aug 25 09:14:22.720 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-25T09:14:23.956Z[ recovery-image] Aug 25 09:14:22.730 INFO O| Aug 25 09:14:22.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68792026-08-25T09:14:23.956Z[ recovery-image] Aug 25 09:14:22.730 INFO O| Aug 25 09:14:22.730 INFO STEP 519 (remove_files) COMPLETE
68802026-08-25T09:14:23.959Z[ recovery-image] Aug 25 09:14:22.730 INFO O| Aug 25 09:14:22.730 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-25T09:14:23.966Z[ recovery-image] Aug 25 09:14:22.740 INFO O| Aug 25 09:14:22.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68822026-08-25T09:14:23.966Z[ recovery-image] Aug 25 09:14:22.740 INFO O| Aug 25 09:14:22.740 INFO STEP 520 (remove_files) COMPLETE
68832026-08-25T09:14:23.966Z[ recovery-image] Aug 25 09:14:22.740 INFO O| Aug 25 09:14:22.740 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-25T09:14:23.976Z[ recovery-image] Aug 25 09:14:22.750 INFO O| Aug 25 09:14:22.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68852026-08-25T09:14:23.976Z[ recovery-image] Aug 25 09:14:22.750 INFO O| Aug 25 09:14:22.750 INFO STEP 521 (remove_files) COMPLETE
68862026-08-25T09:14:23.976Z[ recovery-image] Aug 25 09:14:22.750 INFO O| Aug 25 09:14:22.750 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-25T09:14:23.985Z[ recovery-image] Aug 25 09:14:22.759 INFO O| Aug 25 09:14:22.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68882026-08-25T09:14:23.985Z[ recovery-image] Aug 25 09:14:22.759 INFO O| Aug 25 09:14:22.759 INFO STEP 522 (remove_files) COMPLETE
68892026-08-25T09:14:23.985Z[ recovery-image] Aug 25 09:14:22.759 INFO O| Aug 25 09:14:22.759 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-25T09:14:23.995Z[ recovery-image] Aug 25 09:14:22.769 INFO O| Aug 25 09:14:22.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68912026-08-25T09:14:23.995Z[ recovery-image] Aug 25 09:14:22.769 INFO O| Aug 25 09:14:22.769 INFO STEP 523 (remove_files) COMPLETE
68922026-08-25T09:14:23.995Z[ recovery-image] Aug 25 09:14:22.769 INFO O| Aug 25 09:14:22.769 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-08-25T09:14:24.004Z[ recovery-image] Aug 25 09:14:22.778 INFO O| Aug 25 09:14:22.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68942026-08-25T09:14:24.004Z[ recovery-image] Aug 25 09:14:22.778 INFO O| Aug 25 09:14:22.778 INFO STEP 524 (remove_files) COMPLETE
68952026-08-25T09:14:24.004Z[ recovery-image] Aug 25 09:14:22.778 INFO O| Aug 25 09:14:22.778 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-08-25T09:14:24.013Z[ recovery-image] Aug 25 09:14:22.787 INFO O| Aug 25 09:14:22.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68972026-08-25T09:14:24.016Z[ recovery-image] Aug 25 09:14:22.788 INFO O| Aug 25 09:14:22.788 INFO STEP 525 (remove_files) COMPLETE
68982026-08-25T09:14:24.016Z[ recovery-image] Aug 25 09:14:22.788 INFO O| Aug 25 09:14:22.788 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-08-25T09:14:24.024Z[ recovery-image] Aug 25 09:14:22.798 INFO O| Aug 25 09:14:22.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69002026-08-25T09:14:24.024Z[ recovery-image] Aug 25 09:14:22.799 INFO O| Aug 25 09:14:22.799 INFO STEP 526 (remove_files) COMPLETE
69012026-08-25T09:14:24.025Z[ recovery-image] Aug 25 09:14:22.799 INFO O| Aug 25 09:14:22.799 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-08-25T09:14:24.033Z[ recovery-image] Aug 25 09:14:22.808 INFO O| Aug 25 09:14:22.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69032026-08-25T09:14:24.036Z[ recovery-image] Aug 25 09:14:22.808 INFO O| Aug 25 09:14:22.808 INFO STEP 527 (remove_files) COMPLETE
69042026-08-25T09:14:24.037Z[ recovery-image] Aug 25 09:14:22.808 INFO O| Aug 25 09:14:22.808 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-08-25T09:14:24.044Z[ recovery-image] Aug 25 09:14:22.818 INFO O| Aug 25 09:14:22.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69062026-08-25T09:14:24.044Z[ recovery-image] Aug 25 09:14:22.818 INFO O| Aug 25 09:14:22.818 INFO STEP 528 (remove_files) COMPLETE
69072026-08-25T09:14:24.044Z[ recovery-image] Aug 25 09:14:22.818 INFO O| Aug 25 09:14:22.818 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-08-25T09:14:24.053Z[ recovery-image] Aug 25 09:14:22.827 INFO O| Aug 25 09:14:22.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69092026-08-25T09:14:24.053Z[ recovery-image] Aug 25 09:14:22.828 INFO O| Aug 25 09:14:22.828 INFO STEP 529 (remove_files) COMPLETE
69102026-08-25T09:14:24.057Z[ recovery-image] Aug 25 09:14:22.828 INFO O| Aug 25 09:14:22.828 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-08-25T09:14:24.064Z[ recovery-image] Aug 25 09:14:22.837 INFO O| Aug 25 09:14:22.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69122026-08-25T09:14:24.064Z[ recovery-image] Aug 25 09:14:22.837 INFO O| Aug 25 09:14:22.837 INFO STEP 530 (remove_files) COMPLETE
69132026-08-25T09:14:24.064Z[ recovery-image] Aug 25 09:14:22.837 INFO O| Aug 25 09:14:22.837 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-08-25T09:14:24.073Z[ recovery-image] Aug 25 09:14:22.847 INFO O| Aug 25 09:14:22.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69152026-08-25T09:14:24.076Z[ recovery-image] Aug 25 09:14:22.848 INFO O| Aug 25 09:14:22.848 INFO STEP 531 (remove_files) COMPLETE
69162026-08-25T09:14:24.076Z[ recovery-image] Aug 25 09:14:22.848 INFO O| Aug 25 09:14:22.848 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-08-25T09:14:24.084Z[ recovery-image] Aug 25 09:14:22.858 INFO O| Aug 25 09:14:22.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69182026-08-25T09:14:24.084Z[ recovery-image] Aug 25 09:14:22.858 INFO O| Aug 25 09:14:22.858 INFO STEP 532 (remove_files) COMPLETE
69192026-08-25T09:14:24.084Z[ recovery-image] Aug 25 09:14:22.858 INFO O| Aug 25 09:14:22.858 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-08-25T09:14:24.095Z[ recovery-image] Aug 25 09:14:22.869 INFO O| Aug 25 09:14:22.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69212026-08-25T09:14:24.098Z[ recovery-image] Aug 25 09:14:22.869 INFO O| Aug 25 09:14:22.869 INFO STEP 533 (remove_files) COMPLETE
69222026-08-25T09:14:24.098Z[ recovery-image] Aug 25 09:14:22.869 INFO O| Aug 25 09:14:22.869 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-08-25T09:14:24.105Z[ recovery-image] Aug 25 09:14:22.879 INFO O| Aug 25 09:14:22.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69242026-08-25T09:14:24.105Z[ recovery-image] Aug 25 09:14:22.879 INFO O| Aug 25 09:14:22.879 INFO STEP 534 (remove_files) COMPLETE
69252026-08-25T09:14:24.105Z[ recovery-image] Aug 25 09:14:22.879 INFO O| Aug 25 09:14:22.879 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-08-25T09:14:24.114Z[ recovery-image] Aug 25 09:14:22.888 INFO O| Aug 25 09:14:22.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69272026-08-25T09:14:24.114Z[ recovery-image] Aug 25 09:14:22.888 INFO O| Aug 25 09:14:22.888 INFO STEP 535 (remove_files) COMPLETE
69282026-08-25T09:14:24.114Z[ recovery-image] Aug 25 09:14:22.888 INFO O| Aug 25 09:14:22.888 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-08-25T09:14:24.125Z[ recovery-image] Aug 25 09:14:22.899 INFO O| Aug 25 09:14:22.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69302026-08-25T09:14:24.125Z[ recovery-image] Aug 25 09:14:22.899 INFO O| Aug 25 09:14:22.899 INFO STEP 536 (remove_files) COMPLETE
69312026-08-25T09:14:24.125Z[ recovery-image] Aug 25 09:14:22.899 INFO O| Aug 25 09:14:22.899 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-08-25T09:14:24.135Z[ recovery-image] Aug 25 09:14:22.909 INFO O| Aug 25 09:14:22.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69332026-08-25T09:14:24.135Z[ recovery-image] Aug 25 09:14:22.909 INFO O| Aug 25 09:14:22.909 INFO STEP 537 (remove_files) COMPLETE
69342026-08-25T09:14:24.135Z[ recovery-image] Aug 25 09:14:22.909 INFO O| Aug 25 09:14:22.909 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-08-25T09:14:24.144Z[ recovery-image] Aug 25 09:14:22.918 INFO O| Aug 25 09:14:22.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69362026-08-25T09:14:24.147Z[ recovery-image] Aug 25 09:14:22.919 INFO O| Aug 25 09:14:22.919 INFO STEP 538 (remove_files) COMPLETE
69372026-08-25T09:14:24.147Z[ recovery-image] Aug 25 09:14:22.919 INFO O| Aug 25 09:14:22.919 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-08-25T09:14:24.154Z[ recovery-image] Aug 25 09:14:22.928 INFO O| Aug 25 09:14:22.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69392026-08-25T09:14:24.154Z[ recovery-image] Aug 25 09:14:22.928 INFO O| Aug 25 09:14:22.928 INFO STEP 539 (remove_files) COMPLETE
69402026-08-25T09:14:24.154Z[ recovery-image] Aug 25 09:14:22.928 INFO O| Aug 25 09:14:22.928 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-08-25T09:14:24.164Z[ recovery-image] Aug 25 09:14:22.938 INFO O| Aug 25 09:14:22.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69422026-08-25T09:14:24.164Z[ recovery-image] Aug 25 09:14:22.938 INFO O| Aug 25 09:14:22.938 INFO STEP 540 (remove_files) COMPLETE
69432026-08-25T09:14:24.164Z[ recovery-image] Aug 25 09:14:22.938 INFO O| Aug 25 09:14:22.938 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-08-25T09:14:24.173Z[ recovery-image] Aug 25 09:14:22.947 INFO O| Aug 25 09:14:22.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69452026-08-25T09:14:24.176Z[ recovery-image] Aug 25 09:14:22.948 INFO O| Aug 25 09:14:22.948 INFO STEP 541 (remove_files) COMPLETE
69462026-08-25T09:14:24.176Z[ recovery-image] Aug 25 09:14:22.948 INFO O| Aug 25 09:14:22.948 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-08-25T09:14:24.183Z[ recovery-image] Aug 25 09:14:22.957 INFO O| Aug 25 09:14:22.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69482026-08-25T09:14:24.185Z[ recovery-image] Aug 25 09:14:22.957 INFO O| Aug 25 09:14:22.957 INFO STEP 542 (remove_files) COMPLETE
69492026-08-25T09:14:24.185Z[ recovery-image] Aug 25 09:14:22.957 INFO O| Aug 25 09:14:22.957 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-08-25T09:14:24.192Z[ recovery-image] Aug 25 09:14:22.966 INFO O| Aug 25 09:14:22.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69512026-08-25T09:14:24.192Z[ recovery-image] Aug 25 09:14:22.966 INFO O| Aug 25 09:14:22.966 INFO STEP 543 (remove_files) COMPLETE
69522026-08-25T09:14:24.195Z[ recovery-image] Aug 25 09:14:22.966 INFO O| Aug 25 09:14:22.966 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-08-25T09:14:24.218Z[ recovery-image] Aug 25 09:14:22.975 INFO O| Aug 25 09:14:22.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69542026-08-25T09:14:24.222Z[ recovery-image] Aug 25 09:14:22.975 INFO O| Aug 25 09:14:22.975 INFO STEP 544 (remove_files) COMPLETE
69552026-08-25T09:14:24.222Z[ recovery-image] Aug 25 09:14:22.975 INFO O| Aug 25 09:14:22.975 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-08-25T09:14:24.222Z[ recovery-image] Aug 25 09:14:22.984 INFO O| Aug 25 09:14:22.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69572026-08-25T09:14:24.222Z[ recovery-image] Aug 25 09:14:22.984 INFO O| Aug 25 09:14:22.984 INFO STEP 545 (remove_files) COMPLETE
69582026-08-25T09:14:24.222Z[ recovery-image] Aug 25 09:14:22.984 INFO O| Aug 25 09:14:22.984 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-08-25T09:14:24.222Z[ recovery-image] Aug 25 09:14:22.992 INFO O| Aug 25 09:14:22.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69602026-08-25T09:14:24.222Z[ recovery-image] Aug 25 09:14:22.992 INFO O| Aug 25 09:14:22.992 INFO STEP 546 (remove_files) COMPLETE
69612026-08-25T09:14:24.222Z[ recovery-image] Aug 25 09:14:22.992 INFO O| Aug 25 09:14:22.992 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-25T09:14:24.228Z[ recovery-image] Aug 25 09:14:23.001 INFO O| Aug 25 09:14:23.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69632026-08-25T09:14:24.231Z[ recovery-image] Aug 25 09:14:23.001 INFO O| Aug 25 09:14:23.001 INFO STEP 547 (remove_files) COMPLETE
69642026-08-25T09:14:24.231Z[ recovery-image] Aug 25 09:14:23.001 INFO O| Aug 25 09:14:23.001 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-25T09:14:24.236Z[ recovery-image] Aug 25 09:14:23.010 INFO O| Aug 25 09:14:23.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69662026-08-25T09:14:24.236Z[ recovery-image] Aug 25 09:14:23.010 INFO O| Aug 25 09:14:23.010 INFO STEP 548 (remove_files) COMPLETE
69672026-08-25T09:14:24.236Z[ recovery-image] Aug 25 09:14:23.010 INFO O| Aug 25 09:14:23.010 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-25T09:14:24.246Z[ recovery-image] Aug 25 09:14:23.020 INFO O| Aug 25 09:14:23.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69692026-08-25T09:14:24.246Z[ recovery-image] Aug 25 09:14:23.020 INFO O| Aug 25 09:14:23.020 INFO STEP 549 (remove_files) COMPLETE
69702026-08-25T09:14:24.246Z[ recovery-image] Aug 25 09:14:23.020 INFO O| Aug 25 09:14:23.020 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-25T09:14:24.256Z[ recovery-image] Aug 25 09:14:23.030 INFO O| Aug 25 09:14:23.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69722026-08-25T09:14:24.256Z[ recovery-image] Aug 25 09:14:23.030 INFO O| Aug 25 09:14:23.030 INFO STEP 550 (remove_files) COMPLETE
69732026-08-25T09:14:24.259Z[ recovery-image] Aug 25 09:14:23.030 INFO O| Aug 25 09:14:23.030 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-25T09:14:24.265Z[ recovery-image] Aug 25 09:14:23.040 INFO O| Aug 25 09:14:23.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69752026-08-25T09:14:24.265Z[ recovery-image] Aug 25 09:14:23.040 INFO O| Aug 25 09:14:23.040 INFO STEP 551 (remove_files) COMPLETE
69762026-08-25T09:14:24.268Z[ recovery-image] Aug 25 09:14:23.040 INFO O| Aug 25 09:14:23.040 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-25T09:14:24.275Z[ recovery-image] Aug 25 09:14:23.049 INFO O| Aug 25 09:14:23.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69782026-08-25T09:14:24.275Z[ recovery-image] Aug 25 09:14:23.049 INFO O| Aug 25 09:14:23.049 INFO STEP 552 (remove_files) COMPLETE
69792026-08-25T09:14:24.275Z[ recovery-image] Aug 25 09:14:23.049 INFO O| Aug 25 09:14:23.049 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-25T09:14:24.284Z[ recovery-image] Aug 25 09:14:23.058 INFO O| Aug 25 09:14:23.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69812026-08-25T09:14:24.284Z[ recovery-image] Aug 25 09:14:23.058 INFO O| Aug 25 09:14:23.058 INFO STEP 553 (remove_files) COMPLETE
69822026-08-25T09:14:24.284Z[ recovery-image] Aug 25 09:14:23.058 INFO O| Aug 25 09:14:23.058 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-25T09:14:24.295Z[ recovery-image] Aug 25 09:14:23.069 INFO O| Aug 25 09:14:23.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69842026-08-25T09:14:24.295Z[ recovery-image] Aug 25 09:14:23.069 INFO O| Aug 25 09:14:23.069 INFO STEP 554 (remove_files) COMPLETE
69852026-08-25T09:14:24.295Z[ recovery-image] Aug 25 09:14:23.069 INFO O| Aug 25 09:14:23.069 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-25T09:14:24.303Z[ recovery-image] Aug 25 09:14:23.077 INFO O| Aug 25 09:14:23.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69872026-08-25T09:14:24.303Z[ recovery-image] Aug 25 09:14:23.077 INFO O| Aug 25 09:14:23.077 INFO STEP 555 (remove_files) COMPLETE
69882026-08-25T09:14:24.303Z[ recovery-image] Aug 25 09:14:23.077 INFO O| Aug 25 09:14:23.077 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-25T09:14:24.313Z[ recovery-image] Aug 25 09:14:23.087 INFO O| Aug 25 09:14:23.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69902026-08-25T09:14:24.313Z[ recovery-image] Aug 25 09:14:23.088 INFO O| Aug 25 09:14:23.087 INFO STEP 556 (remove_files) COMPLETE
69912026-08-25T09:14:24.317Z[ recovery-image] Aug 25 09:14:23.088 INFO O| Aug 25 09:14:23.087 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-25T09:14:24.323Z[ recovery-image] Aug 25 09:14:23.096 INFO O| Aug 25 09:14:23.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69932026-08-25T09:14:24.323Z[ recovery-image] Aug 25 09:14:23.097 INFO O| Aug 25 09:14:23.097 INFO STEP 557 (remove_files) COMPLETE
69942026-08-25T09:14:24.323Z[ recovery-image] Aug 25 09:14:23.097 INFO O| Aug 25 09:14:23.097 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-25T09:14:24.333Z[ recovery-image] Aug 25 09:14:23.107 INFO O| Aug 25 09:14:23.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69962026-08-25T09:14:24.333Z[ recovery-image] Aug 25 09:14:23.107 INFO O| Aug 25 09:14:23.107 INFO STEP 558 (remove_files) COMPLETE
69972026-08-25T09:14:24.333Z[ recovery-image] Aug 25 09:14:23.107 INFO O| Aug 25 09:14:23.107 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-25T09:14:24.342Z[ recovery-image] Aug 25 09:14:23.115 INFO O| Aug 25 09:14:23.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69992026-08-25T09:14:24.342Z[ recovery-image] Aug 25 09:14:23.116 INFO O| Aug 25 09:14:23.115 INFO STEP 559 (remove_files) COMPLETE
70002026-08-25T09:14:24.342Z[ recovery-image] Aug 25 09:14:23.116 INFO O| Aug 25 09:14:23.115 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-25T09:14:24.352Z[ recovery-image] Aug 25 09:14:23.126 INFO O| Aug 25 09:14:23.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70022026-08-25T09:14:24.352Z[ recovery-image] Aug 25 09:14:23.126 INFO O| Aug 25 09:14:23.126 INFO STEP 560 (remove_files) COMPLETE
70032026-08-25T09:14:24.352Z[ recovery-image] Aug 25 09:14:23.126 INFO O| Aug 25 09:14:23.126 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-25T09:14:24.361Z[ recovery-image] Aug 25 09:14:23.135 INFO O| Aug 25 09:14:23.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70052026-08-25T09:14:24.361Z[ recovery-image] Aug 25 09:14:23.136 INFO O| Aug 25 09:14:23.136 INFO STEP 561 (remove_files) COMPLETE
70062026-08-25T09:14:24.364Z[ recovery-image] Aug 25 09:14:23.136 INFO O| Aug 25 09:14:23.136 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-25T09:14:24.371Z[ recovery-image] Aug 25 09:14:23.145 INFO O| Aug 25 09:14:23.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70082026-08-25T09:14:24.371Z[ recovery-image] Aug 25 09:14:23.145 INFO O| Aug 25 09:14:23.145 INFO STEP 562 (remove_files) COMPLETE
70092026-08-25T09:14:24.371Z[ recovery-image] Aug 25 09:14:23.145 INFO O| Aug 25 09:14:23.145 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-25T09:14:24.380Z[ recovery-image] Aug 25 09:14:23.154 INFO O| Aug 25 09:14:23.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70112026-08-25T09:14:24.380Z[ recovery-image] Aug 25 09:14:23.154 INFO O| Aug 25 09:14:23.154 INFO STEP 563 (remove_files) COMPLETE
70122026-08-25T09:14:24.380Z[ recovery-image] Aug 25 09:14:23.154 INFO O| Aug 25 09:14:23.154 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-25T09:14:24.389Z[ recovery-image] Aug 25 09:14:23.163 INFO O| Aug 25 09:14:23.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70142026-08-25T09:14:24.389Z[ recovery-image] Aug 25 09:14:23.163 INFO O| Aug 25 09:14:23.163 INFO STEP 564 (remove_files) COMPLETE
70152026-08-25T09:14:24.389Z[ recovery-image] Aug 25 09:14:23.163 INFO O| Aug 25 09:14:23.163 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-25T09:14:24.399Z[ recovery-image] Aug 25 09:14:23.173 INFO O| Aug 25 09:14:23.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70172026-08-25T09:14:24.399Z[ recovery-image] Aug 25 09:14:23.173 INFO O| Aug 25 09:14:23.173 INFO STEP 565 (remove_files) COMPLETE
70182026-08-25T09:14:24.399Z[ recovery-image] Aug 25 09:14:23.173 INFO O| Aug 25 09:14:23.173 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-25T09:14:24.408Z[ recovery-image] Aug 25 09:14:23.182 INFO O| Aug 25 09:14:23.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70202026-08-25T09:14:24.408Z[ recovery-image] Aug 25 09:14:23.182 INFO O| Aug 25 09:14:23.182 INFO STEP 566 (remove_files) COMPLETE
70212026-08-25T09:14:24.408Z[ recovery-image] Aug 25 09:14:23.182 INFO O| Aug 25 09:14:23.182 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-25T09:14:24.453Z[ recovery-image] Aug 25 09:14:23.191 INFO O| Aug 25 09:14:23.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70232026-08-25T09:14:24.453Z[ recovery-image] Aug 25 09:14:23.191 INFO O| Aug 25 09:14:23.191 INFO STEP 567 (remove_files) COMPLETE
70242026-08-25T09:14:24.453Z[ recovery-image] Aug 25 09:14:23.191 INFO O| Aug 25 09:14:23.191 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-25T09:14:24.458Z[ recovery-image] Aug 25 09:14:23.201 INFO O| Aug 25 09:14:23.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70262026-08-25T09:14:24.458Z[ recovery-image] Aug 25 09:14:23.201 INFO O| Aug 25 09:14:23.201 INFO STEP 568 (remove_files) COMPLETE
70272026-08-25T09:14:24.458Z[ recovery-image] Aug 25 09:14:23.201 INFO O| Aug 25 09:14:23.201 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-25T09:14:24.458Z[ recovery-image] Aug 25 09:14:23.211 INFO O| Aug 25 09:14:23.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70292026-08-25T09:14:24.458Z[ recovery-image] Aug 25 09:14:23.211 INFO O| Aug 25 09:14:23.211 INFO STEP 569 (remove_files) COMPLETE
70302026-08-25T09:14:24.458Z[ recovery-image] Aug 25 09:14:23.211 INFO O| Aug 25 09:14:23.211 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-25T09:14:24.458Z[ recovery-image] Aug 25 09:14:23.222 INFO O| Aug 25 09:14:23.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70322026-08-25T09:14:24.458Z[ recovery-image] Aug 25 09:14:23.223 INFO O| Aug 25 09:14:23.223 INFO STEP 570 (remove_files) COMPLETE
70332026-08-25T09:14:24.458Z[ recovery-image] Aug 25 09:14:23.223 INFO O| Aug 25 09:14:23.223 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-25T09:14:24.462Z[ recovery-image] Aug 25 09:14:23.234 INFO O| Aug 25 09:14:23.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70352026-08-25T09:14:24.462Z[ recovery-image] Aug 25 09:14:23.235 INFO O| Aug 25 09:14:23.235 INFO STEP 571 (remove_files) COMPLETE
70362026-08-25T09:14:24.462Z[ recovery-image] Aug 25 09:14:23.235 INFO O| Aug 25 09:14:23.235 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-25T09:14:24.472Z[ recovery-image] Aug 25 09:14:23.246 INFO O| Aug 25 09:14:23.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70382026-08-25T09:14:24.472Z[ recovery-image] Aug 25 09:14:23.246 INFO O| Aug 25 09:14:23.246 INFO STEP 572 (remove_files) COMPLETE
70392026-08-25T09:14:24.472Z[ recovery-image] Aug 25 09:14:23.246 INFO O| Aug 25 09:14:23.246 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-25T09:14:24.484Z[ recovery-image] Aug 25 09:14:23.258 INFO O| Aug 25 09:14:23.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70412026-08-25T09:14:24.484Z[ recovery-image] Aug 25 09:14:23.258 INFO O| Aug 25 09:14:23.258 INFO STEP 573 (remove_files) COMPLETE
70422026-08-25T09:14:24.487Z[ recovery-image] Aug 25 09:14:23.258 INFO O| Aug 25 09:14:23.258 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-25T09:14:24.496Z[ recovery-image] Aug 25 09:14:23.270 INFO O| Aug 25 09:14:23.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70442026-08-25T09:14:24.496Z[ recovery-image] Aug 25 09:14:23.270 INFO O| Aug 25 09:14:23.270 INFO STEP 574 (remove_files) COMPLETE
70452026-08-25T09:14:24.496Z[ recovery-image] Aug 25 09:14:23.270 INFO O| Aug 25 09:14:23.270 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-25T09:14:24.507Z[ recovery-image] Aug 25 09:14:23.280 INFO O| Aug 25 09:14:23.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70472026-08-25T09:14:24.507Z[ recovery-image] Aug 25 09:14:23.281 INFO O| Aug 25 09:14:23.280 INFO STEP 575 (remove_files) COMPLETE
70482026-08-25T09:14:24.507Z[ recovery-image] Aug 25 09:14:23.281 INFO O| Aug 25 09:14:23.281 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-25T09:14:24.517Z[ recovery-image] Aug 25 09:14:23.290 INFO O| Aug 25 09:14:23.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70502026-08-25T09:14:24.517Z[ recovery-image] Aug 25 09:14:23.290 INFO O| Aug 25 09:14:23.290 INFO STEP 576 (remove_files) COMPLETE
70512026-08-25T09:14:24.517Z[ recovery-image] Aug 25 09:14:23.290 INFO O| Aug 25 09:14:23.290 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-25T09:14:24.525Z[ recovery-image] Aug 25 09:14:23.299 INFO O| Aug 25 09:14:23.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70532026-08-25T09:14:24.525Z[ recovery-image] Aug 25 09:14:23.299 INFO O| Aug 25 09:14:23.299 INFO STEP 577 (remove_files) COMPLETE
70542026-08-25T09:14:24.525Z[ recovery-image] Aug 25 09:14:23.299 INFO O| Aug 25 09:14:23.299 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-25T09:14:24.536Z[ recovery-image] Aug 25 09:14:23.307 INFO O| Aug 25 09:14:23.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70562026-08-25T09:14:24.537Z[ recovery-image] Aug 25 09:14:23.307 INFO O| Aug 25 09:14:23.307 INFO STEP 578 (remove_files) COMPLETE
70572026-08-25T09:14:24.537Z[ recovery-image] Aug 25 09:14:23.307 INFO O| Aug 25 09:14:23.307 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-25T09:14:24.544Z[ recovery-image] Aug 25 09:14:23.318 INFO O| Aug 25 09:14:23.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70592026-08-25T09:14:24.544Z[ recovery-image] Aug 25 09:14:23.318 INFO O| Aug 25 09:14:23.318 INFO STEP 579 (remove_files) COMPLETE
70602026-08-25T09:14:24.544Z[ recovery-image] Aug 25 09:14:23.318 INFO O| Aug 25 09:14:23.318 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-25T09:14:24.554Z[ recovery-image] Aug 25 09:14:23.327 INFO O| Aug 25 09:14:23.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70622026-08-25T09:14:24.554Z[ recovery-image] Aug 25 09:14:23.327 INFO O| Aug 25 09:14:23.327 INFO STEP 580 (remove_files) COMPLETE
70632026-08-25T09:14:24.558Z[ recovery-image] Aug 25 09:14:23.327 INFO O| Aug 25 09:14:23.327 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-25T09:14:24.563Z[ recovery-image] Aug 25 09:14:23.336 INFO O| Aug 25 09:14:23.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70652026-08-25T09:14:24.563Z[ recovery-image] Aug 25 09:14:23.336 INFO O| Aug 25 09:14:23.336 INFO STEP 581 (remove_files) COMPLETE
70662026-08-25T09:14:24.563Z[ recovery-image] Aug 25 09:14:23.336 INFO O| Aug 25 09:14:23.336 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-25T09:14:24.572Z[ recovery-image] Aug 25 09:14:23.346 INFO O| Aug 25 09:14:23.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70682026-08-25T09:14:24.572Z[ recovery-image] Aug 25 09:14:23.346 INFO O| Aug 25 09:14:23.346 INFO STEP 582 (remove_files) COMPLETE
70692026-08-25T09:14:24.576Z[ recovery-image] Aug 25 09:14:23.346 INFO O| Aug 25 09:14:23.346 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-25T09:14:24.581Z[ recovery-image] Aug 25 09:14:23.355 INFO O| Aug 25 09:14:23.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70712026-08-25T09:14:24.581Z[ recovery-image] Aug 25 09:14:23.355 INFO O| Aug 25 09:14:23.355 INFO STEP 583 (remove_files) COMPLETE
70722026-08-25T09:14:24.584Z[ recovery-image] Aug 25 09:14:23.355 INFO O| Aug 25 09:14:23.355 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-25T09:14:24.590Z[ recovery-image] Aug 25 09:14:23.364 INFO O| Aug 25 09:14:23.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70742026-08-25T09:14:24.590Z[ recovery-image] Aug 25 09:14:23.364 INFO O| Aug 25 09:14:23.364 INFO STEP 584 (remove_files) COMPLETE
70752026-08-25T09:14:24.590Z[ recovery-image] Aug 25 09:14:23.364 INFO O| Aug 25 09:14:23.364 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-25T09:14:24.598Z[ recovery-image] Aug 25 09:14:23.372 INFO O| Aug 25 09:14:23.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70772026-08-25T09:14:24.598Z[ recovery-image] Aug 25 09:14:23.372 INFO O| Aug 25 09:14:23.372 INFO STEP 585 (remove_files) COMPLETE
70782026-08-25T09:14:24.601Z[ recovery-image] Aug 25 09:14:23.372 INFO O| Aug 25 09:14:23.372 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-25T09:14:24.609Z[ recovery-image] Aug 25 09:14:23.383 INFO O| Aug 25 09:14:23.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70802026-08-25T09:14:24.609Z[ recovery-image] Aug 25 09:14:23.383 INFO O| Aug 25 09:14:23.383 INFO STEP 586 (remove_files) COMPLETE
70812026-08-25T09:14:24.609Z[ recovery-image] Aug 25 09:14:23.383 INFO O| Aug 25 09:14:23.383 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-25T09:14:24.619Z[ recovery-image] Aug 25 09:14:23.393 INFO O| Aug 25 09:14:23.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70832026-08-25T09:14:24.619Z[ recovery-image] Aug 25 09:14:23.393 INFO O| Aug 25 09:14:23.393 INFO STEP 587 (remove_files) COMPLETE
70842026-08-25T09:14:24.619Z[ recovery-image] Aug 25 09:14:23.393 INFO O| Aug 25 09:14:23.393 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-25T09:14:24.629Z[ recovery-image] Aug 25 09:14:23.403 INFO O| Aug 25 09:14:23.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70862026-08-25T09:14:24.629Z[ recovery-image] Aug 25 09:14:23.403 INFO O| Aug 25 09:14:23.403 INFO STEP 588 (remove_files) COMPLETE
70872026-08-25T09:14:24.629Z[ recovery-image] Aug 25 09:14:23.403 INFO O| Aug 25 09:14:23.403 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-25T09:14:24.639Z[ recovery-image] Aug 25 09:14:23.413 INFO O| Aug 25 09:14:23.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70892026-08-25T09:14:24.639Z[ recovery-image] Aug 25 09:14:23.413 INFO O| Aug 25 09:14:23.413 INFO STEP 589 (remove_files) COMPLETE
70902026-08-25T09:14:24.639Z[ recovery-image] Aug 25 09:14:23.413 INFO O| Aug 25 09:14:23.413 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-25T09:14:24.650Z[ recovery-image] Aug 25 09:14:23.424 INFO O| Aug 25 09:14:23.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70922026-08-25T09:14:24.650Z[ recovery-image] Aug 25 09:14:23.424 INFO O| Aug 25 09:14:23.424 INFO STEP 590 (remove_files) COMPLETE
70932026-08-25T09:14:24.650Z[ recovery-image] Aug 25 09:14:23.424 INFO O| Aug 25 09:14:23.424 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-25T09:14:24.660Z[ recovery-image] Aug 25 09:14:23.434 INFO O| Aug 25 09:14:23.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70952026-08-25T09:14:24.663Z[ recovery-image] Aug 25 09:14:23.435 INFO O| Aug 25 09:14:23.435 INFO STEP 591 (remove_files) COMPLETE
70962026-08-25T09:14:24.663Z[ recovery-image] Aug 25 09:14:23.435 INFO O| Aug 25 09:14:23.435 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-25T09:14:24.672Z[ recovery-image] Aug 25 09:14:23.446 INFO O| Aug 25 09:14:23.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70982026-08-25T09:14:24.672Z[ recovery-image] Aug 25 09:14:23.446 INFO O| Aug 25 09:14:23.446 INFO STEP 592 (remove_files) COMPLETE
70992026-08-25T09:14:24.672Z[ recovery-image] Aug 25 09:14:23.446 INFO O| Aug 25 09:14:23.446 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-25T09:14:24.682Z[ recovery-image] Aug 25 09:14:23.456 INFO O| Aug 25 09:14:23.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71012026-08-25T09:14:24.682Z[ recovery-image] Aug 25 09:14:23.456 INFO O| Aug 25 09:14:23.456 INFO STEP 593 (remove_files) COMPLETE
71022026-08-25T09:14:24.682Z[ recovery-image] Aug 25 09:14:23.456 INFO O| Aug 25 09:14:23.456 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-25T09:14:24.692Z[ recovery-image] Aug 25 09:14:23.467 INFO O| Aug 25 09:14:23.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71042026-08-25T09:14:24.693Z[ recovery-image] Aug 25 09:14:23.467 INFO O| Aug 25 09:14:23.467 INFO STEP 594 (remove_files) COMPLETE
71052026-08-25T09:14:24.693Z[ recovery-image] Aug 25 09:14:23.467 INFO O| Aug 25 09:14:23.467 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-25T09:14:24.703Z[ recovery-image] Aug 25 09:14:23.477 INFO O| Aug 25 09:14:23.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71072026-08-25T09:14:24.703Z[ recovery-image] Aug 25 09:14:23.477 INFO O| Aug 25 09:14:23.477 INFO STEP 595 (remove_files) COMPLETE
71082026-08-25T09:14:24.703Z[ recovery-image] Aug 25 09:14:23.477 INFO O| Aug 25 09:14:23.477 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-25T09:14:24.713Z[ recovery-image] Aug 25 09:14:23.487 INFO O| Aug 25 09:14:23.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71102026-08-25T09:14:24.713Z[ recovery-image] Aug 25 09:14:23.487 INFO O| Aug 25 09:14:23.487 INFO STEP 596 (remove_files) COMPLETE
71112026-08-25T09:14:24.713Z[ recovery-image] Aug 25 09:14:23.487 INFO O| Aug 25 09:14:23.487 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-25T09:14:24.727Z[ recovery-image] Aug 25 09:14:23.496 INFO O| Aug 25 09:14:23.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71132026-08-25T09:14:24.727Z[ recovery-image] Aug 25 09:14:23.496 INFO O| Aug 25 09:14:23.496 INFO STEP 597 (remove_files) COMPLETE
71142026-08-25T09:14:24.727Z[ recovery-image] Aug 25 09:14:23.496 INFO O| Aug 25 09:14:23.496 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-25T09:14:24.732Z[ recovery-image] Aug 25 09:14:23.506 INFO O| Aug 25 09:14:23.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71162026-08-25T09:14:24.735Z[ recovery-image] Aug 25 09:14:23.507 INFO O| Aug 25 09:14:23.507 INFO STEP 598 (remove_files) COMPLETE
71172026-08-25T09:14:24.735Z[ recovery-image] Aug 25 09:14:23.507 INFO O| Aug 25 09:14:23.507 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-25T09:14:24.743Z[ recovery-image] Aug 25 09:14:23.517 INFO O| Aug 25 09:14:23.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71192026-08-25T09:14:24.743Z[ recovery-image] Aug 25 09:14:23.517 INFO O| Aug 25 09:14:23.517 INFO STEP 599 (remove_files) COMPLETE
71202026-08-25T09:14:24.746Z[ recovery-image] Aug 25 09:14:23.517 INFO O| Aug 25 09:14:23.517 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-25T09:14:24.754Z[ recovery-image] Aug 25 09:14:23.528 INFO O| Aug 25 09:14:23.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71222026-08-25T09:14:24.754Z[ recovery-image] Aug 25 09:14:23.528 INFO O| Aug 25 09:14:23.528 INFO STEP 600 (remove_files) COMPLETE
71232026-08-25T09:14:24.754Z[ recovery-image] Aug 25 09:14:23.528 INFO O| Aug 25 09:14:23.528 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-25T09:14:24.764Z[ recovery-image] Aug 25 09:14:23.538 INFO O| Aug 25 09:14:23.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71252026-08-25T09:14:24.764Z[ recovery-image] Aug 25 09:14:23.538 INFO O| Aug 25 09:14:23.538 INFO STEP 601 (remove_files) COMPLETE
71262026-08-25T09:14:24.764Z[ recovery-image] Aug 25 09:14:23.538 INFO O| Aug 25 09:14:23.538 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-25T09:14:24.774Z[ recovery-image] Aug 25 09:14:23.548 INFO O| Aug 25 09:14:23.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71282026-08-25T09:14:24.774Z[ recovery-image] Aug 25 09:14:23.548 INFO O| Aug 25 09:14:23.548 INFO STEP 602 (remove_files) COMPLETE
71292026-08-25T09:14:24.774Z[ recovery-image] Aug 25 09:14:23.548 INFO O| Aug 25 09:14:23.548 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-25T09:14:24.783Z[ recovery-image] Aug 25 09:14:23.557 INFO O| Aug 25 09:14:23.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71312026-08-25T09:14:24.784Z[ recovery-image] Aug 25 09:14:23.557 INFO O| Aug 25 09:14:23.557 INFO STEP 603 (remove_files) COMPLETE
71322026-08-25T09:14:24.784Z[ recovery-image] Aug 25 09:14:23.557 INFO O| Aug 25 09:14:23.557 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-25T09:14:24.794Z[ recovery-image] Aug 25 09:14:23.568 INFO O| Aug 25 09:14:23.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71342026-08-25T09:14:24.794Z[ recovery-image] Aug 25 09:14:23.568 INFO O| Aug 25 09:14:23.568 INFO STEP 604 (remove_files) COMPLETE
71352026-08-25T09:14:24.794Z[ recovery-image] Aug 25 09:14:23.568 INFO O| Aug 25 09:14:23.568 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-25T09:14:24.804Z[ recovery-image] Aug 25 09:14:23.577 INFO O| Aug 25 09:14:23.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71372026-08-25T09:14:24.804Z[ recovery-image] Aug 25 09:14:23.577 INFO O| Aug 25 09:14:23.577 INFO STEP 605 (remove_files) COMPLETE
71382026-08-25T09:14:24.804Z[ recovery-image] Aug 25 09:14:23.577 INFO O| Aug 25 09:14:23.577 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-25T09:14:24.813Z[ recovery-image] Aug 25 09:14:23.587 INFO O| Aug 25 09:14:23.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71402026-08-25T09:14:24.813Z[ recovery-image] Aug 25 09:14:23.587 INFO O| Aug 25 09:14:23.587 INFO STEP 606 (remove_files) COMPLETE
71412026-08-25T09:14:24.813Z[ recovery-image] Aug 25 09:14:23.587 INFO O| Aug 25 09:14:23.587 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-25T09:14:24.817Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
71432026-08-25T09:14:24.823Z[ recovery-image] Aug 25 09:14:23.596 INFO O| Aug 25 09:14:23.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71442026-08-25T09:14:24.823Z[ recovery-image] Aug 25 09:14:23.597 INFO O| Aug 25 09:14:23.597 INFO STEP 607 (remove_files) COMPLETE
71452026-08-25T09:14:24.823Z[ recovery-image] Aug 25 09:14:23.597 INFO O| Aug 25 09:14:23.597 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-25T09:14:24.832Z[ recovery-image] Aug 25 09:14:23.606 INFO O| Aug 25 09:14:23.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71472026-08-25T09:14:24.832Z[ recovery-image] Aug 25 09:14:23.606 INFO O| Aug 25 09:14:23.606 INFO STEP 608 (remove_files) COMPLETE
71482026-08-25T09:14:24.832Z[ recovery-image] Aug 25 09:14:23.606 INFO O| Aug 25 09:14:23.606 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-25T09:14:24.842Z[ recovery-image] Aug 25 09:14:23.615 INFO O| Aug 25 09:14:23.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71502026-08-25T09:14:24.842Z[ recovery-image] Aug 25 09:14:23.615 INFO O| Aug 25 09:14:23.615 INFO STEP 609 (remove_files) COMPLETE
71512026-08-25T09:14:24.842Z[ recovery-image] Aug 25 09:14:23.615 INFO O| Aug 25 09:14:23.615 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-25T09:14:24.850Z[ recovery-image] Aug 25 09:14:23.624 INFO O| Aug 25 09:14:23.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71532026-08-25T09:14:24.851Z[ recovery-image] Aug 25 09:14:23.624 INFO O| Aug 25 09:14:23.624 INFO STEP 610 (remove_files) COMPLETE
71542026-08-25T09:14:24.851Z[ recovery-image] Aug 25 09:14:23.624 INFO O| Aug 25 09:14:23.624 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-25T09:14:24.864Z[ recovery-image] Aug 25 09:14:23.635 INFO O| Aug 25 09:14:23.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71562026-08-25T09:14:24.865Z[ recovery-image] Aug 25 09:14:23.635 INFO O| Aug 25 09:14:23.635 INFO STEP 611 (remove_files) COMPLETE
71572026-08-25T09:14:24.865Z[ recovery-image] Aug 25 09:14:23.635 INFO O| Aug 25 09:14:23.635 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-25T09:14:24.978Z[ recovery-image] Aug 25 09:14:23.645 INFO O| Aug 25 09:14:23.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71592026-08-25T09:14:24.978Z[ recovery-image] Aug 25 09:14:23.645 INFO O| Aug 25 09:14:23.645 INFO STEP 612 (remove_files) COMPLETE
71602026-08-25T09:14:24.978Z[ recovery-image] Aug 25 09:14:23.645 INFO O| Aug 25 09:14:23.645 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-25T09:14:24.978Z[ recovery-image] Aug 25 09:14:23.655 INFO O| Aug 25 09:14:23.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71622026-08-25T09:14:24.978Z[ recovery-image] Aug 25 09:14:23.655 INFO O| Aug 25 09:14:23.655 INFO STEP 613 (remove_files) COMPLETE
71632026-08-25T09:14:24.978Z[ recovery-image] Aug 25 09:14:23.655 INFO O| Aug 25 09:14:23.655 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-25T09:14:24.978Z[ recovery-image] Aug 25 09:14:23.666 INFO O| Aug 25 09:14:23.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71652026-08-25T09:14:24.978Z[ recovery-image] Aug 25 09:14:23.666 INFO O| Aug 25 09:14:23.666 INFO STEP 614 (remove_files) COMPLETE
71662026-08-25T09:14:24.978Z[ recovery-image] Aug 25 09:14:23.666 INFO O| Aug 25 09:14:23.666 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.677 INFO O| Aug 25 09:14:23.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71682026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.677 INFO O| Aug 25 09:14:23.677 INFO STEP 615 (remove_files) COMPLETE
71692026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.677 INFO O| Aug 25 09:14:23.677 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.688 INFO O| Aug 25 09:14:23.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71712026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.688 INFO O| Aug 25 09:14:23.688 INFO STEP 616 (remove_files) COMPLETE
71722026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.688 INFO O| Aug 25 09:14:23.688 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.698 INFO O| Aug 25 09:14:23.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71742026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.698 INFO O| Aug 25 09:14:23.698 INFO STEP 617 (remove_files) COMPLETE
71752026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.698 INFO O| Aug 25 09:14:23.698 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.708 INFO O| Aug 25 09:14:23.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71772026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.708 INFO O| Aug 25 09:14:23.708 INFO STEP 618 (remove_files) COMPLETE
71782026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.708 INFO O| Aug 25 09:14:23.708 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.720 INFO O| Aug 25 09:14:23.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71802026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.720 INFO O| Aug 25 09:14:23.720 INFO STEP 619 (remove_files) COMPLETE
71812026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.720 INFO O| Aug 25 09:14:23.720 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.730 INFO O| Aug 25 09:14:23.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71832026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.730 INFO O| Aug 25 09:14:23.730 INFO STEP 620 (remove_files) COMPLETE
71842026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.730 INFO O| Aug 25 09:14:23.730 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.741 INFO O| Aug 25 09:14:23.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71862026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.741 INFO O| Aug 25 09:14:23.741 INFO STEP 621 (remove_files) COMPLETE
71872026-08-25T09:14:24.979Z[ recovery-image] Aug 25 09:14:23.741 INFO O| Aug 25 09:14:23.741 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-25T09:14:24.983Z[ recovery-image] Aug 25 09:14:23.751 INFO O| Aug 25 09:14:23.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71892026-08-25T09:14:24.983Z[ recovery-image] Aug 25 09:14:23.751 INFO O| Aug 25 09:14:23.751 INFO STEP 622 (remove_files) COMPLETE
71902026-08-25T09:14:24.983Z[ recovery-image] Aug 25 09:14:23.751 INFO O| Aug 25 09:14:23.751 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-25T09:14:24.988Z[ recovery-image] Aug 25 09:14:23.762 INFO O| Aug 25 09:14:23.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71922026-08-25T09:14:24.988Z[ recovery-image] Aug 25 09:14:23.762 INFO O| Aug 25 09:14:23.762 INFO STEP 623 (remove_files) COMPLETE
71932026-08-25T09:14:24.988Z[ recovery-image] Aug 25 09:14:23.762 INFO O| Aug 25 09:14:23.762 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-25T09:14:24.998Z[ recovery-image] Aug 25 09:14:23.772 INFO O| Aug 25 09:14:23.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71952026-08-25T09:14:24.998Z[ recovery-image] Aug 25 09:14:23.772 INFO O| Aug 25 09:14:23.772 INFO STEP 624 (remove_files) COMPLETE
71962026-08-25T09:14:25.004Z[ recovery-image] Aug 25 09:14:23.772 INFO O| Aug 25 09:14:23.772 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-25T09:14:25.016Z[ recovery-image] Aug 25 09:14:23.783 INFO O| Aug 25 09:14:23.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71982026-08-25T09:14:25.022Z[ recovery-image] Aug 25 09:14:23.783 INFO O| Aug 25 09:14:23.783 INFO STEP 625 (remove_files) COMPLETE
71992026-08-25T09:14:25.022Z[ recovery-image] Aug 25 09:14:23.783 INFO O| Aug 25 09:14:23.783 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-25T09:14:25.022Z[ recovery-image] Aug 25 09:14:23.792 INFO O| Aug 25 09:14:23.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72012026-08-25T09:14:25.026Z[ recovery-image] Aug 25 09:14:23.792 INFO O| Aug 25 09:14:23.792 INFO STEP 626 (remove_files) COMPLETE
72022026-08-25T09:14:25.026Z[ recovery-image] Aug 25 09:14:23.792 INFO O| Aug 25 09:14:23.792 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-25T09:14:25.029Z[ recovery-image] Aug 25 09:14:23.800 INFO O| Aug 25 09:14:23.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72042026-08-25T09:14:25.029Z[ recovery-image] Aug 25 09:14:23.801 INFO O| Aug 25 09:14:23.800 INFO STEP 627 (remove_files) COMPLETE
72052026-08-25T09:14:25.029Z[ recovery-image] Aug 25 09:14:23.801 INFO O| Aug 25 09:14:23.800 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-25T09:14:25.041Z[ recovery-image] Aug 25 09:14:23.814 INFO O| Aug 25 09:14:23.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72072026-08-25T09:14:25.041Z[ recovery-image] Aug 25 09:14:23.814 INFO O| Aug 25 09:14:23.814 INFO STEP 628 (remove_files) COMPLETE
72082026-08-25T09:14:25.041Z[ recovery-image] Aug 25 09:14:23.814 INFO O| Aug 25 09:14:23.814 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-25T09:14:25.049Z[ recovery-image] Aug 25 09:14:23.823 INFO O| Aug 25 09:14:23.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72102026-08-25T09:14:25.049Z[ recovery-image] Aug 25 09:14:23.823 INFO O| Aug 25 09:14:23.823 INFO STEP 629 (remove_files) COMPLETE
72112026-08-25T09:14:25.052Z[ recovery-image] Aug 25 09:14:23.823 INFO O| Aug 25 09:14:23.823 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-25T09:14:25.057Z[ recovery-image] Aug 25 09:14:23.831 INFO O| Aug 25 09:14:23.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72132026-08-25T09:14:25.057Z[ recovery-image] Aug 25 09:14:23.831 INFO O| Aug 25 09:14:23.831 INFO STEP 630 (remove_files) COMPLETE
72142026-08-25T09:14:25.057Z[ recovery-image] Aug 25 09:14:23.831 INFO O| Aug 25 09:14:23.831 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-25T09:14:25.065Z[ recovery-image] Aug 25 09:14:23.839 INFO O| Aug 25 09:14:23.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72162026-08-25T09:14:25.065Z[ recovery-image] Aug 25 09:14:23.839 INFO O| Aug 25 09:14:23.839 INFO STEP 631 (remove_files) COMPLETE
72172026-08-25T09:14:25.065Z[ recovery-image] Aug 25 09:14:23.839 INFO O| Aug 25 09:14:23.839 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-25T09:14:25.069Z[verify-libraries] Compiling samael v0.0.19
72192026-08-25T09:14:25.074Z[ recovery-image] Aug 25 09:14:23.848 INFO O| Aug 25 09:14:23.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72202026-08-25T09:14:25.074Z[ recovery-image] Aug 25 09:14:23.848 INFO O| Aug 25 09:14:23.848 INFO STEP 632 (remove_files) COMPLETE
72212026-08-25T09:14:25.074Z[ recovery-image] Aug 25 09:14:23.848 INFO O| Aug 25 09:14:23.848 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-25T09:14:25.083Z[ recovery-image] Aug 25 09:14:23.857 INFO O| Aug 25 09:14:23.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72232026-08-25T09:14:25.083Z[ recovery-image] Aug 25 09:14:23.857 INFO O| Aug 25 09:14:23.857 INFO STEP 633 (remove_files) COMPLETE
72242026-08-25T09:14:25.083Z[ recovery-image] Aug 25 09:14:23.857 INFO O| Aug 25 09:14:23.857 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-25T09:14:25.092Z[ recovery-image] Aug 25 09:14:23.866 INFO O| Aug 25 09:14:23.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72262026-08-25T09:14:25.092Z[ recovery-image] Aug 25 09:14:23.866 INFO O| Aug 25 09:14:23.866 INFO STEP 634 (remove_files) COMPLETE
72272026-08-25T09:14:25.092Z[ recovery-image] Aug 25 09:14:23.866 INFO O| Aug 25 09:14:23.866 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-25T09:14:25.104Z[ recovery-image] Aug 25 09:14:23.875 INFO O| Aug 25 09:14:23.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72292026-08-25T09:14:25.104Z[ recovery-image] Aug 25 09:14:23.875 INFO O| Aug 25 09:14:23.875 INFO STEP 635 (remove_files) COMPLETE
72302026-08-25T09:14:25.104Z[ recovery-image] Aug 25 09:14:23.875 INFO O| Aug 25 09:14:23.875 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-25T09:14:25.112Z[ recovery-image] Aug 25 09:14:23.886 INFO O| Aug 25 09:14:23.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72322026-08-25T09:14:25.112Z[ recovery-image] Aug 25 09:14:23.886 INFO O| Aug 25 09:14:23.886 INFO STEP 636 (remove_files) COMPLETE
72332026-08-25T09:14:25.112Z[ recovery-image] Aug 25 09:14:23.886 INFO O| Aug 25 09:14:23.886 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-25T09:14:25.119Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
72352026-08-25T09:14:25.122Z[ recovery-image] Aug 25 09:14:23.894 INFO O| Aug 25 09:14:23.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72362026-08-25T09:14:25.122Z[ recovery-image] Aug 25 09:14:23.894 INFO O| Aug 25 09:14:23.894 INFO STEP 637 (remove_files) COMPLETE
72372026-08-25T09:14:25.122Z[ recovery-image] Aug 25 09:14:23.894 INFO O| Aug 25 09:14:23.894 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-25T09:14:25.128Z[ recovery-image] Aug 25 09:14:23.902 INFO O| Aug 25 09:14:23.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72392026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.902 INFO O| Aug 25 09:14:23.902 INFO STEP 638 (remove_files) COMPLETE
72402026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.902 INFO O| Aug 25 09:14:23.902 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.910 INFO O| Aug 25 09:14:23.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72422026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.910 INFO O| Aug 25 09:14:23.910 INFO STEP 639 (remove_files) COMPLETE
72432026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.910 INFO O| Aug 25 09:14:23.910 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.920 INFO O| Aug 25 09:14:23.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72452026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.920 INFO O| Aug 25 09:14:23.920 INFO STEP 640 (remove_files) COMPLETE
72462026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.920 INFO O| Aug 25 09:14:23.920 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.929 INFO O| Aug 25 09:14:23.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72482026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.929 INFO O| Aug 25 09:14:23.929 INFO STEP 641 (remove_files) COMPLETE
72492026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.929 INFO O| Aug 25 09:14:23.929 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.938 INFO O| Aug 25 09:14:23.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72512026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.939 INFO O| Aug 25 09:14:23.939 INFO STEP 642 (remove_files) COMPLETE
72522026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.939 INFO O| Aug 25 09:14:23.939 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.948 INFO O| Aug 25 09:14:23.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72542026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.948 INFO O| Aug 25 09:14:23.948 INFO STEP 643 (remove_files) COMPLETE
72552026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.948 INFO O| Aug 25 09:14:23.948 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-25T09:14:25.188Z[ recovery-image] Aug 25 09:14:23.956 INFO O| Aug 25 09:14:23.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72572026-08-25T09:14:25.189Z[ recovery-image] Aug 25 09:14:23.956 INFO O| Aug 25 09:14:23.956 INFO STEP 644 (remove_files) COMPLETE
72582026-08-25T09:14:25.189Z[ recovery-image] Aug 25 09:14:23.956 INFO O| Aug 25 09:14:23.956 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-25T09:14:25.192Z[ recovery-image] Aug 25 09:14:23.965 INFO O| Aug 25 09:14:23.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72602026-08-25T09:14:25.193Z[ recovery-image] Aug 25 09:14:23.966 INFO O| Aug 25 09:14:23.966 INFO STEP 645 (remove_files) COMPLETE
72612026-08-25T09:14:25.193Z[ recovery-image] Aug 25 09:14:23.966 INFO O| Aug 25 09:14:23.966 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-25T09:14:25.200Z[ recovery-image] Aug 25 09:14:23.974 INFO O| Aug 25 09:14:23.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72632026-08-25T09:14:25.200Z[ recovery-image] Aug 25 09:14:23.974 INFO O| Aug 25 09:14:23.974 INFO STEP 646 (remove_files) COMPLETE
72642026-08-25T09:14:25.200Z[ recovery-image] Aug 25 09:14:23.974 INFO O| Aug 25 09:14:23.974 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-25T09:14:25.210Z[ recovery-image] Aug 25 09:14:23.984 INFO O| Aug 25 09:14:23.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72662026-08-25T09:14:25.210Z[ recovery-image] Aug 25 09:14:23.984 INFO O| Aug 25 09:14:23.984 INFO STEP 647 (remove_files) COMPLETE
72672026-08-25T09:14:25.210Z[ recovery-image] Aug 25 09:14:23.984 INFO O| Aug 25 09:14:23.984 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-25T09:14:25.220Z[ recovery-image] Aug 25 09:14:23.994 INFO O| Aug 25 09:14:23.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72692026-08-25T09:14:25.220Z[ recovery-image] Aug 25 09:14:23.994 INFO O| Aug 25 09:14:23.994 INFO STEP 648 (remove_files) COMPLETE
72702026-08-25T09:14:25.220Z[ recovery-image] Aug 25 09:14:23.994 INFO O| Aug 25 09:14:23.994 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-25T09:14:25.231Z[ recovery-image] Aug 25 09:14:24.005 INFO O| Aug 25 09:14:24.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72722026-08-25T09:14:25.231Z[ recovery-image] Aug 25 09:14:24.005 INFO O| Aug 25 09:14:24.005 INFO STEP 649 (remove_files) COMPLETE
72732026-08-25T09:14:25.231Z[ recovery-image] Aug 25 09:14:24.005 INFO O| Aug 25 09:14:24.005 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-25T09:14:25.241Z[ recovery-image] Aug 25 09:14:24.015 INFO O| Aug 25 09:14:24.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72752026-08-25T09:14:25.242Z[ recovery-image] Aug 25 09:14:24.015 INFO O| Aug 25 09:14:24.015 INFO STEP 650 (remove_files) COMPLETE
72762026-08-25T09:14:25.242Z[ recovery-image] Aug 25 09:14:24.015 INFO O| Aug 25 09:14:24.015 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-25T09:14:25.252Z[ recovery-image] Aug 25 09:14:24.025 INFO O| Aug 25 09:14:24.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72782026-08-25T09:14:25.252Z[ recovery-image] Aug 25 09:14:24.025 INFO O| Aug 25 09:14:24.025 INFO STEP 651 (remove_files) COMPLETE
72792026-08-25T09:14:25.252Z[ recovery-image] Aug 25 09:14:24.025 INFO O| Aug 25 09:14:24.025 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-25T09:14:25.262Z[ recovery-image] Aug 25 09:14:24.036 INFO O| Aug 25 09:14:24.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72812026-08-25T09:14:25.262Z[ recovery-image] Aug 25 09:14:24.036 INFO O| Aug 25 09:14:24.036 INFO STEP 652 (remove_files) COMPLETE
72822026-08-25T09:14:25.262Z[ recovery-image] Aug 25 09:14:24.036 INFO O| Aug 25 09:14:24.036 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-25T09:14:25.273Z[ recovery-image] Aug 25 09:14:24.046 INFO O| Aug 25 09:14:24.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72842026-08-25T09:14:25.273Z[ recovery-image] Aug 25 09:14:24.046 INFO O| Aug 25 09:14:24.046 INFO STEP 653 (remove_files) COMPLETE
72852026-08-25T09:14:25.273Z[ recovery-image] Aug 25 09:14:24.046 INFO O| Aug 25 09:14:24.046 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-25T09:14:25.288Z[ recovery-image] Aug 25 09:14:24.062 INFO O| Aug 25 09:14:24.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72872026-08-25T09:14:25.288Z[ recovery-image] Aug 25 09:14:24.062 INFO O| Aug 25 09:14:24.062 INFO STEP 654 (remove_files) COMPLETE
72882026-08-25T09:14:25.288Z[ recovery-image] Aug 25 09:14:24.062 INFO O| Aug 25 09:14:24.062 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-25T09:14:25.299Z[ recovery-image] Aug 25 09:14:24.072 INFO O| Aug 25 09:14:24.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72902026-08-25T09:14:25.302Z[ recovery-image] Aug 25 09:14:24.073 INFO O| Aug 25 09:14:24.073 INFO STEP 655 (remove_files) COMPLETE
72912026-08-25T09:14:25.302Z[ recovery-image] Aug 25 09:14:24.073 INFO O| Aug 25 09:14:24.073 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-25T09:14:25.311Z[ recovery-image] Aug 25 09:14:24.085 INFO O| Aug 25 09:14:24.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72932026-08-25T09:14:25.311Z[ recovery-image] Aug 25 09:14:24.085 INFO O| Aug 25 09:14:24.085 INFO STEP 656 (remove_files) COMPLETE
72942026-08-25T09:14:25.314Z[ recovery-image] Aug 25 09:14:24.085 INFO O| Aug 25 09:14:24.085 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-25T09:14:25.321Z[ recovery-image] Aug 25 09:14:24.095 INFO O| Aug 25 09:14:24.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72962026-08-25T09:14:25.321Z[ recovery-image] Aug 25 09:14:24.095 INFO O| Aug 25 09:14:24.095 INFO STEP 657 (remove_files) COMPLETE
72972026-08-25T09:14:25.322Z[ recovery-image] Aug 25 09:14:24.095 INFO O| Aug 25 09:14:24.095 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-25T09:14:25.332Z[ recovery-image] Aug 25 09:14:24.106 INFO O| Aug 25 09:14:24.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72992026-08-25T09:14:25.335Z[ recovery-image] Aug 25 09:14:24.107 INFO O| Aug 25 09:14:24.107 INFO STEP 658 (remove_files) COMPLETE
73002026-08-25T09:14:25.336Z[ recovery-image] Aug 25 09:14:24.107 INFO O| Aug 25 09:14:24.107 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-25T09:14:25.344Z[ recovery-image] Aug 25 09:14:24.118 INFO O| Aug 25 09:14:24.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73022026-08-25T09:14:25.348Z[ recovery-image] Aug 25 09:14:24.119 INFO O| Aug 25 09:14:24.119 INFO STEP 659 (remove_files) COMPLETE
73032026-08-25T09:14:25.348Z[ recovery-image] Aug 25 09:14:24.119 INFO O| Aug 25 09:14:24.119 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-25T09:14:25.356Z[ recovery-image] Aug 25 09:14:24.130 INFO O| Aug 25 09:14:24.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73052026-08-25T09:14:25.356Z[ recovery-image] Aug 25 09:14:24.130 INFO O| Aug 25 09:14:24.130 INFO STEP 660 (remove_files) COMPLETE
73062026-08-25T09:14:25.356Z[ recovery-image] Aug 25 09:14:24.130 INFO O| Aug 25 09:14:24.130 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-25T09:14:25.367Z[ recovery-image] Aug 25 09:14:24.141 INFO O| Aug 25 09:14:24.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73082026-08-25T09:14:25.367Z[ recovery-image] Aug 25 09:14:24.141 INFO O| Aug 25 09:14:24.141 INFO STEP 661 (remove_files) COMPLETE
73092026-08-25T09:14:25.367Z[ recovery-image] Aug 25 09:14:24.141 INFO O| Aug 25 09:14:24.141 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-25T09:14:25.376Z[ recovery-image] Aug 25 09:14:24.150 INFO O| Aug 25 09:14:24.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73112026-08-25T09:14:25.379Z[ recovery-image] Aug 25 09:14:24.151 INFO O| Aug 25 09:14:24.151 INFO STEP 662 (remove_files) COMPLETE
73122026-08-25T09:14:25.380Z[ recovery-image] Aug 25 09:14:24.151 INFO O| Aug 25 09:14:24.151 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-25T09:14:25.387Z[ recovery-image] Aug 25 09:14:24.161 INFO O| Aug 25 09:14:24.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73142026-08-25T09:14:25.388Z[ recovery-image] Aug 25 09:14:24.161 INFO O| Aug 25 09:14:24.161 INFO STEP 663 (remove_files) COMPLETE
73152026-08-25T09:14:25.388Z[ recovery-image] Aug 25 09:14:24.161 INFO O| Aug 25 09:14:24.161 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-25T09:14:25.397Z[ recovery-image] Aug 25 09:14:24.171 INFO O| Aug 25 09:14:24.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73172026-08-25T09:14:25.397Z[ recovery-image] Aug 25 09:14:24.171 INFO O| Aug 25 09:14:24.171 INFO STEP 664 (remove_files) COMPLETE
73182026-08-25T09:14:25.400Z[ recovery-image] Aug 25 09:14:24.171 INFO O| Aug 25 09:14:24.171 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-25T09:14:25.405Z[ recovery-image] Aug 25 09:14:24.179 INFO O| Aug 25 09:14:24.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73202026-08-25T09:14:25.405Z[ recovery-image] Aug 25 09:14:24.179 INFO O| Aug 25 09:14:24.179 INFO STEP 665 (remove_files) COMPLETE
73212026-08-25T09:14:25.405Z[ recovery-image] Aug 25 09:14:24.179 INFO O| Aug 25 09:14:24.179 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-25T09:14:25.414Z[ recovery-image] Aug 25 09:14:24.187 INFO O| Aug 25 09:14:24.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73232026-08-25T09:14:25.414Z[ recovery-image] Aug 25 09:14:24.188 INFO O| Aug 25 09:14:24.187 INFO STEP 666 (remove_files) COMPLETE
73242026-08-25T09:14:25.414Z[ recovery-image] Aug 25 09:14:24.188 INFO O| Aug 25 09:14:24.187 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-25T09:14:25.425Z[ recovery-image] Aug 25 09:14:24.198 INFO O| Aug 25 09:14:24.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73262026-08-25T09:14:25.425Z[ recovery-image] Aug 25 09:14:24.198 INFO O| Aug 25 09:14:24.198 INFO STEP 667 (remove_files) COMPLETE
73272026-08-25T09:14:25.425Z[ recovery-image] Aug 25 09:14:24.198 INFO O| Aug 25 09:14:24.198 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-25T09:14:25.434Z[ recovery-image] Aug 25 09:14:24.208 INFO O| Aug 25 09:14:24.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73292026-08-25T09:14:25.437Z[ recovery-image] Aug 25 09:14:24.209 INFO O| Aug 25 09:14:24.209 INFO STEP 668 (remove_files) COMPLETE
73302026-08-25T09:14:25.437Z[ recovery-image] Aug 25 09:14:24.209 INFO O| Aug 25 09:14:24.209 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-25T09:14:25.444Z[ recovery-image] Aug 25 09:14:24.218 INFO O| Aug 25 09:14:24.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73322026-08-25T09:14:25.448Z[ recovery-image] Aug 25 09:14:24.219 INFO O| Aug 25 09:14:24.219 INFO STEP 669 (remove_files) COMPLETE
73332026-08-25T09:14:25.448Z[ recovery-image] Aug 25 09:14:24.219 INFO O| Aug 25 09:14:24.219 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-25T09:14:25.455Z[ recovery-image] Aug 25 09:14:24.229 INFO O| Aug 25 09:14:24.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73352026-08-25T09:14:25.455Z[ recovery-image] Aug 25 09:14:24.230 INFO O| Aug 25 09:14:24.230 INFO STEP 670 (remove_files) COMPLETE
73362026-08-25T09:14:25.456Z[ recovery-image] Aug 25 09:14:24.230 INFO O| Aug 25 09:14:24.230 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-25T09:14:25.465Z[ recovery-image] Aug 25 09:14:24.239 INFO O| Aug 25 09:14:24.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73382026-08-25T09:14:25.465Z[ recovery-image] Aug 25 09:14:24.239 INFO O| Aug 25 09:14:24.239 INFO STEP 671 (remove_files) COMPLETE
73392026-08-25T09:14:25.465Z[ recovery-image] Aug 25 09:14:24.239 INFO O| Aug 25 09:14:24.239 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-25T09:14:25.474Z[ recovery-image] Aug 25 09:14:24.248 INFO O| Aug 25 09:14:24.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73412026-08-25T09:14:25.474Z[ recovery-image] Aug 25 09:14:24.248 INFO O| Aug 25 09:14:24.248 INFO STEP 672 (remove_files) COMPLETE
73422026-08-25T09:14:25.474Z[ recovery-image] Aug 25 09:14:24.248 INFO O| Aug 25 09:14:24.248 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-25T09:14:25.482Z[ recovery-image] Aug 25 09:14:24.256 INFO O| Aug 25 09:14:24.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73442026-08-25T09:14:25.483Z[ recovery-image] Aug 25 09:14:24.256 INFO O| Aug 25 09:14:24.256 INFO STEP 673 (remove_files) COMPLETE
73452026-08-25T09:14:25.483Z[ recovery-image] Aug 25 09:14:24.256 INFO O| Aug 25 09:14:24.256 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-25T09:14:25.490Z[ recovery-image] Aug 25 09:14:24.264 INFO O| Aug 25 09:14:24.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73472026-08-25T09:14:25.490Z[ recovery-image] Aug 25 09:14:24.264 INFO O| Aug 25 09:14:24.264 INFO STEP 674 (remove_files) COMPLETE
73482026-08-25T09:14:25.490Z[ recovery-image] Aug 25 09:14:24.264 INFO O| Aug 25 09:14:24.264 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-25T09:14:25.499Z[ recovery-image] Aug 25 09:14:24.272 INFO O| Aug 25 09:14:24.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73502026-08-25T09:14:25.499Z[ recovery-image] Aug 25 09:14:24.272 INFO O| Aug 25 09:14:24.272 INFO STEP 675 (remove_files) COMPLETE
73512026-08-25T09:14:25.499Z[ recovery-image] Aug 25 09:14:24.272 INFO O| Aug 25 09:14:24.272 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-25T09:14:25.506Z[ recovery-image] Aug 25 09:14:24.280 INFO O| Aug 25 09:14:24.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73532026-08-25T09:14:25.507Z[ recovery-image] Aug 25 09:14:24.280 INFO O| Aug 25 09:14:24.280 INFO STEP 676 (remove_files) COMPLETE
73542026-08-25T09:14:25.510Z[ recovery-image] Aug 25 09:14:24.280 INFO O| Aug 25 09:14:24.280 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-25T09:14:25.516Z[ recovery-image] Aug 25 09:14:24.289 INFO O| Aug 25 09:14:24.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73562026-08-25T09:14:25.516Z[ recovery-image] Aug 25 09:14:24.289 INFO O| Aug 25 09:14:24.289 INFO STEP 677 (remove_files) COMPLETE
73572026-08-25T09:14:25.520Z[ recovery-image] Aug 25 09:14:24.289 INFO O| Aug 25 09:14:24.289 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-25T09:14:25.524Z[ recovery-image] Aug 25 09:14:24.298 INFO O| Aug 25 09:14:24.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73592026-08-25T09:14:25.524Z[ recovery-image] Aug 25 09:14:24.298 INFO O| Aug 25 09:14:24.298 INFO STEP 678 (remove_files) COMPLETE
73602026-08-25T09:14:25.524Z[ recovery-image] Aug 25 09:14:24.298 INFO O| Aug 25 09:14:24.298 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-25T09:14:25.535Z[ recovery-image] Aug 25 09:14:24.308 INFO O| Aug 25 09:14:24.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73622026-08-25T09:14:25.538Z[ recovery-image] Aug 25 09:14:24.309 INFO O| Aug 25 09:14:24.309 INFO STEP 679 (remove_files) COMPLETE
73632026-08-25T09:14:25.538Z[ recovery-image] Aug 25 09:14:24.309 INFO O| Aug 25 09:14:24.309 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-25T09:14:25.545Z[ recovery-image] Aug 25 09:14:24.319 INFO O| Aug 25 09:14:24.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73652026-08-25T09:14:25.545Z[ recovery-image] Aug 25 09:14:24.319 INFO O| Aug 25 09:14:24.319 INFO STEP 680 (remove_files) COMPLETE
73662026-08-25T09:14:25.545Z[ recovery-image] Aug 25 09:14:24.319 INFO O| Aug 25 09:14:24.319 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-25T09:14:25.554Z[ recovery-image] Aug 25 09:14:24.328 INFO O| Aug 25 09:14:24.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73682026-08-25T09:14:25.555Z[ recovery-image] Aug 25 09:14:24.328 INFO O| Aug 25 09:14:24.328 INFO STEP 681 (remove_files) COMPLETE
73692026-08-25T09:14:25.555Z[ recovery-image] Aug 25 09:14:24.328 INFO O| Aug 25 09:14:24.328 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-25T09:14:25.563Z[ recovery-image] Aug 25 09:14:24.337 INFO O| Aug 25 09:14:24.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73712026-08-25T09:14:25.563Z[ recovery-image] Aug 25 09:14:24.337 INFO O| Aug 25 09:14:24.337 INFO STEP 682 (remove_files) COMPLETE
73722026-08-25T09:14:25.564Z[ recovery-image] Aug 25 09:14:24.337 INFO O| Aug 25 09:14:24.337 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-25T09:14:25.573Z[ recovery-image] Aug 25 09:14:24.347 INFO O| Aug 25 09:14:24.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73742026-08-25T09:14:25.573Z[ recovery-image] Aug 25 09:14:24.347 INFO O| Aug 25 09:14:24.347 INFO STEP 683 (remove_files) COMPLETE
73752026-08-25T09:14:25.573Z[ recovery-image] Aug 25 09:14:24.347 INFO O| Aug 25 09:14:24.347 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-25T09:14:25.582Z[ recovery-image] Aug 25 09:14:24.356 INFO O| Aug 25 09:14:24.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73772026-08-25T09:14:25.582Z[ recovery-image] Aug 25 09:14:24.356 INFO O| Aug 25 09:14:24.356 INFO STEP 684 (remove_files) COMPLETE
73782026-08-25T09:14:25.582Z[ recovery-image] Aug 25 09:14:24.356 INFO O| Aug 25 09:14:24.356 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-25T09:14:25.592Z[ recovery-image] Aug 25 09:14:24.366 INFO O| Aug 25 09:14:24.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73802026-08-25T09:14:25.592Z[ recovery-image] Aug 25 09:14:24.366 INFO O| Aug 25 09:14:24.366 INFO STEP 685 (remove_files) COMPLETE
73812026-08-25T09:14:25.592Z[ recovery-image] Aug 25 09:14:24.366 INFO O| Aug 25 09:14:24.366 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-25T09:14:25.601Z[ recovery-image] Aug 25 09:14:24.375 INFO O| Aug 25 09:14:24.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73832026-08-25T09:14:25.602Z[ recovery-image] Aug 25 09:14:24.375 INFO O| Aug 25 09:14:24.375 INFO STEP 686 (remove_files) COMPLETE
73842026-08-25T09:14:25.602Z[ recovery-image] Aug 25 09:14:24.375 INFO O| Aug 25 09:14:24.375 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-25T09:14:25.611Z[ recovery-image] Aug 25 09:14:24.385 INFO O| Aug 25 09:14:24.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73862026-08-25T09:14:25.614Z[ recovery-image] Aug 25 09:14:24.385 INFO O| Aug 25 09:14:24.385 INFO STEP 687 (remove_files) COMPLETE
73872026-08-25T09:14:25.614Z[ recovery-image] Aug 25 09:14:24.385 INFO O| Aug 25 09:14:24.385 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-25T09:14:25.620Z[ recovery-image] Aug 25 09:14:24.394 INFO O| Aug 25 09:14:24.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73892026-08-25T09:14:25.620Z[ recovery-image] Aug 25 09:14:24.394 INFO O| Aug 25 09:14:24.394 INFO STEP 688 (remove_files) COMPLETE
73902026-08-25T09:14:25.623Z[ recovery-image] Aug 25 09:14:24.394 INFO O| Aug 25 09:14:24.394 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-25T09:14:25.629Z[ recovery-image] Aug 25 09:14:24.404 INFO O| Aug 25 09:14:24.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73922026-08-25T09:14:25.630Z[ recovery-image] Aug 25 09:14:24.404 INFO O| Aug 25 09:14:24.404 INFO STEP 689 (remove_files) COMPLETE
73932026-08-25T09:14:25.633Z[ recovery-image] Aug 25 09:14:24.404 INFO O| Aug 25 09:14:24.404 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-25T09:14:25.639Z[ recovery-image] Aug 25 09:14:24.413 INFO O| Aug 25 09:14:24.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73952026-08-25T09:14:25.639Z[ recovery-image] Aug 25 09:14:24.413 INFO O| Aug 25 09:14:24.413 INFO STEP 690 (remove_files) COMPLETE
73962026-08-25T09:14:25.643Z[ recovery-image] Aug 25 09:14:24.413 INFO O| Aug 25 09:14:24.413 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-25T09:14:25.649Z[ recovery-image] Aug 25 09:14:24.422 INFO O| Aug 25 09:14:24.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73982026-08-25T09:14:25.649Z[ recovery-image] Aug 25 09:14:24.422 INFO O| Aug 25 09:14:24.422 INFO STEP 691 (remove_files) COMPLETE
73992026-08-25T09:14:25.649Z[ recovery-image] Aug 25 09:14:24.422 INFO O| Aug 25 09:14:24.422 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-25T09:14:25.658Z[ recovery-image] Aug 25 09:14:24.432 INFO O| Aug 25 09:14:24.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74012026-08-25T09:14:25.658Z[ recovery-image] Aug 25 09:14:24.432 INFO O| Aug 25 09:14:24.432 INFO STEP 692 (remove_files) COMPLETE
74022026-08-25T09:14:25.658Z[ recovery-image] Aug 25 09:14:24.432 INFO O| Aug 25 09:14:24.432 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-25T09:14:25.668Z[ recovery-image] Aug 25 09:14:24.442 INFO O| Aug 25 09:14:24.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74042026-08-25T09:14:25.668Z[ recovery-image] Aug 25 09:14:24.442 INFO O| Aug 25 09:14:24.442 INFO STEP 693 (remove_files) COMPLETE
74052026-08-25T09:14:25.668Z[ recovery-image] Aug 25 09:14:24.442 INFO O| Aug 25 09:14:24.442 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-25T09:14:25.676Z[ recovery-image] Aug 25 09:14:24.450 INFO O| Aug 25 09:14:24.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74072026-08-25T09:14:25.676Z[ recovery-image] Aug 25 09:14:24.450 INFO O| Aug 25 09:14:24.450 INFO STEP 694 (remove_files) COMPLETE
74082026-08-25T09:14:25.676Z[ recovery-image] Aug 25 09:14:24.450 INFO O| Aug 25 09:14:24.450 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-25T09:14:25.688Z[ recovery-image] Aug 25 09:14:24.460 INFO O| Aug 25 09:14:24.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74102026-08-25T09:14:25.688Z[ recovery-image] Aug 25 09:14:24.460 INFO O| Aug 25 09:14:24.460 INFO STEP 695 (remove_files) COMPLETE
74112026-08-25T09:14:25.688Z[ recovery-image] Aug 25 09:14:24.460 INFO O| Aug 25 09:14:24.460 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-25T09:14:25.696Z[ recovery-image] Aug 25 09:14:24.470 INFO O| Aug 25 09:14:24.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74132026-08-25T09:14:25.696Z[ recovery-image] Aug 25 09:14:24.470 INFO O| Aug 25 09:14:24.470 INFO STEP 696 (remove_files) COMPLETE
74142026-08-25T09:14:25.696Z[ recovery-image] Aug 25 09:14:24.470 INFO O| Aug 25 09:14:24.470 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-25T09:14:25.707Z[ recovery-image] Aug 25 09:14:24.481 INFO O| Aug 25 09:14:24.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74162026-08-25T09:14:25.707Z[ recovery-image] Aug 25 09:14:24.481 INFO O| Aug 25 09:14:24.481 INFO STEP 697 (remove_files) COMPLETE
74172026-08-25T09:14:25.707Z[ recovery-image] Aug 25 09:14:24.481 INFO O| Aug 25 09:14:24.481 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-25T09:14:25.718Z[ recovery-image] Aug 25 09:14:24.492 INFO O| Aug 25 09:14:24.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74192026-08-25T09:14:25.718Z[ recovery-image] Aug 25 09:14:24.492 INFO O| Aug 25 09:14:24.492 INFO STEP 698 (remove_files) COMPLETE
74202026-08-25T09:14:25.718Z[ recovery-image] Aug 25 09:14:24.492 INFO O| Aug 25 09:14:24.492 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-25T09:14:25.727Z[ recovery-image] Aug 25 09:14:24.501 INFO O| Aug 25 09:14:24.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74222026-08-25T09:14:25.728Z[ recovery-image] Aug 25 09:14:24.501 INFO O| Aug 25 09:14:24.501 INFO STEP 699 (remove_files) COMPLETE
74232026-08-25T09:14:25.731Z[ recovery-image] Aug 25 09:14:24.501 INFO O| Aug 25 09:14:24.501 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-25T09:14:25.735Z[ recovery-image] Aug 25 09:14:24.509 INFO O| Aug 25 09:14:24.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74252026-08-25T09:14:25.735Z[ recovery-image] Aug 25 09:14:24.509 INFO O| Aug 25 09:14:24.509 INFO STEP 700 (remove_files) COMPLETE
74262026-08-25T09:14:25.738Z[ recovery-image] Aug 25 09:14:24.509 INFO O| Aug 25 09:14:24.509 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-25T09:14:25.743Z[ recovery-image] Aug 25 09:14:24.517 INFO O| Aug 25 09:14:24.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74282026-08-25T09:14:25.743Z[ recovery-image] Aug 25 09:14:24.517 INFO O| Aug 25 09:14:24.517 INFO STEP 701 (remove_files) COMPLETE
74292026-08-25T09:14:25.746Z[ recovery-image] Aug 25 09:14:24.517 INFO O| Aug 25 09:14:24.517 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-25T09:14:25.752Z[ recovery-image] Aug 25 09:14:24.526 INFO O| Aug 25 09:14:24.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74312026-08-25T09:14:25.752Z[ recovery-image] Aug 25 09:14:24.526 INFO O| Aug 25 09:14:24.526 INFO STEP 702 (remove_files) COMPLETE
74322026-08-25T09:14:25.755Z[ recovery-image] Aug 25 09:14:24.526 INFO O| Aug 25 09:14:24.526 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-25T09:14:25.759Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
74342026-08-25T09:14:25.763Z[ recovery-image] Aug 25 09:14:24.534 INFO O| Aug 25 09:14:24.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74352026-08-25T09:14:25.763Z[ recovery-image] Aug 25 09:14:24.534 INFO O| Aug 25 09:14:24.534 INFO STEP 703 (remove_files) COMPLETE
74362026-08-25T09:14:25.763Z[ recovery-image] Aug 25 09:14:24.534 INFO O| Aug 25 09:14:24.534 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-25T09:14:25.770Z[ recovery-image] Aug 25 09:14:24.544 INFO O| Aug 25 09:14:24.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74382026-08-25T09:14:25.770Z[ recovery-image] Aug 25 09:14:24.544 INFO O| Aug 25 09:14:24.544 INFO STEP 704 (remove_files) COMPLETE
74392026-08-25T09:14:25.774Z[ recovery-image] Aug 25 09:14:24.544 INFO O| Aug 25 09:14:24.544 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-25T09:14:25.780Z[ recovery-image] Aug 25 09:14:24.554 INFO O| Aug 25 09:14:24.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74412026-08-25T09:14:25.780Z[ recovery-image] Aug 25 09:14:24.554 INFO O| Aug 25 09:14:24.554 INFO STEP 705 (remove_files) COMPLETE
74422026-08-25T09:14:25.783Z[ recovery-image] Aug 25 09:14:24.554 INFO O| Aug 25 09:14:24.554 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-25T09:14:25.794Z[ recovery-image] Aug 25 09:14:24.568 INFO O| Aug 25 09:14:24.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74442026-08-25T09:14:25.794Z[ recovery-image] Aug 25 09:14:24.568 INFO O| Aug 25 09:14:24.568 INFO STEP 706 (remove_files) COMPLETE
74452026-08-25T09:14:25.794Z[ recovery-image] Aug 25 09:14:24.568 INFO O| Aug 25 09:14:24.568 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-25T09:14:25.803Z[ recovery-image] Aug 25 09:14:24.577 INFO O| Aug 25 09:14:24.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74472026-08-25T09:14:25.803Z[ recovery-image] Aug 25 09:14:24.577 INFO O| Aug 25 09:14:24.577 INFO STEP 707 (remove_files) COMPLETE
74482026-08-25T09:14:25.803Z[ recovery-image] Aug 25 09:14:24.577 INFO O| Aug 25 09:14:24.577 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-25T09:14:25.814Z[ recovery-image] Aug 25 09:14:24.588 INFO O| Aug 25 09:14:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74502026-08-25T09:14:25.814Z[ recovery-image] Aug 25 09:14:24.588 INFO O| Aug 25 09:14:24.588 INFO STEP 708 (remove_files) COMPLETE
74512026-08-25T09:14:25.814Z[ recovery-image] Aug 25 09:14:24.588 INFO O| Aug 25 09:14:24.588 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-25T09:14:25.824Z[ recovery-image] Aug 25 09:14:24.598 INFO O| Aug 25 09:14:24.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74532026-08-25T09:14:25.824Z[ recovery-image] Aug 25 09:14:24.598 INFO O| Aug 25 09:14:24.598 INFO STEP 709 (remove_files) COMPLETE
74542026-08-25T09:14:25.827Z[ recovery-image] Aug 25 09:14:24.598 INFO O| Aug 25 09:14:24.598 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-25T09:14:25.833Z[ recovery-image] Aug 25 09:14:24.607 INFO O| Aug 25 09:14:24.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74562026-08-25T09:14:25.833Z[ recovery-image] Aug 25 09:14:24.607 INFO O| Aug 25 09:14:24.607 INFO STEP 710 (remove_files) COMPLETE
74572026-08-25T09:14:25.837Z[ recovery-image] Aug 25 09:14:24.607 INFO O| Aug 25 09:14:24.607 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-25T09:14:25.844Z[ recovery-image] Aug 25 09:14:24.618 INFO O| Aug 25 09:14:24.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74592026-08-25T09:14:25.844Z[ recovery-image] Aug 25 09:14:24.618 INFO O| Aug 25 09:14:24.618 INFO STEP 711 (remove_files) COMPLETE
74602026-08-25T09:14:25.844Z[ recovery-image] Aug 25 09:14:24.618 INFO O| Aug 25 09:14:24.618 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-25T09:14:25.855Z[ recovery-image] Aug 25 09:14:24.629 INFO O| Aug 25 09:14:24.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74622026-08-25T09:14:25.855Z[ recovery-image] Aug 25 09:14:24.629 INFO O| Aug 25 09:14:24.629 INFO STEP 712 (remove_files) COMPLETE
74632026-08-25T09:14:25.855Z[ recovery-image] Aug 25 09:14:24.629 INFO O| Aug 25 09:14:24.629 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-25T09:14:25.865Z[ recovery-image] Aug 25 09:14:24.639 INFO O| Aug 25 09:14:24.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74652026-08-25T09:14:25.866Z[ recovery-image] Aug 25 09:14:24.639 INFO O| Aug 25 09:14:24.639 INFO STEP 713 (remove_files) COMPLETE
74662026-08-25T09:14:25.866Z[ recovery-image] Aug 25 09:14:24.639 INFO O| Aug 25 09:14:24.639 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-25T09:14:25.874Z[ recovery-image] Aug 25 09:14:24.648 INFO O| Aug 25 09:14:24.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74682026-08-25T09:14:25.874Z[ recovery-image] Aug 25 09:14:24.648 INFO O| Aug 25 09:14:24.648 INFO STEP 714 (remove_files) COMPLETE
74692026-08-25T09:14:25.874Z[ recovery-image] Aug 25 09:14:24.648 INFO O| Aug 25 09:14:24.648 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-25T09:14:25.883Z[ recovery-image] Aug 25 09:14:24.657 INFO O| Aug 25 09:14:24.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74712026-08-25T09:14:25.884Z[ recovery-image] Aug 25 09:14:24.657 INFO O| Aug 25 09:14:24.657 INFO STEP 715 (remove_files) COMPLETE
74722026-08-25T09:14:25.884Z[ recovery-image] Aug 25 09:14:24.657 INFO O| Aug 25 09:14:24.657 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-25T09:14:25.893Z[ recovery-image] Aug 25 09:14:24.667 INFO O| Aug 25 09:14:24.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74742026-08-25T09:14:25.893Z[ recovery-image] Aug 25 09:14:24.667 INFO O| Aug 25 09:14:24.667 INFO STEP 716 (remove_files) COMPLETE
74752026-08-25T09:14:25.893Z[ recovery-image] Aug 25 09:14:24.667 INFO O| Aug 25 09:14:24.667 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-25T09:14:25.903Z[ recovery-image] Aug 25 09:14:24.677 INFO O| Aug 25 09:14:24.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74772026-08-25T09:14:25.906Z[ recovery-image] Aug 25 09:14:24.678 INFO O| Aug 25 09:14:24.678 INFO STEP 717 (remove_files) COMPLETE
74782026-08-25T09:14:25.906Z[ recovery-image] Aug 25 09:14:24.678 INFO O| Aug 25 09:14:24.678 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-25T09:14:25.914Z[ recovery-image] Aug 25 09:14:24.688 INFO O| Aug 25 09:14:24.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74802026-08-25T09:14:25.914Z[ recovery-image] Aug 25 09:14:24.688 INFO O| Aug 25 09:14:24.688 INFO STEP 718 (remove_files) COMPLETE
74812026-08-25T09:14:25.914Z[ recovery-image] Aug 25 09:14:24.688 INFO O| Aug 25 09:14:24.688 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-25T09:14:25.923Z[ recovery-image] Aug 25 09:14:24.697 INFO O| Aug 25 09:14:24.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74832026-08-25T09:14:25.923Z[ recovery-image] Aug 25 09:14:24.697 INFO O| Aug 25 09:14:24.697 INFO STEP 719 (remove_files) COMPLETE
74842026-08-25T09:14:25.923Z[ recovery-image] Aug 25 09:14:24.697 INFO O| Aug 25 09:14:24.697 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-25T09:14:25.931Z[ recovery-image] Aug 25 09:14:24.705 INFO O| Aug 25 09:14:24.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74862026-08-25T09:14:25.931Z[ recovery-image] Aug 25 09:14:24.705 INFO O| Aug 25 09:14:24.705 INFO STEP 720 (remove_files) COMPLETE
74872026-08-25T09:14:25.932Z[ recovery-image] Aug 25 09:14:24.705 INFO O| Aug 25 09:14:24.705 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-25T09:14:25.941Z[ recovery-image] Aug 25 09:14:24.715 INFO O| Aug 25 09:14:24.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74892026-08-25T09:14:25.941Z[ recovery-image] Aug 25 09:14:24.715 INFO O| Aug 25 09:14:24.715 INFO STEP 721 (remove_files) COMPLETE
74902026-08-25T09:14:25.941Z[ recovery-image] Aug 25 09:14:24.715 INFO O| Aug 25 09:14:24.715 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-25T09:14:25.950Z[ recovery-image] Aug 25 09:14:24.723 INFO O| Aug 25 09:14:24.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74922026-08-25T09:14:25.950Z[ recovery-image] Aug 25 09:14:24.723 INFO O| Aug 25 09:14:24.723 INFO STEP 722 (remove_files) COMPLETE
74932026-08-25T09:14:25.950Z[ recovery-image] Aug 25 09:14:24.723 INFO O| Aug 25 09:14:24.723 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-25T09:14:25.959Z[ recovery-image] Aug 25 09:14:24.733 INFO O| Aug 25 09:14:24.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74952026-08-25T09:14:25.959Z[ recovery-image] Aug 25 09:14:24.733 INFO O| Aug 25 09:14:24.733 INFO STEP 723 (remove_files) COMPLETE
74962026-08-25T09:14:25.959Z[ recovery-image] Aug 25 09:14:24.733 INFO O| Aug 25 09:14:24.733 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-25T09:14:25.969Z[ recovery-image] Aug 25 09:14:24.743 INFO O| Aug 25 09:14:24.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74982026-08-25T09:14:25.969Z[ recovery-image] Aug 25 09:14:24.743 INFO O| Aug 25 09:14:24.743 INFO STEP 724 (remove_files) COMPLETE
74992026-08-25T09:14:25.969Z[ recovery-image] Aug 25 09:14:24.743 INFO O| Aug 25 09:14:24.743 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-25T09:14:25.978Z[ recovery-image] Aug 25 09:14:24.752 INFO O| Aug 25 09:14:24.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75012026-08-25T09:14:25.978Z[ recovery-image] Aug 25 09:14:24.752 INFO O| Aug 25 09:14:24.752 INFO STEP 725 (remove_files) COMPLETE
75022026-08-25T09:14:25.978Z[ recovery-image] Aug 25 09:14:24.752 INFO O| Aug 25 09:14:24.752 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-25T09:14:25.988Z[ recovery-image] Aug 25 09:14:24.761 INFO O| Aug 25 09:14:24.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75042026-08-25T09:14:25.988Z[ recovery-image] Aug 25 09:14:24.762 INFO O| Aug 25 09:14:24.762 INFO STEP 726 (remove_files) COMPLETE
75052026-08-25T09:14:25.988Z[ recovery-image] Aug 25 09:14:24.762 INFO O| Aug 25 09:14:24.762 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-25T09:14:25.998Z[ recovery-image] Aug 25 09:14:24.772 INFO O| Aug 25 09:14:24.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75072026-08-25T09:14:25.998Z[ recovery-image] Aug 25 09:14:24.772 INFO O| Aug 25 09:14:24.772 INFO STEP 727 (remove_files) COMPLETE
75082026-08-25T09:14:25.998Z[ recovery-image] Aug 25 09:14:24.772 INFO O| Aug 25 09:14:24.772 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-25T09:14:26.009Z[ recovery-image] Aug 25 09:14:24.782 INFO O| Aug 25 09:14:24.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75102026-08-25T09:14:26.009Z[ recovery-image] Aug 25 09:14:24.782 INFO O| Aug 25 09:14:24.782 INFO STEP 728 (remove_files) COMPLETE
75112026-08-25T09:14:26.012Z[ recovery-image] Aug 25 09:14:24.782 INFO O| Aug 25 09:14:24.782 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-25T09:14:26.019Z[ recovery-image] Aug 25 09:14:24.793 INFO O| Aug 25 09:14:24.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75132026-08-25T09:14:26.022Z[ recovery-image] Aug 25 09:14:24.793 INFO O| Aug 25 09:14:24.793 INFO STEP 729 (remove_files) COMPLETE
75142026-08-25T09:14:26.022Z[ recovery-image] Aug 25 09:14:24.793 INFO O| Aug 25 09:14:24.793 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-25T09:14:26.029Z[ recovery-image] Aug 25 09:14:24.803 INFO O| Aug 25 09:14:24.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75162026-08-25T09:14:26.029Z[ recovery-image] Aug 25 09:14:24.803 INFO O| Aug 25 09:14:24.803 INFO STEP 730 (remove_files) COMPLETE
75172026-08-25T09:14:26.029Z[ recovery-image] Aug 25 09:14:24.803 INFO O| Aug 25 09:14:24.803 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-25T09:14:26.039Z[ recovery-image] Aug 25 09:14:24.813 INFO O| Aug 25 09:14:24.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75192026-08-25T09:14:26.039Z[ recovery-image] Aug 25 09:14:24.813 INFO O| Aug 25 09:14:24.813 INFO STEP 731 (remove_files) COMPLETE
75202026-08-25T09:14:26.043Z[ recovery-image] Aug 25 09:14:24.813 INFO O| Aug 25 09:14:24.813 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-25T09:14:26.043Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
75222026-08-25T09:14:26.049Z[ recovery-image] Aug 25 09:14:24.823 INFO O| Aug 25 09:14:24.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75232026-08-25T09:14:26.049Z[ recovery-image] Aug 25 09:14:24.823 INFO O| Aug 25 09:14:24.823 INFO STEP 732 (remove_files) COMPLETE
75242026-08-25T09:14:26.049Z[ recovery-image] Aug 25 09:14:24.823 INFO O| Aug 25 09:14:24.823 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-08-25T09:14:26.060Z[ recovery-image] Aug 25 09:14:24.833 INFO O| Aug 25 09:14:24.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75262026-08-25T09:14:26.060Z[ recovery-image] Aug 25 09:14:24.833 INFO O| Aug 25 09:14:24.833 INFO STEP 733 (remove_files) COMPLETE
75272026-08-25T09:14:26.060Z[ recovery-image] Aug 25 09:14:24.833 INFO O| Aug 25 09:14:24.833 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-08-25T09:14:26.069Z[ recovery-image] Aug 25 09:14:24.842 INFO O| Aug 25 09:14:24.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75292026-08-25T09:14:26.069Z[ recovery-image] Aug 25 09:14:24.842 INFO O| Aug 25 09:14:24.842 INFO STEP 734 (remove_files) COMPLETE
75302026-08-25T09:14:26.069Z[ recovery-image] Aug 25 09:14:24.842 INFO O| Aug 25 09:14:24.842 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-08-25T09:14:26.078Z[ recovery-image] Aug 25 09:14:24.852 INFO O| Aug 25 09:14:24.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75322026-08-25T09:14:26.078Z[ recovery-image] Aug 25 09:14:24.852 INFO O| Aug 25 09:14:24.852 INFO STEP 735 (remove_files) COMPLETE
75332026-08-25T09:14:26.078Z[ recovery-image] Aug 25 09:14:24.852 INFO O| Aug 25 09:14:24.852 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-08-25T09:14:26.088Z[ recovery-image] Aug 25 09:14:24.861 INFO O| Aug 25 09:14:24.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75352026-08-25T09:14:26.088Z[ recovery-image] Aug 25 09:14:24.861 INFO O| Aug 25 09:14:24.861 INFO STEP 736 (remove_files) COMPLETE
75362026-08-25T09:14:26.088Z[ recovery-image] Aug 25 09:14:24.861 INFO O| Aug 25 09:14:24.861 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-08-25T09:14:26.097Z[ recovery-image] Aug 25 09:14:24.871 INFO O| Aug 25 09:14:24.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75382026-08-25T09:14:26.101Z[ recovery-image] Aug 25 09:14:24.872 INFO O| Aug 25 09:14:24.872 INFO STEP 737 (remove_files) COMPLETE
75392026-08-25T09:14:26.101Z[ recovery-image] Aug 25 09:14:24.872 INFO O| Aug 25 09:14:24.872 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-08-25T09:14:26.108Z[ recovery-image] Aug 25 09:14:24.882 INFO O| Aug 25 09:14:24.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75412026-08-25T09:14:26.108Z[ recovery-image] Aug 25 09:14:24.882 INFO O| Aug 25 09:14:24.882 INFO STEP 738 (remove_files) COMPLETE
75422026-08-25T09:14:26.108Z[ recovery-image] Aug 25 09:14:24.882 INFO O| Aug 25 09:14:24.882 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-08-25T09:14:26.120Z[ recovery-image] Aug 25 09:14:24.894 INFO O| Aug 25 09:14:24.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75442026-08-25T09:14:26.120Z[ recovery-image] Aug 25 09:14:24.894 INFO O| Aug 25 09:14:24.894 INFO STEP 739 (remove_files) COMPLETE
75452026-08-25T09:14:26.120Z[ recovery-image] Aug 25 09:14:24.894 INFO O| Aug 25 09:14:24.894 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-25T09:14:26.131Z[ recovery-image] Aug 25 09:14:24.905 INFO O| Aug 25 09:14:24.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75472026-08-25T09:14:26.131Z[ recovery-image] Aug 25 09:14:24.905 INFO O| Aug 25 09:14:24.905 INFO STEP 740 (remove_files) COMPLETE
75482026-08-25T09:14:26.134Z[ recovery-image] Aug 25 09:14:24.905 INFO O| Aug 25 09:14:24.905 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-25T09:14:26.141Z[ recovery-image] Aug 25 09:14:24.915 INFO O| Aug 25 09:14:24.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75502026-08-25T09:14:26.141Z[ recovery-image] Aug 25 09:14:24.915 INFO O| Aug 25 09:14:24.915 INFO STEP 741 (remove_files) COMPLETE
75512026-08-25T09:14:26.141Z[ recovery-image] Aug 25 09:14:24.915 INFO O| Aug 25 09:14:24.915 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-25T09:14:26.152Z[ recovery-image] Aug 25 09:14:24.926 INFO O| Aug 25 09:14:24.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75532026-08-25T09:14:26.152Z[ recovery-image] Aug 25 09:14:24.926 INFO O| Aug 25 09:14:24.926 INFO STEP 742 (remove_files) COMPLETE
75542026-08-25T09:14:26.152Z[ recovery-image] Aug 25 09:14:24.926 INFO O| Aug 25 09:14:24.926 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-25T09:14:26.162Z[ recovery-image] Aug 25 09:14:24.936 INFO O| Aug 25 09:14:24.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75562026-08-25T09:14:26.162Z[ recovery-image] Aug 25 09:14:24.936 INFO O| Aug 25 09:14:24.936 INFO STEP 743 (remove_files) COMPLETE
75572026-08-25T09:14:26.162Z[ recovery-image] Aug 25 09:14:24.936 INFO O| Aug 25 09:14:24.936 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-25T09:14:26.173Z[ recovery-image] Aug 25 09:14:24.947 INFO O| Aug 25 09:14:24.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75592026-08-25T09:14:26.173Z[ recovery-image] Aug 25 09:14:24.947 INFO O| Aug 25 09:14:24.947 INFO STEP 744 (remove_files) COMPLETE
75602026-08-25T09:14:26.173Z[ recovery-image] Aug 25 09:14:24.947 INFO O| Aug 25 09:14:24.947 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-25T09:14:26.184Z[ recovery-image] Aug 25 09:14:24.958 INFO O| Aug 25 09:14:24.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75622026-08-25T09:14:26.184Z[ recovery-image] Aug 25 09:14:24.958 INFO O| Aug 25 09:14:24.958 INFO STEP 745 (remove_files) COMPLETE
75632026-08-25T09:14:26.184Z[ recovery-image] Aug 25 09:14:24.958 INFO O| Aug 25 09:14:24.958 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-25T09:14:26.194Z[ recovery-image] Aug 25 09:14:24.968 INFO O| Aug 25 09:14:24.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75652026-08-25T09:14:26.198Z[ recovery-image] Aug 25 09:14:24.968 INFO O| Aug 25 09:14:24.968 INFO STEP 746 (remove_files) COMPLETE
75662026-08-25T09:14:26.198Z[ recovery-image] Aug 25 09:14:24.968 INFO O| Aug 25 09:14:24.968 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-25T09:14:26.204Z[ recovery-image] Aug 25 09:14:24.979 INFO O| Aug 25 09:14:24.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75682026-08-25T09:14:26.205Z[ recovery-image] Aug 25 09:14:24.979 INFO O| Aug 25 09:14:24.979 INFO STEP 747 (remove_files) COMPLETE
75692026-08-25T09:14:26.208Z[ recovery-image] Aug 25 09:14:24.979 INFO O| Aug 25 09:14:24.979 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-25T09:14:26.216Z[ recovery-image] Aug 25 09:14:24.990 INFO O| Aug 25 09:14:24.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75712026-08-25T09:14:26.220Z[ recovery-image] Aug 25 09:14:24.990 INFO O| Aug 25 09:14:24.990 INFO STEP 748 (remove_files) COMPLETE
75722026-08-25T09:14:26.220Z[ recovery-image] Aug 25 09:14:24.990 INFO O| Aug 25 09:14:24.990 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-25T09:14:26.226Z[ recovery-image] Aug 25 09:14:25.000 INFO O| Aug 25 09:14:25.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75742026-08-25T09:14:26.226Z[ recovery-image] Aug 25 09:14:25.000 INFO O| Aug 25 09:14:25.000 INFO STEP 749 (remove_files) COMPLETE
75752026-08-25T09:14:26.226Z[ recovery-image] Aug 25 09:14:25.000 INFO O| Aug 25 09:14:25.000 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-25T09:14:26.234Z[ recovery-image] Aug 25 09:14:25.008 INFO O| Aug 25 09:14:25.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75772026-08-25T09:14:26.234Z[ recovery-image] Aug 25 09:14:25.008 INFO O| Aug 25 09:14:25.008 INFO STEP 750 (remove_files) COMPLETE
75782026-08-25T09:14:26.237Z[ recovery-image] Aug 25 09:14:25.008 INFO O| Aug 25 09:14:25.008 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-25T09:14:26.243Z[ recovery-image] Aug 25 09:14:25.017 INFO O| Aug 25 09:14:25.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75802026-08-25T09:14:26.243Z[ recovery-image] Aug 25 09:14:25.017 INFO O| Aug 25 09:14:25.017 INFO STEP 751 (remove_files) COMPLETE
75812026-08-25T09:14:26.243Z[ recovery-image] Aug 25 09:14:25.017 INFO O| Aug 25 09:14:25.017 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-25T09:14:26.252Z[ recovery-image] Aug 25 09:14:25.026 INFO O| Aug 25 09:14:25.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75832026-08-25T09:14:26.252Z[ recovery-image] Aug 25 09:14:25.026 INFO O| Aug 25 09:14:25.026 INFO STEP 752 (remove_files) COMPLETE
75842026-08-25T09:14:26.255Z[ recovery-image] Aug 25 09:14:25.026 INFO O| Aug 25 09:14:25.026 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-25T09:14:26.261Z[ recovery-image] Aug 25 09:14:25.035 INFO O| Aug 25 09:14:25.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75862026-08-25T09:14:26.262Z[ recovery-image] Aug 25 09:14:25.035 INFO O| Aug 25 09:14:25.035 INFO STEP 753 (remove_files) COMPLETE
75872026-08-25T09:14:26.265Z[ recovery-image] Aug 25 09:14:25.035 INFO O| Aug 25 09:14:25.035 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-25T09:14:26.271Z[ recovery-image] Aug 25 09:14:25.045 INFO O| Aug 25 09:14:25.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75892026-08-25T09:14:26.271Z[ recovery-image] Aug 25 09:14:25.045 INFO O| Aug 25 09:14:25.045 INFO STEP 754 (remove_files) COMPLETE
75902026-08-25T09:14:26.271Z[ recovery-image] Aug 25 09:14:25.045 INFO O| Aug 25 09:14:25.045 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-25T09:14:26.281Z[ recovery-image] Aug 25 09:14:25.055 INFO O| Aug 25 09:14:25.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75922026-08-25T09:14:26.281Z[ recovery-image] Aug 25 09:14:25.055 INFO O| Aug 25 09:14:25.055 INFO STEP 755 (remove_files) COMPLETE
75932026-08-25T09:14:26.281Z[ recovery-image] Aug 25 09:14:25.055 INFO O| Aug 25 09:14:25.055 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-25T09:14:26.292Z[ recovery-image] Aug 25 09:14:25.066 INFO O| Aug 25 09:14:25.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75952026-08-25T09:14:26.292Z[ recovery-image] Aug 25 09:14:25.066 INFO O| Aug 25 09:14:25.066 INFO STEP 756 (remove_files) COMPLETE
75962026-08-25T09:14:26.292Z[ recovery-image] Aug 25 09:14:25.066 INFO O| Aug 25 09:14:25.066 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-25T09:14:26.303Z[ recovery-image] Aug 25 09:14:25.077 INFO O| Aug 25 09:14:25.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75982026-08-25T09:14:26.303Z[ recovery-image] Aug 25 09:14:25.077 INFO O| Aug 25 09:14:25.077 INFO STEP 757 (remove_files) COMPLETE
75992026-08-25T09:14:26.308Z[ recovery-image] Aug 25 09:14:25.077 INFO O| Aug 25 09:14:25.077 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-25T09:14:26.313Z[ recovery-image] Aug 25 09:14:25.087 INFO O| Aug 25 09:14:25.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76012026-08-25T09:14:26.313Z[ recovery-image] Aug 25 09:14:25.087 INFO O| Aug 25 09:14:25.086 INFO STEP 758 (remove_files) COMPLETE
76022026-08-25T09:14:26.313Z[ recovery-image] Aug 25 09:14:25.087 INFO O| Aug 25 09:14:25.086 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-25T09:14:26.323Z[ recovery-image] Aug 25 09:14:25.097 INFO O| Aug 25 09:14:25.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76042026-08-25T09:14:26.323Z[ recovery-image] Aug 25 09:14:25.097 INFO O| Aug 25 09:14:25.097 INFO STEP 759 (remove_files) COMPLETE
76052026-08-25T09:14:26.323Z[ recovery-image] Aug 25 09:14:25.097 INFO O| Aug 25 09:14:25.097 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-25T09:14:26.332Z[ recovery-image] Aug 25 09:14:25.106 INFO O| Aug 25 09:14:25.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76072026-08-25T09:14:26.332Z[ recovery-image] Aug 25 09:14:25.106 INFO O| Aug 25 09:14:25.106 INFO STEP 760 (remove_files) COMPLETE
76082026-08-25T09:14:26.332Z[ recovery-image] Aug 25 09:14:25.106 INFO O| Aug 25 09:14:25.106 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-25T09:14:26.339Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
76102026-08-25T09:14:26.346Z[ recovery-image] Aug 25 09:14:25.115 INFO O| Aug 25 09:14:25.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76112026-08-25T09:14:26.346Z[ recovery-image] Aug 25 09:14:25.115 INFO O| Aug 25 09:14:25.115 INFO STEP 761 (remove_files) COMPLETE
76122026-08-25T09:14:26.346Z[ recovery-image] Aug 25 09:14:25.115 INFO O| Aug 25 09:14:25.115 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-25T09:14:26.350Z[ recovery-image] Aug 25 09:14:25.124 INFO O| Aug 25 09:14:25.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76142026-08-25T09:14:26.351Z[ recovery-image] Aug 25 09:14:25.124 INFO O| Aug 25 09:14:25.124 INFO STEP 762 (remove_files) COMPLETE
76152026-08-25T09:14:26.351Z[ recovery-image] Aug 25 09:14:25.124 INFO O| Aug 25 09:14:25.124 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-25T09:14:26.359Z[ recovery-image] Aug 25 09:14:25.133 INFO O| Aug 25 09:14:25.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76172026-08-25T09:14:26.359Z[ recovery-image] Aug 25 09:14:25.133 INFO O| Aug 25 09:14:25.133 INFO STEP 763 (remove_files) COMPLETE
76182026-08-25T09:14:26.359Z[ recovery-image] Aug 25 09:14:25.133 INFO O| Aug 25 09:14:25.133 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-25T09:14:26.369Z[verify-libraries] Compiling socket2 v0.5.10
76202026-08-25T09:14:26.372Z[ recovery-image] Aug 25 09:14:25.143 INFO O| Aug 25 09:14:25.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76212026-08-25T09:14:26.372Z[ recovery-image] Aug 25 09:14:25.143 INFO O| Aug 25 09:14:25.143 INFO STEP 764 (remove_files) COMPLETE
76222026-08-25T09:14:26.372Z[ recovery-image] Aug 25 09:14:25.143 INFO O| Aug 25 09:14:25.143 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-25T09:14:26.379Z[ recovery-image] Aug 25 09:14:25.153 INFO O| Aug 25 09:14:25.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76242026-08-25T09:14:26.379Z[ recovery-image] Aug 25 09:14:25.153 INFO O| Aug 25 09:14:25.153 INFO STEP 765 (remove_files) COMPLETE
76252026-08-25T09:14:26.379Z[ recovery-image] Aug 25 09:14:25.153 INFO O| Aug 25 09:14:25.153 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-25T09:14:26.390Z[ recovery-image] Aug 25 09:14:25.164 INFO O| Aug 25 09:14:25.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76272026-08-25T09:14:26.390Z[ recovery-image] Aug 25 09:14:25.164 INFO O| Aug 25 09:14:25.164 INFO STEP 766 (remove_files) COMPLETE
76282026-08-25T09:14:26.390Z[ recovery-image] Aug 25 09:14:25.164 INFO O| Aug 25 09:14:25.164 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-25T09:14:26.400Z[ recovery-image] Aug 25 09:14:25.174 INFO O| Aug 25 09:14:25.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76302026-08-25T09:14:26.403Z[ recovery-image] Aug 25 09:14:25.174 INFO O| Aug 25 09:14:25.174 INFO STEP 767 (remove_files) COMPLETE
76312026-08-25T09:14:26.403Z[ recovery-image] Aug 25 09:14:25.175 INFO O| Aug 25 09:14:25.174 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-25T09:14:26.410Z[ recovery-image] Aug 25 09:14:25.184 INFO O| Aug 25 09:14:25.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76332026-08-25T09:14:26.410Z[ recovery-image] Aug 25 09:14:25.184 INFO O| Aug 25 09:14:25.184 INFO STEP 768 (remove_files) COMPLETE
76342026-08-25T09:14:26.410Z[ recovery-image] Aug 25 09:14:25.184 INFO O| Aug 25 09:14:25.184 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-25T09:14:26.420Z[ recovery-image] Aug 25 09:14:25.194 INFO O| Aug 25 09:14:25.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76362026-08-25T09:14:26.420Z[ recovery-image] Aug 25 09:14:25.194 INFO O| Aug 25 09:14:25.194 INFO STEP 769 (remove_files) COMPLETE
76372026-08-25T09:14:26.420Z[ recovery-image] Aug 25 09:14:25.194 INFO O| Aug 25 09:14:25.194 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-25T09:14:26.429Z[ recovery-image] Aug 25 09:14:25.203 INFO O| Aug 25 09:14:25.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76392026-08-25T09:14:26.430Z[ recovery-image] Aug 25 09:14:25.203 INFO O| Aug 25 09:14:25.203 INFO STEP 770 (remove_files) COMPLETE
76402026-08-25T09:14:26.430Z[ recovery-image] Aug 25 09:14:25.203 INFO O| Aug 25 09:14:25.203 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-25T09:14:26.439Z[ recovery-image] Aug 25 09:14:25.213 INFO O| Aug 25 09:14:25.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76422026-08-25T09:14:26.439Z[ recovery-image] Aug 25 09:14:25.213 INFO O| Aug 25 09:14:25.213 INFO STEP 771 (remove_files) COMPLETE
76432026-08-25T09:14:26.439Z[ recovery-image] Aug 25 09:14:25.213 INFO O| Aug 25 09:14:25.213 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-25T09:14:26.450Z[ recovery-image] Aug 25 09:14:25.223 INFO O| Aug 25 09:14:25.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76452026-08-25T09:14:26.450Z[ recovery-image] Aug 25 09:14:25.223 INFO O| Aug 25 09:14:25.223 INFO STEP 772 (remove_files) COMPLETE
76462026-08-25T09:14:26.453Z[ recovery-image] Aug 25 09:14:25.223 INFO O| Aug 25 09:14:25.223 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-25T09:14:26.459Z[ recovery-image] Aug 25 09:14:25.233 INFO O| Aug 25 09:14:25.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76482026-08-25T09:14:26.459Z[ recovery-image] Aug 25 09:14:25.233 INFO O| Aug 25 09:14:25.233 INFO STEP 773 (remove_files) COMPLETE
76492026-08-25T09:14:26.459Z[ recovery-image] Aug 25 09:14:25.233 INFO O| Aug 25 09:14:25.233 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-25T09:14:26.468Z[ recovery-image] Aug 25 09:14:25.242 INFO O| Aug 25 09:14:25.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76512026-08-25T09:14:26.469Z[ recovery-image] Aug 25 09:14:25.242 INFO O| Aug 25 09:14:25.242 INFO STEP 774 (remove_files) COMPLETE
76522026-08-25T09:14:26.472Z[ recovery-image] Aug 25 09:14:25.242 INFO O| Aug 25 09:14:25.242 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-25T09:14:26.479Z[ recovery-image] Aug 25 09:14:25.253 INFO O| Aug 25 09:14:25.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76542026-08-25T09:14:26.479Z[ recovery-image] Aug 25 09:14:25.253 INFO O| Aug 25 09:14:25.253 INFO STEP 775 (remove_files) COMPLETE
76552026-08-25T09:14:26.479Z[ recovery-image] Aug 25 09:14:25.253 INFO O| Aug 25 09:14:25.253 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-25T09:14:26.489Z[ recovery-image] Aug 25 09:14:25.262 INFO O| Aug 25 09:14:25.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76572026-08-25T09:14:26.489Z[ recovery-image] Aug 25 09:14:25.262 INFO O| Aug 25 09:14:25.262 INFO STEP 776 (remove_files) COMPLETE
76582026-08-25T09:14:26.490Z[ recovery-image] Aug 25 09:14:25.262 INFO O| Aug 25 09:14:25.262 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-25T09:14:26.499Z[ recovery-image] Aug 25 09:14:25.272 INFO O| Aug 25 09:14:25.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76602026-08-25T09:14:26.499Z[ recovery-image] Aug 25 09:14:25.272 INFO O| Aug 25 09:14:25.272 INFO STEP 777 (remove_files) COMPLETE
76612026-08-25T09:14:26.499Z[ recovery-image] Aug 25 09:14:25.272 INFO O| Aug 25 09:14:25.272 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-25T09:14:26.509Z[ recovery-image] Aug 25 09:14:25.283 INFO O| Aug 25 09:14:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76632026-08-25T09:14:26.509Z[ recovery-image] Aug 25 09:14:25.283 INFO O| Aug 25 09:14:25.283 INFO STEP 778 (remove_files) COMPLETE
76642026-08-25T09:14:26.509Z[ recovery-image] Aug 25 09:14:25.283 INFO O| Aug 25 09:14:25.283 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-25T09:14:26.519Z[ recovery-image] Aug 25 09:14:25.293 INFO O| Aug 25 09:14:25.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76662026-08-25T09:14:26.519Z[ recovery-image] Aug 25 09:14:25.293 INFO O| Aug 25 09:14:25.293 INFO STEP 779 (remove_files) COMPLETE
76672026-08-25T09:14:26.519Z[ recovery-image] Aug 25 09:14:25.293 INFO O| Aug 25 09:14:25.293 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-25T09:14:26.528Z[ recovery-image] Aug 25 09:14:25.301 INFO O| Aug 25 09:14:25.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76692026-08-25T09:14:26.528Z[ recovery-image] Aug 25 09:14:25.301 INFO O| Aug 25 09:14:25.301 INFO STEP 780 (remove_files) COMPLETE
76702026-08-25T09:14:26.532Z[ recovery-image] Aug 25 09:14:25.301 INFO O| Aug 25 09:14:25.301 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-25T09:14:26.541Z[ recovery-image] Aug 25 09:14:25.315 INFO O| Aug 25 09:14:25.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76722026-08-25T09:14:26.541Z[ recovery-image] Aug 25 09:14:25.315 INFO O| Aug 25 09:14:25.315 INFO STEP 781 (remove_files) COMPLETE
76732026-08-25T09:14:26.541Z[ recovery-image] Aug 25 09:14:25.315 INFO O| Aug 25 09:14:25.315 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-25T09:14:26.551Z[ recovery-image] Aug 25 09:14:25.325 INFO O| Aug 25 09:14:25.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76752026-08-25T09:14:26.551Z[ recovery-image] Aug 25 09:14:25.325 INFO O| Aug 25 09:14:25.325 INFO STEP 782 (remove_files) COMPLETE
76762026-08-25T09:14:26.551Z[ recovery-image] Aug 25 09:14:25.325 INFO O| Aug 25 09:14:25.325 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-25T09:14:26.561Z[ recovery-image] Aug 25 09:14:25.335 INFO O| Aug 25 09:14:25.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76782026-08-25T09:14:26.561Z[ recovery-image] Aug 25 09:14:25.335 INFO O| Aug 25 09:14:25.335 INFO STEP 783 (remove_files) COMPLETE
76792026-08-25T09:14:26.561Z[ recovery-image] Aug 25 09:14:25.335 INFO O| Aug 25 09:14:25.335 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-25T09:14:26.571Z[ recovery-image] Aug 25 09:14:25.345 INFO O| Aug 25 09:14:25.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76812026-08-25T09:14:26.572Z[ recovery-image] Aug 25 09:14:25.345 INFO O| Aug 25 09:14:25.345 INFO STEP 784 (remove_files) COMPLETE
76822026-08-25T09:14:26.572Z[ recovery-image] Aug 25 09:14:25.345 INFO O| Aug 25 09:14:25.345 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-25T09:14:26.580Z[ recovery-image] Aug 25 09:14:25.354 INFO O| Aug 25 09:14:25.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76842026-08-25T09:14:26.580Z[ recovery-image] Aug 25 09:14:25.354 INFO O| Aug 25 09:14:25.354 INFO STEP 785 (remove_files) COMPLETE
76852026-08-25T09:14:26.580Z[ recovery-image] Aug 25 09:14:25.354 INFO O| Aug 25 09:14:25.354 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-25T09:14:26.590Z[ recovery-image] Aug 25 09:14:25.363 INFO O| Aug 25 09:14:25.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76872026-08-25T09:14:26.593Z[ recovery-image] Aug 25 09:14:25.363 INFO O| Aug 25 09:14:25.363 INFO STEP 786 (remove_files) COMPLETE
76882026-08-25T09:14:26.593Z[ recovery-image] Aug 25 09:14:25.363 INFO O| Aug 25 09:14:25.363 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-25T09:14:26.599Z[ recovery-image] Aug 25 09:14:25.372 INFO O| Aug 25 09:14:25.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76902026-08-25T09:14:26.599Z[ recovery-image] Aug 25 09:14:25.372 INFO O| Aug 25 09:14:25.372 INFO STEP 787 (remove_files) COMPLETE
76912026-08-25T09:14:26.603Z[ recovery-image] Aug 25 09:14:25.372 INFO O| Aug 25 09:14:25.372 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-25T09:14:26.608Z[ recovery-image] Aug 25 09:14:25.381 INFO O| Aug 25 09:14:25.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76932026-08-25T09:14:26.608Z[ recovery-image] Aug 25 09:14:25.381 INFO O| Aug 25 09:14:25.381 INFO STEP 788 (remove_files) COMPLETE
76942026-08-25T09:14:26.611Z[ recovery-image] Aug 25 09:14:25.381 INFO O| Aug 25 09:14:25.381 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-25T09:14:26.617Z[ recovery-image] Aug 25 09:14:25.391 INFO O| Aug 25 09:14:25.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76962026-08-25T09:14:26.617Z[ recovery-image] Aug 25 09:14:25.391 INFO O| Aug 25 09:14:25.391 INFO STEP 789 (remove_files) COMPLETE
76972026-08-25T09:14:26.620Z[ recovery-image] Aug 25 09:14:25.391 INFO O| Aug 25 09:14:25.391 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-25T09:14:26.626Z[ recovery-image] Aug 25 09:14:25.400 INFO O| Aug 25 09:14:25.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76992026-08-25T09:14:26.627Z[ recovery-image] Aug 25 09:14:25.400 INFO O| Aug 25 09:14:25.400 INFO STEP 790 (remove_files) COMPLETE
77002026-08-25T09:14:26.630Z[ recovery-image] Aug 25 09:14:25.401 INFO O| Aug 25 09:14:25.400 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-25T09:14:26.636Z[ recovery-image] Aug 25 09:14:25.410 INFO O| Aug 25 09:14:25.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77022026-08-25T09:14:26.636Z[ recovery-image] Aug 25 09:14:25.410 INFO O| Aug 25 09:14:25.410 INFO STEP 791 (remove_files) COMPLETE
77032026-08-25T09:14:26.639Z[ recovery-image] Aug 25 09:14:25.410 INFO O| Aug 25 09:14:25.410 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-25T09:14:26.647Z[ recovery-image] Aug 25 09:14:25.419 INFO O| Aug 25 09:14:25.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77052026-08-25T09:14:26.647Z[ recovery-image] Aug 25 09:14:25.419 INFO O| Aug 25 09:14:25.419 INFO STEP 792 (remove_files) COMPLETE
77062026-08-25T09:14:26.647Z[ recovery-image] Aug 25 09:14:25.419 INFO O| Aug 25 09:14:25.419 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-25T09:14:26.656Z[ recovery-image] Aug 25 09:14:25.430 INFO O| Aug 25 09:14:25.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77082026-08-25T09:14:26.656Z[ recovery-image] Aug 25 09:14:25.430 INFO O| Aug 25 09:14:25.430 INFO STEP 793 (remove_files) COMPLETE
77092026-08-25T09:14:26.656Z[ recovery-image] Aug 25 09:14:25.430 INFO O| Aug 25 09:14:25.430 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-25T09:14:26.665Z[ recovery-image] Aug 25 09:14:25.439 INFO O| Aug 25 09:14:25.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77112026-08-25T09:14:26.666Z[ recovery-image] Aug 25 09:14:25.439 INFO O| Aug 25 09:14:25.439 INFO STEP 794 (remove_files) COMPLETE
77122026-08-25T09:14:26.666Z[ recovery-image] Aug 25 09:14:25.439 INFO O| Aug 25 09:14:25.439 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-25T09:14:26.675Z[ recovery-image] Aug 25 09:14:25.448 INFO O| Aug 25 09:14:25.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77142026-08-25T09:14:26.675Z[ recovery-image] Aug 25 09:14:25.448 INFO O| Aug 25 09:14:25.448 INFO STEP 795 (remove_files) COMPLETE
77152026-08-25T09:14:26.675Z[ recovery-image] Aug 25 09:14:25.448 INFO O| Aug 25 09:14:25.448 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-25T09:14:26.691Z[ recovery-image] Aug 25 09:14:25.459 INFO O| Aug 25 09:14:25.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77172026-08-25T09:14:26.691Z[ recovery-image] Aug 25 09:14:25.459 INFO O| Aug 25 09:14:25.459 INFO STEP 796 (remove_files) COMPLETE
77182026-08-25T09:14:26.691Z[ recovery-image] Aug 25 09:14:25.459 INFO O| Aug 25 09:14:25.459 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-25T09:14:26.694Z[ recovery-image] Aug 25 09:14:25.468 INFO O| Aug 25 09:14:25.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77202026-08-25T09:14:26.694Z[ recovery-image] Aug 25 09:14:25.468 INFO O| Aug 25 09:14:25.468 INFO STEP 797 (remove_files) COMPLETE
77212026-08-25T09:14:26.697Z[ recovery-image] Aug 25 09:14:25.468 INFO O| Aug 25 09:14:25.468 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-25T09:14:26.697Z[verify-libraries] Compiling fs-err v2.11.0
77232026-08-25T09:14:26.703Z[ recovery-image] Aug 25 09:14:25.477 INFO O| Aug 25 09:14:25.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77242026-08-25T09:14:26.703Z[ recovery-image] Aug 25 09:14:25.477 INFO O| Aug 25 09:14:25.477 INFO STEP 798 (remove_files) COMPLETE
77252026-08-25T09:14:26.703Z[ recovery-image] Aug 25 09:14:25.477 INFO O| Aug 25 09:14:25.477 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-25T09:14:26.714Z[ recovery-image] Aug 25 09:14:25.488 INFO O| Aug 25 09:14:25.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77272026-08-25T09:14:26.714Z[ recovery-image] Aug 25 09:14:25.488 INFO O| Aug 25 09:14:25.488 INFO STEP 799 (remove_files) COMPLETE
77282026-08-25T09:14:26.714Z[ recovery-image] Aug 25 09:14:25.488 INFO O| Aug 25 09:14:25.488 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-25T09:14:26.723Z[ recovery-image] Aug 25 09:14:25.497 INFO O| Aug 25 09:14:25.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77302026-08-25T09:14:26.724Z[ recovery-image] Aug 25 09:14:25.497 INFO O| Aug 25 09:14:25.497 INFO STEP 800 (remove_files) COMPLETE
77312026-08-25T09:14:26.724Z[ recovery-image] Aug 25 09:14:25.497 INFO O| Aug 25 09:14:25.497 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-25T09:14:26.732Z[ recovery-image] Aug 25 09:14:25.505 INFO O| Aug 25 09:14:25.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77332026-08-25T09:14:26.732Z[ recovery-image] Aug 25 09:14:25.505 INFO O| Aug 25 09:14:25.505 INFO STEP 801 (remove_files) COMPLETE
77342026-08-25T09:14:26.732Z[ recovery-image] Aug 25 09:14:25.505 INFO O| Aug 25 09:14:25.505 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-25T09:14:26.739Z[ recovery-image] Aug 25 09:14:25.513 INFO O| Aug 25 09:14:25.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77362026-08-25T09:14:26.739Z[ recovery-image] Aug 25 09:14:25.513 INFO O| Aug 25 09:14:25.513 INFO STEP 802 (remove_files) COMPLETE
77372026-08-25T09:14:26.739Z[ recovery-image] Aug 25 09:14:25.513 INFO O| Aug 25 09:14:25.513 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-25T09:14:26.747Z[ recovery-image] Aug 25 09:14:25.521 INFO O| Aug 25 09:14:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77392026-08-25T09:14:26.747Z[ recovery-image] Aug 25 09:14:25.521 INFO O| Aug 25 09:14:25.521 INFO STEP 803 (remove_files) COMPLETE
77402026-08-25T09:14:26.750Z[ recovery-image] Aug 25 09:14:25.521 INFO O| Aug 25 09:14:25.521 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-25T09:14:26.759Z[ recovery-image] Aug 25 09:14:25.533 INFO O| Aug 25 09:14:25.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77422026-08-25T09:14:26.759Z[ recovery-image] Aug 25 09:14:25.533 INFO O| Aug 25 09:14:25.533 INFO STEP 804 (remove_files) COMPLETE
77432026-08-25T09:14:26.759Z[ recovery-image] Aug 25 09:14:25.533 INFO O| Aug 25 09:14:25.533 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-25T09:14:26.769Z[ recovery-image] Aug 25 09:14:25.543 INFO O| Aug 25 09:14:25.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77452026-08-25T09:14:26.769Z[ recovery-image] Aug 25 09:14:25.543 INFO O| Aug 25 09:14:25.543 INFO STEP 805 (remove_files) COMPLETE
77462026-08-25T09:14:26.769Z[ recovery-image] Aug 25 09:14:25.543 INFO O| Aug 25 09:14:25.543 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-25T09:14:26.778Z[ recovery-image] Aug 25 09:14:25.552 INFO O| Aug 25 09:14:25.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77482026-08-25T09:14:26.778Z[ recovery-image] Aug 25 09:14:25.552 INFO O| Aug 25 09:14:25.552 INFO STEP 806 (remove_files) COMPLETE
77492026-08-25T09:14:26.778Z[ recovery-image] Aug 25 09:14:25.552 INFO O| Aug 25 09:14:25.552 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-25T09:14:26.787Z[ recovery-image] Aug 25 09:14:25.560 INFO O| Aug 25 09:14:25.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77512026-08-25T09:14:26.787Z[ recovery-image] Aug 25 09:14:25.560 INFO O| Aug 25 09:14:25.560 INFO STEP 807 (remove_files) COMPLETE
77522026-08-25T09:14:26.787Z[ recovery-image] Aug 25 09:14:25.560 INFO O| Aug 25 09:14:25.560 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-25T09:14:26.795Z[ recovery-image] Aug 25 09:14:25.569 INFO O| Aug 25 09:14:25.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77542026-08-25T09:14:26.795Z[ recovery-image] Aug 25 09:14:25.569 INFO O| Aug 25 09:14:25.569 INFO STEP 808 (remove_files) COMPLETE
77552026-08-25T09:14:26.795Z[ recovery-image] Aug 25 09:14:25.569 INFO O| Aug 25 09:14:25.569 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-25T09:14:26.804Z[ recovery-image] Aug 25 09:14:25.578 INFO O| Aug 25 09:14:25.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77572026-08-25T09:14:26.804Z[ recovery-image] Aug 25 09:14:25.578 INFO O| Aug 25 09:14:25.578 INFO STEP 809 (remove_files) COMPLETE
77582026-08-25T09:14:26.808Z[ recovery-image] Aug 25 09:14:25.578 INFO O| Aug 25 09:14:25.578 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-25T09:14:26.813Z[ recovery-image] Aug 25 09:14:25.587 INFO O| Aug 25 09:14:25.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77602026-08-25T09:14:26.813Z[ recovery-image] Aug 25 09:14:25.587 INFO O| Aug 25 09:14:25.587 INFO STEP 810 (remove_files) COMPLETE
77612026-08-25T09:14:26.817Z[ recovery-image] Aug 25 09:14:25.587 INFO O| Aug 25 09:14:25.587 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-25T09:14:26.823Z[ recovery-image] Aug 25 09:14:25.597 INFO O| Aug 25 09:14:25.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77632026-08-25T09:14:26.823Z[ recovery-image] Aug 25 09:14:25.597 INFO O| Aug 25 09:14:25.597 INFO STEP 811 (remove_files) COMPLETE
77642026-08-25T09:14:26.826Z[ recovery-image] Aug 25 09:14:25.597 INFO O| Aug 25 09:14:25.597 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-25T09:14:26.833Z[ recovery-image] Aug 25 09:14:25.607 INFO O| Aug 25 09:14:25.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77662026-08-25T09:14:26.834Z[ recovery-image] Aug 25 09:14:25.607 INFO O| Aug 25 09:14:25.607 INFO STEP 812 (remove_files) COMPLETE
77672026-08-25T09:14:26.834Z[ recovery-image] Aug 25 09:14:25.607 INFO O| Aug 25 09:14:25.607 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-25T09:14:26.844Z[ recovery-image] Aug 25 09:14:25.618 INFO O| Aug 25 09:14:25.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77692026-08-25T09:14:26.844Z[ recovery-image] Aug 25 09:14:25.618 INFO O| Aug 25 09:14:25.618 INFO STEP 813 (remove_files) COMPLETE
77702026-08-25T09:14:26.844Z[ recovery-image] Aug 25 09:14:25.618 INFO O| Aug 25 09:14:25.618 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-25T09:14:26.856Z[ recovery-image] Aug 25 09:14:25.628 INFO O| Aug 25 09:14:25.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77722026-08-25T09:14:26.856Z[ recovery-image] Aug 25 09:14:25.629 INFO O| Aug 25 09:14:25.628 INFO STEP 814 (remove_files) COMPLETE
77732026-08-25T09:14:26.856Z[ recovery-image] Aug 25 09:14:25.629 INFO O| Aug 25 09:14:25.629 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-25T09:14:26.864Z[ recovery-image] Aug 25 09:14:25.638 INFO O| Aug 25 09:14:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77752026-08-25T09:14:26.865Z[ recovery-image] Aug 25 09:14:25.638 INFO O| Aug 25 09:14:25.638 INFO STEP 815 (remove_files) COMPLETE
77762026-08-25T09:14:26.869Z[ recovery-image] Aug 25 09:14:25.638 INFO O| Aug 25 09:14:25.638 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-25T09:14:26.873Z[verify-libraries] Compiling internet-checksum v0.2.1
77782026-08-25T09:14:26.876Z[ recovery-image] Aug 25 09:14:25.649 INFO O| Aug 25 09:14:25.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77792026-08-25T09:14:26.876Z[ recovery-image] Aug 25 09:14:25.649 INFO O| Aug 25 09:14:25.649 INFO STEP 816 (remove_files) COMPLETE
77802026-08-25T09:14:26.876Z[ recovery-image] Aug 25 09:14:25.649 INFO O| Aug 25 09:14:25.649 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-25T09:14:26.884Z[ recovery-image] Aug 25 09:14:25.658 INFO O| Aug 25 09:14:25.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77822026-08-25T09:14:26.885Z[ recovery-image] Aug 25 09:14:25.658 INFO O| Aug 25 09:14:25.658 INFO STEP 817 (remove_files) COMPLETE
77832026-08-25T09:14:26.885Z[ recovery-image] Aug 25 09:14:25.658 INFO O| Aug 25 09:14:25.658 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-25T09:14:26.895Z[ recovery-image] Aug 25 09:14:25.669 INFO O| Aug 25 09:14:25.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77852026-08-25T09:14:26.895Z[ recovery-image] Aug 25 09:14:25.669 INFO O| Aug 25 09:14:25.669 INFO STEP 818 (remove_files) COMPLETE
77862026-08-25T09:14:26.898Z[ recovery-image] Aug 25 09:14:25.669 INFO O| Aug 25 09:14:25.669 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-25T09:14:26.906Z[ recovery-image] Aug 25 09:14:25.679 INFO O| Aug 25 09:14:25.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77882026-08-25T09:14:26.906Z[ recovery-image] Aug 25 09:14:25.679 INFO O| Aug 25 09:14:25.679 INFO STEP 819 (remove_files) COMPLETE
77892026-08-25T09:14:26.906Z[ recovery-image] Aug 25 09:14:25.679 INFO O| Aug 25 09:14:25.679 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-25T09:14:26.915Z[ recovery-image] Aug 25 09:14:25.689 INFO O| Aug 25 09:14:25.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77912026-08-25T09:14:26.915Z[ recovery-image] Aug 25 09:14:25.689 INFO O| Aug 25 09:14:25.689 INFO STEP 820 (remove_files) COMPLETE
77922026-08-25T09:14:26.915Z[ recovery-image] Aug 25 09:14:25.689 INFO O| Aug 25 09:14:25.689 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-25T09:14:26.923Z[ recovery-image] Aug 25 09:14:25.697 INFO O| Aug 25 09:14:25.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77942026-08-25T09:14:26.923Z[ recovery-image] Aug 25 09:14:25.697 INFO O| Aug 25 09:14:25.697 INFO STEP 821 (remove_files) COMPLETE
77952026-08-25T09:14:26.923Z[ recovery-image] Aug 25 09:14:25.697 INFO O| Aug 25 09:14:25.697 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-25T09:14:26.933Z[ recovery-image] Aug 25 09:14:25.707 INFO O| Aug 25 09:14:25.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77972026-08-25T09:14:26.933Z[ recovery-image] Aug 25 09:14:25.707 INFO O| Aug 25 09:14:25.707 INFO STEP 822 (remove_files) COMPLETE
77982026-08-25T09:14:26.936Z[ recovery-image] Aug 25 09:14:25.707 INFO O| Aug 25 09:14:25.707 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-25T09:14:26.945Z[ recovery-image] Aug 25 09:14:25.717 INFO O| Aug 25 09:14:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78002026-08-25T09:14:26.945Z[ recovery-image] Aug 25 09:14:25.717 INFO O| Aug 25 09:14:25.717 INFO STEP 823 (remove_files) COMPLETE
78012026-08-25T09:14:26.945Z[ recovery-image] Aug 25 09:14:25.717 INFO O| Aug 25 09:14:25.717 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-25T09:14:26.957Z[ recovery-image] Aug 25 09:14:25.727 INFO O| Aug 25 09:14:25.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78032026-08-25T09:14:26.957Z[ recovery-image] Aug 25 09:14:25.727 INFO O| Aug 25 09:14:25.727 INFO STEP 824 (remove_files) COMPLETE
78042026-08-25T09:14:26.958Z[ recovery-image] Aug 25 09:14:25.727 INFO O| Aug 25 09:14:25.727 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-25T09:14:26.962Z[ recovery-image] Aug 25 09:14:25.736 INFO O| Aug 25 09:14:25.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78062026-08-25T09:14:26.962Z[ recovery-image] Aug 25 09:14:25.736 INFO O| Aug 25 09:14:25.736 INFO STEP 825 (remove_files) COMPLETE
78072026-08-25T09:14:26.966Z[ recovery-image] Aug 25 09:14:25.736 INFO O| Aug 25 09:14:25.736 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-25T09:14:26.972Z[ recovery-image] Aug 25 09:14:25.746 INFO O| Aug 25 09:14:25.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78092026-08-25T09:14:26.972Z[ recovery-image] Aug 25 09:14:25.746 INFO O| Aug 25 09:14:25.746 INFO STEP 826 (remove_files) COMPLETE
78102026-08-25T09:14:26.975Z[ recovery-image] Aug 25 09:14:25.746 INFO O| Aug 25 09:14:25.746 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-25T09:14:26.987Z[ recovery-image] Aug 25 09:14:25.755 INFO O| Aug 25 09:14:25.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78122026-08-25T09:14:26.987Z[ recovery-image] Aug 25 09:14:25.755 INFO O| Aug 25 09:14:25.755 INFO STEP 827 (remove_files) COMPLETE
78132026-08-25T09:14:26.990Z[ recovery-image] Aug 25 09:14:25.755 INFO O| Aug 25 09:14:25.755 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-25T09:14:26.990Z[ recovery-image] Aug 25 09:14:25.764 INFO O| Aug 25 09:14:25.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78152026-08-25T09:14:26.990Z[ recovery-image] Aug 25 09:14:25.764 INFO O| Aug 25 09:14:25.764 INFO STEP 828 (remove_files) COMPLETE
78162026-08-25T09:14:26.990Z[ recovery-image] Aug 25 09:14:25.764 INFO O| Aug 25 09:14:25.764 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-25T09:14:27.000Z[ recovery-image] Aug 25 09:14:25.774 INFO O| Aug 25 09:14:25.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78182026-08-25T09:14:27.000Z[ recovery-image] Aug 25 09:14:25.774 INFO O| Aug 25 09:14:25.774 INFO STEP 829 (remove_files) COMPLETE
78192026-08-25T09:14:27.000Z[ recovery-image] Aug 25 09:14:25.774 INFO O| Aug 25 09:14:25.774 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-25T09:14:27.010Z[ recovery-image] Aug 25 09:14:25.784 INFO O| Aug 25 09:14:25.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78212026-08-25T09:14:27.010Z[ recovery-image] Aug 25 09:14:25.784 INFO O| Aug 25 09:14:25.784 INFO STEP 830 (remove_files) COMPLETE
78222026-08-25T09:14:27.010Z[ recovery-image] Aug 25 09:14:25.784 INFO O| Aug 25 09:14:25.784 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-25T09:14:27.019Z[ recovery-image] Aug 25 09:14:25.793 INFO O| Aug 25 09:14:25.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78242026-08-25T09:14:27.019Z[ recovery-image] Aug 25 09:14:25.793 INFO O| Aug 25 09:14:25.793 INFO STEP 831 (remove_files) COMPLETE
78252026-08-25T09:14:27.019Z[ recovery-image] Aug 25 09:14:25.793 INFO O| Aug 25 09:14:25.793 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-25T09:14:27.028Z[ recovery-image] Aug 25 09:14:25.802 INFO O| Aug 25 09:14:25.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78272026-08-25T09:14:27.028Z[ recovery-image] Aug 25 09:14:25.802 INFO O| Aug 25 09:14:25.802 INFO STEP 832 (remove_files) COMPLETE
78282026-08-25T09:14:27.028Z[ recovery-image] Aug 25 09:14:25.802 INFO O| Aug 25 09:14:25.802 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-25T09:14:27.044Z[ recovery-image] Aug 25 09:14:25.812 INFO O| Aug 25 09:14:25.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78302026-08-25T09:14:27.044Z[ recovery-image] Aug 25 09:14:25.812 INFO O| Aug 25 09:14:25.812 INFO STEP 833 (remove_files) COMPLETE
78312026-08-25T09:14:27.044Z[ recovery-image] Aug 25 09:14:25.813 INFO O| Aug 25 09:14:25.812 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-25T09:14:27.049Z[ recovery-image] Aug 25 09:14:25.823 INFO O| Aug 25 09:14:25.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78332026-08-25T09:14:27.049Z[ recovery-image] Aug 25 09:14:25.823 INFO O| Aug 25 09:14:25.823 INFO STEP 834 (remove_files) COMPLETE
78342026-08-25T09:14:27.053Z[ recovery-image] Aug 25 09:14:25.823 INFO O| Aug 25 09:14:25.823 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-25T09:14:27.059Z[ recovery-image] Aug 25 09:14:25.833 INFO O| Aug 25 09:14:25.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78362026-08-25T09:14:27.059Z[ recovery-image] Aug 25 09:14:25.833 INFO O| Aug 25 09:14:25.833 INFO STEP 835 (remove_files) COMPLETE
78372026-08-25T09:14:27.062Z[ recovery-image] Aug 25 09:14:25.833 INFO O| Aug 25 09:14:25.833 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-25T09:14:27.068Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
78392026-08-25T09:14:27.071Z[ recovery-image] Aug 25 09:14:25.843 INFO O| Aug 25 09:14:25.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78402026-08-25T09:14:27.071Z[ recovery-image] Aug 25 09:14:25.843 INFO O| Aug 25 09:14:25.843 INFO STEP 836 (remove_files) COMPLETE
78412026-08-25T09:14:27.071Z[ recovery-image] Aug 25 09:14:25.843 INFO O| Aug 25 09:14:25.843 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-25T09:14:27.079Z[ recovery-image] Aug 25 09:14:25.853 INFO O| Aug 25 09:14:25.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78432026-08-25T09:14:27.079Z[ recovery-image] Aug 25 09:14:25.853 INFO O| Aug 25 09:14:25.853 INFO STEP 837 (remove_files) COMPLETE
78442026-08-25T09:14:27.082Z[ recovery-image] Aug 25 09:14:25.853 INFO O| Aug 25 09:14:25.853 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-25T09:14:27.088Z[ recovery-image] Aug 25 09:14:25.862 INFO O| Aug 25 09:14:25.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78462026-08-25T09:14:27.088Z[ recovery-image] Aug 25 09:14:25.862 INFO O| Aug 25 09:14:25.862 INFO STEP 838 (remove_files) COMPLETE
78472026-08-25T09:14:27.088Z[ recovery-image] Aug 25 09:14:25.862 INFO O| Aug 25 09:14:25.862 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-25T09:14:27.097Z[ recovery-image] Aug 25 09:14:25.871 INFO O| Aug 25 09:14:25.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78492026-08-25T09:14:27.097Z[ recovery-image] Aug 25 09:14:25.871 INFO O| Aug 25 09:14:25.871 INFO STEP 839 (remove_files) COMPLETE
78502026-08-25T09:14:27.097Z[ recovery-image] Aug 25 09:14:25.871 INFO O| Aug 25 09:14:25.871 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-25T09:14:27.106Z[ recovery-image] Aug 25 09:14:25.879 INFO O| Aug 25 09:14:25.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78522026-08-25T09:14:27.106Z[ recovery-image] Aug 25 09:14:25.880 INFO O| Aug 25 09:14:25.880 INFO STEP 840 (remove_files) COMPLETE
78532026-08-25T09:14:27.106Z[ recovery-image] Aug 25 09:14:25.880 INFO O| Aug 25 09:14:25.880 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-25T09:14:27.113Z[ recovery-image] Aug 25 09:14:25.887 INFO O| Aug 25 09:14:25.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78552026-08-25T09:14:27.113Z[ recovery-image] Aug 25 09:14:25.887 INFO O| Aug 25 09:14:25.887 INFO STEP 841 (remove_files) COMPLETE
78562026-08-25T09:14:27.113Z[ recovery-image] Aug 25 09:14:25.887 INFO O| Aug 25 09:14:25.887 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-25T09:14:27.122Z[ recovery-image] Aug 25 09:14:25.896 INFO O| Aug 25 09:14:25.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78582026-08-25T09:14:27.122Z[ recovery-image] Aug 25 09:14:25.896 INFO O| Aug 25 09:14:25.896 INFO STEP 842 (remove_files) COMPLETE
78592026-08-25T09:14:27.122Z[ recovery-image] Aug 25 09:14:25.896 INFO O| Aug 25 09:14:25.896 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-25T09:14:27.130Z[ recovery-image] Aug 25 09:14:25.904 INFO O| Aug 25 09:14:25.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78612026-08-25T09:14:27.130Z[ recovery-image] Aug 25 09:14:25.904 INFO O| Aug 25 09:14:25.904 INFO STEP 843 (remove_files) COMPLETE
78622026-08-25T09:14:27.130Z[ recovery-image] Aug 25 09:14:25.904 INFO O| Aug 25 09:14:25.904 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-25T09:14:27.139Z[ recovery-image] Aug 25 09:14:25.913 INFO O| Aug 25 09:14:25.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78642026-08-25T09:14:27.139Z[ recovery-image] Aug 25 09:14:25.913 INFO O| Aug 25 09:14:25.913 INFO STEP 844 (remove_files) COMPLETE
78652026-08-25T09:14:27.143Z[ recovery-image] Aug 25 09:14:25.913 INFO O| Aug 25 09:14:25.913 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-25T09:14:27.147Z[ recovery-image] Aug 25 09:14:25.921 INFO O| Aug 25 09:14:25.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78672026-08-25T09:14:27.147Z[ recovery-image] Aug 25 09:14:25.921 INFO O| Aug 25 09:14:25.921 INFO STEP 845 (remove_files) COMPLETE
78682026-08-25T09:14:27.147Z[ recovery-image] Aug 25 09:14:25.921 INFO O| Aug 25 09:14:25.921 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-25T09:14:27.157Z[ recovery-image] Aug 25 09:14:25.931 INFO O| Aug 25 09:14:25.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78702026-08-25T09:14:27.157Z[ recovery-image] Aug 25 09:14:25.931 INFO O| Aug 25 09:14:25.931 INFO STEP 846 (remove_files) COMPLETE
78712026-08-25T09:14:27.157Z[ recovery-image] Aug 25 09:14:25.931 INFO O| Aug 25 09:14:25.931 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-25T09:14:27.168Z[ recovery-image] Aug 25 09:14:25.942 INFO O| Aug 25 09:14:25.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78732026-08-25T09:14:27.168Z[ recovery-image] Aug 25 09:14:25.942 INFO O| Aug 25 09:14:25.941 INFO STEP 847 (remove_files) COMPLETE
78742026-08-25T09:14:27.168Z[ recovery-image] Aug 25 09:14:25.942 INFO O| Aug 25 09:14:25.941 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-25T09:14:27.181Z[ recovery-image] Aug 25 09:14:25.951 INFO O| Aug 25 09:14:25.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78762026-08-25T09:14:27.182Z[ recovery-image] Aug 25 09:14:25.951 INFO O| Aug 25 09:14:25.951 INFO STEP 848 (remove_files) COMPLETE
78772026-08-25T09:14:27.182Z[ recovery-image] Aug 25 09:14:25.951 INFO O| Aug 25 09:14:25.951 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-25T09:14:27.186Z[ recovery-image] Aug 25 09:14:25.960 INFO O| Aug 25 09:14:25.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78792026-08-25T09:14:27.186Z[ recovery-image] Aug 25 09:14:25.960 INFO O| Aug 25 09:14:25.960 INFO STEP 849 (remove_files) COMPLETE
78802026-08-25T09:14:27.186Z[ recovery-image] Aug 25 09:14:25.960 INFO O| Aug 25 09:14:25.960 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-25T09:14:27.195Z[ recovery-image] Aug 25 09:14:25.969 INFO O| Aug 25 09:14:25.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78822026-08-25T09:14:27.195Z[ recovery-image] Aug 25 09:14:25.969 INFO O| Aug 25 09:14:25.969 INFO STEP 850 (remove_files) COMPLETE
78832026-08-25T09:14:27.195Z[ recovery-image] Aug 25 09:14:25.969 INFO O| Aug 25 09:14:25.969 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:25.978 INFO O| Aug 25 09:14:25.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78852026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:25.978 INFO O| Aug 25 09:14:25.978 INFO STEP 851 (remove_files) COMPLETE
78862026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:25.978 INFO O| Aug 25 09:14:25.978 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:25.987 INFO O| Aug 25 09:14:25.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78882026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:25.987 INFO O| Aug 25 09:14:25.987 INFO STEP 852 (remove_files) COMPLETE
78892026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:25.987 INFO O| Aug 25 09:14:25.987 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:25.997 INFO O| Aug 25 09:14:25.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78912026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:25.997 INFO O| Aug 25 09:14:25.997 INFO STEP 853 (remove_files) COMPLETE
78922026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:25.997 INFO O| Aug 25 09:14:25.997 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:26.006 INFO O| Aug 25 09:14:26.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78942026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:26.006 INFO O| Aug 25 09:14:26.006 INFO STEP 854 (remove_files) COMPLETE
78952026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:26.006 INFO O| Aug 25 09:14:26.006 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:26.016 INFO O| Aug 25 09:14:26.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78972026-08-25T09:14:27.252Z[ recovery-image] Aug 25 09:14:26.016 INFO O| Aug 25 09:14:26.016 INFO STEP 855 (remove_files) COMPLETE
78982026-08-25T09:14:27.253Z[ recovery-image] Aug 25 09:14:26.016 INFO O| Aug 25 09:14:26.016 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-25T09:14:27.256Z[ recovery-image] Aug 25 09:14:26.026 INFO O| Aug 25 09:14:26.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79002026-08-25T09:14:27.256Z[ recovery-image] Aug 25 09:14:26.026 INFO O| Aug 25 09:14:26.026 INFO STEP 856 (remove_files) COMPLETE
79012026-08-25T09:14:27.256Z[ recovery-image] Aug 25 09:14:26.026 INFO O| Aug 25 09:14:26.026 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-25T09:14:27.261Z[ recovery-image] Aug 25 09:14:26.035 INFO O| Aug 25 09:14:26.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79032026-08-25T09:14:27.261Z[ recovery-image] Aug 25 09:14:26.035 INFO O| Aug 25 09:14:26.035 INFO STEP 857 (remove_files) COMPLETE
79042026-08-25T09:14:27.264Z[ recovery-image] Aug 25 09:14:26.035 INFO O| Aug 25 09:14:26.035 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-25T09:14:27.270Z[ recovery-image] Aug 25 09:14:26.044 INFO O| Aug 25 09:14:26.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79062026-08-25T09:14:27.270Z[ recovery-image] Aug 25 09:14:26.044 INFO O| Aug 25 09:14:26.044 INFO STEP 858 (remove_files) COMPLETE
79072026-08-25T09:14:27.270Z[ recovery-image] Aug 25 09:14:26.044 INFO O| Aug 25 09:14:26.044 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-25T09:14:27.280Z[ recovery-image] Aug 25 09:14:26.054 INFO O| Aug 25 09:14:26.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79092026-08-25T09:14:27.281Z[ recovery-image] Aug 25 09:14:26.054 INFO O| Aug 25 09:14:26.054 INFO STEP 859 (remove_files) COMPLETE
79102026-08-25T09:14:27.281Z[ recovery-image] Aug 25 09:14:26.054 INFO O| Aug 25 09:14:26.054 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-25T09:14:27.290Z[ recovery-image] Aug 25 09:14:26.064 INFO O| Aug 25 09:14:26.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79122026-08-25T09:14:27.290Z[ recovery-image] Aug 25 09:14:26.064 INFO O| Aug 25 09:14:26.064 INFO STEP 860 (remove_files) COMPLETE
79132026-08-25T09:14:27.290Z[ recovery-image] Aug 25 09:14:26.064 INFO O| Aug 25 09:14:26.064 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-25T09:14:27.301Z[ recovery-image] Aug 25 09:14:26.075 INFO O| Aug 25 09:14:26.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79152026-08-25T09:14:27.304Z[ recovery-image] Aug 25 09:14:26.075 INFO O| Aug 25 09:14:26.075 INFO STEP 861 (remove_files) COMPLETE
79162026-08-25T09:14:27.304Z[ recovery-image] Aug 25 09:14:26.075 INFO O| Aug 25 09:14:26.075 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-25T09:14:27.312Z[ recovery-image] Aug 25 09:14:26.085 INFO O| Aug 25 09:14:26.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79182026-08-25T09:14:27.312Z[ recovery-image] Aug 25 09:14:26.085 INFO O| Aug 25 09:14:26.085 INFO STEP 862 (remove_files) COMPLETE
79192026-08-25T09:14:27.312Z[ recovery-image] Aug 25 09:14:26.085 INFO O| Aug 25 09:14:26.085 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-25T09:14:27.322Z[ recovery-image] Aug 25 09:14:26.095 INFO O| Aug 25 09:14:26.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79212026-08-25T09:14:27.322Z[ recovery-image] Aug 25 09:14:26.095 INFO O| Aug 25 09:14:26.095 INFO STEP 863 (remove_files) COMPLETE
79222026-08-25T09:14:27.322Z[ recovery-image] Aug 25 09:14:26.095 INFO O| Aug 25 09:14:26.095 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-25T09:14:27.332Z[ recovery-image] Aug 25 09:14:26.105 INFO O| Aug 25 09:14:26.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79242026-08-25T09:14:27.332Z[ recovery-image] Aug 25 09:14:26.105 INFO O| Aug 25 09:14:26.105 INFO STEP 864 (remove_files) COMPLETE
79252026-08-25T09:14:27.332Z[ recovery-image] Aug 25 09:14:26.105 INFO O| Aug 25 09:14:26.105 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-25T09:14:27.340Z[ recovery-image] Aug 25 09:14:26.114 INFO O| Aug 25 09:14:26.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79272026-08-25T09:14:27.340Z[ recovery-image] Aug 25 09:14:26.114 INFO O| Aug 25 09:14:26.114 INFO STEP 865 (remove_files) COMPLETE
79282026-08-25T09:14:27.340Z[ recovery-image] Aug 25 09:14:26.114 INFO O| Aug 25 09:14:26.114 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-25T09:14:27.350Z[ recovery-image] Aug 25 09:14:26.124 INFO O| Aug 25 09:14:26.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79302026-08-25T09:14:27.350Z[ recovery-image] Aug 25 09:14:26.124 INFO O| Aug 25 09:14:26.124 INFO STEP 866 (remove_files) COMPLETE
79312026-08-25T09:14:27.350Z[ recovery-image] Aug 25 09:14:26.124 INFO O| Aug 25 09:14:26.124 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-25T09:14:27.361Z[ recovery-image] Aug 25 09:14:26.134 INFO O| Aug 25 09:14:26.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79332026-08-25T09:14:27.361Z[ recovery-image] Aug 25 09:14:26.135 INFO O| Aug 25 09:14:26.135 INFO STEP 867 (remove_files) COMPLETE
79342026-08-25T09:14:27.365Z[ recovery-image] Aug 25 09:14:26.135 INFO O| Aug 25 09:14:26.135 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-25T09:14:27.373Z[ recovery-image] Aug 25 09:14:26.145 INFO O| Aug 25 09:14:26.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79362026-08-25T09:14:27.373Z[ recovery-image] Aug 25 09:14:26.145 INFO O| Aug 25 09:14:26.145 INFO STEP 868 (remove_files) COMPLETE
79372026-08-25T09:14:27.373Z[ recovery-image] Aug 25 09:14:26.145 INFO O| Aug 25 09:14:26.145 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-25T09:14:27.383Z[ recovery-image] Aug 25 09:14:26.155 INFO O| Aug 25 09:14:26.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79392026-08-25T09:14:27.385Z[ recovery-image] Aug 25 09:14:26.155 INFO O| Aug 25 09:14:26.155 INFO STEP 869 (remove_files) COMPLETE
79402026-08-25T09:14:27.385Z[ recovery-image] Aug 25 09:14:26.155 INFO O| Aug 25 09:14:26.155 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-25T09:14:27.391Z[ recovery-image] Aug 25 09:14:26.165 INFO O| Aug 25 09:14:26.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79422026-08-25T09:14:27.391Z[ recovery-image] Aug 25 09:14:26.165 INFO O| Aug 25 09:14:26.165 INFO STEP 870 (remove_files) COMPLETE
79432026-08-25T09:14:27.391Z[ recovery-image] Aug 25 09:14:26.165 INFO O| Aug 25 09:14:26.165 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-25T09:14:27.404Z[ recovery-image] Aug 25 09:14:26.174 INFO O| Aug 25 09:14:26.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79452026-08-25T09:14:27.405Z[ recovery-image] Aug 25 09:14:26.174 INFO O| Aug 25 09:14:26.174 INFO STEP 871 (remove_files) COMPLETE
79462026-08-25T09:14:27.405Z[ recovery-image] Aug 25 09:14:26.174 INFO O| Aug 25 09:14:26.174 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-25T09:14:27.410Z[ recovery-image] Aug 25 09:14:26.184 INFO O| Aug 25 09:14:26.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79482026-08-25T09:14:27.414Z[ recovery-image] Aug 25 09:14:26.184 INFO O| Aug 25 09:14:26.184 INFO STEP 872 (remove_files) COMPLETE
79492026-08-25T09:14:27.414Z[ recovery-image] Aug 25 09:14:26.184 INFO O| Aug 25 09:14:26.184 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-25T09:14:27.419Z[ recovery-image] Aug 25 09:14:26.192 INFO O| Aug 25 09:14:26.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79512026-08-25T09:14:27.419Z[ recovery-image] Aug 25 09:14:26.193 INFO O| Aug 25 09:14:26.193 INFO STEP 873 (remove_files) COMPLETE
79522026-08-25T09:14:27.419Z[ recovery-image] Aug 25 09:14:26.193 INFO O| Aug 25 09:14:26.193 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-25T09:14:27.433Z[ recovery-image] Aug 25 09:14:26.202 INFO O| Aug 25 09:14:26.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79542026-08-25T09:14:27.433Z[ recovery-image] Aug 25 09:14:26.202 INFO O| Aug 25 09:14:26.202 INFO STEP 874 (remove_files) COMPLETE
79552026-08-25T09:14:27.433Z[ recovery-image] Aug 25 09:14:26.202 INFO O| Aug 25 09:14:26.202 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-25T09:14:27.437Z[ recovery-image] Aug 25 09:14:26.210 INFO O| Aug 25 09:14:26.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79572026-08-25T09:14:27.437Z[ recovery-image] Aug 25 09:14:26.210 INFO O| Aug 25 09:14:26.210 INFO STEP 875 (remove_files) COMPLETE
79582026-08-25T09:14:27.437Z[ recovery-image] Aug 25 09:14:26.210 INFO O| Aug 25 09:14:26.210 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-25T09:14:27.453Z[ recovery-image] Aug 25 09:14:26.218 INFO O| Aug 25 09:14:26.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79602026-08-25T09:14:27.453Z[ recovery-image] Aug 25 09:14:26.218 INFO O| Aug 25 09:14:26.218 INFO STEP 876 (remove_files) COMPLETE
79612026-08-25T09:14:27.454Z[ recovery-image] Aug 25 09:14:26.218 INFO O| Aug 25 09:14:26.218 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-25T09:14:27.457Z[ recovery-image] Aug 25 09:14:26.226 INFO O| Aug 25 09:14:26.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79632026-08-25T09:14:27.457Z[ recovery-image] Aug 25 09:14:26.226 INFO O| Aug 25 09:14:26.226 INFO STEP 877 (remove_files) COMPLETE
79642026-08-25T09:14:27.457Z[ recovery-image] Aug 25 09:14:26.226 INFO O| Aug 25 09:14:26.226 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-25T09:14:27.461Z[ recovery-image] Aug 25 09:14:26.234 INFO O| Aug 25 09:14:26.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79662026-08-25T09:14:27.461Z[ recovery-image] Aug 25 09:14:26.234 INFO O| Aug 25 09:14:26.234 INFO STEP 878 (remove_files) COMPLETE
79672026-08-25T09:14:27.461Z[ recovery-image] Aug 25 09:14:26.234 INFO O| Aug 25 09:14:26.234 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-25T09:14:27.497Z[ recovery-image] Aug 25 09:14:26.242 INFO O| Aug 25 09:14:26.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79692026-08-25T09:14:27.498Z[ recovery-image] Aug 25 09:14:26.242 INFO O| Aug 25 09:14:26.242 INFO STEP 879 (remove_files) COMPLETE
79702026-08-25T09:14:27.498Z[ recovery-image] Aug 25 09:14:26.242 INFO O| Aug 25 09:14:26.242 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-25T09:14:27.505Z[ recovery-image] Aug 25 09:14:26.274 INFO O| Aug 25 09:14:26.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79722026-08-25T09:14:27.505Z[ recovery-image] Aug 25 09:14:26.274 INFO O| Aug 25 09:14:26.274 INFO STEP 880 (remove_files) COMPLETE
79732026-08-25T09:14:27.506Z[ recovery-image] Aug 25 09:14:26.274 INFO O| Aug 25 09:14:26.274 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-25T09:14:27.509Z[ recovery-image] Aug 25 09:14:26.282 INFO O| Aug 25 09:14:26.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79752026-08-25T09:14:27.509Z[ recovery-image] Aug 25 09:14:26.282 INFO O| Aug 25 09:14:26.282 INFO STEP 881 (remove_files) COMPLETE
79762026-08-25T09:14:27.509Z[ recovery-image] Aug 25 09:14:26.282 INFO O| Aug 25 09:14:26.282 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-25T09:14:27.518Z[ recovery-image] Aug 25 09:14:26.291 INFO O| Aug 25 09:14:26.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79782026-08-25T09:14:27.518Z[ recovery-image] Aug 25 09:14:26.291 INFO O| Aug 25 09:14:26.291 INFO STEP 882 (remove_files) COMPLETE
79792026-08-25T09:14:27.521Z[ recovery-image] Aug 25 09:14:26.291 INFO O| Aug 25 09:14:26.291 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-25T09:14:27.527Z[ recovery-image] Aug 25 09:14:26.299 INFO O| Aug 25 09:14:26.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79812026-08-25T09:14:27.535Z[ recovery-image] Aug 25 09:14:26.300 INFO O| Aug 25 09:14:26.300 INFO STEP 883 (remove_files) COMPLETE
79822026-08-25T09:14:27.535Z[ recovery-image] Aug 25 09:14:26.300 INFO O| Aug 25 09:14:26.300 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-25T09:14:27.541Z[ recovery-image] Aug 25 09:14:26.310 INFO O| Aug 25 09:14:26.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79842026-08-25T09:14:27.541Z[ recovery-image] Aug 25 09:14:26.310 INFO O| Aug 25 09:14:26.310 INFO STEP 884 (remove_files) COMPLETE
79852026-08-25T09:14:27.541Z[ recovery-image] Aug 25 09:14:26.310 INFO O| Aug 25 09:14:26.310 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-25T09:14:27.547Z[ recovery-image] Aug 25 09:14:26.319 INFO O| Aug 25 09:14:26.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79872026-08-25T09:14:27.547Z[ recovery-image] Aug 25 09:14:26.320 INFO O| Aug 25 09:14:26.320 INFO STEP 885 (remove_files) COMPLETE
79882026-08-25T09:14:27.547Z[ recovery-image] Aug 25 09:14:26.320 INFO O| Aug 25 09:14:26.320 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-25T09:14:27.555Z[ recovery-image] Aug 25 09:14:26.329 INFO O| Aug 25 09:14:26.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79902026-08-25T09:14:27.555Z[ recovery-image] Aug 25 09:14:26.329 INFO O| Aug 25 09:14:26.329 INFO STEP 886 (remove_files) COMPLETE
79912026-08-25T09:14:27.555Z[ recovery-image] Aug 25 09:14:26.329 INFO O| Aug 25 09:14:26.329 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-25T09:14:27.565Z[ recovery-image] Aug 25 09:14:26.339 INFO O| Aug 25 09:14:26.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79932026-08-25T09:14:27.566Z[ recovery-image] Aug 25 09:14:26.339 INFO O| Aug 25 09:14:26.339 INFO STEP 887 (remove_files) COMPLETE
79942026-08-25T09:14:27.566Z[ recovery-image] Aug 25 09:14:26.339 INFO O| Aug 25 09:14:26.339 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-25T09:14:27.574Z[ recovery-image] Aug 25 09:14:26.348 INFO O| Aug 25 09:14:26.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79962026-08-25T09:14:27.574Z[ recovery-image] Aug 25 09:14:26.348 INFO O| Aug 25 09:14:26.348 INFO STEP 888 (remove_files) COMPLETE
79972026-08-25T09:14:27.574Z[ recovery-image] Aug 25 09:14:26.348 INFO O| Aug 25 09:14:26.348 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-25T09:14:27.603Z[ recovery-image] Aug 25 09:14:26.357 INFO O| Aug 25 09:14:26.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79992026-08-25T09:14:27.603Z[ recovery-image] Aug 25 09:14:26.357 INFO O| Aug 25 09:14:26.357 INFO STEP 889 (remove_files) COMPLETE
80002026-08-25T09:14:27.603Z[ recovery-image] Aug 25 09:14:26.357 INFO O| Aug 25 09:14:26.357 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-25T09:14:27.612Z[ recovery-image] Aug 25 09:14:26.366 INFO O| Aug 25 09:14:26.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80022026-08-25T09:14:27.612Z[ recovery-image] Aug 25 09:14:26.367 INFO O| Aug 25 09:14:26.367 INFO STEP 890 (remove_files) COMPLETE
80032026-08-25T09:14:27.612Z[ recovery-image] Aug 25 09:14:26.367 INFO O| Aug 25 09:14:26.367 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-25T09:14:27.612Z[ recovery-image] Aug 25 09:14:26.376 INFO O| Aug 25 09:14:26.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80052026-08-25T09:14:27.612Z[ recovery-image] Aug 25 09:14:26.377 INFO O| Aug 25 09:14:26.377 INFO STEP 891 (remove_files) COMPLETE
80062026-08-25T09:14:27.612Z[ recovery-image] Aug 25 09:14:26.377 INFO O| Aug 25 09:14:26.377 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-25T09:14:27.616Z[ recovery-image] Aug 25 09:14:26.387 INFO O| Aug 25 09:14:26.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80082026-08-25T09:14:27.616Z[ recovery-image] Aug 25 09:14:26.387 INFO O| Aug 25 09:14:26.387 INFO STEP 892 (remove_files) COMPLETE
80092026-08-25T09:14:27.616Z[ recovery-image] Aug 25 09:14:26.387 INFO O| Aug 25 09:14:26.387 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-25T09:14:27.630Z[ recovery-image] Aug 25 09:14:26.398 INFO O| Aug 25 09:14:26.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80112026-08-25T09:14:27.630Z[ recovery-image] Aug 25 09:14:26.398 INFO O| Aug 25 09:14:26.398 INFO STEP 893 (remove_files) COMPLETE
80122026-08-25T09:14:27.630Z[ recovery-image] Aug 25 09:14:26.398 INFO O| Aug 25 09:14:26.398 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-25T09:14:27.635Z[ recovery-image] Aug 25 09:14:26.410 INFO O| Aug 25 09:14:26.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80142026-08-25T09:14:27.636Z[ recovery-image] Aug 25 09:14:26.410 INFO O| Aug 25 09:14:26.410 INFO STEP 894 (remove_files) COMPLETE
80152026-08-25T09:14:27.636Z[ recovery-image] Aug 25 09:14:26.410 INFO O| Aug 25 09:14:26.410 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-25T09:14:27.649Z[ recovery-image] Aug 25 09:14:26.420 INFO O| Aug 25 09:14:26.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80172026-08-25T09:14:27.649Z[ recovery-image] Aug 25 09:14:26.420 INFO O| Aug 25 09:14:26.420 INFO STEP 895 (remove_files) COMPLETE
80182026-08-25T09:14:27.649Z[ recovery-image] Aug 25 09:14:26.420 INFO O| Aug 25 09:14:26.420 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-25T09:14:27.656Z[ recovery-image] Aug 25 09:14:26.429 INFO O| Aug 25 09:14:26.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80202026-08-25T09:14:27.656Z[ recovery-image] Aug 25 09:14:26.430 INFO O| Aug 25 09:14:26.430 INFO STEP 896 (remove_files) COMPLETE
80212026-08-25T09:14:27.656Z[ recovery-image] Aug 25 09:14:26.430 INFO O| Aug 25 09:14:26.430 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-25T09:14:27.665Z[ recovery-image] Aug 25 09:14:26.439 INFO O| Aug 25 09:14:26.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80232026-08-25T09:14:27.665Z[ recovery-image] Aug 25 09:14:26.439 INFO O| Aug 25 09:14:26.439 INFO STEP 897 (remove_files) COMPLETE
80242026-08-25T09:14:27.665Z[ recovery-image] Aug 25 09:14:26.439 INFO O| Aug 25 09:14:26.439 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-25T09:14:27.684Z[ recovery-image] Aug 25 09:14:26.448 INFO O| Aug 25 09:14:26.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80262026-08-25T09:14:27.684Z[ recovery-image] Aug 25 09:14:26.448 INFO O| Aug 25 09:14:26.448 INFO STEP 898 (remove_files) COMPLETE
80272026-08-25T09:14:27.684Z[ recovery-image] Aug 25 09:14:26.448 INFO O| Aug 25 09:14:26.448 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-25T09:14:27.688Z[ recovery-image] Aug 25 09:14:26.458 INFO O| Aug 25 09:14:26.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80292026-08-25T09:14:27.688Z[ recovery-image] Aug 25 09:14:26.458 INFO O| Aug 25 09:14:26.458 INFO STEP 899 (remove_files) COMPLETE
80302026-08-25T09:14:27.688Z[ recovery-image] Aug 25 09:14:26.458 INFO O| Aug 25 09:14:26.458 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-25T09:14:27.704Z[ recovery-image] Aug 25 09:14:26.468 INFO O| Aug 25 09:14:26.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80322026-08-25T09:14:27.704Z[ recovery-image] Aug 25 09:14:26.468 INFO O| Aug 25 09:14:26.468 INFO STEP 900 (remove_files) COMPLETE
80332026-08-25T09:14:27.704Z[ recovery-image] Aug 25 09:14:26.468 INFO O| Aug 25 09:14:26.468 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-25T09:14:27.708Z[ recovery-image] Aug 25 09:14:26.478 INFO O| Aug 25 09:14:26.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80352026-08-25T09:14:27.708Z[ recovery-image] Aug 25 09:14:26.478 INFO O| Aug 25 09:14:26.478 INFO STEP 901 (remove_files) COMPLETE
80362026-08-25T09:14:27.709Z[ recovery-image] Aug 25 09:14:26.478 INFO O| Aug 25 09:14:26.478 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-25T09:14:27.724Z[ recovery-image] Aug 25 09:14:26.486 INFO O| Aug 25 09:14:26.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80382026-08-25T09:14:27.724Z[ recovery-image] Aug 25 09:14:26.486 INFO O| Aug 25 09:14:26.486 INFO STEP 902 (remove_files) COMPLETE
80392026-08-25T09:14:27.724Z[ recovery-image] Aug 25 09:14:26.486 INFO O| Aug 25 09:14:26.486 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-25T09:14:27.728Z[ recovery-image] Aug 25 09:14:26.494 INFO O| Aug 25 09:14:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80412026-08-25T09:14:27.728Z[ recovery-image] Aug 25 09:14:26.494 INFO O| Aug 25 09:14:26.494 INFO STEP 903 (remove_files) COMPLETE
80422026-08-25T09:14:27.728Z[ recovery-image] Aug 25 09:14:26.494 INFO O| Aug 25 09:14:26.494 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-25T09:14:27.729Z[ recovery-image] Aug 25 09:14:26.502 INFO O| Aug 25 09:14:26.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80442026-08-25T09:14:27.729Z[ recovery-image] Aug 25 09:14:26.502 INFO O| Aug 25 09:14:26.502 INFO STEP 904 (remove_files) COMPLETE
80452026-08-25T09:14:27.729Z[ recovery-image] Aug 25 09:14:26.502 INFO O| Aug 25 09:14:26.502 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-25T09:14:27.737Z[ recovery-image] Aug 25 09:14:26.511 INFO O| Aug 25 09:14:26.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80472026-08-25T09:14:27.737Z[ recovery-image] Aug 25 09:14:26.511 INFO O| Aug 25 09:14:26.511 INFO STEP 905 (remove_files) COMPLETE
80482026-08-25T09:14:27.737Z[ recovery-image] Aug 25 09:14:26.511 INFO O| Aug 25 09:14:26.511 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-25T09:14:27.746Z[ recovery-image] Aug 25 09:14:26.520 INFO O| Aug 25 09:14:26.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80502026-08-25T09:14:27.746Z[ recovery-image] Aug 25 09:14:26.520 INFO O| Aug 25 09:14:26.520 INFO STEP 906 (remove_files) COMPLETE
80512026-08-25T09:14:27.746Z[ recovery-image] Aug 25 09:14:26.520 INFO O| Aug 25 09:14:26.520 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-25T09:14:27.755Z[ recovery-image] Aug 25 09:14:26.529 INFO O| Aug 25 09:14:26.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80532026-08-25T09:14:27.755Z[ recovery-image] Aug 25 09:14:26.529 INFO O| Aug 25 09:14:26.529 INFO STEP 907 (remove_files) COMPLETE
80542026-08-25T09:14:27.755Z[ recovery-image] Aug 25 09:14:26.529 INFO O| Aug 25 09:14:26.529 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-25T09:14:27.763Z[ recovery-image] Aug 25 09:14:26.537 INFO O| Aug 25 09:14:26.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80562026-08-25T09:14:27.763Z[ recovery-image] Aug 25 09:14:26.537 INFO O| Aug 25 09:14:26.537 INFO STEP 908 (remove_files) COMPLETE
80572026-08-25T09:14:27.763Z[ recovery-image] Aug 25 09:14:26.537 INFO O| Aug 25 09:14:26.537 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-25T09:14:27.771Z[ recovery-image] Aug 25 09:14:26.545 INFO O| Aug 25 09:14:26.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80592026-08-25T09:14:27.771Z[ recovery-image] Aug 25 09:14:26.545 INFO O| Aug 25 09:14:26.545 INFO STEP 909 (remove_files) COMPLETE
80602026-08-25T09:14:27.771Z[ recovery-image] Aug 25 09:14:26.545 INFO O| Aug 25 09:14:26.545 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-25T09:14:27.781Z[ recovery-image] Aug 25 09:14:26.555 INFO O| Aug 25 09:14:26.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80622026-08-25T09:14:27.782Z[ recovery-image] Aug 25 09:14:26.555 INFO O| Aug 25 09:14:26.555 INFO STEP 910 (remove_files) COMPLETE
80632026-08-25T09:14:27.782Z[ recovery-image] Aug 25 09:14:26.555 INFO O| Aug 25 09:14:26.555 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-25T09:14:27.791Z[ recovery-image] Aug 25 09:14:26.565 INFO O| Aug 25 09:14:26.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80652026-08-25T09:14:27.795Z[ recovery-image] Aug 25 09:14:26.565 INFO O| Aug 25 09:14:26.565 INFO STEP 911 (remove_files) COMPLETE
80662026-08-25T09:14:27.795Z[ recovery-image] Aug 25 09:14:26.565 INFO O| Aug 25 09:14:26.565 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-25T09:14:27.802Z[ recovery-image] Aug 25 09:14:26.576 INFO O| Aug 25 09:14:26.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80682026-08-25T09:14:27.802Z[ recovery-image] Aug 25 09:14:26.576 INFO O| Aug 25 09:14:26.576 INFO STEP 912 (remove_files) COMPLETE
80692026-08-25T09:14:27.802Z[ recovery-image] Aug 25 09:14:26.576 INFO O| Aug 25 09:14:26.576 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-25T09:14:27.813Z[ recovery-image] Aug 25 09:14:26.587 INFO O| Aug 25 09:14:26.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80712026-08-25T09:14:27.813Z[ recovery-image] Aug 25 09:14:26.587 INFO O| Aug 25 09:14:26.587 INFO STEP 913 (remove_files) COMPLETE
80722026-08-25T09:14:27.813Z[ recovery-image] Aug 25 09:14:26.587 INFO O| Aug 25 09:14:26.587 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-25T09:14:27.823Z[ recovery-image] Aug 25 09:14:26.597 INFO O| Aug 25 09:14:26.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80742026-08-25T09:14:27.823Z[ recovery-image] Aug 25 09:14:26.597 INFO O| Aug 25 09:14:26.597 INFO STEP 914 (remove_files) COMPLETE
80752026-08-25T09:14:27.826Z[ recovery-image] Aug 25 09:14:26.597 INFO O| Aug 25 09:14:26.597 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-25T09:14:27.834Z[ recovery-image] Aug 25 09:14:26.606 INFO O| Aug 25 09:14:26.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80772026-08-25T09:14:27.834Z[ recovery-image] Aug 25 09:14:26.606 INFO O| Aug 25 09:14:26.606 INFO STEP 915 (remove_files) COMPLETE
80782026-08-25T09:14:27.834Z[ recovery-image] Aug 25 09:14:26.606 INFO O| Aug 25 09:14:26.606 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-25T09:14:27.844Z[ recovery-image] Aug 25 09:14:26.618 INFO O| Aug 25 09:14:26.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80802026-08-25T09:14:27.844Z[ recovery-image] Aug 25 09:14:26.618 INFO O| Aug 25 09:14:26.618 INFO STEP 916 (remove_files) COMPLETE
80812026-08-25T09:14:27.848Z[ recovery-image] Aug 25 09:14:26.618 INFO O| Aug 25 09:14:26.618 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-25T09:14:27.854Z[ recovery-image] Aug 25 09:14:26.628 INFO O| Aug 25 09:14:26.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80832026-08-25T09:14:27.854Z[ recovery-image] Aug 25 09:14:26.628 INFO O| Aug 25 09:14:26.628 INFO STEP 917 (remove_files) COMPLETE
80842026-08-25T09:14:27.861Z[ recovery-image] Aug 25 09:14:26.628 INFO O| Aug 25 09:14:26.628 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-25T09:14:27.865Z[ recovery-image] Aug 25 09:14:26.637 INFO O| Aug 25 09:14:26.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80862026-08-25T09:14:27.865Z[ recovery-image] Aug 25 09:14:26.637 INFO O| Aug 25 09:14:26.637 INFO STEP 918 (remove_files) COMPLETE
80872026-08-25T09:14:27.865Z[ recovery-image] Aug 25 09:14:26.637 INFO O| Aug 25 09:14:26.637 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-25T09:14:27.873Z[ recovery-image] Aug 25 09:14:26.647 INFO O| Aug 25 09:14:26.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80892026-08-25T09:14:27.873Z[ recovery-image] Aug 25 09:14:26.647 INFO O| Aug 25 09:14:26.647 INFO STEP 919 (remove_files) COMPLETE
80902026-08-25T09:14:27.873Z[ recovery-image] Aug 25 09:14:26.647 INFO O| Aug 25 09:14:26.647 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-25T09:14:27.886Z[ recovery-image] Aug 25 09:14:26.657 INFO O| Aug 25 09:14:26.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80922026-08-25T09:14:27.886Z[ recovery-image] Aug 25 09:14:26.657 INFO O| Aug 25 09:14:26.657 INFO STEP 920 (remove_files) COMPLETE
80932026-08-25T09:14:27.889Z[ recovery-image] Aug 25 09:14:26.657 INFO O| Aug 25 09:14:26.657 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-25T09:14:27.893Z[ recovery-image] Aug 25 09:14:26.667 INFO O| Aug 25 09:14:26.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80952026-08-25T09:14:27.893Z[ recovery-image] Aug 25 09:14:26.667 INFO O| Aug 25 09:14:26.667 INFO STEP 921 (remove_files) COMPLETE
80962026-08-25T09:14:27.893Z[ recovery-image] Aug 25 09:14:26.667 INFO O| Aug 25 09:14:26.667 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-25T09:14:27.903Z[ recovery-image] Aug 25 09:14:26.677 INFO O| Aug 25 09:14:26.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80982026-08-25T09:14:27.903Z[ recovery-image] Aug 25 09:14:26.677 INFO O| Aug 25 09:14:26.677 INFO STEP 922 (remove_files) COMPLETE
80992026-08-25T09:14:27.903Z[ recovery-image] Aug 25 09:14:26.677 INFO O| Aug 25 09:14:26.677 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-25T09:14:27.913Z[ recovery-image] Aug 25 09:14:26.687 INFO O| Aug 25 09:14:26.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81012026-08-25T09:14:27.913Z[ recovery-image] Aug 25 09:14:26.687 INFO O| Aug 25 09:14:26.687 INFO STEP 923 (remove_files) COMPLETE
81022026-08-25T09:14:27.913Z[ recovery-image] Aug 25 09:14:26.687 INFO O| Aug 25 09:14:26.687 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-25T09:14:27.923Z[ recovery-image] Aug 25 09:14:26.697 INFO O| Aug 25 09:14:26.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81042026-08-25T09:14:27.923Z[ recovery-image] Aug 25 09:14:26.697 INFO O| Aug 25 09:14:26.697 INFO STEP 924 (remove_files) COMPLETE
81052026-08-25T09:14:27.926Z[ recovery-image] Aug 25 09:14:26.697 INFO O| Aug 25 09:14:26.697 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-25T09:14:27.933Z[ recovery-image] Aug 25 09:14:26.707 INFO O| Aug 25 09:14:26.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81072026-08-25T09:14:27.940Z[ recovery-image] Aug 25 09:14:26.707 INFO O| Aug 25 09:14:26.707 INFO STEP 925 (remove_files) COMPLETE
81082026-08-25T09:14:27.940Z[ recovery-image] Aug 25 09:14:26.707 INFO O| Aug 25 09:14:26.707 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-25T09:14:27.944Z[ recovery-image] Aug 25 09:14:26.717 INFO O| Aug 25 09:14:26.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81102026-08-25T09:14:27.944Z[ recovery-image] Aug 25 09:14:26.717 INFO O| Aug 25 09:14:26.717 INFO STEP 926 (remove_files) COMPLETE
81112026-08-25T09:14:27.944Z[ recovery-image] Aug 25 09:14:26.717 INFO O| Aug 25 09:14:26.717 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-25T09:14:27.953Z[ recovery-image] Aug 25 09:14:26.727 INFO O| Aug 25 09:14:26.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81132026-08-25T09:14:27.953Z[ recovery-image] Aug 25 09:14:26.727 INFO O| Aug 25 09:14:26.727 INFO STEP 927 (remove_files) COMPLETE
81142026-08-25T09:14:27.953Z[ recovery-image] Aug 25 09:14:26.727 INFO O| Aug 25 09:14:26.727 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-25T09:14:27.964Z[ recovery-image] Aug 25 09:14:26.738 INFO O| Aug 25 09:14:26.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81162026-08-25T09:14:27.964Z[ recovery-image] Aug 25 09:14:26.738 INFO O| Aug 25 09:14:26.738 INFO STEP 928 (remove_files) COMPLETE
81172026-08-25T09:14:27.964Z[ recovery-image] Aug 25 09:14:26.738 INFO O| Aug 25 09:14:26.738 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-25T09:14:27.974Z[ recovery-image] Aug 25 09:14:26.748 INFO O| Aug 25 09:14:26.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81192026-08-25T09:14:27.974Z[ recovery-image] Aug 25 09:14:26.748 INFO O| Aug 25 09:14:26.748 INFO STEP 929 (remove_files) COMPLETE
81202026-08-25T09:14:27.974Z[ recovery-image] Aug 25 09:14:26.748 INFO O| Aug 25 09:14:26.748 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-25T09:14:27.984Z[ recovery-image] Aug 25 09:14:26.757 INFO O| Aug 25 09:14:26.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81222026-08-25T09:14:27.984Z[ recovery-image] Aug 25 09:14:26.757 INFO O| Aug 25 09:14:26.757 INFO STEP 930 (remove_files) COMPLETE
81232026-08-25T09:14:27.984Z[ recovery-image] Aug 25 09:14:26.757 INFO O| Aug 25 09:14:26.757 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-25T09:14:27.992Z[ recovery-image] Aug 25 09:14:26.766 INFO O| Aug 25 09:14:26.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81252026-08-25T09:14:27.992Z[ recovery-image] Aug 25 09:14:26.766 INFO O| Aug 25 09:14:26.766 INFO STEP 931 (remove_files) COMPLETE
81262026-08-25T09:14:27.996Z[ recovery-image] Aug 25 09:14:26.766 INFO O| Aug 25 09:14:26.766 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-25T09:14:28.003Z[ recovery-image] Aug 25 09:14:26.775 INFO O| Aug 25 09:14:26.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81282026-08-25T09:14:28.003Z[ recovery-image] Aug 25 09:14:26.775 INFO O| Aug 25 09:14:26.775 INFO STEP 932 (remove_files) COMPLETE
81292026-08-25T09:14:28.003Z[ recovery-image] Aug 25 09:14:26.775 INFO O| Aug 25 09:14:26.775 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-25T09:14:28.011Z[ recovery-image] Aug 25 09:14:26.785 INFO O| Aug 25 09:14:26.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81312026-08-25T09:14:28.011Z[ recovery-image] Aug 25 09:14:26.785 INFO O| Aug 25 09:14:26.785 INFO STEP 933 (remove_files) COMPLETE
81322026-08-25T09:14:28.011Z[ recovery-image] Aug 25 09:14:26.785 INFO O| Aug 25 09:14:26.785 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-25T09:14:28.020Z[ recovery-image] Aug 25 09:14:26.794 INFO O| Aug 25 09:14:26.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81342026-08-25T09:14:28.020Z[ recovery-image] Aug 25 09:14:26.794 INFO O| Aug 25 09:14:26.794 INFO STEP 934 (remove_files) COMPLETE
81352026-08-25T09:14:28.020Z[ recovery-image] Aug 25 09:14:26.794 INFO O| Aug 25 09:14:26.794 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-25T09:14:28.029Z[ recovery-image] Aug 25 09:14:26.803 INFO O| Aug 25 09:14:26.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81372026-08-25T09:14:28.033Z[ recovery-image] Aug 25 09:14:26.803 INFO O| Aug 25 09:14:26.803 INFO STEP 935 (remove_files) COMPLETE
81382026-08-25T09:14:28.033Z[ recovery-image] Aug 25 09:14:26.803 INFO O| Aug 25 09:14:26.803 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-25T09:14:28.039Z[ recovery-image] Aug 25 09:14:26.813 INFO O| Aug 25 09:14:26.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81402026-08-25T09:14:28.039Z[ recovery-image] Aug 25 09:14:26.813 INFO O| Aug 25 09:14:26.813 INFO STEP 936 (remove_files) COMPLETE
81412026-08-25T09:14:28.039Z[ recovery-image] Aug 25 09:14:26.813 INFO O| Aug 25 09:14:26.813 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-25T09:14:28.047Z[ recovery-image] Aug 25 09:14:26.821 INFO O| Aug 25 09:14:26.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81432026-08-25T09:14:28.047Z[ recovery-image] Aug 25 09:14:26.822 INFO O| Aug 25 09:14:26.822 INFO STEP 937 (remove_files) COMPLETE
81442026-08-25T09:14:28.048Z[ recovery-image] Aug 25 09:14:26.822 INFO O| Aug 25 09:14:26.822 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-25T09:14:28.056Z[ recovery-image] Aug 25 09:14:26.830 INFO O| Aug 25 09:14:26.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81462026-08-25T09:14:28.056Z[ recovery-image] Aug 25 09:14:26.830 INFO O| Aug 25 09:14:26.830 INFO STEP 938 (remove_files) COMPLETE
81472026-08-25T09:14:28.059Z[ recovery-image] Aug 25 09:14:26.830 INFO O| Aug 25 09:14:26.830 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-25T09:14:28.064Z[ recovery-image] Aug 25 09:14:26.839 INFO O| Aug 25 09:14:26.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81492026-08-25T09:14:28.064Z[ recovery-image] Aug 25 09:14:26.839 INFO O| Aug 25 09:14:26.839 INFO STEP 939 (remove_files) COMPLETE
81502026-08-25T09:14:28.067Z[ recovery-image] Aug 25 09:14:26.839 INFO O| Aug 25 09:14:26.839 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-25T09:14:28.074Z[ recovery-image] Aug 25 09:14:26.848 INFO O| Aug 25 09:14:26.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81522026-08-25T09:14:28.074Z[ recovery-image] Aug 25 09:14:26.849 INFO O| Aug 25 09:14:26.848 INFO STEP 940 (remove_files) COMPLETE
81532026-08-25T09:14:28.078Z[ recovery-image] Aug 25 09:14:26.849 INFO O| Aug 25 09:14:26.848 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-25T09:14:28.109Z[ recovery-image] Aug 25 09:14:26.883 INFO O| Aug 25 09:14:26.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81552026-08-25T09:14:28.113Z[ recovery-image] Aug 25 09:14:26.885 INFO O| Aug 25 09:14:26.885 INFO STEP 941 (remove_files) COMPLETE
81562026-08-25T09:14:28.113Z[ recovery-image] Aug 25 09:14:26.885 INFO O| Aug 25 09:14:26.885 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-25T09:14:28.143Z[ recovery-image] Aug 25 09:14:26.893 INFO O| Aug 25 09:14:26.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81582026-08-25T09:14:28.143Z[ recovery-image] Aug 25 09:14:26.914 INFO O| Aug 25 09:14:26.894 INFO STEP 942 (remove_files) COMPLETE
81592026-08-25T09:14:28.143Z[ recovery-image] Aug 25 09:14:26.917 INFO O| Aug 25 09:14:26.894 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-25T09:14:28.154Z[ recovery-image] Aug 25 09:14:26.927 INFO O| Aug 25 09:14:26.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81612026-08-25T09:14:28.157Z[ recovery-image] Aug 25 09:14:26.928 INFO O| Aug 25 09:14:26.928 INFO STEP 943 (remove_files) COMPLETE
81622026-08-25T09:14:28.157Z[ recovery-image] Aug 25 09:14:26.928 INFO O| Aug 25 09:14:26.928 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-25T09:14:28.164Z[ recovery-image] Aug 25 09:14:26.937 INFO O| Aug 25 09:14:26.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81642026-08-25T09:14:28.167Z[ recovery-image] Aug 25 09:14:26.937 INFO O| Aug 25 09:14:26.937 INFO STEP 944 (remove_files) COMPLETE
81652026-08-25T09:14:28.167Z[ recovery-image] Aug 25 09:14:26.937 INFO O| Aug 25 09:14:26.937 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-25T09:14:28.176Z[ recovery-image] Aug 25 09:14:26.948 INFO O| Aug 25 09:14:26.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81672026-08-25T09:14:28.176Z[ recovery-image] Aug 25 09:14:26.948 INFO O| Aug 25 09:14:26.948 INFO STEP 945 (remove_files) COMPLETE
81682026-08-25T09:14:28.176Z[ recovery-image] Aug 25 09:14:26.948 INFO O| Aug 25 09:14:26.948 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-25T09:14:28.185Z[ recovery-image] Aug 25 09:14:26.959 INFO O| Aug 25 09:14:26.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81702026-08-25T09:14:28.185Z[ recovery-image] Aug 25 09:14:26.959 INFO O| Aug 25 09:14:26.959 INFO STEP 946 (remove_files) COMPLETE
81712026-08-25T09:14:28.185Z[ recovery-image] Aug 25 09:14:26.959 INFO O| Aug 25 09:14:26.959 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-25T09:14:28.196Z[ recovery-image] Aug 25 09:14:26.970 INFO O| Aug 25 09:14:26.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81732026-08-25T09:14:28.196Z[ recovery-image] Aug 25 09:14:26.970 INFO O| Aug 25 09:14:26.970 INFO STEP 947 (remove_files) COMPLETE
81742026-08-25T09:14:28.196Z[ recovery-image] Aug 25 09:14:26.970 INFO O| Aug 25 09:14:26.970 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-25T09:14:28.208Z[ recovery-image] Aug 25 09:14:26.982 INFO O| Aug 25 09:14:26.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81762026-08-25T09:14:28.208Z[ recovery-image] Aug 25 09:14:26.982 INFO O| Aug 25 09:14:26.982 INFO STEP 948 (remove_files) COMPLETE
81772026-08-25T09:14:28.208Z[ recovery-image] Aug 25 09:14:26.982 INFO O| Aug 25 09:14:26.982 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-25T09:14:28.219Z[ recovery-image] Aug 25 09:14:26.993 INFO O| Aug 25 09:14:26.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81792026-08-25T09:14:28.219Z[ recovery-image] Aug 25 09:14:26.993 INFO O| Aug 25 09:14:26.993 INFO STEP 949 (remove_files) COMPLETE
81802026-08-25T09:14:28.224Z[ recovery-image] Aug 25 09:14:26.993 INFO O| Aug 25 09:14:26.993 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-25T09:14:28.229Z[ recovery-image] Aug 25 09:14:27.003 INFO O| Aug 25 09:14:27.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81822026-08-25T09:14:28.229Z[ recovery-image] Aug 25 09:14:27.003 INFO O| Aug 25 09:14:27.003 INFO STEP 950 (remove_files) COMPLETE
81832026-08-25T09:14:28.232Z[ recovery-image] Aug 25 09:14:27.003 INFO O| Aug 25 09:14:27.003 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-25T09:14:28.238Z[ recovery-image] Aug 25 09:14:27.012 INFO O| Aug 25 09:14:27.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81852026-08-25T09:14:28.238Z[ recovery-image] Aug 25 09:14:27.012 INFO O| Aug 25 09:14:27.012 INFO STEP 951 (remove_files) COMPLETE
81862026-08-25T09:14:28.241Z[ recovery-image] Aug 25 09:14:27.012 INFO O| Aug 25 09:14:27.012 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-25T09:14:28.247Z[ recovery-image] Aug 25 09:14:27.021 INFO O| Aug 25 09:14:27.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81882026-08-25T09:14:28.247Z[ recovery-image] Aug 25 09:14:27.021 INFO O| Aug 25 09:14:27.021 INFO STEP 952 (remove_files) COMPLETE
81892026-08-25T09:14:28.250Z[ recovery-image] Aug 25 09:14:27.021 INFO O| Aug 25 09:14:27.021 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-25T09:14:28.256Z[ recovery-image] Aug 25 09:14:27.030 INFO O| Aug 25 09:14:27.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81912026-08-25T09:14:28.256Z[ recovery-image] Aug 25 09:14:27.030 INFO O| Aug 25 09:14:27.030 INFO STEP 953 (remove_files) COMPLETE
81922026-08-25T09:14:28.256Z[ recovery-image] Aug 25 09:14:27.030 INFO O| Aug 25 09:14:27.030 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-25T09:14:28.265Z[ recovery-image] Aug 25 09:14:27.039 INFO O| Aug 25 09:14:27.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81942026-08-25T09:14:28.265Z[ recovery-image] Aug 25 09:14:27.039 INFO O| Aug 25 09:14:27.039 INFO STEP 954 (remove_files) COMPLETE
81952026-08-25T09:14:28.265Z[ recovery-image] Aug 25 09:14:27.039 INFO O| Aug 25 09:14:27.039 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-25T09:14:28.274Z[ recovery-image] Aug 25 09:14:27.048 INFO O| Aug 25 09:14:27.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81972026-08-25T09:14:28.274Z[ recovery-image] Aug 25 09:14:27.048 INFO O| Aug 25 09:14:27.048 INFO STEP 955 (remove_files) COMPLETE
81982026-08-25T09:14:28.274Z[ recovery-image] Aug 25 09:14:27.048 INFO O| Aug 25 09:14:27.048 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-25T09:14:28.284Z[ recovery-image] Aug 25 09:14:27.058 INFO O| Aug 25 09:14:27.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82002026-08-25T09:14:28.284Z[ recovery-image] Aug 25 09:14:27.058 INFO O| Aug 25 09:14:27.058 INFO STEP 956 (remove_files) COMPLETE
82012026-08-25T09:14:28.284Z[ recovery-image] Aug 25 09:14:27.058 INFO O| Aug 25 09:14:27.058 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-25T09:14:28.293Z[ recovery-image] Aug 25 09:14:27.067 INFO O| Aug 25 09:14:27.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82032026-08-25T09:14:28.294Z[ recovery-image] Aug 25 09:14:27.068 INFO O| Aug 25 09:14:27.068 INFO STEP 957 (remove_files) COMPLETE
82042026-08-25T09:14:28.294Z[ recovery-image] Aug 25 09:14:27.068 INFO O| Aug 25 09:14:27.068 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-25T09:14:28.304Z[ recovery-image] Aug 25 09:14:27.077 INFO O| Aug 25 09:14:27.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82062026-08-25T09:14:28.304Z[ recovery-image] Aug 25 09:14:27.078 INFO O| Aug 25 09:14:27.077 INFO STEP 958 (remove_files) COMPLETE
82072026-08-25T09:14:28.304Z[ recovery-image] Aug 25 09:14:27.078 INFO O| Aug 25 09:14:27.078 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-25T09:14:28.315Z[ recovery-image] Aug 25 09:14:27.089 INFO O| Aug 25 09:14:27.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82092026-08-25T09:14:28.315Z[ recovery-image] Aug 25 09:14:27.089 INFO O| Aug 25 09:14:27.089 INFO STEP 959 (remove_files) COMPLETE
82102026-08-25T09:14:28.319Z[ recovery-image] Aug 25 09:14:27.089 INFO O| Aug 25 09:14:27.089 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-25T09:14:28.326Z[ recovery-image] Aug 25 09:14:27.100 INFO O| Aug 25 09:14:27.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82122026-08-25T09:14:28.326Z[ recovery-image] Aug 25 09:14:27.100 INFO O| Aug 25 09:14:27.100 INFO STEP 960 (remove_files) COMPLETE
82132026-08-25T09:14:28.326Z[ recovery-image] Aug 25 09:14:27.100 INFO O| Aug 25 09:14:27.100 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-25T09:14:28.336Z[ recovery-image] Aug 25 09:14:27.110 INFO O| Aug 25 09:14:27.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82152026-08-25T09:14:28.336Z[ recovery-image] Aug 25 09:14:27.110 INFO O| Aug 25 09:14:27.110 INFO STEP 961 (remove_files) COMPLETE
82162026-08-25T09:14:28.336Z[ recovery-image] Aug 25 09:14:27.110 INFO O| Aug 25 09:14:27.110 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-25T09:14:28.347Z[ recovery-image] Aug 25 09:14:27.121 INFO O| Aug 25 09:14:27.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82182026-08-25T09:14:28.347Z[ recovery-image] Aug 25 09:14:27.121 INFO O| Aug 25 09:14:27.121 INFO STEP 962 (remove_files) COMPLETE
82192026-08-25T09:14:28.350Z[ recovery-image] Aug 25 09:14:27.121 INFO O| Aug 25 09:14:27.121 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-25T09:14:28.357Z[ recovery-image] Aug 25 09:14:27.130 INFO O| Aug 25 09:14:27.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82212026-08-25T09:14:28.357Z[ recovery-image] Aug 25 09:14:27.131 INFO O| Aug 25 09:14:27.131 INFO STEP 963 (remove_files) COMPLETE
82222026-08-25T09:14:28.357Z[ recovery-image] Aug 25 09:14:27.131 INFO O| Aug 25 09:14:27.131 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-25T09:14:28.367Z[ recovery-image] Aug 25 09:14:27.141 INFO O| Aug 25 09:14:27.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82242026-08-25T09:14:28.367Z[ recovery-image] Aug 25 09:14:27.141 INFO O| Aug 25 09:14:27.141 INFO STEP 964 (remove_files) COMPLETE
82252026-08-25T09:14:28.367Z[ recovery-image] Aug 25 09:14:27.141 INFO O| Aug 25 09:14:27.141 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-25T09:14:28.377Z[ recovery-image] Aug 25 09:14:27.151 INFO O| Aug 25 09:14:27.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82272026-08-25T09:14:28.377Z[ recovery-image] Aug 25 09:14:27.151 INFO O| Aug 25 09:14:27.151 INFO STEP 965 (remove_files) COMPLETE
82282026-08-25T09:14:28.377Z[ recovery-image] Aug 25 09:14:27.151 INFO O| Aug 25 09:14:27.151 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-25T09:14:28.387Z[ recovery-image] Aug 25 09:14:27.161 INFO O| Aug 25 09:14:27.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82302026-08-25T09:14:28.387Z[ recovery-image] Aug 25 09:14:27.161 INFO O| Aug 25 09:14:27.161 INFO STEP 966 (remove_files) COMPLETE
82312026-08-25T09:14:28.390Z[ recovery-image] Aug 25 09:14:27.161 INFO O| Aug 25 09:14:27.161 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-25T09:14:28.397Z[ recovery-image] Aug 25 09:14:27.171 INFO O| Aug 25 09:14:27.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82332026-08-25T09:14:28.397Z[ recovery-image] Aug 25 09:14:27.171 INFO O| Aug 25 09:14:27.171 INFO STEP 967 (remove_files) COMPLETE
82342026-08-25T09:14:28.397Z[ recovery-image] Aug 25 09:14:27.171 INFO O| Aug 25 09:14:27.171 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-25T09:14:28.408Z[ recovery-image] Aug 25 09:14:27.182 INFO O| Aug 25 09:14:27.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82362026-08-25T09:14:28.408Z[ recovery-image] Aug 25 09:14:27.182 INFO O| Aug 25 09:14:27.182 INFO STEP 968 (remove_files) COMPLETE
82372026-08-25T09:14:28.408Z[ recovery-image] Aug 25 09:14:27.182 INFO O| Aug 25 09:14:27.182 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-25T09:14:28.417Z[ recovery-image] Aug 25 09:14:27.191 INFO O| Aug 25 09:14:27.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82392026-08-25T09:14:28.418Z[ recovery-image] Aug 25 09:14:27.192 INFO O| Aug 25 09:14:27.192 INFO STEP 969 (remove_files) COMPLETE
82402026-08-25T09:14:28.421Z[ recovery-image] Aug 25 09:14:27.192 INFO O| Aug 25 09:14:27.192 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-25T09:14:28.428Z[ recovery-image] Aug 25 09:14:27.202 INFO O| Aug 25 09:14:27.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82422026-08-25T09:14:28.431Z[ recovery-image] Aug 25 09:14:27.202 INFO O| Aug 25 09:14:27.202 INFO STEP 970 (remove_files) COMPLETE
82432026-08-25T09:14:28.431Z[ recovery-image] Aug 25 09:14:27.202 INFO O| Aug 25 09:14:27.202 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-25T09:14:28.437Z[ recovery-image] Aug 25 09:14:27.211 INFO O| Aug 25 09:14:27.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82452026-08-25T09:14:28.437Z[ recovery-image] Aug 25 09:14:27.211 INFO O| Aug 25 09:14:27.211 INFO STEP 971 (remove_files) COMPLETE
82462026-08-25T09:14:28.437Z[ recovery-image] Aug 25 09:14:27.211 INFO O| Aug 25 09:14:27.211 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-25T09:14:28.446Z[ recovery-image] Aug 25 09:14:27.220 INFO O| Aug 25 09:14:27.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82482026-08-25T09:14:28.446Z[ recovery-image] Aug 25 09:14:27.220 INFO O| Aug 25 09:14:27.220 INFO STEP 972 (remove_files) COMPLETE
82492026-08-25T09:14:28.446Z[ recovery-image] Aug 25 09:14:27.220 INFO O| Aug 25 09:14:27.220 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-25T09:14:28.455Z[ recovery-image] Aug 25 09:14:27.229 INFO O| Aug 25 09:14:27.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82512026-08-25T09:14:28.455Z[ recovery-image] Aug 25 09:14:27.229 INFO O| Aug 25 09:14:27.229 INFO STEP 973 (remove_files) COMPLETE
82522026-08-25T09:14:28.455Z[ recovery-image] Aug 25 09:14:27.229 INFO O| Aug 25 09:14:27.229 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-25T09:14:28.466Z[ recovery-image] Aug 25 09:14:27.240 INFO O| Aug 25 09:14:27.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82542026-08-25T09:14:28.469Z[ recovery-image] Aug 25 09:14:27.241 INFO O| Aug 25 09:14:27.241 INFO STEP 974 (remove_files) COMPLETE
82552026-08-25T09:14:28.469Z[ recovery-image] Aug 25 09:14:27.241 INFO O| Aug 25 09:14:27.241 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-25T09:14:28.478Z[ recovery-image] Aug 25 09:14:27.252 INFO O| Aug 25 09:14:27.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82572026-08-25T09:14:28.478Z[ recovery-image] Aug 25 09:14:27.252 INFO O| Aug 25 09:14:27.252 INFO STEP 975 (remove_files) COMPLETE
82582026-08-25T09:14:28.478Z[ recovery-image] Aug 25 09:14:27.252 INFO O| Aug 25 09:14:27.252 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-25T09:14:28.488Z[ recovery-image] Aug 25 09:14:27.262 INFO O| Aug 25 09:14:27.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82602026-08-25T09:14:28.488Z[ recovery-image] Aug 25 09:14:27.263 INFO O| Aug 25 09:14:27.263 INFO STEP 976 (remove_files) COMPLETE
82612026-08-25T09:14:28.491Z[ recovery-image] Aug 25 09:14:27.263 INFO O| Aug 25 09:14:27.263 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-25T09:14:28.500Z[ recovery-image] Aug 25 09:14:27.274 INFO O| Aug 25 09:14:27.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82632026-08-25T09:14:28.500Z[ recovery-image] Aug 25 09:14:27.274 INFO O| Aug 25 09:14:27.274 INFO STEP 977 (remove_files) COMPLETE
82642026-08-25T09:14:28.500Z[ recovery-image] Aug 25 09:14:27.274 INFO O| Aug 25 09:14:27.274 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-25T09:14:28.511Z[ recovery-image] Aug 25 09:14:27.285 INFO O| Aug 25 09:14:27.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82662026-08-25T09:14:28.511Z[ recovery-image] Aug 25 09:14:27.285 INFO O| Aug 25 09:14:27.285 INFO STEP 978 (remove_files) COMPLETE
82672026-08-25T09:14:28.511Z[ recovery-image] Aug 25 09:14:27.285 INFO O| Aug 25 09:14:27.285 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-25T09:14:28.521Z[ recovery-image] Aug 25 09:14:27.295 INFO O| Aug 25 09:14:27.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82692026-08-25T09:14:28.521Z[ recovery-image] Aug 25 09:14:27.295 INFO O| Aug 25 09:14:27.295 INFO STEP 979 (remove_files) COMPLETE
82702026-08-25T09:14:28.521Z[ recovery-image] Aug 25 09:14:27.295 INFO O| Aug 25 09:14:27.295 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-25T09:14:28.531Z[ recovery-image] Aug 25 09:14:27.305 INFO O| Aug 25 09:14:27.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82722026-08-25T09:14:28.531Z[ recovery-image] Aug 25 09:14:27.305 INFO O| Aug 25 09:14:27.305 INFO STEP 980 (remove_files) COMPLETE
82732026-08-25T09:14:28.531Z[ recovery-image] Aug 25 09:14:27.305 INFO O| Aug 25 09:14:27.305 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-25T09:14:28.544Z[ recovery-image] Aug 25 09:14:27.314 INFO O| Aug 25 09:14:27.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82752026-08-25T09:14:28.544Z[ recovery-image] Aug 25 09:14:27.314 INFO O| Aug 25 09:14:27.314 INFO STEP 981 (remove_files) COMPLETE
82762026-08-25T09:14:28.544Z[ recovery-image] Aug 25 09:14:27.314 INFO O| Aug 25 09:14:27.314 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-25T09:14:28.549Z[ recovery-image] Aug 25 09:14:27.323 INFO O| Aug 25 09:14:27.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82782026-08-25T09:14:28.549Z[ recovery-image] Aug 25 09:14:27.323 INFO O| Aug 25 09:14:27.323 INFO STEP 982 (remove_files) COMPLETE
82792026-08-25T09:14:28.552Z[ recovery-image] Aug 25 09:14:27.323 INFO O| Aug 25 09:14:27.323 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-25T09:14:28.560Z[ recovery-image] Aug 25 09:14:27.334 INFO O| Aug 25 09:14:27.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82812026-08-25T09:14:28.561Z[ recovery-image] Aug 25 09:14:27.334 INFO O| Aug 25 09:14:27.334 INFO STEP 983 (remove_files) COMPLETE
82822026-08-25T09:14:28.561Z[ recovery-image] Aug 25 09:14:27.334 INFO O| Aug 25 09:14:27.334 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-25T09:14:28.571Z[ recovery-image] Aug 25 09:14:27.345 INFO O| Aug 25 09:14:27.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82842026-08-25T09:14:28.571Z[ recovery-image] Aug 25 09:14:27.345 INFO O| Aug 25 09:14:27.345 INFO STEP 984 (remove_files) COMPLETE
82852026-08-25T09:14:28.571Z[ recovery-image] Aug 25 09:14:27.345 INFO O| Aug 25 09:14:27.345 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-25T09:14:28.581Z[ recovery-image] Aug 25 09:14:27.355 INFO O| Aug 25 09:14:27.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82872026-08-25T09:14:28.581Z[ recovery-image] Aug 25 09:14:27.355 INFO O| Aug 25 09:14:27.355 INFO STEP 985 (remove_files) COMPLETE
82882026-08-25T09:14:28.581Z[ recovery-image] Aug 25 09:14:27.355 INFO O| Aug 25 09:14:27.355 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-25T09:14:28.592Z[ recovery-image] Aug 25 09:14:27.365 INFO O| Aug 25 09:14:27.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82902026-08-25T09:14:28.592Z[ recovery-image] Aug 25 09:14:27.365 INFO O| Aug 25 09:14:27.365 INFO STEP 986 (remove_files) COMPLETE
82912026-08-25T09:14:28.592Z[ recovery-image] Aug 25 09:14:27.365 INFO O| Aug 25 09:14:27.365 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-25T09:14:28.600Z[ recovery-image] Aug 25 09:14:27.374 INFO O| Aug 25 09:14:27.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82932026-08-25T09:14:28.604Z[ recovery-image] Aug 25 09:14:27.375 INFO O| Aug 25 09:14:27.374 INFO STEP 987 (remove_files) COMPLETE
82942026-08-25T09:14:28.604Z[ recovery-image] Aug 25 09:14:27.375 INFO O| Aug 25 09:14:27.374 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-25T09:14:28.611Z[ recovery-image] Aug 25 09:14:27.385 INFO O| Aug 25 09:14:27.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82962026-08-25T09:14:28.611Z[ recovery-image] Aug 25 09:14:27.385 INFO O| Aug 25 09:14:27.385 INFO STEP 988 (remove_files) COMPLETE
82972026-08-25T09:14:28.611Z[ recovery-image] Aug 25 09:14:27.385 INFO O| Aug 25 09:14:27.385 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-25T09:14:28.621Z[ recovery-image] Aug 25 09:14:27.395 INFO O| Aug 25 09:14:27.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82992026-08-25T09:14:28.625Z[ recovery-image] Aug 25 09:14:27.395 INFO O| Aug 25 09:14:27.395 INFO STEP 989 (remove_files) COMPLETE
83002026-08-25T09:14:28.625Z[ recovery-image] Aug 25 09:14:27.395 INFO O| Aug 25 09:14:27.395 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-25T09:14:28.632Z[ recovery-image] Aug 25 09:14:27.406 INFO O| Aug 25 09:14:27.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83022026-08-25T09:14:28.632Z[ recovery-image] Aug 25 09:14:27.406 INFO O| Aug 25 09:14:27.406 INFO STEP 990 (remove_files) COMPLETE
83032026-08-25T09:14:28.632Z[ recovery-image] Aug 25 09:14:27.406 INFO O| Aug 25 09:14:27.406 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-25T09:14:28.642Z[ recovery-image] Aug 25 09:14:27.416 INFO O| Aug 25 09:14:27.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83052026-08-25T09:14:28.642Z[ recovery-image] Aug 25 09:14:27.416 INFO O| Aug 25 09:14:27.416 INFO STEP 991 (remove_files) COMPLETE
83062026-08-25T09:14:28.642Z[ recovery-image] Aug 25 09:14:27.416 INFO O| Aug 25 09:14:27.416 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-25T09:14:28.652Z[ recovery-image] Aug 25 09:14:27.426 INFO O| Aug 25 09:14:27.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83082026-08-25T09:14:28.652Z[ recovery-image] Aug 25 09:14:27.426 INFO O| Aug 25 09:14:27.426 INFO STEP 992 (remove_files) COMPLETE
83092026-08-25T09:14:28.652Z[ recovery-image] Aug 25 09:14:27.426 INFO O| Aug 25 09:14:27.426 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-25T09:14:28.663Z[ recovery-image] Aug 25 09:14:27.437 INFO O| Aug 25 09:14:27.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83112026-08-25T09:14:28.663Z[ recovery-image] Aug 25 09:14:27.437 INFO O| Aug 25 09:14:27.437 INFO STEP 993 (remove_files) COMPLETE
83122026-08-25T09:14:28.663Z[ recovery-image] Aug 25 09:14:27.437 INFO O| Aug 25 09:14:27.437 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-25T09:14:28.674Z[ recovery-image] Aug 25 09:14:27.448 INFO O| Aug 25 09:14:27.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83142026-08-25T09:14:28.674Z[ recovery-image] Aug 25 09:14:27.448 INFO O| Aug 25 09:14:27.448 INFO STEP 994 (remove_files) COMPLETE
83152026-08-25T09:14:28.674Z[ recovery-image] Aug 25 09:14:27.448 INFO O| Aug 25 09:14:27.448 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-25T09:14:28.687Z[ recovery-image] Aug 25 09:14:27.459 INFO O| Aug 25 09:14:27.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83172026-08-25T09:14:28.687Z[ recovery-image] Aug 25 09:14:27.459 INFO O| Aug 25 09:14:27.459 INFO STEP 995 (remove_files) COMPLETE
83182026-08-25T09:14:28.687Z[ recovery-image] Aug 25 09:14:27.459 INFO O| Aug 25 09:14:27.459 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-25T09:14:28.696Z[ recovery-image] Aug 25 09:14:27.469 INFO O| Aug 25 09:14:27.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83202026-08-25T09:14:28.696Z[ recovery-image] Aug 25 09:14:27.469 INFO O| Aug 25 09:14:27.469 INFO STEP 996 (remove_files) COMPLETE
83212026-08-25T09:14:28.696Z[ recovery-image] Aug 25 09:14:27.469 INFO O| Aug 25 09:14:27.469 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-25T09:14:28.706Z[ recovery-image] Aug 25 09:14:27.480 INFO O| Aug 25 09:14:27.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83232026-08-25T09:14:28.706Z[ recovery-image] Aug 25 09:14:27.480 INFO O| Aug 25 09:14:27.480 INFO STEP 997 (remove_files) COMPLETE
83242026-08-25T09:14:28.706Z[ recovery-image] Aug 25 09:14:27.480 INFO O| Aug 25 09:14:27.480 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-25T09:14:28.717Z[ recovery-image] Aug 25 09:14:27.491 INFO O| Aug 25 09:14:27.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83262026-08-25T09:14:28.717Z[ recovery-image] Aug 25 09:14:27.491 INFO O| Aug 25 09:14:27.491 INFO STEP 998 (remove_files) COMPLETE
83272026-08-25T09:14:28.717Z[ recovery-image] Aug 25 09:14:27.491 INFO O| Aug 25 09:14:27.491 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-25T09:14:28.726Z[ recovery-image] Aug 25 09:14:27.500 INFO O| Aug 25 09:14:27.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83292026-08-25T09:14:28.726Z[ recovery-image] Aug 25 09:14:27.500 INFO O| Aug 25 09:14:27.500 INFO STEP 999 (remove_files) COMPLETE
83302026-08-25T09:14:28.730Z[ recovery-image] Aug 25 09:14:27.500 INFO O| Aug 25 09:14:27.500 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-25T09:14:28.735Z[ recovery-image] Aug 25 09:14:27.509 INFO O| Aug 25 09:14:27.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83322026-08-25T09:14:28.735Z[ recovery-image] Aug 25 09:14:27.509 INFO O| Aug 25 09:14:27.509 INFO STEP 1000 (remove_files) COMPLETE
83332026-08-25T09:14:28.738Z[ recovery-image] Aug 25 09:14:27.509 INFO O| Aug 25 09:14:27.509 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-25T09:14:28.744Z[ recovery-image] Aug 25 09:14:27.518 INFO O| Aug 25 09:14:27.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83352026-08-25T09:14:28.744Z[ recovery-image] Aug 25 09:14:27.518 INFO O| Aug 25 09:14:27.518 INFO STEP 1001 (remove_files) COMPLETE
83362026-08-25T09:14:28.744Z[ recovery-image] Aug 25 09:14:27.518 INFO O| Aug 25 09:14:27.518 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-25T09:14:28.755Z[ recovery-image] Aug 25 09:14:27.529 INFO O| Aug 25 09:14:27.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83382026-08-25T09:14:28.755Z[ recovery-image] Aug 25 09:14:27.529 INFO O| Aug 25 09:14:27.529 INFO STEP 1002 (remove_files) COMPLETE
83392026-08-25T09:14:28.758Z[ recovery-image] Aug 25 09:14:27.529 INFO O| Aug 25 09:14:27.529 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-25T09:14:28.765Z[ recovery-image] Aug 25 09:14:27.539 INFO O| Aug 25 09:14:27.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83412026-08-25T09:14:28.765Z[ recovery-image] Aug 25 09:14:27.539 INFO O| Aug 25 09:14:27.539 INFO STEP 1003 (remove_files) COMPLETE
83422026-08-25T09:14:28.765Z[ recovery-image] Aug 25 09:14:27.539 INFO O| Aug 25 09:14:27.539 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-25T09:14:28.775Z[ recovery-image] Aug 25 09:14:27.549 INFO O| Aug 25 09:14:27.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83442026-08-25T09:14:28.778Z[ recovery-image] Aug 25 09:14:27.550 INFO O| Aug 25 09:14:27.550 INFO STEP 1004 (remove_files) COMPLETE
83452026-08-25T09:14:28.778Z[ recovery-image] Aug 25 09:14:27.550 INFO O| Aug 25 09:14:27.550 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-25T09:14:28.785Z[ recovery-image] Aug 25 09:14:27.559 INFO O| Aug 25 09:14:27.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83472026-08-25T09:14:28.785Z[ recovery-image] Aug 25 09:14:27.559 INFO O| Aug 25 09:14:27.559 INFO STEP 1005 (remove_files) COMPLETE
83482026-08-25T09:14:28.785Z[ recovery-image] Aug 25 09:14:27.559 INFO O| Aug 25 09:14:27.559 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-25T09:14:28.795Z[ recovery-image] Aug 25 09:14:27.569 INFO O| Aug 25 09:14:27.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83502026-08-25T09:14:28.795Z[ recovery-image] Aug 25 09:14:27.569 INFO O| Aug 25 09:14:27.569 INFO STEP 1006 (remove_files) COMPLETE
83512026-08-25T09:14:28.795Z[ recovery-image] Aug 25 09:14:27.569 INFO O| Aug 25 09:14:27.569 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-25T09:14:28.804Z[ recovery-image] Aug 25 09:14:27.578 INFO O| Aug 25 09:14:27.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83532026-08-25T09:14:28.805Z[ recovery-image] Aug 25 09:14:27.579 INFO O| Aug 25 09:14:27.579 INFO STEP 1007 (remove_files) COMPLETE
83542026-08-25T09:14:28.805Z[ recovery-image] Aug 25 09:14:27.579 INFO O| Aug 25 09:14:27.579 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-25T09:14:28.815Z[ recovery-image] Aug 25 09:14:27.589 INFO O| Aug 25 09:14:27.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83562026-08-25T09:14:28.815Z[ recovery-image] Aug 25 09:14:27.589 INFO O| Aug 25 09:14:27.589 INFO STEP 1008 (remove_files) COMPLETE
83572026-08-25T09:14:28.815Z[ recovery-image] Aug 25 09:14:27.589 INFO O| Aug 25 09:14:27.589 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-25T09:14:28.826Z[ recovery-image] Aug 25 09:14:27.600 INFO O| Aug 25 09:14:27.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83592026-08-25T09:14:28.826Z[ recovery-image] Aug 25 09:14:27.600 INFO O| Aug 25 09:14:27.600 INFO STEP 1009 (remove_files) COMPLETE
83602026-08-25T09:14:28.826Z[ recovery-image] Aug 25 09:14:27.600 INFO O| Aug 25 09:14:27.600 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-25T09:14:28.836Z[ recovery-image] Aug 25 09:14:27.610 INFO O| Aug 25 09:14:27.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83622026-08-25T09:14:28.836Z[ recovery-image] Aug 25 09:14:27.610 INFO O| Aug 25 09:14:27.610 INFO STEP 1010 (remove_files) COMPLETE
83632026-08-25T09:14:28.836Z[ recovery-image] Aug 25 09:14:27.610 INFO O| Aug 25 09:14:27.610 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-25T09:14:28.846Z[ recovery-image] Aug 25 09:14:27.620 INFO O| Aug 25 09:14:27.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83652026-08-25T09:14:28.846Z[ recovery-image] Aug 25 09:14:27.620 INFO O| Aug 25 09:14:27.620 INFO STEP 1011 (remove_files) COMPLETE
83662026-08-25T09:14:28.846Z[ recovery-image] Aug 25 09:14:27.620 INFO O| Aug 25 09:14:27.620 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-25T09:14:28.851Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
83682026-08-25T09:14:28.855Z[ recovery-image] Aug 25 09:14:27.629 INFO O| Aug 25 09:14:27.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83692026-08-25T09:14:28.855Z[ recovery-image] Aug 25 09:14:27.629 INFO O| Aug 25 09:14:27.629 INFO STEP 1012 (remove_files) COMPLETE
83702026-08-25T09:14:28.855Z[ recovery-image] Aug 25 09:14:27.629 INFO O| Aug 25 09:14:27.629 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-25T09:14:28.864Z[ recovery-image] Aug 25 09:14:27.639 INFO O| Aug 25 09:14:27.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83722026-08-25T09:14:28.864Z[ recovery-image] Aug 25 09:14:27.639 INFO O| Aug 25 09:14:27.639 INFO STEP 1013 (remove_files) COMPLETE
83732026-08-25T09:14:28.865Z[ recovery-image] Aug 25 09:14:27.639 INFO O| Aug 25 09:14:27.639 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-25T09:14:28.875Z[ recovery-image] Aug 25 09:14:27.649 INFO O| Aug 25 09:14:27.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83752026-08-25T09:14:28.875Z[ recovery-image] Aug 25 09:14:27.649 INFO O| Aug 25 09:14:27.649 INFO STEP 1014 (remove_files) COMPLETE
83762026-08-25T09:14:28.875Z[ recovery-image] Aug 25 09:14:27.649 INFO O| Aug 25 09:14:27.649 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-25T09:14:28.885Z[ recovery-image] Aug 25 09:14:27.659 INFO O| Aug 25 09:14:27.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83782026-08-25T09:14:28.885Z[ recovery-image] Aug 25 09:14:27.659 INFO O| Aug 25 09:14:27.659 INFO STEP 1015 (remove_files) COMPLETE
83792026-08-25T09:14:28.885Z[ recovery-image] Aug 25 09:14:27.659 INFO O| Aug 25 09:14:27.659 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-25T09:14:28.895Z[ recovery-image] Aug 25 09:14:27.669 INFO O| Aug 25 09:14:27.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83812026-08-25T09:14:28.895Z[ recovery-image] Aug 25 09:14:27.669 INFO O| Aug 25 09:14:27.669 INFO STEP 1016 (remove_files) COMPLETE
83822026-08-25T09:14:28.895Z[ recovery-image] Aug 25 09:14:27.669 INFO O| Aug 25 09:14:27.669 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-25T09:14:28.905Z[ recovery-image] Aug 25 09:14:27.679 INFO O| Aug 25 09:14:27.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83842026-08-25T09:14:28.905Z[ recovery-image] Aug 25 09:14:27.679 INFO O| Aug 25 09:14:27.679 INFO STEP 1017 (remove_files) COMPLETE
83852026-08-25T09:14:28.908Z[ recovery-image] Aug 25 09:14:27.679 INFO O| Aug 25 09:14:27.679 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-25T09:14:28.915Z[ recovery-image] Aug 25 09:14:27.689 INFO O| Aug 25 09:14:27.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83872026-08-25T09:14:28.915Z[ recovery-image] Aug 25 09:14:27.689 INFO O| Aug 25 09:14:27.689 INFO STEP 1018 (remove_files) COMPLETE
83882026-08-25T09:14:28.915Z[ recovery-image] Aug 25 09:14:27.689 INFO O| Aug 25 09:14:27.689 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-25T09:14:28.923Z[ recovery-image] Aug 25 09:14:27.697 INFO O| Aug 25 09:14:27.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83902026-08-25T09:14:28.923Z[ recovery-image] Aug 25 09:14:27.697 INFO O| Aug 25 09:14:27.697 INFO STEP 1019 (remove_files) COMPLETE
83912026-08-25T09:14:28.923Z[ recovery-image] Aug 25 09:14:27.697 INFO O| Aug 25 09:14:27.697 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-25T09:14:28.935Z[ recovery-image] Aug 25 09:14:27.707 INFO O| Aug 25 09:14:27.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83932026-08-25T09:14:28.935Z[ recovery-image] Aug 25 09:14:27.707 INFO O| Aug 25 09:14:27.707 INFO STEP 1020 (remove_files) COMPLETE
83942026-08-25T09:14:28.935Z[ recovery-image] Aug 25 09:14:27.707 INFO O| Aug 25 09:14:27.707 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-25T09:14:28.941Z[ recovery-image] Aug 25 09:14:27.715 INFO O| Aug 25 09:14:27.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83962026-08-25T09:14:28.941Z[ recovery-image] Aug 25 09:14:27.715 INFO O| Aug 25 09:14:27.715 INFO STEP 1021 (remove_files) COMPLETE
83972026-08-25T09:14:28.941Z[ recovery-image] Aug 25 09:14:27.715 INFO O| Aug 25 09:14:27.715 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-25T09:14:28.949Z[ recovery-image] Aug 25 09:14:27.723 INFO O| Aug 25 09:14:27.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83992026-08-25T09:14:28.949Z[ recovery-image] Aug 25 09:14:27.723 INFO O| Aug 25 09:14:27.723 INFO STEP 1022 (remove_files) COMPLETE
84002026-08-25T09:14:28.949Z[ recovery-image] Aug 25 09:14:27.723 INFO O| Aug 25 09:14:27.723 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-25T09:14:28.957Z[ recovery-image] Aug 25 09:14:27.731 INFO O| Aug 25 09:14:27.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84022026-08-25T09:14:28.957Z[ recovery-image] Aug 25 09:14:27.732 INFO O| Aug 25 09:14:27.732 INFO STEP 1023 (remove_files) COMPLETE
84032026-08-25T09:14:28.957Z[ recovery-image] Aug 25 09:14:27.732 INFO O| Aug 25 09:14:27.732 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-25T09:14:28.969Z[ recovery-image] Aug 25 09:14:27.743 INFO O| Aug 25 09:14:27.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84052026-08-25T09:14:28.970Z[ recovery-image] Aug 25 09:14:27.743 INFO O| Aug 25 09:14:27.743 INFO STEP 1024 (remove_files) COMPLETE
84062026-08-25T09:14:28.970Z[ recovery-image] Aug 25 09:14:27.743 INFO O| Aug 25 09:14:27.743 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-25T09:14:28.980Z[ recovery-image] Aug 25 09:14:27.754 INFO O| Aug 25 09:14:27.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84082026-08-25T09:14:28.980Z[ recovery-image] Aug 25 09:14:27.754 INFO O| Aug 25 09:14:27.754 INFO STEP 1025 (remove_files) COMPLETE
84092026-08-25T09:14:28.980Z[ recovery-image] Aug 25 09:14:27.754 INFO O| Aug 25 09:14:27.754 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-25T09:14:28.990Z[ recovery-image] Aug 25 09:14:27.764 INFO O| Aug 25 09:14:27.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84112026-08-25T09:14:28.990Z[ recovery-image] Aug 25 09:14:27.765 INFO O| Aug 25 09:14:27.764 INFO STEP 1026 (remove_files) COMPLETE
84122026-08-25T09:14:28.990Z[ recovery-image] Aug 25 09:14:27.765 INFO O| Aug 25 09:14:27.764 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-25T09:14:29.003Z[ recovery-image] Aug 25 09:14:27.775 INFO O| Aug 25 09:14:27.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84142026-08-25T09:14:29.003Z[ recovery-image] Aug 25 09:14:27.775 INFO O| Aug 25 09:14:27.775 INFO STEP 1027 (remove_files) COMPLETE
84152026-08-25T09:14:29.003Z[ recovery-image] Aug 25 09:14:27.775 INFO O| Aug 25 09:14:27.775 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-25T09:14:29.011Z[ recovery-image] Aug 25 09:14:27.785 INFO O| Aug 25 09:14:27.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84172026-08-25T09:14:29.011Z[ recovery-image] Aug 25 09:14:27.785 INFO O| Aug 25 09:14:27.785 INFO STEP 1028 (remove_files) COMPLETE
84182026-08-25T09:14:29.014Z[ recovery-image] Aug 25 09:14:27.785 INFO O| Aug 25 09:14:27.785 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-25T09:14:29.021Z[ recovery-image] Aug 25 09:14:27.795 INFO O| Aug 25 09:14:27.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84202026-08-25T09:14:29.021Z[ recovery-image] Aug 25 09:14:27.795 INFO O| Aug 25 09:14:27.795 INFO STEP 1029 (remove_files) COMPLETE
84212026-08-25T09:14:29.024Z[ recovery-image] Aug 25 09:14:27.795 INFO O| Aug 25 09:14:27.795 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-25T09:14:29.032Z[ recovery-image] Aug 25 09:14:27.806 INFO O| Aug 25 09:14:27.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84232026-08-25T09:14:29.032Z[ recovery-image] Aug 25 09:14:27.806 INFO O| Aug 25 09:14:27.806 INFO STEP 1030 (remove_files) COMPLETE
84242026-08-25T09:14:29.032Z[ recovery-image] Aug 25 09:14:27.806 INFO O| Aug 25 09:14:27.806 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-25T09:14:29.044Z[ recovery-image] Aug 25 09:14:27.818 INFO O| Aug 25 09:14:27.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84262026-08-25T09:14:29.044Z[ recovery-image] Aug 25 09:14:27.818 INFO O| Aug 25 09:14:27.818 INFO STEP 1031 (remove_files) COMPLETE
84272026-08-25T09:14:29.044Z[ recovery-image] Aug 25 09:14:27.818 INFO O| Aug 25 09:14:27.818 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-25T09:14:29.055Z[ recovery-image] Aug 25 09:14:27.829 INFO O| Aug 25 09:14:27.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84292026-08-25T09:14:29.055Z[ recovery-image] Aug 25 09:14:27.829 INFO O| Aug 25 09:14:27.829 INFO STEP 1032 (remove_files) COMPLETE
84302026-08-25T09:14:29.055Z[ recovery-image] Aug 25 09:14:27.829 INFO O| Aug 25 09:14:27.829 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-25T09:14:29.066Z[ recovery-image] Aug 25 09:14:27.840 INFO O| Aug 25 09:14:27.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84322026-08-25T09:14:29.066Z[ recovery-image] Aug 25 09:14:27.840 INFO O| Aug 25 09:14:27.840 INFO STEP 1033 (remove_files) COMPLETE
84332026-08-25T09:14:29.066Z[ recovery-image] Aug 25 09:14:27.840 INFO O| Aug 25 09:14:27.840 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-25T09:14:29.076Z[ recovery-image] Aug 25 09:14:27.850 INFO O| Aug 25 09:14:27.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84352026-08-25T09:14:29.076Z[ recovery-image] Aug 25 09:14:27.850 INFO O| Aug 25 09:14:27.850 INFO STEP 1034 (remove_files) COMPLETE
84362026-08-25T09:14:29.076Z[ recovery-image] Aug 25 09:14:27.850 INFO O| Aug 25 09:14:27.850 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-25T09:14:29.086Z[ recovery-image] Aug 25 09:14:27.860 INFO O| Aug 25 09:14:27.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84382026-08-25T09:14:29.086Z[ recovery-image] Aug 25 09:14:27.860 INFO O| Aug 25 09:14:27.860 INFO STEP 1035 (remove_files) COMPLETE
84392026-08-25T09:14:29.086Z[ recovery-image] Aug 25 09:14:27.860 INFO O| Aug 25 09:14:27.860 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-25T09:14:29.096Z[ recovery-image] Aug 25 09:14:27.870 INFO O| Aug 25 09:14:27.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84412026-08-25T09:14:29.096Z[ recovery-image] Aug 25 09:14:27.870 INFO O| Aug 25 09:14:27.870 INFO STEP 1036 (remove_files) COMPLETE
84422026-08-25T09:14:29.096Z[ recovery-image] Aug 25 09:14:27.870 INFO O| Aug 25 09:14:27.870 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-25T09:14:29.106Z[ recovery-image] Aug 25 09:14:27.880 INFO O| Aug 25 09:14:27.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84442026-08-25T09:14:29.106Z[ recovery-image] Aug 25 09:14:27.880 INFO O| Aug 25 09:14:27.880 INFO STEP 1037 (remove_files) COMPLETE
84452026-08-25T09:14:29.106Z[ recovery-image] Aug 25 09:14:27.880 INFO O| Aug 25 09:14:27.880 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-25T09:14:29.114Z[ recovery-image] Aug 25 09:14:27.888 INFO O| Aug 25 09:14:27.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84472026-08-25T09:14:29.114Z[ recovery-image] Aug 25 09:14:27.888 INFO O| Aug 25 09:14:27.888 INFO STEP 1038 (remove_files) COMPLETE
84482026-08-25T09:14:29.114Z[ recovery-image] Aug 25 09:14:27.888 INFO O| Aug 25 09:14:27.888 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-25T09:14:29.125Z[ recovery-image] Aug 25 09:14:27.899 INFO O| Aug 25 09:14:27.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84502026-08-25T09:14:29.125Z[ recovery-image] Aug 25 09:14:27.899 INFO O| Aug 25 09:14:27.899 INFO STEP 1039 (remove_files) COMPLETE
84512026-08-25T09:14:29.128Z[ recovery-image] Aug 25 09:14:27.899 INFO O| Aug 25 09:14:27.899 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-25T09:14:29.135Z[ recovery-image] Aug 25 09:14:27.909 INFO O| Aug 25 09:14:27.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84532026-08-25T09:14:29.135Z[ recovery-image] Aug 25 09:14:27.909 INFO O| Aug 25 09:14:27.909 INFO STEP 1040 (remove_files) COMPLETE
84542026-08-25T09:14:29.135Z[ recovery-image] Aug 25 09:14:27.909 INFO O| Aug 25 09:14:27.909 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-25T09:14:29.146Z[ recovery-image] Aug 25 09:14:27.920 INFO O| Aug 25 09:14:27.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84562026-08-25T09:14:29.146Z[ recovery-image] Aug 25 09:14:27.920 INFO O| Aug 25 09:14:27.920 INFO STEP 1041 (remove_files) COMPLETE
84572026-08-25T09:14:29.146Z[ recovery-image] Aug 25 09:14:27.920 INFO O| Aug 25 09:14:27.920 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-25T09:14:29.156Z[ recovery-image] Aug 25 09:14:27.930 INFO O| Aug 25 09:14:27.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84592026-08-25T09:14:29.156Z[ recovery-image] Aug 25 09:14:27.930 INFO O| Aug 25 09:14:27.930 INFO STEP 1042 (remove_files) COMPLETE
84602026-08-25T09:14:29.159Z[ recovery-image] Aug 25 09:14:27.930 INFO O| Aug 25 09:14:27.930 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-25T09:14:29.167Z[ recovery-image] Aug 25 09:14:27.942 INFO O| Aug 25 09:14:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84622026-08-25T09:14:29.168Z[ recovery-image] Aug 25 09:14:27.942 INFO O| Aug 25 09:14:27.942 INFO STEP 1043 (remove_files) COMPLETE
84632026-08-25T09:14:29.168Z[ recovery-image] Aug 25 09:14:27.942 INFO O| Aug 25 09:14:27.942 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-25T09:14:29.178Z[ recovery-image] Aug 25 09:14:27.952 INFO O| Aug 25 09:14:27.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84652026-08-25T09:14:29.178Z[ recovery-image] Aug 25 09:14:27.952 INFO O| Aug 25 09:14:27.952 INFO STEP 1044 (remove_files) COMPLETE
84662026-08-25T09:14:29.178Z[ recovery-image] Aug 25 09:14:27.952 INFO O| Aug 25 09:14:27.952 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-25T09:14:29.189Z[ recovery-image] Aug 25 09:14:27.963 INFO O| Aug 25 09:14:27.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84682026-08-25T09:14:29.189Z[ recovery-image] Aug 25 09:14:27.963 INFO O| Aug 25 09:14:27.963 INFO STEP 1045 (remove_files) COMPLETE
84692026-08-25T09:14:29.189Z[ recovery-image] Aug 25 09:14:27.963 INFO O| Aug 25 09:14:27.963 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-25T09:14:29.199Z[ recovery-image] Aug 25 09:14:27.973 INFO O| Aug 25 09:14:27.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84712026-08-25T09:14:29.199Z[ recovery-image] Aug 25 09:14:27.973 INFO O| Aug 25 09:14:27.973 INFO STEP 1046 (remove_files) COMPLETE
84722026-08-25T09:14:29.199Z[ recovery-image] Aug 25 09:14:27.973 INFO O| Aug 25 09:14:27.973 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-25T09:14:29.210Z[ recovery-image] Aug 25 09:14:27.983 INFO O| Aug 25 09:14:27.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84742026-08-25T09:14:29.210Z[ recovery-image] Aug 25 09:14:27.983 INFO O| Aug 25 09:14:27.983 INFO STEP 1047 (remove_files) COMPLETE
84752026-08-25T09:14:29.210Z[ recovery-image] Aug 25 09:14:27.983 INFO O| Aug 25 09:14:27.983 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-25T09:14:29.220Z[ recovery-image] Aug 25 09:14:27.994 INFO O| Aug 25 09:14:27.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84772026-08-25T09:14:29.220Z[ recovery-image] Aug 25 09:14:27.994 INFO O| Aug 25 09:14:27.994 INFO STEP 1048 (remove_files) COMPLETE
84782026-08-25T09:14:29.220Z[ recovery-image] Aug 25 09:14:27.994 INFO O| Aug 25 09:14:27.994 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-25T09:14:29.229Z[ recovery-image] Aug 25 09:14:28.003 INFO O| Aug 25 09:14:28.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84802026-08-25T09:14:29.229Z[ recovery-image] Aug 25 09:14:28.004 INFO O| Aug 25 09:14:28.004 INFO STEP 1049 (remove_files) COMPLETE
84812026-08-25T09:14:29.233Z[ recovery-image] Aug 25 09:14:28.004 INFO O| Aug 25 09:14:28.004 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-25T09:14:29.240Z[ recovery-image] Aug 25 09:14:28.014 INFO O| Aug 25 09:14:28.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84832026-08-25T09:14:29.240Z[ recovery-image] Aug 25 09:14:28.014 INFO O| Aug 25 09:14:28.014 INFO STEP 1050 (remove_files) COMPLETE
84842026-08-25T09:14:29.243Z[ recovery-image] Aug 25 09:14:28.014 INFO O| Aug 25 09:14:28.014 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-25T09:14:29.249Z[ recovery-image] Aug 25 09:14:28.023 INFO O| Aug 25 09:14:28.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84862026-08-25T09:14:29.249Z[ recovery-image] Aug 25 09:14:28.023 INFO O| Aug 25 09:14:28.023 INFO STEP 1051 (remove_files) COMPLETE
84872026-08-25T09:14:29.249Z[ recovery-image] Aug 25 09:14:28.023 INFO O| Aug 25 09:14:28.023 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-25T09:14:29.263Z[ recovery-image] Aug 25 09:14:28.038 INFO O| Aug 25 09:14:28.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84892026-08-25T09:14:29.263Z[ recovery-image] Aug 25 09:14:28.038 INFO O| Aug 25 09:14:28.038 INFO STEP 1052 (remove_files) COMPLETE
84902026-08-25T09:14:29.264Z[ recovery-image] Aug 25 09:14:28.038 INFO O| Aug 25 09:14:28.038 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-25T09:14:29.275Z[ recovery-image] Aug 25 09:14:28.049 INFO O| Aug 25 09:14:28.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84922026-08-25T09:14:29.275Z[ recovery-image] Aug 25 09:14:28.049 INFO O| Aug 25 09:14:28.049 INFO STEP 1053 (remove_files) COMPLETE
84932026-08-25T09:14:29.278Z[ recovery-image] Aug 25 09:14:28.049 INFO O| Aug 25 09:14:28.049 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-25T09:14:29.289Z[ recovery-image] Aug 25 09:14:28.063 INFO O| Aug 25 09:14:28.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84952026-08-25T09:14:29.289Z[ recovery-image] Aug 25 09:14:28.063 INFO O| Aug 25 09:14:28.063 INFO STEP 1054 (remove_files) COMPLETE
84962026-08-25T09:14:29.293Z[ recovery-image] Aug 25 09:14:28.063 INFO O| Aug 25 09:14:28.063 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-25T09:14:29.300Z[ recovery-image] Aug 25 09:14:28.074 INFO O| Aug 25 09:14:28.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84982026-08-25T09:14:29.300Z[ recovery-image] Aug 25 09:14:28.074 INFO O| Aug 25 09:14:28.074 INFO STEP 1055 (remove_files) COMPLETE
84992026-08-25T09:14:29.300Z[ recovery-image] Aug 25 09:14:28.074 INFO O| Aug 25 09:14:28.074 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-25T09:14:29.311Z[ recovery-image] Aug 25 09:14:28.085 INFO O| Aug 25 09:14:28.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85012026-08-25T09:14:29.311Z[ recovery-image] Aug 25 09:14:28.086 INFO O| Aug 25 09:14:28.086 INFO STEP 1056 (remove_files) COMPLETE
85022026-08-25T09:14:29.315Z[ recovery-image] Aug 25 09:14:28.086 INFO O| Aug 25 09:14:28.086 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-25T09:14:29.321Z[ recovery-image] Aug 25 09:14:28.095 INFO O| Aug 25 09:14:28.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85042026-08-25T09:14:29.321Z[ recovery-image] Aug 25 09:14:28.095 INFO O| Aug 25 09:14:28.095 INFO STEP 1057 (remove_files) COMPLETE
85052026-08-25T09:14:29.324Z[ recovery-image] Aug 25 09:14:28.095 INFO O| Aug 25 09:14:28.095 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-25T09:14:29.324Z[verify-libraries] Compiling git2 v0.20.4
85072026-08-25T09:14:29.329Z[ recovery-image] Aug 25 09:14:28.103 INFO O| Aug 25 09:14:28.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85082026-08-25T09:14:29.329Z[ recovery-image] Aug 25 09:14:28.104 INFO O| Aug 25 09:14:28.104 INFO STEP 1058 (remove_files) COMPLETE
85092026-08-25T09:14:29.332Z[ recovery-image] Aug 25 09:14:28.104 INFO O| Aug 25 09:14:28.104 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-08-25T09:14:29.339Z[ recovery-image] Aug 25 09:14:28.113 INFO O| Aug 25 09:14:28.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85112026-08-25T09:14:29.339Z[ recovery-image] Aug 25 09:14:28.113 INFO O| Aug 25 09:14:28.113 INFO STEP 1059 (remove_files) COMPLETE
85122026-08-25T09:14:29.342Z[ recovery-image] Aug 25 09:14:28.113 INFO O| Aug 25 09:14:28.113 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-25T09:14:29.348Z[ recovery-image] Aug 25 09:14:28.123 INFO O| Aug 25 09:14:28.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85142026-08-25T09:14:29.348Z[ recovery-image] Aug 25 09:14:28.123 INFO O| Aug 25 09:14:28.123 INFO STEP 1060 (remove_files) COMPLETE
85152026-08-25T09:14:29.348Z[ recovery-image] Aug 25 09:14:28.123 INFO O| Aug 25 09:14:28.123 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-25T09:14:29.352Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
85172026-08-25T09:14:29.415Z[ recovery-image] Aug 25 09:14:28.132 INFO O| Aug 25 09:14:28.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85182026-08-25T09:14:29.415Z[ recovery-image] Aug 25 09:14:28.132 INFO O| Aug 25 09:14:28.132 INFO STEP 1061 (remove_files) COMPLETE
85192026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.132 INFO O| Aug 25 09:14:28.132 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.143 INFO O| Aug 25 09:14:28.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85212026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.143 INFO O| Aug 25 09:14:28.143 INFO STEP 1062 (remove_files) COMPLETE
85222026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.143 INFO O| Aug 25 09:14:28.143 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.153 INFO O| Aug 25 09:14:28.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85242026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.153 INFO O| Aug 25 09:14:28.153 INFO STEP 1063 (remove_files) COMPLETE
85252026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.153 INFO O| Aug 25 09:14:28.153 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.163 INFO O| Aug 25 09:14:28.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85272026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.163 INFO O| Aug 25 09:14:28.163 INFO STEP 1064 (remove_files) COMPLETE
85282026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.163 INFO O| Aug 25 09:14:28.163 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.173 INFO O| Aug 25 09:14:28.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85302026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.174 INFO O| Aug 25 09:14:28.174 INFO STEP 1065 (remove_files) COMPLETE
85312026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.174 INFO O| Aug 25 09:14:28.174 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.184 INFO O| Aug 25 09:14:28.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85332026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.184 INFO O| Aug 25 09:14:28.184 INFO STEP 1066 (remove_files) COMPLETE
85342026-08-25T09:14:29.416Z[ recovery-image] Aug 25 09:14:28.184 INFO O| Aug 25 09:14:28.184 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-25T09:14:29.421Z[ recovery-image] Aug 25 09:14:28.193 INFO O| Aug 25 09:14:28.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85362026-08-25T09:14:29.421Z[ recovery-image] Aug 25 09:14:28.193 INFO O| Aug 25 09:14:28.193 INFO STEP 1067 (remove_files) COMPLETE
85372026-08-25T09:14:29.421Z[ recovery-image] Aug 25 09:14:28.193 INFO O| Aug 25 09:14:28.193 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-25T09:14:29.431Z[ recovery-image] Aug 25 09:14:28.205 INFO O| Aug 25 09:14:28.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85392026-08-25T09:14:29.431Z[ recovery-image] Aug 25 09:14:28.205 INFO O| Aug 25 09:14:28.205 INFO STEP 1068 (remove_files) COMPLETE
85402026-08-25T09:14:29.431Z[ recovery-image] Aug 25 09:14:28.205 INFO O| Aug 25 09:14:28.205 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-25T09:14:29.441Z[ recovery-image] Aug 25 09:14:28.215 INFO O| Aug 25 09:14:28.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85422026-08-25T09:14:29.441Z[ recovery-image] Aug 25 09:14:28.215 INFO O| Aug 25 09:14:28.215 INFO STEP 1069 (remove_files) COMPLETE
85432026-08-25T09:14:29.441Z[ recovery-image] Aug 25 09:14:28.215 INFO O| Aug 25 09:14:28.215 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-25T09:14:29.452Z[ recovery-image] Aug 25 09:14:28.226 INFO O| Aug 25 09:14:28.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85452026-08-25T09:14:29.452Z[ recovery-image] Aug 25 09:14:28.226 INFO O| Aug 25 09:14:28.226 INFO STEP 1070 (remove_files) COMPLETE
85462026-08-25T09:14:29.452Z[ recovery-image] Aug 25 09:14:28.226 INFO O| Aug 25 09:14:28.226 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-25T09:14:29.462Z[ recovery-image] Aug 25 09:14:28.236 INFO O| Aug 25 09:14:28.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85482026-08-25T09:14:29.462Z[ recovery-image] Aug 25 09:14:28.236 INFO O| Aug 25 09:14:28.236 INFO STEP 1071 (remove_files) COMPLETE
85492026-08-25T09:14:29.462Z[ recovery-image] Aug 25 09:14:28.236 INFO O| Aug 25 09:14:28.236 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-25T09:14:29.473Z[ recovery-image] Aug 25 09:14:28.247 INFO O| Aug 25 09:14:28.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85512026-08-25T09:14:29.473Z[ recovery-image] Aug 25 09:14:28.247 INFO O| Aug 25 09:14:28.247 INFO STEP 1072 (remove_files) COMPLETE
85522026-08-25T09:14:29.476Z[ recovery-image] Aug 25 09:14:28.247 INFO O| Aug 25 09:14:28.247 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-25T09:14:29.484Z[ recovery-image] Aug 25 09:14:28.258 INFO O| Aug 25 09:14:28.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85542026-08-25T09:14:29.488Z[ recovery-image] Aug 25 09:14:28.258 INFO O| Aug 25 09:14:28.258 INFO STEP 1073 (remove_files) COMPLETE
85552026-08-25T09:14:29.488Z[ recovery-image] Aug 25 09:14:28.258 INFO O| Aug 25 09:14:28.258 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-25T09:14:29.494Z[ recovery-image] Aug 25 09:14:28.268 INFO O| Aug 25 09:14:28.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85572026-08-25T09:14:29.494Z[ recovery-image] Aug 25 09:14:28.268 INFO O| Aug 25 09:14:28.268 INFO STEP 1074 (remove_files) COMPLETE
85582026-08-25T09:14:29.494Z[ recovery-image] Aug 25 09:14:28.268 INFO O| Aug 25 09:14:28.268 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-25T09:14:29.505Z[ recovery-image] Aug 25 09:14:28.278 INFO O| Aug 25 09:14:28.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85602026-08-25T09:14:29.505Z[ recovery-image] Aug 25 09:14:28.278 INFO O| Aug 25 09:14:28.278 INFO STEP 1075 (remove_files) COMPLETE
85612026-08-25T09:14:29.505Z[ recovery-image] Aug 25 09:14:28.278 INFO O| Aug 25 09:14:28.278 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-25T09:14:29.514Z[ recovery-image] Aug 25 09:14:28.288 INFO O| Aug 25 09:14:28.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85632026-08-25T09:14:29.514Z[ recovery-image] Aug 25 09:14:28.288 INFO O| Aug 25 09:14:28.288 INFO STEP 1076 (remove_files) COMPLETE
85642026-08-25T09:14:29.514Z[ recovery-image] Aug 25 09:14:28.288 INFO O| Aug 25 09:14:28.288 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-08-25T09:14:29.524Z[ recovery-image] Aug 25 09:14:28.298 INFO O| Aug 25 09:14:28.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85662026-08-25T09:14:29.524Z[ recovery-image] Aug 25 09:14:28.298 INFO O| Aug 25 09:14:28.298 INFO STEP 1077 (remove_files) COMPLETE
85672026-08-25T09:14:29.525Z[ recovery-image] Aug 25 09:14:28.298 INFO O| Aug 25 09:14:28.298 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-08-25T09:14:29.534Z[ recovery-image] Aug 25 09:14:28.308 INFO O| Aug 25 09:14:28.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85692026-08-25T09:14:29.534Z[ recovery-image] Aug 25 09:14:28.308 INFO O| Aug 25 09:14:28.308 INFO STEP 1078 (remove_files) COMPLETE
85702026-08-25T09:14:29.534Z[ recovery-image] Aug 25 09:14:28.308 INFO O| Aug 25 09:14:28.308 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-08-25T09:14:29.544Z[ recovery-image] Aug 25 09:14:28.318 INFO O| Aug 25 09:14:28.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85722026-08-25T09:14:29.544Z[ recovery-image] Aug 25 09:14:28.318 INFO O| Aug 25 09:14:28.318 INFO STEP 1079 (remove_files) COMPLETE
85732026-08-25T09:14:29.548Z[ recovery-image] Aug 25 09:14:28.318 INFO O| Aug 25 09:14:28.318 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-08-25T09:14:29.555Z[ recovery-image] Aug 25 09:14:28.329 INFO O| Aug 25 09:14:28.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85752026-08-25T09:14:29.555Z[ recovery-image] Aug 25 09:14:28.329 INFO O| Aug 25 09:14:28.329 INFO STEP 1080 (remove_files) COMPLETE
85762026-08-25T09:14:29.555Z[ recovery-image] Aug 25 09:14:28.329 INFO O| Aug 25 09:14:28.329 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-08-25T09:14:29.566Z[ recovery-image] Aug 25 09:14:28.340 INFO O| Aug 25 09:14:28.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85782026-08-25T09:14:29.566Z[ recovery-image] Aug 25 09:14:28.340 INFO O| Aug 25 09:14:28.340 INFO STEP 1081 (remove_files) COMPLETE
85792026-08-25T09:14:29.566Z[ recovery-image] Aug 25 09:14:28.340 INFO O| Aug 25 09:14:28.340 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-08-25T09:14:29.576Z[ recovery-image] Aug 25 09:14:28.351 INFO O| Aug 25 09:14:28.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85812026-08-25T09:14:29.579Z[ recovery-image] Aug 25 09:14:28.351 INFO O| Aug 25 09:14:28.351 INFO STEP 1082 (remove_files) COMPLETE
85822026-08-25T09:14:29.579Z[ recovery-image] Aug 25 09:14:28.351 INFO O| Aug 25 09:14:28.351 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-08-25T09:14:29.587Z[ recovery-image] Aug 25 09:14:28.361 INFO O| Aug 25 09:14:28.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85842026-08-25T09:14:29.587Z[ recovery-image] Aug 25 09:14:28.361 INFO O| Aug 25 09:14:28.361 INFO STEP 1083 (remove_files) COMPLETE
85852026-08-25T09:14:29.587Z[ recovery-image] Aug 25 09:14:28.361 INFO O| Aug 25 09:14:28.361 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-08-25T09:14:29.597Z[ recovery-image] Aug 25 09:14:28.372 INFO O| Aug 25 09:14:28.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85872026-08-25T09:14:29.597Z[ recovery-image] Aug 25 09:14:28.372 INFO O| Aug 25 09:14:28.372 INFO STEP 1084 (remove_files) COMPLETE
85882026-08-25T09:14:29.597Z[ recovery-image] Aug 25 09:14:28.372 INFO O| Aug 25 09:14:28.372 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-08-25T09:14:29.608Z[ recovery-image] Aug 25 09:14:28.382 INFO O| Aug 25 09:14:28.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85902026-08-25T09:14:29.608Z[ recovery-image] Aug 25 09:14:28.382 INFO O| Aug 25 09:14:28.382 INFO STEP 1085 (remove_files) COMPLETE
85912026-08-25T09:14:29.608Z[ recovery-image] Aug 25 09:14:28.382 INFO O| Aug 25 09:14:28.382 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-08-25T09:14:29.618Z[ recovery-image] Aug 25 09:14:28.393 INFO O| Aug 25 09:14:28.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85932026-08-25T09:14:29.618Z[ recovery-image] Aug 25 09:14:28.393 INFO O| Aug 25 09:14:28.393 INFO STEP 1086 (remove_files) COMPLETE
85942026-08-25T09:14:29.618Z[ recovery-image] Aug 25 09:14:28.393 INFO O| Aug 25 09:14:28.393 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-08-25T09:14:29.630Z[ recovery-image] Aug 25 09:14:28.404 INFO O| Aug 25 09:14:28.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85962026-08-25T09:14:29.630Z[ recovery-image] Aug 25 09:14:28.404 INFO O| Aug 25 09:14:28.404 INFO STEP 1087 (remove_files) COMPLETE
85972026-08-25T09:14:29.630Z[ recovery-image] Aug 25 09:14:28.404 INFO O| Aug 25 09:14:28.404 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-08-25T09:14:29.641Z[ recovery-image] Aug 25 09:14:28.415 INFO O| Aug 25 09:14:28.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85992026-08-25T09:14:29.641Z[ recovery-image] Aug 25 09:14:28.415 INFO O| Aug 25 09:14:28.415 INFO STEP 1088 (remove_files) COMPLETE
86002026-08-25T09:14:29.641Z[ recovery-image] Aug 25 09:14:28.415 INFO O| Aug 25 09:14:28.415 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-08-25T09:14:29.651Z[ recovery-image] Aug 25 09:14:28.425 INFO O| Aug 25 09:14:28.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86022026-08-25T09:14:29.651Z[ recovery-image] Aug 25 09:14:28.425 INFO O| Aug 25 09:14:28.425 INFO STEP 1089 (remove_files) COMPLETE
86032026-08-25T09:14:29.651Z[ recovery-image] Aug 25 09:14:28.425 INFO O| Aug 25 09:14:28.425 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-08-25T09:14:29.662Z[ recovery-image] Aug 25 09:14:28.436 INFO O| Aug 25 09:14:28.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86052026-08-25T09:14:29.662Z[ recovery-image] Aug 25 09:14:28.436 INFO O| Aug 25 09:14:28.436 INFO STEP 1090 (remove_files) COMPLETE
86062026-08-25T09:14:29.662Z[ recovery-image] Aug 25 09:14:28.436 INFO O| Aug 25 09:14:28.436 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-08-25T09:14:29.672Z[ recovery-image] Aug 25 09:14:28.446 INFO O| Aug 25 09:14:28.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86082026-08-25T09:14:29.672Z[ recovery-image] Aug 25 09:14:28.446 INFO O| Aug 25 09:14:28.446 INFO STEP 1091 (remove_files) COMPLETE
86092026-08-25T09:14:29.672Z[ recovery-image] Aug 25 09:14:28.446 INFO O| Aug 25 09:14:28.446 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-08-25T09:14:29.681Z[ recovery-image] Aug 25 09:14:28.455 INFO O| Aug 25 09:14:28.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86112026-08-25T09:14:29.681Z[ recovery-image] Aug 25 09:14:28.455 INFO O| Aug 25 09:14:28.455 INFO STEP 1092 (remove_files) COMPLETE
86122026-08-25T09:14:29.681Z[ recovery-image] Aug 25 09:14:28.455 INFO O| Aug 25 09:14:28.455 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-25T09:14:29.691Z[ recovery-image] Aug 25 09:14:28.465 INFO O| Aug 25 09:14:28.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86142026-08-25T09:14:29.692Z[ recovery-image] Aug 25 09:14:28.466 INFO O| Aug 25 09:14:28.465 INFO STEP 1093 (remove_files) COMPLETE
86152026-08-25T09:14:29.695Z[ recovery-image] Aug 25 09:14:28.466 INFO O| Aug 25 09:14:28.465 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-25T09:14:29.701Z[ recovery-image] Aug 25 09:14:28.475 INFO O| Aug 25 09:14:28.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86172026-08-25T09:14:29.704Z[ recovery-image] Aug 25 09:14:28.476 INFO O| Aug 25 09:14:28.475 INFO STEP 1094 (remove_files) COMPLETE
86182026-08-25T09:14:29.704Z[ recovery-image] Aug 25 09:14:28.476 INFO O| Aug 25 09:14:28.475 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-25T09:14:29.711Z[ recovery-image] Aug 25 09:14:28.485 INFO O| Aug 25 09:14:28.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86202026-08-25T09:14:29.711Z[ recovery-image] Aug 25 09:14:28.485 INFO O| Aug 25 09:14:28.485 INFO STEP 1095 (remove_files) COMPLETE
86212026-08-25T09:14:29.711Z[ recovery-image] Aug 25 09:14:28.485 INFO O| Aug 25 09:14:28.485 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-25T09:14:29.722Z[ recovery-image] Aug 25 09:14:28.496 INFO O| Aug 25 09:14:28.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86232026-08-25T09:14:29.722Z[ recovery-image] Aug 25 09:14:28.496 INFO O| Aug 25 09:14:28.496 INFO STEP 1096 (remove_files) COMPLETE
86242026-08-25T09:14:29.725Z[ recovery-image] Aug 25 09:14:28.496 INFO O| Aug 25 09:14:28.496 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-25T09:14:29.732Z[ recovery-image] Aug 25 09:14:28.506 INFO O| Aug 25 09:14:28.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86262026-08-25T09:14:29.732Z[ recovery-image] Aug 25 09:14:28.506 INFO O| Aug 25 09:14:28.506 INFO STEP 1097 (remove_files) COMPLETE
86272026-08-25T09:14:29.735Z[ recovery-image] Aug 25 09:14:28.506 INFO O| Aug 25 09:14:28.506 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-25T09:14:29.742Z[ recovery-image] Aug 25 09:14:28.516 INFO O| Aug 25 09:14:28.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86292026-08-25T09:14:29.742Z[ recovery-image] Aug 25 09:14:28.516 INFO O| Aug 25 09:14:28.516 INFO STEP 1098 (remove_files) COMPLETE
86302026-08-25T09:14:29.742Z[ recovery-image] Aug 25 09:14:28.516 INFO O| Aug 25 09:14:28.516 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-25T09:14:29.754Z[ recovery-image] Aug 25 09:14:28.528 INFO O| Aug 25 09:14:28.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86322026-08-25T09:14:29.754Z[ recovery-image] Aug 25 09:14:28.528 INFO O| Aug 25 09:14:28.528 INFO STEP 1099 (remove_files) COMPLETE
86332026-08-25T09:14:29.754Z[ recovery-image] Aug 25 09:14:28.528 INFO O| Aug 25 09:14:28.528 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-25T09:14:29.764Z[ recovery-image] Aug 25 09:14:28.538 INFO O| Aug 25 09:14:28.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86352026-08-25T09:14:29.764Z[ recovery-image] Aug 25 09:14:28.538 INFO O| Aug 25 09:14:28.538 INFO STEP 1100 (remove_files) COMPLETE
86362026-08-25T09:14:29.764Z[ recovery-image] Aug 25 09:14:28.538 INFO O| Aug 25 09:14:28.538 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-25T09:14:29.775Z[ recovery-image] Aug 25 09:14:28.549 INFO O| Aug 25 09:14:28.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86382026-08-25T09:14:29.775Z[ recovery-image] Aug 25 09:14:28.549 INFO O| Aug 25 09:14:28.549 INFO STEP 1101 (remove_files) COMPLETE
86392026-08-25T09:14:29.775Z[ recovery-image] Aug 25 09:14:28.549 INFO O| Aug 25 09:14:28.549 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-25T09:14:29.785Z[ recovery-image] Aug 25 09:14:28.559 INFO O| Aug 25 09:14:28.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86412026-08-25T09:14:29.785Z[ recovery-image] Aug 25 09:14:28.559 INFO O| Aug 25 09:14:28.559 INFO STEP 1102 (remove_files) COMPLETE
86422026-08-25T09:14:29.785Z[ recovery-image] Aug 25 09:14:28.559 INFO O| Aug 25 09:14:28.559 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-08-25T09:14:29.788Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86442026-08-25T09:14:29.795Z[ recovery-image] Aug 25 09:14:28.569 INFO O| Aug 25 09:14:28.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86452026-08-25T09:14:29.795Z[ recovery-image] Aug 25 09:14:28.569 INFO O| Aug 25 09:14:28.569 INFO STEP 1103 (remove_files) COMPLETE
86462026-08-25T09:14:29.795Z[ recovery-image] Aug 25 09:14:28.569 INFO O| Aug 25 09:14:28.569 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-08-25T09:14:29.805Z[ recovery-image] Aug 25 09:14:28.579 INFO O| Aug 25 09:14:28.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86482026-08-25T09:14:29.805Z[ recovery-image] Aug 25 09:14:28.579 INFO O| Aug 25 09:14:28.579 INFO STEP 1104 (remove_files) COMPLETE
86492026-08-25T09:14:29.808Z[ recovery-image] Aug 25 09:14:28.579 INFO O| Aug 25 09:14:28.579 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-08-25T09:14:29.814Z[ recovery-image] Aug 25 09:14:28.589 INFO O| Aug 25 09:14:28.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86512026-08-25T09:14:29.814Z[ recovery-image] Aug 25 09:14:28.589 INFO O| Aug 25 09:14:28.589 INFO STEP 1105 (remove_files) COMPLETE
86522026-08-25T09:14:29.817Z[ recovery-image] Aug 25 09:14:28.589 INFO O| Aug 25 09:14:28.589 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-08-25T09:14:29.824Z[ recovery-image] Aug 25 09:14:28.599 INFO O| Aug 25 09:14:28.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86542026-08-25T09:14:29.824Z[ recovery-image] Aug 25 09:14:28.599 INFO O| Aug 25 09:14:28.599 INFO STEP 1106 (remove_files) COMPLETE
86552026-08-25T09:14:29.824Z[ recovery-image] Aug 25 09:14:28.599 INFO O| Aug 25 09:14:28.599 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-08-25T09:14:29.834Z[ recovery-image] Aug 25 09:14:28.608 INFO O| Aug 25 09:14:28.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86572026-08-25T09:14:29.834Z[ recovery-image] Aug 25 09:14:28.608 INFO O| Aug 25 09:14:28.608 INFO STEP 1107 (remove_files) COMPLETE
86582026-08-25T09:14:29.837Z[ recovery-image] Aug 25 09:14:28.608 INFO O| Aug 25 09:14:28.608 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-08-25T09:14:29.844Z[ recovery-image] Aug 25 09:14:28.618 INFO O| Aug 25 09:14:28.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86602026-08-25T09:14:29.844Z[ recovery-image] Aug 25 09:14:28.618 INFO O| Aug 25 09:14:28.618 INFO STEP 1108 (remove_files) COMPLETE
86612026-08-25T09:14:29.844Z[ recovery-image] Aug 25 09:14:28.618 INFO O| Aug 25 09:14:28.618 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-08-25T09:14:29.854Z[ recovery-image] Aug 25 09:14:28.628 INFO O| Aug 25 09:14:28.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86632026-08-25T09:14:29.854Z[ recovery-image] Aug 25 09:14:28.628 INFO O| Aug 25 09:14:28.628 INFO STEP 1109 (remove_files) COMPLETE
86642026-08-25T09:14:29.857Z[ recovery-image] Aug 25 09:14:28.628 INFO O| Aug 25 09:14:28.628 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-08-25T09:14:29.863Z[ recovery-image] Aug 25 09:14:28.637 INFO O| Aug 25 09:14:28.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86662026-08-25T09:14:29.863Z[ recovery-image] Aug 25 09:14:28.637 INFO O| Aug 25 09:14:28.637 INFO STEP 1110 (remove_files) COMPLETE
86672026-08-25T09:14:29.866Z[ recovery-image] Aug 25 09:14:28.637 INFO O| Aug 25 09:14:28.637 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-08-25T09:14:29.874Z[ recovery-image] Aug 25 09:14:28.648 INFO O| Aug 25 09:14:28.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86692026-08-25T09:14:29.874Z[ recovery-image] Aug 25 09:14:28.648 INFO O| Aug 25 09:14:28.648 INFO STEP 1111 (remove_files) COMPLETE
86702026-08-25T09:14:29.874Z[ recovery-image] Aug 25 09:14:28.648 INFO O| Aug 25 09:14:28.648 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-08-25T09:14:29.884Z[ recovery-image] Aug 25 09:14:28.658 INFO O| Aug 25 09:14:28.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86722026-08-25T09:14:29.884Z[ recovery-image] Aug 25 09:14:28.658 INFO O| Aug 25 09:14:28.658 INFO STEP 1112 (remove_files) COMPLETE
86732026-08-25T09:14:29.884Z[ recovery-image] Aug 25 09:14:28.658 INFO O| Aug 25 09:14:28.658 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-08-25T09:14:29.894Z[ recovery-image] Aug 25 09:14:28.668 INFO O| Aug 25 09:14:28.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86752026-08-25T09:14:29.894Z[ recovery-image] Aug 25 09:14:28.668 INFO O| Aug 25 09:14:28.668 INFO STEP 1113 (remove_files) COMPLETE
86762026-08-25T09:14:29.894Z[ recovery-image] Aug 25 09:14:28.668 INFO O| Aug 25 09:14:28.668 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-08-25T09:14:29.903Z[ recovery-image] Aug 25 09:14:28.677 INFO O| Aug 25 09:14:28.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86782026-08-25T09:14:29.903Z[ recovery-image] Aug 25 09:14:28.677 INFO O| Aug 25 09:14:28.677 INFO STEP 1114 (remove_files) COMPLETE
86792026-08-25T09:14:29.907Z[ recovery-image] Aug 25 09:14:28.677 INFO O| Aug 25 09:14:28.677 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-08-25T09:14:29.912Z[ recovery-image] Aug 25 09:14:28.686 INFO O| Aug 25 09:14:28.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86812026-08-25T09:14:29.912Z[ recovery-image] Aug 25 09:14:28.686 INFO O| Aug 25 09:14:28.686 INFO STEP 1115 (remove_files) COMPLETE
86822026-08-25T09:14:29.912Z[ recovery-image] Aug 25 09:14:28.686 INFO O| Aug 25 09:14:28.686 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-08-25T09:14:29.922Z[ recovery-image] Aug 25 09:14:28.697 INFO O| Aug 25 09:14:28.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86842026-08-25T09:14:29.922Z[ recovery-image] Aug 25 09:14:28.697 INFO O| Aug 25 09:14:28.697 INFO STEP 1116 (remove_files) COMPLETE
86852026-08-25T09:14:29.926Z[ recovery-image] Aug 25 09:14:28.697 INFO O| Aug 25 09:14:28.697 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-08-25T09:14:29.932Z[ recovery-image] Aug 25 09:14:28.706 INFO O| Aug 25 09:14:28.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86872026-08-25T09:14:29.932Z[ recovery-image] Aug 25 09:14:28.706 INFO O| Aug 25 09:14:28.706 INFO STEP 1117 (remove_files) COMPLETE
86882026-08-25T09:14:29.935Z[ recovery-image] Aug 25 09:14:28.706 INFO O| Aug 25 09:14:28.706 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86892026-08-25T09:14:29.946Z[ recovery-image] Aug 25 09:14:28.720 INFO O| Aug 25 09:14:28.720 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86902026-08-25T09:14:29.946Z[ recovery-image] Aug 25 09:14:28.721 INFO O| Aug 25 09:14:28.720 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86912026-08-25T09:14:30.416Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86922026-08-25T09:14:30.515Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86932026-08-25T09:14:30.581Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86942026-08-25T09:14:31.188Z[ recovery-image] Aug 25 09:14:29.962 INFO O| Aug 25 09:14:29.962 INFO STEP 1118 (pack_tar) COMPLETE
86952026-08-25T09:14:31.188Z[ recovery-image] Aug 25 09:14:29.962 INFO O| Aug 25 09:14:29.962 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86962026-08-25T09:14:31.188Z[ recovery-image] Aug 25 09:14:29.962 INFO O| Aug 25 09:14:29.962 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86972026-08-25T09:14:31.923Z[ recovery-image] Aug 25 09:14:30.697 INFO O| Aug 25 09:14:30.697 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86982026-08-25T09:14:32.134Z[ recovery-image] Aug 25 09:14:30.907 INFO O| Aug 25 09:14:30.906 INFO completed processing sled/ramdisk-03-recovery-trim
86992026-08-25T09:14:32.137Z[ recovery-image] Aug 25 09:14:30.910 INFO image builder template: zfs-recovery...
87002026-08-25T09:14:32.137Z[ recovery-image] Aug 25 09:14:30.910 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/.tmprfUmyL/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
87012026-08-25T09:14:32.165Z[ recovery-image] Aug 25 09:14:30.939 INFO O| Aug 25 09:14:30.938 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87022026-08-25T09:14:32.168Z[ recovery-image] Aug 25 09:14:30.943 INFO O| Aug 25 09:14:30.943 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87032026-08-25T09:14:32.264Z[ recovery-image] Aug 25 09:14:31.038 INFO O| Aug 25 09:14:31.038 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87042026-08-25T09:14:32.343Z[ recovery-image] Aug 25 09:14:31.117 INFO O| Aug 25 09:14:31.116 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87052026-08-25T09:14:32.343Z[ recovery-image] Aug 25 09:14:31.117 INFO O| Aug 25 09:14:31.116 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87062026-08-25T09:14:32.347Z[ recovery-image] Aug 25 09:14:31.121 INFO O| Aug 25 09:14:31.121 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87072026-08-25T09:14:32.461Z[ recovery-image] Aug 25 09:14:31.235 INFO O| Aug 25 09:14:31.235 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87082026-08-25T09:14:32.491Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87092026-08-25T09:14:32.521Z[ recovery-image] Aug 25 09:14:31.295 INFO O| Aug 25 09:14:31.295 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87102026-08-25T09:14:32.531Z[ recovery-image] Aug 25 09:14:31.305 INFO O| Aug 25 09:14:31.305 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87112026-08-25T09:14:32.536Z[ recovery-image] Aug 25 09:14:31.310 INFO O| Aug 25 09:14:31.310 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87122026-08-25T09:14:32.539Z[ recovery-image] Aug 25 09:14:31.311 INFO O| Aug 25 09:14:31.311 INFO no lofi found
87132026-08-25T09:14:32.539Z[ recovery-image] Aug 25 09:14:31.312 INFO O| Aug 25 09:14:31.312 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87142026-08-25T09:14:32.539Z[ recovery-image] Aug 25 09:14:31.312 INFO O| Aug 25 09:14:31.312 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87152026-08-25T09:14:32.792Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87162026-08-25T09:14:33.126Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87172026-08-25T09:14:33.221Z[verify-libraries] Compiling yansi v1.0.1
87182026-08-25T09:14:33.261Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87192026-08-25T09:14:33.645Z[verify-libraries] Compiling pretty_assertions v1.4.1
87202026-08-25T09:14:33.778Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87212026-08-25T09:14:33.990Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87222026-08-25T09:14:34.045Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87232026-08-25T09:14:34.070Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87242026-08-25T09:14:34.227Z[ recovery-image] Aug 25 09:14:33.001 INFO O| Aug 25 09:14:33.001 INFO lofi device = /dev/dsk/c2t1d0p0
87252026-08-25T09:14:34.227Z[ recovery-image] Aug 25 09:14:33.001 INFO O| Aug 25 09:14:33.001 INFO pool device = /dev/dsk/c2t1d0p0
87262026-08-25T09:14:34.230Z[ recovery-image] Aug 25 09:14:33.001 INFO O| Aug 25 09:14:33.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"]
87272026-08-25T09:14:34.278Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87282026-08-25T09:14:34.356Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87292026-08-25T09:14:34.365Z[ recovery-image] Aug 25 09:14:33.139 INFO O| Aug 25 09:14:33.139 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87302026-08-25T09:14:34.365Z[ recovery-image] Aug 25 09:14:33.139 INFO O| Aug 25 09:14:33.139 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87312026-08-25T09:14:34.385Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87322026-08-25T09:14:34.391Z[ recovery-image] Aug 25 09:14:33.165 INFO O| Aug 25 09:14:33.165 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87332026-08-25T09:14:34.520Z[ recovery-image] Aug 25 09:14:33.293 INFO O| Aug 25 09:14:33.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87342026-08-25T09:14:34.555Z[ recovery-image] Aug 25 09:14:33.329 INFO O| Aug 25 09:14:33.329 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87352026-08-25T09:14:34.585Z[ recovery-image] Aug 25 09:14:33.357 INFO O| Aug 25 09:14:33.357 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87362026-08-25T09:14:34.600Z[ recovery-image] Aug 25 09:14:33.374 INFO O| Aug 25 09:14:33.374 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87372026-08-25T09:14:34.642Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87382026-08-25T09:14:34.647Z[ recovery-image] Aug 25 09:14:33.421 INFO O| Aug 25 09:14:33.421 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87392026-08-25T09:14:34.648Z[ recovery-image] Aug 25 09:14:33.421 INFO O| Aug 25 09:14:33.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87402026-08-25T09:14:34.648Z[ recovery-image] Aug 25 09:14:33.421 INFO O| Aug 25 09:14:33.421 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87412026-08-25T09:14:34.658Z[ recovery-image] Aug 25 09:14:33.432 INFO O| Aug 25 09:14:33.431 INFO boot environment UUID: c6708e18-fb80-4cca-84c0-5e85fde86c14
87422026-08-25T09:14:34.658Z[ recovery-image] Aug 25 09:14:33.432 INFO O| Aug 25 09:14:33.432 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c6708e18-fb80-4cca-84c0-5e85fde86c14
87432026-08-25T09:14:34.677Z[ recovery-image] Aug 25 09:14:33.450 INFO O| Aug 25 09:14:33.450 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87442026-08-25T09:14:34.694Z[ recovery-image] Aug 25 09:14:33.468 INFO O| Aug 25 09:14:33.468 INFO STEP 0 (create_be) COMPLETE
87452026-08-25T09:14:34.694Z[ recovery-image] Aug 25 09:14:33.468 INFO O| Aug 25 09:14:33.468 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87462026-08-25T09:14:34.711Z[ recovery-image] Aug 25 09:14:33.484 INFO O| Aug 25 09:14:33.483 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"]
87472026-08-25T09:14:34.719Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87482026-08-25T09:14:34.799Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87492026-08-25T09:14:34.934Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87502026-08-25T09:14:35.145Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87512026-08-25T09:14:35.195Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87522026-08-25T09:14:35.282Z[verify-libraries] Compiling drift v0.2.0
87532026-08-25T09:14:35.329Z[verify-libraries] Compiling uzers v0.12.2
87542026-08-25T09:14:35.507Z[verify-libraries] Compiling parse-size v1.1.0
87552026-08-25T09:14:35.740Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87562026-08-25T09:14:36.051Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87572026-08-25T09:14:36.238Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87582026-08-25T09:14:36.578Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87592026-08-25T09:14:37.052Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87602026-08-25T09:14:37.538Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87612026-08-25T09:14:39.788Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87622026-08-25T09:14:40.491Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87632026-08-25T09:14:40.644Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87642026-08-25T09:14:41.548Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87652026-08-25T09:14:42.367Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87662026-08-25T09:14:42.988Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87672026-08-25T09:14:43.083Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87682026-08-25T09:14:43.241Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87692026-08-25T09:14:43.341Z[verify-libraries] Compiling multimap v0.10.1
87702026-08-25T09:14:43.341Z[verify-libraries] Compiling termios v0.3.3
87712026-08-25T09:14:43.505Z[ recovery-image] Aug 25 09:14:42.279 INFO O| Aug 25 09:14:42.278 INFO STEP 1 (unpack_tar) COMPLETE
87722026-08-25T09:14:43.505Z[ recovery-image] Aug 25 09:14:42.279 INFO O| Aug 25 09:14:42.278 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732026-08-25T09:14:43.517Z[ recovery-image] Aug 25 09:14:42.291 INFO O| Aug 25 09:14:42.290 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87742026-08-25T09:14:43.635Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87752026-08-25T09:14:43.684Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87762026-08-25T09:14:43.811Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87772026-08-25T09:14:44.830Z[ recovery-image] Aug 25 09:14:43.603 INFO O| Aug 25 09:14:43.603 INFO STEP 2 (devfsadm) COMPLETE
87782026-08-25T09:14:44.830Z[ recovery-image] Aug 25 09:14:43.603 INFO O| Aug 25 09:14:43.603 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-25T09:14:44.840Z[ recovery-image] Aug 25 09:14:43.614 INFO O| Aug 25 09:14:43.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87802026-08-25T09:14:44.840Z[ recovery-image] Aug 25 09:14:43.614 INFO O| Aug 25 09:14:43.614 INFO STEP 3 (ensure_dir) COMPLETE
87812026-08-25T09:14:44.844Z[ recovery-image] Aug 25 09:14:43.614 INFO O| Aug 25 09:14:43.614 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-25T09:14:44.848Z[ recovery-image] Aug 25 09:14:43.622 INFO O| Aug 25 09:14:43.622 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87832026-08-25T09:14:44.848Z[ recovery-image] Aug 25 09:14:43.622 INFO O| Aug 25 09:14:43.622 INFO STEP 4 (ensure_dir) COMPLETE
87842026-08-25T09:14:44.852Z[ recovery-image] Aug 25 09:14:43.622 INFO O| Aug 25 09:14:43.622 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-25T09:14:44.858Z[ recovery-image] Aug 25 09:14:43.632 INFO O| Aug 25 09:14:43.632 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87862026-08-25T09:14:44.858Z[ recovery-image] Aug 25 09:14:43.632 INFO O| Aug 25 09:14:43.632 INFO STEP 5 (ensure_dir) COMPLETE
87872026-08-25T09:14:44.861Z[ recovery-image] Aug 25 09:14:43.632 INFO O| Aug 25 09:14:43.632 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-25T09:14:44.867Z[ recovery-image] Aug 25 09:14:43.641 INFO O| Aug 25 09:14:43.641 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87892026-08-25T09:14:44.867Z[ recovery-image] Aug 25 09:14:43.641 INFO O| Aug 25 09:14:43.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87902026-08-25T09:14:44.867Z[ recovery-image] Aug 25 09:14:43.641 INFO O| Aug 25 09:14:43.641 INFO STEP 6 (ensure_dir) COMPLETE
87912026-08-25T09:14:44.870Z[ recovery-image] Aug 25 09:14:43.641 INFO O| Aug 25 09:14:43.641 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-08-25T09:14:44.879Z[ recovery-image] Aug 25 09:14:43.653 INFO O| Aug 25 09:14:43.653 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87932026-08-25T09:14:44.879Z[ recovery-image] Aug 25 09:14:43.653 INFO O| Aug 25 09:14:43.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87942026-08-25T09:14:44.883Z[ recovery-image] Aug 25 09:14:43.653 INFO O| Aug 25 09:14:43.653 INFO STEP 7 (ensure_dir) COMPLETE
87952026-08-25T09:14:44.883Z[ recovery-image] Aug 25 09:14:43.653 INFO O| Aug 25 09:14:43.653 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962026-08-25T09:14:44.891Z[ recovery-image] Aug 25 09:14:43.664 INFO O| Aug 25 09:14:43.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87972026-08-25T09:14:44.894Z[ recovery-image] Aug 25 09:14:43.665 INFO O| Aug 25 09:14:43.665 INFO STEP 8 (remove_files) COMPLETE
87982026-08-25T09:14:44.894Z[ recovery-image] Aug 25 09:14:43.665 INFO O| Aug 25 09:14:43.665 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-08-25T09:14:44.902Z[ recovery-image] Aug 25 09:14:43.676 INFO O| Aug 25 09:14:43.676 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88002026-08-25T09:14:44.905Z[ recovery-image] Aug 25 09:14:43.677 INFO O| Aug 25 09:14:43.677 INFO STEP 9 (remove_files) COMPLETE
88012026-08-25T09:14:44.905Z[ recovery-image] Aug 25 09:14:43.677 INFO O| Aug 25 09:14:43.677 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-08-25T09:14:44.915Z[ recovery-image] Aug 25 09:14:43.689 INFO O| Aug 25 09:14:43.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88032026-08-25T09:14:44.918Z[ recovery-image] Aug 25 09:14:43.689 INFO O| Aug 25 09:14:43.689 INFO STEP 10 (remove_files) COMPLETE
88042026-08-25T09:14:44.918Z[ recovery-image] Aug 25 09:14:43.689 INFO O| Aug 25 09:14:43.689 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-08-25T09:14:44.927Z[ recovery-image] Aug 25 09:14:43.701 INFO O| Aug 25 09:14:43.701 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88062026-08-25T09:14:44.928Z[ recovery-image] Aug 25 09:14:43.701 INFO O| Aug 25 09:14:43.701 INFO STEP 11 (remove_files) COMPLETE
88072026-08-25T09:14:44.928Z[ recovery-image] Aug 25 09:14:43.701 INFO O| Aug 25 09:14:43.701 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-08-25T09:14:44.939Z[ recovery-image] Aug 25 09:14:43.713 INFO O| Aug 25 09:14:43.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88092026-08-25T09:14:44.939Z[ recovery-image] Aug 25 09:14:43.713 INFO O| Aug 25 09:14:43.713 INFO STEP 12 (remove_files) COMPLETE
88102026-08-25T09:14:44.939Z[ recovery-image] Aug 25 09:14:43.713 INFO O| Aug 25 09:14:43.713 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-08-25T09:14:44.952Z[ recovery-image] Aug 25 09:14:43.725 INFO O| Aug 25 09:14:43.725 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88122026-08-25T09:14:44.952Z[ recovery-image] Aug 25 09:14:43.726 INFO O| Aug 25 09:14:43.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88132026-08-25T09:14:44.952Z[ recovery-image] Aug 25 09:14:43.726 INFO O| Aug 25 09:14:43.726 INFO STEP 13 (ensure_dir) COMPLETE
88142026-08-25T09:14:44.955Z[ recovery-image] Aug 25 09:14:43.726 INFO O| Aug 25 09:14:43.726 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152026-08-25T09:14:44.963Z[ recovery-image] Aug 25 09:14:43.737 INFO O| Aug 25 09:14:43.737 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88162026-08-25T09:14:44.963Z[ recovery-image] Aug 25 09:14:43.737 INFO O| Aug 25 09:14:43.737 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88172026-08-25T09:14:44.966Z[ recovery-image] Aug 25 09:14:43.737 INFO O| Aug 25 09:14:43.737 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88182026-08-25T09:14:44.967Z[ recovery-image] Aug 25 09:14:43.737 INFO O| Aug 25 09:14:43.737 INFO STEP 14 (ensure_dir) COMPLETE
88192026-08-25T09:14:44.967Z[ recovery-image] Aug 25 09:14:43.737 INFO O| Aug 25 09:14:43.737 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202026-08-25T09:14:44.973Z[ recovery-image] Aug 25 09:14:43.747 INFO O| Aug 25 09:14:43.747 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88212026-08-25T09:14:44.973Z[ recovery-image] Aug 25 09:14:43.747 INFO O| Aug 25 09:14:43.747 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88222026-08-25T09:14:44.973Z[ recovery-image] Aug 25 09:14:43.747 INFO O| Aug 25 09:14:43.747 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88232026-08-25T09:14:44.977Z[ recovery-image] Aug 25 09:14:43.747 INFO O| Aug 25 09:14:43.747 INFO STEP 15 (ensure_dir) COMPLETE
88242026-08-25T09:14:44.977Z[ recovery-image] Aug 25 09:14:43.747 INFO O| Aug 25 09:14:43.747 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252026-08-25T09:14:44.984Z[ recovery-image] Aug 25 09:14:43.758 INFO O| Aug 25 09:14:43.758 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88262026-08-25T09:14:44.987Z[ recovery-image] Aug 25 09:14:43.758 INFO O| Aug 25 09:14:43.758 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88272026-08-25T09:14:44.987Z[ recovery-image] Aug 25 09:14:43.758 INFO O| Aug 25 09:14:43.758 INFO STEP 16 (ensure_dir) COMPLETE
88282026-08-25T09:14:44.987Z[ recovery-image] Aug 25 09:14:43.758 INFO O| Aug 25 09:14:43.758 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292026-08-25T09:14:45.000Z[ recovery-image] Aug 25 09:14:43.768 INFO O| Aug 25 09:14:43.768 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88302026-08-25T09:14:45.000Z[ recovery-image] Aug 25 09:14:43.768 INFO O| Aug 25 09:14:43.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88312026-08-25T09:14:45.000Z[ recovery-image] Aug 25 09:14:43.768 INFO O| Aug 25 09:14:43.768 INFO STEP 17 (ensure_dir) COMPLETE
88322026-08-25T09:14:45.000Z[ recovery-image] Aug 25 09:14:43.768 INFO O| Aug 25 09:14:43.768 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332026-08-25T09:14:45.005Z[ recovery-image] Aug 25 09:14:43.779 INFO O| Aug 25 09:14:43.779 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88342026-08-25T09:14:45.005Z[ recovery-image] Aug 25 09:14:43.779 INFO O| Aug 25 09:14:43.779 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88352026-08-25T09:14:45.008Z[ recovery-image] Aug 25 09:14:43.779 INFO O| Aug 25 09:14:43.779 INFO ok!
88362026-08-25T09:14:45.008Z[ recovery-image] Aug 25 09:14:43.779 INFO O| Aug 25 09:14:43.779 INFO STEP 18 (ensure_symlink) COMPLETE
88372026-08-25T09:14:45.008Z[ recovery-image] Aug 25 09:14:43.779 INFO O| Aug 25 09:14:43.779 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88382026-08-25T09:14:45.015Z[ recovery-image] Aug 25 09:14:43.789 INFO O| Aug 25 09:14:43.789 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88392026-08-25T09:14:45.015Z[ recovery-image] Aug 25 09:14:43.789 INFO O| Aug 25 09:14:43.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88402026-08-25T09:14:45.015Z[ recovery-image] Aug 25 09:14:43.789 INFO O| Aug 25 09:14:43.789 INFO ok!
88412026-08-25T09:14:45.019Z[ recovery-image] Aug 25 09:14:43.789 INFO O| Aug 25 09:14:43.789 INFO STEP 19 (ensure_file) COMPLETE
88422026-08-25T09:14:45.019Z[ recovery-image] Aug 25 09:14:43.789 INFO O| Aug 25 09:14:43.789 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432026-08-25T09:14:45.026Z[ recovery-image] Aug 25 09:14:43.800 INFO O| Aug 25 09:14:43.799 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88442026-08-25T09:14:45.026Z[ recovery-image] Aug 25 09:14:43.800 INFO O| Aug 25 09:14:43.799 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88452026-08-25T09:14:45.026Z[ recovery-image] Aug 25 09:14:43.800 INFO O| Aug 25 09:14:43.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88462026-08-25T09:14:45.029Z[ recovery-image] Aug 25 09:14:43.800 INFO O| Aug 25 09:14:43.800 INFO ok!
88472026-08-25T09:14:45.029Z[ recovery-image] Aug 25 09:14:43.800 INFO O| Aug 25 09:14:43.800 INFO STEP 20 (ensure_symlink) COMPLETE
88482026-08-25T09:14:45.029Z[ recovery-image] Aug 25 09:14:43.800 INFO O| Aug 25 09:14:43.800 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-08-25T09:14:45.036Z[ recovery-image] Aug 25 09:14:43.810 INFO O| Aug 25 09:14:43.810 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88502026-08-25T09:14:45.036Z[ recovery-image] Aug 25 09:14:43.810 INFO O| Aug 25 09:14:43.810 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88512026-08-25T09:14:45.036Z[ recovery-image] Aug 25 09:14:43.810 INFO O| Aug 25 09:14:43.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88522026-08-25T09:14:45.039Z[ recovery-image] Aug 25 09:14:43.810 INFO O| Aug 25 09:14:43.810 INFO ok!
88532026-08-25T09:14:45.039Z[ recovery-image] Aug 25 09:14:43.810 INFO O| Aug 25 09:14:43.810 INFO STEP 21 (ensure_symlink) COMPLETE
88542026-08-25T09:14:45.040Z[ recovery-image] Aug 25 09:14:43.810 INFO O| Aug 25 09:14:43.810 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-08-25T09:14:45.045Z[ recovery-image] Aug 25 09:14:43.819 INFO O| Aug 25 09:14:43.819 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88562026-08-25T09:14:45.045Z[ recovery-image] Aug 25 09:14:43.819 INFO O| Aug 25 09:14:43.819 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88572026-08-25T09:14:45.046Z[ recovery-image] Aug 25 09:14:43.819 INFO O| Aug 25 09:14:43.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88582026-08-25T09:14:45.049Z[ recovery-image] Aug 25 09:14:43.819 INFO O| Aug 25 09:14:43.819 INFO ok!
88592026-08-25T09:14:45.049Z[ recovery-image] Aug 25 09:14:43.819 INFO O| Aug 25 09:14:43.819 INFO STEP 22 (ensure_symlink) COMPLETE
88602026-08-25T09:14:45.049Z[ recovery-image] Aug 25 09:14:43.820 INFO O| Aug 25 09:14:43.819 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-08-25T09:14:45.055Z[ recovery-image] Aug 25 09:14:43.829 INFO O| Aug 25 09:14:43.829 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88622026-08-25T09:14:45.055Z[ recovery-image] Aug 25 09:14:43.829 INFO O| Aug 25 09:14:43.829 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88632026-08-25T09:14:45.056Z[ recovery-image] Aug 25 09:14:43.829 INFO O| Aug 25 09:14:43.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88642026-08-25T09:14:45.059Z[ recovery-image] Aug 25 09:14:43.829 INFO O| Aug 25 09:14:43.829 INFO ok!
88652026-08-25T09:14:45.059Z[ recovery-image] Aug 25 09:14:43.829 INFO O| Aug 25 09:14:43.829 INFO STEP 23 (ensure_symlink) COMPLETE
88662026-08-25T09:14:45.059Z[ recovery-image] Aug 25 09:14:43.829 INFO O| Aug 25 09:14:43.829 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-08-25T09:14:45.065Z[ recovery-image] Aug 25 09:14:43.839 INFO O| Aug 25 09:14:43.839 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88682026-08-25T09:14:45.065Z[ recovery-image] Aug 25 09:14:43.839 INFO O| Aug 25 09:14:43.839 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ...
88692026-08-25T09:14:45.065Z[ recovery-image] Aug 25 09:14:43.839 INFO O| Aug 25 09:14:43.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88702026-08-25T09:14:45.065Z[ recovery-image] Aug 25 09:14:43.839 INFO O| Aug 25 09:14:43.839 INFO ok!
88712026-08-25T09:14:45.065Z[ recovery-image] Aug 25 09:14:43.839 INFO O| Aug 25 09:14:43.839 INFO STEP 24 (ensure_file) COMPLETE
88722026-08-25T09:14:45.069Z[ recovery-image] Aug 25 09:14:43.839 INFO O| Aug 25 09:14:43.839 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-08-25T09:14:45.076Z[ recovery-image] Aug 25 09:14:43.850 INFO O| Aug 25 09:14:43.850 INFO updating shadow file
88742026-08-25T09:14:45.076Z[ recovery-image] Aug 25 09:14:43.850 INFO O| Aug 25 09:14:43.850 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88752026-08-25T09:14:45.079Z[ recovery-image] Aug 25 09:14:43.850 INFO O| Aug 25 09:14:43.850 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88762026-08-25T09:14:45.079Z[ recovery-image] Aug 25 09:14:43.850 INFO O| Aug 25 09:14:43.850 INFO STEP 25 (shadow) COMPLETE
88772026-08-25T09:14:45.079Z[ recovery-image] Aug 25 09:14:43.850 INFO O| Aug 25 09:14:43.850 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88782026-08-25T09:14:45.087Z[ recovery-image] Aug 25 09:14:43.860 INFO O| Aug 25 09:14:43.860 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88792026-08-25T09:14:45.087Z[ recovery-image] Aug 25 09:14:43.861 INFO O| Aug 25 09:14:43.860 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88802026-08-25T09:14:45.087Z[ recovery-image] Aug 25 09:14:43.861 INFO O| Aug 25 09:14:43.861 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88812026-08-25T09:14:45.091Z[ recovery-image] Aug 25 09:14:43.861 INFO O| Aug 25 09:14:43.861 INFO ok!
88822026-08-25T09:14:45.091Z[ recovery-image] Aug 25 09:14:43.861 INFO O| Aug 25 09:14:43.861 INFO STEP 26 (ensure_file) COMPLETE
88832026-08-25T09:14:45.091Z[ recovery-image] Aug 25 09:14:43.861 INFO O| Aug 25 09:14:43.861 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88842026-08-25T09:14:45.097Z[ recovery-image] Aug 25 09:14:43.871 INFO O| Aug 25 09:14:43.871 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88852026-08-25T09:14:45.098Z[ recovery-image] Aug 25 09:14:43.871 INFO O| Aug 25 09:14:43.871 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88862026-08-25T09:14:45.101Z[ recovery-image] Aug 25 09:14:43.871 INFO O| Aug 25 09:14:43.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88872026-08-25T09:14:45.101Z[ recovery-image] Aug 25 09:14:43.871 INFO O| Aug 25 09:14:43.871 INFO ok!
88882026-08-25T09:14:45.101Z[ recovery-image] Aug 25 09:14:43.871 INFO O| Aug 25 09:14:43.871 INFO STEP 27 (ensure_file) COMPLETE
88892026-08-25T09:14:45.101Z[ recovery-image] Aug 25 09:14:43.871 INFO O| Aug 25 09:14:43.871 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-08-25T09:14:45.109Z[ recovery-image] Aug 25 09:14:43.882 INFO O| Aug 25 09:14:43.882 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88912026-08-25T09:14:45.109Z[ recovery-image] Aug 25 09:14:43.883 INFO O| Aug 25 09:14:43.882 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88922026-08-25T09:14:45.109Z[ recovery-image] Aug 25 09:14:43.883 INFO O| Aug 25 09:14:43.883 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88932026-08-25T09:14:45.112Z[ recovery-image] Aug 25 09:14:43.883 INFO O| Aug 25 09:14:43.883 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88942026-08-25T09:14:45.112Z[ recovery-image] Aug 25 09:14:43.883 INFO O| Aug 25 09:14:43.883 INFO ok!
88952026-08-25T09:14:45.112Z[ recovery-image] Aug 25 09:14:43.883 INFO O| Aug 25 09:14:43.883 INFO STEP 28 (ensure_file) COMPLETE
88962026-08-25T09:14:45.113Z[ recovery-image] Aug 25 09:14:43.883 INFO O| Aug 25 09:14:43.883 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88972026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.893 INFO O| Aug 25 09:14:43.893 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88982026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.893 INFO O| Aug 25 09:14:43.893 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88992026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.893 INFO O| Aug 25 09:14:43.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89002026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.893 INFO O| Aug 25 09:14:43.893 INFO ok!
89012026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.893 INFO O| Aug 25 09:14:43.893 INFO STEP 29 (ensure_file) COMPLETE
89022026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.893 INFO O| Aug 25 09:14:43.893 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.904 INFO O| Aug 25 09:14:43.904 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89042026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.904 INFO O| Aug 25 09:14:43.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89052026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.904 INFO O| Aug 25 09:14:43.904 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89062026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.904 INFO O| Aug 25 09:14:43.904 INFO STEP 30 (ensure_dir) COMPLETE
89072026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.904 INFO O| Aug 25 09:14:43.904 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89082026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.915 INFO O| Aug 25 09:14:43.915 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89092026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.915 INFO O| Aug 25 09:14:43.915 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup ...
89102026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.915 INFO O| Aug 25 09:14:43.915 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89112026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.915 INFO O| Aug 25 09:14:43.915 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89122026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.915 INFO O| Aug 25 09:14:43.915 INFO ok!
89132026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.915 INFO O| Aug 25 09:14:43.915 INFO STEP 31 (ensure_file) COMPLETE
89142026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.915 INFO O| Aug 25 09:14:43.915 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152026-08-25T09:14:45.174Z[ recovery-image] Aug 25 09:14:43.925 INFO O| Aug 25 09:14:43.925 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89162026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.926 INFO O| Aug 25 09:14:43.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89172026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.926 INFO O| Aug 25 09:14:43.926 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89182026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.926 INFO O| Aug 25 09:14:43.926 INFO STEP 32 (ensure_dir) COMPLETE
89192026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.926 INFO O| Aug 25 09:14:43.926 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89202026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.936 INFO O| Aug 25 09:14:43.936 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89212026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.936 INFO O| Aug 25 09:14:43.936 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml ...
89222026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.936 INFO O| Aug 25 09:14:43.936 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89232026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.936 INFO O| Aug 25 09:14:43.936 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89242026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.936 INFO O| Aug 25 09:14:43.936 INFO ok!
89252026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.936 INFO O| Aug 25 09:14:43.936 INFO STEP 33 (ensure_file) COMPLETE
89262026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.936 INFO O| Aug 25 09:14:43.936 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89272026-08-25T09:14:45.175Z[ recovery-image] Aug 25 09:14:43.947 INFO O| Aug 25 09:14:43.947 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89282026-08-25T09:14:45.176Z[ recovery-image] Aug 25 09:14:43.947 INFO O| Aug 25 09:14:43.947 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89292026-08-25T09:14:45.176Z[ recovery-image] Aug 25 09:14:43.947 INFO O| Aug 25 09:14:43.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89302026-08-25T09:14:45.176Z[ recovery-image] Aug 25 09:14:43.947 INFO O| Aug 25 09:14:43.947 INFO ok!
89312026-08-25T09:14:45.176Z[ recovery-image] Aug 25 09:14:43.947 INFO O| Aug 25 09:14:43.947 INFO STEP 34 (ensure_file) COMPLETE
89322026-08-25T09:14:45.176Z[ recovery-image] Aug 25 09:14:43.947 INFO O| Aug 25 09:14:43.947 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-08-25T09:14:45.185Z[ recovery-image] Aug 25 09:14:43.958 INFO O| Aug 25 09:14:43.958 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89342026-08-25T09:14:45.185Z[ recovery-image] Aug 25 09:14:43.958 INFO O| Aug 25 09:14:43.958 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89352026-08-25T09:14:45.185Z[ recovery-image] Aug 25 09:14:43.958 INFO O| Aug 25 09:14:43.958 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89362026-08-25T09:14:45.188Z[ recovery-image] Aug 25 09:14:43.958 INFO O| Aug 25 09:14:43.958 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89372026-08-25T09:14:45.188Z[ recovery-image] Aug 25 09:14:43.958 INFO O| Aug 25 09:14:43.958 INFO ok!
89382026-08-25T09:14:45.188Z[ recovery-image] Aug 25 09:14:43.958 INFO O| Aug 25 09:14:43.958 INFO STEP 35 (ensure_file) COMPLETE
89392026-08-25T09:14:45.188Z[ recovery-image] Aug 25 09:14:43.958 INFO O| Aug 25 09:14:43.958 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89402026-08-25T09:14:45.196Z[ recovery-image] Aug 25 09:14:43.969 INFO O| Aug 25 09:14:43.969 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89412026-08-25T09:14:45.196Z[ recovery-image] Aug 25 09:14:43.969 INFO O| Aug 25 09:14:43.969 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89422026-08-25T09:14:45.199Z[ recovery-image] Aug 25 09:14:43.969 INFO O| Aug 25 09:14:43.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89432026-08-25T09:14:45.200Z[ recovery-image] Aug 25 09:14:43.969 INFO O| Aug 25 09:14:43.969 INFO ok!
89442026-08-25T09:14:45.200Z[ recovery-image] Aug 25 09:14:43.969 INFO O| Aug 25 09:14:43.969 INFO STEP 36 (ensure_file) COMPLETE
89452026-08-25T09:14:45.200Z[ recovery-image] Aug 25 09:14:43.969 INFO O| Aug 25 09:14:43.969 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89462026-08-25T09:14:45.206Z[ recovery-image] Aug 25 09:14:43.980 INFO O| Aug 25 09:14:43.980 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89472026-08-25T09:14:45.210Z[ recovery-image] Aug 25 09:14:43.980 INFO O| Aug 25 09:14:43.980 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89482026-08-25T09:14:45.210Z[ recovery-image] Aug 25 09:14:43.980 INFO O| Aug 25 09:14:43.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89492026-08-25T09:14:45.210Z[ recovery-image] Aug 25 09:14:43.980 INFO O| Aug 25 09:14:43.980 INFO ok!
89502026-08-25T09:14:45.210Z[ recovery-image] Aug 25 09:14:43.980 INFO O| Aug 25 09:14:43.980 INFO STEP 37 (ensure_file) COMPLETE
89512026-08-25T09:14:45.210Z[ recovery-image] Aug 25 09:14:43.981 INFO O| Aug 25 09:14:43.980 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89522026-08-25T09:14:45.217Z[ recovery-image] Aug 25 09:14:43.991 INFO O| Aug 25 09:14:43.991 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89532026-08-25T09:14:45.217Z[ recovery-image] Aug 25 09:14:43.991 INFO O| Aug 25 09:14:43.991 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89542026-08-25T09:14:45.217Z[ recovery-image] Aug 25 09:14:43.991 INFO O| Aug 25 09:14:43.991 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89552026-08-25T09:14:45.221Z[ recovery-image] Aug 25 09:14:43.991 INFO O| Aug 25 09:14:43.991 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89562026-08-25T09:14:45.221Z[ recovery-image] Aug 25 09:14:43.991 INFO O| Aug 25 09:14:43.991 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89572026-08-25T09:14:45.221Z[ recovery-image] Aug 25 09:14:43.991 INFO O| Aug 25 09:14:43.991 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89582026-08-25T09:14:45.222Z[ recovery-image] Aug 25 09:14:43.991 INFO O| Aug 25 09:14:43.991 INFO ok!
89592026-08-25T09:14:45.222Z[ recovery-image] Aug 25 09:14:43.991 INFO O| Aug 25 09:14:43.991 INFO STEP 38 (ensure_file) COMPLETE
89602026-08-25T09:14:45.222Z[ recovery-image] Aug 25 09:14:43.991 INFO O| Aug 25 09:14:43.991 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89612026-08-25T09:14:45.228Z[ recovery-image] Aug 25 09:14:44.002 INFO O| Aug 25 09:14:44.002 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89622026-08-25T09:14:45.228Z[ recovery-image] Aug 25 09:14:44.002 INFO O| Aug 25 09:14:44.002 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89632026-08-25T09:14:45.228Z[ recovery-image] Aug 25 09:14:44.002 INFO O| Aug 25 09:14:44.002 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89642026-08-25T09:14:45.228Z[ recovery-image] Aug 25 09:14:44.002 INFO O| Aug 25 09:14:44.002 INFO STEP 39 (ensure_dir) COMPLETE
89652026-08-25T09:14:45.232Z[ recovery-image] Aug 25 09:14:44.002 INFO O| Aug 25 09:14:44.002 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89662026-08-25T09:14:45.239Z[ recovery-image] Aug 25 09:14:44.013 INFO O| Aug 25 09:14:44.013 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
89672026-08-25T09:14:45.239Z[ recovery-image] Aug 25 09:14:44.013 INFO O| Aug 25 09:14:44.013 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89682026-08-25T09:14:45.242Z[ recovery-image] Aug 25 09:14:44.013 INFO O| Aug 25 09:14:44.013 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89692026-08-25T09:14:45.242Z[ recovery-image] Aug 25 09:14:44.013 INFO O| Aug 25 09:14:44.013 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89702026-08-25T09:14:45.242Z[ recovery-image] Aug 25 09:14:44.013 INFO O| Aug 25 09:14:44.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89712026-08-25T09:14:45.243Z[ recovery-image] Aug 25 09:14:44.013 INFO O| Aug 25 09:14:44.013 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89722026-08-25T09:14:45.243Z[ recovery-image] Aug 25 09:14:44.013 INFO O| Aug 25 09:14:44.013 INFO ok!
89732026-08-25T09:14:45.243Z[ recovery-image] Aug 25 09:14:44.013 INFO O| Aug 25 09:14:44.013 INFO STEP 40 (ensure_file) COMPLETE
89742026-08-25T09:14:45.243Z[ recovery-image] Aug 25 09:14:44.013 INFO O| Aug 25 09:14:44.013 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89752026-08-25T09:14:45.246Z[verify-libraries] Compiling polar-core v0.27.3
89762026-08-25T09:14:45.250Z[ recovery-image] Aug 25 09:14:44.023 INFO O| Aug 25 09:14:44.023 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89772026-08-25T09:14:45.250Z[ recovery-image] Aug 25 09:14:44.023 INFO O| Aug 25 09:14:44.023 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 ...
89782026-08-25T09:14:45.250Z[ recovery-image] Aug 25 09:14:44.023 INFO O| Aug 25 09:14:44.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89792026-08-25T09:14:45.250Z[ recovery-image] Aug 25 09:14:44.023 INFO O| Aug 25 09:14:44.023 INFO ok!
89802026-08-25T09:14:45.250Z[ recovery-image] Aug 25 09:14:44.023 INFO O| Aug 25 09:14:44.023 INFO STEP 41 (ensure_symlink) COMPLETE
89812026-08-25T09:14:45.250Z[ recovery-image] Aug 25 09:14:44.023 INFO O| Aug 25 09:14:44.023 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89822026-08-25T09:14:45.260Z[ recovery-image] Aug 25 09:14:44.034 INFO O| Aug 25 09:14:44.034 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89832026-08-25T09:14:45.260Z[ recovery-image] Aug 25 09:14:44.034 INFO O| Aug 25 09:14:44.034 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89842026-08-25T09:14:45.260Z[ recovery-image] Aug 25 09:14:44.034 INFO O| Aug 25 09:14:44.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89852026-08-25T09:14:45.264Z[ recovery-image] Aug 25 09:14:44.034 INFO O| Aug 25 09:14:44.034 INFO ok!
89862026-08-25T09:14:45.264Z[ recovery-image] Aug 25 09:14:44.034 INFO O| Aug 25 09:14:44.034 INFO STEP 42 (ensure_symlink) COMPLETE
89872026-08-25T09:14:45.264Z[ recovery-image] Aug 25 09:14:44.034 INFO O| Aug 25 09:14:44.034 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89882026-08-25T09:14:45.273Z[ recovery-image] Aug 25 09:14:44.047 INFO O| Aug 25 09:14:44.047 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89892026-08-25T09:14:45.273Z[ recovery-image] Aug 25 09:14:44.047 INFO O| Aug 25 09:14:44.047 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89902026-08-25T09:14:45.277Z[ recovery-image] Aug 25 09:14:44.047 INFO O| Aug 25 09:14:44.047 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89912026-08-25T09:14:45.277Z[ recovery-image] Aug 25 09:14:44.047 INFO O| Aug 25 09:14:44.047 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89922026-08-25T09:14:45.277Z[ recovery-image] Aug 25 09:14:44.047 INFO O| Aug 25 09:14:44.047 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89932026-08-25T09:14:45.277Z[ recovery-image] Aug 25 09:14:44.047 INFO O| Aug 25 09:14:44.047 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89942026-08-25T09:14:45.277Z[ recovery-image] Aug 25 09:14:44.047 INFO O| Aug 25 09:14:44.047 INFO ok!
89952026-08-25T09:14:45.277Z[ recovery-image] Aug 25 09:14:44.047 INFO O| Aug 25 09:14:44.047 INFO STEP 43 (ensure_file) COMPLETE
89962026-08-25T09:14:45.277Z[ recovery-image] Aug 25 09:14:44.047 INFO O| Aug 25 09:14:44.047 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89972026-08-25T09:14:45.287Z[ recovery-image] Aug 25 09:14:44.061 INFO O| Aug 25 09:14:44.061 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89982026-08-25T09:14:45.287Z[ recovery-image] Aug 25 09:14:44.061 INFO O| Aug 25 09:14:44.061 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 ...
89992026-08-25T09:14:45.293Z[ recovery-image] Aug 25 09:14:44.061 INFO O| Aug 25 09:14:44.061 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
90002026-08-25T09:14:45.294Z[ recovery-image] Aug 25 09:14:44.061 INFO O| Aug 25 09:14:44.061 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90012026-08-25T09:14:45.294Z[ recovery-image] Aug 25 09:14:44.061 INFO O| Aug 25 09:14:44.061 INFO ok!
90022026-08-25T09:14:45.294Z[ recovery-image] Aug 25 09:14:44.061 INFO O| Aug 25 09:14:44.061 INFO STEP 44 (ensure_file) COMPLETE
90032026-08-25T09:14:45.294Z[ recovery-image] Aug 25 09:14:44.061 INFO O| Aug 25 09:14:44.061 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90042026-08-25T09:14:45.301Z[ recovery-image] Aug 25 09:14:44.075 INFO O| Aug 25 09:14:44.075 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90052026-08-25T09:14:45.301Z[ recovery-image] Aug 25 09:14:44.075 INFO O| Aug 25 09:14:44.075 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90062026-08-25T09:14:45.301Z[ recovery-image] Aug 25 09:14:44.075 INFO O| Aug 25 09:14:44.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90072026-08-25T09:14:45.305Z[ recovery-image] Aug 25 09:14:44.075 INFO O| Aug 25 09:14:44.075 INFO ok!
90082026-08-25T09:14:45.305Z[ recovery-image] Aug 25 09:14:44.075 INFO O| Aug 25 09:14:44.075 INFO STEP 45 (ensure_file) COMPLETE
90092026-08-25T09:14:45.305Z[ recovery-image] Aug 25 09:14:44.075 INFO O| Aug 25 09:14:44.075 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90102026-08-25T09:14:45.314Z[ recovery-image] Aug 25 09:14:44.087 INFO O| Aug 25 09:14:44.087 INFO updating shadow file
90112026-08-25T09:14:45.314Z[ recovery-image] Aug 25 09:14:44.087 INFO O| Aug 25 09:14:44.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90122026-08-25T09:14:45.317Z[ recovery-image] Aug 25 09:14:44.087 INFO O| Aug 25 09:14:44.087 INFO STEP 46 (shadow) COMPLETE
90132026-08-25T09:14:45.317Z[ recovery-image] Aug 25 09:14:44.087 INFO O| Aug 25 09:14:44.087 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90142026-08-25T09:14:45.324Z[ recovery-image] Aug 25 09:14:44.098 INFO O| Aug 25 09:14:44.098 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90152026-08-25T09:14:45.324Z[ recovery-image] Aug 25 09:14:44.098 INFO O| Aug 25 09:14:44.098 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90162026-08-25T09:14:45.324Z[ recovery-image] Aug 25 09:14:44.098 INFO O| Aug 25 09:14:44.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90172026-08-25T09:14:45.324Z[ recovery-image] Aug 25 09:14:44.098 INFO O| Aug 25 09:14:44.098 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90182026-08-25T09:14:45.324Z[ recovery-image] Aug 25 09:14:44.098 INFO O| Aug 25 09:14:44.098 INFO ok!
90192026-08-25T09:14:45.328Z[ recovery-image] Aug 25 09:14:44.098 INFO O| Aug 25 09:14:44.098 INFO STEP 47 (ensure_file) COMPLETE
90202026-08-25T09:14:45.328Z[ recovery-image] Aug 25 09:14:44.098 INFO O| Aug 25 09:14:44.098 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90212026-08-25T09:14:45.342Z[ recovery-image] Aug 25 09:14:44.116 INFO O| Aug 25 09:14:44.116 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90222026-08-25T09:14:45.342Z[ recovery-image] Aug 25 09:14:44.116 INFO O| Aug 25 09:14:44.116 INFO STEP 48 (ensure_dir) COMPLETE
90232026-08-25T09:14:45.342Z[ recovery-image] Aug 25 09:14:44.116 INFO O| Aug 25 09:14:44.116 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-25T09:14:45.367Z[ recovery-image] Aug 25 09:14:44.126 INFO O| Aug 25 09:14:44.126 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90252026-08-25T09:14:45.367Z[ recovery-image] Aug 25 09:14:44.126 INFO O| Aug 25 09:14:44.126 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90262026-08-25T09:14:45.367Z[ recovery-image] Aug 25 09:14:44.126 INFO O| Aug 25 09:14:44.126 INFO STEP 49 (ensure_dir) COMPLETE
90272026-08-25T09:14:45.367Z[ recovery-image] Aug 25 09:14:44.126 INFO O| Aug 25 09:14:44.126 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90282026-08-25T09:14:45.368Z[ recovery-image] Aug 25 09:14:44.135 INFO O| Aug 25 09:14:44.135 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90292026-08-25T09:14:45.368Z[ recovery-image] Aug 25 09:14:44.135 INFO O| Aug 25 09:14:44.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90302026-08-25T09:14:45.368Z[ recovery-image] Aug 25 09:14:44.135 INFO O| Aug 25 09:14:44.135 INFO STEP 50 (ensure_dir) COMPLETE
90312026-08-25T09:14:45.368Z[ recovery-image] Aug 25 09:14:44.135 INFO O| Aug 25 09:14:44.135 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-08-25T09:14:45.371Z[ recovery-image] Aug 25 09:14:44.144 INFO O| Aug 25 09:14:44.144 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90332026-08-25T09:14:45.372Z[ recovery-image] Aug 25 09:14:44.144 INFO O| Aug 25 09:14:44.144 INFO copying /tmp/.tmprfUmyL/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90342026-08-25T09:14:45.403Z[ recovery-image] Aug 25 09:14:44.176 INFO O| Aug 25 09:14:44.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90352026-08-25T09:14:45.403Z[ recovery-image] Aug 25 09:14:44.176 INFO O| Aug 25 09:14:44.176 INFO ok!
90362026-08-25T09:14:45.406Z[ recovery-image] Aug 25 09:14:44.176 INFO O| Aug 25 09:14:44.176 INFO STEP 51 (ensure_file) COMPLETE
90372026-08-25T09:14:45.406Z[ recovery-image] Aug 25 09:14:44.176 INFO O| Aug 25 09:14:44.176 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-08-25T09:14:45.414Z[ recovery-image] Aug 25 09:14:44.187 INFO O| Aug 25 09:14:44.187 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90392026-08-25T09:14:45.414Z[ recovery-image] Aug 25 09:14:44.187 INFO O| Aug 25 09:14:44.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90402026-08-25T09:14:45.414Z[ recovery-image] Aug 25 09:14:44.188 INFO O| Aug 25 09:14:44.187 INFO STEP 52 (ensure_dir) COMPLETE
90412026-08-25T09:14:45.417Z[ recovery-image] Aug 25 09:14:44.188 INFO O| Aug 25 09:14:44.187 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90422026-08-25T09:14:45.424Z[ recovery-image] Aug 25 09:14:44.197 INFO O| Aug 25 09:14:44.197 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90432026-08-25T09:14:45.424Z[ recovery-image] Aug 25 09:14:44.197 INFO O| Aug 25 09:14:44.197 INFO copying /tmp/.tmprfUmyL/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90442026-08-25T09:14:45.424Z[ recovery-image] Aug 25 09:14:44.197 INFO O| Aug 25 09:14:44.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90452026-08-25T09:14:45.424Z[ recovery-image] Aug 25 09:14:44.197 INFO O| Aug 25 09:14:44.197 INFO ok!
90462026-08-25T09:14:45.424Z[ recovery-image] Aug 25 09:14:44.198 INFO O| Aug 25 09:14:44.197 INFO STEP 53 (ensure_file) COMPLETE
90472026-08-25T09:14:45.424Z[ recovery-image] Aug 25 09:14:44.198 INFO O| Aug 25 09:14:44.198 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-25T09:14:45.434Z[ recovery-image] Aug 25 09:14:44.208 INFO O| Aug 25 09:14:44.208 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90492026-08-25T09:14:45.434Z[ recovery-image] Aug 25 09:14:44.208 INFO O| Aug 25 09:14:44.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90502026-08-25T09:14:45.434Z[ recovery-image] Aug 25 09:14:44.208 INFO O| Aug 25 09:14:44.208 INFO STEP 54 (ensure_dir) COMPLETE
90512026-08-25T09:14:45.434Z[ recovery-image] Aug 25 09:14:44.208 INFO O| Aug 25 09:14:44.208 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-08-25T09:14:45.445Z[ recovery-image] Aug 25 09:14:44.219 INFO O| Aug 25 09:14:44.219 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90532026-08-25T09:14:45.445Z[ recovery-image] Aug 25 09:14:44.219 INFO O| Aug 25 09:14:44.219 INFO copying /tmp/.tmprfUmyL/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90542026-08-25T09:14:47.425Z[ recovery-image] Aug 25 09:14:46.199 INFO O| Aug 25 09:14:46.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90552026-08-25T09:14:47.425Z[ recovery-image] Aug 25 09:14:46.199 INFO O| Aug 25 09:14:46.199 INFO ok!
90562026-08-25T09:14:47.425Z[ recovery-image] Aug 25 09:14:46.199 INFO O| Aug 25 09:14:46.199 INFO STEP 55 (ensure_file) COMPLETE
90572026-08-25T09:14:47.428Z[ recovery-image] Aug 25 09:14:46.199 INFO O| Aug 25 09:14:46.199 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90582026-08-25T09:14:47.434Z[ recovery-image] Aug 25 09:14:46.208 INFO O| Aug 25 09:14:46.208 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90592026-08-25T09:14:47.434Z[ recovery-image] Aug 25 09:14:46.208 INFO O| Aug 25 09:14:46.208 INFO copying /tmp/.tmprfUmyL/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90602026-08-25T09:14:49.404Z[ recovery-image] Aug 25 09:14:48.177 INFO O| Aug 25 09:14:48.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90612026-08-25T09:14:49.404Z[ recovery-image] Aug 25 09:14:48.177 INFO O| Aug 25 09:14:48.177 INFO ok!
90622026-08-25T09:14:49.408Z[ recovery-image] Aug 25 09:14:48.177 INFO O| Aug 25 09:14:48.177 INFO STEP 56 (ensure_file) COMPLETE
90632026-08-25T09:14:49.408Z[ recovery-image] Aug 25 09:14:48.177 INFO O| Aug 25 09:14:48.177 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-08-25T09:14:49.415Z[ recovery-image] Aug 25 09:14:48.189 INFO O| Aug 25 09:14:48.189 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90652026-08-25T09:14:49.415Z[ recovery-image] Aug 25 09:14:48.189 INFO O| Aug 25 09:14:48.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90662026-08-25T09:14:49.418Z[ recovery-image] Aug 25 09:14:48.189 INFO O| Aug 25 09:14:48.189 INFO STEP 57 (ensure_dir) COMPLETE
90672026-08-25T09:14:49.418Z[ recovery-image] Aug 25 09:14:48.189 INFO O| Aug 25 09:14:48.189 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90682026-08-25T09:14:49.424Z[ recovery-image] Aug 25 09:14:48.198 INFO O| Aug 25 09:14:48.198 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90692026-08-25T09:14:49.424Z[ recovery-image] Aug 25 09:14:48.199 INFO O| Aug 25 09:14:48.198 INFO copying /tmp/.tmprfUmyL/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 ...
90702026-08-25T09:14:49.424Z[ recovery-image] Aug 25 09:14:48.199 INFO O| Aug 25 09:14:48.199 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
90712026-08-25T09:14:49.430Z[ recovery-image] Aug 25 09:14:48.199 INFO O| Aug 25 09:14:48.199 INFO ok!
90722026-08-25T09:14:49.430Z[ recovery-image] Aug 25 09:14:48.199 INFO O| Aug 25 09:14:48.199 INFO STEP 58 (ensure_file) COMPLETE
90732026-08-25T09:14:49.430Z[ recovery-image] Aug 25 09:14:48.199 INFO O| Aug 25 09:14:48.199 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90742026-08-25T09:14:49.434Z[ recovery-image] Aug 25 09:14:48.208 INFO O| Aug 25 09:14:48.208 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90752026-08-25T09:14:49.434Z[ recovery-image] Aug 25 09:14:48.208 INFO O| Aug 25 09:14:48.208 INFO copying /tmp/.tmprfUmyL/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 ...
90762026-08-25T09:14:49.434Z[ recovery-image] Aug 25 09:14:48.208 INFO O| Aug 25 09:14:48.208 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
90772026-08-25T09:14:49.434Z[ recovery-image] Aug 25 09:14:48.208 INFO O| Aug 25 09:14:48.208 INFO ok!
90782026-08-25T09:14:49.434Z[ recovery-image] Aug 25 09:14:48.208 INFO O| Aug 25 09:14:48.208 INFO STEP 59 (ensure_file) COMPLETE
90792026-08-25T09:14:49.437Z[ recovery-image] Aug 25 09:14:48.208 INFO O| Aug 25 09:14:48.208 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90802026-08-25T09:14:49.442Z[ recovery-image] Aug 25 09:14:48.216 INFO O| Aug 25 09:14:48.216 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90812026-08-25T09:14:49.442Z[ recovery-image] Aug 25 09:14:48.217 INFO O| Aug 25 09:14:48.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90822026-08-25T09:14:49.442Z[ recovery-image] Aug 25 09:14:48.217 INFO O| Aug 25 09:14:48.216 INFO STEP 60 (ensure_dir) COMPLETE
90832026-08-25T09:14:49.446Z[ recovery-image] Aug 25 09:14:48.217 INFO O| Aug 25 09:14:48.216 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90842026-08-25T09:14:49.451Z[ recovery-image] Aug 25 09:14:48.225 INFO O| Aug 25 09:14:48.225 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90852026-08-25T09:14:49.451Z[ recovery-image] Aug 25 09:14:48.225 INFO O| Aug 25 09:14:48.225 INFO copying /tmp/.tmprfUmyL/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 ...
90862026-08-25T09:14:49.451Z[ recovery-image] Aug 25 09:14:48.225 INFO O| Aug 25 09:14:48.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90872026-08-25T09:14:49.451Z[ recovery-image] Aug 25 09:14:48.225 INFO O| Aug 25 09:14:48.225 INFO ok!
90882026-08-25T09:14:49.454Z[ recovery-image] Aug 25 09:14:48.225 INFO O| Aug 25 09:14:48.225 INFO STEP 61 (ensure_file) COMPLETE
90892026-08-25T09:14:49.454Z[ recovery-image] Aug 25 09:14:48.225 INFO O| Aug 25 09:14:48.225 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90902026-08-25T09:14:49.459Z[ recovery-image] Aug 25 09:14:48.234 INFO O| Aug 25 09:14:48.234 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90912026-08-25T09:14:49.459Z[ recovery-image] Aug 25 09:14:48.234 INFO O| Aug 25 09:14:48.234 INFO copying /tmp/.tmprfUmyL/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 ...
90922026-08-25T09:14:49.462Z[ recovery-image] Aug 25 09:14:48.234 INFO O| Aug 25 09:14:48.234 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
90932026-08-25T09:14:49.462Z[ recovery-image] Aug 25 09:14:48.234 INFO O| Aug 25 09:14:48.234 INFO ok!
90942026-08-25T09:14:49.462Z[ recovery-image] Aug 25 09:14:48.234 INFO O| Aug 25 09:14:48.234 INFO STEP 62 (ensure_file) COMPLETE
90952026-08-25T09:14:49.463Z[ recovery-image] Aug 25 09:14:48.234 INFO O| Aug 25 09:14:48.234 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90962026-08-25T09:14:49.468Z[ recovery-image] Aug 25 09:14:48.242 INFO O| Aug 25 09:14:48.242 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90972026-08-25T09:14:49.468Z[ recovery-image] Aug 25 09:14:48.243 INFO O| Aug 25 09:14:48.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90982026-08-25T09:14:49.471Z[ recovery-image] Aug 25 09:14:48.243 INFO O| Aug 25 09:14:48.243 INFO STEP 63 (ensure_dir) COMPLETE
90992026-08-25T09:14:49.471Z[ recovery-image] Aug 25 09:14:48.243 INFO O| Aug 25 09:14:48.243 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91002026-08-25T09:14:49.477Z[ recovery-image] Aug 25 09:14:48.252 INFO O| Aug 25 09:14:48.252 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91012026-08-25T09:14:49.478Z[ recovery-image] Aug 25 09:14:48.252 INFO O| Aug 25 09:14:48.252 INFO copying /tmp/.tmprfUmyL/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 ...
91022026-08-25T09:14:49.480Z[ recovery-image] Aug 25 09:14:48.252 INFO O| Aug 25 09:14:48.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91032026-08-25T09:14:49.480Z[ recovery-image] Aug 25 09:14:48.252 INFO O| Aug 25 09:14:48.252 INFO ok!
91042026-08-25T09:14:49.481Z[ recovery-image] Aug 25 09:14:48.252 INFO O| Aug 25 09:14:48.252 INFO STEP 64 (ensure_file) COMPLETE
91052026-08-25T09:14:49.481Z[ recovery-image] Aug 25 09:14:48.252 INFO O| Aug 25 09:14:48.252 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91062026-08-25T09:14:49.487Z[ recovery-image] Aug 25 09:14:48.261 INFO O| Aug 25 09:14:48.261 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91072026-08-25T09:14:49.487Z[ recovery-image] Aug 25 09:14:48.262 INFO O| Aug 25 09:14:48.261 INFO copying /tmp/.tmprfUmyL/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91082026-08-25T09:14:49.491Z[ recovery-image] Aug 25 09:14:48.262 INFO O| Aug 25 09:14:48.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91092026-08-25T09:14:49.491Z[ recovery-image] Aug 25 09:14:48.262 INFO O| Aug 25 09:14:48.262 INFO ok!
91102026-08-25T09:14:49.491Z[ recovery-image] Aug 25 09:14:48.262 INFO O| Aug 25 09:14:48.262 INFO STEP 65 (ensure_file) COMPLETE
91112026-08-25T09:14:49.491Z[ recovery-image] Aug 25 09:14:48.262 INFO O| Aug 25 09:14:48.262 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91122026-08-25T09:14:49.498Z[ recovery-image] Aug 25 09:14:48.271 INFO O| Aug 25 09:14:48.271 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91132026-08-25T09:14:49.498Z[ recovery-image] Aug 25 09:14:48.271 INFO O| Aug 25 09:14:48.271 INFO STEP 66 (ensure_dir) COMPLETE
91142026-08-25T09:14:49.498Z[ recovery-image] Aug 25 09:14:48.271 INFO O| Aug 25 09:14:48.271 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91152026-08-25T09:14:49.508Z[ recovery-image] Aug 25 09:14:48.282 INFO O| Aug 25 09:14:48.282 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91162026-08-25T09:14:49.508Z[ recovery-image] Aug 25 09:14:48.282 INFO O| Aug 25 09:14:48.282 INFO STEP 67 (ensure_dir) COMPLETE
91172026-08-25T09:14:49.508Z[ recovery-image] Aug 25 09:14:48.282 INFO O| Aug 25 09:14:48.282 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91182026-08-25T09:14:49.516Z[ recovery-image] Aug 25 09:14:48.291 INFO O| Aug 25 09:14:48.290 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91192026-08-25T09:14:49.516Z[ recovery-image] Aug 25 09:14:48.291 INFO O| Aug 25 09:14:48.290 INFO STEP 68 (ensure_dir) COMPLETE
91202026-08-25T09:14:49.517Z[ recovery-image] Aug 25 09:14:48.291 INFO O| Aug 25 09:14:48.291 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91212026-08-25T09:14:49.525Z[ recovery-image] Aug 25 09:14:48.299 INFO O| Aug 25 09:14:48.299 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91222026-08-25T09:14:49.526Z[ recovery-image] Aug 25 09:14:48.300 INFO O| Aug 25 09:14:48.299 INFO STEP 69 (ensure_dir) COMPLETE
91232026-08-25T09:14:49.526Z[ recovery-image] Aug 25 09:14:48.300 INFO O| Aug 25 09:14:48.299 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91242026-08-25T09:14:49.535Z[ recovery-image] Aug 25 09:14:48.309 INFO O| Aug 25 09:14:48.308 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91252026-08-25T09:14:49.535Z[ recovery-image] Aug 25 09:14:48.309 INFO O| Aug 25 09:14:48.309 INFO copying /tmp/.tmprfUmyL/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91262026-08-25T09:14:49.535Z[ recovery-image] Aug 25 09:14:48.309 INFO O| Aug 25 09:14:48.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91272026-08-25T09:14:49.535Z[ recovery-image] Aug 25 09:14:48.309 INFO O| Aug 25 09:14:48.309 INFO ok!
91282026-08-25T09:14:49.536Z[ recovery-image] Aug 25 09:14:48.309 INFO O| Aug 25 09:14:48.309 INFO STEP 70 (ensure_file) COMPLETE
91292026-08-25T09:14:49.536Z[ recovery-image] Aug 25 09:14:48.309 INFO O| Aug 25 09:14:48.309 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-08-25T09:14:49.544Z[ recovery-image] Aug 25 09:14:48.318 INFO O| Aug 25 09:14:48.318 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91312026-08-25T09:14:49.544Z[ recovery-image] Aug 25 09:14:48.318 INFO O| Aug 25 09:14:48.318 INFO STEP 71 (remove_files) COMPLETE
91322026-08-25T09:14:49.547Z[ recovery-image] Aug 25 09:14:48.318 INFO O| Aug 25 09:14:48.318 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-08-25T09:14:49.554Z[ recovery-image] Aug 25 09:14:48.328 INFO O| Aug 25 09:14:48.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91342026-08-25T09:14:49.554Z[ recovery-image] Aug 25 09:14:48.328 INFO O| Aug 25 09:14:48.328 INFO STEP 72 (remove_files) COMPLETE
91352026-08-25T09:14:49.554Z[ recovery-image] Aug 25 09:14:48.328 INFO O| Aug 25 09:14:48.328 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-08-25T09:14:49.564Z[ recovery-image] Aug 25 09:14:48.338 INFO O| Aug 25 09:14:48.338 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91372026-08-25T09:14:49.564Z[ recovery-image] Aug 25 09:14:48.338 INFO O| Aug 25 09:14:48.338 INFO STEP 73 (remove_files) COMPLETE
91382026-08-25T09:14:49.564Z[ recovery-image] Aug 25 09:14:48.338 INFO O| Aug 25 09:14:48.338 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-08-25T09:14:49.574Z[ recovery-image] Aug 25 09:14:48.348 INFO O| Aug 25 09:14:48.348 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91402026-08-25T09:14:49.574Z[ recovery-image] Aug 25 09:14:48.348 INFO O| Aug 25 09:14:48.348 INFO STEP 74 (remove_files) COMPLETE
91412026-08-25T09:14:49.574Z[ recovery-image] Aug 25 09:14:48.348 INFO O| Aug 25 09:14:48.348 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-08-25T09:14:49.584Z[ recovery-image] Aug 25 09:14:48.358 INFO O| Aug 25 09:14:48.358 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91432026-08-25T09:14:49.584Z[ recovery-image] Aug 25 09:14:48.358 INFO O| Aug 25 09:14:48.358 INFO STEP 75 (remove_files) COMPLETE
91442026-08-25T09:14:49.584Z[ recovery-image] Aug 25 09:14:48.358 INFO O| Aug 25 09:14:48.358 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-08-25T09:14:49.594Z[ recovery-image] Aug 25 09:14:48.368 INFO O| Aug 25 09:14:48.368 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91462026-08-25T09:14:49.594Z[ recovery-image] Aug 25 09:14:48.369 INFO O| Aug 25 09:14:48.369 INFO STEP 76 (remove_files) COMPLETE
91472026-08-25T09:14:49.594Z[ recovery-image] Aug 25 09:14:48.369 INFO O| Aug 25 09:14:48.369 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-08-25T09:14:49.605Z[ recovery-image] Aug 25 09:14:48.379 INFO O| Aug 25 09:14:48.379 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91492026-08-25T09:14:49.605Z[ recovery-image] Aug 25 09:14:48.379 INFO O| Aug 25 09:14:48.379 INFO STEP 77 (remove_files) COMPLETE
91502026-08-25T09:14:49.608Z[ recovery-image] Aug 25 09:14:48.379 INFO O| Aug 25 09:14:48.379 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-08-25T09:14:49.615Z[ recovery-image] Aug 25 09:14:48.389 INFO O| Aug 25 09:14:48.389 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91522026-08-25T09:14:49.615Z[ recovery-image] Aug 25 09:14:48.389 INFO O| Aug 25 09:14:48.389 INFO STEP 78 (remove_files) COMPLETE
91532026-08-25T09:14:49.619Z[ recovery-image] Aug 25 09:14:48.389 INFO O| Aug 25 09:14:48.389 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-08-25T09:14:49.625Z[ recovery-image] Aug 25 09:14:48.399 INFO O| Aug 25 09:14:48.399 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91552026-08-25T09:14:49.628Z[ recovery-image] Aug 25 09:14:48.399 INFO O| Aug 25 09:14:48.399 INFO STEP 79 (remove_files) COMPLETE
91562026-08-25T09:14:49.628Z[ recovery-image] Aug 25 09:14:48.399 INFO O| Aug 25 09:14:48.399 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-08-25T09:14:49.634Z[ recovery-image] Aug 25 09:14:48.409 INFO O| Aug 25 09:14:48.408 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91582026-08-25T09:14:49.634Z[ recovery-image] Aug 25 09:14:48.409 INFO O| Aug 25 09:14:48.409 INFO STEP 80 (remove_files) COMPLETE
91592026-08-25T09:14:49.637Z[ recovery-image] Aug 25 09:14:48.409 INFO O| Aug 25 09:14:48.409 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-08-25T09:14:49.645Z[ recovery-image] Aug 25 09:14:48.419 INFO O| Aug 25 09:14:48.419 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91612026-08-25T09:14:49.645Z[ recovery-image] Aug 25 09:14:48.419 INFO O| Aug 25 09:14:48.419 INFO STEP 81 (remove_files) COMPLETE
91622026-08-25T09:14:49.645Z[ recovery-image] Aug 25 09:14:48.419 INFO O| Aug 25 09:14:48.419 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-08-25T09:14:49.654Z[ recovery-image] Aug 25 09:14:48.428 INFO O| Aug 25 09:14:48.428 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91642026-08-25T09:14:49.654Z[ recovery-image] Aug 25 09:14:48.428 INFO O| Aug 25 09:14:48.428 INFO STEP 82 (remove_files) COMPLETE
91652026-08-25T09:14:49.654Z[ recovery-image] Aug 25 09:14:48.428 INFO O| Aug 25 09:14:48.428 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-08-25T09:14:49.665Z[ recovery-image] Aug 25 09:14:48.439 INFO O| Aug 25 09:14:48.439 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91672026-08-25T09:14:49.665Z[ recovery-image] Aug 25 09:14:48.439 INFO O| Aug 25 09:14:48.439 INFO STEP 83 (remove_files) COMPLETE
91682026-08-25T09:14:49.668Z[ recovery-image] Aug 25 09:14:48.439 INFO O| Aug 25 09:14:48.439 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-08-25T09:14:49.675Z[ recovery-image] Aug 25 09:14:48.449 INFO O| Aug 25 09:14:48.449 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91702026-08-25T09:14:49.675Z[ recovery-image] Aug 25 09:14:48.449 INFO O| Aug 25 09:14:48.449 INFO STEP 84 (remove_files) COMPLETE
91712026-08-25T09:14:49.679Z[ recovery-image] Aug 25 09:14:48.450 INFO O| Aug 25 09:14:48.449 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-08-25T09:14:49.685Z[ recovery-image] Aug 25 09:14:48.459 INFO O| Aug 25 09:14:48.459 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91732026-08-25T09:14:49.685Z[ recovery-image] Aug 25 09:14:48.459 INFO O| Aug 25 09:14:48.459 INFO STEP 85 (remove_files) COMPLETE
91742026-08-25T09:14:49.688Z[ recovery-image] Aug 25 09:14:48.459 INFO O| Aug 25 09:14:48.459 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-08-25T09:14:49.700Z[ recovery-image] Aug 25 09:14:48.474 INFO O| Aug 25 09:14:48.474 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91762026-08-25T09:14:49.703Z[ recovery-image] Aug 25 09:14:48.474 INFO O| Aug 25 09:14:48.474 INFO STEP 86 (remove_files) COMPLETE
91772026-08-25T09:14:49.703Z[ recovery-image] Aug 25 09:14:48.474 INFO O| Aug 25 09:14:48.474 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-08-25T09:14:49.710Z[ recovery-image] Aug 25 09:14:48.484 INFO O| Aug 25 09:14:48.484 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91792026-08-25T09:14:49.710Z[ recovery-image] Aug 25 09:14:48.484 INFO O| Aug 25 09:14:48.484 INFO STEP 87 (remove_files) COMPLETE
91802026-08-25T09:14:49.710Z[ recovery-image] Aug 25 09:14:48.484 INFO O| Aug 25 09:14:48.484 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-08-25T09:14:49.719Z[ recovery-image] Aug 25 09:14:48.493 INFO O| Aug 25 09:14:48.493 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91822026-08-25T09:14:49.719Z[ recovery-image] Aug 25 09:14:48.493 INFO O| Aug 25 09:14:48.493 INFO STEP 88 (remove_files) COMPLETE
91832026-08-25T09:14:49.722Z[ recovery-image] Aug 25 09:14:48.493 INFO O| Aug 25 09:14:48.493 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-08-25T09:14:49.729Z[ recovery-image] Aug 25 09:14:48.503 INFO O| Aug 25 09:14:48.503 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91852026-08-25T09:14:49.729Z[ recovery-image] Aug 25 09:14:48.503 INFO O| Aug 25 09:14:48.503 INFO STEP 89 (remove_files) COMPLETE
91862026-08-25T09:14:49.730Z[ recovery-image] Aug 25 09:14:48.503 INFO O| Aug 25 09:14:48.503 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-08-25T09:14:49.738Z[ recovery-image] Aug 25 09:14:48.512 INFO O| Aug 25 09:14:48.512 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91882026-08-25T09:14:49.738Z[ recovery-image] Aug 25 09:14:48.512 INFO O| Aug 25 09:14:48.512 INFO STEP 90 (remove_files) COMPLETE
91892026-08-25T09:14:49.741Z[ recovery-image] Aug 25 09:14:48.512 INFO O| Aug 25 09:14:48.512 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-08-25T09:14:49.747Z[ recovery-image] Aug 25 09:14:48.521 INFO O| Aug 25 09:14:48.521 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91912026-08-25T09:14:49.747Z[ recovery-image] Aug 25 09:14:48.521 INFO O| Aug 25 09:14:48.521 INFO STEP 91 (remove_files) COMPLETE
91922026-08-25T09:14:49.750Z[ recovery-image] Aug 25 09:14:48.521 INFO O| Aug 25 09:14:48.521 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-08-25T09:14:49.758Z[ recovery-image] Aug 25 09:14:48.532 INFO O| Aug 25 09:14:48.532 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91942026-08-25T09:14:49.758Z[ recovery-image] Aug 25 09:14:48.532 INFO O| Aug 25 09:14:48.532 INFO STEP 92 (remove_files) COMPLETE
91952026-08-25T09:14:49.762Z[ recovery-image] Aug 25 09:14:48.532 INFO O| Aug 25 09:14:48.532 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-08-25T09:14:49.768Z[ recovery-image] Aug 25 09:14:48.542 INFO O| Aug 25 09:14:48.542 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91972026-08-25T09:14:49.768Z[ recovery-image] Aug 25 09:14:48.543 INFO O| Aug 25 09:14:48.543 INFO STEP 93 (remove_files) COMPLETE
91982026-08-25T09:14:49.768Z[ recovery-image] Aug 25 09:14:48.543 INFO O| Aug 25 09:14:48.543 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-08-25T09:14:49.778Z[ recovery-image] Aug 25 09:14:48.552 INFO O| Aug 25 09:14:48.552 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92002026-08-25T09:14:49.778Z[ recovery-image] Aug 25 09:14:48.552 INFO O| Aug 25 09:14:48.552 INFO STEP 94 (remove_files) COMPLETE
92012026-08-25T09:14:49.778Z[ recovery-image] Aug 25 09:14:48.552 INFO O| Aug 25 09:14:48.552 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-08-25T09:14:49.788Z[ recovery-image] Aug 25 09:14:48.562 INFO O| Aug 25 09:14:48.562 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92032026-08-25T09:14:49.788Z[ recovery-image] Aug 25 09:14:48.562 INFO O| Aug 25 09:14:48.562 INFO STEP 95 (remove_files) COMPLETE
92042026-08-25T09:14:49.791Z[ recovery-image] Aug 25 09:14:48.562 INFO O| Aug 25 09:14:48.562 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052026-08-25T09:14:49.798Z[ recovery-image] Aug 25 09:14:48.572 INFO O| Aug 25 09:14:48.572 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92062026-08-25T09:14:49.798Z[ recovery-image] Aug 25 09:14:48.572 INFO O| Aug 25 09:14:48.572 INFO STEP 96 (remove_files) COMPLETE
92072026-08-25T09:14:49.798Z[ recovery-image] Aug 25 09:14:48.572 INFO O| Aug 25 09:14:48.572 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082026-08-25T09:14:49.807Z[ recovery-image] Aug 25 09:14:48.581 INFO O| Aug 25 09:14:48.581 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92092026-08-25T09:14:49.807Z[ recovery-image] Aug 25 09:14:48.581 INFO O| Aug 25 09:14:48.581 INFO STEP 97 (remove_files) COMPLETE
92102026-08-25T09:14:49.807Z[ recovery-image] Aug 25 09:14:48.581 INFO O| Aug 25 09:14:48.581 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92112026-08-25T09:14:49.817Z[ recovery-image] Aug 25 09:14:48.591 INFO O| Aug 25 09:14:48.591 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92122026-08-25T09:14:49.817Z[ recovery-image] Aug 25 09:14:48.591 INFO O| Aug 25 09:14:48.591 INFO STEP 98 (remove_files) COMPLETE
92132026-08-25T09:14:49.820Z[ recovery-image] Aug 25 09:14:48.591 INFO O| Aug 25 09:14:48.591 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92142026-08-25T09:14:49.827Z[ recovery-image] Aug 25 09:14:48.601 INFO O| Aug 25 09:14:48.601 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92152026-08-25T09:14:49.827Z[ recovery-image] Aug 25 09:14:48.601 INFO O| Aug 25 09:14:48.601 INFO STEP 99 (remove_files) COMPLETE
92162026-08-25T09:14:49.827Z[ recovery-image] Aug 25 09:14:48.601 INFO O| Aug 25 09:14:48.601 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92172026-08-25T09:14:49.841Z[ recovery-image] Aug 25 09:14:48.615 INFO O| Aug 25 09:14:48.615 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92182026-08-25T09:14:49.841Z[ recovery-image] Aug 25 09:14:48.615 INFO O| Aug 25 09:14:48.615 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92192026-08-25T09:14:53.890Z[verify-libraries] Compiling oso v0.27.3
92202026-08-25T09:14:55.611Z[ recovery-image] Aug 25 09:14:54.385 INFO O| Aug 25 09:14:54.384 INFO O| Loading smf(7) service descriptions: 1/692/693/694/695/696/697/698/699/6910/6911/6912/6913/6914/6915/6916/6917/6918/6919/6920/6921/6922/6923/6924/6925/6926/6927/6928/6929/6930/6931/6932/6933/6934/6935/6936/6937/6938/6939/6940/6941/6942/6943/6944/6945/6946/6947/6948/6949/6950/6951/6952/6953/6954/6955/6956/6957/6958/6959/6960/6961/6962/6963/6964/6965/6966/6967/6968/6969/69
92212026-08-25T09:14:55.611Z[ recovery-image] Aug 25 09:14:54.385 INFO O| Aug 25 09:14:54.385 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92222026-08-25T09:14:55.628Z[ recovery-image] Aug 25 09:14:54.399 INFO O| Aug 25 09:14:54.399 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92232026-08-25T09:14:55.723Z[ recovery-image] Aug 25 09:14:54.497 INFO O| Aug 25 09:14:54.497 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92242026-08-25T09:14:55.830Z[ recovery-image] Aug 25 09:14:54.603 INFO O| Aug 25 09:14:54.603 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"}
92252026-08-25T09:14:55.896Z[ recovery-image] Aug 25 09:14:54.670 INFO O| Aug 25 09:14:54.670 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92262026-08-25T09:14:55.896Z[ recovery-image] Aug 25 09:14:54.670 INFO O| Aug 25 09:14:54.670 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 ...
92272026-08-25T09:14:55.899Z[ recovery-image] Aug 25 09:14:54.672 INFO O| Aug 25 09:14:54.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92282026-08-25T09:14:55.899Z[ recovery-image] Aug 25 09:14:54.672 INFO O| Aug 25 09:14:54.672 INFO ok!
92292026-08-25T09:14:55.899Z[ recovery-image] Aug 25 09:14:54.672 INFO O| Aug 25 09:14:54.672 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92302026-08-25T09:14:55.899Z[ recovery-image] Aug 25 09:14:54.672 INFO O| Aug 25 09:14:54.672 INFO STEP 100 (seed_smf) COMPLETE
92312026-08-25T09:14:55.899Z[ recovery-image] Aug 25 09:14:54.672 INFO O| Aug 25 09:14:54.672 INFO steps complete; finalising image!
92322026-08-25T09:14:55.899Z[ recovery-image] Aug 25 09:14:54.672 INFO O| Aug 25 09:14:54.672 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92332026-08-25T09:14:55.971Z[ recovery-image] Aug 25 09:14:54.743 INFO O| Aug 25 09:14:54.729 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 25 09:14:54 2026)
92342026-08-25T09:14:56.161Z[ recovery-image] Aug 25 09:14:54.935 INFO O| Aug 25 09:14:54.935 INFO trim TEMPORARY-sled-zfs-recovery: (31% trimmed, started at Tue Aug 25 09:14:54 2026)
92352026-08-25T09:14:56.378Z[ recovery-image] Aug 25 09:14:55.148 INFO O| Aug 25 09:14:55.148 INFO trim TEMPORARY-sled-zfs-recovery: (53% trimmed, started at Tue Aug 25 09:14:54 2026)
92362026-08-25T09:14:56.588Z[ recovery-image] Aug 25 09:14:55.360 INFO O| Aug 25 09:14:55.360 INFO trim TEMPORARY-sled-zfs-recovery: (65% trimmed, started at Tue Aug 25 09:14:54 2026)
92372026-08-25T09:14:56.793Z[ recovery-image] Aug 25 09:14:55.567 INFO O| Aug 25 09:14:55.567 INFO trim TEMPORARY-sled-zfs-recovery: (71% trimmed, started at Tue Aug 25 09:14:54 2026)
92382026-08-25T09:14:57.003Z[ recovery-image] Aug 25 09:14:55.774 INFO O| Aug 25 09:14:55.774 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92392026-08-25T09:14:57.206Z[ recovery-image] Aug 25 09:14:55.980 INFO O| Aug 25 09:14:55.980 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92402026-08-25T09:14:57.413Z[ recovery-image] Aug 25 09:14:56.186 INFO O| Aug 25 09:14:56.186 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92412026-08-25T09:14:57.620Z[ recovery-image] Aug 25 09:14:56.393 INFO O| Aug 25 09:14:56.393 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92422026-08-25T09:14:57.826Z[ recovery-image] Aug 25 09:14:56.599 INFO O| Aug 25 09:14:56.599 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92432026-08-25T09:14:58.032Z[ recovery-image] Aug 25 09:14:56.805 INFO O| Aug 25 09:14:56.805 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92442026-08-25T09:14:58.247Z[ recovery-image] Aug 25 09:14:57.019 INFO O| Aug 25 09:14:57.013 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92452026-08-25T09:14:58.446Z[ recovery-image] Aug 25 09:14:57.219 INFO O| Aug 25 09:14:57.219 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92462026-08-25T09:14:58.653Z[ recovery-image] Aug 25 09:14:57.426 INFO O| Aug 25 09:14:57.425 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92472026-08-25T09:14:58.858Z[ recovery-image] Aug 25 09:14:57.632 INFO O| Aug 25 09:14:57.632 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92482026-08-25T09:14:59.065Z[ recovery-image] Aug 25 09:14:57.839 INFO O| Aug 25 09:14:57.839 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92492026-08-25T09:14:59.271Z[ recovery-image] Aug 25 09:14:58.044 INFO O| Aug 25 09:14:58.044 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92502026-08-25T09:14:59.478Z[ recovery-image] Aug 25 09:14:58.250 INFO O| Aug 25 09:14:58.250 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92512026-08-25T09:14:59.682Z[ recovery-image] Aug 25 09:14:58.455 INFO O| Aug 25 09:14:58.455 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92522026-08-25T09:14:59.889Z[ recovery-image] Aug 25 09:14:58.662 INFO O| Aug 25 09:14:58.662 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92532026-08-25T09:15:00.093Z[ recovery-image] Aug 25 09:14:58.867 INFO O| Aug 25 09:14:58.867 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
92542026-08-25T09:15:00.102Z[ host-image] Aug 25 09:14:58.874 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92552026-08-25T09:15:00.102Z[ host-image] Aug 25 09:14:58.874 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92562026-08-25T09:15:00.106Z[ host-image] Aug 25 09:14:58.874 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92572026-08-25T09:15:00.106Z[ host-image] Aug 25 09:14:58.874 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92582026-08-25T09:15:00.106Z[ host-image] Aug 25 09:14:58.874 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92592026-08-25T09:15:00.106Z[ host-image] Aug 25 09:14:58.874 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92602026-08-25T09:15:00.106Z[ host-image] Aug 25 09:14:58.874 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92612026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.874 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92622026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.875 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260825T090020Z
92632026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.875 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92642026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.875 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92652026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.875 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92662026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.875 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92672026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.875 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92682026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92692026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92702026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92712026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92722026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92732026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92742026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92752026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92762026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92772026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92782026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92792026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92802026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.876 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92812026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92822026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92832026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92842026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92852026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92862026-08-25T09:15:00.107Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92872026-08-25T09:15:00.108Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92882026-08-25T09:15:00.108Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
92892026-08-25T09:15:00.108Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
92902026-08-25T09:15:00.108Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
92912026-08-25T09:15:00.108Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
92922026-08-25T09:15:00.108Z[ host-image] Aug 25 09:14:58.877 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
92932026-08-25T09:15:00.117Z[ host-image] Aug 25 09:14:58.880 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92942026-08-25T09:15:00.117Z[ host-image] Aug 25 09:14:58.880 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
92952026-08-25T09:15:00.117Z[ host-image] Aug 25 09:14:58.880 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92962026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.880 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92972026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.880 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92982026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.880 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92992026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.880 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93002026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.880 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93012026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.880 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93022026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.881 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93032026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.881 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93042026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.884 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93052026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.884 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93062026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.884 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93072026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.884 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93082026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.885 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93092026-08-25T09:15:00.118Z[ host-image] Aug 25 09:14:58.885 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93102026-08-25T09:15:00.123Z[ host-image] Aug 25 09:14:58.896 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93112026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.896 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93122026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.896 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93132026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93142026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93152026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93162026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93172026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93182026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93192026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93202026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93212026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93222026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.897 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93232026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.898 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93242026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.898 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93252026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.898 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93262026-08-25T09:15:00.130Z[ host-image] Aug 25 09:14:58.898 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93272026-08-25T09:15:00.131Z[ host-image] Aug 25 09:14:58.898 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93282026-08-25T09:15:00.131Z[ host-image] Aug 25 09:14:58.902 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93292026-08-25T09:15:00.131Z[ host-image] Aug 25 09:14:58.902 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93302026-08-25T09:15:00.136Z[ host-image] Aug 25 09:14:58.903 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93312026-08-25T09:15:00.136Z[ host-image] Aug 25 09:14:58.903 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93322026-08-25T09:15:00.136Z[ host-image] Aug 25 09:14:58.903 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93332026-08-25T09:15:00.136Z[ host-image] Aug 25 09:14:58.903 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93342026-08-25T09:15:00.136Z[ host-image] Aug 25 09:14:58.903 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93352026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.903 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93362026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.903 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93372026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.904 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93382026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.904 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93392026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.905 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93402026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.905 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93412026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.905 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93422026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.905 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93432026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.905 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93442026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.905 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93452026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.907 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93462026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.907 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93472026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.907 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93482026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.907 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93492026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.908 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93502026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.908 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93512026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.908 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93522026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.908 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93532026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.908 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93542026-08-25T09:15:00.137Z[ host-image] Aug 25 09:14:58.908 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93552026-08-25T09:15:00.143Z[ host-image] Aug 25 09:14:58.911 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93562026-08-25T09:15:00.143Z[ host-image] Aug 25 09:14:58.911 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93572026-08-25T09:15:00.143Z[ host-image] Aug 25 09:14:58.911 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93582026-08-25T09:15:00.144Z[ host-image] Aug 25 09:14:58.912 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93592026-08-25T09:15:00.144Z[ host-image] Aug 25 09:14:58.912 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93602026-08-25T09:15:00.147Z[ host-image] Aug 25 09:14:58.917 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93612026-08-25T09:15:00.147Z[ host-image] Aug 25 09:14:58.917 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93622026-08-25T09:15:00.147Z[ host-image] Aug 25 09:14:58.917 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93632026-08-25T09:15:00.147Z[ host-image] Aug 25 09:14:58.917 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93642026-08-25T09:15:00.148Z[ host-image] Aug 25 09:14:58.918 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93652026-08-25T09:15:00.152Z[ host-image] Aug 25 09:14:58.926 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93662026-08-25T09:15:00.152Z[ host-image] Aug 25 09:14:58.926 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93672026-08-25T09:15:00.152Z[ host-image] Aug 25 09:14:58.926 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93682026-08-25T09:15:00.152Z[ host-image] Aug 25 09:14:58.926 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93692026-08-25T09:15:00.152Z[ host-image] Aug 25 09:14:58.926 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93702026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.926 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93712026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.926 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93722026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.927 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93732026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.927 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93742026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.927 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93752026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.927 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93762026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.927 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93772026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.927 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93782026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93792026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93802026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93812026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93822026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93832026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93842026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93852026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93862026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93872026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.928 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93882026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.929 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
93892026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.929 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93902026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.929 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93912026-08-25T09:15:00.158Z[ host-image] Aug 25 09:14:58.929 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93922026-08-25T09:15:00.159Z[ host-image] Aug 25 09:14:58.929 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93932026-08-25T09:15:00.159Z[ host-image] Aug 25 09:14:58.929 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93942026-08-25T09:15:00.159Z[ host-image] Aug 25 09:14:58.929 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93952026-08-25T09:15:00.159Z[ host-image] Aug 25 09:14:58.930 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93962026-08-25T09:15:00.159Z[ host-image] Aug 25 09:14:58.930 INFO O| tempdir @ "/tmp/.tmpJ4kE5j/tmp"
93972026-08-25T09:15:00.159Z[ host-image] Aug 25 09:14:58.930 INFO O| image root @ "/tmp/.tmpJ4kE5j/tmp/root"
93982026-08-25T09:15:00.159Z[ host-image] Aug 25 09:14:58.930 INFO O| creating image...
93992026-08-25T09:15:00.300Z[ recovery-image] Aug 25 09:14:59.073 INFO O| Aug 25 09:14:59.073 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Tue Aug 25 09:14:54 2026)
94002026-08-25T09:15:00.507Z[ recovery-image] Aug 25 09:14:59.280 INFO O| Aug 25 09:14:59.280 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 25 09:14:54 2026)
94012026-08-25T09:15:00.732Z[ recovery-image] Aug 25 09:14:59.503 INFO O| Aug 25 09:14:59.503 INFO temporary pool has 512M used, 1.25G avail, 1.00x compressratio
94022026-08-25T09:15:00.732Z[ recovery-image] Aug 25 09:14:59.503 INFO O| Aug 25 09:14:59.503 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
94032026-08-25T09:15:01.898Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94042026-08-25T09:15:02.364Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94052026-08-25T09:15:03.304Z[ recovery-image] Aug 25 09:15:02.055 INFO O| Aug 25 09:15:02.055 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
94062026-08-25T09:15:03.305Z[ recovery-image] Aug 25 09:15:02.055 INFO O| Aug 25 09:15:02.055 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
94072026-08-25T09:15:04.762Z[ host-image] Aug 25 09:15:03.532 INFO O| copying publishers...
94082026-08-25T09:15:05.861Z[ recovery-image] Aug 25 09:15:04.635 INFO O| Aug 25 09:15:04.635 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94092026-08-25T09:15:05.861Z[ recovery-image] Aug 25 09:15:04.635 INFO O| Aug 25 09:15:04.635 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94102026-08-25T09:15:05.861Z[ recovery-image] Aug 25 09:15:04.635 INFO O| Aug 25 09:15:04.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94112026-08-25T09:15:05.867Z[ recovery-image] Aug 25 09:15:04.635 INFO O| Aug 25 09:15:04.635 INFO completed processing sled/zfs-recovery
94122026-08-25T09:15:05.867Z[ recovery-image] Aug 25 09:15:04.635 INFO O| Aug 25 09:15:04.635 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94132026-08-25T09:15:08.371Z[ recovery-image] Aug 25 09:15:07.145 INFO O| Aug 25 09:15:07.145 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94142026-08-25T09:15:08.621Z[ recovery-image] Aug 25 09:15:07.394 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94152026-08-25T09:15:08.621Z[ recovery-image] Aug 25 09:15:07.394 INFO expanded image name: "recovery 24d1aaa/${os_short_commit} 2026-08-25 09:00" -> "recovery 24d1aaa/bbd33bf 2026-08-25 09:00"
94162026-08-25T09:15:08.626Z[ recovery-image] Aug 25 09:15:07.394 INFO output artefacts stored in: "/work/os-recovery"
94172026-08-25T09:15:08.627Z[ recovery-image] Aug 25 09:15:07.395 INFO collecting git info from project "phbl"...
94182026-08-25T09:15:08.632Z[ recovery-image] Aug 25 09:15:07.403 INFO collecting git info from project "bootserver"...
94192026-08-25T09:15:08.636Z[ recovery-image] Aug 25 09:15:07.409 INFO collecting git info from project "amd-host-image-builder"...
94202026-08-25T09:15:08.680Z[ recovery-image] Aug 25 09:15:07.451 INFO collecting git info from project "pilot"...
94212026-08-25T09:15:08.687Z[ recovery-image] Aug 25 09:15:07.461 INFO collecting git info from project "chelsio-t6-roms"...
94222026-08-25T09:15:08.706Z[ recovery-image] Aug 25 09:15:07.480 INFO collecting git info from project "dmar-report"...
94232026-08-25T09:15:08.783Z[ recovery-image] Aug 25 09:15:07.542 INFO collecting git info from project "pinprick"...
94242026-08-25T09:15:08.799Z[ recovery-image] Aug 25 09:15:07.570 INFO collecting git info from project "amd-firmware"...
94252026-08-25T09:15:08.880Z[ host-image] Aug 25 09:15:07.654 INFO O| adding properties...
94262026-08-25T09:15:09.304Z[ recovery-image] Aug 25 09:15:08.076 INFO collecting git info from project "image-builder"...
94272026-08-25T09:15:09.313Z[ recovery-image] Aug 25 09:15:08.087 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94282026-08-25T09:15:09.988Z[ host-image] Aug 25 09:15:08.762 INFO O| installing packages...
94292026-08-25T09:15:10.152Z[ recovery-image] Aug 25 09:15:08.926 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94302026-08-25T09:15:10.596Z[ recovery-image] Aug 25 09:15:09.369 INFO creating Oxide boot image...
94312026-08-25T09:15:10.596Z[ recovery-image] Aug 25 09:15:09.369 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 24d1aaa/bbd33bf 2026-08-25 09:00", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94322026-08-25T09:15:11.736Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94332026-08-25T09:15:12.133Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94342026-08-25T09:15:16.295Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94352026-08-25T09:15:16.774Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94362026-08-25T09:15:17.611Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94372026-08-25T09:15:18.349Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94382026-08-25T09:15:21.768Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94392026-08-25T09:15:22.846Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94402026-08-25T09:15:24.763Z[ host-image] Aug 25 09:15:23.537 INFO O| seeding SMF database...
94412026-08-25T09:15:24.806Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94422026-08-25T09:15:29.861Z[ host-image] Aug 25 09:15:28.635 INFO O| configuring SMF profile...
94432026-08-25T09:15:29.862Z[ host-image] Aug 25 09:15:28.635 INFO O| modifying shadow(5)...
94442026-08-25T09:15:29.867Z[ host-image] Aug 25 09:15:28.635 INFO O| loading user and group database...
94452026-08-25T09:15:29.867Z[ host-image] Aug 25 09:15:28.635 INFO O| loading facet selections...
94462026-08-25T09:15:30.229Z[ host-image] Aug 25 09:15:29.003 INFO O| devel -> true
94472026-08-25T09:15:30.229Z[ host-image] Aug 25 09:15:29.003 INFO O| doc.man -> true
94482026-08-25T09:15:30.233Z[ host-image] Aug 25 09:15:29.003 INFO O| version-lock.shell/ksh93 -> true
94492026-08-25T09:15:30.233Z[ host-image] Aug 25 09:15:29.003 INFO O| version-lock.system/data/hardware-registry -> true
94502026-08-25T09:15:30.233Z[ host-image] Aug 25 09:15:29.003 INFO O| version-lock.system/data/zoneinfo -> true
94512026-08-25T09:15:30.233Z[ host-image] Aug 25 09:15:29.003 INFO O| version-lock.system/microcode/amd -> true
94522026-08-25T09:15:30.233Z[ host-image] Aug 25 09:15:29.003 INFO O| version-lock.system/microcode/intel -> true
94532026-08-25T09:15:30.233Z[ host-image] Aug 25 09:15:29.003 INFO O| version-lock.system/microcode/oxide -> true
94542026-08-25T09:15:30.233Z[ host-image] Aug 25 09:15:29.003 INFO O| assessing packaged files...
94552026-08-25T09:15:31.939Z[ host-image] Aug 25 09:15:30.712 INFO O| creating archive...
94562026-08-25T09:15:31.960Z[ host-image] Aug 25 09:15:30.734 INFO O| missing from packaging:
94572026-08-25T09:15:31.961Z[ host-image] Aug 25 09:15:30.734 INFO O| "etc/.pwd.lock"
94582026-08-25T09:15:31.962Z[ host-image] Aug 25 09:15:30.734 INFO O| "etc/bash"
94592026-08-25T09:15:31.965Z[ host-image] Aug 25 09:15:30.737 INFO O| "etc/svc/profile/generic.xml"
94602026-08-25T09:15:31.965Z[ host-image] Aug 25 09:15:30.738 INFO O| "etc/svc/profile/inetd_services.xml"
94612026-08-25T09:15:31.965Z[ host-image] Aug 25 09:15:30.738 INFO O| "etc/svc/profile/name_service.xml"
94622026-08-25T09:15:31.965Z[ host-image] Aug 25 09:15:30.738 INFO O| "etc/svc/profile/platform.xml"
94632026-08-25T09:15:31.965Z[ host-image] Aug 25 09:15:30.738 INFO O| "etc/svc/profile/platform_omicron1.xml"
94642026-08-25T09:15:31.965Z[ host-image] Aug 25 09:15:30.738 INFO O| "etc/svc/repository.db"
94652026-08-25T09:15:31.971Z[ host-image] Aug 25 09:15:30.744 INFO O| "opt/ooce/share"
94662026-08-25T09:15:31.971Z[ host-image] Aug 25 09:15:30.744 INFO O| "opt/ooce/share/man"
94672026-08-25T09:15:31.971Z[ host-image] Aug 25 09:15:30.744 INFO O| "opt/ooce/share/man/man1"
94682026-08-25T09:15:31.979Z[ host-image] Aug 25 09:15:30.753 INFO O| finishing archive...
94692026-08-25T09:15:32.036Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94702026-08-25T09:15:34.360Z[ host-image] Aug 25 09:15:33.133 INFO O| creating gzonly manifest...
94712026-08-25T09:15:34.366Z[ host-image] Aug 25 09:15:33.140 INFO O| ok
94722026-08-25T09:15:34.472Z[ host-image] Aug 25 09:15:33.245 INFO image builder template: ramdisk-02-trim...
94732026-08-25T09:15:34.472Z[ host-image] Aug 25 09:15:33.245 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/.tmprfUmyL/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
94742026-08-25T09:15:34.491Z[ host-image] Aug 25 09:15:33.265 INFO O| Aug 25 09:15:33.265 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94752026-08-25T09:15:34.494Z[ host-image] Aug 25 09:15:33.268 INFO O| Aug 25 09:15:33.268 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94762026-08-25T09:15:34.966Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94772026-08-25T09:15:35.304Z[ host-image] Aug 25 09:15:34.078 INFO O| Aug 25 09:15:34.078 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94782026-08-25T09:15:35.526Z[ host-image] Aug 25 09:15:34.300 INFO O| Aug 25 09:15:34.300 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94792026-08-25T09:15:35.526Z[ host-image] Aug 25 09:15:34.300 INFO O| Aug 25 09:15:34.300 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94802026-08-25T09:15:35.531Z[ host-image] Aug 25 09:15:34.305 INFO O| Aug 25 09:15:34.305 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94812026-08-25T09:15:35.535Z[ host-image] Aug 25 09:15:34.309 INFO O| Aug 25 09:15:34.309 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94822026-08-25T09:15:35.540Z[ host-image] Aug 25 09:15:34.313 INFO O| Aug 25 09:15:34.313 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94832026-08-25T09:15:36.139Z[ host-image] Aug 25 09:15:34.911 INFO O| Aug 25 09:15:34.911 INFO rolled back to input snapshot; work may begin
94842026-08-25T09:15:36.139Z[ host-image] Aug 25 09:15:34.911 INFO O| Aug 25 09:15:34.911 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94852026-08-25T09:15:36.142Z[ host-image] Aug 25 09:15:34.915 INFO O| Aug 25 09:15:34.915 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-25T09:15:36.147Z[ host-image] Aug 25 09:15:34.921 INFO O| Aug 25 09:15:34.921 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94872026-08-25T09:15:36.185Z[ host-image] Aug 25 09:15:34.959 INFO O| Aug 25 09:15:34.959 INFO STEP 0 (remove_files) COMPLETE
94882026-08-25T09:15:36.185Z[ host-image] Aug 25 09:15:34.959 INFO O| Aug 25 09:15:34.959 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-25T09:15:36.195Z[ host-image] Aug 25 09:15:34.969 INFO O| Aug 25 09:15:34.968 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94902026-08-25T09:15:36.201Z[ host-image] Aug 25 09:15:34.970 INFO O| Aug 25 09:15:34.970 INFO STEP 1 (remove_files) COMPLETE
94912026-08-25T09:15:36.201Z[ host-image] Aug 25 09:15:34.970 INFO O| Aug 25 09:15:34.970 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-25T09:15:36.204Z[ host-image] Aug 25 09:15:34.977 INFO O| Aug 25 09:15:34.977 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94932026-08-25T09:15:36.216Z[ host-image] Aug 25 09:15:34.990 INFO O| Aug 25 09:15:34.990 INFO STEP 2 (remove_files) COMPLETE
94942026-08-25T09:15:36.216Z[ host-image] Aug 25 09:15:34.990 INFO O| Aug 25 09:15:34.990 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-25T09:15:36.225Z[ host-image] Aug 25 09:15:34.999 INFO O| Aug 25 09:15:34.999 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94962026-08-25T09:15:36.228Z[ host-image] Aug 25 09:15:35.000 INFO O| Aug 25 09:15:35.000 INFO STEP 3 (remove_files) COMPLETE
94972026-08-25T09:15:36.228Z[ host-image] Aug 25 09:15:35.000 INFO O| Aug 25 09:15:35.000 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-25T09:15:36.235Z[ host-image] Aug 25 09:15:35.009 INFO O| Aug 25 09:15:35.009 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94992026-08-25T09:15:36.238Z[ host-image] Aug 25 09:15:35.011 INFO O| Aug 25 09:15:35.011 INFO STEP 4 (remove_files) COMPLETE
95002026-08-25T09:15:36.238Z[ host-image] Aug 25 09:15:35.011 INFO O| Aug 25 09:15:35.011 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-25T09:15:36.246Z[ host-image] Aug 25 09:15:35.020 INFO O| Aug 25 09:15:35.020 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95022026-08-25T09:15:36.250Z[ host-image] Aug 25 09:15:35.022 INFO O| Aug 25 09:15:35.022 INFO STEP 5 (remove_files) COMPLETE
95032026-08-25T09:15:36.250Z[ host-image] Aug 25 09:15:35.022 INFO O| Aug 25 09:15:35.022 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-25T09:15:36.257Z[ host-image] Aug 25 09:15:35.031 INFO O| Aug 25 09:15:35.031 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95052026-08-25T09:15:36.266Z[ host-image] Aug 25 09:15:35.040 INFO O| Aug 25 09:15:35.040 INFO STEP 6 (remove_files) COMPLETE
95062026-08-25T09:15:36.266Z[ host-image] Aug 25 09:15:35.040 INFO O| Aug 25 09:15:35.040 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-25T09:15:36.267Z[ host-image] Aug 25 09:15:35.040 INFO O| Aug 25 09:15:35.040 INFO skip step because feature "heliosv2" is not enabled
95082026-08-25T09:15:36.270Z[ host-image] Aug 25 09:15:35.040 INFO O| Aug 25 09:15:35.040 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-25T09:15:36.275Z[ host-image] Aug 25 09:15:35.049 INFO O| Aug 25 09:15:35.049 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95102026-08-25T09:15:36.285Z[ host-image] Aug 25 09:15:35.059 INFO O| Aug 25 09:15:35.059 INFO STEP 8 (remove_files) COMPLETE
95112026-08-25T09:15:36.288Z[ host-image] Aug 25 09:15:35.059 INFO O| Aug 25 09:15:35.059 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-25T09:15:36.293Z[ host-image] Aug 25 09:15:35.067 INFO O| Aug 25 09:15:35.067 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95132026-08-25T09:15:36.358Z[ host-image] Aug 25 09:15:35.132 INFO O| Aug 25 09:15:35.131 INFO STEP 9 (remove_files) COMPLETE
95142026-08-25T09:15:36.358Z[ host-image] Aug 25 09:15:35.132 INFO O| Aug 25 09:15:35.132 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-25T09:15:36.366Z[ host-image] Aug 25 09:15:35.140 INFO O| Aug 25 09:15:35.140 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95162026-08-25T09:15:36.438Z[ host-image] Aug 25 09:15:35.212 INFO O| Aug 25 09:15:35.212 INFO STEP 10 (remove_files) COMPLETE
95172026-08-25T09:15:36.438Z[ host-image] Aug 25 09:15:35.212 INFO O| Aug 25 09:15:35.212 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-25T09:15:36.446Z[ host-image] Aug 25 09:15:35.220 INFO O| Aug 25 09:15:35.220 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95192026-08-25T09:15:36.449Z[ host-image] Aug 25 09:15:35.222 INFO O| Aug 25 09:15:35.222 INFO STEP 11 (remove_files) COMPLETE
95202026-08-25T09:15:36.449Z[ host-image] Aug 25 09:15:35.222 INFO O| Aug 25 09:15:35.222 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-25T09:15:36.456Z[ host-image] Aug 25 09:15:35.230 INFO O| Aug 25 09:15:35.230 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95222026-08-25T09:15:36.460Z[ host-image] Aug 25 09:15:35.231 INFO O| Aug 25 09:15:35.231 INFO STEP 12 (remove_files) COMPLETE
95232026-08-25T09:15:36.460Z[ host-image] Aug 25 09:15:35.231 INFO O| Aug 25 09:15:35.231 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-25T09:15:36.465Z[ host-image] Aug 25 09:15:35.239 INFO O| Aug 25 09:15:35.239 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95252026-08-25T09:15:36.468Z[ host-image] Aug 25 09:15:35.240 INFO O| Aug 25 09:15:35.240 INFO STEP 13 (remove_files) COMPLETE
95262026-08-25T09:15:36.468Z[ host-image] Aug 25 09:15:35.240 INFO O| Aug 25 09:15:35.240 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-25T09:15:36.494Z[ host-image] Aug 25 09:15:35.268 INFO O| Aug 25 09:15:35.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95282026-08-25T09:15:36.498Z[ host-image] Aug 25 09:15:35.268 INFO O| Aug 25 09:15:35.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95292026-08-25T09:15:36.498Z[ host-image] Aug 25 09:15:35.268 INFO O| Aug 25 09:15:35.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95302026-08-25T09:15:36.498Z[ host-image] Aug 25 09:15:35.268 INFO O| Aug 25 09:15:35.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95312026-08-25T09:15:36.498Z[ host-image] Aug 25 09:15:35.268 INFO O| Aug 25 09:15:35.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95322026-08-25T09:15:36.498Z[ host-image] Aug 25 09:15:35.268 INFO O| Aug 25 09:15:35.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95332026-08-25T09:15:36.498Z[ host-image] Aug 25 09:15:35.268 INFO O| Aug 25 09:15:35.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95342026-08-25T09:15:36.498Z[ host-image] Aug 25 09:15:35.268 INFO O| Aug 25 09:15:35.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95352026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.269 INFO O| Aug 25 09:15:35.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95362026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.269 INFO O| Aug 25 09:15:35.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95372026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.269 INFO O| Aug 25 09:15:35.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95382026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.269 INFO O| Aug 25 09:15:35.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95392026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.269 INFO O| Aug 25 09:15:35.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95402026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.269 INFO O| Aug 25 09:15:35.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95412026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.269 INFO O| Aug 25 09:15:35.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95422026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.269 INFO O| Aug 25 09:15:35.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95432026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.270 INFO O| Aug 25 09:15:35.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95442026-08-25T09:15:36.499Z[ host-image] Aug 25 09:15:35.270 INFO O| Aug 25 09:15:35.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95452026-08-25T09:15:36.528Z[ host-image] Aug 25 09:15:35.301 INFO O| Aug 25 09:15:35.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95462026-08-25T09:15:36.532Z[ host-image] Aug 25 09:15:35.306 INFO O| Aug 25 09:15:35.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95472026-08-25T09:15:36.717Z[ host-image] Aug 25 09:15:35.490 INFO O| Aug 25 09:15:35.490 INFO STEP 14 (remove_files) COMPLETE
95482026-08-25T09:15:36.717Z[ host-image] Aug 25 09:15:35.490 INFO O| Aug 25 09:15:35.490 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-25T09:15:36.726Z[ host-image] Aug 25 09:15:35.500 INFO O| Aug 25 09:15:35.500 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95502026-08-25T09:15:36.730Z[ host-image] Aug 25 09:15:35.501 INFO O| Aug 25 09:15:35.501 INFO STEP 15 (remove_files) COMPLETE
95512026-08-25T09:15:36.730Z[ host-image] Aug 25 09:15:35.501 INFO O| Aug 25 09:15:35.501 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-25T09:15:36.736Z[ host-image] Aug 25 09:15:35.510 INFO O| Aug 25 09:15:35.510 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95532026-08-25T09:15:36.742Z[ host-image] Aug 25 09:15:35.516 INFO O| Aug 25 09:15:35.516 INFO STEP 16 (remove_files) COMPLETE
95542026-08-25T09:15:36.742Z[ host-image] Aug 25 09:15:35.516 INFO O| Aug 25 09:15:35.516 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-25T09:15:36.751Z[ host-image] Aug 25 09:15:35.525 INFO O| Aug 25 09:15:35.525 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95562026-08-25T09:15:36.754Z[ host-image] Aug 25 09:15:35.525 INFO O| Aug 25 09:15:35.525 INFO STEP 17 (remove_files) COMPLETE
95572026-08-25T09:15:36.754Z[ host-image] Aug 25 09:15:35.525 INFO O| Aug 25 09:15:35.525 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-25T09:15:36.760Z[ host-image] Aug 25 09:15:35.534 INFO O| Aug 25 09:15:35.534 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95592026-08-25T09:15:36.763Z[ host-image] Aug 25 09:15:35.535 INFO O| Aug 25 09:15:35.535 INFO STEP 18 (remove_files) COMPLETE
95602026-08-25T09:15:36.763Z[ host-image] Aug 25 09:15:35.535 INFO O| Aug 25 09:15:35.535 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-25T09:15:36.769Z[ host-image] Aug 25 09:15:35.543 INFO O| Aug 25 09:15:35.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95622026-08-25T09:15:36.769Z[ host-image] Aug 25 09:15:35.543 INFO O| Aug 25 09:15:35.543 INFO STEP 19 (remove_files) COMPLETE
95632026-08-25T09:15:36.772Z[ host-image] Aug 25 09:15:35.543 INFO O| Aug 25 09:15:35.543 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-25T09:15:36.779Z[ host-image] Aug 25 09:15:35.553 INFO O| Aug 25 09:15:35.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95652026-08-25T09:15:36.779Z[ host-image] Aug 25 09:15:35.553 INFO O| Aug 25 09:15:35.553 INFO STEP 20 (remove_files) COMPLETE
95662026-08-25T09:15:36.779Z[ host-image] Aug 25 09:15:35.553 INFO O| Aug 25 09:15:35.553 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-25T09:15:36.787Z[ host-image] Aug 25 09:15:35.561 INFO O| Aug 25 09:15:35.561 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95682026-08-25T09:15:36.790Z[ host-image] Aug 25 09:15:35.561 INFO O| Aug 25 09:15:35.561 INFO STEP 21 (remove_files) COMPLETE
95692026-08-25T09:15:36.790Z[ host-image] Aug 25 09:15:35.561 INFO O| Aug 25 09:15:35.561 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-25T09:15:36.796Z[ host-image] Aug 25 09:15:35.570 INFO O| Aug 25 09:15:35.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95712026-08-25T09:15:36.798Z[ host-image] Aug 25 09:15:35.570 INFO O| Aug 25 09:15:35.570 INFO STEP 22 (remove_files) COMPLETE
95722026-08-25T09:15:36.799Z[ host-image] Aug 25 09:15:35.570 INFO O| Aug 25 09:15:35.570 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-25T09:15:36.804Z[ host-image] Aug 25 09:15:35.578 INFO O| Aug 25 09:15:35.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95742026-08-25T09:15:36.804Z[ host-image] Aug 25 09:15:35.578 INFO O| Aug 25 09:15:35.578 INFO STEP 23 (remove_files) COMPLETE
95752026-08-25T09:15:36.807Z[ host-image] Aug 25 09:15:35.578 INFO O| Aug 25 09:15:35.578 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-25T09:15:36.813Z[ host-image] Aug 25 09:15:35.587 INFO O| Aug 25 09:15:35.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95772026-08-25T09:15:36.813Z[ host-image] Aug 25 09:15:35.587 INFO O| Aug 25 09:15:35.587 INFO STEP 24 (remove_files) COMPLETE
95782026-08-25T09:15:36.817Z[ host-image] Aug 25 09:15:35.587 INFO O| Aug 25 09:15:35.587 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-25T09:15:36.823Z[ host-image] Aug 25 09:15:35.597 INFO O| Aug 25 09:15:35.597 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95802026-08-25T09:15:36.823Z[ host-image] Aug 25 09:15:35.597 INFO O| Aug 25 09:15:35.597 INFO STEP 25 (remove_files) COMPLETE
95812026-08-25T09:15:36.823Z[ host-image] Aug 25 09:15:35.597 INFO O| Aug 25 09:15:35.597 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-25T09:15:36.832Z[ host-image] Aug 25 09:15:35.606 INFO O| Aug 25 09:15:35.605 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95832026-08-25T09:15:36.832Z[ host-image] Aug 25 09:15:35.606 INFO O| Aug 25 09:15:35.606 INFO STEP 26 (remove_files) COMPLETE
95842026-08-25T09:15:36.835Z[ host-image] Aug 25 09:15:35.606 INFO O| Aug 25 09:15:35.606 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-25T09:15:36.841Z[ host-image] Aug 25 09:15:35.615 INFO O| Aug 25 09:15:35.615 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95862026-08-25T09:15:36.841Z[ host-image] Aug 25 09:15:35.615 INFO O| Aug 25 09:15:35.615 INFO STEP 27 (remove_files) COMPLETE
95872026-08-25T09:15:36.841Z[ host-image] Aug 25 09:15:35.615 INFO O| Aug 25 09:15:35.615 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-25T09:15:36.850Z[ host-image] Aug 25 09:15:35.624 INFO O| Aug 25 09:15:35.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95892026-08-25T09:15:36.851Z[ host-image] Aug 25 09:15:35.624 INFO O| Aug 25 09:15:35.624 INFO STEP 28 (remove_files) COMPLETE
95902026-08-25T09:15:36.854Z[ host-image] Aug 25 09:15:35.624 INFO O| Aug 25 09:15:35.624 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-25T09:15:36.860Z[ host-image] Aug 25 09:15:35.634 INFO O| Aug 25 09:15:35.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95922026-08-25T09:15:36.863Z[ host-image] Aug 25 09:15:35.634 INFO O| Aug 25 09:15:35.634 INFO STEP 29 (remove_files) COMPLETE
95932026-08-25T09:15:36.863Z[ host-image] Aug 25 09:15:35.634 INFO O| Aug 25 09:15:35.634 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-25T09:15:36.869Z[ host-image] Aug 25 09:15:35.644 INFO O| Aug 25 09:15:35.644 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95952026-08-25T09:15:36.874Z[ host-image] Aug 25 09:15:35.644 INFO O| Aug 25 09:15:35.644 INFO STEP 30 (remove_files) COMPLETE
95962026-08-25T09:15:36.874Z[ host-image] Aug 25 09:15:35.644 INFO O| Aug 25 09:15:35.644 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-25T09:15:36.878Z[ host-image] Aug 25 09:15:35.652 INFO O| Aug 25 09:15:35.652 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95982026-08-25T09:15:36.881Z[ host-image] Aug 25 09:15:35.652 INFO O| Aug 25 09:15:35.652 INFO STEP 31 (remove_files) COMPLETE
95992026-08-25T09:15:36.881Z[ host-image] Aug 25 09:15:35.652 INFO O| Aug 25 09:15:35.652 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-25T09:15:36.886Z[ host-image] Aug 25 09:15:35.660 INFO O| Aug 25 09:15:35.660 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96012026-08-25T09:15:36.886Z[ host-image] Aug 25 09:15:35.660 INFO O| Aug 25 09:15:35.660 INFO STEP 32 (remove_files) COMPLETE
96022026-08-25T09:15:36.889Z[ host-image] Aug 25 09:15:35.660 INFO O| Aug 25 09:15:35.660 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-25T09:15:36.894Z[ host-image] Aug 25 09:15:35.668 INFO O| Aug 25 09:15:35.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96042026-08-25T09:15:36.894Z[ host-image] Aug 25 09:15:35.668 INFO O| Aug 25 09:15:35.668 INFO STEP 33 (remove_files) COMPLETE
96052026-08-25T09:15:36.897Z[ host-image] Aug 25 09:15:35.668 INFO O| Aug 25 09:15:35.668 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-25T09:15:36.903Z[ host-image] Aug 25 09:15:35.678 INFO O| Aug 25 09:15:35.677 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96072026-08-25T09:15:36.903Z[ host-image] Aug 25 09:15:35.678 INFO O| Aug 25 09:15:35.678 INFO STEP 34 (remove_files) COMPLETE
96082026-08-25T09:15:36.907Z[ host-image] Aug 25 09:15:35.678 INFO O| Aug 25 09:15:35.678 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-25T09:15:36.912Z[ host-image] Aug 25 09:15:35.686 INFO O| Aug 25 09:15:35.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96102026-08-25T09:15:36.915Z[ host-image] Aug 25 09:15:35.686 INFO O| Aug 25 09:15:35.686 INFO STEP 35 (remove_files) COMPLETE
96112026-08-25T09:15:36.916Z[ host-image] Aug 25 09:15:35.686 INFO O| Aug 25 09:15:35.686 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-25T09:15:36.921Z[ host-image] Aug 25 09:15:35.695 INFO O| Aug 25 09:15:35.695 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96132026-08-25T09:15:36.921Z[ host-image] Aug 25 09:15:35.695 INFO O| Aug 25 09:15:35.695 INFO STEP 36 (remove_files) COMPLETE
96142026-08-25T09:15:36.924Z[ host-image] Aug 25 09:15:35.695 INFO O| Aug 25 09:15:35.695 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-25T09:15:36.929Z[ host-image] Aug 25 09:15:35.703 INFO O| Aug 25 09:15:35.703 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96162026-08-25T09:15:36.929Z[ host-image] Aug 25 09:15:35.703 INFO O| Aug 25 09:15:35.703 INFO STEP 37 (remove_files) COMPLETE
96172026-08-25T09:15:36.932Z[ host-image] Aug 25 09:15:35.703 INFO O| Aug 25 09:15:35.703 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-25T09:15:36.937Z[ host-image] Aug 25 09:15:35.711 INFO O| Aug 25 09:15:35.711 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96192026-08-25T09:15:36.937Z[ host-image] Aug 25 09:15:35.711 INFO O| Aug 25 09:15:35.711 INFO STEP 38 (remove_files) COMPLETE
96202026-08-25T09:15:36.940Z[ host-image] Aug 25 09:15:35.711 INFO O| Aug 25 09:15:35.711 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-25T09:15:36.946Z[ host-image] Aug 25 09:15:35.720 INFO O| Aug 25 09:15:35.720 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96222026-08-25T09:15:36.946Z[ host-image] Aug 25 09:15:35.720 INFO O| Aug 25 09:15:35.720 INFO STEP 39 (remove_files) COMPLETE
96232026-08-25T09:15:36.946Z[ host-image] Aug 25 09:15:35.720 INFO O| Aug 25 09:15:35.720 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-25T09:15:36.955Z[ host-image] Aug 25 09:15:35.729 INFO O| Aug 25 09:15:35.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96252026-08-25T09:15:36.955Z[ host-image] Aug 25 09:15:35.729 INFO O| Aug 25 09:15:35.729 INFO STEP 40 (remove_files) COMPLETE
96262026-08-25T09:15:36.955Z[ host-image] Aug 25 09:15:35.729 INFO O| Aug 25 09:15:35.729 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-25T09:15:36.965Z[ host-image] Aug 25 09:15:35.739 INFO O| Aug 25 09:15:35.739 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96282026-08-25T09:15:36.965Z[ host-image] Aug 25 09:15:35.739 INFO O| Aug 25 09:15:35.739 INFO STEP 41 (remove_files) COMPLETE
96292026-08-25T09:15:36.968Z[ host-image] Aug 25 09:15:35.739 INFO O| Aug 25 09:15:35.739 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-25T09:15:36.974Z[ host-image] Aug 25 09:15:35.748 INFO O| Aug 25 09:15:35.748 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96312026-08-25T09:15:36.977Z[ host-image] Aug 25 09:15:35.748 INFO O| Aug 25 09:15:35.748 INFO STEP 42 (remove_files) COMPLETE
96322026-08-25T09:15:36.977Z[ host-image] Aug 25 09:15:35.748 INFO O| Aug 25 09:15:35.748 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-25T09:15:36.981Z[ host-image] Aug 25 09:15:35.755 INFO O| Aug 25 09:15:35.755 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96342026-08-25T09:15:36.985Z[ host-image] Aug 25 09:15:35.756 INFO O| Aug 25 09:15:35.756 INFO STEP 43 (remove_files) COMPLETE
96352026-08-25T09:15:36.985Z[ host-image] Aug 25 09:15:35.756 INFO O| Aug 25 09:15:35.756 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-25T09:15:37.031Z[ host-image] Aug 25 09:15:35.764 INFO O| Aug 25 09:15:35.764 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96372026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.764 INFO O| Aug 25 09:15:35.764 INFO STEP 44 (remove_files) COMPLETE
96382026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.764 INFO O| Aug 25 09:15:35.764 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.774 INFO O| Aug 25 09:15:35.774 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96402026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.774 INFO O| Aug 25 09:15:35.774 INFO STEP 45 (remove_files) COMPLETE
96412026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.774 INFO O| Aug 25 09:15:35.774 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.783 INFO O| Aug 25 09:15:35.783 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96432026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.783 INFO O| Aug 25 09:15:35.783 INFO STEP 46 (remove_files) COMPLETE
96442026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.783 INFO O| Aug 25 09:15:35.783 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.791 INFO O| Aug 25 09:15:35.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96462026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.792 INFO O| Aug 25 09:15:35.791 INFO STEP 47 (remove_files) COMPLETE
96472026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.792 INFO O| Aug 25 09:15:35.791 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.800 INFO O| Aug 25 09:15:35.800 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96492026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.800 INFO O| Aug 25 09:15:35.800 INFO STEP 48 (remove_files) COMPLETE
96502026-08-25T09:15:37.032Z[ host-image] Aug 25 09:15:35.800 INFO O| Aug 25 09:15:35.800 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-25T09:15:37.037Z[ host-image] Aug 25 09:15:35.809 INFO O| Aug 25 09:15:35.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96522026-08-25T09:15:37.037Z[ host-image] Aug 25 09:15:35.809 INFO O| Aug 25 09:15:35.809 INFO STEP 49 (remove_files) COMPLETE
96532026-08-25T09:15:37.037Z[ host-image] Aug 25 09:15:35.809 INFO O| Aug 25 09:15:35.809 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-25T09:15:37.046Z[ host-image] Aug 25 09:15:35.820 INFO O| Aug 25 09:15:35.820 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96552026-08-25T09:15:37.046Z[ host-image] Aug 25 09:15:35.820 INFO O| Aug 25 09:15:35.820 INFO STEP 50 (remove_files) COMPLETE
96562026-08-25T09:15:37.046Z[ host-image] Aug 25 09:15:35.820 INFO O| Aug 25 09:15:35.820 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-25T09:15:37.057Z[ host-image] Aug 25 09:15:35.830 INFO O| Aug 25 09:15:35.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96582026-08-25T09:15:37.057Z[ host-image] Aug 25 09:15:35.831 INFO O| Aug 25 09:15:35.831 INFO STEP 51 (remove_files) COMPLETE
96592026-08-25T09:15:37.057Z[ host-image] Aug 25 09:15:35.831 INFO O| Aug 25 09:15:35.831 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-25T09:15:37.066Z[ host-image] Aug 25 09:15:35.840 INFO O| Aug 25 09:15:35.840 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96612026-08-25T09:15:37.066Z[ host-image] Aug 25 09:15:35.840 INFO O| Aug 25 09:15:35.840 INFO STEP 52 (remove_files) COMPLETE
96622026-08-25T09:15:37.070Z[ host-image] Aug 25 09:15:35.840 INFO O| Aug 25 09:15:35.840 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-25T09:15:37.077Z[ host-image] Aug 25 09:15:35.850 INFO O| Aug 25 09:15:35.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96642026-08-25T09:15:37.077Z[ host-image] Aug 25 09:15:35.850 INFO O| Aug 25 09:15:35.850 INFO STEP 53 (remove_files) COMPLETE
96652026-08-25T09:15:37.080Z[ host-image] Aug 25 09:15:35.850 INFO O| Aug 25 09:15:35.850 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-25T09:15:37.085Z[ host-image] Aug 25 09:15:35.859 INFO O| Aug 25 09:15:35.859 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96672026-08-25T09:15:37.085Z[ host-image] Aug 25 09:15:35.859 INFO O| Aug 25 09:15:35.859 INFO STEP 54 (remove_files) COMPLETE
96682026-08-25T09:15:37.088Z[ host-image] Aug 25 09:15:35.859 INFO O| Aug 25 09:15:35.859 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-25T09:15:37.093Z[ host-image] Aug 25 09:15:35.867 INFO O| Aug 25 09:15:35.867 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96702026-08-25T09:15:37.096Z[ host-image] Aug 25 09:15:35.867 INFO O| Aug 25 09:15:35.867 INFO STEP 55 (remove_files) COMPLETE
96712026-08-25T09:15:37.096Z[ host-image] Aug 25 09:15:35.867 INFO O| Aug 25 09:15:35.867 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-25T09:15:37.101Z[ host-image] Aug 25 09:15:35.875 INFO O| Aug 25 09:15:35.875 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96732026-08-25T09:15:37.104Z[ host-image] Aug 25 09:15:35.875 INFO O| Aug 25 09:15:35.875 INFO STEP 56 (remove_files) COMPLETE
96742026-08-25T09:15:37.104Z[ host-image] Aug 25 09:15:35.875 INFO O| Aug 25 09:15:35.875 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-25T09:15:37.112Z[ host-image] Aug 25 09:15:35.886 INFO O| Aug 25 09:15:35.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96762026-08-25T09:15:37.112Z[ host-image] Aug 25 09:15:35.886 INFO O| Aug 25 09:15:35.886 INFO STEP 57 (remove_files) COMPLETE
96772026-08-25T09:15:37.112Z[ host-image] Aug 25 09:15:35.886 INFO O| Aug 25 09:15:35.886 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-25T09:15:37.121Z[ host-image] Aug 25 09:15:35.895 INFO O| Aug 25 09:15:35.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96792026-08-25T09:15:37.121Z[ host-image] Aug 25 09:15:35.895 INFO O| Aug 25 09:15:35.895 INFO STEP 58 (remove_files) COMPLETE
96802026-08-25T09:15:37.125Z[ host-image] Aug 25 09:15:35.895 INFO O| Aug 25 09:15:35.895 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-25T09:15:37.129Z[ host-image] Aug 25 09:15:35.903 INFO O| Aug 25 09:15:35.903 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96822026-08-25T09:15:37.129Z[ host-image] Aug 25 09:15:35.903 INFO O| Aug 25 09:15:35.903 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96832026-08-25T09:15:37.129Z[ host-image] Aug 25 09:15:35.904 INFO O| Aug 25 09:15:35.904 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96842026-08-25T09:15:37.133Z[ host-image] Aug 25 09:15:35.904 INFO O| Aug 25 09:15:35.904 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96852026-08-25T09:15:37.133Z[ host-image] Aug 25 09:15:35.904 INFO O| Aug 25 09:15:35.904 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96862026-08-25T09:15:37.133Z[ host-image] Aug 25 09:15:35.904 INFO O| Aug 25 09:15:35.904 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96872026-08-25T09:15:37.133Z[ host-image] Aug 25 09:15:35.904 INFO O| Aug 25 09:15:35.904 INFO ok!
96882026-08-25T09:15:37.133Z[ host-image] Aug 25 09:15:35.904 INFO O| Aug 25 09:15:35.904 INFO STEP 59 (ensure_file) COMPLETE
96892026-08-25T09:15:37.133Z[ host-image] Aug 25 09:15:35.904 INFO O| Aug 25 09:15:35.904 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-08-25T09:15:37.138Z[ host-image] Aug 25 09:15:35.912 INFO O| Aug 25 09:15:35.912 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96912026-08-25T09:15:37.138Z[ host-image] Aug 25 09:15:35.912 INFO O| Aug 25 09:15:35.912 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96922026-08-25T09:15:37.141Z[ host-image] Aug 25 09:15:35.912 INFO O| Aug 25 09:15:35.912 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96932026-08-25T09:15:37.141Z[ host-image] Aug 25 09:15:35.912 INFO O| Aug 25 09:15:35.912 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96942026-08-25T09:15:37.141Z[ host-image] Aug 25 09:15:35.912 INFO O| Aug 25 09:15:35.912 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96952026-08-25T09:15:37.141Z[ host-image] Aug 25 09:15:35.912 INFO O| Aug 25 09:15:35.912 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96962026-08-25T09:15:37.141Z[ host-image] Aug 25 09:15:35.912 INFO O| Aug 25 09:15:35.912 INFO ok!
96972026-08-25T09:15:37.141Z[ host-image] Aug 25 09:15:35.912 INFO O| Aug 25 09:15:35.912 INFO STEP 60 (ensure_file) COMPLETE
96982026-08-25T09:15:37.141Z[ host-image] Aug 25 09:15:35.912 INFO O| Aug 25 09:15:35.912 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96992026-08-25T09:15:37.146Z[ host-image] Aug 25 09:15:35.920 INFO O| Aug 25 09:15:35.920 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97002026-08-25T09:15:37.149Z[ host-image] Aug 25 09:15:35.920 INFO O| Aug 25 09:15:35.920 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97012026-08-25T09:15:37.149Z[ host-image] Aug 25 09:15:35.920 INFO O| Aug 25 09:15:35.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97022026-08-25T09:15:37.149Z[ host-image] Aug 25 09:15:35.920 INFO O| Aug 25 09:15:35.920 INFO ok!
97032026-08-25T09:15:37.149Z[ host-image] Aug 25 09:15:35.921 INFO O| Aug 25 09:15:35.920 INFO STEP 61 (ensure_file) COMPLETE
97042026-08-25T09:15:37.150Z[ host-image] Aug 25 09:15:35.921 INFO O| Aug 25 09:15:35.920 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-08-25T09:15:37.157Z[ host-image] Aug 25 09:15:35.931 INFO O| Aug 25 09:15:35.931 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97062026-08-25T09:15:37.160Z[ host-image] Aug 25 09:15:35.931 INFO O| Aug 25 09:15:35.931 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97072026-08-25T09:15:37.160Z[ host-image] Aug 25 09:15:35.931 INFO O| Aug 25 09:15:35.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97082026-08-25T09:15:37.160Z[ host-image] Aug 25 09:15:35.931 INFO O| Aug 25 09:15:35.931 INFO ok!
97092026-08-25T09:15:37.160Z[ host-image] Aug 25 09:15:35.931 INFO O| Aug 25 09:15:35.931 INFO STEP 62 (ensure_file) COMPLETE
97102026-08-25T09:15:37.160Z[ host-image] Aug 25 09:15:35.931 INFO O| Aug 25 09:15:35.931 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-25T09:15:37.165Z[ host-image] Aug 25 09:15:35.939 INFO O| Aug 25 09:15:35.939 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97122026-08-25T09:15:37.165Z[ host-image] Aug 25 09:15:35.939 INFO O| Aug 25 09:15:35.939 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97132026-08-25T09:15:37.168Z[ host-image] Aug 25 09:15:35.939 INFO O| Aug 25 09:15:35.939 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97142026-08-25T09:15:37.168Z[ host-image] Aug 25 09:15:35.939 INFO O| Aug 25 09:15:35.939 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97152026-08-25T09:15:37.168Z[ host-image] Aug 25 09:15:35.939 INFO O| Aug 25 09:15:35.939 INFO ok!
97162026-08-25T09:15:37.168Z[ host-image] Aug 25 09:15:35.939 INFO O| Aug 25 09:15:35.939 INFO STEP 63 (ensure_file) COMPLETE
97172026-08-25T09:15:37.168Z[ host-image] Aug 25 09:15:35.939 INFO O| Aug 25 09:15:35.939 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-08-25T09:15:37.174Z[ host-image] Aug 25 09:15:35.948 INFO O| Aug 25 09:15:35.948 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97192026-08-25T09:15:37.177Z[ host-image] Aug 25 09:15:35.948 INFO O| Aug 25 09:15:35.948 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97202026-08-25T09:15:37.177Z[ host-image] Aug 25 09:15:35.948 INFO O| Aug 25 09:15:35.948 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97212026-08-25T09:15:37.177Z[ host-image] Aug 25 09:15:35.948 INFO O| Aug 25 09:15:35.948 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97222026-08-25T09:15:37.177Z[ host-image] Aug 25 09:15:35.948 INFO O| Aug 25 09:15:35.948 INFO ok!
97232026-08-25T09:15:37.177Z[ host-image] Aug 25 09:15:35.948 INFO O| Aug 25 09:15:35.948 INFO STEP 64 (ensure_file) COMPLETE
97242026-08-25T09:15:37.177Z[ host-image] Aug 25 09:15:35.948 INFO O| Aug 25 09:15:35.948 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97252026-08-25T09:15:37.182Z[ host-image] Aug 25 09:15:35.956 INFO O| Aug 25 09:15:35.956 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97262026-08-25T09:15:37.182Z[ host-image] Aug 25 09:15:35.956 INFO O| Aug 25 09:15:35.956 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97272026-08-25T09:15:37.185Z[ host-image] Aug 25 09:15:35.956 INFO O| Aug 25 09:15:35.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97282026-08-25T09:15:37.185Z[ host-image] Aug 25 09:15:35.956 INFO O| Aug 25 09:15:35.956 INFO ok!
97292026-08-25T09:15:37.185Z[ host-image] Aug 25 09:15:35.956 INFO O| Aug 25 09:15:35.956 INFO STEP 65 (assemble_files) COMPLETE
97302026-08-25T09:15:37.185Z[ host-image] Aug 25 09:15:35.956 INFO O| Aug 25 09:15:35.956 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-08-25T09:15:37.190Z[ host-image] Aug 25 09:15:35.965 INFO O| Aug 25 09:15:35.964 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97322026-08-25T09:15:37.190Z[ host-image] Aug 25 09:15:35.965 INFO O| Aug 25 09:15:35.965 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97332026-08-25T09:15:37.194Z[ host-image] Aug 25 09:15:35.965 INFO O| Aug 25 09:15:35.965 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97342026-08-25T09:15:37.194Z[ host-image] Aug 25 09:15:35.965 INFO O| Aug 25 09:15:35.965 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97352026-08-25T09:15:37.194Z[ host-image] Aug 25 09:15:35.965 INFO O| Aug 25 09:15:35.965 INFO ok!
97362026-08-25T09:15:37.194Z[ host-image] Aug 25 09:15:35.965 INFO O| Aug 25 09:15:35.965 INFO STEP 66 (ensure_file) COMPLETE
97372026-08-25T09:15:37.194Z[ host-image] Aug 25 09:15:35.965 INFO O| Aug 25 09:15:35.965 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97382026-08-25T09:15:37.198Z[ host-image] Aug 25 09:15:35.972 INFO O| Aug 25 09:15:35.972 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97392026-08-25T09:15:37.201Z[ host-image] Aug 25 09:15:35.973 INFO O| Aug 25 09:15:35.973 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97402026-08-25T09:15:37.201Z[ host-image] Aug 25 09:15:35.973 INFO O| Aug 25 09:15:35.973 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97412026-08-25T09:15:37.201Z[ host-image] Aug 25 09:15:35.973 INFO O| Aug 25 09:15:35.973 INFO STEP 67 (ensure_dir) COMPLETE
97422026-08-25T09:15:37.201Z[ host-image] Aug 25 09:15:35.973 INFO O| Aug 25 09:15:35.973 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97432026-08-25T09:15:37.208Z[ host-image] Aug 25 09:15:35.983 INFO O| Aug 25 09:15:35.982 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97442026-08-25T09:15:37.208Z[ host-image] Aug 25 09:15:35.983 INFO O| Aug 25 09:15:35.983 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 ...
97452026-08-25T09:15:37.214Z[ host-image] Aug 25 09:15:35.988 INFO O| Aug 25 09:15:35.988 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
97462026-08-25T09:15:37.214Z[ host-image] Aug 25 09:15:35.988 INFO O| Aug 25 09:15:35.988 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97472026-08-25T09:15:37.217Z[ host-image] Aug 25 09:15:35.988 INFO O| Aug 25 09:15:35.988 INFO ok!
97482026-08-25T09:15:37.217Z[ host-image] Aug 25 09:15:35.988 INFO O| Aug 25 09:15:35.988 INFO STEP 68 (ensure_file) COMPLETE
97492026-08-25T09:15:37.217Z[ host-image] Aug 25 09:15:35.988 INFO O| Aug 25 09:15:35.988 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97502026-08-25T09:15:37.224Z[ host-image] Aug 25 09:15:35.998 INFO O| Aug 25 09:15:35.998 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97512026-08-25T09:15:37.227Z[ host-image] Aug 25 09:15:35.998 INFO O| Aug 25 09:15:35.998 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 ...
97522026-08-25T09:15:37.227Z[ host-image] Aug 25 09:15:35.998 INFO O| Aug 25 09:15:35.998 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
97532026-08-25T09:15:37.227Z[ host-image] Aug 25 09:15:35.998 INFO O| Aug 25 09:15:35.998 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97542026-08-25T09:15:37.227Z[ host-image] Aug 25 09:15:35.998 INFO O| Aug 25 09:15:35.998 INFO ok!
97552026-08-25T09:15:37.227Z[ host-image] Aug 25 09:15:35.998 INFO O| Aug 25 09:15:35.998 INFO STEP 69 (ensure_file) COMPLETE
97562026-08-25T09:15:37.227Z[ host-image] Aug 25 09:15:35.998 INFO O| Aug 25 09:15:35.998 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97572026-08-25T09:15:37.238Z[ host-image] Aug 25 09:15:36.012 INFO O| Aug 25 09:15:36.012 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97582026-08-25T09:15:37.238Z[ host-image] Aug 25 09:15:36.012 INFO O| Aug 25 09:15:36.012 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97592026-08-25T09:15:38.728Z[ host-image] Aug 25 09:15:37.502 INFO O| Aug 25 09:15:37.502 INFO STEP 70 (pack_tar) COMPLETE
97602026-08-25T09:15:38.729Z[ host-image] Aug 25 09:15:37.502 INFO O| Aug 25 09:15:37.502 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97612026-08-25T09:15:38.729Z[ host-image] Aug 25 09:15:37.502 INFO O| Aug 25 09:15:37.502 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97622026-08-25T09:15:39.139Z[ host-image] Aug 25 09:15:37.912 INFO O| Aug 25 09:15:37.912 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97632026-08-25T09:15:39.304Z[ host-image] Aug 25 09:15:38.077 INFO O| Aug 25 09:15:38.077 INFO completed processing sled/ramdisk-02-trim
97642026-08-25T09:15:39.309Z[ host-image] Aug 25 09:15:38.079 INFO image builder template: zfs...
97652026-08-25T09:15:39.309Z[ host-image] Aug 25 09:15:38.079 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/.tmprfUmyL/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
97662026-08-25T09:15:39.318Z[ host-image] Aug 25 09:15:38.091 INFO O| Aug 25 09:15:38.091 INFO skip include "stress" because feature "stress" is not enabled
97672026-08-25T09:15:39.318Z[ host-image] Aug 25 09:15:38.091 INFO O| Aug 25 09:15:38.091 INFO skip include "stress" because feature "compliance" is not enabled
97682026-08-25T09:15:39.346Z[ host-image] Aug 25 09:15:38.120 INFO O| Aug 25 09:15:38.120 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97692026-08-25T09:15:39.350Z[ host-image] Aug 25 09:15:38.123 INFO O| Aug 25 09:15:38.123 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97702026-08-25T09:15:39.590Z[ host-image] Aug 25 09:15:38.363 INFO O| Aug 25 09:15:38.363 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97712026-08-25T09:15:39.879Z[ host-image] Aug 25 09:15:38.652 INFO O| Aug 25 09:15:38.652 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97722026-08-25T09:15:39.879Z[ host-image] Aug 25 09:15:38.652 INFO O| Aug 25 09:15:38.652 INFO work dataset: rpool/images/build/host/work/sled/zfs
97732026-08-25T09:15:39.883Z[ host-image] Aug 25 09:15:38.656 INFO O| Aug 25 09:15:38.656 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97742026-08-25T09:15:39.939Z[ host-image] Aug 25 09:15:38.713 INFO O| Aug 25 09:15:38.712 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97752026-08-25T09:15:39.982Z[ host-image] Aug 25 09:15:38.756 INFO O| Aug 25 09:15:38.756 INFO DESTROY POOL: TEMPORARY-sled-zfs
97762026-08-25T09:15:39.992Z[ host-image] Aug 25 09:15:38.766 INFO O| Aug 25 09:15:38.766 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97772026-08-25T09:15:39.997Z[ host-image] Aug 25 09:15:38.771 INFO O| Aug 25 09:15:38.771 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97782026-08-25T09:15:40.002Z[ host-image] Aug 25 09:15:38.771 INFO O| Aug 25 09:15:38.771 INFO no lofi found
97792026-08-25T09:15:40.002Z[ host-image] Aug 25 09:15:38.771 INFO O| Aug 25 09:15:38.771 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97802026-08-25T09:15:40.002Z[ host-image] Aug 25 09:15:38.771 INFO O| Aug 25 09:15:38.771 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97812026-08-25T09:15:42.234Z[ host-image] Aug 25 09:15:41.006 INFO O| Aug 25 09:15:41.006 INFO lofi device = /dev/dsk/c2t1d0p0
97822026-08-25T09:15:42.237Z[ host-image] Aug 25 09:15:41.006 INFO O| Aug 25 09:15:41.006 INFO pool device = /dev/dsk/c2t1d0p0
97832026-08-25T09:15:42.238Z[ host-image] Aug 25 09:15:41.007 INFO O| Aug 25 09:15:41.006 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"]
97842026-08-25T09:15:42.306Z[ host-image] Aug 25 09:15:41.079 INFO O| Aug 25 09:15:41.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97852026-08-25T09:15:42.306Z[ host-image] Aug 25 09:15:41.079 INFO O| Aug 25 09:15:41.079 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97862026-08-25T09:15:42.327Z[ host-image] Aug 25 09:15:41.100 INFO O| Aug 25 09:15:41.100 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97872026-08-25T09:15:42.375Z[ host-image] Aug 25 09:15:41.149 INFO O| Aug 25 09:15:41.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97882026-08-25T09:15:42.405Z[ host-image] Aug 25 09:15:41.178 INFO O| Aug 25 09:15:41.178 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97892026-08-25T09:15:42.419Z[ host-image] Aug 25 09:15:41.192 INFO O| Aug 25 09:15:41.192 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97902026-08-25T09:15:42.431Z[ host-image] Aug 25 09:15:41.204 INFO O| Aug 25 09:15:41.204 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97912026-08-25T09:15:42.473Z[ host-image] Aug 25 09:15:41.243 INFO O| Aug 25 09:15:41.243 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97922026-08-25T09:15:42.473Z[ host-image] Aug 25 09:15:41.243 INFO O| Aug 25 09:15:41.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97932026-08-25T09:15:42.473Z[ host-image] Aug 25 09:15:41.243 INFO O| Aug 25 09:15:41.243 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97942026-08-25T09:15:42.480Z[ host-image] Aug 25 09:15:41.253 INFO O| Aug 25 09:15:41.253 INFO boot environment UUID: b2d01d7a-0693-46ae-a736-270d1d590d9d
97952026-08-25T09:15:42.480Z[ host-image] Aug 25 09:15:41.253 INFO O| Aug 25 09:15:41.253 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b2d01d7a-0693-46ae-a736-270d1d590d9d
97962026-08-25T09:15:42.489Z[ host-image] Aug 25 09:15:41.263 INFO O| Aug 25 09:15:41.263 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97972026-08-25T09:15:42.499Z[ host-image] Aug 25 09:15:41.273 INFO O| Aug 25 09:15:41.273 INFO STEP 0 (create_be) COMPLETE
97982026-08-25T09:15:42.499Z[ host-image] Aug 25 09:15:41.273 INFO O| Aug 25 09:15:41.273 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97992026-08-25T09:15:42.514Z[ host-image] Aug 25 09:15:41.288 INFO O| Aug 25 09:15:41.288 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98002026-08-25T09:15:51.654Z[ host-image] Aug 25 09:15:50.427 INFO O| Aug 25 09:15:50.427 INFO STEP 1 (unpack_tar) COMPLETE
98012026-08-25T09:15:51.654Z[ host-image] Aug 25 09:15:50.427 INFO O| Aug 25 09:15:50.427 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-08-25T09:15:51.663Z[ host-image] Aug 25 09:15:50.437 INFO O| Aug 25 09:15:50.437 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98032026-08-25T09:15:51.943Z[ host-image] Aug 25 09:15:50.716 INFO O| Aug 25 09:15:50.716 INFO STEP 2 (devfsadm) COMPLETE
98042026-08-25T09:15:51.943Z[ host-image] Aug 25 09:15:50.716 INFO O| Aug 25 09:15:50.716 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98052026-08-25T09:15:51.953Z[ host-image] Aug 25 09:15:50.727 INFO O| Aug 25 09:15:50.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98062026-08-25T09:15:51.953Z[ host-image] Aug 25 09:15:50.727 INFO O| Aug 25 09:15:50.727 INFO STEP 3 (ensure_dir) COMPLETE
98072026-08-25T09:15:51.957Z[ host-image] Aug 25 09:15:50.727 INFO O| Aug 25 09:15:50.727 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98082026-08-25T09:15:51.960Z[ host-image] Aug 25 09:15:50.734 INFO O| Aug 25 09:15:50.734 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98092026-08-25T09:15:51.960Z[ host-image] Aug 25 09:15:50.734 INFO O| Aug 25 09:15:50.734 INFO STEP 4 (ensure_dir) COMPLETE
98102026-08-25T09:15:51.964Z[ host-image] Aug 25 09:15:50.734 INFO O| Aug 25 09:15:50.734 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98112026-08-25T09:15:51.968Z[ host-image] Aug 25 09:15:50.741 INFO O| Aug 25 09:15:50.741 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98122026-08-25T09:15:51.968Z[ host-image] Aug 25 09:15:50.741 INFO O| Aug 25 09:15:50.741 INFO STEP 5 (ensure_dir) COMPLETE
98132026-08-25T09:15:51.968Z[ host-image] Aug 25 09:15:50.741 INFO O| Aug 25 09:15:50.741 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-08-25T09:15:51.977Z[ host-image] Aug 25 09:15:50.751 INFO O| Aug 25 09:15:50.751 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98152026-08-25T09:15:51.980Z[ host-image] Aug 25 09:15:50.751 INFO O| Aug 25 09:15:50.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98162026-08-25T09:15:51.981Z[ host-image] Aug 25 09:15:50.751 INFO O| Aug 25 09:15:50.751 INFO STEP 6 (ensure_dir) COMPLETE
98172026-08-25T09:15:51.981Z[ host-image] Aug 25 09:15:50.751 INFO O| Aug 25 09:15:50.751 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98182026-08-25T09:15:51.986Z[ host-image] Aug 25 09:15:50.760 INFO O| Aug 25 09:15:50.760 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98192026-08-25T09:15:51.989Z[ host-image] Aug 25 09:15:50.760 INFO O| Aug 25 09:15:50.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98202026-08-25T09:15:51.991Z[ host-image] Aug 25 09:15:50.760 INFO O| Aug 25 09:15:50.760 INFO STEP 7 (ensure_dir) COMPLETE
98212026-08-25T09:15:51.991Z[ host-image] Aug 25 09:15:50.760 INFO O| Aug 25 09:15:50.760 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-25T09:15:51.995Z[ host-image] Aug 25 09:15:50.767 INFO O| Aug 25 09:15:50.766 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98232026-08-25T09:15:51.995Z[ host-image] Aug 25 09:15:50.767 INFO O| Aug 25 09:15:50.767 INFO STEP 8 (remove_files) COMPLETE
98242026-08-25T09:15:51.995Z[ host-image] Aug 25 09:15:50.767 INFO O| Aug 25 09:15:50.767 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-25T09:15:51.999Z[ host-image] Aug 25 09:15:50.773 INFO O| Aug 25 09:15:50.773 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98262026-08-25T09:15:52.004Z[ host-image] Aug 25 09:15:50.774 INFO O| Aug 25 09:15:50.774 INFO STEP 9 (remove_files) COMPLETE
98272026-08-25T09:15:52.004Z[ host-image] Aug 25 09:15:50.774 INFO O| Aug 25 09:15:50.774 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-08-25T09:15:52.009Z[ host-image] Aug 25 09:15:50.782 INFO O| Aug 25 09:15:50.782 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98292026-08-25T09:15:52.013Z[ host-image] Aug 25 09:15:50.783 INFO O| Aug 25 09:15:50.783 INFO STEP 10 (remove_files) COMPLETE
98302026-08-25T09:15:52.013Z[ host-image] Aug 25 09:15:50.783 INFO O| Aug 25 09:15:50.783 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98312026-08-25T09:15:52.016Z[ host-image] Aug 25 09:15:50.789 INFO O| Aug 25 09:15:50.789 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98322026-08-25T09:15:52.016Z[ host-image] Aug 25 09:15:50.789 INFO O| Aug 25 09:15:50.789 INFO STEP 11 (remove_files) COMPLETE
98332026-08-25T09:15:52.017Z[ host-image] Aug 25 09:15:50.789 INFO O| Aug 25 09:15:50.789 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98342026-08-25T09:15:52.021Z[ host-image] Aug 25 09:15:50.795 INFO O| Aug 25 09:15:50.795 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98352026-08-25T09:15:52.024Z[ host-image] Aug 25 09:15:50.795 INFO O| Aug 25 09:15:50.795 INFO STEP 12 (remove_files) COMPLETE
98362026-08-25T09:15:52.024Z[ host-image] Aug 25 09:15:50.795 INFO O| Aug 25 09:15:50.795 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98372026-08-25T09:15:52.028Z[ host-image] Aug 25 09:15:50.802 INFO O| Aug 25 09:15:50.802 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98382026-08-25T09:15:52.031Z[ host-image] Aug 25 09:15:50.802 INFO O| Aug 25 09:15:50.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98392026-08-25T09:15:52.031Z[ host-image] Aug 25 09:15:50.802 INFO O| Aug 25 09:15:50.802 INFO STEP 13 (ensure_dir) COMPLETE
98402026-08-25T09:15:52.032Z[ host-image] Aug 25 09:15:50.802 INFO O| Aug 25 09:15:50.802 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98412026-08-25T09:15:52.037Z[ host-image] Aug 25 09:15:50.811 INFO O| Aug 25 09:15:50.811 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98422026-08-25T09:15:52.037Z[ host-image] Aug 25 09:15:50.811 INFO O| Aug 25 09:15:50.811 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98432026-08-25T09:15:52.040Z[ host-image] Aug 25 09:15:50.811 INFO O| Aug 25 09:15:50.811 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98442026-08-25T09:15:52.041Z[ host-image] Aug 25 09:15:50.811 INFO O| Aug 25 09:15:50.811 INFO STEP 14 (ensure_dir) COMPLETE
98452026-08-25T09:15:52.041Z[ host-image] Aug 25 09:15:50.811 INFO O| Aug 25 09:15:50.811 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98462026-08-25T09:15:52.045Z[ host-image] Aug 25 09:15:50.819 INFO O| Aug 25 09:15:50.819 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98472026-08-25T09:15:52.049Z[ host-image] Aug 25 09:15:50.819 INFO O| Aug 25 09:15:50.819 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98482026-08-25T09:15:52.049Z[ host-image] Aug 25 09:15:50.820 INFO O| Aug 25 09:15:50.819 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98492026-08-25T09:15:52.049Z[ host-image] Aug 25 09:15:50.820 INFO O| Aug 25 09:15:50.820 INFO STEP 15 (ensure_dir) COMPLETE
98502026-08-25T09:15:52.049Z[ host-image] Aug 25 09:15:50.820 INFO O| Aug 25 09:15:50.820 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-08-25T09:15:52.053Z[ host-image] Aug 25 09:15:50.827 INFO O| Aug 25 09:15:50.827 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98522026-08-25T09:15:52.053Z[ host-image] Aug 25 09:15:50.827 INFO O| Aug 25 09:15:50.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98532026-08-25T09:15:52.057Z[ host-image] Aug 25 09:15:50.827 INFO O| Aug 25 09:15:50.827 INFO STEP 16 (ensure_dir) COMPLETE
98542026-08-25T09:15:52.057Z[ host-image] Aug 25 09:15:50.827 INFO O| Aug 25 09:15:50.827 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98552026-08-25T09:15:52.060Z[ host-image] Aug 25 09:15:50.833 INFO O| Aug 25 09:15:50.833 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98562026-08-25T09:15:52.060Z[ host-image] Aug 25 09:15:50.833 INFO O| Aug 25 09:15:50.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98572026-08-25T09:15:52.060Z[ host-image] Aug 25 09:15:50.833 INFO O| Aug 25 09:15:50.833 INFO STEP 17 (ensure_dir) COMPLETE
98582026-08-25T09:15:52.061Z[ host-image] Aug 25 09:15:50.833 INFO O| Aug 25 09:15:50.833 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98592026-08-25T09:15:52.066Z[ host-image] Aug 25 09:15:50.840 INFO O| Aug 25 09:15:50.840 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98602026-08-25T09:15:52.066Z[ host-image] Aug 25 09:15:50.840 INFO O| Aug 25 09:15:50.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98612026-08-25T09:15:52.066Z[ host-image] Aug 25 09:15:50.840 INFO O| Aug 25 09:15:50.840 INFO ok!
98622026-08-25T09:15:52.066Z[ host-image] Aug 25 09:15:50.840 INFO O| Aug 25 09:15:50.840 INFO STEP 18 (ensure_symlink) COMPLETE
98632026-08-25T09:15:52.070Z[ host-image] Aug 25 09:15:50.840 INFO O| Aug 25 09:15:50.840 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98642026-08-25T09:15:52.076Z[ host-image] Aug 25 09:15:50.849 INFO O| Aug 25 09:15:50.849 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98652026-08-25T09:15:52.076Z[ host-image] Aug 25 09:15:50.849 INFO O| Aug 25 09:15:50.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98662026-08-25T09:15:52.080Z[ host-image] Aug 25 09:15:50.849 INFO O| Aug 25 09:15:50.849 INFO ok!
98672026-08-25T09:15:52.080Z[ host-image] Aug 25 09:15:50.849 INFO O| Aug 25 09:15:50.849 INFO STEP 19 (ensure_file) COMPLETE
98682026-08-25T09:15:52.080Z[ host-image] Aug 25 09:15:50.849 INFO O| Aug 25 09:15:50.849 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98692026-08-25T09:15:52.090Z[ host-image] Aug 25 09:15:50.863 INFO O| Aug 25 09:15:50.863 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98702026-08-25T09:15:52.091Z[ host-image] Aug 25 09:15:50.863 INFO O| Aug 25 09:15:50.863 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98712026-08-25T09:15:52.091Z[ host-image] Aug 25 09:15:50.863 INFO O| Aug 25 09:15:50.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98722026-08-25T09:15:52.091Z[ host-image] Aug 25 09:15:50.863 INFO O| Aug 25 09:15:50.863 INFO ok!
98732026-08-25T09:15:52.091Z[ host-image] Aug 25 09:15:50.863 INFO O| Aug 25 09:15:50.863 INFO STEP 20 (ensure_symlink) COMPLETE
98742026-08-25T09:15:52.091Z[ host-image] Aug 25 09:15:50.863 INFO O| Aug 25 09:15:50.863 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98752026-08-25T09:15:52.096Z[ host-image] Aug 25 09:15:50.870 INFO O| Aug 25 09:15:50.870 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98762026-08-25T09:15:52.101Z[ host-image] Aug 25 09:15:50.870 INFO O| Aug 25 09:15:50.870 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98772026-08-25T09:15:52.101Z[ host-image] Aug 25 09:15:50.870 INFO O| Aug 25 09:15:50.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98782026-08-25T09:15:52.101Z[ host-image] Aug 25 09:15:50.870 INFO O| Aug 25 09:15:50.870 INFO ok!
98792026-08-25T09:15:52.101Z[ host-image] Aug 25 09:15:50.870 INFO O| Aug 25 09:15:50.870 INFO STEP 21 (ensure_symlink) COMPLETE
98802026-08-25T09:15:52.101Z[ host-image] Aug 25 09:15:50.870 INFO O| Aug 25 09:15:50.870 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98812026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.886 INFO O| Aug 25 09:15:50.886 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98822026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.886 INFO O| Aug 25 09:15:50.886 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98832026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.886 INFO O| Aug 25 09:15:50.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98842026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.886 INFO O| Aug 25 09:15:50.886 INFO ok!
98852026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.886 INFO O| Aug 25 09:15:50.886 INFO STEP 22 (ensure_symlink) COMPLETE
98862026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.886 INFO O| Aug 25 09:15:50.886 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98872026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.902 INFO O| Aug 25 09:15:50.902 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98882026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.902 INFO O| Aug 25 09:15:50.902 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98892026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.902 INFO O| Aug 25 09:15:50.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98902026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.902 INFO O| Aug 25 09:15:50.902 INFO ok!
98912026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.902 INFO O| Aug 25 09:15:50.902 INFO STEP 23 (ensure_symlink) COMPLETE
98922026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.902 INFO O| Aug 25 09:15:50.902 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98932026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.917 INFO O| Aug 25 09:15:50.917 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98942026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.917 INFO O| Aug 25 09:15:50.917 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98952026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.917 INFO O| Aug 25 09:15:50.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98962026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.917 INFO O| Aug 25 09:15:50.917 INFO ok!
98972026-08-25T09:15:52.198Z[ host-image] Aug 25 09:15:50.917 INFO O| Aug 25 09:15:50.917 INFO STEP 24 (ensure_file) COMPLETE
98982026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.917 INFO O| Aug 25 09:15:50.917 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98992026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.930 INFO O| Aug 25 09:15:50.930 INFO updating shadow file
99002026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.930 INFO O| Aug 25 09:15:50.930 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99012026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.930 INFO O| Aug 25 09:15:50.930 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99022026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.930 INFO O| Aug 25 09:15:50.930 INFO STEP 25 (shadow) COMPLETE
99032026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.930 INFO O| Aug 25 09:15:50.930 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99042026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.943 INFO O| Aug 25 09:15:50.943 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99052026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.943 INFO O| Aug 25 09:15:50.943 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99062026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.943 INFO O| Aug 25 09:15:50.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99072026-08-25T09:15:52.199Z[ host-image] Aug 25 09:15:50.943 INFO O| Aug 25 09:15:50.943 INFO ok!
99082026-08-25T09:15:52.203Z[ host-image] Aug 25 09:15:50.943 INFO O| Aug 25 09:15:50.943 INFO STEP 26 (ensure_file) COMPLETE
99092026-08-25T09:15:52.203Z[ host-image] Aug 25 09:15:50.943 INFO O| Aug 25 09:15:50.943 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-08-25T09:15:52.203Z[ host-image] Aug 25 09:15:50.955 INFO O| Aug 25 09:15:50.955 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99112026-08-25T09:15:52.203Z[ host-image] Aug 25 09:15:50.955 INFO O| Aug 25 09:15:50.955 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99122026-08-25T09:15:52.203Z[ host-image] Aug 25 09:15:50.955 INFO O| Aug 25 09:15:50.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99132026-08-25T09:15:52.203Z[ host-image] Aug 25 09:15:50.955 INFO O| Aug 25 09:15:50.955 INFO ok!
99142026-08-25T09:15:52.203Z[ host-image] Aug 25 09:15:50.955 INFO O| Aug 25 09:15:50.955 INFO STEP 27 (ensure_file) COMPLETE
99152026-08-25T09:15:52.204Z[ host-image] Aug 25 09:15:50.955 INFO O| Aug 25 09:15:50.955 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99162026-08-25T09:15:52.204Z[ host-image] Aug 25 09:15:50.976 INFO O| Aug 25 09:15:50.976 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99172026-08-25T09:15:52.204Z[ host-image] Aug 25 09:15:50.976 INFO O| Aug 25 09:15:50.976 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99182026-08-25T09:15:52.204Z[ host-image] Aug 25 09:15:50.976 INFO O| Aug 25 09:15:50.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99192026-08-25T09:15:52.204Z[ host-image] Aug 25 09:15:50.976 INFO O| Aug 25 09:15:50.976 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99202026-08-25T09:15:52.204Z[ host-image] Aug 25 09:15:50.976 INFO O| Aug 25 09:15:50.976 INFO ok!
99212026-08-25T09:15:52.204Z[ host-image] Aug 25 09:15:50.976 INFO O| Aug 25 09:15:50.976 INFO STEP 28 (ensure_file) COMPLETE
99222026-08-25T09:15:52.205Z[ host-image] Aug 25 09:15:50.976 INFO O| Aug 25 09:15:50.976 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99232026-08-25T09:15:52.212Z[ host-image] Aug 25 09:15:50.985 INFO O| Aug 25 09:15:50.985 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99242026-08-25T09:15:52.212Z[ host-image] Aug 25 09:15:50.985 INFO O| Aug 25 09:15:50.985 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99252026-08-25T09:15:52.212Z[ host-image] Aug 25 09:15:50.985 INFO O| Aug 25 09:15:50.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99262026-08-25T09:15:52.212Z[ host-image] Aug 25 09:15:50.985 INFO O| Aug 25 09:15:50.985 INFO ok!
99272026-08-25T09:15:52.212Z[ host-image] Aug 25 09:15:50.985 INFO O| Aug 25 09:15:50.985 INFO STEP 29 (ensure_file) COMPLETE
99282026-08-25T09:15:52.212Z[ host-image] Aug 25 09:15:50.985 INFO O| Aug 25 09:15:50.985 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99292026-08-25T09:15:52.220Z[ host-image] Aug 25 09:15:50.993 INFO O| Aug 25 09:15:50.993 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99302026-08-25T09:15:52.220Z[ host-image] Aug 25 09:15:50.993 INFO O| Aug 25 09:15:50.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99312026-08-25T09:15:52.223Z[ host-image] Aug 25 09:15:50.993 INFO O| Aug 25 09:15:50.993 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99322026-08-25T09:15:52.223Z[ host-image] Aug 25 09:15:50.993 INFO O| Aug 25 09:15:50.993 INFO STEP 30 (ensure_dir) COMPLETE
99332026-08-25T09:15:52.223Z[ host-image] Aug 25 09:15:50.993 INFO O| Aug 25 09:15:50.993 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99342026-08-25T09:15:52.227Z[ host-image] Aug 25 09:15:51.001 INFO O| Aug 25 09:15:51.001 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99352026-08-25T09:15:52.227Z[ host-image] Aug 25 09:15:51.001 INFO O| Aug 25 09:15:51.001 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99362026-08-25T09:15:52.230Z[ host-image] Aug 25 09:15:51.001 INFO O| Aug 25 09:15:51.001 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99372026-08-25T09:15:52.230Z[ host-image] Aug 25 09:15:51.001 INFO O| Aug 25 09:15:51.001 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99382026-08-25T09:15:52.231Z[ host-image] Aug 25 09:15:51.001 INFO O| Aug 25 09:15:51.001 INFO ok!
99392026-08-25T09:15:52.231Z[ host-image] Aug 25 09:15:51.001 INFO O| Aug 25 09:15:51.001 INFO STEP 31 (ensure_file) COMPLETE
99402026-08-25T09:15:52.231Z[ host-image] Aug 25 09:15:51.001 INFO O| Aug 25 09:15:51.001 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99412026-08-25T09:15:52.235Z[ host-image] Aug 25 09:15:51.009 INFO O| Aug 25 09:15:51.009 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99422026-08-25T09:15:52.235Z[ host-image] Aug 25 09:15:51.009 INFO O| Aug 25 09:15:51.009 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99432026-08-25T09:15:52.239Z[ host-image] Aug 25 09:15:51.009 INFO O| Aug 25 09:15:51.009 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99442026-08-25T09:15:52.239Z[ host-image] Aug 25 09:15:51.009 INFO O| Aug 25 09:15:51.009 INFO STEP 32 (ensure_dir) COMPLETE
99452026-08-25T09:15:52.239Z[ host-image] Aug 25 09:15:51.009 INFO O| Aug 25 09:15:51.009 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99462026-08-25T09:15:52.244Z[ host-image] Aug 25 09:15:51.018 INFO O| Aug 25 09:15:51.018 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99472026-08-25T09:15:52.245Z[ host-image] Aug 25 09:15:51.018 INFO O| Aug 25 09:15:51.018 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 ...
99482026-08-25T09:15:52.248Z[ host-image] Aug 25 09:15:51.018 INFO O| Aug 25 09:15:51.018 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
99492026-08-25T09:15:52.248Z[ host-image] Aug 25 09:15:51.018 INFO O| Aug 25 09:15:51.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99502026-08-25T09:15:52.248Z[ host-image] Aug 25 09:15:51.018 INFO O| Aug 25 09:15:51.018 INFO ok!
99512026-08-25T09:15:52.248Z[ host-image] Aug 25 09:15:51.018 INFO O| Aug 25 09:15:51.018 INFO STEP 33 (ensure_file) COMPLETE
99522026-08-25T09:15:52.248Z[ host-image] Aug 25 09:15:51.018 INFO O| Aug 25 09:15:51.018 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99532026-08-25T09:15:52.254Z[ host-image] Aug 25 09:15:51.028 INFO O| Aug 25 09:15:51.028 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99542026-08-25T09:15:52.254Z[ host-image] Aug 25 09:15:51.028 INFO O| Aug 25 09:15:51.028 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99552026-08-25T09:15:52.258Z[ host-image] Aug 25 09:15:51.028 INFO O| Aug 25 09:15:51.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99562026-08-25T09:15:52.258Z[ host-image] Aug 25 09:15:51.028 INFO O| Aug 25 09:15:51.028 INFO ok!
99572026-08-25T09:15:52.258Z[ host-image] Aug 25 09:15:51.028 INFO O| Aug 25 09:15:51.028 INFO STEP 34 (ensure_file) COMPLETE
99582026-08-25T09:15:52.258Z[ host-image] Aug 25 09:15:51.028 INFO O| Aug 25 09:15:51.028 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99592026-08-25T09:15:52.263Z[ host-image] Aug 25 09:15:51.037 INFO O| Aug 25 09:15:51.037 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99602026-08-25T09:15:52.266Z[ host-image] Aug 25 09:15:51.037 INFO O| Aug 25 09:15:51.037 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99612026-08-25T09:15:52.268Z[ host-image] Aug 25 09:15:51.037 INFO O| Aug 25 09:15:51.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99622026-08-25T09:15:52.268Z[ host-image] Aug 25 09:15:51.037 INFO O| Aug 25 09:15:51.037 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99632026-08-25T09:15:52.268Z[ host-image] Aug 25 09:15:51.037 INFO O| Aug 25 09:15:51.037 INFO ok!
99642026-08-25T09:15:52.268Z[ host-image] Aug 25 09:15:51.037 INFO O| Aug 25 09:15:51.037 INFO STEP 35 (ensure_file) COMPLETE
99652026-08-25T09:15:52.268Z[ host-image] Aug 25 09:15:51.037 INFO O| Aug 25 09:15:51.037 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99662026-08-25T09:15:52.271Z[ host-image] Aug 25 09:15:51.045 INFO O| Aug 25 09:15:51.045 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99672026-08-25T09:15:52.272Z[ host-image] Aug 25 09:15:51.045 INFO O| Aug 25 09:15:51.045 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99682026-08-25T09:15:52.275Z[ host-image] Aug 25 09:15:51.045 INFO O| Aug 25 09:15:51.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99692026-08-25T09:15:52.275Z[ host-image] Aug 25 09:15:51.045 INFO O| Aug 25 09:15:51.045 INFO ok!
99702026-08-25T09:15:52.275Z[ host-image] Aug 25 09:15:51.045 INFO O| Aug 25 09:15:51.045 INFO STEP 36 (ensure_file) COMPLETE
99712026-08-25T09:15:52.275Z[ host-image] Aug 25 09:15:51.045 INFO O| Aug 25 09:15:51.045 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99722026-08-25T09:15:52.280Z[ host-image] Aug 25 09:15:51.053 INFO O| Aug 25 09:15:51.053 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99732026-08-25T09:15:52.283Z[ host-image] Aug 25 09:15:51.054 INFO O| Aug 25 09:15:51.053 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99742026-08-25T09:15:52.283Z[ host-image] Aug 25 09:15:51.054 INFO O| Aug 25 09:15:51.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99752026-08-25T09:15:52.283Z[ host-image] Aug 25 09:15:51.054 INFO O| Aug 25 09:15:51.054 INFO ok!
99762026-08-25T09:15:52.283Z[ host-image] Aug 25 09:15:51.054 INFO O| Aug 25 09:15:51.054 INFO STEP 37 (ensure_file) COMPLETE
99772026-08-25T09:15:52.284Z[ host-image] Aug 25 09:15:51.054 INFO O| Aug 25 09:15:51.054 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99782026-08-25T09:15:52.290Z[ host-image] Aug 25 09:15:51.062 INFO O| Aug 25 09:15:51.062 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99792026-08-25T09:15:52.290Z[ host-image] Aug 25 09:15:51.062 INFO O| Aug 25 09:15:51.062 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99802026-08-25T09:15:52.293Z[ host-image] Aug 25 09:15:51.063 INFO O| Aug 25 09:15:51.063 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99812026-08-25T09:15:52.293Z[ host-image] Aug 25 09:15:51.063 INFO O| Aug 25 09:15:51.063 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99822026-08-25T09:15:52.293Z[ host-image] Aug 25 09:15:51.063 INFO O| Aug 25 09:15:51.063 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99832026-08-25T09:15:52.293Z[ host-image] Aug 25 09:15:51.063 INFO O| Aug 25 09:15:51.063 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99842026-08-25T09:15:52.293Z[ host-image] Aug 25 09:15:51.063 INFO O| Aug 25 09:15:51.063 INFO ok!
99852026-08-25T09:15:52.294Z[ host-image] Aug 25 09:15:51.063 INFO O| Aug 25 09:15:51.063 INFO STEP 38 (ensure_file) COMPLETE
99862026-08-25T09:15:52.294Z[ host-image] Aug 25 09:15:51.063 INFO O| Aug 25 09:15:51.063 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99872026-08-25T09:15:52.298Z[ host-image] Aug 25 09:15:51.072 INFO O| Aug 25 09:15:51.072 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99882026-08-25T09:15:52.302Z[ host-image] Aug 25 09:15:51.072 INFO O| Aug 25 09:15:51.072 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99892026-08-25T09:15:52.302Z[ host-image] Aug 25 09:15:51.072 INFO O| Aug 25 09:15:51.072 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99902026-08-25T09:15:52.302Z[ host-image] Aug 25 09:15:51.072 INFO O| Aug 25 09:15:51.072 INFO STEP 39 (ensure_dir) COMPLETE
99912026-08-25T09:15:52.302Z[ host-image] Aug 25 09:15:51.072 INFO O| Aug 25 09:15:51.072 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99922026-08-25T09:15:52.307Z[ host-image] Aug 25 09:15:51.081 INFO O| Aug 25 09:15:51.081 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
99932026-08-25T09:15:52.307Z[ host-image] Aug 25 09:15:51.081 INFO O| Aug 25 09:15:51.081 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 ...
99942026-08-25T09:15:52.310Z[ host-image] Aug 25 09:15:51.081 INFO O| Aug 25 09:15:51.081 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
99952026-08-25T09:15:52.310Z[ host-image] Aug 25 09:15:51.081 INFO O| Aug 25 09:15:51.081 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
99962026-08-25T09:15:52.311Z[ host-image] Aug 25 09:15:51.081 INFO O| Aug 25 09:15:51.081 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
99972026-08-25T09:15:52.311Z[ host-image] Aug 25 09:15:51.081 INFO O| Aug 25 09:15:51.081 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
99982026-08-25T09:15:52.311Z[ host-image] Aug 25 09:15:51.081 INFO O| Aug 25 09:15:51.081 INFO ok!
99992026-08-25T09:15:52.311Z[ host-image] Aug 25 09:15:51.081 INFO O| Aug 25 09:15:51.081 INFO STEP 40 (ensure_file) COMPLETE
100002026-08-25T09:15:52.311Z[ host-image] Aug 25 09:15:51.081 INFO O| Aug 25 09:15:51.081 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100012026-08-25T09:15:52.314Z[ host-image] Aug 25 09:15:51.088 INFO O| Aug 25 09:15:51.088 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100022026-08-25T09:15:52.318Z[ host-image] Aug 25 09:15:51.088 INFO O| Aug 25 09:15:51.088 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 ...
100032026-08-25T09:15:52.318Z[ host-image] Aug 25 09:15:51.088 INFO O| Aug 25 09:15:51.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100042026-08-25T09:15:52.318Z[ host-image] Aug 25 09:15:51.088 INFO O| Aug 25 09:15:51.088 INFO ok!
100052026-08-25T09:15:52.318Z[ host-image] Aug 25 09:15:51.088 INFO O| Aug 25 09:15:51.088 INFO STEP 41 (ensure_symlink) COMPLETE
100062026-08-25T09:15:52.318Z[ host-image] Aug 25 09:15:51.089 INFO O| Aug 25 09:15:51.088 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100072026-08-25T09:15:52.323Z[ host-image] Aug 25 09:15:51.097 INFO O| Aug 25 09:15:51.097 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100082026-08-25T09:15:52.323Z[ host-image] Aug 25 09:15:51.097 INFO O| Aug 25 09:15:51.097 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100092026-08-25T09:15:52.327Z[ host-image] Aug 25 09:15:51.097 INFO O| Aug 25 09:15:51.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100102026-08-25T09:15:52.327Z[ host-image] Aug 25 09:15:51.097 INFO O| Aug 25 09:15:51.097 INFO ok!
100112026-08-25T09:15:52.327Z[ host-image] Aug 25 09:15:51.097 INFO O| Aug 25 09:15:51.097 INFO STEP 42 (ensure_symlink) COMPLETE
100122026-08-25T09:15:52.327Z[ host-image] Aug 25 09:15:51.097 INFO O| Aug 25 09:15:51.097 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100132026-08-25T09:15:52.331Z[ host-image] Aug 25 09:15:51.105 INFO O| Aug 25 09:15:51.105 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100142026-08-25T09:15:52.331Z[ host-image] Aug 25 09:15:51.105 INFO O| Aug 25 09:15:51.105 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100152026-08-25T09:15:52.336Z[ host-image] Aug 25 09:15:51.105 INFO O| Aug 25 09:15:51.105 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100162026-08-25T09:15:52.336Z[ host-image] Aug 25 09:15:51.105 INFO O| Aug 25 09:15:51.105 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100172026-08-25T09:15:52.336Z[ host-image] Aug 25 09:15:51.105 INFO O| Aug 25 09:15:51.105 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100182026-08-25T09:15:52.336Z[ host-image] Aug 25 09:15:51.105 INFO O| Aug 25 09:15:51.105 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100192026-08-25T09:15:52.336Z[ host-image] Aug 25 09:15:51.105 INFO O| Aug 25 09:15:51.105 INFO ok!
100202026-08-25T09:15:52.336Z[ host-image] Aug 25 09:15:51.105 INFO O| Aug 25 09:15:51.105 INFO STEP 43 (ensure_file) COMPLETE
100212026-08-25T09:15:52.336Z[ host-image] Aug 25 09:15:51.105 INFO O| Aug 25 09:15:51.105 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100222026-08-25T09:15:52.340Z[ host-image] Aug 25 09:15:51.112 INFO O| Aug 25 09:15:51.112 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100232026-08-25T09:15:52.340Z[ host-image] Aug 25 09:15:51.112 INFO O| Aug 25 09:15:51.112 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 ...
100242026-08-25T09:15:52.340Z[ host-image] Aug 25 09:15:51.112 INFO O| Aug 25 09:15:51.112 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
100252026-08-25T09:15:52.340Z[ host-image] Aug 25 09:15:51.112 INFO O| Aug 25 09:15:51.112 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100262026-08-25T09:15:52.340Z[ host-image] Aug 25 09:15:51.112 INFO O| Aug 25 09:15:51.112 INFO ok!
100272026-08-25T09:15:52.340Z[ host-image] Aug 25 09:15:51.112 INFO O| Aug 25 09:15:51.112 INFO STEP 44 (ensure_file) COMPLETE
100282026-08-25T09:15:52.340Z[ host-image] Aug 25 09:15:51.112 INFO O| Aug 25 09:15:51.112 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100292026-08-25T09:15:52.346Z[ host-image] Aug 25 09:15:51.119 INFO O| Aug 25 09:15:51.119 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100302026-08-25T09:15:52.346Z[ host-image] Aug 25 09:15:51.119 INFO O| Aug 25 09:15:51.119 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100312026-08-25T09:15:52.349Z[ host-image] Aug 25 09:15:51.119 INFO O| Aug 25 09:15:51.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100322026-08-25T09:15:52.349Z[ host-image] Aug 25 09:15:51.119 INFO O| Aug 25 09:15:51.119 INFO ok!
100332026-08-25T09:15:52.349Z[ host-image] Aug 25 09:15:51.119 INFO O| Aug 25 09:15:51.119 INFO STEP 45 (ensure_file) COMPLETE
100342026-08-25T09:15:52.349Z[ host-image] Aug 25 09:15:51.119 INFO O| Aug 25 09:15:51.119 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100352026-08-25T09:15:52.353Z[ host-image] Aug 25 09:15:51.127 INFO O| Aug 25 09:15:51.127 INFO updating shadow file
100362026-08-25T09:15:52.356Z[ host-image] Aug 25 09:15:51.127 INFO O| Aug 25 09:15:51.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100372026-08-25T09:15:52.356Z[ host-image] Aug 25 09:15:51.127 INFO O| Aug 25 09:15:51.127 INFO STEP 46 (shadow) COMPLETE
100382026-08-25T09:15:52.356Z[ host-image] Aug 25 09:15:51.127 INFO O| Aug 25 09:15:51.127 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100392026-08-25T09:15:52.360Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100402026-08-25T09:15:52.360Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100412026-08-25T09:15:52.364Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100422026-08-25T09:15:52.364Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100432026-08-25T09:15:52.364Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO ok!
100442026-08-25T09:15:52.364Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO STEP 47 (ensure_file) COMPLETE
100452026-08-25T09:15:52.364Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100462026-08-25T09:15:52.365Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO skip step because feature "mfg" is not enabled
100472026-08-25T09:15:52.365Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100482026-08-25T09:15:52.365Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO skip step because feature "mfg" is not enabled
100492026-08-25T09:15:52.365Z[ host-image] Aug 25 09:15:51.134 INFO O| Aug 25 09:15:51.134 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100502026-08-25T09:15:52.368Z[ host-image] Aug 25 09:15:51.142 INFO O| Aug 25 09:15:51.142 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100512026-08-25T09:15:52.369Z[ host-image] Aug 25 09:15:51.142 INFO O| Aug 25 09:15:51.142 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100522026-08-25T09:15:52.391Z[ host-image] Aug 25 09:15:51.165 INFO O| Aug 25 09:15:51.165 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100532026-08-25T09:15:52.391Z[ host-image] Aug 25 09:15:51.165 INFO O| Aug 25 09:15:51.165 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100542026-08-25T09:15:52.395Z[ host-image] Aug 25 09:15:51.165 INFO O| Aug 25 09:15:51.165 INFO ok!
100552026-08-25T09:15:52.395Z[ host-image] Aug 25 09:15:51.165 INFO O| Aug 25 09:15:51.165 INFO STEP 50 (ensure_file) COMPLETE
100562026-08-25T09:15:52.395Z[ host-image] Aug 25 09:15:51.165 INFO O| Aug 25 09:15:51.165 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-08-25T09:15:52.395Z[ host-image] Aug 25 09:15:51.165 INFO O| Aug 25 09:15:51.165 INFO skip step because feature "compliance" is not enabled
100582026-08-25T09:15:52.395Z[ host-image] Aug 25 09:15:51.165 INFO O| Aug 25 09:15:51.165 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100592026-08-25T09:15:52.399Z[ host-image] Aug 25 09:15:51.172 INFO O| Aug 25 09:15:51.172 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100602026-08-25T09:15:52.399Z[ host-image] Aug 25 09:15:51.172 INFO O| Aug 25 09:15:51.172 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100612026-08-25T09:15:52.399Z[ host-image] Aug 25 09:15:51.172 INFO O| Aug 25 09:15:51.172 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100622026-08-25T09:15:52.399Z[ host-image] Aug 25 09:15:51.172 INFO O| Aug 25 09:15:51.172 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100632026-08-25T09:15:52.399Z[ host-image] Aug 25 09:15:51.172 INFO O| Aug 25 09:15:51.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100642026-08-25T09:15:52.399Z[ host-image] Aug 25 09:15:51.172 INFO O| Aug 25 09:15:51.172 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100652026-08-25T09:15:52.399Z[ host-image] Aug 25 09:15:51.172 INFO O| Aug 25 09:15:51.172 INFO ok!
100662026-08-25T09:15:52.399Z[ host-image] Aug 25 09:15:51.172 INFO O| Aug 25 09:15:51.172 INFO STEP 52 (ensure_file) COMPLETE
100672026-08-25T09:15:52.399Z[ host-image] Aug 25 09:15:51.172 INFO O| Aug 25 09:15:51.172 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100682026-08-25T09:15:52.405Z[ host-image] Aug 25 09:15:51.179 INFO O| Aug 25 09:15:51.179 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100692026-08-25T09:15:52.405Z[ host-image] Aug 25 09:15:51.179 INFO O| Aug 25 09:15:51.179 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 ...
100702026-08-25T09:15:52.409Z[ host-image] Aug 25 09:15:51.179 INFO O| Aug 25 09:15:51.179 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
100712026-08-25T09:15:52.409Z[ host-image] Aug 25 09:15:51.179 INFO O| Aug 25 09:15:51.179 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100722026-08-25T09:15:52.409Z[ host-image] Aug 25 09:15:51.179 INFO O| Aug 25 09:15:51.179 INFO ok!
100732026-08-25T09:15:52.409Z[ host-image] Aug 25 09:15:51.179 INFO O| Aug 25 09:15:51.179 INFO STEP 53 (ensure_file) COMPLETE
100742026-08-25T09:15:52.409Z[ host-image] Aug 25 09:15:51.179 INFO O| Aug 25 09:15:51.179 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100752026-08-25T09:15:52.412Z[ host-image] Aug 25 09:15:51.186 INFO O| Aug 25 09:15:51.186 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100762026-08-25T09:15:52.412Z[ host-image] Aug 25 09:15:51.186 INFO O| Aug 25 09:15:51.186 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 ...
100772026-08-25T09:15:52.413Z[ host-image] Aug 25 09:15:51.186 INFO O| Aug 25 09:15:51.186 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100782026-08-25T09:15:52.413Z[ host-image] Aug 25 09:15:51.186 INFO O| Aug 25 09:15:51.186 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100792026-08-25T09:15:52.413Z[ host-image] Aug 25 09:15:51.186 INFO O| Aug 25 09:15:51.186 INFO ok!
100802026-08-25T09:15:52.413Z[ host-image] Aug 25 09:15:51.186 INFO O| Aug 25 09:15:51.186 INFO STEP 54 (ensure_file) COMPLETE
100812026-08-25T09:15:52.413Z[ host-image] Aug 25 09:15:51.186 INFO O| Aug 25 09:15:51.186 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100822026-08-25T09:15:52.419Z[ host-image] Aug 25 09:15:51.193 INFO O| Aug 25 09:15:51.193 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100832026-08-25T09:15:52.423Z[ host-image] Aug 25 09:15:51.193 INFO O| Aug 25 09:15:51.193 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 ...
100842026-08-25T09:15:52.423Z[ host-image] Aug 25 09:15:51.193 INFO O| Aug 25 09:15:51.193 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
100852026-08-25T09:15:52.423Z[ host-image] Aug 25 09:15:51.193 INFO O| Aug 25 09:15:51.193 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100862026-08-25T09:15:52.423Z[ host-image] Aug 25 09:15:51.193 INFO O| Aug 25 09:15:51.193 INFO ok!
100872026-08-25T09:15:52.423Z[ host-image] Aug 25 09:15:51.193 INFO O| Aug 25 09:15:51.193 INFO STEP 55 (ensure_file) COMPLETE
100882026-08-25T09:15:52.423Z[ host-image] Aug 25 09:15:51.193 INFO O| Aug 25 09:15:51.193 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100892026-08-25T09:15:52.429Z[ host-image] Aug 25 09:15:51.202 INFO O| Aug 25 09:15:51.202 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100902026-08-25T09:15:52.429Z[ host-image] Aug 25 09:15:51.202 INFO O| Aug 25 09:15:51.202 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 ...
100912026-08-25T09:15:52.432Z[ host-image] Aug 25 09:15:51.202 INFO O| Aug 25 09:15:51.202 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100922026-08-25T09:15:52.432Z[ host-image] Aug 25 09:15:51.202 INFO O| Aug 25 09:15:51.202 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100932026-08-25T09:15:52.432Z[ host-image] Aug 25 09:15:51.202 INFO O| Aug 25 09:15:51.202 INFO ok!
100942026-08-25T09:15:52.432Z[ host-image] Aug 25 09:15:51.202 INFO O| Aug 25 09:15:51.202 INFO STEP 56 (ensure_file) COMPLETE
100952026-08-25T09:15:52.432Z[ host-image] Aug 25 09:15:51.202 INFO O| Aug 25 09:15:51.202 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100962026-08-25T09:15:52.437Z[ host-image] Aug 25 09:15:51.211 INFO O| Aug 25 09:15:51.211 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100972026-08-25T09:15:52.437Z[ host-image] Aug 25 09:15:51.211 INFO O| Aug 25 09:15:51.211 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 ...
100982026-08-25T09:15:52.440Z[ host-image] Aug 25 09:15:51.211 INFO O| Aug 25 09:15:51.211 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
100992026-08-25T09:15:52.440Z[ host-image] Aug 25 09:15:51.211 INFO O| Aug 25 09:15:51.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101002026-08-25T09:15:52.441Z[ host-image] Aug 25 09:15:51.211 INFO O| Aug 25 09:15:51.211 INFO ok!
101012026-08-25T09:15:52.441Z[ host-image] Aug 25 09:15:51.211 INFO O| Aug 25 09:15:51.211 INFO STEP 57 (ensure_file) COMPLETE
101022026-08-25T09:15:52.441Z[ host-image] Aug 25 09:15:51.211 INFO O| Aug 25 09:15:51.211 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-08-25T09:15:52.444Z[ host-image] Aug 25 09:15:51.218 INFO O| Aug 25 09:15:51.218 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101042026-08-25T09:15:52.444Z[ host-image] Aug 25 09:15:51.218 INFO O| Aug 25 09:15:51.218 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 ...
101052026-08-25T09:15:52.448Z[ host-image] Aug 25 09:15:51.218 INFO O| Aug 25 09:15:51.218 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101062026-08-25T09:15:52.448Z[ host-image] Aug 25 09:15:51.218 INFO O| Aug 25 09:15:51.218 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101072026-08-25T09:15:52.448Z[ host-image] Aug 25 09:15:51.218 INFO O| Aug 25 09:15:51.218 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101082026-08-25T09:15:52.448Z[ host-image] Aug 25 09:15:51.218 INFO O| Aug 25 09:15:51.218 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101092026-08-25T09:15:52.448Z[ host-image] Aug 25 09:15:51.218 INFO O| Aug 25 09:15:51.218 INFO ok!
101102026-08-25T09:15:52.448Z[ host-image] Aug 25 09:15:51.218 INFO O| Aug 25 09:15:51.218 INFO STEP 58 (ensure_file) COMPLETE
101112026-08-25T09:15:52.448Z[ host-image] Aug 25 09:15:51.218 INFO O| Aug 25 09:15:51.218 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101122026-08-25T09:15:52.452Z[ host-image] Aug 25 09:15:51.225 INFO O| Aug 25 09:15:51.225 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101132026-08-25T09:15:52.452Z[ host-image] Aug 25 09:15:51.225 INFO O| Aug 25 09:15:51.225 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 ...
101142026-08-25T09:15:52.452Z[ host-image] Aug 25 09:15:51.225 INFO O| Aug 25 09:15:51.225 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
101152026-08-25T09:15:52.452Z[ host-image] Aug 25 09:15:51.225 INFO O| Aug 25 09:15:51.225 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101162026-08-25T09:15:52.453Z[ host-image] Aug 25 09:15:51.225 INFO O| Aug 25 09:15:51.225 INFO ok!
101172026-08-25T09:15:52.453Z[ host-image] Aug 25 09:15:51.225 INFO O| Aug 25 09:15:51.225 INFO STEP 59 (ensure_file) COMPLETE
101182026-08-25T09:15:52.453Z[ host-image] Aug 25 09:15:51.225 INFO O| Aug 25 09:15:51.225 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101192026-08-25T09:15:52.458Z[ host-image] Aug 25 09:15:51.232 INFO O| Aug 25 09:15:51.232 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101202026-08-25T09:15:52.458Z[ host-image] Aug 25 09:15:51.232 INFO O| Aug 25 09:15:51.232 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101212026-08-25T09:15:52.461Z[ host-image] Aug 25 09:15:51.232 INFO O| Aug 25 09:15:51.232 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101222026-08-25T09:15:52.461Z[ host-image] Aug 25 09:15:51.232 INFO O| Aug 25 09:15:51.232 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101232026-08-25T09:15:52.461Z[ host-image] Aug 25 09:15:51.232 INFO O| Aug 25 09:15:51.232 INFO ok!
101242026-08-25T09:15:52.462Z[ host-image] Aug 25 09:15:51.232 INFO O| Aug 25 09:15:51.232 INFO STEP 60 (ensure_file) COMPLETE
101252026-08-25T09:15:52.462Z[ host-image] Aug 25 09:15:51.232 INFO O| Aug 25 09:15:51.232 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101262026-08-25T09:15:52.467Z[ host-image] Aug 25 09:15:51.241 INFO O| Aug 25 09:15:51.241 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101272026-08-25T09:15:52.467Z[ host-image] Aug 25 09:15:51.241 INFO O| Aug 25 09:15:51.241 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 ...
101282026-08-25T09:15:52.467Z[ host-image] Aug 25 09:15:51.241 INFO O| Aug 25 09:15:51.241 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
101292026-08-25T09:15:52.471Z[ host-image] Aug 25 09:15:51.241 INFO O| Aug 25 09:15:51.241 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101302026-08-25T09:15:52.471Z[ host-image] Aug 25 09:15:51.241 INFO O| Aug 25 09:15:51.241 INFO ok!
101312026-08-25T09:15:52.471Z[ host-image] Aug 25 09:15:51.241 INFO O| Aug 25 09:15:51.241 INFO STEP 61 (ensure_file) COMPLETE
101322026-08-25T09:15:52.471Z[ host-image] Aug 25 09:15:51.241 INFO O| Aug 25 09:15:51.241 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101332026-08-25T09:15:52.475Z[ host-image] Aug 25 09:15:51.248 INFO O| Aug 25 09:15:51.248 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101342026-08-25T09:15:52.475Z[ host-image] Aug 25 09:15:51.248 INFO O| Aug 25 09:15:51.248 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101352026-08-25T09:15:52.475Z[ host-image] Aug 25 09:15:51.248 INFO O| Aug 25 09:15:51.248 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101362026-08-25T09:15:52.475Z[ host-image] Aug 25 09:15:51.248 INFO O| Aug 25 09:15:51.248 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101372026-08-25T09:15:52.475Z[ host-image] Aug 25 09:15:51.248 INFO O| Aug 25 09:15:51.248 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101382026-08-25T09:15:52.475Z[ host-image] Aug 25 09:15:51.248 INFO O| Aug 25 09:15:51.248 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101392026-08-25T09:15:52.475Z[ host-image] Aug 25 09:15:51.248 INFO O| Aug 25 09:15:51.248 INFO ok!
101402026-08-25T09:15:52.475Z[ host-image] Aug 25 09:15:51.248 INFO O| Aug 25 09:15:51.248 INFO STEP 62 (ensure_file) COMPLETE
101412026-08-25T09:15:52.475Z[ host-image] Aug 25 09:15:51.248 INFO O| Aug 25 09:15:51.248 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101422026-08-25T09:15:52.481Z[ host-image] Aug 25 09:15:51.255 INFO O| Aug 25 09:15:51.255 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101432026-08-25T09:15:52.481Z[ host-image] Aug 25 09:15:51.255 INFO O| Aug 25 09:15:51.255 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 ...
101442026-08-25T09:15:52.481Z[ host-image] Aug 25 09:15:51.255 INFO O| Aug 25 09:15:51.255 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
101452026-08-25T09:15:52.485Z[ host-image] Aug 25 09:15:51.255 INFO O| Aug 25 09:15:51.255 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101462026-08-25T09:15:52.485Z[ host-image] Aug 25 09:15:51.255 INFO O| Aug 25 09:15:51.255 INFO ok!
101472026-08-25T09:15:52.485Z[ host-image] Aug 25 09:15:51.255 INFO O| Aug 25 09:15:51.255 INFO STEP 63 (ensure_file) COMPLETE
101482026-08-25T09:15:52.485Z[ host-image] Aug 25 09:15:51.255 INFO O| Aug 25 09:15:51.255 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101492026-08-25T09:15:52.489Z[ host-image] Aug 25 09:15:51.261 INFO O| Aug 25 09:15:51.261 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101502026-08-25T09:15:52.489Z[ host-image] Aug 25 09:15:51.261 INFO O| Aug 25 09:15:51.261 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 ...
101512026-08-25T09:15:52.489Z[ host-image] Aug 25 09:15:51.262 INFO O| Aug 25 09:15:51.262 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
101522026-08-25T09:15:52.489Z[ host-image] Aug 25 09:15:51.262 INFO O| Aug 25 09:15:51.262 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101532026-08-25T09:15:52.489Z[ host-image] Aug 25 09:15:51.262 INFO O| Aug 25 09:15:51.262 INFO ok!
101542026-08-25T09:15:52.489Z[ host-image] Aug 25 09:15:51.262 INFO O| Aug 25 09:15:51.262 INFO STEP 64 (ensure_file) COMPLETE
101552026-08-25T09:15:52.489Z[ host-image] Aug 25 09:15:51.262 INFO O| Aug 25 09:15:51.262 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101562026-08-25T09:15:52.496Z[ host-image] Aug 25 09:15:51.270 INFO O| Aug 25 09:15:51.270 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101572026-08-25T09:15:52.496Z[ host-image] Aug 25 09:15:51.270 INFO O| Aug 25 09:15:51.270 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 ...
101582026-08-25T09:15:52.499Z[ host-image] Aug 25 09:15:51.270 INFO O| Aug 25 09:15:51.270 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
101592026-08-25T09:15:52.499Z[ host-image] Aug 25 09:15:51.270 INFO O| Aug 25 09:15:51.270 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101602026-08-25T09:15:52.499Z[ host-image] Aug 25 09:15:51.270 INFO O| Aug 25 09:15:51.270 INFO ok!
101612026-08-25T09:15:52.499Z[ host-image] Aug 25 09:15:51.270 INFO O| Aug 25 09:15:51.270 INFO STEP 65 (ensure_file) COMPLETE
101622026-08-25T09:15:52.499Z[ host-image] Aug 25 09:15:51.270 INFO O| Aug 25 09:15:51.270 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101632026-08-25T09:15:52.500Z[ host-image] Aug 25 09:15:51.270 INFO O| Aug 25 09:15:51.270 INFO skip step because feature "mbist" is not enabled
101642026-08-25T09:15:52.500Z[ host-image] Aug 25 09:15:51.270 INFO O| Aug 25 09:15:51.270 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-25T09:15:52.504Z[ host-image] Aug 25 09:15:51.278 INFO O| Aug 25 09:15:51.278 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101662026-08-25T09:15:52.508Z[ host-image] Aug 25 09:15:51.278 INFO O| Aug 25 09:15:51.278 INFO STEP 67 (ensure_dir) COMPLETE
101672026-08-25T09:15:52.508Z[ host-image] Aug 25 09:15:51.278 INFO O| Aug 25 09:15:51.278 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-08-25T09:15:52.513Z[ host-image] Aug 25 09:15:51.285 INFO O| Aug 25 09:15:51.285 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101692026-08-25T09:15:52.513Z[ host-image] Aug 25 09:15:51.285 INFO O| Aug 25 09:15:51.285 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101702026-08-25T09:15:52.513Z[ host-image] Aug 25 09:15:51.285 INFO O| Aug 25 09:15:51.285 INFO STEP 68 (ensure_dir) COMPLETE
101712026-08-25T09:15:52.513Z[ host-image] Aug 25 09:15:51.285 INFO O| Aug 25 09:15:51.285 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-08-25T09:15:52.518Z[ host-image] Aug 25 09:15:51.291 INFO O| Aug 25 09:15:51.291 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101732026-08-25T09:15:52.518Z[ host-image] Aug 25 09:15:51.292 INFO O| Aug 25 09:15:51.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101742026-08-25T09:15:52.518Z[ host-image] Aug 25 09:15:51.292 INFO O| Aug 25 09:15:51.292 INFO STEP 69 (ensure_dir) COMPLETE
101752026-08-25T09:15:52.518Z[ host-image] Aug 25 09:15:51.292 INFO O| Aug 25 09:15:51.292 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-08-25T09:15:52.524Z[ host-image] Aug 25 09:15:51.298 INFO O| Aug 25 09:15:51.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101772026-08-25T09:15:52.528Z[ host-image] Aug 25 09:15:51.298 INFO O| Aug 25 09:15:51.298 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101782026-08-25T09:15:53.124Z[ host-image] Aug 25 09:15:51.897 INFO O| Aug 25 09:15:51.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101792026-08-25T09:15:53.124Z[ host-image] Aug 25 09:15:51.897 INFO O| Aug 25 09:15:51.897 INFO ok!
101802026-08-25T09:15:53.125Z[ host-image] Aug 25 09:15:51.897 INFO O| Aug 25 09:15:51.897 INFO STEP 70 (ensure_file) COMPLETE
101812026-08-25T09:15:53.128Z[ host-image] Aug 25 09:15:51.897 INFO O| Aug 25 09:15:51.897 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-25T09:15:53.134Z[ host-image] Aug 25 09:15:51.907 INFO O| Aug 25 09:15:51.907 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101832026-08-25T09:15:53.134Z[ host-image] Aug 25 09:15:51.907 INFO O| Aug 25 09:15:51.907 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101842026-08-25T09:15:53.688Z[ host-image] Aug 25 09:15:52.456 INFO O| Aug 25 09:15:52.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101852026-08-25T09:15:53.688Z[ host-image] Aug 25 09:15:52.456 INFO O| Aug 25 09:15:52.456 INFO ok!
101862026-08-25T09:15:53.688Z[ host-image] Aug 25 09:15:52.456 INFO O| Aug 25 09:15:52.456 INFO STEP 71 (ensure_file) COMPLETE
101872026-08-25T09:15:53.704Z[ host-image] Aug 25 09:15:52.456 INFO O| Aug 25 09:15:52.456 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-08-25T09:15:53.709Z[ host-image] Aug 25 09:15:52.466 INFO O| Aug 25 09:15:52.466 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101892026-08-25T09:15:53.709Z[ host-image] Aug 25 09:15:52.466 INFO O| Aug 25 09:15:52.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101902026-08-25T09:15:53.709Z[ host-image] Aug 25 09:15:52.466 INFO O| Aug 25 09:15:52.466 INFO STEP 72 (ensure_dir) COMPLETE
101912026-08-25T09:15:53.709Z[ host-image] Aug 25 09:15:52.466 INFO O| Aug 25 09:15:52.466 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-08-25T09:15:53.709Z[ host-image] Aug 25 09:15:52.475 INFO O| Aug 25 09:15:52.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101932026-08-25T09:15:53.709Z[ host-image] Aug 25 09:15:52.475 INFO O| Aug 25 09:15:52.475 INFO copying /tmp/.tmprfUmyL/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 ...
101942026-08-25T09:15:53.709Z[ host-image] Aug 25 09:15:52.475 INFO O| Aug 25 09:15:52.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101952026-08-25T09:15:53.710Z[ host-image] Aug 25 09:15:52.475 INFO O| Aug 25 09:15:52.475 INFO ok!
101962026-08-25T09:15:53.710Z[ host-image] Aug 25 09:15:52.475 INFO O| Aug 25 09:15:52.475 INFO STEP 73 (ensure_file) COMPLETE
101972026-08-25T09:15:53.710Z[ host-image] Aug 25 09:15:52.475 INFO O| Aug 25 09:15:52.475 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-08-25T09:15:53.714Z[ host-image] Aug 25 09:15:52.484 INFO O| Aug 25 09:15:52.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101992026-08-25T09:15:53.714Z[ host-image] Aug 25 09:15:52.484 INFO O| Aug 25 09:15:52.484 INFO copying /tmp/.tmprfUmyL/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 ...
102002026-08-25T09:15:53.714Z[ host-image] Aug 25 09:15:52.484 INFO O| Aug 25 09:15:52.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102012026-08-25T09:15:53.717Z[ host-image] Aug 25 09:15:52.484 INFO O| Aug 25 09:15:52.484 INFO ok!
102022026-08-25T09:15:53.718Z[ host-image] Aug 25 09:15:52.484 INFO O| Aug 25 09:15:52.484 INFO STEP 74 (ensure_file) COMPLETE
102032026-08-25T09:15:53.718Z[ host-image] Aug 25 09:15:52.484 INFO O| Aug 25 09:15:52.484 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-08-25T09:15:53.722Z[ host-image] Aug 25 09:15:52.493 INFO O| Aug 25 09:15:52.493 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102052026-08-25T09:15:53.722Z[ host-image] Aug 25 09:15:52.493 INFO O| Aug 25 09:15:52.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102062026-08-25T09:15:53.722Z[ host-image] Aug 25 09:15:52.493 INFO O| Aug 25 09:15:52.493 INFO STEP 75 (ensure_dir) COMPLETE
102072026-08-25T09:15:53.724Z[ host-image] Aug 25 09:15:52.493 INFO O| Aug 25 09:15:52.493 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-08-25T09:15:53.729Z[ host-image] Aug 25 09:15:52.501 INFO O| Aug 25 09:15:52.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102092026-08-25T09:15:53.729Z[ host-image] Aug 25 09:15:52.501 INFO O| Aug 25 09:15:52.501 INFO copying /tmp/.tmprfUmyL/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 ...
102102026-08-25T09:15:53.729Z[ host-image] Aug 25 09:15:52.501 INFO O| Aug 25 09:15:52.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102112026-08-25T09:15:53.730Z[ host-image] Aug 25 09:15:52.501 INFO O| Aug 25 09:15:52.501 INFO ok!
102122026-08-25T09:15:53.730Z[ host-image] Aug 25 09:15:52.501 INFO O| Aug 25 09:15:52.501 INFO STEP 76 (ensure_file) COMPLETE
102132026-08-25T09:15:53.730Z[ host-image] Aug 25 09:15:52.501 INFO O| Aug 25 09:15:52.501 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-08-25T09:15:53.736Z[ host-image] Aug 25 09:15:52.509 INFO O| Aug 25 09:15:52.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102152026-08-25T09:15:53.739Z[ host-image] Aug 25 09:15:52.509 INFO O| Aug 25 09:15:52.509 INFO copying /tmp/.tmprfUmyL/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 ...
102162026-08-25T09:15:53.739Z[ host-image] Aug 25 09:15:52.510 INFO O| Aug 25 09:15:52.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102172026-08-25T09:15:53.739Z[ host-image] Aug 25 09:15:52.510 INFO O| Aug 25 09:15:52.509 INFO ok!
102182026-08-25T09:15:53.739Z[ host-image] Aug 25 09:15:52.510 INFO O| Aug 25 09:15:52.509 INFO STEP 77 (ensure_file) COMPLETE
102192026-08-25T09:15:53.739Z[ host-image] Aug 25 09:15:52.510 INFO O| Aug 25 09:15:52.510 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-25T09:15:53.743Z[ host-image] Aug 25 09:15:52.517 INFO O| Aug 25 09:15:52.517 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102212026-08-25T09:15:53.743Z[ host-image] Aug 25 09:15:52.517 INFO O| Aug 25 09:15:52.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102222026-08-25T09:15:53.748Z[ host-image] Aug 25 09:15:52.517 INFO O| Aug 25 09:15:52.517 INFO STEP 78 (ensure_dir) COMPLETE
102232026-08-25T09:15:53.748Z[ host-image] Aug 25 09:15:52.517 INFO O| Aug 25 09:15:52.517 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-08-25T09:15:53.752Z[ host-image] Aug 25 09:15:52.525 INFO O| Aug 25 09:15:52.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102252026-08-25T09:15:53.752Z[ host-image] Aug 25 09:15:52.525 INFO O| Aug 25 09:15:52.525 INFO copying /tmp/.tmprfUmyL/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 ...
102262026-08-25T09:15:53.752Z[ host-image] Aug 25 09:15:52.525 INFO O| Aug 25 09:15:52.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102272026-08-25T09:15:53.752Z[ host-image] Aug 25 09:15:52.525 INFO O| Aug 25 09:15:52.525 INFO ok!
102282026-08-25T09:15:53.752Z[ host-image] Aug 25 09:15:52.525 INFO O| Aug 25 09:15:52.525 INFO STEP 79 (ensure_file) COMPLETE
102292026-08-25T09:15:53.752Z[ host-image] Aug 25 09:15:52.525 INFO O| Aug 25 09:15:52.525 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-08-25T09:15:53.759Z[ host-image] Aug 25 09:15:52.533 INFO O| Aug 25 09:15:52.533 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102312026-08-25T09:15:53.759Z[ host-image] Aug 25 09:15:52.533 INFO O| Aug 25 09:15:52.533 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102322026-08-25T09:15:53.762Z[ host-image] Aug 25 09:15:52.533 INFO O| Aug 25 09:15:52.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102332026-08-25T09:15:53.762Z[ host-image] Aug 25 09:15:52.533 INFO O| Aug 25 09:15:52.533 INFO ok!
102342026-08-25T09:15:53.762Z[ host-image] Aug 25 09:15:52.533 INFO O| Aug 25 09:15:52.533 INFO STEP 80 (ensure_file) COMPLETE
102352026-08-25T09:15:53.762Z[ host-image] Aug 25 09:15:52.533 INFO O| Aug 25 09:15:52.533 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-08-25T09:15:53.767Z[ host-image] Aug 25 09:15:52.540 INFO O| Aug 25 09:15:52.540 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102372026-08-25T09:15:53.767Z[ host-image] Aug 25 09:15:52.540 INFO O| Aug 25 09:15:52.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102382026-08-25T09:15:53.770Z[ host-image] Aug 25 09:15:52.540 INFO O| Aug 25 09:15:52.540 INFO STEP 81 (ensure_dir) COMPLETE
102392026-08-25T09:15:53.770Z[ host-image] Aug 25 09:15:52.540 INFO O| Aug 25 09:15:52.540 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-08-25T09:15:53.774Z[ host-image] Aug 25 09:15:52.548 INFO O| Aug 25 09:15:52.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102412026-08-25T09:15:53.779Z[ host-image] Aug 25 09:15:52.548 INFO O| Aug 25 09:15:52.548 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102422026-08-25T09:15:54.054Z[ host-image] Aug 25 09:15:52.827 INFO O| Aug 25 09:15:52.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102432026-08-25T09:15:54.054Z[ host-image] Aug 25 09:15:52.827 INFO O| Aug 25 09:15:52.827 INFO ok!
102442026-08-25T09:15:54.054Z[ host-image] Aug 25 09:15:52.827 INFO O| Aug 25 09:15:52.827 INFO STEP 82 (ensure_file) COMPLETE
102452026-08-25T09:15:54.058Z[ host-image] Aug 25 09:15:52.827 INFO O| Aug 25 09:15:52.827 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-08-25T09:15:54.061Z[ host-image] Aug 25 09:15:52.835 INFO O| Aug 25 09:15:52.835 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102472026-08-25T09:15:54.061Z[ host-image] Aug 25 09:15:52.835 INFO O| Aug 25 09:15:52.835 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102482026-08-25T09:15:54.337Z[ host-image] Aug 25 09:15:53.110 INFO O| Aug 25 09:15:53.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102492026-08-25T09:15:54.337Z[ host-image] Aug 25 09:15:53.110 INFO O| Aug 25 09:15:53.110 INFO ok!
102502026-08-25T09:15:54.337Z[ host-image] Aug 25 09:15:53.110 INFO O| Aug 25 09:15:53.110 INFO STEP 83 (ensure_file) COMPLETE
102512026-08-25T09:15:54.341Z[ host-image] Aug 25 09:15:53.110 INFO O| Aug 25 09:15:53.110 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-08-25T09:15:54.346Z[ host-image] Aug 25 09:15:53.120 INFO O| Aug 25 09:15:53.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102532026-08-25T09:15:54.347Z[ host-image] Aug 25 09:15:53.120 INFO O| Aug 25 09:15:53.120 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102542026-08-25T09:15:55.756Z[ host-image] Aug 25 09:15:54.530 INFO O| Aug 25 09:15:54.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102552026-08-25T09:15:55.757Z[ host-image] Aug 25 09:15:54.530 INFO O| Aug 25 09:15:54.530 INFO ok!
102562026-08-25T09:15:55.757Z[ host-image] Aug 25 09:15:54.530 INFO O| Aug 25 09:15:54.530 INFO STEP 84 (ensure_file) COMPLETE
102572026-08-25T09:15:55.761Z[ host-image] Aug 25 09:15:54.530 INFO O| Aug 25 09:15:54.530 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-25T09:15:55.764Z[ host-image] Aug 25 09:15:54.538 INFO O| Aug 25 09:15:54.538 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102592026-08-25T09:15:55.765Z[ host-image] Aug 25 09:15:54.538 INFO O| Aug 25 09:15:54.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102602026-08-25T09:15:55.768Z[ host-image] Aug 25 09:15:54.538 INFO O| Aug 25 09:15:54.538 INFO STEP 85 (ensure_dir) COMPLETE
102612026-08-25T09:15:55.768Z[ host-image] Aug 25 09:15:54.538 INFO O| Aug 25 09:15:54.538 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-08-25T09:15:55.772Z[ host-image] Aug 25 09:15:54.545 INFO O| Aug 25 09:15:54.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102632026-08-25T09:15:55.772Z[ host-image] Aug 25 09:15:54.546 INFO O| Aug 25 09:15:54.545 INFO copying /tmp/.tmprfUmyL/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 ...
102642026-08-25T09:15:55.772Z[ host-image] Aug 25 09:15:54.546 INFO O| Aug 25 09:15:54.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102652026-08-25T09:15:55.772Z[ host-image] Aug 25 09:15:54.546 INFO O| Aug 25 09:15:54.546 INFO ok!
102662026-08-25T09:15:55.772Z[ host-image] Aug 25 09:15:54.546 INFO O| Aug 25 09:15:54.546 INFO STEP 86 (ensure_file) COMPLETE
102672026-08-25T09:15:55.772Z[ host-image] Aug 25 09:15:54.546 INFO O| Aug 25 09:15:54.546 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-25T09:15:55.779Z[ host-image] Aug 25 09:15:54.552 INFO O| Aug 25 09:15:54.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102692026-08-25T09:15:55.779Z[ host-image] Aug 25 09:15:54.552 INFO O| Aug 25 09:15:54.552 INFO copying /tmp/.tmprfUmyL/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 ...
102702026-08-25T09:15:55.779Z[ host-image] Aug 25 09:15:54.552 INFO O| Aug 25 09:15:54.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102712026-08-25T09:15:55.779Z[ host-image] Aug 25 09:15:54.552 INFO O| Aug 25 09:15:54.552 INFO ok!
102722026-08-25T09:15:55.779Z[ host-image] Aug 25 09:15:54.552 INFO O| Aug 25 09:15:54.552 INFO STEP 87 (ensure_file) COMPLETE
102732026-08-25T09:15:55.779Z[ host-image] Aug 25 09:15:54.553 INFO O| Aug 25 09:15:54.552 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-08-25T09:15:55.790Z[ host-image] Aug 25 09:15:54.563 INFO O| Aug 25 09:15:54.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102752026-08-25T09:15:55.790Z[ host-image] Aug 25 09:15:54.563 INFO O| Aug 25 09:15:54.563 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102762026-08-25T09:15:55.793Z[ host-image] Aug 25 09:15:54.563 INFO O| Aug 25 09:15:54.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102772026-08-25T09:15:55.793Z[ host-image] Aug 25 09:15:54.563 INFO O| Aug 25 09:15:54.563 INFO ok!
102782026-08-25T09:15:55.793Z[ host-image] Aug 25 09:15:54.563 INFO O| Aug 25 09:15:54.563 INFO STEP 88 (ensure_file) COMPLETE
102792026-08-25T09:15:55.793Z[ host-image] Aug 25 09:15:54.563 INFO O| Aug 25 09:15:54.563 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-08-25T09:15:55.797Z[ host-image] Aug 25 09:15:54.571 INFO O| Aug 25 09:15:54.571 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102812026-08-25T09:15:55.797Z[ host-image] Aug 25 09:15:54.571 INFO O| Aug 25 09:15:54.571 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102822026-08-25T09:15:55.801Z[ host-image] Aug 25 09:15:54.571 INFO O| Aug 25 09:15:54.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102832026-08-25T09:15:55.801Z[ host-image] Aug 25 09:15:54.571 INFO O| Aug 25 09:15:54.571 INFO ok!
102842026-08-25T09:15:55.801Z[ host-image] Aug 25 09:15:54.571 INFO O| Aug 25 09:15:54.571 INFO STEP 89 (ensure_file) COMPLETE
102852026-08-25T09:15:55.801Z[ host-image] Aug 25 09:15:54.571 INFO O| Aug 25 09:15:54.571 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-08-25T09:15:55.805Z[ host-image] Aug 25 09:15:54.579 INFO O| Aug 25 09:15:54.579 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102872026-08-25T09:15:55.809Z[ host-image] Aug 25 09:15:54.579 INFO O| Aug 25 09:15:54.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102882026-08-25T09:15:55.809Z[ host-image] Aug 25 09:15:54.579 INFO O| Aug 25 09:15:54.579 INFO STEP 90 (ensure_dir) COMPLETE
102892026-08-25T09:15:55.809Z[ host-image] Aug 25 09:15:54.579 INFO O| Aug 25 09:15:54.579 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102902026-08-25T09:15:55.812Z[ host-image] Aug 25 09:15:54.585 INFO O| Aug 25 09:15:54.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102912026-08-25T09:15:55.812Z[ host-image] Aug 25 09:15:54.585 INFO O| Aug 25 09:15:54.585 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102922026-08-25T09:15:55.816Z[ host-image] Aug 25 09:15:54.589 INFO O| Aug 25 09:15:54.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102932026-08-25T09:15:55.816Z[ host-image] Aug 25 09:15:54.589 INFO O| Aug 25 09:15:54.589 INFO ok!
102942026-08-25T09:15:55.817Z[ host-image] Aug 25 09:15:54.589 INFO O| Aug 25 09:15:54.589 INFO STEP 91 (ensure_file) COMPLETE
102952026-08-25T09:15:55.817Z[ host-image] Aug 25 09:15:54.589 INFO O| Aug 25 09:15:54.589 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-08-25T09:15:55.821Z[ host-image] Aug 25 09:15:54.595 INFO O| Aug 25 09:15:54.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102972026-08-25T09:15:55.822Z[ host-image] Aug 25 09:15:54.595 INFO O| Aug 25 09:15:54.595 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102982026-08-25T09:15:55.826Z[ host-image] Aug 25 09:15:54.595 INFO O| Aug 25 09:15:54.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102992026-08-25T09:15:55.826Z[ host-image] Aug 25 09:15:54.595 INFO O| Aug 25 09:15:54.595 INFO ok!
103002026-08-25T09:15:55.826Z[ host-image] Aug 25 09:15:54.595 INFO O| Aug 25 09:15:54.595 INFO STEP 92 (ensure_file) COMPLETE
103012026-08-25T09:15:55.826Z[ host-image] Aug 25 09:15:54.595 INFO O| Aug 25 09:15:54.595 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-08-25T09:15:55.829Z[ host-image] Aug 25 09:15:54.603 INFO O| Aug 25 09:15:54.603 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103032026-08-25T09:15:55.829Z[ host-image] Aug 25 09:15:54.603 INFO O| Aug 25 09:15:54.603 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103042026-08-25T09:15:56.117Z[ host-image] Aug 25 09:15:54.890 INFO O| Aug 25 09:15:54.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103052026-08-25T09:15:56.117Z[ host-image] Aug 25 09:15:54.890 INFO O| Aug 25 09:15:54.890 INFO ok!
103062026-08-25T09:15:56.117Z[ host-image] Aug 25 09:15:54.890 INFO O| Aug 25 09:15:54.890 INFO STEP 93 (ensure_file) COMPLETE
103072026-08-25T09:15:56.117Z[ host-image] Aug 25 09:15:54.890 INFO O| Aug 25 09:15:54.890 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-08-25T09:15:56.125Z[ host-image] Aug 25 09:15:54.898 INFO O| Aug 25 09:15:54.898 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103092026-08-25T09:15:56.125Z[ host-image] Aug 25 09:15:54.898 INFO O| Aug 25 09:15:54.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103102026-08-25T09:15:56.129Z[ host-image] Aug 25 09:15:54.898 INFO O| Aug 25 09:15:54.898 INFO STEP 94 (ensure_dir) COMPLETE
103112026-08-25T09:15:56.129Z[ host-image] Aug 25 09:15:54.898 INFO O| Aug 25 09:15:54.898 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-25T09:15:56.132Z[ host-image] Aug 25 09:15:54.906 INFO O| Aug 25 09:15:54.906 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103132026-08-25T09:15:56.132Z[ host-image] Aug 25 09:15:54.906 INFO O| Aug 25 09:15:54.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103142026-08-25T09:15:56.132Z[ host-image] Aug 25 09:15:54.906 INFO O| Aug 25 09:15:54.906 INFO STEP 95 (ensure_dir) COMPLETE
103152026-08-25T09:15:56.133Z[ host-image] Aug 25 09:15:54.906 INFO O| Aug 25 09:15:54.906 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-08-25T09:15:56.139Z[ host-image] Aug 25 09:15:54.913 INFO O| Aug 25 09:15:54.912 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103172026-08-25T09:15:56.139Z[ host-image] Aug 25 09:15:54.913 INFO O| Aug 25 09:15:54.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103182026-08-25T09:15:56.139Z[ host-image] Aug 25 09:15:54.913 INFO O| Aug 25 09:15:54.913 INFO STEP 96 (ensure_dir) COMPLETE
103192026-08-25T09:15:56.139Z[ host-image] Aug 25 09:15:54.913 INFO O| Aug 25 09:15:54.913 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-08-25T09:15:56.147Z[ host-image] Aug 25 09:15:54.921 INFO O| Aug 25 09:15:54.921 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103212026-08-25T09:15:56.147Z[ host-image] Aug 25 09:15:54.921 INFO O| Aug 25 09:15:54.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103222026-08-25T09:15:56.151Z[ host-image] Aug 25 09:15:54.921 INFO O| Aug 25 09:15:54.921 INFO STEP 97 (ensure_dir) COMPLETE
103232026-08-25T09:15:56.151Z[ host-image] Aug 25 09:15:54.921 INFO O| Aug 25 09:15:54.921 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-25T09:15:56.155Z[ host-image] Aug 25 09:15:54.928 INFO O| Aug 25 09:15:54.928 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103252026-08-25T09:15:56.158Z[ host-image] Aug 25 09:15:54.929 INFO O| Aug 25 09:15:54.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103262026-08-25T09:15:56.158Z[ host-image] Aug 25 09:15:54.929 INFO O| Aug 25 09:15:54.928 INFO STEP 98 (ensure_dir) COMPLETE
103272026-08-25T09:15:56.158Z[ host-image] Aug 25 09:15:54.929 INFO O| Aug 25 09:15:54.928 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-08-25T09:15:56.162Z[ host-image] Aug 25 09:15:54.935 INFO O| Aug 25 09:15:54.935 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103292026-08-25T09:15:56.162Z[ host-image] Aug 25 09:15:54.935 INFO O| Aug 25 09:15:54.935 INFO copying /tmp/.tmprfUmyL/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 ...
103302026-08-25T09:15:56.162Z[ host-image] Aug 25 09:15:54.935 INFO O| Aug 25 09:15:54.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103312026-08-25T09:15:56.162Z[ host-image] Aug 25 09:15:54.935 INFO O| Aug 25 09:15:54.935 INFO ok!
103322026-08-25T09:15:56.162Z[ host-image] Aug 25 09:15:54.935 INFO O| Aug 25 09:15:54.935 INFO STEP 99 (ensure_file) COMPLETE
103332026-08-25T09:15:56.162Z[ host-image] Aug 25 09:15:54.935 INFO O| Aug 25 09:15:54.935 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-25T09:15:56.168Z[ host-image] Aug 25 09:15:54.942 INFO O| Aug 25 09:15:54.942 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103352026-08-25T09:15:56.168Z[ host-image] Aug 25 09:15:54.942 INFO O| Aug 25 09:15:54.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103362026-08-25T09:15:56.171Z[ host-image] Aug 25 09:15:54.942 INFO O| Aug 25 09:15:54.942 INFO STEP 100 (ensure_dir) COMPLETE
103372026-08-25T09:15:56.171Z[ host-image] Aug 25 09:15:54.942 INFO O| Aug 25 09:15:54.942 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-08-25T09:15:56.174Z[ host-image] Aug 25 09:15:54.948 INFO O| Aug 25 09:15:54.948 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103392026-08-25T09:15:56.175Z[ host-image] Aug 25 09:15:54.948 INFO O| Aug 25 09:15:54.948 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103402026-08-25T09:15:56.498Z[ host-image] Aug 25 09:15:55.272 INFO O| Aug 25 09:15:55.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103412026-08-25T09:15:56.499Z[ host-image] Aug 25 09:15:55.272 INFO O| Aug 25 09:15:55.272 INFO ok!
103422026-08-25T09:15:56.502Z[ host-image] Aug 25 09:15:55.272 INFO O| Aug 25 09:15:55.272 INFO STEP 101 (ensure_file) COMPLETE
103432026-08-25T09:15:56.502Z[ host-image] Aug 25 09:15:55.272 INFO O| Aug 25 09:15:55.272 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-08-25T09:15:56.507Z[ host-image] Aug 25 09:15:55.280 INFO O| Aug 25 09:15:55.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103452026-08-25T09:15:56.507Z[ host-image] Aug 25 09:15:55.280 INFO O| Aug 25 09:15:55.280 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103462026-08-25T09:15:56.507Z[ host-image] Aug 25 09:15:55.280 INFO O| Aug 25 09:15:55.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103472026-08-25T09:15:56.507Z[ host-image] Aug 25 09:15:55.280 INFO O| Aug 25 09:15:55.280 INFO ok!
103482026-08-25T09:15:56.507Z[ host-image] Aug 25 09:15:55.280 INFO O| Aug 25 09:15:55.280 INFO STEP 102 (ensure_file) COMPLETE
103492026-08-25T09:15:56.511Z[ host-image] Aug 25 09:15:55.280 INFO O| Aug 25 09:15:55.280 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-08-25T09:15:56.514Z[ host-image] Aug 25 09:15:55.286 INFO O| Aug 25 09:15:55.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103512026-08-25T09:15:56.515Z[ host-image] Aug 25 09:15:55.286 INFO O| Aug 25 09:15:55.286 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103522026-08-25T09:15:56.522Z[ host-image] Aug 25 09:15:55.296 INFO O| Aug 25 09:15:55.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103532026-08-25T09:15:56.522Z[ host-image] Aug 25 09:15:55.296 INFO O| Aug 25 09:15:55.296 INFO ok!
103542026-08-25T09:15:56.526Z[ host-image] Aug 25 09:15:55.296 INFO O| Aug 25 09:15:55.296 INFO STEP 103 (ensure_file) COMPLETE
103552026-08-25T09:15:56.526Z[ host-image] Aug 25 09:15:55.296 INFO O| Aug 25 09:15:55.296 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-08-25T09:15:56.530Z[ host-image] Aug 25 09:15:55.303 INFO O| Aug 25 09:15:55.303 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103572026-08-25T09:15:56.530Z[ host-image] Aug 25 09:15:55.303 INFO O| Aug 25 09:15:55.303 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103582026-08-25T09:15:56.530Z[ host-image] Aug 25 09:15:55.303 INFO O| Aug 25 09:15:55.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103592026-08-25T09:15:56.530Z[ host-image] Aug 25 09:15:55.303 INFO O| Aug 25 09:15:55.303 INFO ok!
103602026-08-25T09:15:56.530Z[ host-image] Aug 25 09:15:55.303 INFO O| Aug 25 09:15:55.303 INFO STEP 104 (ensure_file) COMPLETE
103612026-08-25T09:15:56.530Z[ host-image] Aug 25 09:15:55.303 INFO O| Aug 25 09:15:55.303 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-08-25T09:15:56.537Z[ host-image] Aug 25 09:15:55.310 INFO O| Aug 25 09:15:55.310 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103632026-08-25T09:15:56.540Z[ host-image] Aug 25 09:15:55.310 INFO O| Aug 25 09:15:55.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103642026-08-25T09:15:56.540Z[ host-image] Aug 25 09:15:55.310 INFO O| Aug 25 09:15:55.310 INFO STEP 105 (ensure_dir) COMPLETE
103652026-08-25T09:15:56.540Z[ host-image] Aug 25 09:15:55.310 INFO O| Aug 25 09:15:55.310 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-08-25T09:15:56.544Z[ host-image] Aug 25 09:15:55.318 INFO O| Aug 25 09:15:55.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103672026-08-25T09:15:56.544Z[ host-image] Aug 25 09:15:55.318 INFO O| Aug 25 09:15:55.318 INFO copying /tmp/.tmprfUmyL/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 ...
103682026-08-25T09:15:56.828Z[ host-image] Aug 25 09:15:55.602 INFO O| Aug 25 09:15:55.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103692026-08-25T09:15:56.829Z[ host-image] Aug 25 09:15:55.602 INFO O| Aug 25 09:15:55.602 INFO ok!
103702026-08-25T09:15:56.830Z[ host-image] Aug 25 09:15:55.602 INFO O| Aug 25 09:15:55.602 INFO STEP 106 (ensure_file) COMPLETE
103712026-08-25T09:15:56.834Z[ host-image] Aug 25 09:15:55.602 INFO O| Aug 25 09:15:55.602 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-08-25T09:15:56.837Z[ host-image] Aug 25 09:15:55.610 INFO O| Aug 25 09:15:55.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103732026-08-25T09:15:56.837Z[ host-image] Aug 25 09:15:55.610 INFO O| Aug 25 09:15:55.610 INFO copying /tmp/.tmprfUmyL/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 ...
103742026-08-25T09:15:56.838Z[ host-image] Aug 25 09:15:55.610 INFO O| Aug 25 09:15:55.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103752026-08-25T09:15:56.838Z[ host-image] Aug 25 09:15:55.610 INFO O| Aug 25 09:15:55.610 INFO ok!
103762026-08-25T09:15:56.838Z[ host-image] Aug 25 09:15:55.610 INFO O| Aug 25 09:15:55.610 INFO STEP 107 (ensure_file) COMPLETE
103772026-08-25T09:15:56.838Z[ host-image] Aug 25 09:15:55.610 INFO O| Aug 25 09:15:55.610 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-08-25T09:15:56.846Z[ host-image] Aug 25 09:15:55.620 INFO O| Aug 25 09:15:55.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103792026-08-25T09:15:56.846Z[ host-image] Aug 25 09:15:55.620 INFO O| Aug 25 09:15:55.620 INFO copying /tmp/.tmprfUmyL/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 ...
103802026-08-25T09:15:56.846Z[ host-image] Aug 25 09:15:55.620 INFO O| Aug 25 09:15:55.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103812026-08-25T09:15:56.850Z[ host-image] Aug 25 09:15:55.620 INFO O| Aug 25 09:15:55.620 INFO ok!
103822026-08-25T09:15:56.850Z[ host-image] Aug 25 09:15:55.620 INFO O| Aug 25 09:15:55.620 INFO STEP 108 (ensure_file) COMPLETE
103832026-08-25T09:15:56.850Z[ host-image] Aug 25 09:15:55.620 INFO O| Aug 25 09:15:55.620 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-08-25T09:15:56.854Z[ host-image] Aug 25 09:15:55.627 INFO O| Aug 25 09:15:55.627 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103852026-08-25T09:15:56.854Z[ host-image] Aug 25 09:15:55.627 INFO O| Aug 25 09:15:55.627 INFO copying /tmp/.tmprfUmyL/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 ...
103862026-08-25T09:15:56.854Z[ host-image] Aug 25 09:15:55.627 INFO O| Aug 25 09:15:55.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103872026-08-25T09:15:56.854Z[ host-image] Aug 25 09:15:55.627 INFO O| Aug 25 09:15:55.627 INFO ok!
103882026-08-25T09:15:56.854Z[ host-image] Aug 25 09:15:55.627 INFO O| Aug 25 09:15:55.627 INFO STEP 109 (ensure_file) COMPLETE
103892026-08-25T09:15:56.854Z[ host-image] Aug 25 09:15:55.627 INFO O| Aug 25 09:15:55.627 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-08-25T09:15:56.861Z[ host-image] Aug 25 09:15:55.635 INFO O| Aug 25 09:15:55.635 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103912026-08-25T09:15:56.861Z[ host-image] Aug 25 09:15:55.635 INFO O| Aug 25 09:15:55.635 INFO copying /tmp/.tmprfUmyL/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 ...
103922026-08-25T09:15:56.865Z[ host-image] Aug 25 09:15:55.635 INFO O| Aug 25 09:15:55.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103932026-08-25T09:15:56.865Z[ host-image] Aug 25 09:15:55.635 INFO O| Aug 25 09:15:55.635 INFO ok!
103942026-08-25T09:15:56.865Z[ host-image] Aug 25 09:15:55.635 INFO O| Aug 25 09:15:55.635 INFO STEP 110 (ensure_file) COMPLETE
103952026-08-25T09:15:56.865Z[ host-image] Aug 25 09:15:55.635 INFO O| Aug 25 09:15:55.635 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-08-25T09:15:56.869Z[ host-image] Aug 25 09:15:55.643 INFO O| Aug 25 09:15:55.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103972026-08-25T09:15:56.869Z[ host-image] Aug 25 09:15:55.643 INFO O| Aug 25 09:15:55.643 INFO copying /tmp/.tmprfUmyL/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 ...
103982026-08-25T09:15:56.873Z[ host-image] Aug 25 09:15:55.643 INFO O| Aug 25 09:15:55.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103992026-08-25T09:15:56.873Z[ host-image] Aug 25 09:15:55.643 INFO O| Aug 25 09:15:55.643 INFO ok!
104002026-08-25T09:15:56.873Z[ host-image] Aug 25 09:15:55.643 INFO O| Aug 25 09:15:55.643 INFO STEP 111 (ensure_file) COMPLETE
104012026-08-25T09:15:56.873Z[ host-image] Aug 25 09:15:55.643 INFO O| Aug 25 09:15:55.643 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-08-25T09:15:56.878Z[ host-image] Aug 25 09:15:55.651 INFO O| Aug 25 09:15:55.651 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104032026-08-25T09:15:56.878Z[ host-image] Aug 25 09:15:55.651 INFO O| Aug 25 09:15:55.651 INFO copying /tmp/.tmprfUmyL/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 ...
104042026-08-25T09:15:56.878Z[ host-image] Aug 25 09:15:55.651 INFO O| Aug 25 09:15:55.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104052026-08-25T09:15:56.878Z[ host-image] Aug 25 09:15:55.651 INFO O| Aug 25 09:15:55.651 INFO ok!
104062026-08-25T09:15:56.882Z[ host-image] Aug 25 09:15:55.651 INFO O| Aug 25 09:15:55.651 INFO STEP 112 (ensure_file) COMPLETE
104072026-08-25T09:15:56.882Z[ host-image] Aug 25 09:15:55.651 INFO O| Aug 25 09:15:55.651 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-08-25T09:15:56.885Z[ host-image] Aug 25 09:15:55.658 INFO O| Aug 25 09:15:55.658 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104092026-08-25T09:15:56.885Z[ host-image] Aug 25 09:15:55.658 INFO O| Aug 25 09:15:55.658 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104102026-08-25T09:15:56.885Z[ host-image] Aug 25 09:15:55.658 INFO O| Aug 25 09:15:55.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104112026-08-25T09:15:56.886Z[ host-image] Aug 25 09:15:55.658 INFO O| Aug 25 09:15:55.658 INFO ok!
104122026-08-25T09:15:56.886Z[ host-image] Aug 25 09:15:55.658 INFO O| Aug 25 09:15:55.658 INFO STEP 113 (ensure_file) COMPLETE
104132026-08-25T09:15:56.886Z[ host-image] Aug 25 09:15:55.658 INFO O| Aug 25 09:15:55.658 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-08-25T09:15:56.892Z[ host-image] Aug 25 09:15:55.666 INFO O| Aug 25 09:15:55.666 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104152026-08-25T09:15:56.892Z[ host-image] Aug 25 09:15:55.666 INFO O| Aug 25 09:15:55.666 INFO copying /tmp/.tmprfUmyL/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 ...
104162026-08-25T09:15:56.896Z[ host-image] Aug 25 09:15:55.666 INFO O| Aug 25 09:15:55.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104172026-08-25T09:15:56.896Z[ host-image] Aug 25 09:15:55.666 INFO O| Aug 25 09:15:55.666 INFO ok!
104182026-08-25T09:15:56.896Z[ host-image] Aug 25 09:15:55.666 INFO O| Aug 25 09:15:55.666 INFO STEP 114 (ensure_file) COMPLETE
104192026-08-25T09:15:56.896Z[ host-image] Aug 25 09:15:55.666 INFO O| Aug 25 09:15:55.666 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-08-25T09:15:56.900Z[ host-image] Aug 25 09:15:55.674 INFO O| Aug 25 09:15:55.674 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104212026-08-25T09:15:56.900Z[ host-image] Aug 25 09:15:55.674 INFO O| Aug 25 09:15:55.674 INFO copying /tmp/.tmprfUmyL/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 ...
104222026-08-25T09:15:56.904Z[ host-image] Aug 25 09:15:55.674 INFO O| Aug 25 09:15:55.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104232026-08-25T09:15:56.904Z[ host-image] Aug 25 09:15:55.674 INFO O| Aug 25 09:15:55.674 INFO ok!
104242026-08-25T09:15:56.904Z[ host-image] Aug 25 09:15:55.674 INFO O| Aug 25 09:15:55.674 INFO STEP 115 (ensure_file) COMPLETE
104252026-08-25T09:15:56.904Z[ host-image] Aug 25 09:15:55.674 INFO O| Aug 25 09:15:55.674 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-08-25T09:15:56.908Z[ host-image] Aug 25 09:15:55.681 INFO O| Aug 25 09:15:55.681 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104272026-08-25T09:15:56.911Z[ host-image] Aug 25 09:15:55.681 INFO O| Aug 25 09:15:55.681 INFO copying /tmp/.tmprfUmyL/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 ...
104282026-08-25T09:15:56.911Z[ host-image] Aug 25 09:15:55.681 INFO O| Aug 25 09:15:55.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104292026-08-25T09:15:56.911Z[ host-image] Aug 25 09:15:55.681 INFO O| Aug 25 09:15:55.681 INFO ok!
104302026-08-25T09:15:56.911Z[ host-image] Aug 25 09:15:55.682 INFO O| Aug 25 09:15:55.681 INFO STEP 116 (ensure_file) COMPLETE
104312026-08-25T09:15:56.911Z[ host-image] Aug 25 09:15:55.682 INFO O| Aug 25 09:15:55.681 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-08-25T09:15:56.915Z[ host-image] Aug 25 09:15:55.687 INFO O| Aug 25 09:15:55.687 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104332026-08-25T09:15:56.915Z[ host-image] Aug 25 09:15:55.687 INFO O| Aug 25 09:15:55.687 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104342026-08-25T09:15:56.916Z[ host-image] Aug 25 09:15:55.687 INFO O| Aug 25 09:15:55.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104352026-08-25T09:15:56.916Z[ host-image] Aug 25 09:15:55.687 INFO O| Aug 25 09:15:55.687 INFO ok!
104362026-08-25T09:15:56.916Z[ host-image] Aug 25 09:15:55.687 INFO O| Aug 25 09:15:55.687 INFO STEP 117 (ensure_file) COMPLETE
104372026-08-25T09:15:56.916Z[ host-image] Aug 25 09:15:55.687 INFO O| Aug 25 09:15:55.687 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-08-25T09:15:56.921Z[ host-image] Aug 25 09:15:55.694 INFO O| Aug 25 09:15:55.694 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104392026-08-25T09:15:56.921Z[ host-image] Aug 25 09:15:55.694 INFO O| Aug 25 09:15:55.694 INFO copying /tmp/.tmprfUmyL/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 ...
104402026-08-25T09:15:56.921Z[ host-image] Aug 25 09:15:55.694 INFO O| Aug 25 09:15:55.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104412026-08-25T09:15:56.921Z[ host-image] Aug 25 09:15:55.694 INFO O| Aug 25 09:15:55.694 INFO ok!
104422026-08-25T09:15:56.921Z[ host-image] Aug 25 09:15:55.694 INFO O| Aug 25 09:15:55.694 INFO STEP 118 (ensure_file) COMPLETE
104432026-08-25T09:15:56.925Z[ host-image] Aug 25 09:15:55.694 INFO O| Aug 25 09:15:55.694 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-08-25T09:15:56.928Z[ host-image] Aug 25 09:15:55.701 INFO O| Aug 25 09:15:55.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104452026-08-25T09:15:56.928Z[ host-image] Aug 25 09:15:55.701 INFO O| Aug 25 09:15:55.701 INFO copying /tmp/.tmprfUmyL/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 ...
104462026-08-25T09:15:56.928Z[ host-image] Aug 25 09:15:55.701 INFO O| Aug 25 09:15:55.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104472026-08-25T09:15:56.928Z[ host-image] Aug 25 09:15:55.701 INFO O| Aug 25 09:15:55.701 INFO ok!
104482026-08-25T09:15:56.928Z[ host-image] Aug 25 09:15:55.701 INFO O| Aug 25 09:15:55.701 INFO STEP 119 (ensure_file) COMPLETE
104492026-08-25T09:15:56.928Z[ host-image] Aug 25 09:15:55.701 INFO O| Aug 25 09:15:55.701 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-08-25T09:15:56.934Z[ host-image] Aug 25 09:15:55.708 INFO O| Aug 25 09:15:55.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104512026-08-25T09:15:56.934Z[ host-image] Aug 25 09:15:55.708 INFO O| Aug 25 09:15:55.708 INFO copying /tmp/.tmprfUmyL/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 ...
104522026-08-25T09:15:56.938Z[ host-image] Aug 25 09:15:55.708 INFO O| Aug 25 09:15:55.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104532026-08-25T09:15:56.938Z[ host-image] Aug 25 09:15:55.708 INFO O| Aug 25 09:15:55.708 INFO ok!
104542026-08-25T09:15:56.938Z[ host-image] Aug 25 09:15:55.708 INFO O| Aug 25 09:15:55.708 INFO STEP 120 (ensure_file) COMPLETE
104552026-08-25T09:15:56.938Z[ host-image] Aug 25 09:15:55.708 INFO O| Aug 25 09:15:55.708 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-08-25T09:15:56.942Z[ host-image] Aug 25 09:15:55.713 INFO O| Aug 25 09:15:55.713 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104572026-08-25T09:15:56.942Z[ host-image] Aug 25 09:15:55.713 INFO O| Aug 25 09:15:55.713 INFO copying /tmp/.tmprfUmyL/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 ...
104582026-08-25T09:15:56.942Z[ host-image] Aug 25 09:15:55.713 INFO O| Aug 25 09:15:55.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104592026-08-25T09:15:56.942Z[ host-image] Aug 25 09:15:55.713 INFO O| Aug 25 09:15:55.713 INFO ok!
104602026-08-25T09:15:56.942Z[ host-image] Aug 25 09:15:55.713 INFO O| Aug 25 09:15:55.713 INFO STEP 121 (ensure_file) COMPLETE
104612026-08-25T09:15:56.942Z[ host-image] Aug 25 09:15:55.713 INFO O| Aug 25 09:15:55.713 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-08-25T09:15:56.946Z[ host-image] Aug 25 09:15:55.719 INFO O| Aug 25 09:15:55.719 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104632026-08-25T09:15:56.946Z[ host-image] Aug 25 09:15:55.719 INFO O| Aug 25 09:15:55.719 INFO copying /tmp/.tmprfUmyL/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 ...
104642026-08-25T09:15:56.946Z[ host-image] Aug 25 09:15:55.719 INFO O| Aug 25 09:15:55.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104652026-08-25T09:15:56.946Z[ host-image] Aug 25 09:15:55.719 INFO O| Aug 25 09:15:55.719 INFO ok!
104662026-08-25T09:15:56.947Z[ host-image] Aug 25 09:15:55.719 INFO O| Aug 25 09:15:55.719 INFO STEP 122 (ensure_file) COMPLETE
104672026-08-25T09:15:56.947Z[ host-image] Aug 25 09:15:55.719 INFO O| Aug 25 09:15:55.719 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-08-25T09:15:56.953Z[ host-image] Aug 25 09:15:55.726 INFO O| Aug 25 09:15:55.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104692026-08-25T09:15:56.953Z[ host-image] Aug 25 09:15:55.726 INFO O| Aug 25 09:15:55.726 INFO copying /tmp/.tmprfUmyL/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 ...
104702026-08-25T09:15:56.956Z[ host-image] Aug 25 09:15:55.726 INFO O| Aug 25 09:15:55.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104712026-08-25T09:15:56.956Z[ host-image] Aug 25 09:15:55.726 INFO O| Aug 25 09:15:55.726 INFO ok!
104722026-08-25T09:15:56.956Z[ host-image] Aug 25 09:15:55.726 INFO O| Aug 25 09:15:55.726 INFO STEP 123 (ensure_file) COMPLETE
104732026-08-25T09:15:56.956Z[ host-image] Aug 25 09:15:55.726 INFO O| Aug 25 09:15:55.726 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-08-25T09:15:56.960Z[ host-image] Aug 25 09:15:55.732 INFO O| Aug 25 09:15:55.732 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104752026-08-25T09:15:56.960Z[ host-image] Aug 25 09:15:55.732 INFO O| Aug 25 09:15:55.732 INFO copying /tmp/.tmprfUmyL/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 ...
104762026-08-25T09:15:56.960Z[ host-image] Aug 25 09:15:55.732 INFO O| Aug 25 09:15:55.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104772026-08-25T09:15:56.960Z[ host-image] Aug 25 09:15:55.732 INFO O| Aug 25 09:15:55.732 INFO ok!
104782026-08-25T09:15:56.960Z[ host-image] Aug 25 09:15:55.732 INFO O| Aug 25 09:15:55.732 INFO STEP 124 (ensure_file) COMPLETE
104792026-08-25T09:15:56.960Z[ host-image] Aug 25 09:15:55.732 INFO O| Aug 25 09:15:55.732 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-08-25T09:15:56.966Z[ host-image] Aug 25 09:15:55.739 INFO O| Aug 25 09:15:55.739 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104812026-08-25T09:15:56.966Z[ host-image] Aug 25 09:15:55.739 INFO O| Aug 25 09:15:55.739 INFO copying /tmp/.tmprfUmyL/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 ...
104822026-08-25T09:15:56.969Z[ host-image] Aug 25 09:15:55.739 INFO O| Aug 25 09:15:55.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104832026-08-25T09:15:56.969Z[ host-image] Aug 25 09:15:55.739 INFO O| Aug 25 09:15:55.739 INFO ok!
104842026-08-25T09:15:56.969Z[ host-image] Aug 25 09:15:55.739 INFO O| Aug 25 09:15:55.739 INFO STEP 125 (ensure_file) COMPLETE
104852026-08-25T09:15:56.969Z[ host-image] Aug 25 09:15:55.739 INFO O| Aug 25 09:15:55.739 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-08-25T09:15:56.973Z[ host-image] Aug 25 09:15:55.747 INFO O| Aug 25 09:15:55.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104872026-08-25T09:15:56.973Z[ host-image] Aug 25 09:15:55.747 INFO O| Aug 25 09:15:55.747 INFO copying /tmp/.tmprfUmyL/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 ...
104882026-08-25T09:15:56.977Z[ host-image] Aug 25 09:15:55.747 INFO O| Aug 25 09:15:55.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104892026-08-25T09:15:56.978Z[ host-image] Aug 25 09:15:55.747 INFO O| Aug 25 09:15:55.747 INFO ok!
104902026-08-25T09:15:56.978Z[ host-image] Aug 25 09:15:55.747 INFO O| Aug 25 09:15:55.747 INFO STEP 126 (ensure_file) COMPLETE
104912026-08-25T09:15:56.978Z[ host-image] Aug 25 09:15:55.747 INFO O| Aug 25 09:15:55.747 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-08-25T09:15:56.981Z[ host-image] Aug 25 09:15:55.754 INFO O| Aug 25 09:15:55.754 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104932026-08-25T09:15:56.981Z[ host-image] Aug 25 09:15:55.754 INFO O| Aug 25 09:15:55.754 INFO copying /tmp/.tmprfUmyL/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 ...
104942026-08-25T09:15:56.981Z[ host-image] Aug 25 09:15:55.754 INFO O| Aug 25 09:15:55.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104952026-08-25T09:15:56.981Z[ host-image] Aug 25 09:15:55.754 INFO O| Aug 25 09:15:55.754 INFO ok!
104962026-08-25T09:15:56.981Z[ host-image] Aug 25 09:15:55.754 INFO O| Aug 25 09:15:55.754 INFO STEP 127 (ensure_file) COMPLETE
104972026-08-25T09:15:56.981Z[ host-image] Aug 25 09:15:55.754 INFO O| Aug 25 09:15:55.754 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-08-25T09:15:56.987Z[ host-image] Aug 25 09:15:55.761 INFO O| Aug 25 09:15:55.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104992026-08-25T09:15:56.987Z[ host-image] Aug 25 09:15:55.761 INFO O| Aug 25 09:15:55.760 INFO copying /tmp/.tmprfUmyL/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 ...
105002026-08-25T09:15:56.987Z[ host-image] Aug 25 09:15:55.761 INFO O| Aug 25 09:15:55.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105012026-08-25T09:15:56.990Z[ host-image] Aug 25 09:15:55.761 INFO O| Aug 25 09:15:55.761 INFO ok!
105022026-08-25T09:15:56.990Z[ host-image] Aug 25 09:15:55.761 INFO O| Aug 25 09:15:55.761 INFO STEP 128 (ensure_file) COMPLETE
105032026-08-25T09:15:56.990Z[ host-image] Aug 25 09:15:55.761 INFO O| Aug 25 09:15:55.761 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-08-25T09:15:56.994Z[ host-image] Aug 25 09:15:55.768 INFO O| Aug 25 09:15:55.768 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105052026-08-25T09:15:56.997Z[ host-image] Aug 25 09:15:55.768 INFO O| Aug 25 09:15:55.768 INFO copying /tmp/.tmprfUmyL/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 ...
105062026-08-25T09:15:56.998Z[ host-image] Aug 25 09:15:55.768 INFO O| Aug 25 09:15:55.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105072026-08-25T09:15:56.998Z[ host-image] Aug 25 09:15:55.768 INFO O| Aug 25 09:15:55.768 INFO ok!
105082026-08-25T09:15:56.998Z[ host-image] Aug 25 09:15:55.768 INFO O| Aug 25 09:15:55.768 INFO STEP 129 (ensure_file) COMPLETE
105092026-08-25T09:15:56.998Z[ host-image] Aug 25 09:15:55.768 INFO O| Aug 25 09:15:55.768 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-08-25T09:15:57.002Z[ host-image] Aug 25 09:15:55.775 INFO O| Aug 25 09:15:55.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105112026-08-25T09:15:57.002Z[ host-image] Aug 25 09:15:55.775 INFO O| Aug 25 09:15:55.775 INFO copying /tmp/.tmprfUmyL/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 ...
105122026-08-25T09:15:57.002Z[ host-image] Aug 25 09:15:55.775 INFO O| Aug 25 09:15:55.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105132026-08-25T09:15:57.003Z[ host-image] Aug 25 09:15:55.775 INFO O| Aug 25 09:15:55.775 INFO ok!
105142026-08-25T09:15:57.003Z[ host-image] Aug 25 09:15:55.775 INFO O| Aug 25 09:15:55.775 INFO STEP 130 (ensure_file) COMPLETE
105152026-08-25T09:15:57.006Z[ host-image] Aug 25 09:15:55.775 INFO O| Aug 25 09:15:55.775 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-08-25T09:15:57.010Z[ host-image] Aug 25 09:15:55.782 INFO O| Aug 25 09:15:55.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105172026-08-25T09:15:57.010Z[ host-image] Aug 25 09:15:55.782 INFO O| Aug 25 09:15:55.782 INFO copying /tmp/.tmprfUmyL/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 ...
105182026-08-25T09:15:57.010Z[ host-image] Aug 25 09:15:55.782 INFO O| Aug 25 09:15:55.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105192026-08-25T09:15:57.010Z[ host-image] Aug 25 09:15:55.782 INFO O| Aug 25 09:15:55.782 INFO ok!
105202026-08-25T09:15:57.010Z[ host-image] Aug 25 09:15:55.782 INFO O| Aug 25 09:15:55.782 INFO STEP 131 (ensure_file) COMPLETE
105212026-08-25T09:15:57.010Z[ host-image] Aug 25 09:15:55.782 INFO O| Aug 25 09:15:55.782 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-08-25T09:15:57.015Z[ host-image] Aug 25 09:15:55.788 INFO O| Aug 25 09:15:55.788 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105232026-08-25T09:15:57.015Z[ host-image] Aug 25 09:15:55.788 INFO O| Aug 25 09:15:55.788 INFO copying /tmp/.tmprfUmyL/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 ...
105242026-08-25T09:15:57.018Z[ host-image] Aug 25 09:15:55.789 INFO O| Aug 25 09:15:55.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105252026-08-25T09:15:57.018Z[ host-image] Aug 25 09:15:55.789 INFO O| Aug 25 09:15:55.789 INFO ok!
105262026-08-25T09:15:57.018Z[ host-image] Aug 25 09:15:55.789 INFO O| Aug 25 09:15:55.789 INFO STEP 132 (ensure_file) COMPLETE
105272026-08-25T09:15:57.018Z[ host-image] Aug 25 09:15:55.789 INFO O| Aug 25 09:15:55.789 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-08-25T09:15:57.022Z[ host-image] Aug 25 09:15:55.795 INFO O| Aug 25 09:15:55.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105292026-08-25T09:15:57.022Z[ host-image] Aug 25 09:15:55.795 INFO O| Aug 25 09:15:55.795 INFO copying /tmp/.tmprfUmyL/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 ...
105302026-08-25T09:15:57.022Z[ host-image] Aug 25 09:15:55.795 INFO O| Aug 25 09:15:55.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105312026-08-25T09:15:57.023Z[ host-image] Aug 25 09:15:55.795 INFO O| Aug 25 09:15:55.795 INFO ok!
105322026-08-25T09:15:57.023Z[ host-image] Aug 25 09:15:55.795 INFO O| Aug 25 09:15:55.795 INFO STEP 133 (ensure_file) COMPLETE
105332026-08-25T09:15:57.023Z[ host-image] Aug 25 09:15:55.795 INFO O| Aug 25 09:15:55.795 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-08-25T09:15:57.030Z[ host-image] Aug 25 09:15:55.804 INFO O| Aug 25 09:15:55.803 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105352026-08-25T09:15:57.030Z[ host-image] Aug 25 09:15:55.804 INFO O| Aug 25 09:15:55.803 INFO copying /tmp/.tmprfUmyL/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 ...
105362026-08-25T09:15:57.030Z[ host-image] Aug 25 09:15:55.804 INFO O| Aug 25 09:15:55.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105372026-08-25T09:15:57.034Z[ host-image] Aug 25 09:15:55.804 INFO O| Aug 25 09:15:55.804 INFO ok!
105382026-08-25T09:15:57.034Z[ host-image] Aug 25 09:15:55.804 INFO O| Aug 25 09:15:55.804 INFO STEP 134 (ensure_file) COMPLETE
105392026-08-25T09:15:57.034Z[ host-image] Aug 25 09:15:55.804 INFO O| Aug 25 09:15:55.804 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-08-25T09:15:57.037Z[ host-image] Aug 25 09:15:55.810 INFO O| Aug 25 09:15:55.810 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105412026-08-25T09:15:57.037Z[ host-image] Aug 25 09:15:55.810 INFO O| Aug 25 09:15:55.810 INFO copying /tmp/.tmprfUmyL/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 ...
105422026-08-25T09:15:57.037Z[ host-image] Aug 25 09:15:55.810 INFO O| Aug 25 09:15:55.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105432026-08-25T09:15:57.037Z[ host-image] Aug 25 09:15:55.810 INFO O| Aug 25 09:15:55.810 INFO ok!
105442026-08-25T09:15:57.038Z[ host-image] Aug 25 09:15:55.810 INFO O| Aug 25 09:15:55.810 INFO STEP 135 (ensure_file) COMPLETE
105452026-08-25T09:15:57.038Z[ host-image] Aug 25 09:15:55.810 INFO O| Aug 25 09:15:55.810 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-08-25T09:15:57.042Z[ host-image] Aug 25 09:15:55.816 INFO O| Aug 25 09:15:55.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105472026-08-25T09:15:57.042Z[ host-image] Aug 25 09:15:55.816 INFO O| Aug 25 09:15:55.816 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105482026-08-25T09:15:57.042Z[ host-image] Aug 25 09:15:55.816 INFO O| Aug 25 09:15:55.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105492026-08-25T09:15:57.045Z[ host-image] Aug 25 09:15:55.816 INFO O| Aug 25 09:15:55.816 INFO ok!
105502026-08-25T09:15:57.045Z[ host-image] Aug 25 09:15:55.816 INFO O| Aug 25 09:15:55.816 INFO STEP 136 (ensure_file) COMPLETE
105512026-08-25T09:15:57.046Z[ host-image] Aug 25 09:15:55.816 INFO O| Aug 25 09:15:55.816 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-08-25T09:15:57.050Z[ host-image] Aug 25 09:15:55.823 INFO O| Aug 25 09:15:55.823 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105532026-08-25T09:15:57.050Z[ host-image] Aug 25 09:15:55.823 INFO O| Aug 25 09:15:55.823 INFO copying /tmp/.tmprfUmyL/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 ...
105542026-08-25T09:15:57.053Z[ host-image] Aug 25 09:15:55.823 INFO O| Aug 25 09:15:55.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105552026-08-25T09:15:57.053Z[ host-image] Aug 25 09:15:55.824 INFO O| Aug 25 09:15:55.823 INFO ok!
105562026-08-25T09:15:57.053Z[ host-image] Aug 25 09:15:55.824 INFO O| Aug 25 09:15:55.823 INFO STEP 137 (ensure_file) COMPLETE
105572026-08-25T09:15:57.053Z[ host-image] Aug 25 09:15:55.824 INFO O| Aug 25 09:15:55.824 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-08-25T09:15:57.057Z[ host-image] Aug 25 09:15:55.830 INFO O| Aug 25 09:15:55.830 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105592026-08-25T09:15:57.057Z[ host-image] Aug 25 09:15:55.830 INFO O| Aug 25 09:15:55.830 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105602026-08-25T09:15:57.057Z[ host-image] Aug 25 09:15:55.830 INFO O| Aug 25 09:15:55.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105612026-08-25T09:15:57.057Z[ host-image] Aug 25 09:15:55.830 INFO O| Aug 25 09:15:55.830 INFO ok!
105622026-08-25T09:15:57.057Z[ host-image] Aug 25 09:15:55.830 INFO O| Aug 25 09:15:55.830 INFO STEP 138 (ensure_file) COMPLETE
105632026-08-25T09:15:57.057Z[ host-image] Aug 25 09:15:55.830 INFO O| Aug 25 09:15:55.830 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-08-25T09:15:57.062Z[ host-image] Aug 25 09:15:55.836 INFO O| Aug 25 09:15:55.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105652026-08-25T09:15:57.062Z[ host-image] Aug 25 09:15:55.836 INFO O| Aug 25 09:15:55.836 INFO copying /tmp/.tmprfUmyL/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105662026-08-25T09:16:00.157Z[ recovery-image] Aug 25 09:15:58.930 INFO O| ok, image written!
105672026-08-25T09:16:00.157Z[ recovery-image] Aug 25 09:15:58.930 INFO O| ok, boot_image_csum file written!
105682026-08-25T09:16:00.161Z[ recovery-image] Aug 25 09:15:58.933 INFO creating boot archive (CPIO)...
105692026-08-25T09:16:00.161Z[ recovery-image] Aug 25 09:15:58.933 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
105702026-08-25T09:16:00.165Z[ recovery-image] Aug 25 09:15:58.938 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
105712026-08-25T09:16:00.165Z[ recovery-image] Aug 25 09:15:58.938 INFO E| + outfile=/work/os-recovery/cpio
105722026-08-25T09:16:00.165Z[ recovery-image] Aug 25 09:15:58.938 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
105732026-08-25T09:16:00.169Z[ recovery-image] Aug 25 09:15:58.941 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
105742026-08-25T09:16:00.169Z[ recovery-image] Aug 25 09:15:58.941 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
105752026-08-25T09:16:00.201Z[ recovery-image] Aug 25 09:15:58.974 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
105762026-08-25T09:16:00.201Z[ recovery-image] Aug 25 09:15:58.974 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
105772026-08-25T09:16:00.208Z[ recovery-image] Aug 25 09:15:58.981 INFO creating compressed cpio/unix for dev loaders...
105782026-08-25T09:16:00.208Z[ recovery-image] Aug 25 09:15:58.981 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
105792026-08-25T09:16:00.492Z[ recovery-image] Aug 25 09:15:59.266 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105802026-08-25T09:16:03.465Z[ host-image] Aug 25 09:16:02.238 INFO O| Aug 25 09:16:02.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105812026-08-25T09:16:03.465Z[ host-image] Aug 25 09:16:02.238 INFO O| Aug 25 09:16:02.238 INFO ok!
105822026-08-25T09:16:03.465Z[ host-image] Aug 25 09:16:02.238 INFO O| Aug 25 09:16:02.238 INFO STEP 139 (ensure_file) COMPLETE
105832026-08-25T09:16:03.469Z[ host-image] Aug 25 09:16:02.238 INFO O| Aug 25 09:16:02.238 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-08-25T09:16:03.473Z[ host-image] Aug 25 09:16:02.247 INFO O| Aug 25 09:16:02.247 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105852026-08-25T09:16:03.473Z[ host-image] Aug 25 09:16:02.247 INFO O| Aug 25 09:16:02.247 INFO STEP 140 (ensure_dir) COMPLETE
105862026-08-25T09:16:03.477Z[ host-image] Aug 25 09:16:02.247 INFO O| Aug 25 09:16:02.247 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-08-25T09:16:03.480Z[ host-image] Aug 25 09:16:02.253 INFO O| Aug 25 09:16:02.253 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105882026-08-25T09:16:03.480Z[ host-image] Aug 25 09:16:02.253 INFO O| Aug 25 09:16:02.253 INFO STEP 141 (ensure_dir) COMPLETE
105892026-08-25T09:16:03.480Z[ host-image] Aug 25 09:16:02.253 INFO O| Aug 25 09:16:02.253 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-08-25T09:16:03.485Z[ host-image] Aug 25 09:16:02.259 INFO O| Aug 25 09:16:02.259 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105912026-08-25T09:16:03.485Z[ host-image] Aug 25 09:16:02.259 INFO O| Aug 25 09:16:02.259 INFO STEP 142 (ensure_dir) COMPLETE
105922026-08-25T09:16:03.489Z[ host-image] Aug 25 09:16:02.259 INFO O| Aug 25 09:16:02.259 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105932026-08-25T09:16:03.492Z[ host-image] Aug 25 09:16:02.266 INFO O| Aug 25 09:16:02.266 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105942026-08-25T09:16:03.493Z[ host-image] Aug 25 09:16:02.266 INFO O| Aug 25 09:16:02.266 INFO STEP 143 (ensure_dir) COMPLETE
105952026-08-25T09:16:03.496Z[ host-image] Aug 25 09:16:02.266 INFO O| Aug 25 09:16:02.266 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-08-25T09:16:03.499Z[ host-image] Aug 25 09:16:02.272 INFO O| Aug 25 09:16:02.272 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105972026-08-25T09:16:03.499Z[ host-image] Aug 25 09:16:02.272 INFO O| Aug 25 09:16:02.272 INFO copying /tmp/.tmprfUmyL/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 ...
105982026-08-25T09:16:03.499Z[ host-image] Aug 25 09:16:02.272 INFO O| Aug 25 09:16:02.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105992026-08-25T09:16:03.500Z[ host-image] Aug 25 09:16:02.272 INFO O| Aug 25 09:16:02.272 INFO ok!
106002026-08-25T09:16:03.500Z[ host-image] Aug 25 09:16:02.272 INFO O| Aug 25 09:16:02.272 INFO STEP 144 (ensure_file) COMPLETE
106012026-08-25T09:16:03.500Z[ host-image] Aug 25 09:16:02.272 INFO O| Aug 25 09:16:02.272 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-08-25T09:16:03.503Z[ host-image] Aug 25 09:16:02.277 INFO O| Aug 25 09:16:02.277 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106032026-08-25T09:16:03.503Z[ host-image] Aug 25 09:16:02.277 INFO O| Aug 25 09:16:02.277 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106042026-08-25T09:16:03.503Z[ host-image] Aug 25 09:16:02.277 INFO O| Aug 25 09:16:02.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106052026-08-25T09:16:03.507Z[ host-image] Aug 25 09:16:02.277 INFO O| Aug 25 09:16:02.277 INFO STEP 145 (ensure_dir) COMPLETE
106062026-08-25T09:16:03.507Z[ host-image] Aug 25 09:16:02.277 INFO O| Aug 25 09:16:02.277 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-08-25T09:16:03.510Z[ host-image] Aug 25 09:16:02.284 INFO O| Aug 25 09:16:02.284 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106082026-08-25T09:16:03.513Z[ host-image] Aug 25 09:16:02.284 INFO O| Aug 25 09:16:02.284 INFO copying /tmp/.tmprfUmyL/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106092026-08-25T09:16:03.513Z[ host-image] Aug 25 09:16:02.284 INFO O| Aug 25 09:16:02.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106102026-08-25T09:16:03.514Z[ host-image] Aug 25 09:16:02.284 INFO O| Aug 25 09:16:02.284 INFO ok!
106112026-08-25T09:16:03.514Z[ host-image] Aug 25 09:16:02.284 INFO O| Aug 25 09:16:02.284 INFO STEP 146 (ensure_file) COMPLETE
106122026-08-25T09:16:03.514Z[ host-image] Aug 25 09:16:02.284 INFO O| Aug 25 09:16:02.284 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-08-25T09:16:03.518Z[ host-image] Aug 25 09:16:02.289 INFO O| Aug 25 09:16:02.289 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106142026-08-25T09:16:03.518Z[ host-image] Aug 25 09:16:02.289 INFO O| Aug 25 09:16:02.289 INFO STEP 147 (remove_files) COMPLETE
106152026-08-25T09:16:03.518Z[ host-image] Aug 25 09:16:02.289 INFO O| Aug 25 09:16:02.289 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-25T09:16:03.521Z[ host-image] Aug 25 09:16:02.295 INFO O| Aug 25 09:16:02.295 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106172026-08-25T09:16:03.522Z[ host-image] Aug 25 09:16:02.295 INFO O| Aug 25 09:16:02.295 INFO STEP 148 (remove_files) COMPLETE
106182026-08-25T09:16:03.522Z[ host-image] Aug 25 09:16:02.295 INFO O| Aug 25 09:16:02.295 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-25T09:16:03.528Z[ host-image] Aug 25 09:16:02.302 INFO O| Aug 25 09:16:02.302 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106202026-08-25T09:16:03.532Z[ host-image] Aug 25 09:16:02.302 INFO O| Aug 25 09:16:02.302 INFO STEP 149 (remove_files) COMPLETE
106212026-08-25T09:16:03.532Z[ host-image] Aug 25 09:16:02.302 INFO O| Aug 25 09:16:02.302 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-08-25T09:16:03.535Z[ host-image] Aug 25 09:16:02.308 INFO O| Aug 25 09:16:02.308 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106232026-08-25T09:16:03.535Z[ host-image] Aug 25 09:16:02.308 INFO O| Aug 25 09:16:02.308 INFO STEP 150 (remove_files) COMPLETE
106242026-08-25T09:16:03.535Z[ host-image] Aug 25 09:16:02.308 INFO O| Aug 25 09:16:02.308 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-25T09:16:03.541Z[ host-image] Aug 25 09:16:02.315 INFO O| Aug 25 09:16:02.315 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106262026-08-25T09:16:03.545Z[ host-image] Aug 25 09:16:02.315 INFO O| Aug 25 09:16:02.315 INFO STEP 151 (remove_files) COMPLETE
106272026-08-25T09:16:03.545Z[ host-image] Aug 25 09:16:02.315 INFO O| Aug 25 09:16:02.315 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-25T09:16:03.548Z[ host-image] Aug 25 09:16:02.321 INFO O| Aug 25 09:16:02.321 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106292026-08-25T09:16:03.548Z[ host-image] Aug 25 09:16:02.321 INFO O| Aug 25 09:16:02.321 INFO STEP 152 (remove_files) COMPLETE
106302026-08-25T09:16:03.548Z[ host-image] Aug 25 09:16:02.321 INFO O| Aug 25 09:16:02.321 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-25T09:16:03.553Z[ host-image] Aug 25 09:16:02.327 INFO O| Aug 25 09:16:02.327 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106322026-08-25T09:16:03.556Z[ host-image] Aug 25 09:16:02.327 INFO O| Aug 25 09:16:02.327 INFO STEP 153 (remove_files) COMPLETE
106332026-08-25T09:16:03.556Z[ host-image] Aug 25 09:16:02.327 INFO O| Aug 25 09:16:02.327 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-25T09:16:03.560Z[ host-image] Aug 25 09:16:02.332 INFO O| Aug 25 09:16:02.332 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106352026-08-25T09:16:03.560Z[ host-image] Aug 25 09:16:02.332 INFO O| Aug 25 09:16:02.332 INFO STEP 154 (remove_files) COMPLETE
106362026-08-25T09:16:03.560Z[ host-image] Aug 25 09:16:02.332 INFO O| Aug 25 09:16:02.332 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-08-25T09:16:03.566Z[ host-image] Aug 25 09:16:02.340 INFO O| Aug 25 09:16:02.340 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106382026-08-25T09:16:03.566Z[ host-image] Aug 25 09:16:02.340 INFO O| Aug 25 09:16:02.340 INFO STEP 155 (remove_files) COMPLETE
106392026-08-25T09:16:03.569Z[ host-image] Aug 25 09:16:02.340 INFO O| Aug 25 09:16:02.340 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-25T09:16:03.573Z[ host-image] Aug 25 09:16:02.346 INFO O| Aug 25 09:16:02.345 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106412026-08-25T09:16:03.573Z[ host-image] Aug 25 09:16:02.346 INFO O| Aug 25 09:16:02.346 INFO STEP 156 (remove_files) COMPLETE
106422026-08-25T09:16:03.573Z[ host-image] Aug 25 09:16:02.346 INFO O| Aug 25 09:16:02.346 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-25T09:16:03.577Z[ host-image] Aug 25 09:16:02.351 INFO O| Aug 25 09:16:02.351 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106442026-08-25T09:16:03.581Z[ host-image] Aug 25 09:16:02.351 INFO O| Aug 25 09:16:02.351 INFO STEP 157 (remove_files) COMPLETE
106452026-08-25T09:16:03.581Z[ host-image] Aug 25 09:16:02.351 INFO O| Aug 25 09:16:02.351 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-25T09:16:03.584Z[ host-image] Aug 25 09:16:02.358 INFO O| Aug 25 09:16:02.358 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106472026-08-25T09:16:03.585Z[ host-image] Aug 25 09:16:02.358 INFO O| Aug 25 09:16:02.358 INFO STEP 158 (remove_files) COMPLETE
106482026-08-25T09:16:03.585Z[ host-image] Aug 25 09:16:02.358 INFO O| Aug 25 09:16:02.358 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-25T09:16:03.590Z[ host-image] Aug 25 09:16:02.363 INFO O| Aug 25 09:16:02.363 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106502026-08-25T09:16:03.590Z[ host-image] Aug 25 09:16:02.363 INFO O| Aug 25 09:16:02.363 INFO STEP 159 (remove_files) COMPLETE
106512026-08-25T09:16:03.593Z[ host-image] Aug 25 09:16:02.363 INFO O| Aug 25 09:16:02.363 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-25T09:16:03.596Z[ host-image] Aug 25 09:16:02.370 INFO O| Aug 25 09:16:02.370 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106532026-08-25T09:16:03.597Z[ host-image] Aug 25 09:16:02.370 INFO O| Aug 25 09:16:02.370 INFO STEP 160 (remove_files) COMPLETE
106542026-08-25T09:16:03.597Z[ host-image] Aug 25 09:16:02.370 INFO O| Aug 25 09:16:02.370 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-25T09:16:03.602Z[ host-image] Aug 25 09:16:02.375 INFO O| Aug 25 09:16:02.375 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106562026-08-25T09:16:03.605Z[ host-image] Aug 25 09:16:02.375 INFO O| Aug 25 09:16:02.375 INFO STEP 161 (remove_files) COMPLETE
106572026-08-25T09:16:03.605Z[ host-image] Aug 25 09:16:02.375 INFO O| Aug 25 09:16:02.375 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-25T09:16:03.609Z[ host-image] Aug 25 09:16:02.382 INFO O| Aug 25 09:16:02.382 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106592026-08-25T09:16:03.609Z[ host-image] Aug 25 09:16:02.382 INFO O| Aug 25 09:16:02.382 INFO STEP 162 (remove_files) COMPLETE
106602026-08-25T09:16:03.609Z[ host-image] Aug 25 09:16:02.382 INFO O| Aug 25 09:16:02.382 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-25T09:16:03.614Z[ host-image] Aug 25 09:16:02.387 INFO O| Aug 25 09:16:02.387 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106622026-08-25T09:16:03.617Z[ host-image] Aug 25 09:16:02.387 INFO O| Aug 25 09:16:02.387 INFO STEP 163 (remove_files) COMPLETE
106632026-08-25T09:16:03.617Z[ host-image] Aug 25 09:16:02.387 INFO O| Aug 25 09:16:02.387 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-25T09:16:03.621Z[ host-image] Aug 25 09:16:02.394 INFO O| Aug 25 09:16:02.394 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106652026-08-25T09:16:03.621Z[ host-image] Aug 25 09:16:02.394 INFO O| Aug 25 09:16:02.394 INFO STEP 164 (remove_files) COMPLETE
106662026-08-25T09:16:03.621Z[ host-image] Aug 25 09:16:02.394 INFO O| Aug 25 09:16:02.394 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-25T09:16:03.625Z[ host-image] Aug 25 09:16:02.399 INFO O| Aug 25 09:16:02.399 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106682026-08-25T09:16:03.629Z[ host-image] Aug 25 09:16:02.399 INFO O| Aug 25 09:16:02.399 INFO STEP 165 (remove_files) COMPLETE
106692026-08-25T09:16:03.629Z[ host-image] Aug 25 09:16:02.399 INFO O| Aug 25 09:16:02.399 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-08-25T09:16:03.632Z[ host-image] Aug 25 09:16:02.405 INFO O| Aug 25 09:16:02.405 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106712026-08-25T09:16:03.632Z[ host-image] Aug 25 09:16:02.406 INFO O| Aug 25 09:16:02.405 INFO STEP 166 (remove_files) COMPLETE
106722026-08-25T09:16:03.632Z[ host-image] Aug 25 09:16:02.406 INFO O| Aug 25 09:16:02.405 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-08-25T09:16:03.638Z[ host-image] Aug 25 09:16:02.412 INFO O| Aug 25 09:16:02.412 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106742026-08-25T09:16:03.641Z[ host-image] Aug 25 09:16:02.412 INFO O| Aug 25 09:16:02.412 INFO STEP 167 (remove_files) COMPLETE
106752026-08-25T09:16:03.641Z[ host-image] Aug 25 09:16:02.412 INFO O| Aug 25 09:16:02.412 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-08-25T09:16:03.644Z[ host-image] Aug 25 09:16:02.417 INFO O| Aug 25 09:16:02.417 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106772026-08-25T09:16:03.644Z[ host-image] Aug 25 09:16:02.417 INFO O| Aug 25 09:16:02.417 INFO STEP 168 (remove_files) COMPLETE
106782026-08-25T09:16:03.644Z[ host-image] Aug 25 09:16:02.417 INFO O| Aug 25 09:16:02.417 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-25T09:16:03.649Z[ host-image] Aug 25 09:16:02.423 INFO O| Aug 25 09:16:02.423 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106802026-08-25T09:16:03.649Z[ host-image] Aug 25 09:16:02.423 INFO O| Aug 25 09:16:02.423 INFO STEP 169 (remove_files) COMPLETE
106812026-08-25T09:16:03.652Z[ host-image] Aug 25 09:16:02.423 INFO O| Aug 25 09:16:02.423 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-25T09:16:03.655Z[ host-image] Aug 25 09:16:02.428 INFO O| Aug 25 09:16:02.428 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106832026-08-25T09:16:03.656Z[ host-image] Aug 25 09:16:02.428 INFO O| Aug 25 09:16:02.428 INFO STEP 170 (remove_files) COMPLETE
106842026-08-25T09:16:03.656Z[ host-image] Aug 25 09:16:02.428 INFO O| Aug 25 09:16:02.428 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-25T09:16:03.661Z[ host-image] Aug 25 09:16:02.435 INFO O| Aug 25 09:16:02.435 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106862026-08-25T09:16:03.661Z[ host-image] Aug 25 09:16:02.435 INFO O| Aug 25 09:16:02.435 INFO STEP 171 (remove_files) COMPLETE
106872026-08-25T09:16:03.661Z[ host-image] Aug 25 09:16:02.435 INFO O| Aug 25 09:16:02.435 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-25T09:16:03.667Z[ host-image] Aug 25 09:16:02.440 INFO O| Aug 25 09:16:02.440 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106892026-08-25T09:16:03.667Z[ host-image] Aug 25 09:16:02.440 INFO O| Aug 25 09:16:02.440 INFO STEP 172 (remove_files) COMPLETE
106902026-08-25T09:16:03.670Z[ host-image] Aug 25 09:16:02.441 INFO O| Aug 25 09:16:02.440 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-25T09:16:03.674Z[ host-image] Aug 25 09:16:02.446 INFO O| Aug 25 09:16:02.446 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106922026-08-25T09:16:03.674Z[ host-image] Aug 25 09:16:02.446 INFO O| Aug 25 09:16:02.446 INFO STEP 173 (remove_files) COMPLETE
106932026-08-25T09:16:03.674Z[ host-image] Aug 25 09:16:02.446 INFO O| Aug 25 09:16:02.446 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-25T09:16:03.679Z[ host-image] Aug 25 09:16:02.452 INFO O| Aug 25 09:16:02.452 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106952026-08-25T09:16:03.679Z[ host-image] Aug 25 09:16:02.452 INFO O| Aug 25 09:16:02.452 INFO STEP 174 (remove_files) COMPLETE
106962026-08-25T09:16:03.682Z[ host-image] Aug 25 09:16:02.452 INFO O| Aug 25 09:16:02.452 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-08-25T09:16:03.686Z[ host-image] Aug 25 09:16:02.458 INFO O| Aug 25 09:16:02.458 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106982026-08-25T09:16:03.686Z[ host-image] Aug 25 09:16:02.458 INFO O| Aug 25 09:16:02.458 INFO STEP 175 (remove_files) COMPLETE
106992026-08-25T09:16:03.686Z[ host-image] Aug 25 09:16:02.458 INFO O| Aug 25 09:16:02.458 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107002026-08-25T09:16:03.693Z[ host-image] Aug 25 09:16:02.467 INFO O| Aug 25 09:16:02.467 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107012026-08-25T09:16:03.698Z[ host-image] Aug 25 09:16:02.467 INFO O| Aug 25 09:16:02.467 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107022026-08-25T09:16:04.305Z[ recovery-image] Aug 25 09:16:03.078 INFO creating reset image...
107032026-08-25T09:16:04.305Z[ recovery-image] Aug 25 09:16:03.078 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")
107042026-08-25T09:16:04.509Z[ recovery-image] Aug 25 09:16:03.282 INFO E| Updating crates.io index
107052026-08-25T09:16:04.605Z[ recovery-image] Aug 25 09:16:03.378 INFO E| Downloading crates ...
107062026-08-25T09:16:04.646Z[ recovery-image] Aug 25 09:16:03.420 INFO E| Downloaded clap_lex v1.1.0
107072026-08-25T09:16:04.650Z[ recovery-image] Aug 25 09:16:03.422 INFO E| Downloaded os_pipe v1.2.3
107082026-08-25T09:16:04.654Z[ recovery-image] Aug 25 09:16:03.428 INFO E| Downloaded duct v1.1.1
107092026-08-25T09:16:04.657Z[ recovery-image] Aug 25 09:16:03.429 INFO E| Downloaded shared_thread v0.2.0
107102026-08-25T09:16:04.658Z[ recovery-image] Aug 25 09:16:03.430 INFO E| Downloaded sigchld v0.2.4
107112026-08-25T09:16:04.658Z[ recovery-image] Aug 25 09:16:03.430 INFO E| Downloaded colorchoice v1.0.5
107122026-08-25T09:16:04.658Z[ recovery-image] Aug 25 09:16:03.431 INFO E| Downloaded shared_child v1.1.1
107132026-08-25T09:16:04.689Z[ recovery-image] Aug 25 09:16:03.462 INFO E| Compiling libc v0.2.186
107142026-08-25T09:16:04.689Z[ recovery-image] Aug 25 09:16:03.462 INFO E| Compiling proc-macro2 v1.0.106
107152026-08-25T09:16:04.689Z[ recovery-image] Aug 25 09:16:03.462 INFO E| Compiling unicode-ident v1.0.24
107162026-08-25T09:16:04.693Z[ recovery-image] Aug 25 09:16:03.462 INFO E| Compiling quote v1.0.45
107172026-08-25T09:16:04.693Z[ recovery-image] Aug 25 09:16:03.462 INFO E| Compiling signal-hook v0.3.18
107182026-08-25T09:16:04.693Z[ recovery-image] Aug 25 09:16:03.462 INFO E| Compiling utf8parse v0.2.2
107192026-08-25T09:16:04.693Z[ recovery-image] Aug 25 09:16:03.462 INFO E| Compiling anstyle v1.0.14
107202026-08-25T09:16:04.699Z[ recovery-image] Aug 25 09:16:03.473 INFO E| Compiling colorchoice v1.0.5
107212026-08-25T09:16:04.703Z[ recovery-image] Aug 25 09:16:03.473 INFO E| Compiling anstyle-query v1.1.5
107222026-08-25T09:16:04.703Z[ recovery-image] Aug 25 09:16:03.473 INFO E| Compiling is_terminal_polyfill v1.70.2
107232026-08-25T09:16:04.703Z[ recovery-image] Aug 25 09:16:03.473 INFO E| Compiling heck v0.5.0
107242026-08-25T09:16:04.703Z[ recovery-image] Aug 25 09:16:03.473 INFO E| Compiling clap_lex v1.1.0
107252026-08-25T09:16:04.703Z[ recovery-image] Aug 25 09:16:03.473 INFO E| Compiling strsim v0.11.1
107262026-08-25T09:16:04.703Z[ recovery-image] Aug 25 09:16:03.473 INFO E| Compiling shared_thread v0.2.0
107272026-08-25T09:16:04.817Z[ recovery-image] Aug 25 09:16:03.590 INFO E| Compiling anstyle-parse v1.0.0
107282026-08-25T09:16:04.962Z[ recovery-image] Aug 25 09:16:03.735 INFO E| Compiling anstream v1.0.0
107292026-08-25T09:16:05.151Z[ recovery-image] Aug 25 09:16:03.924 INFO E| Compiling clap_builder v4.6.0
107302026-08-25T09:16:05.431Z[ recovery-image] Aug 25 09:16:04.205 INFO E| Compiling errno v0.3.14
107312026-08-25T09:16:05.432Z[ recovery-image] Aug 25 09:16:04.205 INFO E| Compiling os_pipe v1.2.3
107322026-08-25T09:16:05.522Z[ recovery-image] Aug 25 09:16:04.296 INFO E| Compiling signal-hook-registry v1.4.8
107332026-08-25T09:16:05.703Z[ recovery-image] Aug 25 09:16:04.476 INFO E| Compiling syn v2.0.117
107342026-08-25T09:16:05.777Z[ recovery-image] Aug 25 09:16:04.550 INFO E| Compiling sigchld v0.2.4
107352026-08-25T09:16:05.861Z[ recovery-image] Aug 25 09:16:04.634 INFO E| Compiling shared_child v1.1.1
107362026-08-25T09:16:05.966Z[ recovery-image] Aug 25 09:16:04.739 INFO E| Compiling duct v1.1.1
107372026-08-25T09:16:06.618Z[ host-image] Aug 25 09:16:05.387 INFO O| Aug 25 09:16:05.387 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
107382026-08-25T09:16:06.618Z[ host-image] Aug 25 09:16:05.387 INFO O| Aug 25 09:16:05.387 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107392026-08-25T09:16:06.700Z[ host-image] Aug 25 09:16:05.398 INFO O| Aug 25 09:16:05.398 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107402026-08-25T09:16:06.723Z[ host-image] Aug 25 09:16:05.496 INFO O| Aug 25 09:16:05.496 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
107412026-08-25T09:16:06.778Z[ host-image] Aug 25 09:16:05.552 INFO O| Aug 25 09:16:05.551 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107422026-08-25T09:16:06.842Z[ host-image] Aug 25 09:16:05.615 INFO O| Aug 25 09:16:05.615 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107432026-08-25T09:16:06.842Z[ host-image] Aug 25 09:16:05.615 INFO O| Aug 25 09:16:05.615 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107442026-08-25T09:16:06.901Z[ host-image] Aug 25 09:16:05.661 INFO O| Aug 25 09:16:05.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107452026-08-25T09:16:06.901Z[ host-image] Aug 25 09:16:05.661 INFO O| Aug 25 09:16:05.661 INFO ok!
107462026-08-25T09:16:06.942Z[ host-image] Aug 25 09:16:05.661 INFO O| Aug 25 09:16:05.661 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107472026-08-25T09:16:06.942Z[ host-image] Aug 25 09:16:05.661 INFO O| Aug 25 09:16:05.661 INFO STEP 176 (seed_smf) COMPLETE
107482026-08-25T09:16:06.942Z[ host-image] Aug 25 09:16:05.661 INFO O| Aug 25 09:16:05.661 INFO steps complete; finalising image!
107492026-08-25T09:16:06.942Z[ host-image] Aug 25 09:16:05.662 INFO O| Aug 25 09:16:05.661 INFO TRIM POOL: TEMPORARY-sled-zfs
107502026-08-25T09:16:06.999Z[ host-image] Aug 25 09:16:05.768 INFO O| Aug 25 09:16:05.768 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Tue Aug 25 09:16:05 2026)
107512026-08-25T09:16:07.210Z[ host-image] Aug 25 09:16:05.984 INFO O| Aug 25 09:16:05.984 INFO temporary pool has 940M used, 83.9M avail, 1.79x compressratio
107522026-08-25T09:16:07.211Z[ host-image] Aug 25 09:16:05.984 INFO O| Aug 25 09:16:05.984 INFO EXPORT POOL: TEMPORARY-sled-zfs
107532026-08-25T09:16:07.560Z[ host-image] Aug 25 09:16:06.333 INFO O| Aug 25 09:16:06.333 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107542026-08-25T09:16:07.560Z[ host-image] Aug 25 09:16:06.333 INFO O| Aug 25 09:16:06.333 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107552026-08-25T09:16:07.640Z[ recovery-image] Aug 25 09:16:06.413 INFO E| Compiling clap_derive v4.6.1
107562026-08-25T09:16:08.341Z[ host-image] Aug 25 09:16:07.115 INFO O| Aug 25 09:16:07.115 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107572026-08-25T09:16:08.342Z[ host-image] Aug 25 09:16:07.115 INFO O| Aug 25 09:16:07.115 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107582026-08-25T09:16:08.342Z[ host-image] Aug 25 09:16:07.115 INFO O| Aug 25 09:16:07.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107592026-08-25T09:16:08.346Z[ host-image] Aug 25 09:16:07.115 INFO O| Aug 25 09:16:07.115 INFO completed processing sled/zfs
107602026-08-25T09:16:08.346Z[ host-image] Aug 25 09:16:07.115 INFO O| Aug 25 09:16:07.115 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107612026-08-25T09:16:08.809Z[ recovery-image] Aug 25 09:16:07.583 INFO E| Compiling clap v4.6.1
107622026-08-25T09:16:08.863Z[ recovery-image] Aug 25 09:16:07.636 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107632026-08-25T09:16:09.626Z[ recovery-image] Aug 25 09:16:08.399 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
107642026-08-25T09:16:09.631Z[ recovery-image] Aug 25 09:16:08.405 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107652026-08-25T09:16:09.823Z[ recovery-image] Aug 25 09:16:08.596 INFO E| Downloading crates ...
107662026-08-25T09:16:09.863Z[ recovery-image] Aug 25 09:16:08.637 INFO E| Downloaded bit_field v0.10.3
107672026-08-25T09:16:09.867Z[ recovery-image] Aug 25 09:16:08.638 INFO E| Downloaded bitstruct v0.1.1
107682026-08-25T09:16:09.867Z[ recovery-image] Aug 25 09:16:08.639 INFO E| Downloaded cpio_reader v0.1.2
107692026-08-25T09:16:09.884Z[ recovery-image] Aug 25 09:16:08.657 INFO E| Downloaded bitstruct_derive v0.1.0
107702026-08-25T09:16:09.888Z[ recovery-image] Aug 25 09:16:08.659 INFO E| Downloaded log v0.4.32
107712026-08-25T09:16:09.891Z[ recovery-image] Aug 25 09:16:08.662 INFO E| Downloaded bitflags v2.13.0
107722026-08-25T09:16:09.891Z[ recovery-image] Aug 25 09:16:08.664 INFO E| Downloaded raw-cpuid v10.7.0
107732026-08-25T09:16:09.895Z[ recovery-image] Aug 25 09:16:08.668 INFO E| Downloaded miniz_oxide v0.9.1
107742026-08-25T09:16:09.921Z[ recovery-image] Aug 25 09:16:08.694 INFO E| Downloaded goblin v0.10.7
107752026-08-25T09:16:10.027Z[ recovery-image] Aug 25 09:16:08.800 INFO E| Downloaded x86 v0.52.0
107762026-08-25T09:16:10.065Z[ recovery-image] Aug 25 09:16:08.839 INFO E| Updating crates.io index
107772026-08-25T09:16:10.105Z[ recovery-image] Aug 25 09:16:08.879 INFO E| Downloading crates ...
107782026-08-25T09:16:10.125Z[ recovery-image] Aug 25 09:16:08.898 INFO E| Downloaded hashbrown v0.17.1
107792026-08-25T09:16:10.128Z[ recovery-image] Aug 25 09:16:08.902 INFO E| Downloaded rustc-literal-escaper v0.0.7
107802026-08-25T09:16:10.165Z[ recovery-image] Aug 25 09:16:08.939 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)
107812026-08-25T09:16:10.166Z[ recovery-image] Aug 25 09:16:08.939 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)
107822026-08-25T09:16:10.169Z[ recovery-image] Aug 25 09:16:08.939 INFO E| Compiling proc-macro2 v1.0.106
107832026-08-25T09:16:10.169Z[ recovery-image] Aug 25 09:16:08.939 INFO E| Compiling quote v1.0.45
107842026-08-25T09:16:10.169Z[ recovery-image] Aug 25 09:16:08.939 INFO E| Compiling unicode-ident v1.0.24
107852026-08-25T09:16:10.169Z[ recovery-image] Aug 25 09:16:08.939 INFO E| Compiling syn v1.0.109
107862026-08-25T09:16:10.169Z[ recovery-image] Aug 25 09:16:08.939 INFO E| Compiling x86 v0.52.0
107872026-08-25T09:16:10.177Z[ recovery-image] Aug 25 09:16:08.950 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107882026-08-25T09:16:10.180Z[ recovery-image] Aug 25 09:16:08.951 INFO E| Compiling seq-macro v0.3.6
107892026-08-25T09:16:11.227Z[ recovery-image] Aug 25 09:16:09.868 INFO E| Compiling syn v2.0.117
107902026-08-25T09:16:12.350Z[ recovery-image] Aug 25 09:16:11.124 INFO E| Compiling scroll_derive v0.13.1
107912026-08-25T09:16:13.315Z[ recovery-image] Aug 25 09:16:12.089 INFO E| Compiling bitstruct_derive v0.1.0
107922026-08-25T09:16:22.264Z[ recovery-image] Aug 25 09:16:21.037 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)
107932026-08-25T09:16:24.637Z[ recovery-image] Aug 25 09:16:23.410 INFO E| Compiling bitflags v1.3.2
107942026-08-25T09:16:24.637Z[ recovery-image] Aug 25 09:16:23.410 INFO E| Compiling bitflags v2.13.0
107952026-08-25T09:16:24.637Z[ recovery-image] Aug 25 09:16:23.411 INFO E| Compiling plain v0.2.3
107962026-08-25T09:16:24.640Z[ recovery-image] Aug 25 09:16:23.411 INFO E| Compiling log v0.4.32
107972026-08-25T09:16:24.640Z[ recovery-image] Aug 25 09:16:23.411 INFO E| Compiling adler2 v2.0.1
107982026-08-25T09:16:24.640Z[ recovery-image] Aug 25 09:16:23.411 INFO E| Compiling scroll v0.13.0
107992026-08-25T09:16:24.640Z[ recovery-image] Aug 25 09:16:23.411 INFO E| Compiling bit_field v0.10.3
108002026-08-25T09:16:24.640Z[ recovery-image] Aug 25 09:16:23.411 INFO E| Compiling static_assertions v1.1.0
108012026-08-25T09:16:24.643Z[ recovery-image] Aug 25 09:16:23.415 INFO E| Compiling bitstruct v0.1.1
108022026-08-25T09:16:24.697Z[ recovery-image] Aug 25 09:16:23.470 INFO E| Compiling raw-cpuid v10.7.0
108032026-08-25T09:16:24.742Z[ recovery-image] Aug 25 09:16:23.516 INFO E| Compiling miniz_oxide v0.9.1
108042026-08-25T09:16:24.861Z[ recovery-image] Aug 25 09:16:23.634 INFO E| Compiling cpio_reader v0.1.2
108052026-08-25T09:16:24.912Z[ recovery-image] Aug 25 09:16:23.686 INFO E| Compiling goblin v0.10.7
108062026-08-25T09:16:26.822Z[ host-image] Aug 25 09:16:25.596 INFO O| Aug 25 09:16:25.596 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108072026-08-25T09:16:26.960Z[ host-image] Aug 25 09:16:25.733 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
108082026-08-25T09:16:26.960Z[ host-image] Aug 25 09:16:25.733 INFO expanded image name: "ci 24d1aaa/${os_short_commit} 2026-08-25 09:00" -> "ci 24d1aaa/bbd33bf 2026-08-25 09:00"
108092026-08-25T09:16:26.963Z[ host-image] Aug 25 09:16:25.734 INFO output artefacts stored in: "/work/os-host"
108102026-08-25T09:16:26.963Z[ host-image] Aug 25 09:16:25.734 INFO collecting git info from project "phbl"...
108112026-08-25T09:16:26.966Z[ host-image] Aug 25 09:16:25.740 INFO collecting git info from project "bootserver"...
108122026-08-25T09:16:26.970Z[ host-image] Aug 25 09:16:25.744 INFO collecting git info from project "amd-host-image-builder"...
108132026-08-25T09:16:26.975Z[ host-image] Aug 25 09:16:25.749 INFO collecting git info from project "pilot"...
108142026-08-25T09:16:26.979Z[ host-image] Aug 25 09:16:25.753 INFO collecting git info from project "chelsio-t6-roms"...
108152026-08-25T09:16:26.983Z[ host-image] Aug 25 09:16:25.757 INFO collecting git info from project "dmar-report"...
108162026-08-25T09:16:26.988Z[ host-image] Aug 25 09:16:25.762 INFO collecting git info from project "pinprick"...
108172026-08-25T09:16:26.992Z[ host-image] Aug 25 09:16:25.766 INFO collecting git info from project "amd-firmware"...
108182026-08-25T09:16:27.003Z[ host-image] Aug 25 09:16:25.777 INFO collecting git info from project "image-builder"...
108192026-08-25T09:16:27.008Z[ host-image] Aug 25 09:16:25.782 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108202026-08-25T09:16:27.326Z[ host-image] Aug 25 09:16:26.099 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108212026-08-25T09:16:27.641Z[ host-image] Aug 25 09:16:26.414 INFO creating Oxide boot image...
108222026-08-25T09:16:27.641Z[ host-image] Aug 25 09:16:26.414 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 24d1aaa/bbd33bf 2026-08-25 09:00", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108232026-08-25T09:16:28.247Z[ recovery-image] Aug 25 09:16:27.021 INFO E| Finished `release` profile [optimized] target(s) in 18.60s
108242026-08-25T09:16:28.270Z[ recovery-image] Aug 25 09:16:27.043 INFO building ROM for cosmo
108252026-08-25T09:16:28.270Z[ recovery-image] Aug 25 09:16:27.043 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")
108262026-08-25T09:16:28.360Z[ recovery-image] Aug 25 09:16:27.134 INFO E| Downloading crates ...
108272026-08-25T09:16:28.408Z[ recovery-image] Aug 25 09:16:27.181 INFO E| Downloaded clap_derive v4.5.32
108282026-08-25T09:16:28.411Z[ recovery-image] Aug 25 09:16:27.183 INFO E| Downloaded anstream v0.6.18
108292026-08-25T09:16:28.411Z[ recovery-image] Aug 25 09:16:27.185 INFO E| Downloaded anstyle-parse v0.2.6
108302026-08-25T09:16:28.414Z[ recovery-image] Aug 25 09:16:27.186 INFO E| Downloaded os_pipe v1.2.1
108312026-08-25T09:16:28.414Z[ recovery-image] Aug 25 09:16:27.187 INFO E| Downloaded anstyle v1.0.10
108322026-08-25T09:16:28.414Z[ recovery-image] Aug 25 09:16:27.187 INFO E| Downloaded toml_datetime v0.6.9
108332026-08-25T09:16:28.417Z[ recovery-image] Aug 25 09:16:27.188 INFO E| Downloaded anstyle-query v1.1.2
108342026-08-25T09:16:28.417Z[ recovery-image] Aug 25 09:16:27.189 INFO E| Downloaded colorchoice v1.0.3
108352026-08-25T09:16:28.417Z[ recovery-image] Aug 25 09:16:27.189 INFO E| Downloaded shared_child v1.0.1
108362026-08-25T09:16:28.417Z[ recovery-image] Aug 25 09:16:27.190 INFO E| Downloaded clap_lex v0.7.4
108372026-08-25T09:16:28.420Z[ recovery-image] Aug 25 09:16:27.191 INFO E| Downloaded serde_spanned v0.6.8
108382026-08-25T09:16:28.420Z[ recovery-image] Aug 25 09:16:27.194 INFO E| Downloaded is_terminal_polyfill v1.70.1
108392026-08-25T09:16:28.424Z[ recovery-image] Aug 25 09:16:27.198 INFO E| Downloaded duct v0.13.7
108402026-08-25T09:16:28.433Z[ recovery-image] Aug 25 09:16:27.207 INFO E| Downloaded toml_write v0.1.1
108412026-08-25T09:16:28.444Z[ recovery-image] Aug 25 09:16:27.218 INFO E| Downloaded clap v4.5.37
108422026-08-25T09:16:28.450Z[ recovery-image] Aug 25 09:16:27.224 INFO E| Downloaded toml v0.8.22
108432026-08-25T09:16:28.462Z[ host-image] Aug 25 09:16:27.236 INFO O| ok, image written!
108442026-08-25T09:16:28.462Z[ host-image] Aug 25 09:16:27.236 INFO O| ok, boot_image_csum file written!
108452026-08-25T09:16:28.465Z[ host-image] Aug 25 09:16:27.238 INFO creating boot archive (CPIO)...
108462026-08-25T09:16:28.465Z[ host-image] Aug 25 09:16:27.238 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
108472026-08-25T09:16:28.468Z[ host-image] Aug 25 09:16:27.242 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108482026-08-25T09:16:28.468Z[ host-image] Aug 25 09:16:27.242 INFO E| + outfile=/work/os-host/cpio
108492026-08-25T09:16:28.468Z[ host-image] Aug 25 09:16:27.242 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108502026-08-25T09:16:28.471Z[ host-image] Aug 25 09:16:27.244 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108512026-08-25T09:16:28.471Z[ host-image] Aug 25 09:16:27.244 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108522026-08-25T09:16:28.471Z[ recovery-image] Aug 25 09:16:27.245 INFO E| Downloaded cc v1.2.20
108532026-08-25T09:16:28.475Z[ recovery-image] Aug 25 09:16:27.247 INFO E| Downloaded toml_edit v0.22.26
108542026-08-25T09:16:28.495Z[ recovery-image] Aug 25 09:16:27.267 INFO E| Downloaded winnow v0.7.7
108552026-08-25T09:16:28.498Z[ host-image] Aug 25 09:16:27.270 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108562026-08-25T09:16:28.498Z[ host-image] Aug 25 09:16:27.270 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108572026-08-25T09:16:28.501Z[ recovery-image] Aug 25 09:16:27.273 INFO E| Downloaded clap_builder v4.5.37
108582026-08-25T09:16:28.504Z[ host-image] Aug 25 09:16:27.276 INFO creating compressed cpio/unix for dev loaders...
108592026-08-25T09:16:28.504Z[ host-image] Aug 25 09:16:27.277 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
108602026-08-25T09:16:28.514Z[ recovery-image] Aug 25 09:16:27.287 INFO E| Compiling libc v0.2.172
108612026-08-25T09:16:28.514Z[ recovery-image] Aug 25 09:16:27.287 INFO E| Compiling utf8parse v0.2.2
108622026-08-25T09:16:28.514Z[ recovery-image] Aug 25 09:16:27.287 INFO E| Compiling equivalent v1.0.2
108632026-08-25T09:16:28.516Z[ recovery-image] Aug 25 09:16:27.287 INFO E| Compiling colorchoice v1.0.3
108642026-08-25T09:16:28.517Z[ recovery-image] Aug 25 09:16:27.287 INFO E| Compiling anstyle-query v1.1.2
108652026-08-25T09:16:28.517Z[ recovery-image] Aug 25 09:16:27.288 INFO E| Compiling once_cell v1.21.3
108662026-08-25T09:16:28.517Z[ recovery-image] Aug 25 09:16:27.288 INFO E| Compiling is_terminal_polyfill v1.70.1
108672026-08-25T09:16:28.517Z[ recovery-image] Aug 25 09:16:27.288 INFO E| Compiling hashbrown v0.15.2
108682026-08-25T09:16:28.517Z[ recovery-image] Aug 25 09:16:27.288 INFO E| Compiling shlex v1.3.0
108692026-08-25T09:16:28.517Z[ recovery-image] Aug 25 09:16:27.288 INFO E| Compiling anstyle v1.0.10
108702026-08-25T09:16:28.517Z[ recovery-image] Aug 25 09:16:27.288 INFO E| Compiling anyhow v1.0.98
108712026-08-25T09:16:28.532Z[ recovery-image] Aug 25 09:16:27.305 INFO E| Compiling strsim v0.11.1
108722026-08-25T09:16:28.535Z[ recovery-image] Aug 25 09:16:27.305 INFO E| Compiling clap_lex v0.7.4
108732026-08-25T09:16:28.548Z[ recovery-image] Aug 25 09:16:27.322 INFO E| Compiling toml_write v0.1.1
108742026-08-25T09:16:28.551Z[ recovery-image] Aug 25 09:16:27.322 INFO E| Compiling winnow v0.7.7
108752026-08-25T09:16:28.554Z[ recovery-image] Aug 25 09:16:27.326 INFO E| Compiling syn v2.0.101
108762026-08-25T09:16:28.699Z[ recovery-image] Aug 25 09:16:27.472 INFO E| Compiling anstyle-parse v0.2.6
108772026-08-25T09:16:28.734Z[ host-image] Aug 25 09:16:27.507 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108782026-08-25T09:16:28.800Z[ recovery-image] Aug 25 09:16:27.573 INFO E| Compiling cc v1.2.20
108792026-08-25T09:16:28.919Z[ recovery-image] Aug 25 09:16:27.692 INFO E| Compiling anstream v0.6.18
108802026-08-25T09:16:29.111Z[ recovery-image] Aug 25 09:16:27.883 INFO E| Compiling indexmap v2.9.0
108812026-08-25T09:16:29.159Z[ recovery-image] Aug 25 09:16:27.932 INFO E| Compiling clap_builder v4.5.37
108822026-08-25T09:16:29.285Z[ recovery-image] Aug 25 09:16:28.057 INFO E| Compiling shared_child v1.0.1
108832026-08-25T09:16:29.285Z[ recovery-image] Aug 25 09:16:28.057 INFO E| Compiling os_pipe v1.2.1
108842026-08-25T09:16:29.418Z[ recovery-image] Aug 25 09:16:28.192 INFO E| Compiling duct v0.13.7
108852026-08-25T09:16:30.004Z[ recovery-image] Aug 25 09:16:28.777 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108862026-08-25T09:16:31.096Z[ recovery-image] Aug 25 09:16:29.869 INFO E| Compiling serde_derive v1.0.219
108872026-08-25T09:16:31.096Z[ recovery-image] Aug 25 09:16:29.869 INFO E| Compiling clap_derive v4.5.32
108882026-08-25T09:16:32.133Z[ host-image] Aug 25 09:16:30.906 INFO creating reset image...
108892026-08-25T09:16:32.133Z[ host-image] Aug 25 09:16:30.906 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")
108902026-08-25T09:16:32.211Z[ host-image] Aug 25 09:16:30.984 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108912026-08-25T09:16:32.215Z[ host-image] Aug 25 09:16:30.986 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108922026-08-25T09:16:32.513Z[ recovery-image] Aug 25 09:16:31.286 INFO E| Compiling clap v4.5.37
108932026-08-25T09:16:32.536Z[ host-image] Aug 25 09:16:31.309 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)
108942026-08-25T09:16:32.536Z[ host-image] Aug 25 09:16:31.309 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)
108952026-08-25T09:16:32.539Z[ host-image] Aug 25 09:16:31.309 INFO E| Compiling proc-macro2 v1.0.106
108962026-08-25T09:16:32.539Z[ host-image] Aug 25 09:16:31.309 INFO E| Compiling unicode-ident v1.0.24
108972026-08-25T09:16:32.539Z[ host-image] Aug 25 09:16:31.309 INFO E| Compiling quote v1.0.45
108982026-08-25T09:16:32.539Z[ host-image] Aug 25 09:16:31.309 INFO E| Compiling syn v1.0.109
108992026-08-25T09:16:32.539Z[ host-image] Aug 25 09:16:31.309 INFO E| Compiling x86 v0.52.0
109002026-08-25T09:16:32.539Z[ host-image] Aug 25 09:16:31.309 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109012026-08-25T09:16:32.545Z[ host-image] Aug 25 09:16:31.319 INFO E| Compiling seq-macro v0.3.6
109022026-08-25T09:16:33.198Z[ recovery-image] Aug 25 09:16:31.971 INFO E| Compiling serde v1.0.219
109032026-08-25T09:16:33.510Z[ host-image] Aug 25 09:16:32.283 INFO E| Compiling syn v2.0.117
109042026-08-25T09:16:34.875Z[ host-image] Aug 25 09:16:33.648 INFO E| Compiling scroll_derive v0.13.1
109052026-08-25T09:16:35.061Z[ recovery-image] Aug 25 09:16:33.834 INFO E| Compiling serde_spanned v0.6.8
109062026-08-25T09:16:35.061Z[ recovery-image] Aug 25 09:16:33.834 INFO E| Compiling toml_datetime v0.6.9
109072026-08-25T09:16:35.220Z[ recovery-image] Aug 25 09:16:33.993 INFO E| Compiling toml_edit v0.22.26
109082026-08-25T09:16:35.936Z[ host-image] Aug 25 09:16:34.709 INFO E| Compiling bitstruct_derive v0.1.0
109092026-08-25T09:16:36.486Z[ recovery-image] Aug 25 09:16:35.259 INFO E| Compiling toml v0.8.22
109102026-08-25T09:16:38.676Z[ recovery-image] Aug 25 09:16:37.449 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.36s
109112026-08-25T09:16:38.685Z[ recovery-image] Aug 25 09:16:37.459 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`
109122026-08-25T09:16:38.700Z[ recovery-image] Aug 25 09:16:37.473 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109132026-08-25T09:16:38.778Z[ recovery-image] Aug 25 09:16:37.551 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109142026-08-25T09:16:38.782Z[ recovery-image] Aug 25 09:16:37.556 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`
109152026-08-25T09:16:38.990Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109162026-08-25T09:16:38.994Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109172026-08-25T09:16:38.994Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109182026-08-25T09:16:38.994Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109192026-08-25T09:16:38.994Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109202026-08-25T09:16:38.994Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109212026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109222026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109232026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109242026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109252026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109262026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109272026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109282026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109292026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109302026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109312026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109322026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109332026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109342026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109352026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109362026-08-25T09:16:38.995Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109372026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109382026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109392026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109402026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109412026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109422026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109432026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109442026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109452026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109462026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109472026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109482026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109492026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109502026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109512026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109522026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109532026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109542026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109552026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109562026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109572026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109582026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109592026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109602026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109612026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109622026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109632026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109642026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109652026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109662026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109672026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109682026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.765 INFO O| Info: ABL version: 0x100af010
109692026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.765 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109702026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.765 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109712026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109722026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109732026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109742026-08-25T09:16:38.996Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109752026-08-25T09:16:38.997Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109762026-08-25T09:16:39.000Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109772026-08-25T09:16:39.000Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109782026-08-25T09:16:39.000Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109792026-08-25T09:16:39.000Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109802026-08-25T09:16:39.000Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109812026-08-25T09:16:39.000Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109822026-08-25T09:16:39.000Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109832026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109842026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109852026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109862026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109872026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109882026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109892026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109902026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109912026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109922026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.765 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109932026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109942026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109952026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109962026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109972026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109982026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109992026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110002026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110012026-08-25T09:16:39.001Z[ recovery-image] Aug 25 09:16:37.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110022026-08-25T09:16:39.027Z[ recovery-image] Aug 25 09:16:37.801 INFO building ROM for gimlet
110032026-08-25T09:16:39.028Z[ recovery-image] Aug 25 09:16:37.801 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")
110042026-08-25T09:16:39.127Z[ recovery-image] Aug 25 09:16:37.900 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110052026-08-25T09:16:39.130Z[ recovery-image] Aug 25 09:16:37.903 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`
110062026-08-25T09:16:39.145Z[ recovery-image] Aug 25 09:16:37.918 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110072026-08-25T09:16:39.214Z[ recovery-image] Aug 25 09:16:37.988 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110082026-08-25T09:16:39.218Z[ recovery-image] Aug 25 09:16:37.991 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`
110092026-08-25T09:16:39.333Z[ recovery-image] Aug 25 09:16:38.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110102026-08-25T09:16:39.333Z[ recovery-image] Aug 25 09:16:38.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110112026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110122026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110132026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110142026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110152026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.106 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110162026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110172026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110182026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110192026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110202026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110212026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110222026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110232026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110242026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO O| Info: ABL version: 0x100f5010
110252026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110262026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110272026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110282026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110292026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110302026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110312026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110322026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110332026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110342026-08-25T09:16:39.336Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110352026-08-25T09:16:39.337Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110362026-08-25T09:16:39.337Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110372026-08-25T09:16:39.337Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110382026-08-25T09:16:39.337Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110392026-08-25T09:16:39.337Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110402026-08-25T09:16:39.337Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110412026-08-25T09:16:39.337Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110422026-08-25T09:16:39.337Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110432026-08-25T09:16:39.337Z[ recovery-image] Aug 25 09:16:38.107 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110442026-08-25T09:16:39.370Z[ recovery-image] Aug 25 09:16:38.144 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110452026-08-25T09:16:39.370Z[ recovery-image] Aug 25 09:16:38.144 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110462026-08-25T09:16:39.373Z[ recovery-image] Aug 25 09:16:38.144 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110472026-08-25T09:16:40.655Z[ recovery-image] Aug 25 09:16:39.428 INFO image complete! materials are in "/work/os-recovery"
110482026-08-25T09:16:40.658Z[ recovery-image]
110492026-08-25T09:16:40.659Z[ recovery-image] real 3:28.693859767
110502026-08-25T09:16:40.659Z[ recovery-image] user 2:44.557251704
110512026-08-25T09:16:40.659Z[ recovery-image] sys 39.195014209
110522026-08-25T09:16:40.659Z[ recovery-image] trap 0.145592941
110532026-08-25T09:16:40.659Z[ recovery-image] tflt 0.497618378
110542026-08-25T09:16:40.659Z[ recovery-image] dflt 0.737828833
110552026-08-25T09:16:40.659Z[ recovery-image] kflt 0.000122450
110562026-08-25T09:16:40.659Z[ recovery-image] lock 8:03.179179921
110572026-08-25T09:16:40.659Z[ recovery-image] slp 18:12.142526644
110582026-08-25T09:16:40.659Z[ recovery-image] lat 33.148665860
110592026-08-25T09:16:40.659Z[ recovery-image] stop 9.328381628
110602026-08-25T09:16:40.659ZAug 25 09:16:39.432 INFO [recovery-image] process exited with exit status: 0 (208.699058687s)
110612026-08-25T09:16:40.659ZAug 25 09:16:39.432 INFO [tuf-v2-recovery] running task
110622026-08-25T09:16:40.662ZAug 25 09:16:39.433 INFO [tuf-v2-recovery] task succeeded (791.152µs)
110632026-08-25T09:16:45.108Z[ host-image] Aug 25 09:16:43.881 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)
110642026-08-25T09:16:47.231Z[ host-image] Aug 25 09:16:46.004 INFO E| Compiling bitflags v1.3.2
110652026-08-25T09:16:47.231Z[ host-image] Aug 25 09:16:46.004 INFO E| Compiling adler2 v2.0.1
110662026-08-25T09:16:47.234Z[ host-image] Aug 25 09:16:46.004 INFO E| Compiling log v0.4.32
110672026-08-25T09:16:47.234Z[ host-image] Aug 25 09:16:46.004 INFO E| Compiling plain v0.2.3
110682026-08-25T09:16:47.234Z[ host-image] Aug 25 09:16:46.004 INFO E| Compiling scroll v0.13.0
110692026-08-25T09:16:47.234Z[ host-image] Aug 25 09:16:46.004 INFO E| Compiling bit_field v0.10.3
110702026-08-25T09:16:47.234Z[ host-image] Aug 25 09:16:46.004 INFO E| Compiling bitflags v2.13.0
110712026-08-25T09:16:47.234Z[ host-image] Aug 25 09:16:46.004 INFO E| Compiling static_assertions v1.1.0
110722026-08-25T09:16:47.234Z[ host-image] Aug 25 09:16:46.005 INFO E| Compiling bitstruct v0.1.1
110732026-08-25T09:16:47.281Z[ host-image] Aug 25 09:16:46.055 INFO E| Compiling raw-cpuid v10.7.0
110742026-08-25T09:16:47.334Z[ host-image] Aug 25 09:16:46.107 INFO E| Compiling miniz_oxide v0.9.1
110752026-08-25T09:16:47.382Z[ host-image] Aug 25 09:16:46.155 INFO E| Compiling cpio_reader v0.1.2
110762026-08-25T09:16:47.449Z[ host-image] Aug 25 09:16:46.222 INFO E| Compiling goblin v0.10.7
110772026-08-25T09:16:50.249Z[ host-image] Aug 25 09:16:49.023 INFO E| Finished `release` profile [optimized] target(s) in 18.02s
110782026-08-25T09:16:50.262Z[ host-image] Aug 25 09:16:49.036 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110792026-08-25T09:16:50.262Z[ host-image] Aug 25 09:16:49.036 INFO building ROM for gimlet
110802026-08-25T09:16:50.262Z[ host-image] Aug 25 09:16:49.036 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")
110812026-08-25T09:16:50.348Z[ host-image] Aug 25 09:16:49.121 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110822026-08-25T09:16:50.351Z[ host-image] Aug 25 09:16:49.124 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`
110832026-08-25T09:16:50.362Z[ host-image] Aug 25 09:16:49.135 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110842026-08-25T09:16:50.431Z[ host-image] Aug 25 09:16:49.204 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110852026-08-25T09:16:50.434Z[ host-image] Aug 25 09:16:49.207 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`
110862026-08-25T09:16:50.546Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110872026-08-25T09:16:50.546Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110882026-08-25T09:16:50.546Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110892026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110902026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110912026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110922026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110932026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110942026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110952026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110962026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110972026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110982026-08-25T09:16:50.551Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110992026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111002026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111012026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO O| Info: ABL version: 0x100f5010
111022026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111032026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111042026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111052026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111062026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111072026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111082026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111092026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111102026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111112026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111122026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111132026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111142026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111152026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111162026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111172026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111182026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111192026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111202026-08-25T09:16:50.552Z[ host-image] Aug 25 09:16:49.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111212026-08-25T09:16:50.580Z[ host-image] Aug 25 09:16:49.353 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111222026-08-25T09:16:50.580Z[ host-image] Aug 25 09:16:49.353 INFO building ROM for cosmo
111232026-08-25T09:16:50.580Z[ host-image] Aug 25 09:16:49.353 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")
111242026-08-25T09:16:50.664Z[ host-image] Aug 25 09:16:49.437 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111252026-08-25T09:16:50.667Z[ host-image] Aug 25 09:16:49.439 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`
111262026-08-25T09:16:50.676Z[ host-image] Aug 25 09:16:49.450 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
111272026-08-25T09:16:50.745Z[ host-image] Aug 25 09:16:49.519 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111282026-08-25T09:16:50.749Z[ host-image] Aug 25 09:16:49.522 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`
111292026-08-25T09:16:50.956Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111302026-08-25T09:16:50.956Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111312026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111322026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111332026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111342026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111352026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111362026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111372026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111382026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111392026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111402026-08-25T09:16:50.960Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111412026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111422026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111432026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111442026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111452026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111462026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111472026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111482026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111492026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111502026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111512026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111522026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111532026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111542026-08-25T09:16:50.961Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111552026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111562026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111572026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111582026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111592026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111602026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.730 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111612026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111622026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111632026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111642026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111652026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111662026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111672026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111682026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111692026-08-25T09:16:50.962Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111702026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111712026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111722026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111732026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111742026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111752026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111762026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111772026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111782026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111792026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111802026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111812026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111822026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO O| Info: ABL version: 0x100af010
111832026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111842026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111852026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.731 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111862026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111872026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111882026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111892026-08-25T09:16:50.963Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111902026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111912026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111922026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111932026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111942026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111952026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111962026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111972026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111982026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111992026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
112002026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
112012026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
112022026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
112032026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
112042026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
112052026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
112062026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
112072026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
112082026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
112092026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
112102026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
112112026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
112122026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
112132026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
112142026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
112152026-08-25T09:16:50.964Z[ host-image] Aug 25 09:16:49.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
112162026-08-25T09:16:50.991Z[ host-image] Aug 25 09:16:49.764 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112172026-08-25T09:17:02.966Z[ host-image] Aug 25 09:17:01.739 INFO image complete! materials are in "/work/os-host"
112182026-08-25T09:17:02.970Z[ host-image]
112192026-08-25T09:17:02.970Z[ host-image] real 4:01.602166539
112202026-08-25T09:17:02.970Z[ host-image] user 2:50.017066915
112212026-08-25T09:17:02.975Z[ host-image] sys 35.263048863
112222026-08-25T09:17:02.975Z[ host-image] trap 0.137888265
112232026-08-25T09:17:02.975Z[ host-image] tflt 0.293833823
112242026-08-25T09:17:02.975Z[ host-image] dflt 0.214299562
112252026-08-25T09:17:02.975Z[ host-image] kflt 0.000094340
112262026-08-25T09:17:02.975Z[ host-image] lock 7:26.406721472
112272026-08-25T09:17:02.975Z[ host-image] slp 20:15.117860114
112282026-08-25T09:17:02.975Z[ host-image] lat 23.207592531
112292026-08-25T09:17:02.975Z[ host-image] stop 1.648713749
112302026-08-25T09:17:02.975ZAug 25 09:17:01.744 INFO [host-image] process exited with exit status: 0 (241.608293321s)
112312026-08-25T09:17:02.975ZAug 25 09:17:01.744 INFO [tuf-v2-host] running task
112322026-08-25T09:17:02.975ZAug 25 09:17:01.744 INFO [tuf-repo] running task
112332026-08-25T09:17:02.975ZAug 25 09:17:01.745 INFO [tuf-v2-host] task succeeded (696.752µs)
112342026-08-25T09:17:02.975ZAug 25 09:17:01.745 INFO [tuf-v2-repo] running task
112352026-08-25T09:17:23.856ZAug 25 09:17:22.629 INFO assembling repository in `/tmp/tufaceousHMyzeT`, component: OmicronRepoAssembler
112362026-08-25T09:17:24.425ZAug 25 09:17:23.199 INFO [tuf-v2-repo] task succeeded (21.453768735s)
112372026-08-25T09:17:32.719ZAug 25 09:17:31.492 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112382026-08-25T09:17:33.017ZAug 25 09:17:31.790 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112392026-08-25T09:17:35.263ZAug 25 09:17:34.036 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112402026-08-25T09:17:35.326ZAug 25 09:17:34.099 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112412026-08-25T09:17:35.378ZAug 25 09:17:34.151 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112422026-08-25T09:17:35.425ZAug 25 09:17:34.198 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112432026-08-25T09:17:35.487ZAug 25 09:17:34.260 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112442026-08-25T09:17:35.538ZAug 25 09:17:34.311 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112452026-08-25T09:17:35.591ZAug 25 09:17:34.365 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112462026-08-25T09:17:45.985ZAug 25 09:17:44.758 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
112472026-08-25T09:17:45.990ZAug 25 09:17:44.764 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
112482026-08-25T09:17:46.015ZAug 25 09:17:44.788 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
112492026-08-25T09:17:46.073ZAug 25 09:17:44.846 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112502026-08-25T09:17:46.134ZAug 25 09:17:44.907 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112512026-08-25T09:17:46.199ZAug 25 09:17:44.972 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112522026-08-25T09:17:46.262ZAug 25 09:17:45.035 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
112532026-08-25T09:17:46.268ZAug 25 09:17:45.041 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
112542026-08-25T09:17:46.291ZAug 25 09:17:45.064 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
112552026-08-25T09:17:47.905ZAug 25 09:17:46.679 INFO [tuf-repo] task succeeded (44.934377164s)
112562026-08-25T09:20:21.483Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s
112572026-08-25T09:20:21.487Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112582026-08-25T09:20:21.487Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112592026-08-25T09:20:24.182ZAug 25 09:20:22.955 INFO [verify-libraries] process exited with exit status: 0 (432.497655955s)
112602026-08-25T09:20:24.183ZAug 25 09:20:22.955 INFO all jobs completed in 1208.196768245s
112612026-08-25T09:20:25.408Zprocess exited: duration 1426733 ms, exit code 0
 
112622026-08-25T09:20:25.423Zfound 41 output files
112632026-08-25T09:20:25.423Zuploading: /work/manifest.toml (17334 bytes)
112642026-08-25T09:20:26.436Zuploaded: /work/manifest.toml
112652026-08-25T09:20:26.436Zuploading: /work/repo.zip (3281844960 bytes)
112662026-08-25T09:21:08.450Zuploaded: /work/repo.zip
112672026-08-25T09:21:08.450Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112682026-08-25T09:21:09.469Zuploaded: /work/repo.zip.sha256.txt
112692026-08-25T09:21:09.469Zuploading: /work/helios.json (647 bytes)
112702026-08-25T09:21:10.477Zuploaded: /work/helios.json
112712026-08-25T09:21:10.477Zuploading: /work/incorporation.p5m (113590 bytes)
112722026-08-25T09:21:11.491Zuploaded: /work/incorporation.p5m
112732026-08-25T09:21:11.491Zuploading: /work/incorporation.p5p (133120 bytes)
112742026-08-25T09:21:12.504Zuploaded: /work/incorporation.p5p
112752026-08-25T09:21:12.504Zuploading: /work/helios-incorp.log (522 bytes)
112762026-08-25T09:21:13.514Zuploaded: /work/helios-incorp.log
112772026-08-25T09:21:13.514Zuploading: /work/helios-setup.log (57196 bytes)
112782026-08-25T09:21:14.526Zuploaded: /work/helios-setup.log
112792026-08-25T09:21:14.526Zuploading: /work/host-image.log (233349 bytes)
112802026-08-25T09:21:15.542Zuploaded: /work/host-image.log
112812026-08-25T09:21:15.543Zuploading: /work/host-package.log (34139 bytes)
112822026-08-25T09:21:16.553Zuploaded: /work/host-package.log
112832026-08-25T09:21:16.553Zuploading: /work/host-target.log (101 bytes)
112842026-08-25T09:21:17.564Zuploaded: /work/host-target.log
112852026-08-25T09:21:17.564Zuploading: /work/incorp-create.log (0 bytes)
112862026-08-25T09:21:18.573Zuploaded: /work/incorp-create.log
112872026-08-25T09:21:18.573Zuploading: /work/incorp-fmt.log (0 bytes)
112882026-08-25T09:21:19.583Zuploaded: /work/incorp-fmt.log
112892026-08-25T09:21:19.583Zuploading: /work/incorp-pkgsend.log (108 bytes)
112902026-08-25T09:21:20.593Zuploaded: /work/incorp-pkgsend.log
112912026-08-25T09:21:20.593Zuploading: /work/incorp-publisher.log (0 bytes)
112922026-08-25T09:21:21.600Zuploaded: /work/incorp-publisher.log
112932026-08-25T09:21:21.600Zuploading: /work/omicron-package.log (10167 bytes)
112942026-08-25T09:21:22.611Zuploaded: /work/omicron-package.log
112952026-08-25T09:21:22.611Zuploading: /work/recovery-image.log (591785 bytes)
112962026-08-25T09:21:23.631Zuploaded: /work/recovery-image.log
112972026-08-25T09:21:23.631Zuploading: /work/recovery-package.log (321 bytes)
112982026-08-25T09:21:24.640Zuploaded: /work/recovery-package.log
112992026-08-25T09:21:24.640Zuploading: /work/recovery-target.log (98 bytes)
113002026-08-25T09:21:25.649Zuploaded: /work/recovery-target.log
113012026-08-25T09:21:25.649Zuploading: /work/stamp-clickhouse.log (117 bytes)
113022026-08-25T09:21:26.659Zuploaded: /work/stamp-clickhouse.log
113032026-08-25T09:21:26.659Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113042026-08-25T09:21:27.668Zuploaded: /work/stamp-clickhouse_keeper.log
113052026-08-25T09:21:27.668Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113062026-08-25T09:21:28.677Zuploaded: /work/stamp-clickhouse_server.log
113072026-08-25T09:21:28.677Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113082026-08-25T09:21:29.687Zuploaded: /work/stamp-cockroachdb.log
113092026-08-25T09:21:29.687Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113102026-08-25T09:21:30.695Zuploaded: /work/stamp-crucible-pantry-zone.log
113112026-08-25T09:21:30.695Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113122026-08-25T09:21:31.705Zuploaded: /work/stamp-crucible-utils.log
113132026-08-25T09:21:31.705Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113142026-08-25T09:21:32.715Zuploaded: /work/stamp-crucible-zone.log
113152026-08-25T09:21:32.715Zuploading: /work/stamp-external-dns.log (119 bytes)
113162026-08-25T09:21:33.725Zuploaded: /work/stamp-external-dns.log
113172026-08-25T09:21:33.725Zuploading: /work/stamp-installinator.log (103 bytes)
113182026-08-25T09:21:34.736Zuploaded: /work/stamp-installinator.log
113192026-08-25T09:21:34.736Zuploading: /work/stamp-internal-dns.log (119 bytes)
113202026-08-25T09:21:35.745Zuploaded: /work/stamp-internal-dns.log
113212026-08-25T09:21:35.745Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113222026-08-25T09:21:36.754Zuploaded: /work/stamp-mg-ddm-gz.log
113232026-08-25T09:21:36.754Zuploading: /work/stamp-nexus.log (112 bytes)
113242026-08-25T09:21:37.765Zuploaded: /work/stamp-nexus.log
113252026-08-25T09:21:37.765Zuploading: /work/stamp-ntp.log (110 bytes)
113262026-08-25T09:21:38.775Zuploaded: /work/stamp-ntp.log
113272026-08-25T09:21:38.775Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113282026-08-25T09:21:39.783Zuploaded: /work/stamp-omicron-sled-agent.log
113292026-08-25T09:21:39.783Zuploading: /work/stamp-overlay.log (114 bytes)
113302026-08-25T09:21:40.792Zuploaded: /work/stamp-overlay.log
113312026-08-25T09:21:40.792Zuploading: /work/stamp-oximeter.log (115 bytes)
113322026-08-25T09:21:41.803Zuploaded: /work/stamp-oximeter.log
113332026-08-25T09:21:41.803Zuploading: /work/stamp-oxlog.log (109 bytes)
113342026-08-25T09:21:42.813Zuploaded: /work/stamp-oxlog.log
113352026-08-25T09:21:42.813Zuploading: /work/stamp-probe.log (112 bytes)
113362026-08-25T09:21:43.822Zuploaded: /work/stamp-probe.log
113372026-08-25T09:21:43.822Zuploading: /work/stamp-propolis-server.log (122 bytes)
113382026-08-25T09:21:44.831Zuploaded: /work/stamp-propolis-server.log
113392026-08-25T09:21:44.831Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113402026-08-25T09:21:45.841Zuploaded: /work/stamp-pumpkind-gz.log
113412026-08-25T09:21:45.841Zuploading: /work/stamp-switch-asic.log (118 bytes)
113422026-08-25T09:21:46.849Zuploaded: /work/stamp-switch-asic.log
113432026-08-25T09:21:46.849Zuploading: /work/verify-libraries.log (50978 bytes)
113442026-08-25T09:21:47.861Zuploaded: /work/verify-libraries.log