01M00RXXSP6P63A5FM241TQG6Y: 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: 01M00RYE3KJ97Z0A4F19D034G7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T18:37:01.781Zjob assigned to worker 01M00RYX9W1406Z6XWWXD42XP3 [factory aws, i-0a0464d65d7b1ea22] (queued for 1 m 3 s)
 
22026-08-14T18:37:09.097Zstarting task 0: "setup"
32026-08-14T18:37:09.101Z++ uname -s
42026-08-14T18:37:09.105Z+ kern=SunOS
52026-08-14T18:37:09.105Z+ build_user=build
62026-08-14T18:37:09.105Z+ build_uid=12345
72026-08-14T18:37:09.105Z+ work_dir=/work
82026-08-14T18:37:09.105Z+ input_dir=/input
92026-08-14T18:37:09.105Z+ [[ 0 == 12345 ]]
102026-08-14T18:37:09.105Z+ case "$kern" in
112026-08-14T18:37:09.105Z+ groupadd -g 12345 build
122026-08-14T18:37:09.110Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T18:37:11.112Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T18:37:11.195Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T18:37:11.198Z+ home_fs=zfs
162026-08-14T18:37:11.198Z+ [[ zfs == autofs ]]
172026-08-14T18:37:11.198Z+ mkdir -p /home/build
182026-08-14T18:37:11.198Z+ chown build:build /home/build /work
192026-08-14T18:37:13.200Z+ chmod 0700 /home/build /work
202026-08-14T18:37:13.204Zprocess exited: duration 4109 ms, exit code 0
 
212026-08-14T18:37:13.211Zstarting task 1: "rust-toolchain"
222026-08-14T18:37:13.216Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T18:37:13.216Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-14T18:37:13.216Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-14T18:37:13.216Z * rust toolchain channel = "1.97.1"
262026-08-14T18:37:13.216Z * rust toolchain profile = "default"
272026-08-14T18:37:13.216Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-14T18:37:13.219Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T18:37:13.219Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T18:37:13.288Zinfo: downloading installer
312026-08-14T18:37:14.762Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T18:37:14.762Zwarn: /home/build/.rustup/settings.toml
332026-08-14T18:37:14.762Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T18:37:14.762Zwarn: instead of the one inferred from the default host triple.
352026-08-14T18:37:14.774Zinfo: profile set to default
362026-08-14T18:37:14.774Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T18:37:14.777Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-14T18:37:14.925Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-14T18:37:14.928Zinfo: downloading 6 components
402026-08-14T18:37:30.501Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-14T18:37:30.501Z
422026-08-14T18:37:30.529Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-14T18:37:30.529Z
442026-08-14T18:37:30.529Z
452026-08-14T18:37:30.529ZRust is installed now. Great!
462026-08-14T18:37:30.529Z
472026-08-14T18:37:30.529ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T18:37:30.530Zenvironment variable. This has not been done automatically.
492026-08-14T18:37:30.530Z
502026-08-14T18:37:30.530ZTo configure your current shell, you need to source
512026-08-14T18:37:30.530Zthe corresponding env file under $HOME/.cargo.
522026-08-14T18:37:30.530Z
532026-08-14T18:37:30.530ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T18:37:30.530Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T18:37:30.530Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T18:37:30.530Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T18:37:30.530Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T18:37:30.530Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T18:37:30.530Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T18:37:30.534Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T18:37:30.534Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T18:37:30.638Z+ rustup --version
632026-08-14T18:37:30.644Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T18:37:30.647Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T18:37:30.665Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-14T18:37:30.669Z+ cargo --version
672026-08-14T18:37:30.678Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-14T18:37:30.681Z+ rustc --version
692026-08-14T18:37:30.699Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-14T18:37:30.704Zprocess exited: duration 17493 ms, exit code 0
 
712026-08-14T18:37:30.711Zstarting task 2: "authentication"
722026-08-14T18:37:30.732Zprocess exited: duration 18 ms, exit code 0
 
732026-08-14T18:37:30.741Zstarting task 3: "clone repository"
742026-08-14T18:37:30.746Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-14T18:37:30.749Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-14T18:37:30.780ZCloning into '/work/oxidecomputer/omicron'...
772026-08-14T18:37:42.056Z+ cd /work/oxidecomputer/omicron
782026-08-14T18:37:42.056Z+ git fetch origin 556a25de367707f428065fcb26e8c63d8412799e
792026-08-14T18:37:42.460ZFrom https://github.com/oxidecomputer/omicron
802026-08-14T18:37:42.460Z * branch 556a25de367707f428065fcb26e8c63d8412799e -> FETCH_HEAD
812026-08-14T18:37:42.475Z+ [[ -n '' ]]
822026-08-14T18:37:42.475Z+ git reset --hard 556a25de367707f428065fcb26e8c63d8412799e
832026-08-14T18:37:42.728ZHEAD is now at 556a25de3 [nexus] use `matching_classes` in alert glob reprocessing
842026-08-14T18:37:42.732Zprocess exited: duration 11988 ms, exit code 0
 
852026-08-14T18:37:42.741Zstarting task 4: "build"
862026-08-14T18:37:42.747Z+ source .github/buildomat/ci-env.sh
872026-08-14T18:37:42.747Z++ export CARGO_TERM_COLOR=always
882026-08-14T18:37:42.747Z++ CARGO_TERM_COLOR=always
892026-08-14T18:37:42.751Z+++ uname -s
902026-08-14T18:37:42.751Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-14T18:37:42.751Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-14T18:37:42.754Z+ cargo --version
932026-08-14T18:37:42.761Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-14T18:37:42.764Z+ rustc --version
952026-08-14T18:37:42.784Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-14T18:37:42.788Z+ cargo tree --locked
972026-08-14T18:37:42.954Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-14T18:37:43.264Z Updating crates.io index
992026-08-14T18:37:43.267Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-14T18:37:43.549Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-14T18:37:43.983Z Updating git repository `https://github.com/oxidecomputer/propolis`
1022026-08-14T18:37:45.318Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032026-08-14T18:37:45.970Z Updating git repository `https://github.com/oxidecomputer/crucible`
1042026-08-14T18:37:48.034Z Updating git repository `https://github.com/oxidecomputer/opte`
1052026-08-14T18:37:49.127Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062026-08-14T18:37:49.448Z Updating git repository `https://github.com/oxidecomputer/lldp`
1072026-08-14T18:37:49.826Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1082026-08-14T18:37:51.212Z Updating git repository `https://github.com/oxidecomputer/clickward`
1092026-08-14T18:37:51.557Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1102026-08-14T18:37:52.012Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-08-14T18:37:52.346Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1122026-08-14T18:37:52.632Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1132026-08-14T18:37:52.912Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1142026-08-14T18:37:53.227Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1152026-08-14T18:37:53.518Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1162026-08-14T18:37:53.842Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-14T18:37:54.218Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-14T18:37:54.785Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1192026-08-14T18:37:55.228Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1202026-08-14T18:37:55.653Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-08-14T18:37:55.960Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222026-08-14T18:37:56.548Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-14T18:37:57.009Z Updating git repository `https://github.com/oxidecomputer/erebor`
1242026-08-14T18:37:57.317Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-08-14T18:37:57.791Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-08-14T18:37:58.105Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1272026-08-14T18:37:58.428Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-08-14T18:37:59.020Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-08-14T18:37:59.342Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-08-14T18:37:59.690Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-08-14T18:38:00.086Z Updating git repository `https://github.com/oxidecomputer/tough`
1322026-08-14T18:38:00.817Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-08-14T18:38:01.113Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-08-14T18:38:01.425Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-08-14T18:38:01.753Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-08-14T18:38:02.100Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1372026-08-14T18:38:02.427Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-14T18:38:02.740Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-08-14T18:38:03.111Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-08-14T18:38:03.411Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-14T18:38:06.544Z Downloading crates ...
1422026-08-14T18:38:06.606Z Downloaded crucible-workspace-hack v0.1.0
1432026-08-14T18:38:06.610Z Downloaded const_format_proc_macros v0.2.34
1442026-08-14T18:38:06.610Z Downloaded cipher v0.5.2
1452026-08-14T18:38:06.613Z Downloaded heck v0.4.1
1462026-08-14T18:38:06.616Z Downloaded globwalk v0.9.1
1472026-08-14T18:38:06.619Z Downloaded clang-sys v1.8.1
1482026-08-14T18:38:06.623Z Downloaded crc32fast v1.5.0
1492026-08-14T18:38:06.627Z Downloaded cmov v0.5.4
1502026-08-14T18:38:06.627Z Downloaded darling v0.13.4
1512026-08-14T18:38:06.627Z Downloaded cmake v0.1.57
1522026-08-14T18:38:06.627Z Downloaded cpufeatures v0.3.0
1532026-08-14T18:38:06.630Z Downloaded hash32 v0.3.1
1542026-08-14T18:38:06.630Z Downloaded http-body v1.0.1
1552026-08-14T18:38:06.633Z Downloaded colorchoice v1.0.4
1562026-08-14T18:38:06.636Z Downloaded git-stub v1.0.0
1572026-08-14T18:38:06.639Z Downloaded indent_write v2.2.0
1582026-08-14T18:38:06.639Z Downloaded cobs v0.3.0
1592026-08-14T18:38:06.639Z Downloaded concurrent-queue v2.5.0
1602026-08-14T18:38:06.643Z Downloaded constant_time_eq v0.3.1
1612026-08-14T18:38:06.643Z Downloaded instability v0.3.11
1622026-08-14T18:38:06.643Z Downloaded hash32 v0.2.1
1632026-08-14T18:38:06.646Z Downloaded constant_time_eq v0.4.2
1642026-08-14T18:38:06.646Z Downloaded criterion-plot v0.6.0
1652026-08-14T18:38:06.646Z Downloaded ciborium-ll v0.2.2
1662026-08-14T18:38:06.646Z Downloaded hostname v0.3.1
1672026-08-14T18:38:06.650Z Downloaded internet-checksum v0.2.1
1682026-08-14T18:38:06.650Z Downloaded addr2line v0.25.1
1692026-08-14T18:38:06.650Z Downloaded crossbeam-utils v0.8.21
1702026-08-14T18:38:06.650Z Downloaded hex-literal v1.1.0
1712026-08-14T18:38:06.653Z Downloaded convert_case v0.10.0
1722026-08-14T18:38:06.653Z Downloaded crossbeam-deque v0.8.6
1732026-08-14T18:38:06.653Z Downloaded clap v4.6.1
1742026-08-14T18:38:06.656Z Downloaded crc-catalog v2.4.0
1752026-08-14T18:38:06.663Z Downloaded compression-codecs v0.4.37
1762026-08-14T18:38:06.668Z Downloaded darling_core v0.21.3
1772026-08-14T18:38:06.672Z Downloaded ciborium-io v0.2.2
1782026-08-14T18:38:06.675Z Downloaded clap_derive v4.6.1
1792026-08-14T18:38:06.678Z Downloaded group v0.14.0
1802026-08-14T18:38:06.682Z Downloaded humantime v2.3.0
1812026-08-14T18:38:06.682Z Downloaded darling_macro v0.20.11
1822026-08-14T18:38:06.682Z Downloaded cpubits v0.1.1
1832026-08-14T18:38:06.685Z Downloaded compression-core v0.4.31
1842026-08-14T18:38:06.685Z Downloaded cstr-argument v0.1.2
1852026-08-14T18:38:06.685Z Downloaded darling_macro v0.13.4
1862026-08-14T18:38:06.685Z Downloaded darling_macro v0.21.3
1872026-08-14T18:38:06.685Z Downloaded half v1.8.3
1882026-08-14T18:38:06.688Z Downloaded hmac v0.13.0
1892026-08-14T18:38:06.688Z Downloaded home v0.5.12
1902026-08-14T18:38:06.688Z Downloaded curve25519-dalek-derive v0.1.1
1912026-08-14T18:38:06.688Z Downloaded heck v0.5.0
1922026-08-14T18:38:06.692Z Downloaded darling_macro v0.23.0
1932026-08-14T18:38:06.692Z Downloaded hex v0.4.3
1942026-08-14T18:38:06.695Z Downloaded cpufeatures v0.2.17
1952026-08-14T18:38:06.695Z Downloaded crc8 v0.1.1
1962026-08-14T18:38:06.695Z Downloaded headers-core v0.3.0
1972026-08-14T18:38:06.695Z Downloaded indoc v1.0.9
1982026-08-14T18:38:06.698Z Downloaded crunchy v0.2.4
1992026-08-14T18:38:06.702Z Downloaded debug-ignore v1.0.5
2002026-08-14T18:38:06.702Z Downloaded crypto-common v0.2.2
2012026-08-14T18:38:06.702Z Downloaded derive_builder_macro v0.20.2
2022026-08-14T18:38:06.702Z Downloaded guppy-workspace-hack v0.1.0
2032026-08-14T18:38:06.705Z Downloaded ident_case v1.0.1
2042026-08-14T18:38:06.705Z Downloaded clap_lex v1.0.0
2052026-08-14T18:38:06.705Z Downloaded defmt-parser v1.0.0
2062026-08-14T18:38:06.709Z Downloaded highway v1.3.0
2072026-08-14T18:38:06.712Z Downloaded globset v0.4.18
2082026-08-14T18:38:06.715Z Downloaded hex-literal v0.4.1
2092026-08-14T18:38:06.718Z Downloaded hyper-tls v0.6.0
2102026-08-14T18:38:06.722Z Downloaded crypto-common v0.1.7
2112026-08-14T18:38:06.725Z Downloaded http-range v0.1.5
2122026-08-14T18:38:06.725Z Downloaded hubpack v0.1.2
2132026-08-14T18:38:06.729Z Downloaded idna_adapter v1.2.1
2142026-08-14T18:38:06.732Z Downloaded defmt v0.3.100
2152026-08-14T18:38:06.732Z Downloaded adler2 v2.0.1
2162026-08-14T18:38:06.732Z Downloaded crc v3.4.0
2172026-08-14T18:38:06.736Z Downloaded hostname v0.4.2
2182026-08-14T18:38:06.736Z Downloaded hubpack_derive v0.1.1
2192026-08-14T18:38:06.736Z Downloaded is-terminal v0.4.17
2202026-08-14T18:38:06.739Z Downloaded colored v3.1.1
2212026-08-14T18:38:06.740Z Downloaded defmt-macros v1.0.1
2222026-08-14T18:38:06.743Z Downloaded crossbeam-epoch v0.9.18
2232026-08-14T18:38:06.743Z Downloaded approx v0.5.1
2242026-08-14T18:38:06.743Z Downloaded ascii-canvas v3.0.0
2252026-08-14T18:38:06.746Z Downloaded atomic-waker v1.1.2
2262026-08-14T18:38:06.746Z Downloaded assert-json-diff v2.0.2
2272026-08-14T18:38:06.746Z Downloaded illumos-nvpair-sys v0.2.0
2282026-08-14T18:38:06.746Z Downloaded inout v0.1.4
2292026-08-14T18:38:06.746Z Downloaded hyper-rustls v0.27.7
2302026-08-14T18:38:06.751Z Downloaded illumos-nvpair v0.3.0
2312026-08-14T18:38:06.754Z Downloaded instant v0.1.13
2322026-08-14T18:38:06.754Z Downloaded const-oid v0.10.2
2332026-08-14T18:38:06.754Z Downloaded cipher v0.4.4
2342026-08-14T18:38:06.757Z Downloaded convert_case v0.4.0
2352026-08-14T18:38:06.758Z Downloaded inout v0.2.2
2362026-08-14T18:38:06.761Z Downloaded corncobs v0.1.4
2372026-08-14T18:38:06.761Z Downloaded critical-section v1.2.0
2382026-08-14T18:38:06.764Z Downloaded ctr v0.10.1
2392026-08-14T18:38:06.767Z Downloaded delegate v0.13.5
2402026-08-14T18:38:06.767Z Downloaded der_derive v0.7.3
2412026-08-14T18:38:06.768Z Downloaded derive-ex v0.1.8
2422026-08-14T18:38:06.768Z Downloaded oso-derive v0.27.3
2432026-08-14T18:38:06.773Z Downloaded parking v2.2.1
2442026-08-14T18:38:06.776Z Downloaded ciborium v0.2.2
2452026-08-14T18:38:06.776Z Downloaded daft-derive v0.1.7
2462026-08-14T18:38:06.781Z Downloaded data-encoding v2.10.0
2472026-08-14T18:38:06.784Z Downloaded crossbeam-channel v0.5.15
2482026-08-14T18:38:06.784Z Downloaded derive_builder_core v0.20.2
2492026-08-14T18:38:06.787Z Downloaded bcrypt-pbkdf v0.11.0
2502026-08-14T18:38:06.787Z Downloaded castaway v0.2.4
2512026-08-14T18:38:06.787Z Downloaded openssl-probe v0.1.6
2522026-08-14T18:38:06.793Z Downloaded defmt v1.0.1
2532026-08-14T18:38:06.793Z Downloaded hmac v0.12.1
2542026-08-14T18:38:06.797Z Downloaded git-stub-vcs v0.1.0
2552026-08-14T18:38:06.797Z Downloaded glob v0.3.3
2562026-08-14T18:38:06.797Z Downloaded ingot-types v0.2.0
2572026-08-14T18:38:06.797Z Downloaded ctutils v0.4.2
2582026-08-14T18:38:06.797Z Downloaded daft v0.1.7
2592026-08-14T18:38:06.797Z Downloaded deranged v0.5.8
2602026-08-14T18:38:06.801Z Downloaded group v0.13.0
2612026-08-14T18:38:06.801Z Downloaded http-body-util v0.1.3
2622026-08-14T18:38:06.801Z Downloaded ipnet v2.11.0
2632026-08-14T18:38:06.801Z Downloaded cookie v0.18.1
2642026-08-14T18:38:06.801Z Downloaded phf_shared v0.11.3
2652026-08-14T18:38:06.805Z Downloaded phf_shared v0.12.1
2662026-08-14T18:38:06.805Z Downloaded phf_shared v0.13.1
2672026-08-14T18:38:06.808Z Downloaded httpdate v1.0.3
2682026-08-14T18:38:06.808Z Downloaded ingot v0.2.1
2692026-08-14T18:38:06.808Z Downloaded ipnetwork v0.21.1
2702026-08-14T18:38:06.809Z Downloaded proc-macro-error-attr2 v2.0.0
2712026-08-14T18:38:06.812Z Downloaded bit-vec v0.8.0
2722026-08-14T18:38:06.816Z Downloaded bitfield v0.19.4
2732026-08-14T18:38:06.816Z Downloaded plotters-svg v0.3.7
2742026-08-14T18:38:06.816Z Downloaded predicates-tree v1.0.13
2752026-08-14T18:38:06.819Z Downloaded proc-macro-crate v1.3.1
2762026-08-14T18:38:06.822Z Downloaded icu_provider v2.1.1
2772026-08-14T18:38:06.826Z Downloaded half v2.7.1
2782026-08-14T18:38:06.829Z Downloaded anstyle-parse v0.2.7
2792026-08-14T18:38:06.829Z Downloaded chacha20 v0.9.1
2802026-08-14T18:38:06.833Z Downloaded cookie_store v0.22.1
2812026-08-14T18:38:06.836Z Downloaded hyper-staticfile v0.10.1
2822026-08-14T18:38:06.836Z Downloaded impl-trait-for-tuples v0.2.3
2832026-08-14T18:38:06.840Z Downloaded indoc v2.0.7
2842026-08-14T18:38:06.840Z Downloaded darling v0.20.11
2852026-08-14T18:38:06.843Z Downloaded csv-core v0.1.13
2862026-08-14T18:38:06.846Z Downloaded packed_struct v0.10.1
2872026-08-14T18:38:06.851Z Downloaded seq-macro v0.3.6
2882026-08-14T18:38:06.854Z Downloaded serde-big-array v0.5.1
2892026-08-14T18:38:06.854Z Downloaded console v0.15.11
2902026-08-14T18:38:06.854Z Downloaded anes v0.1.6
2912026-08-14T18:38:06.858Z Downloaded sapling-renderdag v0.1.0
2922026-08-14T18:38:06.858Z Downloaded password-hash v0.5.0
2932026-08-14T18:38:06.861Z Downloaded const-oid v0.9.6
2942026-08-14T18:38:06.864Z Downloaded datatest-stable v0.3.3
2952026-08-14T18:38:06.864Z Downloaded cbc v0.2.1
2962026-08-14T18:38:06.869Z Downloaded bcs v0.1.6
2972026-08-14T18:38:06.869Z Downloaded blowfish v0.10.0
2982026-08-14T18:38:06.869Z Downloaded russh-cryptovec v0.62.0
2992026-08-14T18:38:06.869Z Downloaded darling v0.21.3
3002026-08-14T18:38:06.872Z Downloaded serde_repr v0.1.20
3012026-08-14T18:38:06.875Z Downloaded partial-io v0.5.4
3022026-08-14T18:38:06.875Z Downloaded scheduled-thread-pool v0.2.7
3032026-08-14T18:38:06.878Z Downloaded signal-hook-mio v0.2.5
3042026-08-14T18:38:06.882Z Downloaded smawk v0.3.2
3052026-08-14T18:38:06.882Z Downloaded console v0.16.2
3062026-08-14T18:38:06.885Z Downloaded async-lock v3.4.2
3072026-08-14T18:38:06.885Z Downloaded proc-macro-error2 v2.0.1
3082026-08-14T18:38:06.889Z Downloaded cancel-safe-futures v0.1.5
3092026-08-14T18:38:06.892Z Downloaded httparse v1.10.1
3102026-08-14T18:38:06.896Z Downloaded oorandom v11.1.5
3112026-08-14T18:38:06.896Z Downloaded r2d2 v0.8.10
3122026-08-14T18:38:06.896Z Downloaded httptest v0.16.4
3132026-08-14T18:38:06.900Z Downloaded peg v0.8.5
3142026-08-14T18:38:06.904Z Downloaded peg-macros v0.8.5
3152026-08-14T18:38:06.904Z Downloaded structmeta v0.3.0
3162026-08-14T18:38:06.909Z Downloaded poly1305 v0.8.0
3172026-08-14T18:38:06.909Z Downloaded supports-hyperlinks v2.1.0
3182026-08-14T18:38:06.909Z Downloaded rand_core v0.10.0
3192026-08-14T18:38:06.909Z Downloaded camino v1.2.2
3202026-08-14T18:38:06.909Z Downloaded iana-time-zone v0.1.65
3212026-08-14T18:38:06.913Z Downloaded rand_core v0.9.5
3222026-08-14T18:38:06.913Z Downloaded indicatif v0.18.4
3232026-08-14T18:38:06.916Z Downloaded colored v2.2.0
3242026-08-14T18:38:06.916Z Downloaded darling_core v0.13.4
3252026-08-14T18:38:06.920Z Downloaded derive-where v1.6.0
3262026-08-14T18:38:06.924Z Downloaded darling v0.23.0
3272026-08-14T18:38:06.924Z Downloaded parking_lot_core v0.9.12
3282026-08-14T18:38:06.924Z Downloaded rustversion v1.0.22
3292026-08-14T18:38:06.928Z Downloaded terminal_size v0.4.3
3302026-08-14T18:38:06.928Z Downloaded tagptr v0.2.0
3312026-08-14T18:38:06.931Z Downloaded pest_derive v2.8.6
3322026-08-14T18:38:06.940Z Downloaded sec1 v0.7.3
3332026-08-14T18:38:06.944Z Downloaded unit-prefix v0.5.2
3342026-08-14T18:38:06.948Z Downloaded untrusted v0.7.1
3352026-08-14T18:38:06.948Z Downloaded untrusted v0.9.0
3362026-08-14T18:38:06.948Z Downloaded derive_builder v0.20.2
3372026-08-14T18:38:06.952Z Downloaded unarray v0.1.4
3382026-08-14T18:38:06.952Z Downloaded chumsky v0.9.3
3392026-08-14T18:38:06.955Z Downloaded phf v0.13.1
3402026-08-14T18:38:06.956Z Downloaded ppv-lite86 v0.2.21
3412026-08-14T18:38:06.956Z Downloaded slab v0.4.12
3422026-08-14T18:38:06.960Z Downloaded scroll v0.13.0
3432026-08-14T18:38:06.963Z Downloaded argon2 v0.6.0-rc.8
3442026-08-14T18:38:06.963Z Downloaded smf v0.2.3
3452026-08-14T18:38:06.963Z Downloaded slog-stdlog v4.1.1
3462026-08-14T18:38:06.968Z Downloaded utf-8 v0.7.6
3472026-08-14T18:38:06.968Z Downloaded want v0.3.1
3482026-08-14T18:38:06.972Z Downloaded spki v0.7.3
3492026-08-14T18:38:06.972Z Downloaded spki v0.8.0
3502026-08-14T18:38:06.972Z Downloaded stringprep v0.1.5
3512026-08-14T18:38:06.972Z Downloaded strum_macros v0.24.3
3522026-08-14T18:38:06.997Z Downloaded headers v0.4.1
3532026-08-14T18:38:06.997Z Downloaded diesel_table_macro_syntax v0.3.0
3542026-08-14T18:38:06.997Z Downloaded zerofrom v0.1.6
3552026-08-14T18:38:06.997Z Downloaded derive_more v0.99.20
3562026-08-14T18:38:06.997Z Downloaded hickory-client v0.25.2
3572026-08-14T18:38:06.997Z Downloaded hybrid-array v0.4.13
3582026-08-14T18:38:06.997Z Downloaded oso v0.27.3
3592026-08-14T18:38:06.997Z Downloaded zone v0.3.1
3602026-08-14T18:38:06.997Z Downloaded dof v0.4.0
3612026-08-14T18:38:06.997Z Downloaded const_format v0.2.35
3622026-08-14T18:38:06.997Z Downloaded display-error-chain v0.2.2
3632026-08-14T18:38:06.997Z Downloaded downcast-rs v2.0.2
3642026-08-14T18:38:06.997Z Downloaded icu_properties v2.1.2
3652026-08-14T18:38:06.997Z Downloaded dtrace-parser v0.2.0
3662026-08-14T18:38:06.997Z Downloaded rustls-pemfile v2.2.0
3672026-08-14T18:38:06.997Z Downloaded icu_locale_core v2.1.1
3682026-08-14T18:38:06.997Z Downloaded tinystr v0.8.2
3692026-08-14T18:38:06.997Z Downloaded tls_codec v0.4.2
3702026-08-14T18:38:06.998Z Downloaded tls_codec_derive v0.4.2
3712026-08-14T18:38:07.004Z Downloaded tower-layer v0.3.3
3722026-08-14T18:38:07.004Z Downloaded toml_writer v1.1.1+spec-1.1.0
3732026-08-14T18:38:07.004Z Downloaded hickory-resolver v0.24.4
3742026-08-14T18:38:07.004Z Downloaded ingot-macros v0.2.0
3752026-08-14T18:38:07.004Z Downloaded ignore v0.4.25
3762026-08-14T18:38:07.004Z Downloaded indexmap v1.9.3
3772026-08-14T18:38:07.007Z Downloaded errno v0.3.14
3782026-08-14T18:38:07.007Z Downloaded criterion v0.7.0
3792026-08-14T18:38:07.014Z Downloaded crc-any v2.5.0
3802026-08-14T18:38:07.014Z Downloaded target-lexicon v0.13.3
3812026-08-14T18:38:07.014Z Downloaded thiserror v2.0.18
3822026-08-14T18:38:07.014Z Downloaded thiserror-impl v1.0.69
3832026-08-14T18:38:07.014Z Downloaded env_filter v1.0.0
3842026-08-14T18:38:07.018Z Downloaded target-spec v3.5.7
3852026-08-14T18:38:07.018Z Downloaded thiserror v1.0.69
3862026-08-14T18:38:07.018Z Downloaded hickory-resolver v0.25.2
3872026-08-14T18:38:07.021Z Downloaded fd-lock v4.0.4
3882026-08-14T18:38:07.021Z Downloaded flagset v0.4.7
3892026-08-14T18:38:07.027Z Downloaded is_ci v1.2.0
3902026-08-14T18:38:07.027Z Downloaded compact_str v0.8.1
3912026-08-14T18:38:07.028Z Downloaded foreign-types v0.3.2
3922026-08-14T18:38:07.028Z Downloaded vergen-lib v0.1.6
3932026-08-14T18:38:07.028Z Downloaded vsss-rs v3.3.4
3942026-08-14T18:38:07.028Z Downloaded xattr v1.6.1
3952026-08-14T18:38:07.032Z Downloaded futures-core v0.3.32
3962026-08-14T18:38:07.032Z Downloaded linkme-impl v0.3.35
3972026-08-14T18:38:07.032Z Downloaded futures-io v0.3.32
3982026-08-14T18:38:07.032Z Downloaded bytes v1.11.1
3992026-08-14T18:38:07.032Z Downloaded spin v0.9.8
4002026-08-14T18:38:07.036Z Downloaded tui-tree-widget v0.23.1
4012026-08-14T18:38:07.036Z Downloaded usdt-impl v0.6.0
4022026-08-14T18:38:07.042Z Downloaded lzss v0.8.2
4032026-08-14T18:38:07.042Z Downloaded macaddr v1.0.1
4042026-08-14T18:38:07.042Z Downloaded serde_with_macros v3.21.0
4052026-08-14T18:38:07.045Z Downloaded p256 v0.14.0
4062026-08-14T18:38:07.045Z Downloaded digest v0.11.3
4072026-08-14T18:38:07.049Z Downloaded ecdsa v0.16.9
4082026-08-14T18:38:07.049Z Downloaded ed25519 v3.0.0
4092026-08-14T18:38:07.049Z Downloaded whoami v1.6.1
4102026-08-14T18:38:07.049Z Downloaded lazy_static v1.5.0
4112026-08-14T18:38:07.052Z Downloaded keccak v0.1.6
4122026-08-14T18:38:07.057Z Downloaded der v0.7.10
4132026-08-14T18:38:07.057Z Downloaded ryu v1.0.23
4142026-08-14T18:38:07.060Z Downloaded semver v1.0.28
4152026-08-14T18:38:07.063Z Downloaded nibble_vec v0.1.0
4162026-08-14T18:38:07.064Z Downloaded normalize-line-endings v0.3.0
4172026-08-14T18:38:07.064Z Downloaded num-conv v0.2.0
4182026-08-14T18:38:07.067Z Downloaded zstd-safe v7.2.4
4192026-08-14T18:38:07.070Z Downloaded unicode-properties v0.1.4
4202026-08-14T18:38:07.073Z Downloaded icu_normalizer v2.1.1
4212026-08-14T18:38:07.074Z Downloaded hyper-util v0.1.20
4222026-08-14T18:38:07.079Z Downloaded icu_normalizer_data v2.1.1
4232026-08-14T18:38:07.082Z Downloaded foreign-types v0.5.0
4242026-08-14T18:38:07.082Z Downloaded num_threads v0.1.7
4252026-08-14T18:38:07.086Z Downloaded similar v2.7.0
4262026-08-14T18:38:07.086Z Downloaded yasna v0.5.2
4272026-08-14T18:38:07.090Z Downloaded async-object-pool v0.2.0
4282026-08-14T18:38:07.090Z Downloaded assert_matches v1.5.0
4292026-08-14T18:38:07.094Z Downloaded base64 v0.21.7
4302026-08-14T18:38:07.094Z Downloaded trybuild v1.0.116
4312026-08-14T18:38:07.097Z Downloaded prettyplease v0.2.37
4322026-08-14T18:38:07.101Z Downloaded fs_extra v1.3.0
4332026-08-14T18:38:07.101Z Downloaded futures-executor v0.3.32
4342026-08-14T18:38:07.105Z Downloaded async-recursion v1.1.1
4352026-08-14T18:38:07.105Z Downloaded subprocess v0.2.15
4362026-08-14T18:38:07.116Z Downloaded password-hash v0.6.1
4372026-08-14T18:38:07.121Z Downloaded parse-display v0.10.0
4382026-08-14T18:38:07.121Z Downloaded signal-hook v0.3.18
4392026-08-14T18:38:07.121Z Downloaded walkdir v2.5.0
4402026-08-14T18:38:07.121Z Downloaded bitfield-macros v0.19.4
4412026-08-14T18:38:07.124Z Downloaded predicates-core v1.0.10
4422026-08-14T18:38:07.125Z Downloaded cfg-if v1.0.4
4432026-08-14T18:38:07.128Z Downloaded rayon-core v1.13.0
4442026-08-14T18:38:07.135Z Downloaded heapless v0.8.0
4452026-08-14T18:38:07.139Z Downloaded heapless v0.7.17
4462026-08-14T18:38:07.142Z Downloaded ref-cast v1.0.25
4472026-08-14T18:38:07.146Z Downloaded progenitor-impl v0.14.0
4482026-08-14T18:38:07.149Z Downloaded psl-types v2.0.11
4492026-08-14T18:38:07.153Z Downloaded proc-macro-error-attr v1.0.4
4502026-08-14T18:38:07.156Z Downloaded progenitor-macro v0.13.0
4512026-08-14T18:38:07.157Z Downloaded darling_core v0.23.0
4522026-08-14T18:38:07.157Z Downloaded scuffle v0.1.0
4532026-08-14T18:38:07.160Z Downloaded darling_core v0.20.11
4542026-08-14T18:38:07.164Z Downloaded num-complex v0.4.6
4552026-08-14T18:38:07.164Z Downloaded aead v0.5.2
4562026-08-14T18:38:07.164Z Downloaded crypto-bigint v0.5.5
4572026-08-14T18:38:07.168Z Downloaded rustc-hash v2.1.1
4582026-08-14T18:38:07.168Z Downloaded module-lattice v0.2.3
4592026-08-14T18:38:07.168Z Downloaded multer v3.1.0
4602026-08-14T18:38:07.168Z Downloaded test-strategy v0.4.5
4612026-08-14T18:38:07.172Z Downloaded tokio-stream v0.1.18
4622026-08-14T18:38:07.172Z Downloaded bit-vec v0.6.3
4632026-08-14T18:38:07.176Z Downloaded byteorder v1.5.0
4642026-08-14T18:38:07.176Z Downloaded serde_bytes v0.11.19
4652026-08-14T18:38:07.176Z Downloaded anstyle-parse v1.0.0
4662026-08-14T18:38:07.176Z Downloaded toml v1.1.2+spec-1.1.0
4672026-08-14T18:38:07.179Z Downloaded guppy v0.17.25
4682026-08-14T18:38:07.182Z Downloaded sha1 v0.10.6
4692026-08-14T18:38:07.183Z Downloaded qorb v0.4.1
4702026-08-14T18:38:07.186Z Downloaded getrandom v0.2.17
4712026-08-14T18:38:07.186Z Downloaded anstream v1.0.0
4722026-08-14T18:38:07.189Z Downloaded cexpr v0.6.0
4732026-08-14T18:38:07.190Z Downloaded crossterm v0.28.1
4742026-08-14T18:38:07.193Z Downloaded signature v2.2.0
4752026-08-14T18:38:07.193Z Downloaded signature v3.0.0
4762026-08-14T18:38:07.193Z Downloaded slog-bunyan v2.5.0
4772026-08-14T18:38:07.193Z Downloaded des v0.9.0
4782026-08-14T18:38:07.196Z Downloaded hashbrown v0.13.2
4792026-08-14T18:38:07.197Z Downloaded icu_collections v2.1.1
4802026-08-14T18:38:07.200Z Downloaded serde_yaml v0.9.34+deprecated
4812026-08-14T18:38:07.203Z Downloaded parse-display-derive v0.10.0
4822026-08-14T18:38:07.204Z Downloaded parse-size v1.1.0
4832026-08-14T18:38:07.204Z Downloaded bitfield-struct v0.6.2
4842026-08-14T18:38:07.204Z Downloaded bitflags v1.3.2
4852026-08-14T18:38:07.208Z Downloaded oxide-update-engine v0.1.2
4862026-08-14T18:38:07.208Z Downloaded camino-tempfile v1.4.1
4872026-08-14T18:38:07.208Z Downloaded cassowary v0.3.0
4882026-08-14T18:38:07.208Z Downloaded owo-colors v3.5.0
4892026-08-14T18:38:07.208Z Downloaded strsim v0.11.1
4902026-08-14T18:38:07.213Z Downloaded sqlparser_derive v0.5.0
4912026-08-14T18:38:07.213Z Downloaded tap v1.0.1
4922026-08-14T18:38:07.213Z Downloaded supports-color v2.1.0
4932026-08-14T18:38:07.213Z Downloaded swrite v0.1.0
4942026-08-14T18:38:07.213Z Downloaded der v0.8.0
4952026-08-14T18:38:07.218Z Downloaded http v1.4.2
4962026-08-14T18:38:07.218Z Downloaded pkg-config v0.3.32
4972026-08-14T18:38:07.218Z Downloaded primefield v0.14.0
4982026-08-14T18:38:07.218Z Downloaded indexmap v2.14.0
4992026-08-14T18:38:07.221Z Downloaded internal-russh-num-bigint v0.5.0
5002026-08-14T18:38:07.225Z Downloaded elliptic-curve v0.14.1
5012026-08-14T18:38:07.225Z Downloaded progenitor-impl v0.13.0
5022026-08-14T18:38:07.225Z Downloaded rand_chacha v0.9.0
5032026-08-14T18:38:07.228Z Downloaded rand_core v0.6.4
5042026-08-14T18:38:07.228Z Downloaded rpassword v7.5.4
5052026-08-14T18:38:07.228Z Downloaded time-core v0.1.8
5062026-08-14T18:38:07.232Z Downloaded proc-macro-error v1.0.4
5072026-08-14T18:38:07.232Z Downloaded psm v0.1.30
5082026-08-14T18:38:07.232Z Downloaded tokio-test v0.4.5
5092026-08-14T18:38:07.235Z Downloaded serde v1.0.228
5102026-08-14T18:38:07.239Z Downloaded anstyle v1.0.14
5112026-08-14T18:38:07.239Z Downloaded tokio-macros v2.7.0
5122026-08-14T18:38:07.242Z Downloaded once_cell v1.21.3
5132026-08-14T18:38:07.242Z Downloaded fatfs v0.3.6
5142026-08-14T18:38:07.242Z Downloaded topological-sort v0.2.2
5152026-08-14T18:38:07.242Z Downloaded try-lock v0.2.5
5162026-08-14T18:38:07.245Z Downloaded unicode-linebreak v0.1.5
5172026-08-14T18:38:07.248Z Downloaded async-bb8-diesel v0.2.1
5182026-08-14T18:38:07.248Z Downloaded serde-hex v0.1.0
5192026-08-14T18:38:07.248Z Downloaded serde_tokenstream v0.2.3
5202026-08-14T18:38:07.252Z Downloaded serde_with_macros v1.5.2
5212026-08-14T18:38:07.252Z Downloaded universal-hash v0.6.1
5222026-08-14T18:38:07.252Z Downloaded libloading v0.8.9
5232026-08-14T18:38:07.252Z Downloaded serdect v0.4.3
5242026-08-14T18:38:07.255Z Downloaded slog-scope v4.4.1
5252026-08-14T18:38:07.255Z Downloaded schemars_derive v0.8.22
5262026-08-14T18:38:07.255Z Downloaded serde_plain v1.0.2
5272026-08-14T18:38:07.256Z Downloaded log v0.4.29
5282026-08-14T18:38:07.259Z Downloaded usdt v0.6.0
5292026-08-14T18:38:07.259Z Downloaded bumpalo v3.20.2
5302026-08-14T18:38:07.262Z Downloaded ssh-cipher v0.3.0
5312026-08-14T18:38:07.266Z Downloaded strum_macros v0.26.4
5322026-08-14T18:38:07.266Z Downloaded hickory-server v0.25.2
5332026-08-14T18:38:07.269Z Downloaded phf v0.12.1
5342026-08-14T18:38:07.269Z Downloaded pkcs1 v0.7.5
5352026-08-14T18:38:07.272Z Downloaded hashbrown v0.12.3
5362026-08-14T18:38:07.272Z Downloaded dirs-sys-next v0.1.2
5372026-08-14T18:38:07.272Z Downloaded embedded-io v0.6.1
5382026-08-14T18:38:07.276Z Downloaded pkcs8 v0.11.0
5392026-08-14T18:38:07.279Z Downloaded postgres-types v0.2.12
5402026-08-14T18:38:07.279Z Downloaded wnaf v0.14.0
5412026-08-14T18:38:07.282Z Downloaded toml_edit v0.19.15
5422026-08-14T18:38:07.291Z Downloaded xshell-macros v0.2.7
5432026-08-14T18:38:07.294Z Downloaded resolv-conf v0.7.6
5442026-08-14T18:38:07.294Z Downloaded escape8259 v0.5.3
5452026-08-14T18:38:07.294Z Downloaded termios v0.3.3
5462026-08-14T18:38:07.298Z Downloaded fastrand v2.3.0
5472026-08-14T18:38:07.302Z Downloaded funty v2.0.0
5482026-08-14T18:38:07.305Z Downloaded foreign-types-shared v0.3.1
5492026-08-14T18:38:07.309Z Downloaded fxhash v0.2.1
5502026-08-14T18:38:07.309Z Downloaded generic-array v0.14.7
5512026-08-14T18:38:07.312Z Downloaded usdt-impl v0.5.0
5522026-08-14T18:38:07.315Z Downloaded flume v0.11.1
5532026-08-14T18:38:07.315Z Downloaded lru v0.12.5
5542026-08-14T18:38:07.320Z Downloaded linked-hash-map v0.5.6
5552026-08-14T18:38:07.323Z Downloaded md-5 v0.10.6
5562026-08-14T18:38:07.323Z Downloaded md5 v0.8.0
5572026-08-14T18:38:07.326Z Downloaded memmap v0.7.0
5582026-08-14T18:38:07.326Z Downloaded rand v0.10.1
5592026-08-14T18:38:07.331Z Downloaded new_debug_unreachable v1.0.6
5602026-08-14T18:38:07.331Z Downloaded cfg-expr v0.20.6
5612026-08-14T18:38:07.334Z Downloaded vergen-gitcl v1.0.8
5622026-08-14T18:38:07.337Z Downloaded nested v0.1.1
5632026-08-14T18:38:07.338Z Downloaded num_enum_derive v0.5.11
5642026-08-14T18:38:07.338Z Downloaded knuffel v3.2.0
5652026-08-14T18:38:07.341Z Downloaded atty v0.2.14
5662026-08-14T18:38:07.341Z Downloaded term v0.7.0
5672026-08-14T18:38:07.348Z Downloaded xshell v0.2.7
5682026-08-14T18:38:07.353Z Downloaded pathdiff v0.2.3
5692026-08-14T18:38:07.357Z Downloaded zstd v0.13.3
5702026-08-14T18:38:07.357Z Downloaded array-init v0.0.4
5712026-08-14T18:38:07.357Z Downloaded bit-set v0.8.0
5722026-08-14T18:38:07.357Z Downloaded iri-string v0.7.10
5732026-08-14T18:38:07.361Z Downloaded idna v1.1.0
5742026-08-14T18:38:07.365Z Downloaded toml v0.8.23
5752026-08-14T18:38:07.368Z Downloaded rcgen v0.12.1
5762026-08-14T18:38:07.372Z Downloaded ena v0.14.4
5772026-08-14T18:38:07.372Z Downloaded foldhash v0.1.5
5782026-08-14T18:38:07.372Z Downloaded potential_utf v0.1.4
5792026-08-14T18:38:07.375Z Downloaded crossterm v0.29.0
5802026-08-14T18:38:07.379Z Downloaded radium v0.7.0
5812026-08-14T18:38:07.382Z Downloaded hkdf v0.12.4
5822026-08-14T18:38:07.386Z Downloaded plotters-backend v0.3.7
5832026-08-14T18:38:07.386Z Downloaded powerfmt v0.2.0
5842026-08-14T18:38:07.386Z Downloaded precomputed-hash v0.1.1
5852026-08-14T18:38:07.386Z Downloaded progenitor-client v0.14.0
5862026-08-14T18:38:07.386Z Downloaded rand_xorshift v0.4.0
5872026-08-14T18:38:07.389Z Downloaded hashbrown v0.17.0
5882026-08-14T18:38:07.392Z Downloaded twox-hash v2.1.2
5892026-08-14T18:38:07.392Z Downloaded keccak v0.2.0
5902026-08-14T18:38:07.392Z Downloaded libefi-sys v0.1.0
5912026-08-14T18:38:07.395Z Downloaded libtest-mimic v0.8.1
5922026-08-14T18:38:07.395Z Downloaded lock_api v0.4.14
5932026-08-14T18:38:07.398Z Downloaded recursive-proc-macro-impl v0.1.1
5942026-08-14T18:38:07.399Z Downloaded rustc_version v0.1.7
5952026-08-14T18:38:07.399Z Downloaded rustc_version v0.4.1
5962026-08-14T18:38:07.399Z Downloaded rfc6979 v0.4.0
5972026-08-14T18:38:07.399Z Downloaded scroll_derive v0.13.1
5982026-08-14T18:38:07.399Z Downloaded serde_regex v1.1.0
5992026-08-14T18:38:07.402Z Downloaded native-tls v0.2.18
6002026-08-14T18:38:07.407Z Downloaded num-rational v0.4.2
6012026-08-14T18:38:07.407Z Downloaded hashbrown v0.14.5
6022026-08-14T18:38:07.410Z Downloaded argon2 v0.5.3
6032026-08-14T18:38:07.414Z Downloaded miette v5.10.0
6042026-08-14T18:38:07.414Z Downloaded minimal-lexical v0.2.1
6052026-08-14T18:38:07.417Z Downloaded pest_meta v2.8.6
6062026-08-14T18:38:07.420Z Downloaded num_enum_derive v0.7.6
6072026-08-14T18:38:07.420Z Downloaded hashbrown v0.15.5
6082026-08-14T18:38:07.423Z Downloaded byte-wrapper v0.1.0
6092026-08-14T18:38:07.427Z Downloaded zerocopy-derive v0.8.40
6102026-08-14T18:38:07.433Z Downloaded autocfg v1.5.0
6112026-08-14T18:38:07.436Z Downloaded cast v0.3.0
6122026-08-14T18:38:07.436Z Downloaded sponge-cursor v0.1.0
6132026-08-14T18:38:07.436Z Downloaded paste v1.0.15
6142026-08-14T18:38:07.439Z Downloaded pem-rfc7468 v0.7.0
6152026-08-14T18:38:07.439Z Downloaded rsa v0.10.0-rc.18
6162026-08-14T18:38:07.443Z Downloaded textwrap v0.15.2
6172026-08-14T18:38:07.446Z Downloaded textwrap v0.16.2
6182026-08-14T18:38:07.446Z Downloaded supports-color v3.0.2
6192026-08-14T18:38:07.446Z Downloaded take_mut v0.2.2
6202026-08-14T18:38:07.450Z Downloaded expectorate v1.2.0
6212026-08-14T18:38:07.450Z Downloaded tinyvec v1.10.0
6222026-08-14T18:38:07.450Z Downloaded oxnet v0.1.6
6232026-08-14T18:38:07.453Z Downloaded pin-project-internal v1.1.11
6242026-08-14T18:38:07.453Z Downloaded termtree v0.5.1
6252026-08-14T18:38:07.453Z Downloaded testing_table v0.3.0
6262026-08-14T18:38:07.456Z Downloaded postgres-protocol v0.6.10
6272026-08-14T18:38:07.456Z Downloaded progenitor-extras v0.2.0
6282026-08-14T18:38:07.456Z Downloaded toml_datetime v0.6.11
6292026-08-14T18:38:07.462Z Downloaded quote v1.0.45
6302026-08-14T18:38:07.465Z Downloaded rfc6979 v0.6.0
6312026-08-14T18:38:07.465Z Downloaded scrypt v0.12.0
6322026-08-14T18:38:07.468Z Downloaded simd-adler32 v0.3.8
6332026-08-14T18:38:07.468Z Downloaded usdt-macro v0.5.0
6342026-08-14T18:38:07.468Z Downloaded chrono v0.4.45
6352026-08-14T18:38:07.472Z Downloaded trait-variant v0.1.2
6362026-08-14T18:38:07.475Z Downloaded zone_cfg_derive v0.3.1
6372026-08-14T18:38:07.475Z Downloaded document-features v0.2.12
6382026-08-14T18:38:07.475Z Downloaded toml_write v0.1.2
6392026-08-14T18:38:07.475Z Downloaded typify-macro v0.6.2
6402026-08-14T18:38:07.475Z Downloaded unicode-xid v0.2.6
6412026-08-14T18:38:07.479Z Downloaded uuid v1.23.4
6422026-08-14T18:38:07.479Z Downloaded slog-async v2.8.0
6432026-08-14T18:38:07.482Z Downloaded anyhow v1.0.102
6442026-08-14T18:38:07.482Z Downloaded rustc-demangle v0.1.27
6452026-08-14T18:38:07.485Z Downloaded p384 v0.14.0
6462026-08-14T18:38:07.488Z Downloaded shlex v1.3.0
6472026-08-14T18:38:07.488Z Downloaded version_check v0.9.5
6482026-08-14T18:38:07.488Z Downloaded void v1.0.2
6492026-08-14T18:38:07.488Z Downloaded vte v0.14.1
6502026-08-14T18:38:07.491Z Downloaded zerocopy-derive v0.7.35
6512026-08-14T18:38:07.495Z Downloaded hkdf v0.13.0
6522026-08-14T18:38:07.495Z Downloaded blake2 v0.11.0-rc.6
6532026-08-14T18:38:07.498Z Downloaded blake2b_simd v1.0.4
6542026-08-14T18:38:07.498Z Downloaded icu_properties_data v2.1.2
6552026-08-14T18:38:07.502Z Downloaded slog-json v2.6.1
6562026-08-14T18:38:07.505Z Downloaded static_assertions v1.1.0
6572026-08-14T18:38:07.505Z Downloaded owo-colors v4.3.0
6582026-08-14T18:38:07.505Z Downloaded string_cache v0.8.9
6592026-08-14T18:38:07.508Z Downloaded equivalent v1.0.2
6602026-08-14T18:38:07.508Z Downloaded dsl_auto_type v0.2.0
6612026-08-14T18:38:07.508Z Downloaded hyper v1.10.1
6622026-08-14T18:38:07.511Z Downloaded rsa v0.9.10
6632026-08-14T18:38:07.515Z Downloaded synstructure v0.13.2
6642026-08-14T18:38:07.518Z Downloaded pkcs8 v0.10.2
6652026-08-14T18:38:07.518Z Downloaded toml_edit v0.22.27
6662026-08-14T18:38:07.521Z Downloaded maybe-uninit v2.0.0
6672026-08-14T18:38:07.521Z Downloaded futures v0.3.32
6682026-08-14T18:38:07.524Z Downloaded aes-gcm v0.11.0
6692026-08-14T18:38:07.528Z Downloaded time-macros v0.2.27
6702026-08-14T18:38:07.528Z Downloaded schemars v0.9.0
6712026-08-14T18:38:07.535Z Downloaded unicode-normalization v0.1.25
6722026-08-14T18:38:07.538Z Downloaded futures-sink v0.3.32
6732026-08-14T18:38:07.538Z Downloaded futures-task v0.3.32
6742026-08-14T18:38:07.541Z Downloaded kem v0.3.0
6752026-08-14T18:38:07.541Z Downloaded async-compression v0.4.41
6762026-08-14T18:38:07.545Z Downloaded sha2 v0.11.0
6772026-08-14T18:38:07.548Z Downloaded uzers v0.12.2
6782026-08-14T18:38:07.548Z Downloaded zerovec-derive v0.11.2
6792026-08-14T18:38:07.548Z Downloaded digest v0.10.7
6802026-08-14T18:38:07.552Z Downloaded block-padding v0.4.2
6812026-08-14T18:38:07.552Z Downloaded ssh-key v0.7.0-rc.11
6822026-08-14T18:38:07.555Z Downloaded nanorand v0.7.0
6832026-08-14T18:38:07.558Z Downloaded mime v0.3.17
6842026-08-14T18:38:07.558Z Downloaded newtype-uuid-macros v0.1.0
6852026-08-14T18:38:07.558Z Downloaded nodrop v0.1.14
6862026-08-14T18:38:07.558Z Downloaded anstyle-query v1.1.5
6872026-08-14T18:38:07.561Z Downloaded zerovec v0.11.5
6882026-08-14T18:38:07.561Z Downloaded zerotrie v0.2.3
6892026-08-14T18:38:07.564Z Downloaded base16ct v1.0.0
6902026-08-14T18:38:07.567Z Downloaded env_logger v0.11.9
6912026-08-14T18:38:07.571Z Downloaded fixedbitset v0.5.7
6922026-08-14T18:38:07.571Z Downloaded fs-err v2.11.0
6932026-08-14T18:38:07.571Z Downloaded cargo-platform v0.3.2
6942026-08-14T18:38:07.571Z Downloaded memchr v2.8.0
6952026-08-14T18:38:07.574Z Downloaded hashbrown v0.16.1
6962026-08-14T18:38:07.577Z Downloaded snafu-derive v0.8.9
6972026-08-14T18:38:07.580Z Downloaded drift v0.2.0
6982026-08-14T18:38:07.585Z Downloaded clap_builder v4.6.0
6992026-08-14T18:38:07.589Z Downloaded yoke v0.8.1
7002026-08-14T18:38:07.592Z Downloaded tower-http v0.6.8
7012026-08-14T18:38:07.596Z Downloaded itoa v1.0.17
7022026-08-14T18:38:07.599Z Downloaded proc-macro-crate v3.4.0
7032026-08-14T18:38:07.599Z Downloaded rand_chacha v0.3.1
7042026-08-14T18:38:07.599Z Downloaded regex v1.12.3
7052026-08-14T18:38:07.603Z Downloaded ref-cast-impl v1.0.25
7062026-08-14T18:38:07.603Z Downloaded crypto-primes v0.7.2
7072026-08-14T18:38:07.606Z Downloaded rustls-webpki v0.103.13
7082026-08-14T18:38:07.609Z Downloaded linkme v0.3.35
7092026-08-14T18:38:07.609Z Downloaded nu-ansi-term v0.50.3
7102026-08-14T18:38:07.613Z Downloaded num-integer v0.1.46
7112026-08-14T18:38:07.613Z Downloaded same-file v1.0.6
7122026-08-14T18:38:07.613Z Downloaded supports-unicode v2.1.0
7132026-08-14T18:38:07.613Z Downloaded tokio-rustls v0.26.4
7142026-08-14T18:38:07.616Z Downloaded foldhash v0.2.0
7152026-08-14T18:38:07.616Z Downloaded futures-timer v3.0.3
7162026-08-14T18:38:07.616Z Downloaded knuffel-derive v3.2.0
7172026-08-14T18:38:07.619Z Downloaded libsw-core v0.3.2
7182026-08-14T18:38:07.619Z Downloaded secrecy v0.8.0
7192026-08-14T18:38:07.619Z Downloaded sigpipe v0.1.3
7202026-08-14T18:38:07.619Z Downloaded similar-asserts v1.7.0
7212026-08-14T18:38:07.622Z Downloaded papergrid v0.11.0
7222026-08-14T18:38:07.626Z Downloaded term v1.2.1
7232026-08-14T18:38:07.626Z Downloaded arrayvec v0.7.6
7242026-08-14T18:38:07.630Z Downloaded async-trait v0.1.89
7252026-08-14T18:38:07.630Z Downloaded goblin v0.8.2
7262026-08-14T18:38:07.636Z Downloaded thiserror-impl-no-std v2.0.2
7272026-08-14T18:38:07.636Z Downloaded tokio-util v0.7.18
7282026-08-14T18:38:07.639Z Downloaded tower-service v0.3.3
7292026-08-14T18:38:07.639Z Downloaded usdt-macro v0.6.0
7302026-08-14T18:38:07.639Z Downloaded base64 v0.22.1
7312026-08-14T18:38:07.642Z Downloaded target-triple v1.0.0
7322026-08-14T18:38:07.642Z Downloaded strip-ansi-escapes v0.2.1
7332026-08-14T18:38:07.643Z Downloaded h2 v0.4.15
7342026-08-14T18:38:07.646Z Downloaded schemars v0.8.22
7352026-08-14T18:38:07.652Z Downloaded serde_derive v1.0.228
7362026-08-14T18:38:07.655Z Downloaded writeable v0.6.2
7372026-08-14T18:38:07.655Z Downloaded oxide-update-engine-display v0.1.2
7382026-08-14T18:38:07.659Z Downloaded enum_dispatch v0.3.13
7392026-08-14T18:38:07.659Z Downloaded pem v3.0.6
7402026-08-14T18:38:07.659Z Downloaded dof v0.3.0
7412026-08-14T18:38:07.663Z Downloaded p521 v0.14.0
7422026-08-14T18:38:07.664Z Downloaded rayon v1.11.0
7432026-08-14T18:38:07.667Z Downloaded progenitor-macro v0.14.0
7442026-08-14T18:38:07.670Z Downloaded litemap v0.8.1
7452026-08-14T18:38:07.670Z Downloaded foreign-types-macros v0.2.3
7462026-08-14T18:38:07.670Z Downloaded gethostname v0.5.0
7472026-08-14T18:38:07.670Z Downloaded iddqd v0.4.2
7482026-08-14T18:38:07.675Z Downloaded rustls-native-certs v0.8.3
7492026-08-14T18:38:07.678Z Downloaded lalrpop-util v0.19.12
7502026-08-14T18:38:07.678Z Downloaded nonempty v0.12.0
7512026-08-14T18:38:07.678Z Downloaded fancy-regex v0.14.0
7522026-08-14T18:38:07.682Z Downloaded async-stream v0.3.6
7532026-08-14T18:38:07.682Z Downloaded flate2 v1.1.9
7542026-08-14T18:38:07.685Z Downloaded secrecy v0.10.3
7552026-08-14T18:38:07.685Z Downloaded ecdsa v0.17.0
7562026-08-14T18:38:07.688Z Downloaded zopfli v0.8.3
7572026-08-14T18:38:07.688Z Downloaded lru-cache v0.1.2
7582026-08-14T18:38:07.688Z Downloaded schemars v1.2.1
7592026-08-14T18:38:07.698Z Downloaded sec1 v0.8.1
7602026-08-14T18:38:07.701Z Downloaded support-bundle-viewer v0.1.2
7612026-08-14T18:38:07.701Z Downloaded thiserror-impl v2.0.18
7622026-08-14T18:38:07.701Z Downloaded tokio-tungstenite v0.21.0
7632026-08-14T18:38:07.704Z Downloaded opaque-debug v0.3.1
7642026-08-14T18:38:07.704Z Downloaded percent-encoding v2.3.2
7652026-08-14T18:38:07.704Z Downloaded toml_parser v1.1.2+spec-1.1.0
7662026-08-14T18:38:07.704Z Downloaded sqlformat v0.3.5
7672026-08-14T18:38:07.708Z Downloaded miette-derive v5.10.0
7682026-08-14T18:38:07.708Z Downloaded elliptic-curve v0.13.8
7692026-08-14T18:38:07.711Z Downloaded stringmetrics v2.2.2
7702026-08-14T18:38:07.711Z Downloaded zerocopy v0.7.35
7712026-08-14T18:38:07.719Z Downloaded chacha20 v0.10.0
7722026-08-14T18:38:07.723Z Downloaded whoami v2.1.0
7732026-08-14T18:38:07.723Z Downloaded openssl-probe v0.2.1
7742026-08-14T18:38:07.726Z Downloaded derive_more v2.1.1
7752026-08-14T18:38:07.731Z Downloaded zeroize v1.9.0
7762026-08-14T18:38:07.734Z Downloaded displaydoc v0.2.5
7772026-08-14T18:38:07.734Z Downloaded pest_generator v2.8.6
7782026-08-14T18:38:07.738Z Downloaded poly1305 v0.9.0
7792026-08-14T18:38:07.738Z Downloaded fnv v1.0.7
7802026-08-14T18:38:07.738Z Downloaded vergen-git2 v9.1.0
7812026-08-14T18:38:07.738Z Downloaded sync_wrapper v1.0.2
7822026-08-14T18:38:07.741Z Downloaded ml-kem v0.3.2
7832026-08-14T18:38:07.741Z Downloaded either v1.15.0
7842026-08-14T18:38:07.741Z Downloaded fallible-iterator v0.2.0
7852026-08-14T18:38:07.744Z Downloaded slog-envlogger v2.2.0
7862026-08-14T18:38:07.748Z Downloaded ed25519-dalek v3.0.0
7872026-08-14T18:38:07.752Z Downloaded dtrace-parser v0.3.0
7882026-08-14T18:38:07.755Z Downloaded cc v1.2.56
7892026-08-14T18:38:07.758Z Downloaded goblin v0.10.5
7902026-08-14T18:38:07.763Z Downloaded signal-hook-tokio v0.3.1
7912026-08-14T18:38:07.766Z Downloaded bs58 v0.5.1
7922026-08-14T18:38:07.766Z Downloaded strum v0.26.3
7932026-08-14T18:38:07.766Z Downloaded usdt-attr-macro v0.5.0
7942026-08-14T18:38:07.766Z Downloaded aead v0.6.1
7952026-08-14T18:38:07.769Z Downloaded path-tree v0.8.3
7962026-08-14T18:38:07.769Z Downloaded unicase v2.9.0
7972026-08-14T18:38:07.769Z Downloaded libsw v3.5.0
7982026-08-14T18:38:07.769Z Downloaded digest-io v0.1.0
7992026-08-14T18:38:07.773Z Downloaded typed-path v0.9.3
8002026-08-14T18:38:07.776Z Downloaded ucd-trie v0.1.7
8012026-08-14T18:38:07.776Z Downloaded futures-macro v0.3.32
8022026-08-14T18:38:07.776Z Downloaded ghash v0.6.0
8032026-08-14T18:38:07.776Z Downloaded jiff-static v0.2.34
8042026-08-14T18:38:07.776Z Downloaded mime_guess v2.0.5
8052026-08-14T18:38:07.781Z Downloaded libm v0.2.16
8062026-08-14T18:38:07.784Z Downloaded tinytemplate v1.2.1
8072026-08-14T18:38:07.784Z Downloaded base64ct v1.8.3
8082026-08-14T18:38:07.787Z Downloaded zip v4.6.1
8092026-08-14T18:38:07.790Z Downloaded oxide-update-engine-types v0.1.2
8102026-08-14T18:38:07.793Z Downloaded match_cfg v0.1.0
8112026-08-14T18:38:07.793Z Downloaded rust-argon2 v2.1.0
8122026-08-14T18:38:07.793Z Downloaded buf-list v1.1.2
8132026-08-14T18:38:07.797Z Downloaded bytecount v0.6.9
8142026-08-14T18:38:07.797Z Downloaded foreign-types-shared v0.1.1
8152026-08-14T18:38:07.797Z Downloaded find-msvc-tools v0.1.9
8162026-08-14T18:38:07.803Z Downloaded num-bigint-dig v0.8.6
8172026-08-14T18:38:07.806Z Downloaded reedline v0.40.0
8182026-08-14T18:38:07.810Z Downloaded pin-project v1.1.11
8192026-08-14T18:38:07.818Z Downloaded peg-runtime v0.8.5
8202026-08-14T18:38:07.822Z Downloaded diff v0.1.13
8212026-08-14T18:38:07.822Z Downloaded polyval v0.7.1
8222026-08-14T18:38:07.827Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8232026-08-14T18:38:07.827Z Downloaded newtype_derive v0.1.6
8242026-08-14T18:38:07.827Z Downloaded num v0.4.3
8252026-08-14T18:38:07.827Z Downloaded recursive v0.1.1
8262026-08-14T18:38:07.827Z Downloaded reqwest v0.13.2
8272026-08-14T18:38:07.830Z Downloaded embedded-io v0.4.0
8282026-08-14T18:38:07.830Z Downloaded itertools v0.10.5
8292026-08-14T18:38:07.833Z Downloaded backtrace-ext v0.2.1
8302026-08-14T18:38:07.834Z Downloaded semver v0.1.20
8312026-08-14T18:38:07.834Z Downloaded rusty-fork v0.3.1
8322026-08-14T18:38:07.837Z Downloaded smallvec v0.6.14
8332026-08-14T18:38:07.837Z Downloaded stacker v0.1.23
8342026-08-14T18:38:07.837Z Downloaded thiserror-no-std v2.0.2
8352026-08-14T18:38:07.840Z Downloaded num-bigint v0.4.6
8362026-08-14T18:38:07.843Z Downloaded slog-term v2.9.2
8372026-08-14T18:38:07.843Z Downloaded ahash v0.8.12
8382026-08-14T18:38:07.846Z Downloaded litrs v1.0.0
8392026-08-14T18:38:07.846Z Downloaded parking_lot v0.11.2
8402026-08-14T18:38:07.847Z Downloaded filetime v0.2.27
8412026-08-14T18:38:07.850Z Downloaded shell-words v1.1.1
8422026-08-14T18:38:07.850Z Downloaded chacha20poly1305 v0.10.1
8432026-08-14T18:38:07.850Z Downloaded itertools v0.13.0
8442026-08-14T18:38:07.853Z Downloaded unicode-segmentation v1.12.0
8452026-08-14T18:38:07.857Z Downloaded blake3 v1.8.5
8462026-08-14T18:38:07.860Z Downloaded steno v0.4.1
8472026-08-14T18:38:07.864Z Downloaded serde_urlencoded v0.7.1
8482026-08-14T18:38:07.867Z Downloaded zeroize_derive v1.5.0
8492026-08-14T18:38:07.867Z Downloaded zerocopy v0.6.6
8502026-08-14T18:38:07.867Z Downloaded quinn-udp v0.5.14
8512026-08-14T18:38:07.867Z Downloaded unsafe-libyaml v0.2.11
8522026-08-14T18:38:07.870Z Downloaded url v2.5.8
8532026-08-14T18:38:07.874Z Downloaded bitflags v2.11.0
8542026-08-14T18:38:07.874Z Downloaded structmeta-derive v0.3.0
8552026-08-14T18:38:07.877Z Downloaded strum v0.27.2
8562026-08-14T18:38:07.877Z Downloaded thread-id v4.2.2
8572026-08-14T18:38:07.877Z Downloaded pretty_assertions v1.4.1
8582026-08-14T18:38:07.877Z Downloaded usdt-attr-macro v0.6.0
8592026-08-14T18:38:07.877Z Downloaded endian-type v0.1.2
8602026-08-14T18:38:07.880Z Downloaded memoffset v0.9.1
8612026-08-14T18:38:07.883Z Downloaded oxide-tokio-rt v0.1.4
8622026-08-14T18:38:07.887Z Downloaded generic-array v1.4.3
8632026-08-14T18:38:07.890Z Downloaded salsa20 v0.11.0
8642026-08-14T18:38:07.893Z Downloaded linear-map v1.2.0
8652026-08-14T18:38:07.896Z Downloaded wait-timeout v0.2.1
8662026-08-14T18:38:07.900Z Downloaded zerofrom-derive v0.1.6
8672026-08-14T18:38:07.900Z Downloaded async-stream-impl v0.3.6
8682026-08-14T18:38:07.900Z Downloaded omicron-zone-package v0.12.3
8692026-08-14T18:38:07.903Z Downloaded difflib v0.4.0
8702026-08-14T18:38:07.903Z Downloaded serde_derive_internals v0.29.1
8712026-08-14T18:38:07.906Z Downloaded tough v0.22.0
8722026-08-14T18:38:07.911Z Downloaded primeorder v0.13.6
8732026-08-14T18:38:07.914Z Downloaded progenitor-client v0.13.0
8742026-08-14T18:38:07.914Z Downloaded tokio-native-tls v0.3.1
8752026-08-14T18:38:07.914Z Downloaded lru-slab v0.1.2
8762026-08-14T18:38:07.917Z Downloaded block-buffer v0.12.1
8772026-08-14T18:38:07.917Z Downloaded subtle v2.6.1
8782026-08-14T18:38:07.921Z Downloaded aws-lc-rs v1.16.3
8792026-08-14T18:38:07.924Z Downloaded vergen v9.1.0
8802026-08-14T18:38:07.927Z Downloaded num-traits v0.2.19
8812026-08-14T18:38:07.928Z Downloaded git2 v0.20.4
8822026-08-14T18:38:07.931Z Downloaded packed_struct_codegen v0.10.1
8832026-08-14T18:38:07.934Z Downloaded rtoolbox v0.0.3
8842026-08-14T18:38:07.934Z Downloaded proc-macro2 v1.0.106
8852026-08-14T18:38:07.934Z Downloaded rstest v0.25.0
8862026-08-14T18:38:07.938Z Downloaded prefix-trie v0.7.0
8872026-08-14T18:38:07.941Z Downloaded tokio-dtrace v0.1.1
8882026-08-14T18:38:07.941Z Downloaded serde_with v1.14.0
8892026-08-14T18:38:07.944Z Downloaded slog-dtrace v0.3.0
8902026-08-14T18:38:07.944Z Downloaded utf8parse v0.2.2
8912026-08-14T18:38:07.947Z Downloaded tabwriter v1.4.1
8922026-08-14T18:38:07.951Z Downloaded maplit v1.0.2
8932026-08-14T18:38:07.954Z Downloaded event-listener v5.4.1
8942026-08-14T18:38:07.958Z Downloaded dropshot-api-manager v0.7.2
8952026-08-14T18:38:07.961Z Downloaded fixedbitset v0.4.2
8962026-08-14T18:38:07.964Z Downloaded rustls-pki-types v1.14.0
8972026-08-14T18:38:07.967Z Downloaded ff v0.14.0
8982026-08-14T18:38:07.968Z Downloaded blake2 v0.10.6
8992026-08-14T18:38:07.971Z Downloaded dropshot-api-manager-types v0.7.2
9002026-08-14T18:38:07.974Z Downloaded typify v0.6.2
9012026-08-14T18:38:07.974Z Downloaded pkcs1 v0.8.0-rc.4
9022026-08-14T18:38:07.977Z Downloaded bzip2 v0.4.4
9032026-08-14T18:38:07.977Z Downloaded assert_cmd v2.1.2
9042026-08-14T18:38:07.982Z Downloaded cargo_metadata v0.23.1
9052026-08-14T18:38:07.982Z Downloaded newline-converter v0.3.0
9062026-08-14T18:38:07.982Z Downloaded path-slash v0.1.5
9072026-08-14T18:38:07.982Z Downloaded quick-error v1.2.3
9082026-08-14T18:38:07.982Z Downloaded scopeguard v1.2.0
9092026-08-14T18:38:07.986Z Downloaded bzip2 v0.6.1
9102026-08-14T18:38:07.986Z Downloaded base16ct v0.2.0
9112026-08-14T18:38:07.986Z Downloaded rand_pcg v0.10.2
9122026-08-14T18:38:07.990Z Downloaded pretty-hex v0.4.1
9132026-08-14T18:38:07.994Z Downloaded serde_spanned v0.6.9
9142026-08-14T18:38:07.994Z Downloaded newtype-uuid v1.3.2
9152026-08-14T18:38:07.999Z Downloaded tokio-postgres v0.7.16
9162026-08-14T18:38:07.999Z Downloaded phc v0.6.1
9172026-08-14T18:38:08.002Z Downloaded scroll v0.12.0
9182026-08-14T18:38:08.002Z Downloaded terminal_size v0.1.17
9192026-08-14T18:38:08.006Z Downloaded unicode-truncate v1.1.0
9202026-08-14T18:38:08.007Z Downloaded form_urlencoded v1.2.2
9212026-08-14T18:38:08.007Z Downloaded multimap v0.10.1
9222026-08-14T18:38:08.010Z Downloaded backtrace v0.3.76
9232026-08-14T18:38:08.013Z Downloaded portable-atomic v1.13.1
9242026-08-14T18:38:08.018Z Downloaded ssh-encoding v0.3.0
9252026-08-14T18:38:08.021Z Downloaded thread_local v1.1.9
9262026-08-14T18:38:08.024Z Downloaded vergen-lib v9.1.0
9272026-08-14T18:38:08.024Z Downloaded tempfile v3.25.0
9282026-08-14T18:38:08.028Z Downloaded winnow v0.5.40
9292026-08-14T18:38:08.031Z Downloaded kstat-rs v0.2.5
9302026-08-14T18:38:08.035Z Downloaded ed25519 v2.2.3
9312026-08-14T18:38:08.035Z Downloaded ed25519-dalek v2.2.0
9322026-08-14T18:38:08.038Z Downloaded rustls-platform-verifier v0.6.2
9332026-08-14T18:38:08.041Z Downloaded tar v0.4.46
9342026-08-14T18:38:08.041Z Downloaded fs-err v3.3.0
9352026-08-14T18:38:08.044Z Downloaded block-buffer v0.10.4
9362026-08-14T18:38:08.044Z Downloaded openssl-macros v0.1.1
9372026-08-14T18:38:08.048Z Downloaded usdt v0.5.0
9382026-08-14T18:38:08.048Z Downloaded camino-tempfile-ext v0.3.3
9392026-08-14T18:38:08.048Z Downloaded siphasher v1.0.2
9402026-08-14T18:38:08.051Z Downloaded utf8_iter v1.0.4
9412026-08-14T18:38:08.051Z Downloaded ff v0.13.1
9422026-08-14T18:38:08.055Z Downloaded toml_edit v0.23.10+spec-1.0.0
9432026-08-14T18:38:08.058Z Downloaded anstream v0.6.21
9442026-08-14T18:38:08.061Z Downloaded pbkdf2 v0.13.0
9452026-08-14T18:38:08.065Z Downloaded sync-ptr v0.1.4
9462026-08-14T18:38:08.065Z Downloaded float-ord v0.3.2
9472026-08-14T18:38:08.065Z Downloaded bb8 v0.8.6
9482026-08-14T18:38:08.065Z Downloaded pin-project-lite v0.2.17
9492026-08-14T18:38:08.068Z Downloaded managed v0.8.0
9502026-08-14T18:38:08.071Z Downloaded postcard v1.1.3
9512026-08-14T18:38:08.071Z Downloaded progenitor v0.13.0
9522026-08-14T18:38:08.075Z Downloaded strum_macros v0.27.2
9532026-08-14T18:38:08.078Z Downloaded serde_path_to_error v0.1.20
9542026-08-14T18:38:08.081Z Downloaded socket2 v0.6.3
9552026-08-14T18:38:08.081Z Downloaded syn v1.0.109
9562026-08-14T18:38:08.085Z Downloaded dyn-clone v1.0.20
9572026-08-14T18:38:08.089Z Downloaded russh v0.62.4
9582026-08-14T18:38:08.092Z Downloaded erased-serde v0.3.31
9592026-08-14T18:38:08.095Z Downloaded serde_spanned v1.1.1
9602026-08-14T18:38:08.095Z Downloaded rand_distr v0.5.1
9612026-08-14T18:38:08.095Z Downloaded sha2 v0.10.9
9622026-08-14T18:38:08.098Z Downloaded tungstenite v0.23.0
9632026-08-14T18:38:08.098Z Downloaded vcpkg v0.2.15
9642026-08-14T18:38:08.121Z Downloaded waitgroup v0.1.2
9652026-08-14T18:38:08.125Z Downloaded strsim v0.10.0
9662026-08-14T18:38:08.125Z Downloaded derive_more-impl v2.1.1
9672026-08-14T18:38:08.128Z Downloaded rand v0.8.6
9682026-08-14T18:38:08.128Z Downloaded num_enum v0.7.6
9692026-08-14T18:38:08.148Z Downloaded tinyvec_macros v0.1.1
9702026-08-14T18:38:08.149Z Downloaded predicates v3.1.4
9712026-08-14T18:38:08.149Z Downloaded num-derive v0.4.2
9722026-08-14T18:38:08.149Z Downloaded futures-channel v0.3.32
9732026-08-14T18:38:08.149Z Downloaded backoff v0.4.0
9742026-08-14T18:38:08.149Z Downloaded rand v0.9.2
9752026-08-14T18:38:08.149Z Downloaded enum-as-inner v0.6.1
9762026-08-14T18:38:08.149Z Downloaded universal-hash v0.5.1
9772026-08-14T18:38:08.149Z Downloaded yoke-derive v0.8.1
9782026-08-14T18:38:08.149Z Downloaded atomicwrites v0.4.4
9792026-08-14T18:38:08.149Z Downloaded cfg_aliases v0.1.1
9802026-08-14T18:38:08.149Z Downloaded scroll_derive v0.12.1
9812026-08-14T18:38:08.149Z Downloaded sha1 v0.11.0
9822026-08-14T18:38:08.149Z Downloaded allocator-api2 v0.2.21
9832026-08-14T18:38:08.149Z Downloaded itertools v0.12.1
9842026-08-14T18:38:08.149Z Downloaded ron v0.8.1
9852026-08-14T18:38:08.153Z Downloaded event-listener-strategy v0.5.4
9862026-08-14T18:38:08.154Z Downloaded salty v0.3.0
9872026-08-14T18:38:08.157Z Downloaded thread-id v5.1.0
9882026-08-14T18:38:08.157Z Downloaded tokio-tungstenite v0.23.1
9892026-08-14T18:38:08.157Z Downloaded libscf-sys v1.2.0
9902026-08-14T18:38:08.157Z Downloaded primeorder v0.14.0
9912026-08-14T18:38:08.157Z Downloaded aes v0.9.1
9922026-08-14T18:38:08.160Z Downloaded relative-path v1.9.3
9932026-08-14T18:38:08.160Z Downloaded olpc-cjson v0.1.4
9942026-08-14T18:38:08.160Z Downloaded quinn-proto v0.11.16
9952026-08-14T18:38:08.164Z Downloaded termcolor v1.4.1
9962026-08-14T18:38:08.167Z Downloaded num_enum v0.5.11
9972026-08-14T18:38:08.167Z Downloaded plain v0.2.3
9982026-08-14T18:38:08.171Z Downloaded aho-corasick v1.1.4
9992026-08-14T18:38:08.171Z Downloaded curve25519-dalek v4.1.3
10002026-08-14T18:38:08.175Z Downloaded dunce v1.0.5
10012026-08-14T18:38:08.179Z Downloaded toml v0.7.8
10022026-08-14T18:38:08.179Z Downloaded parking_lot_core v0.8.6
10032026-08-14T18:38:08.179Z Downloaded polar-core v0.27.3
10042026-08-14T18:38:08.183Z Downloaded russh-util v0.52.0
10052026-08-14T18:38:08.186Z Downloaded signal-hook-registry v1.4.8
10062026-08-14T18:38:08.186Z Downloaded unicode-bidi v0.3.18
10072026-08-14T18:38:08.186Z Downloaded wyz v0.5.1
10082026-08-14T18:38:08.187Z Downloaded is_terminal_polyfill v1.70.2
10092026-08-14T18:38:08.190Z Downloaded arrayref v0.3.9
10102026-08-14T18:38:08.190Z Downloaded stable_deref_trait v1.2.1
10112026-08-14T18:38:08.190Z Downloaded tabled_derive v0.7.0
10122026-08-14T18:38:08.190Z Downloaded dirs-next v2.0.0
10132026-08-14T18:38:08.190Z Downloaded float-cmp v0.10.0
10142026-08-14T18:38:08.190Z Downloaded crypto-bigint v0.7.5
10152026-08-14T18:38:08.199Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10162026-08-14T18:38:08.203Z Downloaded arc-swap v1.8.2
10172026-08-14T18:38:08.203Z Downloaded samael v0.0.19
10182026-08-14T18:38:08.206Z Downloaded ar_archive_writer v0.5.1
10192026-08-14T18:38:08.209Z Downloaded parking_lot v0.12.5
10202026-08-14T18:38:08.209Z Downloaded openssl-sys v0.9.117
10212026-08-14T18:38:08.212Z Downloaded rand_seeder v0.4.0
10222026-08-14T18:38:08.212Z Downloaded getrandom v0.3.4
10232026-08-14T18:38:08.216Z Downloaded backon v1.6.0
10242026-08-14T18:38:08.216Z Downloaded publicsuffix v2.3.0
10252026-08-14T18:38:08.219Z Downloaded zmij v1.0.21
10262026-08-14T18:38:08.219Z Downloaded diesel-dtrace v0.5.0
10272026-08-14T18:38:08.219Z Downloaded jobserver v0.1.34
10282026-08-14T18:38:08.224Z Downloaded num-iter v0.1.45
10292026-08-14T18:38:08.224Z Downloaded pem-rfc7468 v1.0.0
10302026-08-14T18:38:08.224Z Downloaded serde_cbor v0.11.2
10312026-08-14T18:38:08.224Z Downloaded cfg_aliases v0.2.1
10322026-08-14T18:38:08.224Z Downloaded dropshot_endpoint v0.17.1
10332026-08-14T18:38:08.229Z Downloaded papergrid v0.18.0
10342026-08-14T18:38:08.229Z Downloaded tracing-core v0.1.36
10352026-08-14T18:38:08.232Z Downloaded unicode-ident v1.0.24
10362026-08-14T18:38:08.232Z Downloaded miniz_oxide v0.8.9
10372026-08-14T18:38:08.232Z Downloaded tungstenite v0.21.0
10382026-08-14T18:38:08.235Z Downloaded port-file v0.1.0
10392026-08-14T18:38:08.238Z Downloaded bit-set v0.5.3
10402026-08-14T18:38:08.238Z Downloaded plotters v0.3.7
10412026-08-14T18:38:08.249Z Downloaded moka v0.12.13
10422026-08-14T18:38:08.254Z Downloaded jiff-core v0.1.0
10432026-08-14T18:38:08.258Z Downloaded serde_core v1.0.228
10442026-08-14T18:38:08.261Z Downloaded slog v2.8.2
10452026-08-14T18:38:08.261Z Downloaded rustyline v14.0.0
10462026-08-14T18:38:08.264Z Downloaded libbz2-rs-sys v0.2.2
10472026-08-14T18:38:08.267Z Downloaded bindgen v0.71.1
10482026-08-14T18:38:08.270Z Downloaded quinn v0.11.11
10492026-08-14T18:38:08.273Z Downloaded snafu v0.8.9
10502026-08-14T18:38:08.277Z Downloaded progenitor v0.14.0
10512026-08-14T18:38:08.280Z Downloaded tiny-keccak v2.0.2
10522026-08-14T18:38:08.284Z Downloaded pkcs5 v0.8.1
10532026-08-14T18:38:08.287Z Downloaded gimli v0.32.3
10542026-08-14T18:38:08.290Z Downloaded tracing-attributes v0.1.31
10552026-08-14T18:38:08.290Z Downloaded getrandom v0.4.1
10562026-08-14T18:38:08.294Z Downloaded memmap2 v0.9.10
10572026-08-14T18:38:08.294Z Downloaded tabled v0.21.0
10582026-08-14T18:38:08.304Z Downloaded yansi v1.0.1
10592026-08-14T18:38:08.307Z Downloaded rstest_macros v0.25.0
10602026-08-14T18:38:08.308Z Downloaded smallvec v1.15.1
10612026-08-14T18:38:08.313Z Downloaded unicode_categories v0.1.1
10622026-08-14T18:38:08.320Z Downloaded zip v0.6.6
10632026-08-14T18:38:08.323Z Downloaded typenum v1.20.1
10642026-08-14T18:38:08.326Z Downloaded pest v2.8.6
10652026-08-14T18:38:08.329Z Downloaded winnow v0.6.26
10662026-08-14T18:38:08.334Z Downloaded tower v0.5.3
10672026-08-14T18:38:08.339Z Downloaded radix_trie v0.2.1
10682026-08-14T18:38:08.342Z Downloaded diesel_derives v2.3.7
10692026-08-14T18:38:08.346Z Downloaded socket2 v0.5.10
10702026-08-14T18:38:08.355Z Downloaded syn v2.0.117
10712026-08-14T18:38:08.362Z Downloaded smoltcp v0.9.1
10722026-08-14T18:38:08.368Z Downloaded quick-xml v0.37.5
10732026-08-14T18:38:08.371Z Downloaded object v0.37.3
10742026-08-14T18:38:08.377Z Downloaded nom v8.0.0
10752026-08-14T18:38:08.385Z Downloaded nom v7.1.3
10762026-08-14T18:38:08.405Z Downloaded regress v0.10.5
10772026-08-14T18:38:08.413Z Downloaded x509-cert v0.2.5
10782026-08-14T18:38:08.419Z Downloaded itertools v0.14.0
10792026-08-14T18:38:08.447Z Downloaded hickory-proto v0.24.4
10802026-08-14T18:38:08.457Z Downloaded lalrpop v0.19.12
10812026-08-14T18:38:08.467Z Downloaded mio v1.2.0
10822026-08-14T18:38:08.473Z Downloaded p384 v0.13.1
10832026-08-14T18:38:08.477Z Downloaded serde_json v1.0.151
10842026-08-14T18:38:08.484Z Downloaded serde_with v3.21.0
10852026-08-14T18:38:08.496Z Downloaded winnow v0.7.14
10862026-08-14T18:38:08.505Z Downloaded winnow v1.0.3
10872026-08-14T18:38:08.520Z Downloaded curve25519-dalek v5.0.0
10882026-08-14T18:38:08.526Z Downloaded sha3 v0.12.0
10892026-08-14T18:38:08.529Z Downloaded itertools v0.15.0
10902026-08-14T18:38:08.532Z Downloaded bitvec v1.0.1
10912026-08-14T18:38:08.540Z Downloaded libxml v0.3.3
10922026-08-14T18:38:08.543Z Downloaded smoltcp v0.11.0
10932026-08-14T18:38:08.550Z Downloaded proptest v1.11.0
10942026-08-14T18:38:08.555Z Downloaded nix v0.31.2
10952026-08-14T18:38:08.561Z Downloaded reqwest v0.12.28
10962026-08-14T18:38:08.565Z Downloaded rustix v0.38.44
10972026-08-14T18:38:08.577Z Downloaded futures-util v0.3.32
10982026-08-14T18:38:08.584Z Downloaded hickory-proto v0.25.2
10992026-08-14T18:38:08.593Z Downloaded unicode-width v0.1.14
11002026-08-14T18:38:08.596Z Downloaded time v0.3.47
11012026-08-14T18:38:08.603Z Downloaded openssl v0.10.80
11022026-08-14T18:38:08.609Z Downloaded unicode-width v0.2.0
11032026-08-14T18:38:08.612Z Downloaded dropshot v0.17.1
11042026-08-14T18:38:08.624Z Downloaded tabled v0.15.0
11052026-08-14T18:38:08.633Z Downloaded object v0.30.4
11062026-08-14T18:38:08.638Z Downloaded rawzip v0.4.4
11072026-08-14T18:38:08.641Z Downloaded zlib-rs v0.6.2
11082026-08-14T18:38:08.644Z Downloaded regex-syntax v0.6.29
11092026-08-14T18:38:08.648Z Downloaded regex-syntax v0.8.10
11102026-08-14T18:38:08.651Z Downloaded typify-impl v0.6.2
11112026-08-14T18:38:08.659Z Downloaded nix v0.28.0
11122026-08-14T18:38:08.665Z Downloaded sha3 v0.11.0
11132026-08-14T18:38:08.668Z Downloaded nix v0.27.1
11142026-08-14T18:38:08.673Z Downloaded petname v2.0.2
11152026-08-14T18:38:08.676Z Downloaded regress v0.11.1
11162026-08-14T18:38:08.680Z Downloaded zerocopy v0.8.40
11172026-08-14T18:38:08.685Z Downloaded sled v0.34.7
11182026-08-14T18:38:08.691Z Downloaded openapiv3 v2.2.0
11192026-08-14T18:38:08.697Z Downloaded rustix v1.1.3
11202026-08-14T18:38:08.710Z Downloaded sqlparser v0.61.0
11212026-08-14T18:38:08.715Z Downloaded zerocopy-derive v0.6.6
11222026-08-14T18:38:08.720Z Downloaded rustls v0.23.41
11232026-08-14T18:38:08.727Z Downloaded bstr v1.12.1
11242026-08-14T18:38:08.732Z Downloaded ratatui v0.29.0
11252026-08-14T18:38:08.755Z Downloaded diesel v2.3.7
11262026-08-14T18:38:08.767Z Downloaded tracing v0.1.44
11272026-08-14T18:38:08.812Z Downloaded libc v0.2.185
11282026-08-14T18:38:08.836Z Downloaded chrono-tz v0.10.4
11292026-08-14T18:38:08.853Z Downloaded jiff v0.2.34
11302026-08-14T18:38:08.864Z Downloaded bzip2-sys v0.1.13+1.0.8
11312026-08-14T18:38:08.872Z Downloaded regex-automata v0.4.14
11322026-08-14T18:38:08.880Z Downloaded petgraph v0.6.5
11332026-08-14T18:38:08.896Z Downloaded petgraph v0.8.3
11342026-08-14T18:38:08.908Z Downloaded csv v1.4.0
11352026-08-14T18:38:08.920Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11362026-08-14T18:38:08.931Z Downloaded encoding_rs v0.8.35
11372026-08-14T18:38:08.943Z Downloaded ring v0.17.14
11382026-08-14T18:38:08.967Z Downloaded tokio v1.52.1
11392026-08-14T18:38:08.989Z Downloaded httpmock v0.8.3
11402026-08-14T18:38:09.002Z Downloaded sha3 v0.10.8
11412026-08-14T18:38:09.006Z Downloaded libz-sys v1.1.24
11422026-08-14T18:38:09.031Z Downloaded libgit2-sys v0.18.3+1.9.2
11432026-08-14T18:38:09.485Z Downloaded aws-lc-sys v0.40.0
11442026-08-14T18:38:09.915Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11452026-08-14T18:38:11.857Z Startup: Refreshing catalog 'helios' ... Done
11462026-08-14T18:38:12.651Z Startup: Caching catalogs ... Done
11472026-08-14T18:38:13.898ZPlanning: Solver setup ... Done (1.613s)
11482026-08-14T18:38:13.954ZPlanning: Running solver ... Done (0.053s)
11492026-08-14T18:38:13.991ZPlanning: Finding local manifests ... Done (0.003s)
11502026-08-14T18:38:14.012ZPlanning: Fetching manifests: 0/2 0% complete
11512026-08-14T18:38:14.041ZPlanning: Fetching manifests: 2/2 100% complete
11522026-08-14T18:38:14.041ZPlanning: Package planning ... Done (0.014s)
11532026-08-14T18:38:14.064ZPlanning: Merging actions ... Done (0.002s)
11542026-08-14T18:38:14.194ZPlanning: Checking for conflicting actions ... Done (0.169s)
11552026-08-14T18:38:14.200ZPlanning: Consolidating action changes ... Done (0.001s)
11562026-08-14T18:38:15.073ZPlanning: Evaluating mediators ... Done (0.879s)
11572026-08-14T18:38:15.077ZPlanning: Planning completed in 2.88 seconds
11582026-08-14T18:38:15.083Z Packages to install: 2
11592026-08-14T18:38:15.083Z Estimated space available: 155.73 GB
11602026-08-14T18:38:15.083ZEstimated space to be consumed: 67.96 MB
11612026-08-14T18:38:15.083Z Create boot environment: No
11622026-08-14T18:38:15.083ZCreate backup boot environment: No
11632026-08-14T18:38:15.083Z Rebuild boot archive: No
11642026-08-14T18:38:15.087Z
11652026-08-14T18:38:15.087ZChanged packages:
11662026-08-14T18:38:15.087Zhelios
11672026-08-14T18:38:15.087Z developer/build-essential
11682026-08-14T18:38:15.087Z None -> 11-3.0
11692026-08-14T18:38:15.087Z library/libxmlsec1
11702026-08-14T18:38:15.087Z None -> 1.2.35-3.0
11712026-08-14T18:38:15.109Z
11722026-08-14T18:38:15.110ZDownload: 0/214 items 0.0/1.3MB 0% complete
11732026-08-14T18:38:15.182ZDownload: Completed 1.28 MB in 0.07 seconds (17.9M/s)
11742026-08-14T18:38:15.254Z Actions: 1/268 actions (Installing new actions)
11752026-08-14T18:38:15.295Z Actions: Completed 268 actions in 0.04 seconds.
11762026-08-14T18:38:15.333ZFinalize: Updating package state database ... Done (0.030s)
11772026-08-14T18:38:15.333ZFinalize: Updating package cache ... Done (0.000s)
11782026-08-14T18:38:15.400ZFinalize: Updating image state ... Done (0.075s)
11792026-08-14T18:38:18.076ZFinalize: Creating fast lookup database ... Done (2.625s)
11802026-08-14T18:38:18.149ZFinalize: Reading search index ... Done (0.012s)
11812026-08-14T18:38:18.156ZFinalize: Updating search index ... Done (0.000s)
11822026-08-14T18:38:18.247ZFinalize: Updating package cache ... Done (0.000s)
11832026-08-14T18:38:18.606ZPlanning: Evaluating mediator changes ... Done
11842026-08-14T18:38:18.711ZPlanning: Checking for conflicting actions ... Done
11852026-08-14T18:38:18.715ZPlanning: Consolidating action changes ... Done
11862026-08-14T18:38:18.869ZPlanning: Evaluating mediators ... Done
11872026-08-14T18:38:18.872ZPlanning: Planning completed in 0.26 seconds
11882026-08-14T18:38:18.892Z Mediators to change: 2
11892026-08-14T18:38:18.892Z Create boot environment: No
11902026-08-14T18:38:18.893ZCreate backup boot environment: No
11912026-08-14T18:38:18.964ZFinalize: Updating package state database ... Done
11922026-08-14T18:38:18.964ZFinalize: Updating package cache ... Done
11932026-08-14T18:38:19.011ZFinalize: Updating image state ... Done
11942026-08-14T18:38:20.950ZFinalize: Creating fast lookup database ... Done
11952026-08-14T18:38:21.011ZFinalize: Reading search index ... Done
11962026-08-14T18:38:21.015ZFinalize: Updating search index ... Done
11972026-08-14T18:38:21.105ZFinalize: Updating package cache ... Done
11982026-08-14T18:38:21.391ZPlanning: Evaluating mediator changes ... Done
11992026-08-14T18:38:21.497ZPlanning: Checking for conflicting actions ... Done
12002026-08-14T18:38:21.500ZPlanning: Consolidating action changes ... Done
12012026-08-14T18:38:21.655ZPlanning: Evaluating mediators ... Done
12022026-08-14T18:38:21.658ZPlanning: Planning completed in 0.26 seconds
12032026-08-14T18:38:21.678Z Mediators to change: 1
12042026-08-14T18:38:21.678Z Create boot environment: No
12052026-08-14T18:38:21.678ZCreate backup boot environment: No
12062026-08-14T18:38:21.749ZFinalize: Updating package state database ... Done
12072026-08-14T18:38:21.750ZFinalize: Updating package cache ... Done
12082026-08-14T18:38:21.798ZFinalize: Updating image state ... Done
12092026-08-14T18:38:23.767ZFinalize: Creating fast lookup database ... Done
12102026-08-14T18:38:23.829ZFinalize: Reading search index ... Done
12112026-08-14T18:38:23.833ZFinalize: Updating search index ... Done
12122026-08-14T18:38:23.992ZFinalize: Updating package cache ... Done
12132026-08-14T18:38:24.308ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12142026-08-14T18:38:24.308Zapache system 2.4 system
12152026-08-14T18:38:24.308Zclang system 15 system
12162026-08-14T18:38:24.308Zcsh system system illumos
12172026-08-14T18:38:24.308Zctags system system illumos
12182026-08-14T18:38:24.308Zfile vendor vendor darwinsys
12192026-08-14T18:38:24.308Zfile system system illumos
12202026-08-14T18:38:24.308Zgcc vendor 14 vendor
12212026-08-14T18:38:24.308Zgcc system 13 system
12222026-08-14T18:38:24.308Zgcc system 10 system
12232026-08-14T18:38:24.308Zgo system 1.25 system
12242026-08-14T18:38:24.308Zllvm system 15 system
12252026-08-14T18:38:24.308Zmariadb system 11.4 system
12262026-08-14T18:38:24.308Zmta vendor vendor dma
12272026-08-14T18:38:24.308Zopenjdk system 17 system
12282026-08-14T18:38:24.308Zopenjdk system 11 system
12292026-08-14T18:38:24.308Zopenssl vendor 3 vendor
12302026-08-14T18:38:24.308Zperl system 5.40 system
12312026-08-14T18:38:24.308Zpostgresql system 18 system
12322026-08-14T18:38:24.308Zpostgresql system 17 system
12332026-08-14T18:38:24.308Zpython vendor 3 vendor
12342026-08-14T18:38:24.308Zpython system 2 system
12352026-08-14T18:38:24.308Zpython3 vendor 3.13 vendor
12362026-08-14T18:38:24.308Zruby system 3.4 system
12372026-08-14T18:38:24.308Zruby system 3.0 system
12382026-08-14T18:38:24.308Zwords vendor vendor american-english
12392026-08-14T18:38:24.308Zwords system system australian-english
12402026-08-14T18:38:24.308Zwords system system british-english
12412026-08-14T18:38:24.308Zwords system system canadian-english
12422026-08-14T18:38:24.308Zwords system system french
12432026-08-14T18:38:24.308Zwords system system italian
12442026-08-14T18:38:24.308Zwords system system ngerman
12452026-08-14T18:38:24.309Zwords system system ogerman
12462026-08-14T18:38:24.309Zwords system system spanish
12472026-08-14T18:38:24.572ZPUBLISHER TYPE STATUS P LOCATION
12482026-08-14T18:38:24.572Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12492026-08-14T18:38:25.019ZFMRI IFO
12502026-08-14T18:38:25.019Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12512026-08-14T18:38:25.019Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12522026-08-14T18:38:25.019Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12532026-08-14T18:38:25.019Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12542026-08-14T18:38:25.019Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12552026-08-14T18:38:25.019Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12562026-08-14T18:38:25.019Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12572026-08-14T18:38:25.019Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12582026-08-14T18:38:25.019Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12592026-08-14T18:38:25.630Z Downloading crates ...
12602026-08-14T18:38:25.679Z Downloaded cargo_toml v0.21.0
12612026-08-14T18:38:25.721Z Compiling proc-macro2 v1.0.106
12622026-08-14T18:38:25.721Z Compiling unicode-ident v1.0.24
12632026-08-14T18:38:25.721Z Compiling quote v1.0.45
12642026-08-14T18:38:25.725Z Compiling serde_core v1.0.228
12652026-08-14T18:38:25.725Z Compiling libc v0.2.185
12662026-08-14T18:38:25.725Z Compiling version_check v0.9.5
12672026-08-14T18:38:25.725Z Compiling memchr v2.8.0
12682026-08-14T18:38:25.802Z Compiling serde v1.0.228
12692026-08-14T18:38:25.806Z Compiling zmij v1.0.21
12702026-08-14T18:38:25.806Z Compiling itoa v1.0.17
12712026-08-14T18:38:25.806Z Compiling ucd-trie v0.1.7
12722026-08-14T18:38:25.809Z Compiling thiserror v1.0.69
12732026-08-14T18:38:25.813Z Compiling byteorder v1.5.0
12742026-08-14T18:38:25.813Z Compiling rustix v1.1.3
12752026-08-14T18:38:26.076Z Compiling serde_json v1.0.151
12762026-08-14T18:38:26.087Z Compiling bitflags v2.11.0
12772026-08-14T18:38:26.199Z Compiling usdt-impl v0.5.0
12782026-08-14T18:38:26.249Z Compiling pest v2.8.6
12792026-08-14T18:38:26.312Z Compiling proc-macro-error-attr v1.0.4
12802026-08-14T18:38:26.337Z Compiling syn v1.0.109
12812026-08-14T18:38:26.366Z Compiling camino v1.2.2
12822026-08-14T18:38:26.376Z Compiling proc-macro-error v1.0.4
12832026-08-14T18:38:26.438Z Compiling hashbrown v0.17.0
12842026-08-14T18:38:26.487Z Compiling equivalent v1.0.2
12852026-08-14T18:38:26.498Z Compiling getrandom v0.4.1
12862026-08-14T18:38:26.526Z Compiling utf8parse v0.2.2
12872026-08-14T18:38:26.630Z Compiling log v0.4.29
12882026-08-14T18:38:26.641Z Compiling plain v0.2.3
12892026-08-14T18:38:26.702Z Compiling anstyle-parse v1.0.0
12902026-08-14T18:38:26.713Z Compiling anstyle-query v1.1.5
12912026-08-14T18:38:26.736Z Compiling is_terminal_polyfill v1.70.2
12922026-08-14T18:38:26.764Z Compiling toml_write v0.1.2
12932026-08-14T18:38:26.775Z Compiling errno v0.3.14
12942026-08-14T18:38:26.775Z Compiling thread-id v4.2.2
12952026-08-14T18:38:26.839Z Compiling autocfg v1.5.0
12962026-08-14T18:38:26.850Z Compiling colorchoice v1.0.4
12972026-08-14T18:38:26.853Z Compiling winnow v0.7.14
12982026-08-14T18:38:26.853Z Compiling thiserror v2.0.18
12992026-08-14T18:38:26.882Z Compiling anstyle v1.0.14
13002026-08-14T18:38:26.904Z Compiling pretty-hex v0.4.1
13012026-08-14T18:38:26.907Z Compiling cfg-if v1.0.4
13022026-08-14T18:38:26.982Z Compiling once_cell v1.21.3
13032026-08-14T18:38:26.996Z Compiling indexmap v2.14.0
13042026-08-14T18:38:27.003Z Compiling bytecount v0.6.9
13052026-08-14T18:38:27.051Z Compiling heck v0.5.0
13062026-08-14T18:38:27.073Z Compiling anstream v1.0.0
13072026-08-14T18:38:27.126Z Compiling fastrand v2.3.0
13082026-08-14T18:38:27.153Z Compiling anyhow v1.0.102
13092026-08-14T18:38:27.164Z Compiling heck v0.4.1
13102026-08-14T18:38:27.216Z Compiling strsim v0.11.1
13112026-08-14T18:38:27.283Z Compiling syn v2.0.117
13122026-08-14T18:38:27.347Z Compiling fs-err v3.3.0
13132026-08-14T18:38:27.358Z Compiling pest_meta v2.8.6
13142026-08-14T18:38:27.408Z Compiling fnv v1.0.7
13152026-08-14T18:38:27.412Z Compiling clap_lex v1.0.0
13162026-08-14T18:38:27.444Z Compiling unicode-width v0.1.14
13172026-08-14T18:38:27.588Z Compiling memmap v0.7.0
13182026-08-14T18:38:27.649Z Compiling unicode-linebreak v0.1.5
13192026-08-14T18:38:27.659Z Compiling smawk v0.3.2
13202026-08-14T18:38:27.707Z Compiling unicode-width v0.2.0
13212026-08-14T18:38:27.740Z Compiling papergrid v0.11.0
13222026-08-14T18:38:27.793Z Compiling swrite v0.1.0
13232026-08-14T18:38:27.827Z Compiling terminal_size v0.4.3
13242026-08-14T18:38:27.827Z Compiling tempfile v3.25.0
13252026-08-14T18:38:27.934Z Compiling clap_builder v4.6.0
13262026-08-14T18:38:27.944Z Compiling textwrap v0.16.2
13272026-08-14T18:38:28.269Z Compiling cargo-platform v0.3.2
13282026-08-14T18:38:28.289Z Compiling semver v1.0.28
13292026-08-14T18:38:28.541Z Compiling camino-tempfile v1.4.1
13302026-08-14T18:38:28.802Z Compiling tabled_derive v0.7.0
13312026-08-14T18:38:29.472Z Compiling tabled v0.15.0
13322026-08-14T18:38:29.501Z Compiling pest_generator v2.8.6
13332026-08-14T18:38:30.004Z Compiling serde_derive v1.0.228
13342026-08-14T18:38:30.008Z Compiling thiserror-impl v1.0.69
13352026-08-14T18:38:30.008Z Compiling zerocopy-derive v0.7.35
13362026-08-14T18:38:30.008Z Compiling scroll_derive v0.12.1
13372026-08-14T18:38:30.008Z Compiling thiserror-impl v2.0.18
13382026-08-14T18:38:30.008Z Compiling clap_derive v4.6.1
13392026-08-14T18:38:30.077Z Compiling pest_derive v2.8.6
13402026-08-14T18:38:30.633Z Compiling scroll v0.12.0
13412026-08-14T18:38:30.717Z Compiling zerocopy v0.7.35
13422026-08-14T18:38:30.848Z Compiling goblin v0.8.2
13432026-08-14T18:38:31.047Z Compiling dtrace-parser v0.2.0
13442026-08-14T18:38:31.322Z Compiling clap v4.6.1
13452026-08-14T18:38:32.358Z Compiling serde_spanned v0.6.9
13462026-08-14T18:38:32.358Z Compiling toml_datetime v0.6.11
13472026-08-14T18:38:32.362Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13482026-08-14T18:38:32.362Z Compiling cargo_metadata v0.23.1
13492026-08-14T18:38:32.362Z Compiling macaddr v1.0.1
13502026-08-14T18:38:32.371Z Compiling dof v0.3.0
13512026-08-14T18:38:32.376Z Compiling serde_tokenstream v0.2.3
13522026-08-14T18:38:32.544Z Compiling toml_edit v0.22.27
13532026-08-14T18:38:33.055Z Compiling usdt-macro v0.5.0
13542026-08-14T18:38:33.055Z Compiling usdt-attr-macro v0.5.0
13552026-08-14T18:38:33.641Z Compiling usdt v0.5.0
13562026-08-14T18:38:33.837Z Compiling toml v0.8.23
13572026-08-14T18:38:34.151Z Compiling cargo_toml v0.21.0
13582026-08-14T18:38:35.439Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13592026-08-14T18:38:37.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s
13602026-08-14T18:38:37.541Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13612026-08-14T18:38:38.308Z Compiling libc v0.2.185
13622026-08-14T18:38:38.308Z Compiling serde_core v1.0.228
13632026-08-14T18:38:38.308Z Compiling serde v1.0.228
13642026-08-14T18:38:38.311Z Compiling log v0.4.29
13652026-08-14T18:38:38.312Z Compiling smallvec v1.15.1
13662026-08-14T18:38:38.312Z Compiling find-msvc-tools v0.1.9
13672026-08-14T18:38:38.312Z Compiling shlex v1.3.0
13682026-08-14T18:38:38.312Z Compiling subtle v2.6.1
13692026-08-14T18:38:38.456Z Compiling scopeguard v1.2.0
13702026-08-14T18:38:38.459Z Compiling stable_deref_trait v1.2.1
13712026-08-14T18:38:38.467Z Compiling typenum v1.20.1
13722026-08-14T18:38:38.472Z Compiling zerocopy v0.8.40
13732026-08-14T18:38:38.472Z Compiling portable-atomic v1.13.1
13742026-08-14T18:38:38.514Z Compiling serde_json v1.0.151
13752026-08-14T18:38:38.529Z Compiling syn v2.0.117
13762026-08-14T18:38:38.556Z Compiling critical-section v1.2.0
13772026-08-14T18:38:38.571Z Compiling lock_api v0.4.14
13782026-08-14T18:38:38.624Z Compiling libm v0.2.16
13792026-08-14T18:38:38.655Z Compiling num-traits v0.2.19
13802026-08-14T18:38:38.694Z Compiling pkg-config v0.3.32
13812026-08-14T18:38:38.709Z Compiling generic-array v0.14.7
13822026-08-14T18:38:38.749Z Compiling parking_lot_core v0.9.12
13832026-08-14T18:38:38.764Z Compiling getrandom v0.4.1
13842026-08-14T18:38:38.795Z Compiling pin-project-lite v0.2.17
13852026-08-14T18:38:38.812Z Compiling const-oid v0.9.6
13862026-08-14T18:38:38.889Z Compiling rand_core v0.10.0
13872026-08-14T18:38:38.893Z Compiling litemap v0.8.1
13882026-08-14T18:38:38.935Z Compiling percent-encoding v2.3.2
13892026-08-14T18:38:39.023Z Compiling writeable v0.6.2
13902026-08-14T18:38:39.050Z Compiling futures-core v0.3.32
13912026-08-14T18:38:39.068Z Compiling icu_properties_data v2.1.2
13922026-08-14T18:38:39.083Z Compiling icu_normalizer_data v2.1.1
13932026-08-14T18:38:39.111Z Compiling getrandom v0.3.4
13942026-08-14T18:38:39.130Z Compiling futures-sink v0.3.32
13952026-08-14T18:38:39.146Z Compiling utf8_iter v1.0.4
13962026-08-14T18:38:39.194Z Compiling futures-task v0.3.32
13972026-08-14T18:38:39.217Z Compiling slab v0.4.12
13982026-08-14T18:38:39.233Z Compiling futures-channel v0.3.32
13992026-08-14T18:38:39.256Z Compiling rustix v1.1.3
14002026-08-14T18:38:39.306Z Compiling futures-io v0.3.32
14012026-08-14T18:38:39.318Z Compiling form_urlencoded v1.2.2
14022026-08-14T18:38:39.362Z Compiling rustversion v1.0.22
14032026-08-14T18:38:39.378Z Compiling errno v0.3.14
14042026-08-14T18:38:39.408Z Compiling jobserver v0.1.34
14052026-08-14T18:38:39.435Z Compiling getrandom v0.2.17
14062026-08-14T18:38:39.480Z Compiling mio v1.2.0
14072026-08-14T18:38:39.532Z Compiling signal-hook-registry v1.4.8
14082026-08-14T18:38:39.549Z Compiling socket2 v0.6.3
14092026-08-14T18:38:39.552Z Compiling base64ct v1.8.3
14102026-08-14T18:38:39.580Z Compiling rand_core v0.6.4
14112026-08-14T18:38:39.630Z Compiling cc v1.2.56
14122026-08-14T18:38:39.677Z Compiling once_cell v1.21.3
14132026-08-14T18:38:39.713Z Compiling parking_lot v0.12.5
14142026-08-14T18:38:39.818Z Compiling iana-time-zone v0.1.65
14152026-08-14T18:38:39.853Z Compiling pem-rfc7468 v0.7.0
14162026-08-14T18:38:39.881Z Compiling dunce v1.0.5
14172026-08-14T18:38:39.896Z Compiling ident_case v1.0.1
14182026-08-14T18:38:39.910Z Compiling flagset v0.4.7
14192026-08-14T18:38:39.955Z Compiling regex-syntax v0.8.10
14202026-08-14T18:38:39.983Z Compiling fs_extra v1.3.0
14212026-08-14T18:38:39.998Z Compiling rand_core v0.9.5
14222026-08-14T18:38:40.002Z Compiling base64 v0.22.1
14232026-08-14T18:38:40.028Z Compiling syn v1.0.109
14242026-08-14T18:38:40.032Z Compiling vcpkg v0.2.15
14252026-08-14T18:38:40.058Z Compiling tracing-core v0.1.36
14262026-08-14T18:38:40.090Z Compiling schemars v0.8.22
14272026-08-14T18:38:40.110Z Compiling aws-lc-rs v1.16.3
14282026-08-14T18:38:40.140Z Compiling cpufeatures v0.2.17
14292026-08-14T18:38:40.159Z Compiling dyn-clone v1.0.20
14302026-08-14T18:38:40.225Z Compiling spin v0.9.8
14312026-08-14T18:38:40.271Z Compiling cmov v0.5.4
14322026-08-14T18:38:40.297Z Compiling tinyvec_macros v0.1.1
14332026-08-14T18:38:40.312Z Compiling openssl-probe v0.2.1
14342026-08-14T18:38:40.351Z Compiling crc32fast v1.5.0
14352026-08-14T18:38:40.366Z Compiling httparse v1.10.1
14362026-08-14T18:38:40.381Z Compiling cmake v0.1.57
14372026-08-14T18:38:40.430Z Compiling tinyvec v1.10.0
14382026-08-14T18:38:40.434Z Compiling aho-corasick v1.1.4
14392026-08-14T18:38:40.461Z Compiling ctutils v0.4.2
14402026-08-14T18:38:40.461Z Compiling atomic-waker v1.1.2
14412026-08-14T18:38:40.506Z Compiling try-lock v0.2.5
14422026-08-14T18:38:40.520Z Compiling radium v0.7.0
14432026-08-14T18:38:40.629Z Compiling bitflags v2.11.0
14442026-08-14T18:38:40.660Z Compiling semver v1.0.28
14452026-08-14T18:38:40.671Z Compiling indexmap v2.14.0
14462026-08-14T18:38:40.729Z Compiling uuid v1.23.4
14472026-08-14T18:38:40.782Z Compiling untrusted v0.7.1
14482026-08-14T18:38:40.813Z Compiling tower-layer v0.3.3
14492026-08-14T18:38:40.817Z Compiling tower-service v0.3.3
14502026-08-14T18:38:40.878Z Compiling rustc_version v0.4.1
14512026-08-14T18:38:40.916Z Compiling want v0.3.1
14522026-08-14T18:38:40.934Z Compiling rustls v0.23.41
14532026-08-14T18:38:40.992Z Compiling httpdate v1.0.3
14542026-08-14T18:38:41.007Z Compiling openssl v0.10.80
14552026-08-14T18:38:41.057Z Compiling simd-adler32 v0.3.8
14562026-08-14T18:38:41.099Z Compiling maybe-uninit v2.0.0
14572026-08-14T18:38:41.118Z Compiling untrusted v0.9.0
14582026-08-14T18:38:41.207Z Compiling foreign-types-shared v0.1.1
14592026-08-14T18:38:41.220Z Compiling tap v1.0.1
14602026-08-14T18:38:41.234Z Compiling aws-lc-sys v0.40.0
14612026-08-14T18:38:41.250Z Compiling openssl-sys v0.9.117
14622026-08-14T18:38:41.266Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-08-14T18:38:41.270Z Compiling bzip2-sys v0.1.13+1.0.8
14642026-08-14T18:38:41.307Z Compiling foreign-types v0.3.2
14652026-08-14T18:38:41.322Z Compiling wyz v0.5.1
14662026-08-14T18:38:41.361Z Compiling unicode-normalization v0.1.25
14672026-08-14T18:38:41.387Z Compiling synstructure v0.13.2
14682026-08-14T18:38:41.402Z Compiling serde_derive_internals v0.29.1
14692026-08-14T18:38:41.439Z Compiling pest_generator v2.8.6
14702026-08-14T18:38:41.532Z Compiling regex-automata v0.4.14
14712026-08-14T18:38:41.569Z Compiling darling_core v0.20.11
14722026-08-14T18:38:41.644Z Compiling num-integer v0.1.46
14732026-08-14T18:38:41.690Z Compiling tempfile v3.25.0
14742026-08-14T18:38:41.805Z Compiling terminal_size v0.4.3
14752026-08-14T18:38:41.851Z Compiling socket2 v0.5.10
14762026-08-14T18:38:41.968Z Compiling wait-timeout v0.2.1
14772026-08-14T18:38:41.971Z Compiling ahash v0.8.12
14782026-08-14T18:38:41.997Z Compiling bit-vec v0.8.0
14792026-08-14T18:38:42.003Z Compiling native-tls v0.2.18
14802026-08-14T18:38:42.097Z Compiling adler2 v2.0.1
14812026-08-14T18:38:42.166Z Compiling packed_struct v0.10.1
14822026-08-14T18:38:42.181Z Compiling num-conv v0.2.0
14832026-08-14T18:38:42.199Z Compiling num-bigint-dig v0.8.6
14842026-08-14T18:38:42.244Z Compiling powerfmt v0.2.0
14852026-08-14T18:38:42.247Z Compiling quick-error v1.2.3
14862026-08-14T18:38:42.273Z Compiling funty v2.0.0
14872026-08-14T18:38:42.277Z Compiling time-core v0.1.8
14882026-08-14T18:38:42.329Z Compiling miniz_oxide v0.8.9
14892026-08-14T18:38:42.333Z Compiling bit-set v0.8.0
14902026-08-14T18:38:42.355Z Compiling rusty-fork v0.3.1
14912026-08-14T18:38:42.369Z Compiling clap_builder v4.6.0
14922026-08-14T18:38:42.373Z Compiling num-iter v0.1.45
14932026-08-14T18:38:42.428Z Compiling deranged v0.5.8
14942026-08-14T18:38:42.458Z Compiling time-macros v0.2.27
14952026-08-14T18:38:42.529Z Compiling lazy_static v1.5.0
14962026-08-14T18:38:42.545Z Compiling rand_xorshift v0.4.0
14972026-08-14T18:38:42.575Z Compiling anstyle-parse v0.2.7
14982026-08-14T18:38:42.635Z Compiling bitvec v1.0.1
14992026-08-14T18:38:42.686Z Compiling sync_wrapper v1.0.2
15002026-08-14T18:38:42.727Z Compiling indexmap v1.9.3
15012026-08-14T18:38:42.775Z Compiling crc-catalog v2.4.0
15022026-08-14T18:38:42.808Z Compiling unicode-segmentation v1.12.0
15032026-08-14T18:38:42.878Z Compiling siphasher v1.0.2
15042026-08-14T18:38:42.893Z Compiling crossbeam-utils v0.8.21
15052026-08-14T18:38:42.935Z Compiling num_threads v0.1.7
15062026-08-14T18:38:42.958Z Compiling nodrop v0.1.14
15072026-08-14T18:38:43.049Z Compiling usdt-impl v0.6.0
15082026-08-14T18:38:43.067Z Compiling unarray v0.1.4
15092026-08-14T18:38:43.090Z Compiling paste v1.0.15
15102026-08-14T18:38:43.128Z Compiling serde_derive v1.0.228
15112026-08-14T18:38:43.191Z Compiling zeroize_derive v1.5.0
15122026-08-14T18:38:43.207Z Compiling zerocopy-derive v0.8.40
15132026-08-14T18:38:43.214Z Compiling zerofrom-derive v0.1.6
15142026-08-14T18:38:43.273Z Compiling yoke-derive v0.8.1
15152026-08-14T18:38:43.455Z Compiling zerovec-derive v0.11.2
15162026-08-14T18:38:43.460Z Compiling displaydoc v0.2.5
15172026-08-14T18:38:43.483Z Compiling tokio-macros v2.7.0
15182026-08-14T18:38:43.553Z Compiling futures-macro v0.3.32
15192026-08-14T18:38:43.912Z Compiling der_derive v0.7.3
15202026-08-14T18:38:43.931Z Compiling zeroize v1.9.0
15212026-08-14T18:38:44.167Z Compiling thiserror-impl v2.0.18
15222026-08-14T18:38:44.295Z Compiling tracing-attributes v0.1.31
15232026-08-14T18:38:44.314Z Compiling rustls-pki-types v1.14.0
15242026-08-14T18:38:44.378Z Compiling schemars_derive v0.8.22
15252026-08-14T18:38:44.454Z Compiling futures-util v0.3.32
15262026-08-14T18:38:44.529Z Compiling hybrid-array v0.4.13
15272026-08-14T18:38:44.601Z Compiling pest_derive v2.8.6
15282026-08-14T18:38:44.718Z Compiling zerofrom v0.1.6
15292026-08-14T18:38:44.752Z Compiling block-buffer v0.10.4
15302026-08-14T18:38:44.805Z Compiling crypto-common v0.1.7
15312026-08-14T18:38:44.857Z Compiling yoke v0.8.1
15322026-08-14T18:38:44.948Z Compiling digest v0.10.7
15332026-08-14T18:38:44.966Z Compiling der v0.7.10
15342026-08-14T18:38:44.976Z Compiling scroll_derive v0.13.1
15352026-08-14T18:38:45.070Z Compiling zerovec v0.11.5
15362026-08-14T18:38:45.088Z Compiling zerotrie v0.2.3
15372026-08-14T18:38:45.229Z Compiling sha2 v0.10.9
15382026-08-14T18:38:45.340Z Compiling signature v2.2.0
15392026-08-14T18:38:45.430Z Compiling darling_macro v0.20.11
15402026-08-14T18:38:45.458Z Compiling thiserror-impl v1.0.69
15412026-08-14T18:38:45.540Z Compiling tinystr v0.8.2
15422026-08-14T18:38:45.573Z Compiling potential_utf v0.1.4
15432026-08-14T18:38:45.607Z Compiling thiserror v2.0.18
15442026-08-14T18:38:45.674Z Compiling tracing v0.1.44
15452026-08-14T18:38:45.692Z Compiling openssl-macros v0.1.1
15462026-08-14T18:38:45.729Z Compiling icu_locale_core v2.1.1
15472026-08-14T18:38:45.769Z Compiling icu_collections v2.1.1
15482026-08-14T18:38:45.782Z Compiling hmac v0.12.1
15492026-08-14T18:38:45.782Z Compiling packed_struct_codegen v0.10.1
15502026-08-14T18:38:45.854Z Compiling spki v0.7.3
15512026-08-14T18:38:45.957Z Compiling scroll v0.13.0
15522026-08-14T18:38:45.974Z Compiling darling v0.20.11
15532026-08-14T18:38:45.981Z Compiling bitfield-macros v0.19.4
15542026-08-14T18:38:46.065Z Compiling pkcs8 v0.10.2
15552026-08-14T18:38:46.079Z Compiling zerocopy-derive v0.6.6
15562026-08-14T18:38:46.223Z Compiling goblin v0.10.5
15572026-08-14T18:38:46.240Z Compiling clap_derive v4.6.1
15582026-08-14T18:38:46.261Z Compiling zlib-rs v0.6.2
15592026-08-14T18:38:46.353Z Compiling pkcs1 v0.7.5
15602026-08-14T18:38:46.602Z Compiling icu_provider v2.1.1
15612026-08-14T18:38:46.667Z Compiling bytes v1.11.1
15622026-08-14T18:38:46.744Z Compiling chrono v0.4.45
15632026-08-14T18:38:46.765Z Compiling ipnet v2.11.0
15642026-08-14T18:38:46.773Z Compiling hex v0.4.3
15652026-08-14T18:38:46.773Z Compiling thiserror v1.0.69
15662026-08-14T18:38:46.882Z Compiling icu_normalizer v2.1.1
15672026-08-14T18:38:46.937Z Compiling icu_properties v2.1.2
15682026-08-14T18:38:46.944Z Compiling serde_spanned v0.6.9
15692026-08-14T18:38:46.944Z Compiling toml_datetime v0.6.11
15702026-08-14T18:38:46.967Z Compiling zerocopy v0.6.6
15712026-08-14T18:38:47.080Z Compiling bitfield v0.19.4
15722026-08-14T18:38:47.202Z Compiling tokio v1.52.1
15732026-08-14T18:38:47.301Z Compiling http v1.4.2
15742026-08-14T18:38:47.311Z Compiling derive_builder_core v0.20.2
15752026-08-14T18:38:47.345Z Compiling dtrace-parser v0.3.0
15762026-08-14T18:38:47.391Z Compiling time v0.3.47
15772026-08-14T18:38:47.638Z Compiling scroll_derive v0.12.1
15782026-08-14T18:38:47.855Z Compiling idna_adapter v1.2.1
15792026-08-14T18:38:47.999Z Compiling ppv-lite86 v0.2.21
15802026-08-14T18:38:48.014Z Compiling idna v1.1.0
15812026-08-14T18:38:48.033Z Compiling http-body v1.0.1
15822026-08-14T18:38:48.068Z Compiling clap v4.6.1
15832026-08-14T18:38:48.160Z Compiling http-body-util v0.1.3
15842026-08-14T18:38:48.176Z Compiling structmeta-derive v0.3.0
15852026-08-14T18:38:48.212Z Compiling array-init v0.0.4
15862026-08-14T18:38:48.255Z Compiling crc v3.4.0
15872026-08-14T18:38:48.331Z Compiling url v2.5.8
15882026-08-14T18:38:48.346Z Compiling rand_chacha v0.9.0
15892026-08-14T18:38:48.383Z Compiling rand_chacha v0.3.1
15902026-08-14T18:38:48.418Z Compiling anstream v0.6.21
15912026-08-14T18:38:48.465Z Compiling smallvec v0.6.14
15922026-08-14T18:38:48.571Z Compiling rand v0.9.2
15932026-08-14T18:38:48.678Z Compiling rand v0.8.6
15942026-08-14T18:38:48.693Z Compiling darling_core v0.23.0
15952026-08-14T18:38:48.711Z Compiling heapless v0.7.17
15962026-08-14T18:38:48.728Z Compiling slog v2.8.2
15972026-08-14T18:38:49.041Z Compiling dof v0.4.0
15982026-08-14T18:38:49.056Z Compiling thread-id v5.1.0
15992026-08-14T18:38:49.061Z Compiling env_filter v1.0.0
16002026-08-14T18:38:49.156Z Compiling cookie v0.18.1
16012026-08-14T18:38:49.224Z Compiling flate2 v1.1.9
16022026-08-14T18:38:49.282Z Compiling proptest v1.11.0
16032026-08-14T18:38:49.289Z Compiling zstd-safe v7.2.4
16042026-08-14T18:38:49.366Z Compiling hashbrown v0.12.3
16052026-08-14T18:38:49.388Z Compiling unicode-bidi v0.3.18
16062026-08-14T18:38:49.420Z Compiling unicode-properties v0.1.4
16072026-08-14T18:38:49.455Z Compiling base64 v0.21.7
16082026-08-14T18:38:49.527Z Compiling signal-hook v0.3.18
16092026-08-14T18:38:49.544Z Compiling ryu v1.0.23
16102026-08-14T18:38:49.590Z Compiling anyhow v1.0.102
16112026-08-14T18:38:49.633Z Compiling allocator-api2 v0.2.21
16122026-08-14T18:38:49.651Z Compiling iri-string v0.7.10
16132026-08-14T18:38:49.712Z Compiling winnow v0.5.40
16142026-08-14T18:38:49.736Z Compiling stringprep v0.1.5
16152026-08-14T18:38:49.788Z Compiling ipnetwork v0.21.1
16162026-08-14T18:38:50.007Z Compiling ron v0.8.1
16172026-08-14T18:38:50.121Z Compiling oxnet v0.1.6
16182026-08-14T18:38:50.211Z Compiling serde_urlencoded v0.7.1
16192026-08-14T18:38:50.276Z Compiling structmeta v0.3.0
16202026-08-14T18:38:50.313Z Compiling env_logger v0.11.9
16212026-08-14T18:38:50.390Z Compiling serde-hex v0.1.0
16222026-08-14T18:38:50.410Z Compiling rsa v0.9.10
16232026-08-14T18:38:50.478Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16242026-08-14T18:38:50.512Z Compiling scroll v0.12.0
16252026-08-14T18:38:50.539Z Compiling hashbrown v0.13.2
16262026-08-14T18:38:50.571Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-14T18:38:50.592Z Compiling derive_builder_macro v0.20.2
16282026-08-14T18:38:50.827Z Compiling bzip2 v0.4.4
16292026-08-14T18:38:50.983Z Compiling erased-serde v0.3.31
16302026-08-14T18:38:51.037Z Compiling toml_edit v0.19.15
16312026-08-14T18:38:51.048Z Compiling serde_tokenstream v0.2.3
16322026-08-14T18:38:51.111Z Compiling tokio-util v0.7.18
16332026-08-14T18:38:51.192Z Compiling tower v0.5.3
16342026-08-14T18:38:51.207Z Compiling tokio-native-tls v0.3.1
16352026-08-14T18:38:51.223Z Compiling camino v1.2.2
16362026-08-14T18:38:51.247Z Compiling x509-cert v0.2.5
16372026-08-14T18:38:51.330Z Compiling darling_macro v0.23.0
16382026-08-14T18:38:51.458Z Compiling crypto-common v0.2.2
16392026-08-14T18:38:51.463Z Compiling block-padding v0.4.2
16402026-08-14T18:38:51.488Z Compiling block-buffer v0.12.1
16412026-08-14T18:38:51.588Z Compiling md-5 v0.10.6
16422026-08-14T18:38:51.632Z Compiling tower-http v0.6.8
16432026-08-14T18:38:51.704Z Compiling newtype-uuid v1.3.2
16442026-08-14T18:38:51.719Z Compiling rustls-native-certs v0.8.3
16452026-08-14T18:38:51.769Z Compiling bstr v1.12.1
16462026-08-14T18:38:51.852Z Compiling h2 v0.4.15
16472026-08-14T18:38:52.030Z Compiling daft-derive v0.1.7
16482026-08-14T18:38:52.061Z Compiling pin-project-internal v1.1.11
16492026-08-14T18:38:52.072Z Compiling zerocopy-derive v0.7.35
16502026-08-14T18:38:52.202Z Compiling async-trait v0.1.89
16512026-08-14T18:38:52.210Z Compiling heck v0.4.1
16522026-08-14T18:38:52.436Z Compiling curve25519-dalek v4.1.3
16532026-08-14T18:38:52.467Z Compiling vergen-lib v9.1.0
16542026-08-14T18:38:52.640Z Compiling hash32 v0.2.1
16552026-08-14T18:38:52.775Z Compiling encoding_rs v0.8.35
16562026-08-14T18:38:52.790Z Compiling memoffset v0.9.1
16572026-08-14T18:38:52.854Z Compiling crc-any v2.5.0
16582026-08-14T18:38:52.878Z Compiling litrs v1.0.0
16592026-08-14T18:38:52.984Z Compiling ref-cast v1.0.25
16602026-08-14T18:38:53.002Z Compiling fallible-iterator v0.2.0
16612026-08-14T18:38:53.114Z Compiling psl-types v2.0.11
16622026-08-14T18:38:53.119Z Compiling mime v0.3.17
16632026-08-14T18:38:53.134Z Compiling rustix v0.38.44
16642026-08-14T18:38:53.173Z Compiling smoltcp v0.9.1
16652026-08-14T18:38:53.255Z Compiling cfg_aliases v0.2.1
16662026-08-14T18:38:53.265Z Compiling publicsuffix v2.3.0
16672026-08-14T18:38:53.332Z Compiling nix v0.31.2
16682026-08-14T18:38:53.343Z Compiling postgres-protocol v0.6.10
16692026-08-14T18:38:53.356Z Compiling pin-project v1.1.11
16702026-08-14T18:38:53.414Z Compiling document-features v0.2.12
16712026-08-14T18:38:53.444Z Compiling zerocopy v0.7.35
16722026-08-14T18:38:53.514Z Compiling daft v0.1.7
16732026-08-14T18:38:53.635Z Compiling snafu-derive v0.8.9
16742026-08-14T18:38:53.650Z Compiling toml v0.7.8
16752026-08-14T18:38:53.650Z Compiling darling v0.23.0
16762026-08-14T18:38:53.819Z Compiling inout v0.2.2
16772026-08-14T18:38:53.921Z Compiling derive_builder v0.20.2
16782026-08-14T18:38:53.921Z Compiling object v0.30.4
16792026-08-14T18:38:53.947Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16802026-08-14T18:38:53.964Z Compiling zip v0.6.6
16812026-08-14T18:38:53.998Z Compiling goblin v0.8.2
16822026-08-14T18:38:54.015Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16832026-08-14T18:38:54.050Z Compiling derive-ex v0.1.8
16842026-08-14T18:38:54.319Z Compiling futures-executor v0.3.32
16852026-08-14T18:38:54.382Z Compiling hubpack_derive v0.1.1
16862026-08-14T18:38:54.564Z Compiling regex v1.12.3
16872026-08-14T18:38:54.614Z Compiling strum_macros v0.27.2
16882026-08-14T18:38:54.618Z Compiling curve25519-dalek-derive v0.1.1
16892026-08-14T18:38:54.666Z Compiling ref-cast-impl v1.0.25
16902026-08-14T18:38:54.724Z Compiling phf_shared v0.13.1
16912026-08-14T18:38:54.865Z Compiling cargo-platform v0.3.2
16922026-08-14T18:38:54.959Z Compiling vergen v9.1.0
16932026-08-14T18:38:54.998Z Compiling ff v0.13.1
16942026-08-14T18:38:55.013Z Compiling fs-err v3.3.0
16952026-08-14T18:38:55.154Z Compiling hyper v1.10.1
16962026-08-14T18:38:55.172Z Compiling path-slash v0.1.5
16972026-08-14T18:38:55.172Z Compiling same-file v1.0.6
16982026-08-14T18:38:55.239Z Compiling jiff-core v0.1.0
16992026-08-14T18:38:55.246Z Compiling object v0.37.3
17002026-08-14T18:38:55.337Z Compiling bumpalo v3.20.2
17012026-08-14T18:38:55.342Z Compiling foldhash v0.2.0
17022026-08-14T18:38:55.355Z Compiling bitflags v1.3.2
17032026-08-14T18:38:55.372Z Compiling base16ct v0.2.0
17042026-08-14T18:38:55.442Z Compiling libbz2-rs-sys v0.2.2
17052026-08-14T18:38:55.537Z Compiling managed v0.8.0
17062026-08-14T18:38:55.571Z Compiling foldhash v0.1.5
17072026-08-14T18:38:55.601Z Compiling zopfli v0.8.3
17082026-08-14T18:38:55.629Z Compiling snafu v0.8.9
17092026-08-14T18:38:55.663Z Compiling sec1 v0.7.3
17102026-08-14T18:38:55.793Z Compiling hashbrown v0.15.5
17112026-08-14T18:38:55.811Z Compiling test-strategy v0.4.5
17122026-08-14T18:38:55.942Z Compiling bzip2 v0.6.1
17132026-08-14T18:38:56.029Z Compiling jiff v0.2.34
17142026-08-14T18:38:56.142Z Compiling hashbrown v0.16.1
17152026-08-14T18:38:56.184Z Compiling walkdir v2.5.0
17162026-08-14T18:38:56.306Z Compiling hyper-util v0.1.20
17172026-08-14T18:38:56.323Z Compiling dof v0.3.0
17182026-08-14T18:38:56.390Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17192026-08-14T18:38:56.661Z Compiling group v0.13.0
17202026-08-14T18:38:56.680Z Compiling strum v0.27.2
17212026-08-14T18:38:56.714Z Compiling cargo_metadata v0.23.1
17222026-08-14T18:38:56.766Z Compiling phf v0.13.1
17232026-08-14T18:38:56.787Z Compiling hubpack v0.1.2
17242026-08-14T18:38:56.825Z Compiling signal-hook-mio v0.2.5
17252026-08-14T18:38:56.845Z Compiling futures v0.3.32
17262026-08-14T18:38:56.934Z Compiling cookie_store v0.22.1
17272026-08-14T18:38:56.945Z Compiling zstd v0.13.3
17282026-08-14T18:38:56.956Z Compiling cipher v0.5.2
17292026-08-14T18:38:57.023Z Compiling serde_with_macros v3.21.0
17302026-08-14T18:38:57.061Z Compiling postgres-types v0.2.12
17312026-08-14T18:38:57.284Z Compiling globset v0.4.18
17322026-08-14T18:38:57.313Z Compiling usdt-macro v0.6.0
17332026-08-14T18:38:57.369Z Compiling usdt-attr-macro v0.6.0
17342026-08-14T18:38:57.520Z Compiling byte-wrapper v0.1.0
17352026-08-14T18:38:57.601Z Compiling dtrace-parser v0.2.0
17362026-08-14T18:38:57.634Z Compiling serde_plain v1.0.2
17372026-08-14T18:38:57.814Z Compiling hyper-tls v0.6.0
17382026-08-14T18:38:57.855Z Compiling olpc-cjson v0.1.4
17392026-08-14T18:38:57.885Z Compiling serde-big-array v0.5.1
17402026-08-14T18:38:57.963Z Compiling ed25519 v2.2.3
17412026-08-14T18:38:58.044Z Compiling reqwest v0.12.28
17422026-08-14T18:38:58.053Z Compiling hkdf v0.12.4
17432026-08-14T18:38:58.077Z Compiling crypto-bigint v0.5.5
17442026-08-14T18:38:58.104Z Compiling serde_repr v0.1.20
17452026-08-14T18:38:58.125Z Compiling enum-as-inner v0.6.1
17462026-08-14T18:38:58.140Z Compiling async-recursion v1.1.1
17472026-08-14T18:38:58.226Z Compiling strum_macros v0.26.4
17482026-08-14T18:38:58.253Z Compiling phf_shared v0.11.3
17492026-08-14T18:38:58.283Z Compiling float-cmp v0.10.0
17502026-08-14T18:38:58.370Z Compiling pem v3.0.6
17512026-08-14T18:38:58.382Z Compiling memmap2 v0.9.10
17522026-08-14T18:38:58.441Z Compiling thread-id v4.2.2
17532026-08-14T18:38:58.458Z Compiling predicates-core v1.0.10
17542026-08-14T18:38:58.561Z Compiling data-encoding v2.10.0
17552026-08-14T18:38:58.610Z Compiling typed-path v0.9.3
17562026-08-14T18:38:58.651Z Compiling keccak v0.1.6
17572026-08-14T18:38:58.665Z Compiling precomputed-hash v0.1.1
17582026-08-14T18:38:58.699Z Compiling winnow v1.0.3
17592026-08-14T18:38:58.714Z Compiling static_assertions v1.1.0
17602026-08-14T18:38:58.778Z Compiling normalize-line-endings v0.3.0
17612026-08-14T18:38:58.792Z Compiling new_debug_unreachable v1.0.6
17622026-08-14T18:38:58.900Z Compiling fixedbitset v0.5.7
17632026-08-14T18:38:58.929Z Compiling fixedbitset v0.4.2
17642026-08-14T18:38:58.950Z Compiling difflib v0.4.0
17652026-08-14T18:38:58.965Z Compiling whoami v2.1.0
17662026-08-14T18:38:59.163Z Compiling cpufeatures v0.3.0
17672026-08-14T18:38:59.168Z Compiling either v1.15.0
17682026-08-14T18:38:59.169Z Compiling const-oid v0.10.2
17692026-08-14T18:38:59.296Z Compiling toml_edit v0.22.27
17702026-08-14T18:38:59.340Z Compiling chacha20 v0.10.0
17712026-08-14T18:38:59.354Z Compiling itertools v0.13.0
17722026-08-14T18:38:59.393Z Compiling digest v0.11.3
17732026-08-14T18:38:59.416Z Compiling tokio-postgres v0.7.16
17742026-08-14T18:38:59.438Z Compiling predicates v3.1.4
17752026-08-14T18:38:59.535Z Compiling elliptic-curve v0.13.8
17762026-08-14T18:38:59.650Z Compiling petgraph v0.6.5
17772026-08-14T18:38:59.660Z Compiling petgraph v0.8.3
17782026-08-14T18:38:59.702Z Compiling toml_parser v1.1.2+spec-1.1.0
17792026-08-14T18:38:59.861Z Compiling string_cache v0.8.9
17802026-08-14T18:38:59.913Z Compiling hickory-proto v0.25.2
17812026-08-14T18:38:59.953Z Compiling sha3 v0.10.8
17822026-08-14T18:39:00.084Z Compiling strum v0.26.3
17832026-08-14T18:39:00.112Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17842026-08-14T18:39:00.133Z Compiling usdt v0.6.0
17852026-08-14T18:39:00.240Z Compiling usdt-impl v0.5.0
17862026-08-14T18:39:00.282Z Compiling serde_with v3.21.0
17872026-08-14T18:39:00.362Z Compiling zip v4.6.1
17882026-08-14T18:39:00.439Z Compiling ed25519-dalek v2.2.0
17892026-08-14T18:39:00.454Z Compiling crossterm v0.28.1
17902026-08-14T18:39:00.454Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17912026-08-14T18:39:01.083Z Compiling iddqd v0.4.2
17922026-08-14T18:39:01.381Z Compiling similar v2.7.0
17932026-08-14T18:39:01.423Z Compiling tokio-stream v0.1.18
17942026-08-14T18:39:01.735Z Compiling buf-list v1.1.2
17952026-08-14T18:39:01.775Z Compiling crossbeam-epoch v0.9.18
17962026-08-14T18:39:01.804Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17972026-08-14T18:39:01.909Z Compiling openapiv3 v2.2.0
17982026-08-14T18:39:01.932Z Compiling peg-runtime v0.8.5
17992026-08-14T18:39:02.014Z Compiling lalrpop-util v0.19.12
18002026-08-14T18:39:02.066Z Compiling thread_local v1.1.9
18012026-08-14T18:39:02.107Z Compiling slog-async v2.8.0
18022026-08-14T18:39:02.115Z Compiling crossbeam-channel v0.5.15
18032026-08-14T18:39:02.121Z Compiling filetime v0.2.27
18042026-08-14T18:39:02.153Z Compiling is-terminal v0.4.17
18052026-08-14T18:39:02.218Z Compiling take_mut v0.2.2
18062026-08-14T18:39:02.226Z Compiling term v1.2.1
18072026-08-14T18:39:02.250Z Compiling xattr v1.6.1
18082026-08-14T18:39:02.266Z Compiling camino-tempfile v1.4.1
18092026-08-14T18:39:02.436Z Compiling tar v0.4.46
18102026-08-14T18:39:02.515Z Compiling slog-term v2.9.2
18112026-08-14T18:39:19.938Z Compiling rustls-webpki v0.103.13
18122026-08-14T18:39:24.171Z Compiling tokio-rustls v0.26.4
18132026-08-14T18:39:24.171Z Compiling rustls-platform-verifier v0.6.2
18142026-08-14T18:39:24.210Z Compiling tough v0.22.0
18152026-08-14T18:39:24.210Z Compiling hyper-rustls v0.27.7
18162026-08-14T18:39:24.210Z Compiling reqwest v0.13.2
18172026-08-14T18:39:25.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-08-14T18:39:25.427Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-08-14T18:39:28.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.74s
18202026-08-14T18:39:28.454Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18212026-08-14T18:39:28.506ZAug 14 18:39:27.448 INFO Starting download, target: Console
18222026-08-14T18:39:28.506ZAug 14 18:39:27.449 INFO Starting download, target: Cockroach
18232026-08-14T18:39:28.506ZAug 14 18:39:27.449 INFO Starting download, target: Clickhouse
18242026-08-14T18:39:28.506ZAug 14 18:39:27.449 INFO Starting download, target: DendriteStub
18252026-08-14T18:39:28.506ZAug 14 18:39:27.449 INFO Starting download, target: MaghemiteMgd
18262026-08-14T18:39:28.506ZAug 14 18:39:27.449 INFO Starting download, target: MaghemiteDdmd
18272026-08-14T18:39:28.510ZAug 14 18:39:27.449 INFO Starting download, target: TransceiverControl
18282026-08-14T18:39:28.510ZAug 14 18:39:27.449 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18292026-08-14T18:39:28.510ZAug 14 18:39:27.449 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18302026-08-14T18:39:28.510ZAug 14 18:39:27.450 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18312026-08-14T18:39:28.510ZAug 14 18:39:27.450 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18322026-08-14T18:39:28.510ZAug 14 18:39:27.450 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18332026-08-14T18:39:28.510ZAug 14 18:39:27.450 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18342026-08-14T18:39:28.510ZAug 14 18:39:27.450 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18352026-08-14T18:39:30.644ZAug 14 18:39:29.587 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18362026-08-14T18:39:30.885ZAug 14 18:39:29.826 INFO Download complete, target: Console
18372026-08-14T18:39:31.869ZAug 14 18:39:30.812 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18382026-08-14T18:39:38.226ZAug 14 18:39:37.168 INFO Checking that binary works, target: Clickhouse
18392026-08-14T18:39:38.316ZAug 14 18:39:37.258 INFO Download complete, target: Clickhouse
18402026-08-14T18:39:55.295ZAug 14 18:39:54.227 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18412026-08-14T18:39:55.614ZAug 14 18:39:54.446 INFO Download complete, target: TransceiverControl
18422026-08-14T18:40:02.168ZAug 14 18:40:00.931 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18432026-08-14T18:40:02.454ZAug 14 18:40:01.382 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18442026-08-14T18:40:03.172ZAug 14 18:40:02.059 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18452026-08-14T18:40:04.176ZAug 14 18:40:03.119 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18462026-08-14T18:40:04.176ZAug 14 18:40:03.119 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18472026-08-14T18:40:04.730ZAug 14 18:40:03.673 INFO Download complete, target: MaghemiteDdmd
18482026-08-14T18:40:04.735ZAug 14 18:40:03.674 INFO Download complete, target: DendriteStub
18492026-08-14T18:40:05.661ZAug 14 18:40:04.604 INFO Download complete, target: MaghemiteMgd
18502026-08-14T18:40:08.660ZAug 14 18:40:07.603 INFO Checking that binary works, target: Cockroach
18512026-08-14T18:40:08.780ZAug 14 18:40:07.722 INFO Download complete, target: Cockroach
18522026-08-14T18:40:08.785ZAll prerequisites installed successfully
18532026-08-14T18:40:08.789Z
18542026-08-14T18:40:08.789Zreal 1:58.867291002
18552026-08-14T18:40:08.789Zuser 7:08.237326968
18562026-08-14T18:40:08.789Zsys 1:41.486508266
18572026-08-14T18:40:08.789Ztrap 0.253735584
18582026-08-14T18:40:08.789Ztflt 0.875559194
18592026-08-14T18:40:08.789Zdflt 1.773817368
18602026-08-14T18:40:08.790Zkflt 0.023244218
18612026-08-14T18:40:08.790Zlock 38:12.029756028
18622026-08-14T18:40:08.790Zslp 20:15.879394226
18632026-08-14T18:40:08.790Zlat 24.711400571
18642026-08-14T18:40:08.790Zstop 2:49.786279305
18652026-08-14T18:40:08.790Z+ source ./tools/include/force-git-over-https.sh
18662026-08-14T18:40:08.790Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18672026-08-14T18:40:08.790Z++ (( i = 0 ))
18682026-08-14T18:40:08.790Z++ (( i < 5 ))
18692026-08-14T18:40:08.791Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18702026-08-14T18:40:08.795Z++ (( i++ ))
18712026-08-14T18:40:08.795Z++ (( i < 5 ))
18722026-08-14T18:40:08.795Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18732026-08-14T18:40:08.795Z++ (( i++ ))
18742026-08-14T18:40:08.795Z++ (( i < 5 ))
18752026-08-14T18:40:08.795Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18762026-08-14T18:40:08.799Z++ (( i++ ))
18772026-08-14T18:40:08.799Z++ (( i < 5 ))
18782026-08-14T18:40:08.799Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18792026-08-14T18:40:08.799Z++ (( i++ ))
18802026-08-14T18:40:08.799Z++ (( i < 5 ))
18812026-08-14T18:40:08.799Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18822026-08-14T18:40:08.803Z++ (( i++ ))
18832026-08-14T18:40:08.803Z++ (( i < 5 ))
18842026-08-14T18:40:08.803Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18852026-08-14T18:40:08.803Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18862026-08-14T18:40:08.803Z+ rc=0
18872026-08-14T18:40:08.803Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18882026-08-14T18:40:17.893Z+ case $rc in
18892026-08-14T18:40:17.894Z+ pfexec zfs create -p rpool/images/build/host
18902026-08-14T18:40:18.158Z+ pfexec zfs create -p rpool/images/build/recovery
18912026-08-14T18:40:18.230Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18922026-08-14T18:40:18.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18932026-08-14T18:40:18.697Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18942026-08-14T18:40:19.530Z Compiling proc-macro2 v1.0.106
18952026-08-14T18:40:19.530Z Compiling quote v1.0.45
18962026-08-14T18:40:19.534Z Compiling unicode-ident v1.0.24
18972026-08-14T18:40:19.534Z Compiling libc v0.2.185
18982026-08-14T18:40:19.534Z Compiling serde_core v1.0.228
18992026-08-14T18:40:19.534Z Compiling serde v1.0.228
19002026-08-14T18:40:19.534Z Compiling cfg-if v1.0.4
19012026-08-14T18:40:19.534Z Compiling find-msvc-tools v0.1.9
19022026-08-14T18:40:19.666Z Compiling shlex v1.3.0
19032026-08-14T18:40:19.672Z Compiling autocfg v1.5.0
19042026-08-14T18:40:19.672Z Compiling version_check v0.9.5
19052026-08-14T18:40:19.672Z Compiling zerocopy v0.8.40
19062026-08-14T18:40:19.672Z Compiling portable-atomic v1.13.1
19072026-08-14T18:40:19.672Z Compiling zmij v1.0.21
19082026-08-14T18:40:19.672Z Compiling memchr v2.8.0
19092026-08-14T18:40:19.791Z Compiling serde_json v1.0.151
19102026-08-14T18:40:19.812Z Compiling libm v0.2.16
19112026-08-14T18:40:20.097Z Compiling getrandom v0.4.1
19122026-08-14T18:40:20.114Z Compiling parking_lot_core v0.9.12
19132026-08-14T18:40:20.155Z Compiling pkg-config v0.3.32
19142026-08-14T18:40:20.185Z Compiling icu_properties_data v2.1.2
19152026-08-14T18:40:20.198Z Compiling icu_normalizer_data v2.1.1
19162026-08-14T18:40:20.227Z Compiling smallvec v1.15.1
19172026-08-14T18:40:20.241Z Compiling generic-array v0.14.7
19182026-08-14T18:40:20.272Z Compiling num-traits v0.2.19
19192026-08-14T18:40:20.301Z Compiling log v0.4.29
19202026-08-14T18:40:20.387Z Compiling itoa v1.0.17
19212026-08-14T18:40:20.406Z Compiling getrandom v0.3.4
19222026-08-14T18:40:20.454Z Compiling subtle v2.6.1
19232026-08-14T18:40:20.469Z Compiling rustix v1.1.3
19242026-08-14T18:40:20.573Z Compiling scopeguard v1.2.0
19252026-08-14T18:40:20.611Z Compiling stable_deref_trait v1.2.1
19262026-08-14T18:40:20.645Z Compiling jobserver v0.1.34
19272026-08-14T18:40:20.669Z Compiling errno v0.3.14
19282026-08-14T18:40:20.706Z Compiling lock_api v0.4.14
19292026-08-14T18:40:20.719Z Compiling typenum v1.20.1
19302026-08-14T18:40:20.779Z Compiling critical-section v1.2.0
19312026-08-14T18:40:20.845Z Compiling thiserror v2.0.18
19322026-08-14T18:40:20.850Z Compiling rand_core v0.10.0
19332026-08-14T18:40:20.861Z Compiling cc v1.2.56
19342026-08-14T18:40:20.948Z Compiling syn v2.0.117
19352026-08-14T18:40:21.068Z Compiling getrandom v0.2.17
19362026-08-14T18:40:21.106Z Compiling dunce v1.0.5
19372026-08-14T18:40:21.134Z Compiling fs_extra v1.3.0
19382026-08-14T18:40:21.159Z Compiling heck v0.5.0
19392026-08-14T18:40:21.220Z Compiling rand_core v0.6.4
19402026-08-14T18:40:21.264Z Compiling writeable v0.6.2
19412026-08-14T18:40:21.271Z Compiling litemap v0.8.1
19422026-08-14T18:40:21.311Z Compiling once_cell v1.21.3
19432026-08-14T18:40:21.315Z Compiling percent-encoding v2.3.2
19442026-08-14T18:40:21.432Z Compiling const-oid v0.9.6
19452026-08-14T18:40:21.552Z Compiling schemars v0.8.22
19462026-08-14T18:40:21.581Z Compiling pin-project-lite v0.2.17
19472026-08-14T18:40:21.672Z Compiling cmake v0.1.57
19482026-08-14T18:40:21.715Z Compiling equivalent v1.0.2
19492026-08-14T18:40:21.744Z Compiling signal-hook-registry v1.4.8
19502026-08-14T18:40:21.797Z Compiling rustversion v1.0.22
19512026-08-14T18:40:21.831Z Compiling aws-lc-rs v1.16.3
19522026-08-14T18:40:21.846Z Compiling bitflags v2.11.0
19532026-08-14T18:40:21.899Z Compiling semver v1.0.28
19542026-08-14T18:40:22.129Z Compiling futures-core v0.3.32
19552026-08-14T18:40:22.210Z Compiling parking_lot v0.12.5
19562026-08-14T18:40:22.214Z Compiling aws-lc-sys v0.40.0
19572026-08-14T18:40:22.238Z Compiling mio v1.2.0
19582026-08-14T18:40:22.330Z Compiling utf8_iter v1.0.4
19592026-08-14T18:40:22.343Z Compiling crc32fast v1.5.0
19602026-08-14T18:40:22.470Z Compiling form_urlencoded v1.2.2
19612026-08-14T18:40:22.659Z Compiling fnv v1.0.7
19622026-08-14T18:40:22.669Z Compiling byteorder v1.5.0
19632026-08-14T18:40:22.766Z Compiling hashbrown v0.17.0
19642026-08-14T18:40:22.797Z Compiling strsim v0.11.1
19652026-08-14T18:40:22.827Z Compiling syn v1.0.109
19662026-08-14T18:40:22.902Z Compiling vcpkg v0.2.15
19672026-08-14T18:40:23.009Z Compiling socket2 v0.6.3
19682026-08-14T18:40:23.217Z Compiling radium v0.7.0
19692026-08-14T18:40:23.253Z Compiling futures-sink v0.3.32
19702026-08-14T18:40:23.257Z Compiling httparse v1.10.1
19712026-08-14T18:40:23.409Z Compiling futures-channel v0.3.32
19722026-08-14T18:40:23.456Z Compiling indexmap v2.14.0
19732026-08-14T18:40:23.481Z Compiling slab v0.4.12
19742026-08-14T18:40:23.498Z Compiling iana-time-zone v0.1.65
19752026-08-14T18:40:23.513Z Compiling openssl-sys v0.9.117
19762026-08-14T18:40:23.538Z Compiling thiserror v1.0.69
19772026-08-14T18:40:23.557Z Compiling futures-io v0.3.32
19782026-08-14T18:40:23.586Z Compiling futures-task v0.3.32
19792026-08-14T18:40:23.732Z Compiling base64 v0.22.1
19802026-08-14T18:40:23.787Z Compiling rustls v0.23.41
19812026-08-14T18:40:23.809Z Compiling synstructure v0.13.2
19822026-08-14T18:40:23.828Z Compiling serde_derive_internals v0.29.1
19832026-08-14T18:40:23.828Z Compiling maybe-uninit v2.0.0
19842026-08-14T18:40:23.887Z Compiling rustc_version v0.4.1
19852026-08-14T18:40:24.116Z Compiling bzip2-sys v0.1.13+1.0.8
19862026-08-14T18:40:24.135Z Compiling uuid v1.23.4
19872026-08-14T18:40:24.135Z Compiling ahash v0.8.12
19882026-08-14T18:40:24.179Z Compiling num-bigint-dig v0.8.6
19892026-08-14T18:40:24.245Z Compiling ident_case v1.0.1
19902026-08-14T18:40:24.268Z Compiling regex-syntax v0.8.10
19912026-08-14T18:40:24.289Z Compiling packed_struct v0.10.1
19922026-08-14T18:40:24.293Z Compiling ucd-trie v0.1.7
19932026-08-14T18:40:24.319Z Compiling base64ct v1.8.3
19942026-08-14T18:40:24.357Z Compiling rand_core v0.9.5
19952026-08-14T18:40:24.403Z Compiling dyn-clone v1.0.20
19962026-08-14T18:40:24.458Z Compiling pest v2.8.6
19972026-08-14T18:40:24.547Z Compiling flagset v0.4.7
19982026-08-14T18:40:24.564Z Compiling openssl v0.10.80
19992026-08-14T18:40:24.631Z Compiling pem-rfc7468 v0.7.0
20002026-08-14T18:40:24.653Z Compiling fastrand v2.3.0
20012026-08-14T18:40:24.718Z Compiling indexmap v1.9.3
20022026-08-14T18:40:24.721Z Compiling utf8parse v0.2.2
20032026-08-14T18:40:24.795Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20042026-08-14T18:40:24.891Z Compiling tempfile v3.25.0
20052026-08-14T18:40:24.910Z Compiling paste v1.0.15
20062026-08-14T18:40:24.944Z Compiling cpufeatures v0.2.17
20072026-08-14T18:40:25.029Z Compiling native-tls v0.2.18
20082026-08-14T18:40:25.045Z Compiling anstyle v1.0.14
20092026-08-14T18:40:25.058Z Compiling serde_derive v1.0.228
20102026-08-14T18:40:25.079Z Compiling zeroize_derive v1.5.0
20112026-08-14T18:40:25.164Z Compiling zerofrom-derive v0.1.6
20122026-08-14T18:40:25.203Z Compiling zerocopy-derive v0.8.40
20132026-08-14T18:40:25.211Z Compiling yoke-derive v0.8.1
20142026-08-14T18:40:25.262Z Compiling zerovec-derive v0.11.2
20152026-08-14T18:40:25.283Z Compiling displaydoc v0.2.5
20162026-08-14T18:40:25.332Z Compiling tokio-macros v2.7.0
20172026-08-14T18:40:25.347Z Compiling futures-macro v0.3.32
20182026-08-14T18:40:25.722Z Compiling der_derive v0.7.3
20192026-08-14T18:40:25.744Z Compiling zeroize v1.9.0
20202026-08-14T18:40:25.824Z Compiling thiserror-impl v2.0.18
20212026-08-14T18:40:26.023Z Compiling schemars_derive v0.8.22
20222026-08-14T18:40:26.075Z Compiling tracing-attributes v0.1.31
20232026-08-14T18:40:26.163Z Compiling futures-util v0.3.32
20242026-08-14T18:40:26.208Z Compiling thiserror-impl v1.0.69
20252026-08-14T18:40:26.300Z Compiling zerofrom v0.1.6
20262026-08-14T18:40:26.460Z Compiling yoke v0.8.1
20272026-08-14T18:40:26.621Z Compiling block-buffer v0.10.4
20282026-08-14T18:40:26.671Z Compiling zerovec v0.11.5
20292026-08-14T18:40:26.689Z Compiling zerotrie v0.2.3
20302026-08-14T18:40:26.811Z Compiling crypto-common v0.1.7
20312026-08-14T18:40:26.961Z Compiling digest v0.10.7
20322026-08-14T18:40:27.172Z Compiling tinystr v0.8.2
20332026-08-14T18:40:27.185Z Compiling potential_utf v0.1.4
20342026-08-14T18:40:27.198Z Compiling clap_derive v4.6.1
20352026-08-14T18:40:27.302Z Compiling der v0.7.10
20362026-08-14T18:40:27.342Z Compiling icu_locale_core v2.1.1
20372026-08-14T18:40:27.370Z Compiling icu_collections v2.1.1
20382026-08-14T18:40:27.388Z Compiling packed_struct_codegen v0.10.1
20392026-08-14T18:40:27.419Z Compiling pest_meta v2.8.6
20402026-08-14T18:40:27.480Z Compiling zerocopy-derive v0.6.6
20412026-08-14T18:40:28.139Z Compiling icu_provider v2.1.1
20422026-08-14T18:40:28.177Z Compiling bitfield-macros v0.19.4
20432026-08-14T18:40:28.238Z Compiling bytes v1.11.1
20442026-08-14T18:40:28.502Z Compiling icu_normalizer v2.1.1
20452026-08-14T18:40:28.520Z Compiling icu_properties v2.1.2
20462026-08-14T18:40:28.864Z Compiling tokio v1.52.1
20472026-08-14T18:40:28.948Z Compiling chrono v0.4.45
20482026-08-14T18:40:28.962Z Compiling hex v0.4.3
20492026-08-14T18:40:29.002Z Compiling spki v0.7.3
20502026-08-14T18:40:29.147Z Compiling pest_generator v2.8.6
20512026-08-14T18:40:29.310Z Compiling openssl-macros v0.1.1
20522026-08-14T18:40:29.427Z Compiling idna_adapter v1.2.1
20532026-08-14T18:40:29.577Z Compiling ppv-lite86 v0.2.21
20542026-08-14T18:40:29.652Z Compiling idna v1.1.0
20552026-08-14T18:40:29.799Z Compiling pest_derive v2.8.6
20562026-08-14T18:40:29.968Z Compiling url v2.5.8
20572026-08-14T18:40:30.038Z Compiling scroll_derive v0.13.1
20582026-08-14T18:40:30.125Z Compiling rand_chacha v0.9.0
20592026-08-14T18:40:30.283Z Compiling crossbeam-utils v0.8.21
20602026-08-14T18:40:30.416Z Compiling rand v0.9.2
20612026-08-14T18:40:30.577Z Compiling colorchoice v1.0.4
20622026-08-14T18:40:30.597Z Compiling camino v1.2.2
20632026-08-14T18:40:30.650Z Compiling anstyle-query v1.1.5
20642026-08-14T18:40:30.697Z Compiling is_terminal_polyfill v1.70.2
20652026-08-14T18:40:30.779Z Compiling pkcs8 v0.10.2
20662026-08-14T18:40:30.881Z Compiling http v1.4.2
20672026-08-14T18:40:31.020Z Compiling sha2 v0.10.9
20682026-08-14T18:40:31.052Z Compiling rustls-pki-types v1.14.0
20692026-08-14T18:40:31.100Z Compiling daft-derive v0.1.7
20702026-08-14T18:40:31.218Z Compiling spin v0.9.8
20712026-08-14T18:40:31.276Z Compiling tinyvec_macros v0.1.1
20722026-08-14T18:40:31.367Z Compiling num-conv v0.2.0
20732026-08-14T18:40:31.519Z Compiling time-core v0.1.8
20742026-08-14T18:40:31.546Z Compiling tinyvec v1.10.0
20752026-08-14T18:40:31.686Z Compiling time-macros v0.2.27
20762026-08-14T18:40:31.824Z Compiling structmeta-derive v0.3.0
20772026-08-14T18:40:31.824Z Compiling async-trait v0.1.89
20782026-08-14T18:40:31.886Z Compiling anstyle-parse v1.0.0
20792026-08-14T18:40:31.934Z Compiling tracing-core v0.1.36
20802026-08-14T18:40:32.124Z Compiling untrusted v0.7.1
20812026-08-14T18:40:32.204Z Compiling plain v0.2.3
20822026-08-14T18:40:32.264Z Compiling simd-adler32 v0.3.8
20832026-08-14T18:40:32.333Z Compiling cmov v0.5.4
20842026-08-14T18:40:32.508Z Compiling unicode-segmentation v1.12.0
20852026-08-14T18:40:32.530Z Compiling tracing v0.1.44
20862026-08-14T18:40:32.578Z Compiling ctutils v0.4.2
20872026-08-14T18:40:32.609Z Compiling anstream v1.0.0
20882026-08-14T18:40:32.735Z Compiling http-body v1.0.1
20892026-08-14T18:40:32.827Z Compiling tokio-util v0.7.18
20902026-08-14T18:40:32.842Z Compiling structmeta v0.3.0
20912026-08-14T18:40:32.896Z Compiling toml_datetime v0.6.11
20922026-08-14T18:40:32.912Z Compiling serde_spanned v0.6.9
20932026-08-14T18:40:32.970Z Compiling pin-project-internal v1.1.11
20942026-08-14T18:40:33.090Z Compiling terminal_size v0.4.3
20952026-08-14T18:40:33.122Z Compiling slog v2.8.2
20962026-08-14T18:40:33.142Z Compiling wait-timeout v0.2.1
20972026-08-14T18:40:33.259Z Compiling cookie v0.18.1
20982026-08-14T18:40:33.314Z Compiling quick-error v1.2.3
20992026-08-14T18:40:33.393Z Compiling openssl-probe v0.2.1
21002026-08-14T18:40:33.440Z Compiling bit-vec v0.8.0
21012026-08-14T18:40:33.444Z Compiling clap_lex v1.0.0
21022026-08-14T18:40:33.471Z Compiling adler2 v2.0.1
21032026-08-14T18:40:33.608Z Compiling untrusted v0.9.0
21042026-08-14T18:40:33.667Z Compiling tap v1.0.1
21052026-08-14T18:40:33.684Z Compiling zstd-safe v7.2.4
21062026-08-14T18:40:33.713Z Compiling clap_builder v4.6.0
21072026-08-14T18:40:33.763Z Compiling bit-set v0.8.0
21082026-08-14T18:40:33.800Z Compiling wyz v0.5.1
21092026-08-14T18:40:33.838Z Compiling miniz_oxide v0.8.9
21102026-08-14T18:40:33.864Z Compiling rusty-fork v0.3.1
21112026-08-14T18:40:34.037Z Compiling derive-ex v0.1.8
21122026-08-14T18:40:34.067Z Compiling heck v0.4.1
21132026-08-14T18:40:34.140Z Compiling hybrid-array v0.4.13
21142026-08-14T18:40:34.210Z Compiling unicode-normalization v0.1.25
21152026-08-14T18:40:34.263Z Compiling rand_chacha v0.3.1
21162026-08-14T18:40:34.311Z Compiling signature v2.2.0
21172026-08-14T18:40:34.326Z Compiling scroll_derive v0.12.1
21182026-08-14T18:40:34.510Z Compiling rand_xorshift v0.4.0
21192026-08-14T18:40:34.525Z Compiling heapless v0.7.17
21202026-08-14T18:40:34.788Z Compiling num-integer v0.1.46
21212026-08-14T18:40:34.803Z Compiling aho-corasick v1.1.4
21222026-08-14T18:40:34.835Z Compiling tower-service v0.3.3
21232026-08-14T18:40:34.895Z Compiling pretty-hex v0.4.1
21242026-08-14T18:40:34.952Z Compiling anyhow v1.0.102
21252026-08-14T18:40:34.967Z Compiling funty v2.0.0
21262026-08-14T18:40:35.021Z Compiling zlib-rs v0.6.2
21272026-08-14T18:40:35.036Z Compiling signal-hook v0.3.18
21282026-08-14T18:40:35.264Z Compiling atomic-waker v1.1.2
21292026-08-14T18:40:35.264Z Compiling tower-layer v0.3.3
21302026-08-14T18:40:35.297Z Compiling rustix v0.38.44
21312026-08-14T18:40:35.301Z Compiling usdt-impl v0.6.0
21322026-08-14T18:40:35.301Z Compiling try-lock v0.2.5
21332026-08-14T18:40:35.418Z Compiling unarray v0.1.4
21342026-08-14T18:40:35.500Z Compiling want v0.3.1
21352026-08-14T18:40:35.542Z Compiling proptest v1.11.0
21362026-08-14T18:40:35.556Z Compiling h2 v0.4.15
21372026-08-14T18:40:35.570Z Compiling test-strategy v0.4.5
21382026-08-14T18:40:35.639Z Compiling regex-automata v0.4.14
21392026-08-14T18:40:35.643Z Compiling clap v4.6.1
21402026-08-14T18:40:35.689Z Compiling bitvec v1.0.1
21412026-08-14T18:40:35.750Z Compiling num-iter v0.1.45
21422026-08-14T18:40:36.324Z Compiling rand v0.8.6
21432026-08-14T18:40:36.398Z Compiling snafu-derive v0.8.9
21442026-08-14T18:40:36.874Z Compiling ipnetwork v0.21.1
21452026-08-14T18:40:37.309Z Compiling flate2 v1.1.9
21462026-08-14T18:40:37.374Z Compiling lazy_static v1.5.0
21472026-08-14T18:40:37.514Z Compiling scroll v0.13.0
21482026-08-14T18:40:37.532Z Compiling ipnet v2.11.0
21492026-08-14T18:40:37.906Z Compiling strum_macros v0.26.4
21502026-08-14T18:40:37.985Z Compiling anstyle-parse v0.2.7
21512026-08-14T18:40:38.301Z Compiling darling_core v0.20.11
21522026-08-14T18:40:38.414Z Compiling darling_core v0.23.0
21532026-08-14T18:40:39.247Z Compiling nodrop v0.1.14
21542026-08-14T18:40:39.264Z Compiling httpdate v1.0.3
21552026-08-14T18:40:39.370Z Compiling foreign-types-shared v0.1.1
21562026-08-14T18:40:39.487Z Compiling crc-catalog v2.4.0
21572026-08-14T18:40:39.597Z Compiling winnow v0.5.40
21582026-08-14T18:40:39.633Z Compiling crc v3.4.0
21592026-08-14T18:40:39.671Z Compiling foreign-types v0.3.2
21602026-08-14T18:40:39.734Z Compiling hyper v1.10.1
21612026-08-14T18:40:39.767Z Compiling array-init v0.0.4
21622026-08-14T18:40:40.319Z Compiling darling_macro v0.20.11
21632026-08-14T18:40:40.344Z Compiling anstream v0.6.21
21642026-08-14T18:40:40.667Z Compiling darling_macro v0.23.0
21652026-08-14T18:40:40.844Z Compiling newtype-uuid v1.3.2
21662026-08-14T18:40:40.896Z Compiling goblin v0.10.5
21672026-08-14T18:40:41.125Z Compiling toml_edit v0.19.15
21682026-08-14T18:40:41.358Z Compiling oxnet v0.1.6
21692026-08-14T18:40:41.375Z Compiling smallvec v0.6.14
21702026-08-14T18:40:41.630Z Compiling pkcs1 v0.7.5
21712026-08-14T18:40:41.938Z Compiling bitfield v0.19.4
21722026-08-14T18:40:42.004Z Compiling zerocopy v0.6.6
21732026-08-14T18:40:42.243Z Compiling zerocopy-derive v0.7.35
21742026-08-14T18:40:42.334Z Compiling curve25519-dalek v4.1.3
21752026-08-14T18:40:42.597Z Compiling socket2 v0.5.10
21762026-08-14T18:40:42.945Z Compiling env_filter v1.0.0
21772026-08-14T18:40:42.986Z Compiling memoffset v0.9.1
21782026-08-14T18:40:43.003Z Compiling ref-cast v1.0.25
21792026-08-14T18:40:43.060Z Compiling litrs v1.0.0
21802026-08-14T18:40:43.332Z Compiling base64 v0.21.7
21812026-08-14T18:40:43.382Z Compiling hashbrown v0.12.3
21822026-08-14T18:40:43.577Z Compiling smoltcp v0.9.1
21832026-08-14T18:40:43.676Z Compiling dof v0.4.0
21842026-08-14T18:40:43.693Z Compiling ron v0.8.1
21852026-08-14T18:40:43.798Z Compiling document-features v0.2.12
21862026-08-14T18:40:43.935Z Compiling env_logger v0.11.9
21872026-08-14T18:40:43.978Z Compiling hyper-util v0.1.20
21882026-08-14T18:40:44.435Z Compiling toml v0.7.8
21892026-08-14T18:40:44.478Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21902026-08-14T18:40:44.548Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21912026-08-14T18:40:44.680Z Compiling rsa v0.9.10
21922026-08-14T18:40:44.756Z Compiling daft v0.1.7
21932026-08-14T18:40:45.075Z Compiling serde-hex v0.1.0
21942026-08-14T18:40:45.201Z Compiling darling v0.23.0
21952026-08-14T18:40:45.237Z Compiling bzip2 v0.4.4
21962026-08-14T18:40:45.301Z Compiling darling v0.20.11
21972026-08-14T18:40:45.402Z Compiling hashbrown v0.13.2
21982026-08-14T18:40:45.881Z Compiling dtrace-parser v0.3.0
21992026-08-14T18:40:45.942Z Compiling x509-cert v0.2.5
22002026-08-14T18:40:46.027Z Compiling hmac v0.12.1
22012026-08-14T18:40:46.186Z Compiling async-recursion v1.1.1
22022026-08-14T18:40:46.346Z Compiling sync_wrapper v1.0.2
22032026-08-14T18:40:46.466Z Compiling thread-id v5.1.0
22042026-08-14T18:40:46.520Z Compiling cfg_aliases v0.2.1
22052026-08-14T18:40:46.565Z Compiling crc-any v2.5.0
22062026-08-14T18:40:46.618Z Compiling siphasher v1.0.2
22072026-08-14T18:40:46.818Z Compiling powerfmt v0.2.0
22082026-08-14T18:40:46.967Z Compiling deranged v0.5.8
22092026-08-14T18:40:47.167Z Compiling nix v0.31.2
22102026-08-14T18:40:47.219Z Compiling tower v0.5.3
22112026-08-14T18:40:47.781Z Compiling object v0.30.4
22122026-08-14T18:40:48.265Z Compiling zip v0.6.6
22132026-08-14T18:40:48.296Z Compiling derive_builder_core v0.20.2
22142026-08-14T18:40:48.488Z Compiling serde_with_macros v3.21.0
22152026-08-14T18:40:48.594Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22162026-08-14T18:40:49.120Z Compiling bstr v1.12.1
22172026-08-14T18:40:49.235Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-08-14T18:40:49.325Z Compiling crypto-common v0.2.2
22192026-08-14T18:40:49.440Z Compiling block-buffer v0.12.1
22202026-08-14T18:40:49.654Z Compiling http-body-util v0.1.3
22212026-08-14T18:40:49.931Z Compiling futures-executor v0.3.32
22222026-08-14T18:40:49.955Z Compiling serde_tokenstream v0.2.3
22232026-08-14T18:40:50.124Z Compiling erased-serde v0.3.31
22242026-08-14T18:40:50.208Z Compiling hubpack_derive v0.1.1
22252026-08-14T18:40:50.337Z Compiling ref-cast-impl v1.0.25
22262026-08-14T18:40:50.425Z Compiling strum_macros v0.27.2
22272026-08-14T18:40:50.452Z Compiling curve25519-dalek-derive v0.1.1
22282026-08-14T18:40:50.651Z Compiling fs-err v3.3.0
22292026-08-14T18:40:50.666Z Compiling usdt-impl v0.5.0
22302026-08-14T18:40:50.850Z Compiling unicode-bidi v0.3.18
22312026-08-14T18:40:50.871Z Compiling same-file v1.0.6
22322026-08-14T18:40:50.892Z Compiling iri-string v0.7.10
22332026-08-14T18:40:51.224Z Compiling ryu v1.0.23
22342026-08-14T18:40:51.330Z Compiling path-slash v0.1.5
22352026-08-14T18:40:51.423Z Compiling num_threads v0.1.7
22362026-08-14T18:40:51.462Z Compiling unicode-properties v0.1.4
22372026-08-14T18:40:51.495Z Compiling object v0.37.3
22382026-08-14T18:40:51.530Z Compiling allocator-api2 v0.2.21
22392026-08-14T18:40:51.684Z Compiling stringprep v0.1.5
22402026-08-14T18:40:51.748Z Compiling time v0.3.47
22412026-08-14T18:40:51.875Z Compiling serde_urlencoded v0.7.1
22422026-08-14T18:40:52.345Z Compiling tower-http v0.6.8
22432026-08-14T18:40:53.006Z Compiling walkdir v2.5.0
22442026-08-14T18:40:53.416Z Compiling futures v0.3.32
22452026-08-14T18:40:53.832Z Compiling derive_builder_macro v0.20.2
22462026-08-14T18:40:53.994Z Compiling tokio-native-tls v0.3.1
22472026-08-14T18:40:54.162Z Compiling strum v0.26.3
22482026-08-14T18:40:54.357Z Compiling block-padding v0.4.2
22492026-08-14T18:40:54.430Z Compiling scroll v0.12.0
22502026-08-14T18:40:54.540Z Compiling pin-project v1.1.11
22512026-08-14T18:40:54.576Z Compiling rustls-native-certs v0.8.3
22522026-08-14T18:40:54.665Z Compiling md-5 v0.10.6
22532026-08-14T18:40:54.720Z Compiling vergen-lib v9.1.0
22542026-08-14T18:40:54.794Z Compiling hash32 v0.2.1
22552026-08-14T18:40:54.831Z Compiling encoding_rs v0.8.35
22562026-08-14T18:40:54.877Z Compiling fallible-iterator v0.2.0
22572026-08-14T18:40:54.923Z Compiling jiff-core v0.1.0
22582026-08-14T18:40:55.021Z Compiling cpufeatures v0.3.0
22592026-08-14T18:40:55.088Z Compiling mime v0.3.17
22602026-08-14T18:40:55.172Z Compiling psl-types v2.0.11
22612026-08-14T18:40:55.201Z Compiling postgres-protocol v0.6.10
22622026-08-14T18:40:55.283Z Compiling publicsuffix v2.3.0
22632026-08-14T18:40:55.333Z Compiling goblin v0.8.2
22642026-08-14T18:40:55.499Z Compiling snafu v0.8.9
22652026-08-14T18:40:55.685Z Compiling inout v0.2.2
22662026-08-14T18:40:55.865Z Compiling jiff v0.2.34
22672026-08-14T18:40:55.928Z Compiling derive_builder v0.20.2
22682026-08-14T18:40:56.054Z Compiling hyper-tls v0.6.0
22692026-08-14T18:40:56.269Z Compiling usdt-macro v0.6.0
22702026-08-14T18:40:56.296Z Compiling usdt-attr-macro v0.6.0
22712026-08-14T18:40:56.362Z Compiling globset v0.4.18
22722026-08-14T18:40:56.366Z Compiling phf_shared v0.13.1
22732026-08-14T18:40:56.393Z Compiling crossbeam-epoch v0.9.18
22742026-08-14T18:40:56.523Z Compiling zerocopy v0.7.35
22752026-08-14T18:40:56.630Z Compiling regex v1.12.3
22762026-08-14T18:40:57.074Z Compiling serde_plain v1.0.2
22772026-08-14T18:40:57.090Z Compiling enum-as-inner v0.6.1
22782026-08-14T18:40:57.093Z Compiling serde_repr v0.1.20
22792026-08-14T18:40:57.309Z Compiling pem v3.0.6
22802026-08-14T18:40:57.336Z Compiling vergen v9.1.0
22812026-08-14T18:40:57.367Z Compiling cargo-platform v0.3.2
22822026-08-14T18:40:57.557Z Compiling ff v0.13.1
22832026-08-14T18:40:57.623Z Compiling filetime v0.2.27
22842026-08-14T18:40:57.640Z Compiling foldhash v0.2.0
22852026-08-14T18:40:57.644Z Compiling libbz2-rs-sys v0.2.2
22862026-08-14T18:40:57.710Z Compiling typed-path v0.9.3
22872026-08-14T18:40:57.807Z Compiling base16ct v0.2.0
22882026-08-14T18:40:58.018Z Compiling bumpalo v3.20.2
22892026-08-14T18:40:58.036Z Compiling managed v0.8.0
22902026-08-14T18:40:58.123Z Compiling const-oid v0.10.2
22912026-08-14T18:40:58.157Z Compiling bitflags v1.3.2
22922026-08-14T18:40:58.243Z Compiling foldhash v0.1.5
22932026-08-14T18:40:58.289Z Compiling xattr v1.6.1
22942026-08-14T18:40:58.306Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22952026-08-14T18:40:58.425Z Compiling tar v0.4.46
22962026-08-14T18:40:58.442Z Compiling hashbrown v0.15.5
22972026-08-14T18:40:58.446Z Compiling digest v0.11.3
22982026-08-14T18:40:58.481Z Compiling zopfli v0.8.3
22992026-08-14T18:40:58.934Z Compiling bzip2 v0.6.1
23002026-08-14T18:40:59.050Z Compiling sec1 v0.7.3
23012026-08-14T18:40:59.063Z Compiling hashbrown v0.16.1
23022026-08-14T18:40:59.126Z Compiling group v0.13.0
23032026-08-14T18:40:59.221Z Compiling dof v0.3.0
23042026-08-14T18:40:59.250Z Compiling cargo_metadata v0.23.1
23052026-08-14T18:40:59.835Z Compiling phf v0.13.1
23062026-08-14T18:41:00.009Z Compiling zstd v0.13.3
23072026-08-14T18:41:00.277Z Compiling reqwest v0.12.28
23082026-08-14T18:41:00.482Z Compiling signal-hook-mio v0.2.5
23092026-08-14T18:41:00.563Z Compiling cipher v0.5.2
23102026-08-14T18:41:00.612Z Compiling cookie_store v0.22.1
23112026-08-14T18:41:00.626Z Compiling postgres-types v0.2.12
23122026-08-14T18:41:00.722Z Compiling strum v0.27.2
23132026-08-14T18:41:00.872Z Compiling hubpack v0.1.2
23142026-08-14T18:41:00.992Z Compiling phf_shared v0.11.3
23152026-08-14T18:41:01.012Z Compiling hkdf v0.12.4
23162026-08-14T18:41:01.119Z Compiling dtrace-parser v0.2.0
23172026-08-14T18:41:01.140Z Compiling ed25519 v2.2.3
23182026-08-14T18:41:01.174Z Compiling byte-wrapper v0.1.0
23192026-08-14T18:41:01.194Z Compiling olpc-cjson v0.1.4
23202026-08-14T18:41:01.465Z Compiling serde-big-array v0.5.1
23212026-08-14T18:41:01.619Z Compiling crypto-bigint v0.5.5
23222026-08-14T18:41:01.652Z Compiling float-cmp v0.10.0
23232026-08-14T18:41:01.726Z Compiling memmap2 v0.9.10
23242026-08-14T18:41:01.773Z Compiling thread-id v4.2.2
23252026-08-14T18:41:01.924Z Compiling either v1.15.0
23262026-08-14T18:41:01.994Z Compiling normalize-line-endings v0.3.0
23272026-08-14T18:41:02.036Z Compiling keccak v0.1.6
23282026-08-14T18:41:02.051Z Compiling difflib v0.4.0
23292026-08-14T18:41:02.105Z Compiling predicates-core v1.0.10
23302026-08-14T18:41:02.155Z Compiling fixedbitset v0.4.2
23312026-08-14T18:41:02.256Z Compiling toml_write v0.1.2
23322026-08-14T18:41:02.284Z Compiling rayon-core v1.13.0
23332026-08-14T18:41:02.381Z Compiling whoami v2.1.0
23342026-08-14T18:41:02.474Z Compiling winnow v1.0.3
23352026-08-14T18:41:02.490Z Compiling precomputed-hash v0.1.1
23362026-08-14T18:41:02.505Z Compiling winnow v0.7.14
23372026-08-14T18:41:02.630Z Compiling data-encoding v2.10.0
23382026-08-14T18:41:02.720Z Compiling static_assertions v1.1.0
23392026-08-14T18:41:02.923Z Compiling new_debug_unreachable v1.0.6
23402026-08-14T18:41:03.008Z Compiling fixedbitset v0.5.7
23412026-08-14T18:41:03.061Z Compiling string_cache v0.8.9
23422026-08-14T18:41:03.172Z Compiling hickory-proto v0.25.2
23432026-08-14T18:41:03.274Z Compiling petgraph v0.8.3
23442026-08-14T18:41:03.324Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23452026-08-14T18:41:03.510Z Compiling toml_parser v1.1.2+spec-1.1.0
23462026-08-14T18:41:03.552Z Compiling tokio-postgres v0.7.16
23472026-08-14T18:41:04.000Z Compiling toml_edit v0.22.27
23482026-08-14T18:41:04.114Z Compiling chacha20 v0.10.0
23492026-08-14T18:41:04.428Z Compiling elliptic-curve v0.13.8
23502026-08-14T18:41:05.069Z Compiling petgraph v0.6.5
23512026-08-14T18:41:05.222Z Compiling predicates v3.1.4
23522026-08-14T18:41:05.274Z Compiling sha3 v0.10.8
23532026-08-14T18:41:05.552Z Compiling itertools v0.13.0
23542026-08-14T18:41:05.638Z Compiling usdt v0.6.0
23552026-08-14T18:41:06.100Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23562026-08-14T18:41:06.606Z Compiling ed25519-dalek v2.2.0
23572026-08-14T18:41:06.791Z Compiling zip v4.6.1
23582026-08-14T18:41:07.105Z Compiling crossterm v0.28.1
23592026-08-14T18:41:07.629Z Compiling iddqd v0.4.2
23602026-08-14T18:41:07.999Z Compiling similar v2.7.0
23612026-08-14T18:41:08.257Z Compiling serde_with v3.21.0
23622026-08-14T18:41:09.418Z Compiling tokio-stream v0.1.18
23632026-08-14T18:41:09.497Z Compiling buf-list v1.1.2
23642026-08-14T18:41:09.611Z Compiling half v2.7.1
23652026-08-14T18:41:09.770Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23662026-08-14T18:41:09.856Z Compiling openapiv3 v2.2.0
23672026-08-14T18:41:10.092Z Compiling peg-runtime v0.8.5
23682026-08-14T18:41:10.319Z Compiling lalrpop-util v0.19.12
23692026-08-14T18:41:10.442Z Compiling ciborium-io v0.2.2
23702026-08-14T18:41:10.526Z Compiling ciborium-ll v0.2.2
23712026-08-14T18:41:11.580Z Compiling crossbeam-deque v0.8.6
23722026-08-14T18:41:12.028Z Compiling camino-tempfile v1.4.1
23732026-08-14T18:41:12.427Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23742026-08-14T18:41:12.757Z Compiling blake3 v1.8.5
23752026-08-14T18:41:12.947Z Compiling fs-err v2.11.0
23762026-08-14T18:41:15.673Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23772026-08-14T18:41:16.629Z Compiling rustls-webpki v0.103.13
23782026-08-14T18:41:17.070Z Compiling ciborium v0.2.2
23792026-08-14T18:41:17.474Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
23802026-08-14T18:41:18.059Z Compiling thread_local v1.1.9
23812026-08-14T18:41:18.161Z Compiling constant_time_eq v0.4.2
23822026-08-14T18:41:18.461Z Compiling slog-async v2.8.0
23832026-08-14T18:41:18.592Z Compiling arrayref v0.3.9
23842026-08-14T18:41:18.675Z Compiling arrayvec v0.7.6
23852026-08-14T18:41:18.840Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23862026-08-14T18:41:19.086Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23872026-08-14T18:41:19.128Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23882026-08-14T18:41:19.282Z Compiling toml v0.8.23
23892026-08-14T18:41:19.395Z Compiling atomicwrites v0.4.4
23902026-08-14T18:41:19.481Z Compiling sha2 v0.11.0
23912026-08-14T18:41:19.510Z Compiling digest-io v0.1.0
23922026-08-14T18:41:19.636Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23932026-08-14T18:41:19.672Z Compiling crossbeam-channel v0.5.15
23942026-08-14T18:41:19.687Z Compiling serde_path_to_error v0.1.20
23952026-08-14T18:41:19.906Z Compiling is-terminal v0.4.17
23962026-08-14T18:41:20.031Z Compiling take_mut v0.2.2
23972026-08-14T18:41:20.077Z Compiling topological-sort v0.2.2
23982026-08-14T18:41:20.123Z Compiling rawzip v0.4.4
23992026-08-14T18:41:20.153Z Compiling parse-size v1.1.0
24002026-08-14T18:41:20.167Z Compiling indent_write v2.2.0
24012026-08-14T18:41:20.275Z Compiling debug-ignore v1.0.5
24022026-08-14T18:41:20.335Z Compiling term v1.2.1
24032026-08-14T18:41:20.369Z Compiling tokio-rustls v0.26.4
24042026-08-14T18:41:20.369Z Compiling rustls-platform-verifier v0.6.2
24052026-08-14T18:41:20.404Z Compiling tough v0.22.0
24062026-08-14T18:41:20.610Z Compiling hyper-rustls v0.27.7
24072026-08-14T18:41:20.658Z Compiling slog-term v2.9.2
24082026-08-14T18:41:20.935Z Compiling reqwest v0.13.2
24092026-08-14T18:41:21.011Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24102026-08-14T18:41:21.198Z Compiling shell-words v1.1.1
24112026-08-14T18:41:23.872Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24122026-08-14T18:41:28.936Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24132026-08-14T18:41:31.018Z Compiling omicron-zone-package v0.12.3
24142026-08-14T18:41:31.318Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24152026-08-14T18:41:31.670Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24162026-08-14T18:41:31.698Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24172026-08-14T18:41:36.649Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24182026-08-14T18:41:49.051Z Finished `release` profile [optimized] target(s) in 1m 30s
24192026-08-14T18:41:49.193Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24202026-08-14T18:41:49.248ZAug 14 18:41:48.191 DEBG changing working directory to /work/oxidecomputer/omicron
24212026-08-14T18:41:49.344ZAug 14 18:41:48.287 DEBG running: git rev-parse HEAD
24222026-08-14T18:41:49.349ZAug 14 18:41:48.289 DEBG process exited with exit status: 0 (2.361435ms)
24232026-08-14T18:41:49.349ZAug 14 18:41:48.289 INFO version: 23.0.0-0.ci+git556a25de367
24242026-08-14T18:41:49.354ZAug 14 18:41:48.298 INFO cloning helios to /work/oxidecomputer/helios
24252026-08-14T18:41:49.355ZAug 14 18:41:48.298 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24262026-08-14T18:41:49.358ZCloning into '/work/oxidecomputer/helios'...
24272026-08-14T18:41:50.064ZAug 14 18:41:49.007 DEBG process exited with exit status: 0 (709.428644ms)
24282026-08-14T18:41:50.064ZAug 14 18:41:49.007 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24292026-08-14T18:41:50.068ZAug 14 18:41:49.010 DEBG process exited with exit status: 0 (2.511066ms)
24302026-08-14T18:41:50.068ZAug 14 18:41:49.010 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24312026-08-14T18:41:50.429ZAug 14 18:41:49.373 DEBG process exited with exit status: 0 (363.049396ms)
24322026-08-14T18:41:50.429ZAug 14 18:41:49.373 DEBG running: zfs list rpool/images/build/host
24332026-08-14T18:41:50.433ZNAME USED AVAIL REFER MOUNTPOINT
24342026-08-14T18:41:50.433Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24352026-08-14T18:41:50.437ZAug 14 18:41:49.377 DEBG process exited with exit status: 0 (4.509401ms)
24362026-08-14T18:41:50.437ZAug 14 18:41:49.377 DEBG running: zfs list rpool/images/build/recovery
24372026-08-14T18:41:50.437ZNAME USED AVAIL REFER MOUNTPOINT
24382026-08-14T18:41:50.437Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24392026-08-14T18:41:50.440ZAug 14 18:41:49.381 DEBG process exited with exit status: 0 (3.270197ms)
24402026-08-14T18:41:50.440ZAug 14 18:41:49.381 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130)
24412026-08-14T18:41:50.449ZAug 14 18:41:49.393 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026073100.0.0, but the current nexus API version is 2026081400.0.0; the console needs a client regen and tools/console_version needs a bump
24422026-08-14T18:41:50.453ZAug 14 18:41:49.393 INFO [incorp-manifest] running task
24432026-08-14T18:41:50.453ZAug 14 18:41:49.393 INFO [hubris-production] running task
24442026-08-14T18:41:50.453ZAug 14 18:41:49.393 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24452026-08-14T18:41:50.453ZAug 14 18:41:49.394 INFO [hubris-staging] running task
24462026-08-14T18:41:50.453ZAug 14 18:41:49.394 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24472026-08-14T18:41:50.453ZAug 14 18:41:49.394 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
24482026-08-14T18:41:50.453ZAug 14 18:41:49.395 INFO [incorp-create] running: pkgrepo create /work/incorporation
24492026-08-14T18:41:50.478Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24502026-08-14T18:41:50.557Z[ omicron-package] Blocking waiting for file lock on package cache
24512026-08-14T18:41:50.690ZAug 14 18:41:49.631 INFO [incorp-create] process exited with exit status: 0 (235.863103ms)
24522026-08-14T18:41:50.694ZAug 14 18:41:49.631 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24532026-08-14T18:41:50.908ZAug 14 18:41:49.851 INFO [incorp-publisher] process exited with exit status: 0 (220.343147ms)
24542026-08-14T18:41:51.356Z[ omicron-package] Blocking waiting for file lock on package cache
24552026-08-14T18:41:51.738ZAug 14 18:41:50.681 INFO [hubris-production] task succeeded (1.287397875s)
24562026-08-14T18:41:52.097ZAug 14 18:41:51.040 DEBG process exited with exit status: 0 (1.646915963s)
24572026-08-14T18:41:52.101ZAug 14 18:41:51.041 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24582026-08-14T18:41:52.677Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24592026-08-14T18:41:52.677Z[ omicron-package] Compiling macaddr v1.0.1
24602026-08-14T18:41:52.677Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24612026-08-14T18:41:52.677Z[ omicron-package] Compiling itertools v0.15.0
24622026-08-14T18:41:52.677Z[ omicron-package] Compiling secrecy v0.10.3
24632026-08-14T18:41:52.681Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-08-14T18:41:52.681Z[ omicron-package] Compiling heapless v0.8.0
24652026-08-14T18:41:52.681Z[ omicron-package] Compiling hash32 v0.3.1
24662026-08-14T18:41:52.681Z[ omicron-package] Compiling inout v0.1.4
24672026-08-14T18:41:52.681Z[ omicron-package] Compiling multer v3.1.0
24682026-08-14T18:41:52.879Z[ omicron-package] Compiling match_cfg v0.1.0
24692026-08-14T18:41:52.879Z[ omicron-package] Compiling unicode-width v0.2.0
24702026-08-14T18:41:52.883Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24712026-08-14T18:41:52.883Z[ omicron-package] Compiling compression-core v0.4.31
24722026-08-14T18:41:52.883Z[ omicron-package] Compiling smoltcp v0.11.0
24732026-08-14T18:41:52.883Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24742026-08-14T18:41:53.346Z[ omicron-package] Compiling slog-json v2.6.1
24752026-08-14T18:41:53.457Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
24762026-08-14T18:41:53.578Z[ omicron-package] Compiling cobs v0.3.0
24772026-08-14T18:41:53.609Z[ omicron-package] Compiling universal-hash v0.5.1
24782026-08-14T18:41:53.849Z[ omicron-package] Compiling hostname v0.3.1
24792026-08-14T18:41:53.907Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802026-08-14T18:41:53.950Z[ omicron-package] Compiling cipher v0.4.4
24812026-08-14T18:41:53.981Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24822026-08-14T18:41:54.036Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24832026-08-14T18:41:54.054Z[ omicron-package] Compiling dropshot v0.17.1
24842026-08-14T18:41:54.074Z[ omicron-package] Compiling compression-codecs v0.4.37
24852026-08-14T18:41:54.123Z[ omicron-package] Compiling serde_spanned v1.1.1
24862026-08-14T18:41:54.148Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
24872026-08-14T18:41:54.154Z[ omicron-package] Compiling async-stream-impl v0.3.6
24882026-08-14T18:41:54.154Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
24892026-08-14T18:41:54.157Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24902026-08-14T18:41:54.187Z[ omicron-package] Compiling convert_case v0.4.0
24912026-08-14T18:41:54.273Z[ omicron-package] Compiling opaque-debug v0.3.1
24922026-08-14T18:41:54.398ZAug 14 18:41:53.333 DEBG process exited with exit status: 0 (2.292043679s)
24932026-08-14T18:41:54.404ZAug 14 18:41:53.335 INFO [incorp-manifest] task succeeded (3.941624867s)
24942026-08-14T18:41:54.404ZAug 14 18:41:53.335 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24952026-08-14T18:41:54.404Z[ omicron-package] Compiling async-compression v0.4.41
24962026-08-14T18:41:54.491Z[ omicron-package] Compiling poly1305 v0.8.0
24972026-08-14T18:41:54.494Z[ omicron-package] Compiling chacha20 v0.9.1
24982026-08-14T18:41:54.544Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24992026-08-14T18:41:54.603Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25002026-08-14T18:41:54.622ZAug 14 18:41:53.565 INFO [incorp-fmt] process exited with exit status: 0 (229.516078ms)
25012026-08-14T18:41:54.626ZAug 14 18:41:53.565 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25022026-08-14T18:41:54.685Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25032026-08-14T18:41:54.690Z[ omicron-package] Compiling num_enum_derive v0.7.6
25042026-08-14T18:41:54.747Z[ omicron-package] Compiling slog-bunyan v2.5.0
25052026-08-14T18:41:54.751Z[ omicron-package] Compiling derive_more v0.99.20
25062026-08-14T18:41:54.861Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25072026-08-14T18:41:54.865Z[ omicron-package] Compiling postcard v1.1.3
25082026-08-14T18:41:54.946Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260814T184153Z
25092026-08-14T18:41:54.947Z[ incorp-pkgsend] PUBLISHED
25102026-08-14T18:41:55.011ZAug 14 18:41:53.953 INFO [incorp-pkgsend] process exited with exit status: 0 (388.148683ms)
25112026-08-14T18:41:55.016ZAug 14 18:41:53.953 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25122026-08-14T18:41:55.055Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25132026-08-14T18:41:55.094Z[ omicron-package] Compiling async-stream v0.3.6
25142026-08-14T18:41:55.191Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25152026-08-14T18:41:55.195Z[ omicron-package] Compiling sha1 v0.11.0
25162026-08-14T18:41:55.195Z[ omicron-package] Compiling progenitor-client v0.14.0
25172026-08-14T18:41:55.284Z[ omicron-package] Compiling parse-display-derive v0.10.0
25182026-08-14T18:41:55.284Z[ omicron-package] Compiling ingot-macros v0.2.0
25192026-08-14T18:41:55.370Z[ omicron-package] Compiling waitgroup v0.1.2
25202026-08-14T18:41:55.392Z[ helios-incorp] Retrieving packages for publisher helios ...
25212026-08-14T18:41:55.396Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25222026-08-14T18:41:55.405Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25232026-08-14T18:41:55.421Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25242026-08-14T18:41:55.421Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25252026-08-14T18:41:55.444Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25262026-08-14T18:41:55.480Z[ helios-incorp]
25272026-08-14T18:41:55.480Z[ helios-incorp] Archiving packages ...
25282026-08-14T18:41:55.480Z[ helios-incorp] Packages to add: 1
25292026-08-14T18:41:55.480Z[ helios-incorp] Files to retrieve: 0
25302026-08-14T18:41:55.484Z[ helios-incorp] Estimated transfer size: 0.00 B
25312026-08-14T18:41:55.484ZAug 14 18:41:54.424 INFO [helios-incorp] process exited with exit status: 0 (470.918695ms)
25322026-08-14T18:41:55.500Z[ helios-incorp]
25332026-08-14T18:41:55.505Z[ omicron-package] Compiling backon v1.6.0
25342026-08-14T18:41:55.539Z[ helios-incorp] Packages to archive:
25352026-08-14T18:41:55.543Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260814T184153Z
25362026-08-14T18:41:55.546Z[ helios-incorp]
25372026-08-14T18:41:55.560Z[ omicron-package] Compiling password-hash v0.5.0
25382026-08-14T18:41:55.600Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25392026-08-14T18:41:55.606Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25402026-08-14T18:41:55.622Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25412026-08-14T18:41:55.795Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25422026-08-14T18:41:55.827Z[ omicron-package] Compiling blake2 v0.10.6
25432026-08-14T18:41:55.857Z[ omicron-package] Compiling aead v0.5.2
25442026-08-14T18:41:55.931Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25452026-08-14T18:41:56.124Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25462026-08-14T18:41:56.166Z[ omicron-package] Compiling proc-macro-error v1.0.4
25472026-08-14T18:41:56.237Z[ omicron-package] Compiling hostname v0.4.2
25482026-08-14T18:41:56.428Z[ omicron-package] Compiling instant v0.1.13
25492026-08-14T18:41:56.431Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25502026-08-14T18:41:56.466Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25512026-08-14T18:41:56.508Z[ omicron-package] Compiling backoff v0.4.0
25522026-08-14T18:41:56.554Z[ omicron-package] Compiling num_enum v0.7.6
25532026-08-14T18:41:56.592Z[ omicron-package] Compiling argon2 v0.5.3
25542026-08-14T18:41:56.649Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25552026-08-14T18:41:56.749Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25562026-08-14T18:41:56.809Z[ omicron-package] Compiling progenitor-extras v0.2.0
25572026-08-14T18:41:56.809Z[ omicron-package] Compiling vsss-rs v3.3.4
25582026-08-14T18:41:56.915Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25592026-08-14T18:41:57.027Z[ omicron-package] Compiling parse-display v0.10.0
25602026-08-14T18:41:57.131Z[ omicron-package] Compiling foreign-types v0.5.0
25612026-08-14T18:41:57.149Z[ omicron-package] Compiling num_enum_derive v0.5.11
25622026-08-14T18:41:57.245Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25632026-08-14T18:41:57.245Z[ omicron-package] Compiling tabwriter v1.4.1
25642026-08-14T18:41:57.308Z[ omicron-package] Compiling regress v0.10.5
25652026-08-14T18:41:57.366Z[ omicron-package] Compiling itertools v0.14.0
25662026-08-14T18:41:57.406Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-08-14T18:41:57.483Z[ omicron-package] Compiling cstr-argument v0.1.2
25682026-08-14T18:41:57.556Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25692026-08-14T18:41:57.736Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25702026-08-14T18:41:57.795Z[ omicron-package] Compiling humantime v2.3.0
25712026-08-14T18:41:57.835Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25722026-08-14T18:41:58.015Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25732026-08-14T18:41:58.128Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25742026-08-14T18:41:58.163Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25752026-08-14T18:41:58.336Z[ omicron-package] Compiling num_enum v0.5.11
25762026-08-14T18:41:58.375Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25772026-08-14T18:41:58.443Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25782026-08-14T18:41:58.531Z[ omicron-package] Compiling ingot-types v0.2.0
25792026-08-14T18:41:58.534Z[ omicron-package] Compiling rayon v1.11.0
25802026-08-14T18:41:58.605Z[ omicron-package] Compiling rand v0.10.1
25812026-08-14T18:41:58.670Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25822026-08-14T18:41:58.670Z[ omicron-package] Compiling colored v3.1.1
25832026-08-14T18:41:58.674Z[ omicron-package] Compiling libefi-sys v0.1.0
25842026-08-14T18:41:58.674Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25852026-08-14T18:41:58.821Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25862026-08-14T18:41:58.859Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25872026-08-14T18:41:59.046Z[ omicron-package] Compiling ingot v0.2.1
25882026-08-14T18:41:59.165Z[ omicron-package] Compiling itertools v0.12.1
25892026-08-14T18:41:59.190Z[ omicron-package] Compiling usdt-macro v0.5.0
25902026-08-14T18:41:59.238Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25912026-08-14T18:41:59.270Z[ omicron-package] Compiling memmap v0.7.0
25922026-08-14T18:41:59.330Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25932026-08-14T18:41:59.507Z[ omicron-package] Compiling sigpipe v0.1.3
25942026-08-14T18:41:59.510Z[ omicron-package] Compiling bitfield-struct v0.6.2
25952026-08-14T18:41:59.543Z[ omicron-package] Compiling num-derive v0.4.2
25962026-08-14T18:41:59.559Z[ omicron-package] Compiling glob v0.3.3
25972026-08-14T18:41:59.617Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25982026-08-14T18:41:59.655Z[ omicron-package] Compiling swrite v0.1.0
25992026-08-14T18:42:00.206Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26002026-08-14T18:42:00.236Z[ omicron-package] Compiling usdt v0.5.0
26012026-08-14T18:42:00.275Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26022026-08-14T18:42:00.529Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26032026-08-14T18:42:00.585Z[ omicron-package] Compiling smf v0.2.3
26042026-08-14T18:42:00.634Z[ omicron-package] Compiling whoami v1.6.1
26052026-08-14T18:42:00.670Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26062026-08-14T18:42:00.735Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26072026-08-14T18:42:00.806Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26082026-08-14T18:42:00.810Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26092026-08-14T18:42:00.931Z[ omicron-package] Compiling zone v0.3.1
26102026-08-14T18:42:01.167Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26112026-08-14T18:42:01.171Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26122026-08-14T18:42:01.248Z[ omicron-package] Compiling console v0.16.2
26132026-08-14T18:42:01.252Z[ omicron-package] Compiling gethostname v0.5.0
26142026-08-14T18:42:01.286Z[ omicron-package] Compiling unit-prefix v0.5.2
26152026-08-14T18:42:01.323Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26162026-08-14T18:42:01.508Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26172026-08-14T18:42:01.630Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26182026-08-14T18:42:01.712Z[ omicron-package] Compiling indicatif v0.18.4
26192026-08-14T18:42:03.416Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26202026-08-14T18:42:04.859Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26212026-08-14T18:42:05.814Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26222026-08-14T18:42:06.621Z[ helios-setup] Aug 14 18:42:05.564 INFO helios repository root is: /work/oxidecomputer/helios
26232026-08-14T18:42:06.626Z[ helios-setup] Aug 14 18:42:05.565 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
26242026-08-14T18:42:06.627Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26252026-08-14T18:42:06.627Z[ helios-setup] Aug 14 18:42:05.565 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26262026-08-14T18:42:08.753Z[ helios-setup] Aug 14 18:42:07.696 INFO clone ok!, project: bootserver
26272026-08-14T18:42:08.757Z[ helios-setup] Aug 14 18:42:07.697 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26282026-08-14T18:42:08.757Z[ helios-setup] Aug 14 18:42:07.697 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26292026-08-14T18:42:08.757Z[ helios-setup] Aug 14 18:42:07.697 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
26302026-08-14T18:42:08.757Z[ helios-setup] Aug 14 18:42:07.697 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26312026-08-14T18:42:08.757Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26322026-08-14T18:42:09.475ZAug 14 18:42:08.419 INFO [hubris-staging] task succeeded (19.024666964s)
26332026-08-14T18:42:09.653Z[ helios-setup] Aug 14 18:42:08.596 INFO clone ok!, project: pilot
26342026-08-14T18:42:09.657Z[ helios-setup] Aug 14 18:42:08.597 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
26352026-08-14T18:42:09.657Z[ helios-setup] Aug 14 18:42:08.597 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
26362026-08-14T18:42:09.657Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26372026-08-14T18:42:10.539Z[ helios-setup] Aug 14 18:42:09.482 INFO clone ok!, project: amd-host-image-builder
26382026-08-14T18:42:10.539Z[ helios-setup] Aug 14 18:42:09.482 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
26392026-08-14T18:42:10.543Z[ helios-setup] Aug 14 18:42:09.482 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26402026-08-14T18:42:10.543Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26412026-08-14T18:42:11.225Z[ helios-setup] Aug 14 18:42:10.168 INFO clone ok!, project: image-builder
26422026-08-14T18:42:11.225Z[ helios-setup] Aug 14 18:42:10.168 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
26432026-08-14T18:42:11.225Z[ helios-setup] Aug 14 18:42:10.168 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26442026-08-14T18:42:11.229Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26452026-08-14T18:42:14.241Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26462026-08-14T18:42:17.539Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-08-14T18:42:18.632Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26482026-08-14T18:42:21.888Z[ helios-setup] Aug 14 18:42:20.831 INFO clone ok!, project: amd-firmware
26492026-08-14T18:42:21.888Z[ helios-setup] Aug 14 18:42:20.832 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
26502026-08-14T18:42:21.892Z[ helios-setup] Aug 14 18:42:20.832 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26512026-08-14T18:42:21.892Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26522026-08-14T18:42:22.418Z[ helios-setup] Aug 14 18:42:21.361 INFO clone ok!, project: phbl
26532026-08-14T18:42:22.418Z[ helios-setup] Aug 14 18:42:21.361 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26542026-08-14T18:42:22.422Z[ helios-setup] Aug 14 18:42:21.361 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
26552026-08-14T18:42:22.422Z[ helios-setup] Aug 14 18:42:21.361 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26562026-08-14T18:42:22.422Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26572026-08-14T18:42:23.264Z[ helios-setup] Aug 14 18:42:22.207 INFO clone ok!, project: chelsio-t6-roms
26582026-08-14T18:42:23.264Z[ helios-setup] Aug 14 18:42:22.207 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
26592026-08-14T18:42:23.264Z[ helios-setup] Aug 14 18:42:22.207 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26602026-08-14T18:42:23.267Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26612026-08-14T18:42:23.767Z[ helios-setup] Aug 14 18:42:22.710 INFO clone ok!, project: pinprick
26622026-08-14T18:42:23.767Z[ helios-setup] Aug 14 18:42:22.710 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
26632026-08-14T18:42:23.767Z[ helios-setup] Aug 14 18:42:22.710 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26642026-08-14T18:42:23.770Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26652026-08-14T18:42:24.405Z[ helios-setup] Aug 14 18:42:23.347 INFO clone ok!, project: dmar-report
26662026-08-14T18:42:24.481Z[ helios-setup] Aug 14 18:42:23.347 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26672026-08-14T18:42:24.619Z[ helios-setup] Aug 14 18:42:23.562 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26682026-08-14T18:42:24.843Z[ helios-setup] Aug 14 18:42:23.787 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26692026-08-14T18:42:24.844Z[ helios-setup] Aug 14 18:42:23.787 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26702026-08-14T18:42:25.072Z[ helios-setup] Aug 14 18:42:24.015 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26712026-08-14T18:42:25.315Z[ helios-setup] Aug 14 18:42:24.258 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26722026-08-14T18:42:25.315Z[ helios-setup] Aug 14 18:42:24.258 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26732026-08-14T18:42:25.551Z[ helios-setup] Aug 14 18:42:24.494 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26742026-08-14T18:42:25.789Z[ helios-setup] Aug 14 18:42:24.732 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26752026-08-14T18:42:25.789Z[ helios-setup] Aug 14 18:42:24.732 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26762026-08-14T18:42:25.792Z[ helios-setup] Aug 14 18:42:24.732 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26772026-08-14T18:42:25.792Z[ helios-setup] Aug 14 18:42:24.732 INFO ok!
26782026-08-14T18:42:25.792Z[ helios-setup] Aug 14 18:42:24.732 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26792026-08-14T18:42:25.792Z[ helios-setup] Aug 14 18:42:24.732 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26802026-08-14T18:42:25.792Z[ helios-setup] Aug 14 18:42:24.732 INFO ok!
26812026-08-14T18:42:25.792Z[ helios-setup] Aug 14 18:42:24.732 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26822026-08-14T18:42:25.792Z[ helios-setup] Aug 14 18:42:24.732 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26832026-08-14T18:42:25.792Z[ helios-setup] Aug 14 18:42:24.732 INFO ok!
26842026-08-14T18:42:25.793Z[ helios-setup] Aug 14 18:42:24.732 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26852026-08-14T18:42:25.797Z[ helios-setup] Aug 14 18:42:24.741 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
26862026-08-14T18:42:25.797Z[ helios-setup] Aug 14 18:42:24.741 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26872026-08-14T18:42:25.801Z[ helios-setup] Aug 14 18:42:24.741 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26882026-08-14T18:42:25.878Z[ helios-setup] Aug 14 18:42:24.821 INFO E| Downloading crates ...
26892026-08-14T18:42:25.919Z[ helios-setup] Aug 14 18:42:24.863 INFO E| Downloaded block-buffer v0.10.3
26902026-08-14T18:42:25.923Z[ helios-setup] Aug 14 18:42:24.864 INFO E| Downloaded cpufeatures v0.2.5
26912026-08-14T18:42:25.927Z[ helios-setup] Aug 14 18:42:24.869 INFO E| Downloaded sha2 v0.10.5
26922026-08-14T18:42:25.935Z[ helios-setup] Aug 14 18:42:24.878 INFO E| Downloaded generic-array v0.14.6
26932026-08-14T18:42:25.942Z[ helios-setup] Aug 14 18:42:24.885 INFO E| Downloaded typenum v1.15.0
26942026-08-14T18:42:25.946Z[ helios-setup] Aug 14 18:42:24.887 INFO E| Downloaded anyhow v1.0.62
26952026-08-14T18:42:25.949Z[ helios-setup] Aug 14 18:42:24.891 INFO E| Downloaded digest v0.10.3
26962026-08-14T18:42:25.949Z[ helios-setup] Aug 14 18:42:24.892 INFO E| Downloaded miniz_oxide v0.6.2
26972026-08-14T18:42:25.953Z[ helios-setup] Aug 14 18:42:24.893 INFO E| Downloaded unicode-width v0.1.10
26982026-08-14T18:42:25.966Z[ helios-setup] Aug 14 18:42:24.909 INFO E| Downloaded flate2 v1.0.25
26992026-08-14T18:42:25.969Z[ helios-setup] Aug 14 18:42:24.912 INFO E| Downloaded bytes v1.2.1
27002026-08-14T18:42:26.014Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling version_check v0.9.4
27012026-08-14T18:42:26.014Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling typenum v1.15.0
27022026-08-14T18:42:26.014Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling cfg-if v1.0.0
27032026-08-14T18:42:26.020Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling crc32fast v1.3.2
27042026-08-14T18:42:26.020Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling anyhow v1.0.62
27052026-08-14T18:42:26.020Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling adler v1.0.2
27062026-08-14T18:42:26.020Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling cpufeatures v0.2.5
27072026-08-14T18:42:26.020Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling unicode-width v0.1.10
27082026-08-14T18:42:26.020Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling bitflags v1.3.2
27092026-08-14T18:42:26.020Z[ helios-setup] Aug 14 18:42:24.957 INFO E| Compiling bytes v1.2.1
27102026-08-14T18:42:26.140Z[ helios-setup] Aug 14 18:42:25.083 INFO E| Compiling miniz_oxide v0.6.2
27112026-08-14T18:42:26.220Z[ helios-setup] Aug 14 18:42:25.163 INFO E| Compiling getopts v0.2.21
27122026-08-14T18:42:26.605Z[ helios-setup] Aug 14 18:42:25.547 INFO E| Compiling generic-array v0.14.6
27132026-08-14T18:42:26.689Z[ helios-setup] Aug 14 18:42:25.632 INFO E| Compiling flate2 v1.0.25
27142026-08-14T18:42:27.684Z[ helios-setup] Aug 14 18:42:26.627 INFO E| Compiling block-buffer v0.10.3
27152026-08-14T18:42:27.684Z[ helios-setup] Aug 14 18:42:26.627 INFO E| Compiling crypto-common v0.1.6
27162026-08-14T18:42:27.774Z[ helios-setup] Aug 14 18:42:26.717 INFO E| Compiling digest v0.10.3
27172026-08-14T18:42:27.914Z[ helios-setup] Aug 14 18:42:26.857 INFO E| Compiling sha2 v0.10.5
27182026-08-14T18:42:28.099Z[ helios-setup] Aug 14 18:42:27.042 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27192026-08-14T18:42:28.362Z[ omicron-package] Finished `release` profile [optimized] target(s) in 37.90s
27202026-08-14T18:42:28.589Z[ omicron-package]
27212026-08-14T18:42:28.589Z[ omicron-package] real 38.079957958
27222026-08-14T18:42:28.594Z[ omicron-package] user 3:48.730653399
27232026-08-14T18:42:28.594Z[ omicron-package] sys 27.321303286
27242026-08-14T18:42:28.594Z[ omicron-package] trap 0.417606043
27252026-08-14T18:42:28.594Z[ omicron-package] tflt 0.547572379
27262026-08-14T18:42:28.594Z[ omicron-package] dflt 2.446116946
27272026-08-14T18:42:28.594Z[ omicron-package] kflt 0.000148280
27282026-08-14T18:42:28.594Z[ omicron-package] lock 10:52.022078858
27292026-08-14T18:42:28.594Z[ omicron-package] slp 5:56.594255436
27302026-08-14T18:42:28.594ZAug 14 18:42:27.533 INFO [omicron-package] process exited with exit status: 0 (38.138030022s)
27312026-08-14T18:42:28.594Z[ omicron-package] lat 44.686247823
27322026-08-14T18:42:28.594Z[ omicron-package] stop 1:45.150112107
27332026-08-14T18:42:28.594ZAug 14 18:42:27.533 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27342026-08-14T18:42:28.594ZAug 14 18:42:27.533 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27352026-08-14T18:42:28.599Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27362026-08-14T18:42:28.599Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27372026-08-14T18:42:28.603Z[ recovery-target] Created new build target 'recovery' and set it as active
27382026-08-14T18:42:28.603Z[ host-target] Created new build target 'host' and set it as active
27392026-08-14T18:42:28.603ZAug 14 18:42:27.546 INFO [host-target] process exited with exit status: 0 (13.0397ms)
27402026-08-14T18:42:28.604ZAug 14 18:42:27.546 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27412026-08-14T18:42:28.608ZAug 14 18:42:27.547 INFO [recovery-target] process exited with exit status: 0 (14.241743ms)
27422026-08-14T18:42:28.611Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27432026-08-14T18:42:29.760Z[ helios-setup] Aug 14 18:42:28.703 INFO E| Finished `release` profile [optimized] target(s) in 3.95s
27442026-08-14T18:42:29.772Z[ helios-setup] Aug 14 18:42:28.712 INFO building project "bootserver" ok (3 seconds)
27452026-08-14T18:42:29.776Z[ helios-setup] Aug 14 18:42:28.712 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27462026-08-14T18:42:29.779Z[ helios-setup] Aug 14 18:42:28.720 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27472026-08-14T18:42:29.779Z[ helios-setup] Aug 14 18:42:28.720 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27482026-08-14T18:42:29.780Z[ helios-setup] Aug 14 18:42:28.720 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27492026-08-14T18:42:29.854Z[ helios-setup] Aug 14 18:42:28.797 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27502026-08-14T18:42:30.134Z[ host-package] Compiling heck v0.5.0
27512026-08-14T18:42:30.134Z[ host-package] Compiling regress v0.11.1
27522026-08-14T18:42:30.178Z[ helios-setup] Aug 14 18:42:29.120 INFO E| From https://github.com/jclulow/hiercmd
27532026-08-14T18:42:30.178Z[ helios-setup] Aug 14 18:42:29.120 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27542026-08-14T18:42:30.187Z[ helios-setup] Aug 14 18:42:29.130 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27552026-08-14T18:42:30.365Z[ host-package] Compiling unsafe-libyaml v0.2.11
27562026-08-14T18:42:30.402Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27572026-08-14T18:42:30.432Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27582026-08-14T18:42:30.453Z[ host-package] Compiling derive-where v1.6.0
27592026-08-14T18:42:30.453Z[ host-package] Compiling bytecount v0.6.9
27602026-08-14T18:42:30.496Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27612026-08-14T18:42:30.496Z[ host-package] Compiling atomicwrites v0.4.4
27622026-08-14T18:42:30.499Z[ host-package] Compiling is-terminal v0.4.17
27632026-08-14T18:42:30.499Z[ host-package] Compiling prettyplease v0.2.37
27642026-08-14T18:42:30.499Z[ host-package] Compiling console v0.15.11
27652026-08-14T18:42:30.499Z[ host-package] Compiling newline-converter v0.3.0
27662026-08-14T18:42:30.499Z[ host-package] Compiling slog-dtrace v0.3.0
27672026-08-14T18:42:30.509Z[ helios-setup] Aug 14 18:42:29.452 INFO E| From https://github.com/oxidecomputer/network-interface
27682026-08-14T18:42:30.509Z[ helios-setup] Aug 14 18:42:29.452 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27692026-08-14T18:42:30.520Z[ helios-setup] Aug 14 18:42:29.463 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27702026-08-14T18:42:30.583Z[ host-package] Compiling resolv-conf v0.7.6
27712026-08-14T18:42:30.674Z[ host-package] Compiling num-rational v0.4.2
27722026-08-14T18:42:30.699Z[ host-package] Compiling num-complex v0.4.6
27732026-08-14T18:42:30.702Z[ host-package] Compiling thread_local v1.1.9
27742026-08-14T18:42:30.746Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27752026-08-14T18:42:30.887Z[ helios-setup] Aug 14 18:42:29.787 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27762026-08-14T18:42:30.887Z[ helios-setup] Aug 14 18:42:29.788 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27772026-08-14T18:42:30.891Z[ helios-setup] Aug 14 18:42:29.806 INFO E| Updating crates.io index
27782026-08-14T18:42:30.898Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27792026-08-14T18:42:30.928Z[ host-package] Compiling expectorate v1.2.0
27802026-08-14T18:42:30.989Z[ host-package] Compiling match_cfg v0.1.0
27812026-08-14T18:42:31.045Z[ host-package] Compiling cancel-safe-futures v0.1.5
27822026-08-14T18:42:31.083Z[ host-package] Compiling compression-core v0.4.31
27832026-08-14T18:42:31.146Z[ helios-setup] Aug 14 18:42:30.089 INFO E| Downloading crates ...
27842026-08-14T18:42:31.170Z[ host-package] Compiling unicode-width v0.1.14
27852026-08-14T18:42:31.193Z[ host-package] Compiling num v0.4.3
27862026-08-14T18:42:31.196Z[ helios-setup] Aug 14 18:42:30.140 INFO E| Downloaded anstyle-query v1.1.4
27872026-08-14T18:42:31.200Z[ helios-setup] Aug 14 18:42:30.141 INFO E| Downloaded crc v3.3.0
27882026-08-14T18:42:31.200Z[ helios-setup] Aug 14 18:42:30.143 INFO E| Downloaded anstyle v1.0.13
27892026-08-14T18:42:31.206Z[ helios-setup] Aug 14 18:42:30.147 INFO E| Downloaded anyhow v1.0.100
27902026-08-14T18:42:31.210Z[ helios-setup] Aug 14 18:42:30.150 INFO E| Downloaded deranged v0.5.5
27912026-08-14T18:42:31.214Z[ helios-setup] Aug 14 18:42:30.155 INFO E| Downloaded cc v1.2.44
27922026-08-14T18:42:31.218Z[ host-package] Compiling hostname v0.3.1
27932026-08-14T18:42:31.222Z[ helios-setup] Aug 14 18:42:30.164 INFO E| Downloaded base64ct v1.8.0
27942026-08-14T18:42:31.226Z[ helios-setup] Aug 14 18:42:30.168 INFO E| Downloaded quote v1.0.41
27952026-08-14T18:42:31.229Z[ helios-setup] Aug 14 18:42:30.170 INFO E| Downloaded getopts v0.2.24
27962026-08-14T18:42:31.229Z[ helios-setup] Aug 14 18:42:30.171 INFO E| Downloaded num_enum v0.7.5
27972026-08-14T18:42:31.233Z[ helios-setup] Aug 14 18:42:30.174 INFO E| Downloaded num_enum_derive v0.7.5
27982026-08-14T18:42:31.233Z[ helios-setup] Aug 14 18:42:30.175 INFO E| Downloaded generic-array v0.14.9
27992026-08-14T18:42:31.233Z[ helios-setup] Aug 14 18:42:30.176 INFO E| Downloaded futures-task v0.3.31
28002026-08-14T18:42:31.238Z[ helios-setup] Aug 14 18:42:30.177 INFO E| Downloaded serde_spanned v1.0.3
28012026-08-14T18:42:31.238Z[ helios-setup] Aug 14 18:42:30.180 INFO E| Downloaded libdevinfo-sys v1.1.0
28022026-08-14T18:42:31.241Z[ helios-setup] Aug 14 18:42:30.181 INFO E| Downloaded pin-utils v0.1.0
28032026-08-14T18:42:31.246Z[ helios-setup] Aug 14 18:42:30.183 INFO E| Downloaded bitfield-macros v0.19.3
28042026-08-14T18:42:31.250Z[ helios-setup] Aug 14 18:42:30.190 INFO E| Downloaded futures-core v0.3.31
28052026-08-14T18:42:31.250Z[ helios-setup] Aug 14 18:42:30.191 INFO E| Downloaded futures-sink v0.3.31
28062026-08-14T18:42:31.254Z[ helios-setup] Aug 14 18:42:30.197 INFO E| Downloaded toml_parser v1.0.4
28072026-08-14T18:42:31.258Z[ host-package] Compiling compression-codecs v0.4.37
28082026-08-14T18:42:31.267Z[ helios-setup] Aug 14 18:42:30.211 INFO E| Downloaded env_filter v0.1.4
28092026-08-14T18:42:31.271Z[ helios-setup] Aug 14 18:42:30.213 INFO E| Downloaded itoa v1.0.15
28102026-08-14T18:42:31.271Z[ helios-setup] Aug 14 18:42:30.214 INFO E| Downloaded futures-io v0.3.31
28112026-08-14T18:42:31.277Z[ helios-setup] Aug 14 18:42:30.215 INFO E| Downloaded zeroize_derive v1.4.2
28122026-08-14T18:42:31.277Z[ helios-setup] Aug 14 18:42:30.217 INFO E| Downloaded clap_lex v0.7.6
28132026-08-14T18:42:31.281Z[ helios-setup] Aug 14 18:42:30.220 INFO E| Downloaded devinfo v0.1.0
28142026-08-14T18:42:31.281Z[ host-package] Compiling multer v3.1.0
28152026-08-14T18:42:31.301Z[ helios-setup] Aug 14 18:42:30.238 INFO E| Downloaded futures-macro v0.3.31
28162026-08-14T18:42:31.301Z[ helios-setup] Aug 14 18:42:30.239 INFO E| Downloaded time-core v0.1.6
28172026-08-14T18:42:31.305Z[ helios-setup] Aug 14 18:42:30.246 INFO E| Downloaded thiserror-impl v2.0.17
28182026-08-14T18:42:31.305Z[ helios-setup] Aug 14 18:42:30.248 INFO E| Downloaded env_logger v0.11.8
28192026-08-14T18:42:31.308Z[ helios-setup] Aug 14 18:42:30.249 INFO E| Downloaded zeroize v1.8.2
28202026-08-14T18:42:31.308Z[ host-package] Compiling slog-async v2.8.0
28212026-08-14T18:42:31.312Z[ helios-setup] Aug 14 18:42:30.253 INFO E| Downloaded bitflags v2.10.0
28222026-08-14T18:42:31.315Z[ helios-setup] Aug 14 18:42:30.256 INFO E| Downloaded pin-project-lite v0.2.16
28232026-08-14T18:42:31.319Z[ helios-setup] Aug 14 18:42:30.260 INFO E| Downloaded clap v4.5.51
28242026-08-14T18:42:31.324Z[ helios-setup] Aug 14 18:42:30.267 INFO E| Downloaded simd-adler32 v0.3.7
28252026-08-14T18:42:31.327Z[ helios-setup] Aug 14 18:42:30.268 INFO E| Downloaded toml_writer v1.0.4
28262026-08-14T18:42:31.327Z[ helios-setup] Aug 14 18:42:30.269 INFO E| Downloaded bitfield v0.19.3
28272026-08-14T18:42:31.327Z[ helios-setup] Aug 14 18:42:30.270 INFO E| Downloaded time-macros v0.2.24
28282026-08-14T18:42:31.332Z[ helios-setup] Aug 14 18:42:30.273 INFO E| Downloaded toml_datetime v0.7.3
28292026-08-14T18:42:31.332Z[ helios-setup] Aug 14 18:42:30.274 INFO E| Downloaded futures-channel v0.3.31
28302026-08-14T18:42:31.335Z[ helios-setup] Aug 14 18:42:30.275 INFO E| Downloaded thiserror v2.0.17
28312026-08-14T18:42:31.339Z[ helios-setup] Aug 14 18:42:30.280 INFO E| Downloaded slab v0.4.11
28322026-08-14T18:42:31.339Z[ helios-setup] Aug 14 18:42:30.281 INFO E| Downloaded signal-hook-registry v1.4.6
28332026-08-14T18:42:31.350Z[ helios-setup] Aug 14 18:42:30.294 INFO E| Downloaded futures-executor v0.3.31
28342026-08-14T18:42:31.351Z[ helios-setup] Aug 14 18:42:30.294 INFO E| Downloaded getrandom v0.2.16
28352026-08-14T18:42:31.354Z[ helios-setup] Aug 14 18:42:30.294 INFO E| Downloaded iana-time-zone v0.1.64
28362026-08-14T18:42:31.354Z[ helios-setup] Aug 14 18:42:30.294 INFO E| Downloaded tokio-macros v2.6.0
28372026-08-14T18:42:31.358Z[ host-package] Compiling crossbeam-channel v0.5.15
28382026-08-14T18:42:31.370Z[ helios-setup] Aug 14 18:42:30.314 INFO E| Downloaded clap_derive v4.5.49
28392026-08-14T18:42:31.374Z[ helios-setup] Aug 14 18:42:30.316 INFO E| Downloaded find-msvc-tools v0.1.4
28402026-08-14T18:42:31.374Z[ helios-setup] Aug 14 18:42:30.317 INFO E| Downloaded term v1.2.0
28412026-08-14T18:42:31.381Z[ helios-setup] Aug 14 18:42:30.324 INFO E| Downloaded ryu v1.0.20
28422026-08-14T18:42:31.384Z[ host-package] Compiling slog-json v2.6.1
28432026-08-14T18:42:31.388Z[ helios-setup] Aug 14 18:42:30.329 INFO E| Downloaded unicode-ident v1.0.22
28442026-08-14T18:42:31.388Z[ helios-setup] Aug 14 18:42:30.331 INFO E| Downloaded bytes v1.10.1
28452026-08-14T18:42:31.391Z[ helios-setup] Aug 14 18:42:30.334 INFO E| Downloaded log v0.4.28
28462026-08-14T18:42:31.395Z[ helios-setup] Aug 14 18:42:30.335 INFO E| Downloaded proc-macro2 v1.0.103
28472026-08-14T18:42:31.395Z[ helios-setup] Aug 14 18:42:30.337 INFO E| Downloaded socket2 v0.6.1
28482026-08-14T18:42:31.395Z[ helios-setup] Aug 14 18:42:30.338 INFO E| Downloaded toml v0.9.8
28492026-08-14T18:42:31.405Z[ helios-setup] Aug 14 18:42:30.348 INFO E| Downloaded futures v0.3.31
28502026-08-14T18:42:31.408Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28512026-08-14T18:42:31.408Z[ helios-setup] Aug 14 18:42:30.352 INFO E| Downloaded toml_edit v0.23.7
28522026-08-14T18:42:31.422Z[ helios-setup] Aug 14 18:42:30.362 INFO E| Downloaded uuid v1.18.1
28532026-08-14T18:42:31.423Z[ helios-setup] Aug 14 18:42:30.365 INFO E| Downloaded flate2 v1.1.5
28542026-08-14T18:42:31.427Z[ host-package] Compiling serde_spanned v1.1.1
28552026-08-14T18:42:31.434Z[ helios-setup] Aug 14 18:42:30.378 INFO E| Downloaded rsa v0.9.8
28562026-08-14T18:42:31.444Z[ helios-setup] Aug 14 18:42:30.387 INFO E| Downloaded indexmap v2.12.0
28572026-08-14T18:42:31.448Z[ helios-setup] Aug 14 18:42:30.390 INFO E| Downloaded typenum v1.19.0
28582026-08-14T18:42:31.451Z[ helios-setup] Aug 14 18:42:30.392 INFO E| Downloaded zerocopy-derive v0.8.27
28592026-08-14T18:42:31.454Z[ helios-setup] Aug 14 18:42:30.396 INFO E| Downloaded rand v0.8.5
28602026-08-14T18:42:31.457Z[ helios-setup] Aug 14 18:42:30.399 INFO E| Downloaded mio v1.1.0
28612026-08-14T18:42:31.461Z[ helios-setup] Aug 14 18:42:30.403 INFO E| Downloaded memchr v2.7.6
28622026-08-14T18:42:31.464Z[ helios-setup] Aug 14 18:42:30.406 INFO E| Downloaded iddqd v0.3.14
28632026-08-14T18:42:31.485Z[ helios-setup] Aug 14 18:42:30.428 INFO E| Downloaded clap_builder v4.5.51
28642026-08-14T18:42:31.489Z[ helios-setup] Aug 14 18:42:30.433 INFO E| Downloaded num-bigint-dig v0.8.4
28652026-08-14T18:42:31.493Z[ helios-setup] Aug 14 18:42:30.436 INFO E| Downloaded hashbrown v0.16.0
28662026-08-14T18:42:31.496Z[ helios-setup] Aug 14 18:42:30.439 INFO E| Downloaded serde_json v1.0.145
28672026-08-14T18:42:31.501Z[ helios-setup] Aug 14 18:42:30.444 INFO E| Downloaded futures-util v0.3.31
28682026-08-14T18:42:31.509Z[ helios-setup] Aug 14 18:42:30.452 INFO E| Downloaded libm v0.2.15
28692026-08-14T18:42:31.519Z[ helios-setup] Aug 14 18:42:30.459 INFO E| Downloaded time v0.3.44
28702026-08-14T18:42:31.523Z[ helios-setup] Aug 14 18:42:30.464 INFO E| Downloaded winnow v0.7.13
28712026-08-14T18:42:31.543Z[ host-package] Compiling float-ord v0.3.2
28722026-08-14T18:42:31.547Z[ helios-setup] Aug 14 18:42:30.487 INFO E| Downloaded zerocopy v0.8.27
28732026-08-14T18:42:31.559Z[ helios-setup] Aug 14 18:42:30.502 INFO E| Downloaded chrono v0.4.42
28742026-08-14T18:42:31.563Z[ helios-setup] Aug 14 18:42:30.506 INFO E| Downloaded unicode-width v0.2.2
28752026-08-14T18:42:31.568Z[ helios-setup] Aug 14 18:42:30.510 INFO E| Downloaded syn v2.0.108
28762026-08-14T18:42:31.577Z[ host-package] Compiling term v1.2.1
28772026-08-14T18:42:31.581Z[ host-package] Compiling linked-hash-map v0.5.6
28782026-08-14T18:42:31.584Z[ helios-setup] Aug 14 18:42:30.527 INFO E| Downloaded rustix v1.1.2
28792026-08-14T18:42:31.623Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28802026-08-14T18:42:31.633Z[ helios-setup] Aug 14 18:42:30.576 INFO E| Downloaded libc v0.2.177
28812026-08-14T18:42:31.647Z[ host-package] Compiling take_mut v0.2.2
28822026-08-14T18:42:31.651Z[ helios-setup] Aug 14 18:42:30.592 INFO E| Downloaded tokio v1.48.0
28832026-08-14T18:42:31.671Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28842026-08-14T18:42:31.702Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28852026-08-14T18:42:31.702Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-08-14T18:42:31.747Z[ host-package] Compiling slog-bunyan v2.5.0
28872026-08-14T18:42:31.750Z[ host-package] Compiling async-compression v0.4.41
28882026-08-14T18:42:31.754Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling proc-macro2 v1.0.103
28892026-08-14T18:42:31.754Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling unicode-ident v1.0.22
28902026-08-14T18:42:31.754Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling quote v1.0.41
28912026-08-14T18:42:31.754Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling libc v0.2.177
28922026-08-14T18:42:31.754Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling serde_core v1.0.228
28932026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling cfg-if v1.0.4
28942026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling serde v1.0.228
28952026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling version_check v0.9.5
28962026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling autocfg v1.5.0
28972026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling const-oid v0.9.6
28982026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling typenum v1.19.0
28992026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling libm v0.2.15
29002026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.694 INFO E| Compiling zerocopy v0.8.27
29012026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.695 INFO E| Compiling rustversion v1.0.22
29022026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.695 INFO E| Compiling zeroize v1.8.2
29032026-08-14T18:42:31.755Z[ helios-setup] Aug 14 18:42:30.695 INFO E| Compiling base64ct v1.8.0
29042026-08-14T18:42:31.891Z[ host-package] Compiling lru-cache v0.1.2
29052026-08-14T18:42:31.952Z[ host-package] Compiling typify-impl v0.6.2
29062026-08-14T18:42:31.952Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29072026-08-14T18:42:32.080Z[ host-package] Compiling slog-term v2.9.2
29082026-08-14T18:42:32.150Z[ helios-setup] Aug 14 18:42:31.093 INFO E| Compiling smallvec v1.15.1
29092026-08-14T18:42:32.374Z[ helios-setup] Aug 14 18:42:31.317 INFO E| Compiling hashbrown v0.16.0
29102026-08-14T18:42:32.421Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29112026-08-14T18:42:32.421Z[ host-package] Compiling dropshot v0.17.1
29122026-08-14T18:42:32.508Z[ helios-setup] Aug 14 18:42:31.449 INFO E| Compiling pem-rfc7468 v0.7.0
29132026-08-14T18:42:32.527Z[ host-package] Compiling async-stream v0.3.6
29142026-08-14T18:42:32.648Z[ helios-setup] Aug 14 18:42:31.591 INFO E| Compiling anyhow v1.0.100
29152026-08-14T18:42:32.655Z[ helios-setup] Aug 14 18:42:31.598 INFO E| Compiling memchr v2.7.6
29162026-08-14T18:42:32.677Z[ helios-setup] Aug 14 18:42:31.620 INFO E| Compiling winnow v0.7.13
29172026-08-14T18:42:32.727Z[ helios-setup] Aug 14 18:42:31.670 INFO E| Compiling crc32fast v1.5.0
29182026-08-14T18:42:32.921Z[ helios-setup] Aug 14 18:42:31.864 INFO E| Compiling generic-array v0.14.9
29192026-08-14T18:42:32.971Z[ helios-setup] Aug 14 18:42:31.913 INFO E| Compiling num-traits v0.2.19
29202026-08-14T18:42:33.004Z[ host-package] Compiling sha1 v0.11.0
29212026-08-14T18:42:33.126Z[ host-package] Compiling progenitor-client v0.14.0
29222026-08-14T18:42:33.239Z[ helios-setup] Aug 14 18:42:32.182 INFO E| Compiling byteorder v1.5.0
29232026-08-14T18:42:33.263Z[ helios-setup] Aug 14 18:42:32.206 INFO E| Compiling flagset v0.4.7
29242026-08-14T18:42:33.266Z[ host-package] Compiling waitgroup v0.1.2
29252026-08-14T18:42:33.266Z[ host-package] Compiling rustls-pemfile v2.2.0
29262026-08-14T18:42:33.276Z[ helios-setup] Aug 14 18:42:32.219 INFO E| Compiling rustix v1.1.2
29272026-08-14T18:42:33.471Z[ helios-setup] Aug 14 18:42:32.415 INFO E| Compiling getrandom v0.2.16
29282026-08-14T18:42:33.495Z[ host-package] Compiling backon v1.6.0
29292026-08-14T18:42:33.495Z[ host-package] Compiling hostname v0.4.2
29302026-08-14T18:42:33.694Z[ helios-setup] Aug 14 18:42:32.637 INFO E| Compiling equivalent v1.0.2
29312026-08-14T18:42:33.710Z[ helios-setup] Aug 14 18:42:32.653 INFO E| Compiling utf8parse v0.2.2
29322026-08-14T18:42:33.758Z[ helios-setup] Aug 14 18:42:32.701 INFO E| Compiling errno v0.3.14
29332026-08-14T18:42:33.773Z[ helios-setup] Aug 14 18:42:32.712 INFO E| Compiling indexmap v2.12.0
29342026-08-14T18:42:33.777Z[ host-package] Compiling serde_path_to_error v0.1.20
29352026-08-14T18:42:33.791Z[ helios-setup] Aug 14 18:42:32.734 INFO E| Compiling rand_core v0.6.4
29362026-08-14T18:42:33.799Z[ helios-setup] Aug 14 18:42:32.742 INFO E| Compiling anstyle-parse v0.2.7
29372026-08-14T18:42:33.895Z[ helios-setup] Aug 14 18:42:32.838 INFO E| Compiling radium v0.7.0
29382026-08-14T18:42:33.913Z[ helios-setup] Aug 14 18:42:32.857 INFO E| Compiling toml_datetime v0.7.3
29392026-08-14T18:42:33.922Z[ helios-setup] Aug 14 18:42:32.865 INFO E| Compiling anstyle-query v1.1.4
29402026-08-14T18:42:34.015Z[ host-package] Compiling instant v0.1.13
29412026-08-14T18:42:34.047Z[ helios-setup] Aug 14 18:42:32.990 INFO E| Compiling syn v1.0.109
29422026-08-14T18:42:34.084Z[ helios-setup] Aug 14 18:42:33.027 INFO E| Compiling is_terminal_polyfill v1.70.2
29432026-08-14T18:42:34.093Z[ helios-setup] Aug 14 18:42:33.036 INFO E| Compiling colorchoice v1.0.4
29442026-08-14T18:42:34.124Z[ helios-setup] Aug 14 18:42:33.067 INFO E| Compiling shlex v1.3.0
29452026-08-14T18:42:34.136Z[ helios-setup] Aug 14 18:42:33.080 INFO E| Compiling allocator-api2 v0.2.21
29462026-08-14T18:42:34.252Z[ helios-setup] Aug 14 18:42:33.196 INFO E| Compiling find-msvc-tools v0.1.4
29472026-08-14T18:42:34.302Z[ host-package] Compiling minimal-lexical v0.2.1
29482026-08-14T18:42:34.302Z[ host-package] Compiling linear-map v1.2.0
29492026-08-14T18:42:34.319Z[ host-package] Compiling debug-ignore v1.0.5
29502026-08-14T18:42:34.363Z[ helios-setup] Aug 14 18:42:33.305 INFO E| Compiling cpufeatures v0.2.17
29512026-08-14T18:42:34.401Z[ helios-setup] Aug 14 18:42:33.344 INFO E| Compiling anstyle v1.0.13
29522026-08-14T18:42:34.574Z[ helios-setup] Aug 14 18:42:33.516 INFO E| Compiling syn v2.0.108
29532026-08-14T18:42:34.632Z[ helios-setup] Aug 14 18:42:33.576 INFO E| Compiling cc v1.2.44
29542026-08-14T18:42:34.644Z[ helios-setup] Aug 14 18:42:33.588 INFO E| Compiling slog v2.8.2
29552026-08-14T18:42:34.669Z[ helios-setup] Aug 14 18:42:33.612 INFO E| Compiling anstream v0.6.21
29562026-08-14T18:42:34.756Z[ host-package] Compiling oxide-update-engine v0.1.2
29572026-08-14T18:42:34.759Z[ host-package] Compiling backoff v0.4.0
29582026-08-14T18:42:34.759Z[ host-package] Compiling progenitor-extras v0.2.0
29592026-08-14T18:42:34.759Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29602026-08-14T18:42:34.819Z[ helios-setup] Aug 14 18:42:33.762 INFO E| Compiling unicode-width v0.2.2
29612026-08-14T18:42:34.871Z[ helios-setup] Aug 14 18:42:33.814 INFO E| Compiling parking_lot_core v0.9.12
29622026-08-14T18:42:35.022Z[ helios-setup] Aug 14 18:42:33.966 INFO E| Compiling block-buffer v0.10.4
29632026-08-14T18:42:35.033Z[ helios-setup] Aug 14 18:42:33.977 INFO E| Compiling crypto-common v0.1.6
29642026-08-14T18:42:35.040Z[ helios-setup] Aug 14 18:42:33.984 INFO E| Compiling pkg-config v0.3.32
29652026-08-14T18:42:35.140Z[ helios-setup] Aug 14 18:42:34.083 INFO E| Compiling futures-core v0.3.31
29662026-08-14T18:42:35.145Z[ host-package] Compiling nom v7.1.3
29672026-08-14T18:42:35.148Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29682026-08-14T18:42:35.181Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29692026-08-14T18:42:35.218Z[ helios-setup] Aug 14 18:42:34.161 INFO E| Compiling digest v0.10.7
29702026-08-14T18:42:35.248Z[ helios-setup] Aug 14 18:42:34.191 INFO E| Compiling pin-project-lite v0.2.16
29712026-08-14T18:42:35.293Z[ helios-setup] Aug 14 18:42:34.236 INFO E| Compiling tap v1.0.1
29722026-08-14T18:42:35.365Z[ helios-setup] Aug 14 18:42:34.308 INFO E| Compiling toml_parser v1.0.4
29732026-08-14T18:42:35.390Z[ helios-setup] Aug 14 18:42:34.332 INFO E| Compiling futures-sink v0.3.31
29742026-08-14T18:42:35.492Z[ helios-setup] Aug 14 18:42:34.435 INFO E| Compiling maybe-uninit v2.0.0
29752026-08-14T18:42:35.506Z[ helios-setup] Aug 14 18:42:34.449 INFO E| Compiling num-integer v0.1.46
29762026-08-14T18:42:35.549Z[ helios-setup] Aug 14 18:42:34.492 INFO E| Compiling futures-channel v0.3.31
29772026-08-14T18:42:35.581Z[ helios-setup] Aug 14 18:42:34.524 INFO E| Compiling wyz v0.5.1
29782026-08-14T18:42:35.590Z[ helios-setup] Aug 14 18:42:34.532 INFO E| Compiling getopts v0.2.24
29792026-08-14T18:42:35.661Z[ helios-setup] Aug 14 18:42:34.604 INFO E| Compiling sha2 v0.10.9
29802026-08-14T18:42:35.670Z[ host-package] Compiling parse-display v0.10.0
29812026-08-14T18:42:35.912Z[ helios-setup] Aug 14 18:42:34.855 INFO E| Compiling ahash v0.8.12
29822026-08-14T18:42:35.959Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29832026-08-14T18:42:35.973Z[ helios-setup] Aug 14 18:42:34.917 INFO E| Compiling toml_edit v0.23.7
29842026-08-14T18:42:36.092Z[ helios-setup] Aug 14 18:42:35.036 INFO E| Compiling futures-io v0.3.31
29852026-08-14T18:42:36.106Z[ helios-setup] Aug 14 18:42:35.050 INFO E| Compiling num-conv v0.1.0
29862026-08-14T18:42:36.119Z[ host-package] Compiling hickory-proto v0.24.4
29872026-08-14T18:42:36.123Z[ host-package] Compiling regress v0.10.5
29882026-08-14T18:42:36.153Z[ helios-setup] Aug 14 18:42:35.096 INFO E| Compiling itoa v1.0.15
29892026-08-14T18:42:36.194Z[ helios-setup] Aug 14 18:42:35.138 INFO E| Compiling spin v0.9.8
29902026-08-14T18:42:36.233Z[ helios-setup] Aug 14 18:42:35.176 INFO E| Compiling heck v0.5.0
29912026-08-14T18:42:36.265Z[ helios-setup] Aug 14 18:42:35.209 INFO E| Compiling strsim v0.11.1
29922026-08-14T18:42:36.330Z[ host-package] Compiling itertools v0.14.0
29932026-08-14T18:42:36.337Z[ helios-setup] Aug 14 18:42:35.281 INFO E| Compiling getrandom v0.3.4
29942026-08-14T18:42:36.362Z[ helios-setup] Aug 14 18:42:35.306 INFO E| Compiling thiserror v1.0.69
29952026-08-14T18:42:36.394Z[ helios-setup] Aug 14 18:42:35.338 INFO E| Compiling bitflags v2.10.0
29962026-08-14T18:42:36.452Z[ helios-setup] Aug 14 18:42:35.395 INFO E| Compiling powerfmt v0.2.0
29972026-08-14T18:42:36.491Z[ helios-setup] Aug 14 18:42:35.434 INFO E| Compiling clap_lex v0.7.6
29982026-08-14T18:42:36.629Z[ helios-setup] Aug 14 18:42:35.573 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29992026-08-14T18:42:36.819Z[ helios-setup] Aug 14 18:42:35.749 INFO E| Compiling time-core v0.1.6
30002026-08-14T18:42:36.995Z[ helios-setup] Aug 14 18:42:35.938 INFO E| Compiling slab v0.4.11
30012026-08-14T18:42:37.057Z[ helios-setup] Aug 14 18:42:36.000 INFO E| Compiling scopeguard v1.2.0
30022026-08-14T18:42:37.108Z[ helios-setup] Aug 14 18:42:36.051 INFO E| Compiling funty v2.0.0
30032026-08-14T18:42:37.144Z[ helios-setup] Aug 14 18:42:36.088 INFO E| Compiling pin-utils v0.1.0
30042026-08-14T18:42:37.157Z[ helios-setup] Aug 14 18:42:36.101 INFO E| Compiling packed_struct v0.10.1
30052026-08-14T18:42:37.175Z[ host-package] Compiling macaddr v1.0.1
30062026-08-14T18:42:37.176Z[ helios-setup] Aug 14 18:42:36.119 INFO E| Compiling bytes v1.10.1
30072026-08-14T18:42:37.231Z[ helios-setup] Aug 14 18:42:36.175 INFO E| Compiling proc-macro-crate v3.4.0
30082026-08-14T18:42:37.265Z[ host-package] Compiling unicode-xid v0.2.6
30092026-08-14T18:42:37.308Z[ helios-setup] Aug 14 18:42:36.251 INFO E| Compiling num-bigint-dig v0.8.4
30102026-08-14T18:42:37.314Z[ helios-setup] Aug 14 18:42:36.258 INFO E| Compiling futures-task v0.3.31
30112026-08-14T18:42:37.374Z[ helios-setup] Aug 14 18:42:36.315 INFO E| Compiling lock_api v0.4.14
30122026-08-14T18:42:37.439Z[ host-package] Compiling humantime v2.3.0
30132026-08-14T18:42:37.565Z[ helios-setup] Aug 14 18:42:36.508 INFO E| Compiling time-macros v0.2.24
30142026-08-14T18:42:37.641Z[ helios-setup] Aug 14 18:42:36.585 INFO E| Compiling bitvec v1.0.1
30152026-08-14T18:42:37.738Z[ helios-setup] Aug 14 18:42:36.678 INFO E| Compiling terminal_size v0.4.3
30162026-08-14T18:42:37.795Z[ helios-setup] Aug 14 18:42:36.738 INFO E| Compiling deranged v0.5.5
30172026-08-14T18:42:37.850Z[ helios-setup] Aug 14 18:42:36.793 INFO E| Compiling lazy_static v1.5.0
30182026-08-14T18:42:37.888Z[ helios-setup] Aug 14 18:42:36.830 INFO E| Compiling clap_builder v4.5.51
30192026-08-14T18:42:37.971Z[ helios-setup] Aug 14 18:42:36.915 INFO E| Compiling num-iter v0.1.45
30202026-08-14T18:42:37.988Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30212026-08-14T18:42:38.000Z[ helios-setup] Aug 14 18:42:36.943 INFO E| Compiling indexmap v1.9.3
30222026-08-14T18:42:38.064Z[ helios-setup] Aug 14 18:42:37.007 INFO E| Compiling simd-adler32 v0.3.7
30232026-08-14T18:42:38.124Z[ helios-setup] Aug 14 18:42:37.067 INFO E| Compiling thiserror v2.0.17
30242026-08-14T18:42:38.136Z[ helios-setup] Aug 14 18:42:37.079 INFO E| Compiling serde_json v1.0.145
30252026-08-14T18:42:38.229Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30262026-08-14T18:42:38.233Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30272026-08-14T18:42:38.233Z[ host-package] Compiling convert_case v0.10.0
30282026-08-14T18:42:38.252Z[ host-package] Compiling typify-macro v0.6.2
30292026-08-14T18:42:38.299Z[ helios-setup] Aug 14 18:42:37.243 INFO E| Compiling iana-time-zone v0.1.64
30302026-08-14T18:42:38.659Z[ helios-setup] Aug 14 18:42:37.602 INFO E| Compiling crc-catalog v2.4.0
30312026-08-14T18:42:38.715Z[ host-package] Compiling owo-colors v4.3.0
30322026-08-14T18:42:38.750Z[ helios-setup] Aug 14 18:42:37.694 INFO E| Compiling nodrop v0.1.14
30332026-08-14T18:42:38.767Z[ helios-setup] Aug 14 18:42:37.710 INFO E| Compiling once_cell v1.21.3
30342026-08-14T18:42:38.783Z[ helios-setup] Aug 14 18:42:37.722 INFO E| Compiling log v0.4.28
30352026-08-14T18:42:38.869Z[ helios-setup] Aug 14 18:42:37.811 INFO E| Compiling adler2 v2.0.1
30362026-08-14T18:42:38.899Z[ helios-setup] Aug 14 18:42:37.842 INFO E| Compiling array-init v0.0.4
30372026-08-14T18:42:39.043Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30382026-08-14T18:42:39.079Z[ helios-setup] Aug 14 18:42:38.022 INFO E| Compiling env_filter v0.1.4
30392026-08-14T18:42:39.150Z[ helios-setup] Aug 14 18:42:38.091 INFO E| Compiling miniz_oxide v0.8.9
30402026-08-14T18:42:39.189Z[ helios-setup] Aug 14 18:42:38.132 INFO E| Compiling crc v3.3.0
30412026-08-14T18:42:39.237Z[ helios-setup] Aug 14 18:42:38.180 INFO E| Compiling chrono v0.4.42
30422026-08-14T18:42:39.290Z[ host-package] Compiling derive_more-impl v2.1.1
30432026-08-14T18:42:39.290Z[ host-package] Compiling toml v0.8.23
30442026-08-14T18:42:39.324Z[ helios-setup] Aug 14 18:42:38.267 INFO E| Compiling parking_lot v0.12.5
30452026-08-14T18:42:39.638Z[ helios-setup] Aug 14 18:42:38.581 INFO E| Compiling smallvec v0.6.14
30462026-08-14T18:42:39.645Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30472026-08-14T18:42:39.649Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30482026-08-14T18:42:39.760Z[ helios-setup] Aug 14 18:42:38.703 INFO E| Compiling serde_spanned v1.0.3
30492026-08-14T18:42:39.932Z[ host-package] Compiling papergrid v0.11.0
30502026-08-14T18:42:40.155Z[ helios-setup] Aug 14 18:42:39.098 INFO E| Compiling signature v2.2.0
30512026-08-14T18:42:40.178Z[ helios-setup] Aug 14 18:42:39.122 INFO E| Compiling is-terminal v0.4.17
30522026-08-14T18:42:40.242Z[ helios-setup] Aug 14 18:42:39.185 INFO E| Compiling socket2 v0.6.1
30532026-08-14T18:42:40.281Z[ host-package] Compiling tabled_derive v0.7.0
30542026-08-14T18:42:40.302Z[ helios-setup] Aug 14 18:42:39.245 INFO E| Compiling signal-hook-registry v1.4.6
30552026-08-14T18:42:40.388Z[ helios-setup] Aug 14 18:42:39.332 INFO E| Compiling time v0.3.44
30562026-08-14T18:42:40.450Z[ host-package] Compiling termtree v0.5.1
30572026-08-14T18:42:40.476Z[ helios-setup] Aug 14 18:42:39.419 INFO E| Compiling mio v1.1.0
30582026-08-14T18:42:40.598Z[ helios-setup] Aug 14 18:42:39.542 INFO E| Compiling thread_local v1.1.9
30592026-08-14T18:42:40.708Z[ helios-setup] Aug 14 18:42:39.651 INFO E| Compiling toml_writer v1.0.4
30602026-08-14T18:42:40.730Z[ host-package] Compiling phf_shared v0.12.1
30612026-08-14T18:42:40.775Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30622026-08-14T18:42:40.799Z[ helios-setup] Aug 14 18:42:39.743 INFO E| Compiling hashbrown v0.12.3
30632026-08-14T18:42:41.192Z[ host-package] Compiling derive_more v2.1.1
30642026-08-14T18:42:41.260Z[ host-package] Compiling vte v0.14.1
30652026-08-14T18:42:41.276Z[ helios-setup] Aug 14 18:42:40.219 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30662026-08-14T18:42:41.320Z[ helios-setup] Aug 14 18:42:40.261 INFO E| Compiling ryu v1.0.20
30672026-08-14T18:42:41.446Z[ helios-setup] Aug 14 18:42:40.389 INFO E| Compiling libdevinfo-sys v1.1.0
30682026-08-14T18:42:41.575Z[ helios-setup] Aug 14 18:42:40.519 INFO E| Compiling term v1.2.0
30692026-08-14T18:42:41.636Z[ helios-setup] Aug 14 18:42:40.579 INFO E| Compiling base64 v0.21.7
30702026-08-14T18:42:41.697Z[ host-package] Compiling crossterm v0.29.0
30712026-08-14T18:42:41.721Z[ helios-setup] Aug 14 18:42:40.653 INFO E| Compiling winnow v0.5.40
30722026-08-14T18:42:41.725Z[ helios-setup] Aug 14 18:42:40.669 INFO E| Compiling packed_struct_codegen v0.10.1
30732026-08-14T18:42:41.874Z[ helios-setup] Aug 14 18:42:40.818 INFO E| Compiling serde_derive v1.0.228
30742026-08-14T18:42:41.891Z[ helios-setup] Aug 14 18:42:40.834 INFO E| Compiling zerocopy-derive v0.8.27
30752026-08-14T18:42:41.903Z[ helios-setup] Aug 14 18:42:40.846 INFO E| Compiling der_derive v0.7.3
30762026-08-14T18:42:41.920Z[ host-package] Compiling typify v0.6.2
30772026-08-14T18:42:41.924Z[ helios-setup] Aug 14 18:42:40.867 INFO E| Compiling futures-macro v0.3.31
30782026-08-14T18:42:42.009Z[ helios-setup] Aug 14 18:42:40.953 INFO E| Compiling bitfield-macros v0.19.3
30792026-08-14T18:42:42.029Z[ helios-setup] Aug 14 18:42:40.973 INFO E| Compiling num_enum_derive v0.7.5
30802026-08-14T18:42:42.150Z[ host-package] Compiling hickory-resolver v0.24.4
30812026-08-14T18:42:42.177Z[ helios-setup] Aug 14 18:42:41.120 INFO E| Compiling zerocopy-derive v0.6.6
30822026-08-14T18:42:42.365Z[ host-package] Compiling progenitor-impl v0.14.0
30832026-08-14T18:42:42.369Z[ host-package] Compiling tabled v0.15.0
30842026-08-14T18:42:42.369Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30852026-08-14T18:42:42.369Z[ host-package] Compiling csv-core v0.1.13
30862026-08-14T18:42:42.530Z[ helios-setup] Aug 14 18:42:41.473 INFO E| Compiling clap_derive v4.5.49
30872026-08-14T18:42:43.338Z[ helios-setup] Aug 14 18:42:42.282 INFO E| Compiling thiserror-impl v1.0.69
30882026-08-14T18:42:43.360Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30892026-08-14T18:42:43.426Z[ helios-setup] Aug 14 18:42:42.369 INFO E| Compiling bitfield v0.19.3
30902026-08-14T18:42:44.056Z[ helios-setup] Aug 14 18:42:42.999 INFO E| Compiling tokio-macros v2.6.0
30912026-08-14T18:42:44.101Z[ helios-setup] Aug 14 18:42:43.044 INFO E| Compiling der v0.7.10
30922026-08-14T18:42:44.163Z[ helios-setup] Aug 14 18:42:43.106 INFO E| Compiling thiserror-impl v2.0.17
30932026-08-14T18:42:44.170Z[ helios-setup] Aug 14 18:42:43.114 INFO E| Compiling futures-util v0.3.31
30942026-08-14T18:42:44.211Z[ helios-setup] Aug 14 18:42:43.154 INFO E| Compiling subtle v2.6.1
30952026-08-14T18:42:44.228Z[ helios-setup] Aug 14 18:42:43.171 INFO E| Compiling zerocopy v0.6.6
30962026-08-14T18:42:44.308Z[ host-package] Compiling highway v1.3.0
30972026-08-14T18:42:44.378Z[ helios-setup] Aug 14 18:42:43.321 INFO E| Compiling toml v0.9.8
30982026-08-14T18:42:44.429Z[ helios-setup] Aug 14 18:42:43.371 INFO E| Compiling num_enum v0.7.5
30992026-08-14T18:42:44.684Z[ helios-setup] Aug 14 18:42:43.627 INFO E| Compiling devinfo v0.1.0
31002026-08-14T18:42:44.710Z[ helios-setup] Aug 14 18:42:43.654 INFO E| Compiling bzip2 v0.4.4
31012026-08-14T18:42:44.891Z[ helios-setup] Aug 14 18:42:43.833 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31022026-08-14T18:42:45.171Z[ helios-setup] Aug 14 18:42:44.115 INFO E| Compiling uuid v1.18.1
31032026-08-14T18:42:45.210Z[ helios-setup] Aug 14 18:42:44.152 INFO E| Compiling flate2 v1.1.5
31042026-08-14T18:42:45.339Z[ helios-setup] Aug 14 18:42:44.283 INFO E| Compiling env_logger v0.11.8
31052026-08-14T18:42:45.811Z[ helios-setup] Aug 14 18:42:44.755 INFO E| Compiling hex v0.4.3
31062026-08-14T18:42:45.855Z[ host-package] Compiling qorb v0.4.1
31072026-08-14T18:42:45.880Z[ helios-setup] Aug 14 18:42:44.824 INFO E| Compiling tokio v1.48.0
31082026-08-14T18:42:46.167Z[ helios-setup] Aug 14 18:42:45.110 INFO E| Compiling spki v0.7.3
31092026-08-14T18:42:46.235Z[ host-package] Compiling chrono-tz v0.10.4
31102026-08-14T18:42:46.354Z[ helios-setup] Aug 14 18:42:45.297 INFO E| Compiling clap v4.5.51
31112026-08-14T18:42:46.372Z[ helios-setup] Aug 14 18:42:45.315 INFO E| Compiling rustc-hash v2.1.1
31122026-08-14T18:42:46.453Z[ helios-setup] Aug 14 18:42:45.396 INFO E| Compiling pkcs8 v0.10.2
31132026-08-14T18:42:46.490Z[ helios-setup] Aug 14 18:42:45.433 INFO E| Compiling x509-cert v0.2.5
31142026-08-14T18:42:46.502Z[ helios-setup] Aug 14 18:42:45.445 INFO E| Compiling crc-any v2.5.0
31152026-08-14T18:42:46.612Z[ helios-setup] Aug 14 18:42:45.555 INFO E| Compiling foldhash v0.2.0
31162026-08-14T18:42:46.615Z[ helios-setup] Aug 14 18:42:45.555 INFO E| Compiling bitflags v1.3.2
31172026-08-14T18:42:46.706Z[ helios-setup] Aug 14 18:42:45.649 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31182026-08-14T18:42:46.728Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31192026-08-14T18:42:46.808Z[ helios-setup] Aug 14 18:42:45.751 INFO E| Compiling zip v0.6.6
31202026-08-14T18:42:47.005Z[ helios-setup] Aug 14 18:42:45.949 INFO E| Compiling pkcs1 v0.7.5
31212026-08-14T18:42:47.021Z[ host-package] Compiling progenitor-macro v0.14.0
31222026-08-14T18:42:47.085Z[ helios-setup] Aug 14 18:42:46.028 INFO E| Compiling iddqd v0.3.14
31232026-08-14T18:42:47.256Z[ host-package] Compiling csv v1.4.0
31242026-08-14T18:42:47.374Z[ helios-setup] Aug 14 18:42:46.318 INFO E| Compiling ppv-lite86 v0.2.21
31252026-08-14T18:42:47.529Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31262026-08-14T18:42:47.677Z[ helios-setup] Aug 14 18:42:46.621 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31272026-08-14T18:42:47.880Z[ helios-setup] Aug 14 18:42:46.823 INFO E| Compiling hashbrown v0.13.2
31282026-08-14T18:42:47.943Z[ helios-setup] Aug 14 18:42:46.886 INFO E| Compiling path-slash v0.1.5
31292026-08-14T18:42:48.150Z[ helios-setup] Aug 14 18:42:47.093 INFO E| Compiling rand_chacha v0.3.1
31302026-08-14T18:42:48.837Z[ host-package] Compiling phf v0.12.1
31312026-08-14T18:42:48.901Z[ helios-setup] Aug 14 18:42:47.844 INFO E| Compiling erased-serde v0.3.31
31322026-08-14T18:42:49.005Z[ helios-setup] Aug 14 18:42:47.948 INFO E| Compiling rand v0.8.5
31332026-08-14T18:42:49.008Z[ helios-setup] Aug 14 18:42:47.948 INFO E| Compiling serde_spanned v0.6.9
31342026-08-14T18:42:49.091Z[ helios-setup] Aug 14 18:42:48.034 INFO E| Compiling toml_datetime v0.6.11
31352026-08-14T18:42:49.271Z[ helios-setup] Aug 14 18:42:48.214 INFO E| Compiling ron v0.8.1
31362026-08-14T18:42:49.371Z[ helios-setup] Aug 14 18:42:48.314 INFO E| Compiling serde-hex v0.1.0
31372026-08-14T18:42:49.575Z[ host-package] Compiling const_format_proc_macros v0.2.34
31382026-08-14T18:42:49.810Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31392026-08-14T18:42:50.097Z[ helios-setup] Aug 14 18:42:49.040 INFO E| Compiling futures-executor v0.3.31
31402026-08-14T18:42:50.160Z[ helios-setup] Aug 14 18:42:49.103 INFO E| Compiling toml_edit v0.19.15
31412026-08-14T18:42:50.255Z[ helios-setup] Aug 14 18:42:49.198 INFO E| Compiling object v0.30.4
31422026-08-14T18:42:50.516Z[ helios-setup] Aug 14 18:42:49.459 INFO E| Compiling futures v0.3.31
31432026-08-14T18:42:50.602Z[ host-package] Compiling fd-lock v4.0.4
31442026-08-14T18:42:50.706Z[ host-package] Compiling peg-macros v0.8.5
31452026-08-14T18:42:50.823Z[ helios-setup] Aug 14 18:42:49.766 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31462026-08-14T18:42:51.105Z[ helios-setup] Aug 14 18:42:50.048 INFO E| Compiling slog-term v2.9.2
31472026-08-14T18:42:51.131Z[ helios-setup] Aug 14 18:42:50.074 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31482026-08-14T18:42:51.171Z[ host-package] Compiling nu-ansi-term v0.50.3
31492026-08-14T18:42:51.947Z[ host-package] Compiling const_format v0.2.35
31502026-08-14T18:42:52.041Z[ helios-setup] Aug 14 18:42:50.984 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31512026-08-14T18:42:52.646Z[ host-package] Compiling reedline v0.40.0
31522026-08-14T18:42:52.755Z[ helios-setup] Aug 14 18:42:51.698 INFO E| Compiling rsa v0.9.8
31532026-08-14T18:42:53.140Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-08-14T18:42:53.182Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31552026-08-14T18:42:53.406Z[ helios-setup] Aug 14 18:42:52.349 INFO E| Compiling toml v0.7.8
31562026-08-14T18:42:54.270Z[ host-package] Compiling peg v0.8.5
31572026-08-14T18:42:54.436Z[ host-package] Compiling progenitor v0.14.0
31582026-08-14T18:42:54.808Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31592026-08-14T18:42:54.882Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31602026-08-14T18:42:54.964Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31612026-08-14T18:42:55.744Z[ helios-setup] Aug 14 18:42:54.687 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31622026-08-14T18:42:55.751Z[ helios-setup] Aug 14 18:42:54.693 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31632026-08-14T18:42:56.271Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-08-14T18:42:57.783Z[ host-package] Compiling bcs v0.1.6
31652026-08-14T18:42:58.060Z[ host-package] Compiling nom v8.0.0
31662026-08-14T18:42:58.106Z[ host-package] Compiling semver v0.1.20
31672026-08-14T18:42:58.776Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31682026-08-14T18:42:58.809Z[ host-package] Compiling rustc_version v0.1.7
31692026-08-14T18:42:59.158Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31702026-08-14T18:42:59.271Z[ host-package] Compiling newtype_derive v0.1.6
31712026-08-14T18:42:59.616Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31722026-08-14T18:42:59.685Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31732026-08-14T18:42:59.734Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31742026-08-14T18:43:00.173Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31752026-08-14T18:43:00.290Z[ helios-setup] Aug 14 18:42:59.232 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31762026-08-14T18:43:00.329Z[ host-package] Compiling smawk v0.3.2
31772026-08-14T18:43:00.577Z[ host-package] Compiling unicode-linebreak v0.1.5
31782026-08-14T18:43:00.897Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-08-14T18:43:01.224Z[ host-package] Compiling textwrap v0.16.2
31802026-08-14T18:43:01.539Z[ helios-setup] Aug 14 18:43:00.482 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31812026-08-14T18:43:01.636Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31822026-08-14T18:43:01.755Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31832026-08-14T18:43:01.853Z[ host-package] Compiling steno v0.4.1
31842026-08-14T18:43:02.023Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31852026-08-14T18:43:02.875Z[ host-package] Compiling sha1 v0.10.6
31862026-08-14T18:43:03.200Z[ host-package] Compiling tagptr v0.2.0
31872026-08-14T18:43:03.568Z[ host-package] Compiling utf-8 v0.7.6
31882026-08-14T18:43:03.655Z[ host-package] Compiling moka v0.12.13
31892026-08-14T18:43:03.792Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31902026-08-14T18:43:04.142Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31912026-08-14T18:43:04.183Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31922026-08-14T18:43:04.417Z[ host-package] Compiling tungstenite v0.21.0
31932026-08-14T18:43:04.784Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31942026-08-14T18:43:04.907Z[ host-package] Compiling darling_core v0.21.3
31952026-08-14T18:43:05.188Z[ host-package] Compiling hickory-resolver v0.25.2
31962026-08-14T18:43:05.937Z[ helios-setup] Aug 14 18:43:04.880 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31972026-08-14T18:43:06.648Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31982026-08-14T18:43:06.959Z[ host-package] Compiling tokio-tungstenite v0.21.0
31992026-08-14T18:43:07.305Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32002026-08-14T18:43:07.376Z[ host-package] Compiling darling_macro v0.21.3
32012026-08-14T18:43:07.464Z[ host-package] Compiling display-error-chain v0.2.2
32022026-08-14T18:43:07.707Z[ host-package] Compiling libscf-sys v1.2.0
32032026-08-14T18:43:07.761Z[ host-package] Compiling vergen-lib v0.1.6
32042026-08-14T18:43:07.919Z[ host-package] Compiling diesel_derives v2.3.7
32052026-08-14T18:43:07.960Z[ host-package] Compiling darling v0.21.3
32062026-08-14T18:43:08.099Z[ host-package] Compiling dsl_auto_type v0.2.0
32072026-08-14T18:43:08.148Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32082026-08-14T18:43:08.346Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32092026-08-14T18:43:08.405Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32102026-08-14T18:43:08.477Z[ host-package] Compiling vergen-gitcl v1.0.8
32112026-08-14T18:43:08.539Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32122026-08-14T18:43:08.801Z[ host-package] Compiling dirs-sys-next v0.1.2
32132026-08-14T18:43:08.844Z[ host-package] Compiling maplit v1.0.2
32142026-08-14T18:43:08.909Z[ host-package] Compiling glob v0.3.3
32152026-08-14T18:43:08.932Z[ host-package] Compiling crunchy v0.2.4
32162026-08-14T18:43:09.123Z[ host-package] Compiling dirs-next v2.0.0
32172026-08-14T18:43:09.222Z[ host-package] Compiling r2d2 v0.8.10
32182026-08-14T18:43:09.346Z[ host-package] Compiling clang-sys v1.8.1
32192026-08-14T18:43:09.604Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32202026-08-14T18:43:09.820Z[ host-package] Compiling papergrid v0.18.0
32212026-08-14T18:43:09.934Z[ host-package] Compiling downcast-rs v2.0.2
32222026-08-14T18:43:10.028Z[ host-package] Compiling tiny-keccak v2.0.2
32232026-08-14T18:43:10.256Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32242026-08-14T18:43:11.176Z[ host-package] Compiling term v0.7.0
32252026-08-14T18:43:11.242Z[ host-package] Compiling itertools v0.15.0
32262026-08-14T18:43:11.744Z[ host-package] Compiling tabled v0.21.0
32272026-08-14T18:43:12.050Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32282026-08-14T18:43:12.104Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32292026-08-14T18:43:12.817Z[ host-package] Compiling bit-vec v0.6.3
32302026-08-14T18:43:13.136Z[ host-package] Compiling bit-set v0.5.3
32312026-08-14T18:43:13.174Z[ host-package] Compiling ascii-canvas v3.0.0
32322026-08-14T18:43:13.551Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32332026-08-14T18:43:13.612Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32342026-08-14T18:43:13.655Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32352026-08-14T18:43:13.656Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32362026-08-14T18:43:13.852Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32372026-08-14T18:43:14.054Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32382026-08-14T18:43:14.312Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32392026-08-14T18:43:14.492Z[ host-package] Compiling itertools v0.10.5
32402026-08-14T18:43:14.595Z[ host-package] Compiling ena v0.14.4
32412026-08-14T18:43:14.693Z[ host-package] Compiling libloading v0.8.9
32422026-08-14T18:43:14.973Z[ host-package] Compiling regex-syntax v0.6.29
32432026-08-14T18:43:14.976Z[ host-package] Compiling unicase v2.9.0
32442026-08-14T18:43:15.081Z[ host-package] Compiling xshell-macros v0.2.7
32452026-08-14T18:43:15.258Z[ host-package] Compiling diesel v2.3.7
32462026-08-14T18:43:15.410Z[ host-package] Compiling bindgen v0.71.1
32472026-08-14T18:43:15.528Z[ host-package] Compiling diff v0.1.13
32482026-08-14T18:43:15.761Z[ host-package] Compiling xshell v0.2.7
32492026-08-14T18:43:16.137Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32502026-08-14T18:43:16.181Z[ host-package] Compiling cexpr v0.6.0
32512026-08-14T18:43:16.996Z[ host-package] Compiling lalrpop v0.19.12
32522026-08-14T18:43:17.099Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32532026-08-14T18:43:17.154Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32542026-08-14T18:43:17.201Z[ host-package] Compiling rustc-hash v2.1.1
32552026-08-14T18:43:17.410Z[ host-package] Compiling crc8 v0.1.1
32562026-08-14T18:43:17.576Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32572026-08-14T18:43:17.583Z[ helios-setup] Aug 14 18:43:16.527 INFO E| Finished `release` profile [optimized] target(s) in 47.79s
32582026-08-14T18:43:17.586Z[ helios-setup] Aug 14 18:43:16.529 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32592026-08-14T18:43:17.586Z[ helios-setup] Aug 14 18:43:16.529 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32602026-08-14T18:43:17.654Z[ helios-setup] Aug 14 18:43:16.597 INFO building project "pilot" ok (47 seconds)
32612026-08-14T18:43:17.654Z[ helios-setup] Aug 14 18:43:16.597 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32622026-08-14T18:43:17.694Z[ helios-setup] Aug 14 18:43:16.638 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')"
32632026-08-14T18:43:17.694Z[ helios-setup] Aug 14 18:43:16.638 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32642026-08-14T18:43:17.694Z[ helios-setup] Aug 14 18:43:16.638 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32652026-08-14T18:43:17.875Z[ helios-setup] Aug 14 18:43:16.818 INFO E| Updating crates.io index
32662026-08-14T18:43:17.878Z[ helios-setup] Aug 14 18:43:16.819 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32672026-08-14T18:43:18.008Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32682026-08-14T18:43:18.031Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32692026-08-14T18:43:18.266Z[ host-package] Compiling headers-core v0.3.0
32702026-08-14T18:43:18.410Z[ helios-setup] Aug 14 18:43:17.353 INFO E| From https://github.com/oxidecomputer/amd-apcb
32712026-08-14T18:43:18.410Z[ helios-setup] Aug 14 18:43:17.353 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32722026-08-14T18:43:18.425Z[ helios-setup] Aug 14 18:43:17.369 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32732026-08-14T18:43:18.477Z[ host-package] Compiling libxml v0.3.3
32742026-08-14T18:43:18.589Z[ host-package] Compiling headers v0.4.1
32752026-08-14T18:43:18.802Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32762026-08-14T18:43:18.813Z[ helios-setup] Aug 14 18:43:17.757 INFO E| From https://github.com/oxidecomputer/amd-efs
32772026-08-14T18:43:18.813Z[ helios-setup] Aug 14 18:43:17.757 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32782026-08-14T18:43:18.837Z[ host-package] Compiling strum_macros v0.24.3
32792026-08-14T18:43:18.998Z[ host-package] Compiling indoc v1.0.9
32802026-08-14T18:43:19.039Z[ helios-setup] Aug 14 18:43:17.982 INFO E| Downloading crates ...
32812026-08-14T18:43:19.083Z[ helios-setup] Aug 14 18:43:18.027 INFO E| Downloaded autocfg v1.4.0
32822026-08-14T18:43:19.087Z[ helios-setup] Aug 14 18:43:18.030 INFO E| Downloaded unic-common v0.9.0
32832026-08-14T18:43:19.100Z[ helios-setup] Aug 14 18:43:18.043 INFO E| Downloaded pest v2.8.0
32842026-08-14T18:43:19.104Z[ helios-setup] Aug 14 18:43:18.048 INFO E| Downloaded strsim v0.8.0
32852026-08-14T18:43:19.111Z[ helios-setup] Aug 14 18:43:18.054 INFO E| Downloaded strum v0.27.1
32862026-08-14T18:43:19.116Z[ helios-setup] Aug 14 18:43:18.055 INFO E| Downloaded unic-ucd-ident v0.9.0
32872026-08-14T18:43:19.117Z[ helios-setup] Aug 14 18:43:18.056 INFO E| Downloaded unic-char-range v0.9.0
32882026-08-14T18:43:19.117Z[ helios-setup] Aug 14 18:43:18.057 INFO E| Downloaded four-cc v0.4.0
32892026-08-14T18:43:19.120Z[ helios-setup] Aug 14 18:43:18.063 INFO E| Downloaded unic-char-property v0.9.0
32902026-08-14T18:43:19.120Z[ helios-setup] Aug 14 18:43:18.064 INFO E| Downloaded ansi_term v0.12.1
32912026-08-14T18:43:19.123Z[ helios-setup] Aug 14 18:43:18.065 INFO E| Downloaded parse_int v0.9.0
32922026-08-14T18:43:19.130Z[ helios-setup] Aug 14 18:43:18.073 INFO E| Downloaded dyn-clone v1.0.19
32932026-08-14T18:43:19.133Z[ helios-setup] Aug 14 18:43:18.074 INFO E| Downloaded unic-ucd-version v0.9.0
32942026-08-14T18:43:19.141Z[ helios-setup] Aug 14 18:43:18.082 INFO E| Downloaded vec_map v0.8.2
32952026-08-14T18:43:19.141Z[ helios-setup] Aug 14 18:43:18.083 INFO E| Downloaded fletcher v1.0.0
32962026-08-14T18:43:19.144Z[ helios-setup] Aug 14 18:43:18.084 INFO E| Downloaded heck v0.3.3
32972026-08-14T18:43:19.148Z[ helios-setup] Aug 14 18:43:18.092 INFO E| Downloaded pest_generator v2.8.0
32982026-08-14T18:43:19.151Z[ helios-setup] Aug 14 18:43:18.093 INFO E| Downloaded rustversion v1.0.20
32992026-08-14T18:43:19.156Z[ helios-setup] Aug 14 18:43:18.100 INFO E| Downloaded strum_macros v0.27.1
33002026-08-14T18:43:19.159Z[ helios-setup] Aug 14 18:43:18.101 INFO E| Downloaded thiserror v2.0.12
33012026-08-14T18:43:19.162Z[ helios-setup] Aug 14 18:43:18.105 INFO E| Downloaded quote v1.0.40
33022026-08-14T18:43:19.162Z[ helios-setup] Aug 14 18:43:18.106 INFO E| Downloaded structopt-derive v0.4.18
33032026-08-14T18:43:19.166Z[ helios-setup] Aug 14 18:43:18.107 INFO E| Downloaded thiserror-impl v2.0.12
33042026-08-14T18:43:19.166Z[ helios-setup] Aug 14 18:43:18.108 INFO E| Downloaded bytesize v2.0.1
33052026-08-14T18:43:19.166Z[ helios-setup] Aug 14 18:43:18.109 INFO E| Downloaded textwrap v0.11.0
33062026-08-14T18:43:19.169Z[ helios-setup] Aug 14 18:43:18.110 INFO E| Downloaded modular-bitfield-impl v0.11.2
33072026-08-14T18:43:19.170Z[ helios-setup] Aug 14 18:43:18.111 INFO E| Downloaded log v0.4.27
33082026-08-14T18:43:19.170Z[ helios-setup] Aug 14 18:43:18.112 INFO E| Downloaded modular-bitfield-impl v0.13.1
33092026-08-14T18:43:19.174Z[ helios-setup] Aug 14 18:43:18.117 INFO E| Downloaded pest_derive v2.8.0
33102026-08-14T18:43:19.177Z[ helios-setup] Aug 14 18:43:18.121 INFO E| Downloaded modular-bitfield v0.11.2
33112026-08-14T18:43:19.183Z[ helios-setup] Aug 14 18:43:18.127 INFO E| Downloaded unicode-ident v1.0.18
33122026-08-14T18:43:19.187Z[ helios-setup] Aug 14 18:43:18.131 INFO E| Downloaded serde_derive v1.0.219
33132026-08-14T18:43:19.190Z[ helios-setup] Aug 14 18:43:18.134 INFO E| Downloaded pest_meta v2.8.0
33142026-08-14T18:43:19.193Z[ helios-setup] Aug 14 18:43:18.136 INFO E| Downloaded proc-macro2 v1.0.95
33152026-08-14T18:43:19.199Z[ helios-setup] Aug 14 18:43:18.143 INFO E| Downloaded structopt v0.3.26
33162026-08-14T18:43:19.212Z[ helios-setup] Aug 14 18:43:18.155 INFO E| Downloaded zerocopy-derive v0.8.25
33172026-08-14T18:43:19.216Z[ helios-setup] Aug 14 18:43:18.159 INFO E| Downloaded modular-bitfield v0.13.1
33182026-08-14T18:43:19.223Z[ helios-setup] Aug 14 18:43:18.164 INFO E| Downloaded memchr v2.7.4
33192026-08-14T18:43:19.226Z[ helios-setup] Aug 14 18:43:18.168 INFO E| Downloaded typenum v1.18.0
33202026-08-14T18:43:19.226Z[ helios-setup] Aug 14 18:43:18.169 INFO E| Downloaded serde v1.0.219
33212026-08-14T18:43:19.236Z[ helios-setup] Aug 14 18:43:18.180 INFO E| Downloaded serde_json v1.0.140
33222026-08-14T18:43:19.259Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33232026-08-14T18:43:19.267Z[ helios-setup] Aug 14 18:43:18.210 INFO E| Downloaded goblin v0.9.3
33242026-08-14T18:43:19.273Z[ helios-setup] Aug 14 18:43:18.216 INFO E| Downloaded clap v2.34.0
33252026-08-14T18:43:19.283Z[ helios-setup] Aug 14 18:43:18.227 INFO E| Downloaded zerocopy v0.8.25
33262026-08-14T18:43:19.316Z[ helios-setup] Aug 14 18:43:18.260 INFO E| Downloaded syn v2.0.101
33272026-08-14T18:43:19.344Z[ helios-setup] Aug 14 18:43:18.287 INFO E| Downloaded libc v0.2.172
33282026-08-14T18:43:19.426Z[ helios-setup] Aug 14 18:43:18.370 INFO E| Compiling proc-macro2 v1.0.95
33292026-08-14T18:43:19.484Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling unicode-ident v1.0.18
33302026-08-14T18:43:19.484Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling memchr v2.7.4
33312026-08-14T18:43:19.484Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling thiserror v2.0.12
33322026-08-14T18:43:19.487Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling autocfg v1.4.0
33332026-08-14T18:43:19.487Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling syn v1.0.109
33342026-08-14T18:43:19.487Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling serde v1.0.219
33352026-08-14T18:43:19.487Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling version_check v0.9.5
33362026-08-14T18:43:19.487Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling serde_json v1.0.140
33372026-08-14T18:43:19.487Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling ryu v1.0.20
33382026-08-14T18:43:19.487Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling itoa v1.0.15
33392026-08-14T18:43:19.488Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling schemars v0.8.22
33402026-08-14T18:43:19.488Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling ucd-trie v0.1.7
33412026-08-14T18:43:19.488Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling libc v0.2.172
33422026-08-14T18:43:19.488Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling static_assertions v1.1.0
33432026-08-14T18:43:19.488Z[ helios-setup] Aug 14 18:43:18.427 INFO E| Compiling dyn-clone v1.0.19
33442026-08-14T18:43:19.528Z[ host-package] Compiling derive_builder v0.20.2
33452026-08-14T18:43:19.610Z[ host-package] Compiling oso-derive v0.27.3
33462026-08-14T18:43:19.731Z[ host-package] Compiling quick-xml v0.37.5
33472026-08-14T18:43:20.048Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33482026-08-14T18:43:20.228Z[ helios-setup] Aug 14 18:43:19.171 INFO E| Compiling proc-macro-error-attr v1.0.4
33492026-08-14T18:43:20.242Z[ host-package] Compiling openssl-probe v0.1.6
33502026-08-14T18:43:20.245Z[ helios-setup] Aug 14 18:43:19.187 INFO E| Compiling zerocopy v0.8.25
33512026-08-14T18:43:20.393Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33522026-08-14T18:43:20.426Z[ helios-setup] Aug 14 18:43:19.370 INFO E| Compiling rustversion v1.0.20
33532026-08-14T18:43:20.617Z[ helios-setup] Aug 14 18:43:19.561 INFO E| Compiling paste v1.0.15
33542026-08-14T18:43:20.643Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33552026-08-14T18:43:20.689Z[ helios-setup] Aug 14 18:43:19.632 INFO E| Compiling proc-macro-error v1.0.4
33562026-08-14T18:43:20.699Z[ helios-setup] Aug 14 18:43:19.643 INFO E| Compiling once_cell v1.21.3
33572026-08-14T18:43:20.715Z[ helios-setup] Aug 14 18:43:19.658 INFO E| Compiling unicode-segmentation v1.12.0
33582026-08-14T18:43:20.720Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33592026-08-14T18:43:20.739Z[ helios-setup] Aug 14 18:43:19.680 INFO E| Compiling unicode-width v0.1.14
33602026-08-14T18:43:20.800Z[ helios-setup] Aug 14 18:43:19.743 INFO E| Compiling heck v0.5.0
33612026-08-14T18:43:20.875Z[ helios-setup] Aug 14 18:43:19.813 INFO E| Compiling byteorder v1.5.0
33622026-08-14T18:43:20.886Z[ helios-setup] Aug 14 18:43:19.820 INFO E| Compiling strum v0.27.1
33632026-08-14T18:43:20.949Z[ helios-setup] Aug 14 18:43:19.892 INFO E| Compiling strsim v0.8.0
33642026-08-14T18:43:20.984Z[ helios-setup] Aug 14 18:43:19.928 INFO E| Compiling unic-common v0.9.0
33652026-08-14T18:43:21.023Z[ helios-setup] Aug 14 18:43:19.967 INFO E| Compiling vec_map v0.8.2
33662026-08-14T18:43:21.065Z[ helios-setup] Aug 14 18:43:20.009 INFO E| Compiling quote v1.0.40
33672026-08-14T18:43:21.088Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33682026-08-14T18:43:21.145Z[ helios-setup] Aug 14 18:43:20.089 INFO E| Compiling num-traits v0.2.19
33692026-08-14T18:43:21.193Z[ helios-setup] Aug 14 18:43:20.136 INFO E| Compiling memoffset v0.9.1
33702026-08-14T18:43:21.233Z[ helios-setup] Aug 14 18:43:20.176 INFO E| Compiling textwrap v0.11.0
33712026-08-14T18:43:21.246Z[ helios-setup] Aug 14 18:43:20.189 INFO E| Compiling fletcher v1.0.0
33722026-08-14T18:43:21.262Z[ host-package] Compiling bb8 v0.8.6
33732026-08-14T18:43:21.310Z[ helios-setup] Aug 14 18:43:20.253 INFO E| Compiling ansi_term v0.12.1
33742026-08-14T18:43:21.313Z[ helios-setup] Aug 14 18:43:20.253 INFO E| Compiling bitflags v1.3.2
33752026-08-14T18:43:21.371Z[ host-package] Compiling trait-variant v0.1.2
33762026-08-14T18:43:21.402Z[ helios-setup] Aug 14 18:43:20.345 INFO E| Compiling syn v2.0.101
33772026-08-14T18:43:21.440Z[ helios-setup] Aug 14 18:43:20.375 INFO E| Compiling unic-char-range v0.9.0
33782026-08-14T18:43:21.493Z[ helios-setup] Aug 14 18:43:20.436 INFO E| Compiling unic-ucd-version v0.9.0
33792026-08-14T18:43:21.493Z[ helios-setup] Aug 14 18:43:20.436 INFO E| Compiling lazy_static v1.5.0
33802026-08-14T18:43:21.587Z[ helios-setup] Aug 14 18:43:20.530 INFO E| Compiling atty v0.2.14
33812026-08-14T18:43:21.597Z[ host-package] Compiling half v1.8.3
33822026-08-14T18:43:21.618Z[ helios-setup] Aug 14 18:43:20.562 INFO E| Compiling heck v0.3.3
33832026-08-14T18:43:21.685Z[ helios-setup] Aug 14 18:43:20.628 INFO E| Compiling clap v2.34.0
33842026-08-14T18:43:21.709Z[ helios-setup] Aug 14 18:43:20.652 INFO E| Compiling unic-char-property v0.9.0
33852026-08-14T18:43:21.719Z[ helios-setup] Aug 14 18:43:20.663 INFO E| Compiling log v0.4.27
33862026-08-14T18:43:21.734Z[ helios-setup] Aug 14 18:43:20.677 INFO E| Compiling plain v0.2.3
33872026-08-14T18:43:21.789Z[ helios-setup] Aug 14 18:43:20.733 INFO E| Compiling bytesize v2.0.1
33882026-08-14T18:43:21.853Z[ helios-setup] Aug 14 18:43:20.796 INFO E| Compiling unic-ucd-ident v0.9.0
33892026-08-14T18:43:22.189Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33902026-08-14T18:43:22.257Z[ host-package] Compiling serde_cbor v0.11.2
33912026-08-14T18:43:22.322Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33922026-08-14T18:43:22.526Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33932026-08-14T18:43:22.531Z[ helios-setup] Aug 14 18:43:21.475 INFO E| Compiling parse_int v0.9.0
33942026-08-14T18:43:22.659Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33952026-08-14T18:43:22.880Z[ host-package] Compiling progenitor-impl v0.13.0
33962026-08-14T18:43:23.426Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33972026-08-14T18:43:23.468Z[ host-package] Compiling samael v0.0.19
33982026-08-14T18:43:23.713Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33992026-08-14T18:43:23.754Z[ host-package] Compiling nonempty v0.12.0
34002026-08-14T18:43:23.931Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34012026-08-14T18:43:24.314Z[ host-package] Compiling progenitor-client v0.13.0
34022026-08-14T18:43:24.447Z[ helios-setup] Aug 14 18:43:23.391 INFO E| Compiling modular-bitfield-impl v0.11.2
34032026-08-14T18:43:24.447Z[ helios-setup] Aug 14 18:43:23.391 INFO E| Compiling structopt-derive v0.4.18
34042026-08-14T18:43:24.499Z[ helios-setup] Aug 14 18:43:23.442 INFO E| Compiling serde_derive_internals v0.29.1
34052026-08-14T18:43:25.403Z[ host-package] Compiling fxhash v0.2.1
34062026-08-14T18:43:25.457Z[ host-package] Compiling libz-sys v1.1.24
34072026-08-14T18:43:25.749Z[ helios-setup] Aug 14 18:43:24.692 INFO E| Compiling thiserror-impl v2.0.12
34082026-08-14T18:43:25.749Z[ helios-setup] Aug 14 18:43:24.692 INFO E| Compiling serde_derive v1.0.219
34092026-08-14T18:43:25.749Z[ helios-setup] Aug 14 18:43:24.692 INFO E| Compiling schemars_derive v0.8.22
34102026-08-14T18:43:25.753Z[ helios-setup] Aug 14 18:43:24.692 INFO E| Compiling zerocopy-derive v0.8.25
34112026-08-14T18:43:25.753Z[ helios-setup] Aug 14 18:43:24.692 INFO E| Compiling num-derive v0.4.2
34122026-08-14T18:43:25.753Z[ helios-setup] Aug 14 18:43:24.692 INFO E| Compiling modular-bitfield-impl v0.13.1
34132026-08-14T18:43:25.753Z[ helios-setup] Aug 14 18:43:24.692 INFO E| Compiling scroll_derive v0.12.1
34142026-08-14T18:43:25.753Z[ helios-setup] Aug 14 18:43:24.693 INFO E| Compiling strum_macros v0.27.1
34152026-08-14T18:43:25.777Z[ host-package] Compiling progenitor-macro v0.13.0
34162026-08-14T18:43:25.876Z[ host-package] Compiling salty v0.3.0
34172026-08-14T18:43:25.967Z[ helios-setup] Aug 14 18:43:24.910 INFO E| Compiling structopt v0.3.26
34182026-08-14T18:43:26.306Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34192026-08-14T18:43:26.419Z[ host-package] Compiling polar-core v0.27.3
34202026-08-14T18:43:26.479Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-08-14T18:43:26.648Z[ host-package] Compiling kstat-rs v0.2.5
34222026-08-14T18:43:26.668Z[ helios-setup] Aug 14 18:43:25.611 INFO E| Compiling modular-bitfield v0.11.2
34232026-08-14T18:43:27.681Z[ helios-setup] Aug 14 18:43:26.623 INFO E| Compiling modular-bitfield v0.13.1
34242026-08-14T18:43:27.823Z[ helios-setup] Aug 14 18:43:26.765 INFO E| Compiling scroll v0.12.0
34252026-08-14T18:43:27.880Z[ host-package] Compiling mime_guess v2.0.5
34262026-08-14T18:43:27.930Z[ helios-setup] Aug 14 18:43:26.874 INFO E| Compiling pest v2.8.0
34272026-08-14T18:43:28.124Z[ helios-setup] Aug 14 18:43:27.068 INFO E| Compiling goblin v0.9.3
34282026-08-14T18:43:28.572Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34292026-08-14T18:43:29.198Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34302026-08-14T18:43:29.535Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34312026-08-14T18:43:29.562Z[ helios-setup] Aug 14 18:43:28.505 INFO E| Compiling pest_meta v2.8.0
34322026-08-14T18:43:30.252Z[ helios-setup] Aug 14 18:43:29.195 INFO E| Compiling pest_generator v2.8.0
34332026-08-14T18:43:30.401Z[ host-package] Compiling rfc6979 v0.4.0
34342026-08-14T18:43:30.747Z[ host-package] Compiling nanorand v0.7.0
34352026-08-14T18:43:30.834Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34362026-08-14T18:43:31.040Z[ host-package] Compiling parking_lot_core v0.8.6
34372026-08-14T18:43:31.065Z[ helios-setup] Aug 14 18:43:30.009 INFO E| Compiling pest_derive v2.8.0
34382026-08-14T18:43:31.210Z[ host-package] Compiling flume v0.11.1
34392026-08-14T18:43:31.350Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34402026-08-14T18:43:31.413Z[ host-package] Compiling progenitor v0.13.0
34412026-08-14T18:43:31.728Z[ helios-setup] Aug 14 18:43:30.671 INFO E| Compiling json5 v0.4.1
34422026-08-14T18:43:31.749Z[ host-package] Compiling ecdsa v0.16.9
34432026-08-14T18:43:31.822Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34442026-08-14T18:43:32.230Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34452026-08-14T18:43:32.475Z[ host-package] Compiling primeorder v0.13.6
34462026-08-14T18:43:32.941Z[ helios-setup] Aug 14 18:43:31.884 INFO E| Compiling four-cc v0.4.0
34472026-08-14T18:43:32.941Z[ helios-setup] Aug 14 18:43:31.884 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34482026-08-14T18:43:32.968Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34492026-08-14T18:43:33.075Z[ helios-setup] Aug 14 18:43:32.019 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34502026-08-14T18:43:33.095Z[ host-package] Compiling git-stub v1.0.0
34512026-08-14T18:43:33.633Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
34522026-08-14T18:43:33.941Z[ host-package] Compiling strsim v0.10.0
34532026-08-14T18:43:33.996Z[ host-package] Compiling http-range v0.1.5
34542026-08-14T18:43:34.273Z[ host-package] Compiling instability v0.3.11
34552026-08-14T18:43:34.547Z[ host-package] Compiling darling_core v0.13.4
34562026-08-14T18:43:34.649Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34572026-08-14T18:43:35.850Z[ host-package] Compiling git-stub-vcs v0.1.0
34582026-08-14T18:43:35.999Z[ host-package] Compiling p384 v0.13.1
34592026-08-14T18:43:36.327Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34602026-08-14T18:43:36.792Z[ host-package] Compiling ignore v0.4.25
34612026-08-14T18:43:38.276Z[ host-package] Compiling oso v0.27.3
34622026-08-14T18:43:39.918Z[ host-package] Compiling diesel-dtrace v0.5.0
34632026-08-14T18:43:40.289Z[ host-package] Compiling async-bb8-diesel v0.2.1
34642026-08-14T18:43:40.456Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34652026-08-14T18:43:40.608Z[ host-package] Compiling vergen-git2 v9.1.0
34662026-08-14T18:43:40.750Z[ host-package] Compiling castaway v0.2.4
34672026-08-14T18:43:40.850Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34682026-08-14T18:43:40.923Z[ host-package] Compiling indoc v2.0.7
34692026-08-14T18:43:41.210Z[ host-package] Compiling compact_str v0.8.1
34702026-08-14T18:43:41.918Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
34712026-08-14T18:43:42.077Z[ host-package] Compiling globwalk v0.9.1
34722026-08-14T18:43:42.132Z[ host-package] Compiling hyper-staticfile v0.10.1
34732026-08-14T18:43:42.244Z[ host-package] Compiling parking_lot v0.11.2
34742026-08-14T18:43:42.378Z[ host-package] Compiling darling_macro v0.13.4
34752026-08-14T18:43:42.832Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34762026-08-14T18:43:42.855Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34772026-08-14T18:43:43.148Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34782026-08-14T18:43:43.284Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34792026-08-14T18:43:43.337Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34802026-08-14T18:43:43.359Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34812026-08-14T18:43:43.722Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34822026-08-14T18:43:43.850Z[ host-package] Compiling predicates-tree v1.0.13
34832026-08-14T18:43:44.123Z[ host-package] Compiling unicode-truncate v1.1.0
34842026-08-14T18:43:44.271Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34852026-08-14T18:43:44.422Z[ host-package] Compiling lru v0.12.5
34862026-08-14T18:43:44.497Z[ host-package] Compiling prefix-trie v0.7.0
34872026-08-14T18:43:44.657Z[ host-package] Compiling rand_seeder v0.4.0
34882026-08-14T18:43:44.984Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34892026-08-14T18:43:45.056Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34902026-08-14T18:43:45.098Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34912026-08-14T18:43:45.170Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34922026-08-14T18:43:45.686Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
34932026-08-14T18:43:45.772Z[ host-package] Compiling corncobs v0.1.4
34942026-08-14T18:43:45.964Z[ host-package] Compiling cassowary v0.3.0
34952026-08-14T18:43:45.988Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34962026-08-14T18:43:46.095Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34972026-08-14T18:43:46.300Z[ host-package] Compiling ratatui v0.29.0
34982026-08-14T18:43:46.340Z[ host-package] Compiling hickory-server v0.25.2
34992026-08-14T18:43:46.469Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35002026-08-14T18:43:46.719Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35012026-08-14T18:43:46.874Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35022026-08-14T18:43:47.487Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35032026-08-14T18:43:47.553Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35042026-08-14T18:43:47.585Z[ helios-setup] Aug 14 18:43:46.529 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35052026-08-14T18:43:48.205Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35062026-08-14T18:43:49.781Z[ host-package] Compiling darling v0.13.4
35072026-08-14T18:43:49.933Z[ host-package] Compiling sled v0.34.7
35082026-08-14T18:43:50.574Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35092026-08-14T18:43:51.136Z[ helios-setup] Aug 14 18:43:50.079 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35102026-08-14T18:43:51.539Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35112026-08-14T18:43:51.798Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35122026-08-14T18:43:51.843Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35132026-08-14T18:43:51.978Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35142026-08-14T18:43:52.099Z[ host-package] Compiling secrecy v0.8.0
35152026-08-14T18:43:52.266Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35162026-08-14T18:43:53.319Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35172026-08-14T18:43:53.756Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35182026-08-14T18:43:53.844Z[ host-package] Compiling serde_with_macros v1.5.2
35192026-08-14T18:43:54.131Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35202026-08-14T18:43:54.948Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35212026-08-14T18:43:55.262Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35222026-08-14T18:43:55.377Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35232026-08-14T18:43:55.694Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35242026-08-14T18:43:55.979Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35252026-08-14T18:43:56.026Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35262026-08-14T18:43:56.345Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35272026-08-14T18:43:56.367Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35282026-08-14T18:43:56.595Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35292026-08-14T18:43:56.756Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35302026-08-14T18:43:56.881Z[ host-package] Compiling arc-swap v1.8.2
35312026-08-14T18:43:57.050Z[ host-package] Compiling void v1.0.2
35322026-08-14T18:43:57.225Z[ host-package] Compiling slog-scope v4.4.1
35332026-08-14T18:43:57.268Z[ host-package] Compiling lzss v0.8.2
35342026-08-14T18:43:57.816Z[ host-package] Compiling illumos-nvpair v0.3.0
35352026-08-14T18:43:57.994Z[ host-package] Compiling serde_with v1.14.0
35362026-08-14T18:43:58.151Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35372026-08-14T18:43:58.289Z[ host-package] Compiling git2 v0.20.4
35382026-08-14T18:43:58.438Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35392026-08-14T18:43:58.819Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35402026-08-14T18:43:59.525Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35412026-08-14T18:44:00.165Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35422026-08-14T18:44:01.496Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35432026-08-14T18:44:01.923Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35442026-08-14T18:44:02.614Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35452026-08-14T18:44:02.831Z[ helios-setup] Aug 14 18:44:01.774 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.09s
35462026-08-14T18:44:02.867Z[ helios-setup] Aug 14 18:44:01.811 INFO building project "amd-host-image-builder" ok (45 seconds)
35472026-08-14T18:44:02.867Z[ helios-setup] Aug 14 18:44:01.811 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
35482026-08-14T18:44:02.877Z[ helios-setup] Aug 14 18:44:01.821 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
35492026-08-14T18:44:02.878Z[ helios-setup] Aug 14 18:44:01.821 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35502026-08-14T18:44:02.878Z[ helios-setup] Aug 14 18:44:01.821 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
35512026-08-14T18:44:02.989Z[ helios-setup] Aug 14 18:44:01.932 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
35522026-08-14T18:44:03.336Z[ helios-setup] Aug 14 18:44:02.280 INFO E| From https://github.com/jclulow/rust-jmclib
35532026-08-14T18:44:03.336Z[ helios-setup] Aug 14 18:44:02.280 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
35542026-08-14T18:44:03.348Z[ helios-setup] Aug 14 18:44:02.292 INFO E| Updating crates.io index
35552026-08-14T18:44:03.391Z[ helios-setup] Aug 14 18:44:02.335 INFO E| Blocking waiting for file lock on package cache
35562026-08-14T18:44:04.733Z[ host-package] Compiling scuffle v0.1.0
35572026-08-14T18:44:05.340Z[ host-package] Compiling tungstenite v0.23.0
35582026-08-14T18:44:05.697Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35592026-08-14T18:44:06.625Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35602026-08-14T18:44:06.907Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35612026-08-14T18:44:07.141Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35622026-08-14T18:44:07.372Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35632026-08-14T18:44:07.649Z[ host-package] Compiling nix v0.27.1
35642026-08-14T18:44:07.672Z[ host-package] Compiling twox-hash v2.1.2
35652026-08-14T18:44:07.712Z[ host-package] Compiling libsw-core v0.3.2
35662026-08-14T18:44:07.794Z[ host-package] Compiling serde_bytes v0.11.19
35672026-08-14T18:44:07.956Z[ host-package] Compiling atty v0.2.14
35682026-08-14T18:44:08.102Z[ host-package] Compiling libsw v3.5.0
35692026-08-14T18:44:08.184Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35702026-08-14T18:44:08.217Z[ host-package] Compiling tokio-tungstenite v0.23.1
35712026-08-14T18:44:08.426Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35722026-08-14T18:44:08.659Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35732026-08-14T18:44:08.715Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35742026-08-14T18:44:08.843Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35752026-08-14T18:44:09.854Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35762026-08-14T18:44:10.176Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35772026-08-14T18:44:10.887Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35782026-08-14T18:44:11.392Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35792026-08-14T18:44:12.048Z[ host-package] Compiling slog-stdlog v4.1.1
35802026-08-14T18:44:12.274Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35812026-08-14T18:44:12.458Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35822026-08-14T18:44:12.664Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35832026-08-14T18:44:12.766Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35842026-08-14T18:44:12.938Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35852026-08-14T18:44:13.010Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35862026-08-14T18:44:13.105Z[ helios-setup] Aug 14 18:44:12.048 INFO E| Downloading crates ...
35872026-08-14T18:44:13.156Z[ helios-setup] Aug 14 18:44:12.100 INFO E| Downloaded anyhow v1.0.72
35882026-08-14T18:44:13.161Z[ helios-setup] Aug 14 18:44:12.103 INFO E| Downloaded bitflags v2.3.3
35892026-08-14T18:44:13.165Z[ helios-setup] Aug 14 18:44:12.109 INFO E| Downloaded itoa v1.0.9
35902026-08-14T18:44:13.168Z[ helios-setup] Aug 14 18:44:12.110 INFO E| Downloaded uuid v0.8.2
35912026-08-14T18:44:13.171Z[ helios-setup] Aug 14 18:44:12.113 INFO E| Downloaded digest v0.9.0
35922026-08-14T18:44:13.171Z[ helios-setup] Aug 14 18:44:12.113 INFO E| Downloaded errno v0.3.1
35932026-08-14T18:44:13.174Z[ helios-setup] Aug 14 18:44:12.116 INFO E| Downloaded sha-1 v0.9.8
35942026-08-14T18:44:13.177Z[ helios-setup] Aug 14 18:44:12.119 INFO E| Downloaded libdevinfo-sys v1.0.0
35952026-08-14T18:44:13.185Z[ helios-setup] Aug 14 18:44:12.129 INFO E| Downloaded opaque-debug v0.3.0
35962026-08-14T18:44:13.191Z[ helios-setup] Aug 14 18:44:12.129 INFO E| Downloaded md-5 v0.9.1
35972026-08-14T18:44:13.199Z[ helios-setup] Aug 14 18:44:12.143 INFO E| Downloaded block-buffer v0.9.0
35982026-08-14T18:44:13.203Z[ helios-setup] Aug 14 18:44:12.144 INFO E| Downloaded cpufeatures v0.2.9
35992026-08-14T18:44:13.203Z[ helios-setup] Aug 14 18:44:12.144 INFO E| Downloaded quote v1.0.31
36002026-08-14T18:44:13.203Z[ helios-setup] Aug 14 18:44:12.146 INFO E| Downloaded fastrand v2.0.0
36012026-08-14T18:44:13.206Z[ helios-setup] Aug 14 18:44:12.147 INFO E| Downloaded getrandom v0.2.10
36022026-08-14T18:44:13.206Z[ helios-setup] Aug 14 18:44:12.148 INFO E| Downloaded glob v0.3.1
36032026-08-14T18:44:13.206Z[ helios-setup] Aug 14 18:44:12.149 INFO E| Downloaded walkdir v2.3.3
36042026-08-14T18:44:13.209Z[ helios-setup] Aug 14 18:44:12.150 INFO E| Downloaded tempfile v3.7.0
36052026-08-14T18:44:13.209Z[ helios-setup] Aug 14 18:44:12.152 INFO E| Downloaded proc-macro2 v1.0.66
36062026-08-14T18:44:13.216Z[ helios-setup] Aug 14 18:44:12.159 INFO E| Downloaded unicode-ident v1.0.11
36072026-08-14T18:44:13.220Z[ helios-setup] Aug 14 18:44:12.161 INFO E| Downloaded ryu v1.0.15
36082026-08-14T18:44:13.220Z[ helios-setup] Aug 14 18:44:12.163 INFO E| Downloaded toml v0.5.11
36092026-08-14T18:44:13.224Z[ helios-setup] Aug 14 18:44:12.167 INFO E| Downloaded serde_derive v1.0.193
36102026-08-14T18:44:13.227Z[ helios-setup] Aug 14 18:44:12.169 INFO E| Downloaded typenum v1.16.0
36112026-08-14T18:44:13.227Z[ helios-setup] Aug 14 18:44:12.171 INFO E| Downloaded serde v1.0.193
36122026-08-14T18:44:13.230Z[ helios-setup] Aug 14 18:44:12.174 INFO E| Downloaded once_cell v1.18.0
36132026-08-14T18:44:13.249Z[ helios-setup] Aug 14 18:44:12.192 INFO E| Downloaded serde_json v1.0.103
36142026-08-14T18:44:13.264Z[ helios-setup] Aug 14 18:44:12.207 INFO E| Downloaded syn v2.0.32
36152026-08-14T18:44:13.280Z[ helios-setup] Aug 14 18:44:12.223 INFO E| Downloaded rustix v0.38.4
36162026-08-14T18:44:13.296Z[ helios-setup] Aug 14 18:44:12.239 INFO E| Downloaded libc v0.2.147
36172026-08-14T18:44:13.312Z[ helios-setup] Aug 14 18:44:12.255 INFO E| Blocking waiting for file lock on package cache
36182026-08-14T18:44:13.414Z[ helios-setup] Aug 14 18:44:12.357 INFO E| Compiling libc v0.2.147
36192026-08-14T18:44:13.414Z[ helios-setup] Aug 14 18:44:12.357 INFO E| Compiling proc-macro2 v1.0.66
36202026-08-14T18:44:13.414Z[ helios-setup] Aug 14 18:44:12.357 INFO E| Compiling cfg-if v1.0.0
36212026-08-14T18:44:13.417Z[ helios-setup] Aug 14 18:44:12.357 INFO E| Compiling unicode-ident v1.0.11
36222026-08-14T18:44:13.417Z[ helios-setup] Aug 14 18:44:12.357 INFO E| Compiling typenum v1.16.0
36232026-08-14T18:44:13.417Z[ helios-setup] Aug 14 18:44:12.357 INFO E| Compiling version_check v0.9.4
36242026-08-14T18:44:13.417Z[ helios-setup] Aug 14 18:44:12.357 INFO E| Compiling serde v1.0.193
36252026-08-14T18:44:13.418Z[ helios-setup] Aug 14 18:44:12.357 INFO E| Compiling time-core v0.1.2
36262026-08-14T18:44:13.418Z[ helios-setup] Aug 14 18:44:12.357 INFO E| Compiling itoa v1.0.9
36272026-08-14T18:44:13.469Z[ helios-setup] Aug 14 18:44:12.413 INFO E| Compiling rustix v0.38.4
36282026-08-14T18:44:13.469Z[ helios-setup] Aug 14 18:44:12.413 INFO E| Compiling num-conv v0.1.0
36292026-08-14T18:44:13.473Z[ helios-setup] Aug 14 18:44:12.413 INFO E| Compiling powerfmt v0.2.0
36302026-08-14T18:44:13.473Z[ helios-setup] Aug 14 18:44:12.413 INFO E| Compiling slog v2.7.0
36312026-08-14T18:44:13.473Z[ helios-setup] Aug 14 18:44:12.413 INFO E| Compiling bitflags v2.3.3
36322026-08-14T18:44:13.473Z[ helios-setup] Aug 14 18:44:12.413 INFO E| Compiling num_threads v0.1.6
36332026-08-14T18:44:13.473Z[ helios-setup] Aug 14 18:44:12.413 INFO E| Compiling once_cell v1.18.0
36342026-08-14T18:44:14.130Z[ helios-setup] Aug 14 18:44:13.073 INFO E| Compiling serde_json v1.0.103
36352026-08-14T18:44:14.137Z[ helios-setup] Aug 14 18:44:13.080 INFO E| Compiling opaque-debug v0.3.0
36362026-08-14T18:44:14.155Z[ helios-setup] Aug 14 18:44:13.098 INFO E| Compiling fastrand v2.0.0
36372026-08-14T18:44:14.176Z[ helios-setup] Aug 14 18:44:13.120 INFO E| Compiling anyhow v1.0.72
36382026-08-14T18:44:14.214Z[ helios-setup] Aug 14 18:44:13.158 INFO E| Compiling ryu v1.0.15
36392026-08-14T18:44:14.295Z[ helios-setup] Aug 14 18:44:13.238 INFO E| Compiling same-file v1.0.6
36402026-08-14T18:44:14.311Z[ helios-setup] Aug 14 18:44:13.254 INFO E| Compiling cpufeatures v0.2.9
36412026-08-14T18:44:14.316Z[ helios-setup] Aug 14 18:44:13.259 INFO E| Compiling generic-array v0.14.7
36422026-08-14T18:44:14.505Z[ helios-setup] Aug 14 18:44:13.448 INFO E| Compiling deranged v0.3.11
36432026-08-14T18:44:14.603Z[ helios-setup] Aug 14 18:44:13.546 INFO E| Compiling thread_local v1.1.7
36442026-08-14T18:44:14.644Z[ helios-setup] Aug 14 18:44:13.588 INFO E| Compiling unicode-width v0.1.10
36452026-08-14T18:44:14.774Z[ helios-setup] Aug 14 18:44:13.717 INFO E| Compiling walkdir v2.3.3
36462026-08-14T18:44:14.799Z[ helios-setup] Aug 14 18:44:13.742 INFO E| Compiling time-macros v0.2.18
36472026-08-14T18:44:14.856Z[ helios-setup] Aug 14 18:44:13.799 INFO E| Compiling dirs-sys-next v0.1.2
36482026-08-14T18:44:14.936Z[ helios-setup] Aug 14 18:44:13.879 INFO E| Compiling errno v0.3.1
36492026-08-14T18:44:15.046Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36502026-08-14T18:44:15.050Z[ helios-setup] Aug 14 18:44:13.994 INFO E| Compiling quote v1.0.31
36512026-08-14T18:44:15.153Z[ helios-setup] Aug 14 18:44:14.097 INFO E| Compiling dirs-next v2.0.0
36522026-08-14T18:44:15.163Z[ helios-setup] Aug 14 18:44:14.106 INFO E| Compiling atty v0.2.14
36532026-08-14T18:44:15.201Z[ helios-setup] Aug 14 18:44:14.144 INFO E| Compiling getrandom v0.2.10
36542026-08-14T18:44:15.294Z[ helios-setup] Aug 14 18:44:14.237 INFO E| Compiling term v0.7.0
36552026-08-14T18:44:15.309Z[ helios-setup] Aug 14 18:44:14.252 INFO E| Compiling getopts v0.2.21
36562026-08-14T18:44:15.320Z[ helios-setup] Aug 14 18:44:14.263 INFO E| Compiling libdevinfo-sys v1.0.0
36572026-08-14T18:44:15.342Z[ helios-setup] Aug 14 18:44:14.285 INFO E| Compiling glob v0.3.1
36582026-08-14T18:44:15.405Z[ helios-setup] Aug 14 18:44:14.349 INFO E| Compiling syn v2.0.32
36592026-08-14T18:44:15.782Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36602026-08-14T18:44:16.242Z[ helios-setup] Aug 14 18:44:15.185 INFO E| Compiling tempfile v3.7.0
36612026-08-14T18:44:16.569Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36622026-08-14T18:44:16.666Z[ helios-setup] Aug 14 18:44:15.609 INFO E| Compiling block-buffer v0.9.0
36632026-08-14T18:44:16.666Z[ helios-setup] Aug 14 18:44:15.609 INFO E| Compiling digest v0.9.0
36642026-08-14T18:44:16.671Z[ helios-setup] Aug 14 18:44:15.615 INFO E| Compiling time v0.3.36
36652026-08-14T18:44:16.781Z[ helios-setup] Aug 14 18:44:15.724 INFO E| Compiling sha-1 v0.9.8
36662026-08-14T18:44:16.781Z[ helios-setup] Aug 14 18:44:15.724 INFO E| Compiling md-5 v0.9.1
36672026-08-14T18:44:16.891Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36682026-08-14T18:44:17.596Z[ helios-setup] Aug 14 18:44:16.540 INFO E| Compiling slog-term v2.9.0
36692026-08-14T18:44:17.892Z[ helios-setup] Aug 14 18:44:16.835 INFO E| Compiling serde_derive v1.0.193
36702026-08-14T18:44:19.901Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36712026-08-14T18:44:20.964Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36722026-08-14T18:44:21.188Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36732026-08-14T18:44:22.074Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36742026-08-14T18:44:22.533Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36752026-08-14T18:44:22.947Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36762026-08-14T18:44:23.007Z[ helios-setup] Aug 14 18:44:21.951 INFO E| Compiling toml v0.5.11
36772026-08-14T18:44:23.007Z[ helios-setup] Aug 14 18:44:21.951 INFO E| Compiling uuid v0.8.2
36782026-08-14T18:44:23.333Z[ host-package] Compiling signal-hook-tokio v0.3.1
36792026-08-14T18:44:23.589Z[ host-package] Compiling fatfs v0.3.6
36802026-08-14T18:44:23.895Z[ helios-setup] Aug 14 18:44:22.838 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36812026-08-14T18:44:24.080Z[ host-package] Compiling yasna v0.5.2
36822026-08-14T18:44:24.675Z[ helios-setup] Aug 14 18:44:23.618 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36832026-08-14T18:44:25.225Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36842026-08-14T18:44:25.250Z[ host-package] Compiling seq-macro v0.3.6
36852026-08-14T18:44:25.370Z[ host-package] Compiling assert_matches v1.5.0
36862026-08-14T18:44:25.516Z[ host-package] Compiling is_ci v1.2.0
36872026-08-14T18:44:25.684Z[ host-package] Compiling rcgen v0.12.1
36882026-08-14T18:44:25.799Z[ host-package] Compiling supports-color v3.0.2
36892026-08-14T18:44:25.821Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36902026-08-14T18:44:25.952Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36912026-08-14T18:44:26.169Z[ host-package] Compiling slog-envlogger v2.2.0
36922026-08-14T18:44:27.332Z[ host-package] Compiling oxide-update-engine-display v0.1.2
36932026-08-14T18:44:28.346Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36942026-08-14T18:44:29.309Z[ helios-setup] Aug 14 18:44:28.252 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.41s
36952026-08-14T18:44:29.333Z[ helios-setup] Aug 14 18:44:28.277 INFO building project "image-builder" ok (26 seconds)
36962026-08-14T18:44:29.333Z[ helios-setup] Aug 14 18:44:28.277 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
36972026-08-14T18:44:29.382Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36982026-08-14T18:44:30.004Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36992026-08-14T18:44:30.260Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37002026-08-14T18:44:30.309Z[ host-package] Compiling port-file v0.1.0
37012026-08-14T18:44:30.785Z[ host-package] Compiling rtoolbox v0.0.3
37022026-08-14T18:44:30.788Z[ host-package] Compiling subprocess v0.2.15
37032026-08-14T18:44:30.788Z[ host-package] Compiling rpassword v7.5.4
37042026-08-14T18:44:30.788Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37052026-08-14T18:44:31.480Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37062026-08-14T18:44:32.251Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37072026-08-14T18:44:32.788Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37082026-08-14T18:44:32.935Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37092026-08-14T18:44:34.657Z[ host-package] Compiling tui-tree-widget v0.23.1
37102026-08-14T18:44:34.978Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37112026-08-14T18:44:35.921Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37122026-08-14T18:44:36.060Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37132026-08-14T18:44:37.418Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37142026-08-14T18:44:38.542Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37152026-08-14T18:44:38.843Z[ host-package] Compiling uzers v0.12.2
37162026-08-14T18:44:40.529Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37172026-08-14T18:44:40.664Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37182026-08-14T18:44:40.737Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37192026-08-14T18:44:41.901Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37202026-08-14T18:44:42.708Z[ host-package] Compiling support-bundle-viewer v0.1.2
37212026-08-14T18:44:42.978Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37222026-08-14T18:44:44.905Z[ host-package] Compiling multimap v0.10.1
37232026-08-14T18:44:52.640Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37242026-08-14T18:44:54.718Z[ helios-setup] Aug 14 18:44:53.661 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')"
37252026-08-14T18:44:54.718Z[ helios-setup] Aug 14 18:44:53.661 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37262026-08-14T18:44:54.727Z[ helios-setup] Aug 14 18:44:53.670 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
37272026-08-14T18:44:54.727Z[ helios-setup] Aug 14 18:44:53.671 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37282026-08-14T18:44:54.730Z[ helios-setup] Aug 14 18:44:53.671 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37292026-08-14T18:44:54.927Z[ helios-setup] Aug 14 18:44:53.871 INFO E| Downloading crates ...
37302026-08-14T18:44:54.983Z[ helios-setup] Aug 14 18:44:53.926 INFO E| Downloaded adler2 v2.0.0
37312026-08-14T18:44:54.990Z[ helios-setup] Aug 14 18:44:53.933 INFO E| Downloaded miniz_oxide v0.8.8
37322026-08-14T18:44:55.033Z[ helios-setup] Aug 14 18:44:53.976 INFO E| Compiling adler2 v2.0.0
37332026-08-14T18:44:55.170Z[ helios-setup] Aug 14 18:44:54.114 INFO E| Compiling miniz_oxide v0.8.8
37342026-08-14T18:44:56.353Z[ helios-setup] Aug 14 18:44:55.296 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37352026-08-14T18:44:56.881Z[ helios-setup] Aug 14 18:44:55.824 INFO E| Finished `release` profile [optimized] target(s) in 2.14s
37362026-08-14T18:44:56.892Z[ helios-setup] Aug 14 18:44:55.835 INFO building project "pinprick" ok (2 seconds)
37372026-08-14T18:44:56.892Z[ helios-setup] Aug 14 18:44:55.835 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37382026-08-14T18:44:56.902Z[ helios-setup] Aug 14 18:44:55.845 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37392026-08-14T18:44:56.902Z[ helios-setup] Aug 14 18:44:55.845 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37402026-08-14T18:44:56.902Z[ helios-setup] Aug 14 18:44:55.845 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37412026-08-14T18:44:57.119Z[ helios-setup] Aug 14 18:44:56.062 INFO E| Downloading crates ...
37422026-08-14T18:44:57.182Z[ helios-setup] Aug 14 18:44:56.125 INFO E| Downloaded time-core v0.1.4
37432026-08-14T18:44:57.185Z[ helios-setup] Aug 14 18:44:56.126 INFO E| Downloaded errno v0.3.12
37442026-08-14T18:44:57.189Z[ helios-setup] Aug 14 18:44:56.132 INFO E| Downloaded deranged v0.4.0
37452026-08-14T18:44:57.195Z[ helios-setup] Aug 14 18:44:56.138 INFO E| Downloaded time-macros v0.2.22
37462026-08-14T18:44:57.202Z[ helios-setup] Aug 14 18:44:56.146 INFO E| Downloaded serde_with_macros v3.12.0
37472026-08-14T18:44:57.206Z[ helios-setup] Aug 14 18:44:56.147 INFO E| Downloaded iana-time-zone v0.1.63
37482026-08-14T18:44:57.209Z[ helios-setup] Aug 14 18:44:56.153 INFO E| Downloaded bitflags v2.9.1
37492026-08-14T18:44:57.213Z[ helios-setup] Aug 14 18:44:56.155 INFO E| Downloaded anyhow v1.0.98
37502026-08-14T18:44:57.217Z[ helios-setup] Aug 14 18:44:56.157 INFO E| Downloaded tempfile v3.20.0
37512026-08-14T18:44:57.220Z[ helios-setup] Aug 14 18:44:56.160 INFO E| Downloaded getrandom v0.3.3
37522026-08-14T18:44:57.223Z[ helios-setup] Aug 14 18:44:56.167 INFO E| Downloaded indexmap v2.9.0
37532026-08-14T18:44:57.232Z[ helios-setup] Aug 14 18:44:56.175 INFO E| Downloaded time v0.3.41
37542026-08-14T18:44:57.245Z[ helios-setup] Aug 14 18:44:56.188 INFO E| Downloaded serde_with v3.12.0
37552026-08-14T18:44:57.250Z[ helios-setup] Aug 14 18:44:56.193 INFO E| Downloaded hashbrown v0.15.3
37562026-08-14T18:44:57.253Z[ helios-setup] Aug 14 18:44:56.196 INFO E| Downloaded chrono v0.4.41
37572026-08-14T18:44:57.257Z[ helios-setup] Aug 14 18:44:56.200 INFO E| Downloaded rustix v1.0.7
37582026-08-14T18:44:57.322Z[ helios-setup] Aug 14 18:44:56.265 INFO E| Compiling proc-macro2 v1.0.95
37592026-08-14T18:44:57.322Z[ helios-setup] Aug 14 18:44:56.265 INFO E| Compiling unicode-ident v1.0.18
37602026-08-14T18:44:57.326Z[ helios-setup] Aug 14 18:44:56.265 INFO E| Compiling libc v0.2.172
37612026-08-14T18:44:57.326Z[ helios-setup] Aug 14 18:44:56.265 INFO E| Compiling strsim v0.11.1
37622026-08-14T18:44:57.326Z[ helios-setup] Aug 14 18:44:56.265 INFO E| Compiling fnv v1.0.7
37632026-08-14T18:44:57.326Z[ helios-setup] Aug 14 18:44:56.265 INFO E| Compiling ident_case v1.0.1
37642026-08-14T18:44:57.326Z[ helios-setup] Aug 14 18:44:56.265 INFO E| Compiling serde v1.0.219
37652026-08-14T18:44:57.326Z[ helios-setup] Aug 14 18:44:56.265 INFO E| Compiling getrandom v0.3.3
37662026-08-14T18:44:57.326Z[ helios-setup] Aug 14 18:44:56.265 INFO E| Compiling rustix v1.0.7
37672026-08-14T18:44:57.335Z[ helios-setup] Aug 14 18:44:56.278 INFO E| Compiling bitflags v2.9.1
37682026-08-14T18:44:57.338Z[ helios-setup] Aug 14 18:44:56.278 INFO E| Compiling anyhow v1.0.98
37692026-08-14T18:44:57.339Z[ helios-setup] Aug 14 18:44:56.279 INFO E| Compiling thiserror v2.0.12
37702026-08-14T18:44:57.339Z[ helios-setup] Aug 14 18:44:56.279 INFO E| Compiling serde_json v1.0.140
37712026-08-14T18:44:57.339Z[ helios-setup] Aug 14 18:44:56.279 INFO E| Compiling cfg-if v1.0.0
37722026-08-14T18:44:57.339Z[ helios-setup] Aug 14 18:44:56.279 INFO E| Compiling memchr v2.7.4
37732026-08-14T18:44:57.339Z[ helios-setup] Aug 14 18:44:56.279 INFO E| Compiling itoa v1.0.15
37742026-08-14T18:44:57.522Z[ helios-setup] Aug 14 18:44:56.465 INFO E| Compiling ryu v1.0.20
37752026-08-14T18:44:57.749Z[ helios-setup] Aug 14 18:44:56.692 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37762026-08-14T18:44:57.808Z[ helios-setup] Aug 14 18:44:56.751 INFO E| Compiling fastrand v2.3.0
37772026-08-14T18:44:57.877Z[ helios-setup] Aug 14 18:44:56.820 INFO E| Compiling once_cell v1.21.3
37782026-08-14T18:44:58.890Z[ helios-setup] Aug 14 18:44:57.834 INFO E| Compiling errno v0.3.12
37792026-08-14T18:44:58.953Z[ helios-setup] Aug 14 18:44:57.896 INFO E| Compiling quote v1.0.40
37802026-08-14T18:44:59.245Z[ helios-setup] Aug 14 18:44:58.188 INFO E| Compiling syn v2.0.101
37812026-08-14T18:44:59.784Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37822026-08-14T18:44:59.914Z[ helios-setup] Aug 14 18:44:58.858 INFO E| Compiling tempfile v3.20.0
37832026-08-14T18:45:01.639Z[ helios-setup] Aug 14 18:45:00.582 INFO E| Compiling darling_core v0.20.11
37842026-08-14T18:45:02.705Z[ helios-setup] Aug 14 18:45:01.649 INFO E| Compiling serde_derive v1.0.219
37852026-08-14T18:45:02.706Z[ helios-setup] Aug 14 18:45:01.649 INFO E| Compiling thiserror-impl v2.0.12
37862026-08-14T18:45:02.924Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37872026-08-14T18:45:03.584Z[ helios-setup] Aug 14 18:45:02.527 INFO E| Compiling darling_macro v0.20.11
37882026-08-14T18:45:04.744Z[ helios-setup] Aug 14 18:45:03.686 INFO E| Compiling darling v0.20.11
37892026-08-14T18:45:04.840Z[ helios-setup] Aug 14 18:45:03.783 INFO E| Compiling serde_with_macros v3.12.0
37902026-08-14T18:45:08.109Z[ helios-setup] Aug 14 18:45:07.051 INFO E| Compiling serde_with v3.12.0
37912026-08-14T18:45:08.648Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37922026-08-14T18:45:10.362Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37932026-08-14T18:45:12.946Z[ helios-setup] Aug 14 18:45:11.889 INFO E| Finished `release` profile [optimized] target(s) in 16.03s
37942026-08-14T18:45:12.972Z[ helios-setup] Aug 14 18:45:11.914 INFO building project "dmar-report" ok (16 seconds)
37952026-08-14T18:45:12.975Z[ helios-setup] rm -f helios-build
37962026-08-14T18:45:12.975Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37972026-08-14T18:45:12.978Z[ helios-setup]
37982026-08-14T18:45:12.978Z[ helios-setup] Setup complete! ./helios-build is now available.
37992026-08-14T18:45:12.982Z[ helios-setup]
38002026-08-14T18:45:12.982Z[ helios-setup]
38012026-08-14T18:45:12.982Z[ helios-setup] real 3:22.527143149
38022026-08-14T18:45:12.982Z[ helios-setup] user 7:08.022157646
38032026-08-14T18:45:12.982Z[ helios-setup] sys 1:20.171859487
38042026-08-14T18:45:12.982Z[ helios-setup] trap 0.526706961
38052026-08-14T18:45:12.982Z[ helios-setup] tflt 3.573774438
38062026-08-14T18:45:12.982Z[ helios-setup] dflt 8.212549491
38072026-08-14T18:45:12.982Z[ helios-setup] kflt 0.030258746
38082026-08-14T18:45:12.982Z[ helios-setup] lock 1:00:30.945692471
38092026-08-14T18:45:12.982Z[ helios-setup] slp 38:56.023968597
38102026-08-14T18:45:12.982Z[ helios-setup] lat 7:19.597114716
38112026-08-14T18:45:12.982Z[ helios-setup] stop 1:49.110325715
38122026-08-14T18:45:12.983ZAug 14 18:45:11.925 INFO [helios-setup] process exited with exit status: 0 (202.530464128s)
38132026-08-14T18:45:12.983ZAug 14 18:45:11.925 INFO [helios-record] running task
38142026-08-14T18:45:12.983ZAug 14 18:45:11.925 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38152026-08-14T18:45:12.987ZAug 14 18:45:11.929 DEBG process exited with exit status: 0 (4.2833ms)
38162026-08-14T18:45:12.987ZAug 14 18:45:11.929 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38172026-08-14T18:45:12.990ZAug 14 18:45:11.933 DEBG process exited with exit status: 0 (3.914439ms)
38182026-08-14T18:45:12.990ZAug 14 18:45:11.933 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38192026-08-14T18:45:12.993ZAug 14 18:45:11.937 DEBG process exited with exit status: 0 (3.624588ms)
38202026-08-14T18:45:12.993ZAug 14 18:45:11.937 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38212026-08-14T18:45:12.997ZAug 14 18:45:11.940 DEBG process exited with exit status: 0 (3.333768ms)
38222026-08-14T18:45:12.997ZAug 14 18:45:11.940 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38232026-08-14T18:45:13.000ZAug 14 18:45:11.943 DEBG process exited with exit status: 0 (3.158377ms)
38242026-08-14T18:45:13.000ZAug 14 18:45:11.943 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38252026-08-14T18:45:13.003ZAug 14 18:45:11.946 DEBG process exited with exit status: 0 (3.228258ms)
38262026-08-14T18:45:13.003ZAug 14 18:45:11.946 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38272026-08-14T18:45:13.006ZAug 14 18:45:11.950 DEBG process exited with exit status: 0 (3.131867ms)
38282026-08-14T18:45:13.006ZAug 14 18:45:11.950 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38292026-08-14T18:45:13.009ZAug 14 18:45:11.953 DEBG process exited with exit status: 0 (3.021897ms)
38302026-08-14T18:45:13.009ZAug 14 18:45:11.953 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38312026-08-14T18:45:13.012ZAug 14 18:45:11.956 DEBG process exited with exit status: 0 (3.156437ms)
38322026-08-14T18:45:13.012ZAug 14 18:45:11.956 INFO [helios-record] task succeeded (31.443092ms)
38332026-08-14T18:56:47.120Z[ host-package] Finished `release` profile [optimized] target(s) in 14m 18s
38342026-08-14T18:57:38.456ZAug 14 18:57:37.400 INFO [host-package] process exited with exit status: 0 (909.853732853s)
38352026-08-14T18:57:38.456ZAug 14 18:57:37.400 INFO [host-libraries] running task
38362026-08-14T18:57:38.456ZAug 14 18:57:37.400 INFO [host-stamp] running task
38372026-08-14T18:57:38.460ZAug 14 18:57:37.402 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+git556a25de367
38382026-08-14T18:57:38.460ZAug 14 18:57:37.403 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+git556a25de367
38392026-08-14T18:57:38.460ZAug 14 18:57:37.403 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+git556a25de367
38402026-08-14T18:57:38.460ZAug 14 18:57:37.403 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+git556a25de367
38412026-08-14T18:57:38.460ZAug 14 18:57:37.404 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+git556a25de367
38422026-08-14T18:57:38.463ZAug 14 18:57:37.404 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+git556a25de367
38432026-08-14T18:57:38.463ZAug 14 18:57:37.404 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+git556a25de367
38442026-08-14T18:57:38.463ZAug 14 18:57:37.404 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+git556a25de367
38452026-08-14T18:57:38.469Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38462026-08-14T18:57:38.469Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38472026-08-14T18:57:38.472Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-08-14T18:57:38.472Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-08-14T18:57:38.472Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38502026-08-14T18:57:38.472Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-08-14T18:57:38.472Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-08-14T18:57:38.472Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38532026-08-14T18:57:38.472Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38542026-08-14T18:57:38.475ZAug 14 18:57:37.417 INFO [stamp-overlay] process exited with exit status: 0 (14.431943ms)
38552026-08-14T18:57:38.480Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38562026-08-14T18:57:38.483ZAug 14 18:57:37.426 INFO [stamp-oxlog] process exited with exit status: 0 (22.645192ms)
38572026-08-14T18:57:38.508Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38582026-08-14T18:57:38.511ZAug 14 18:57:37.455 INFO [stamp-crucible-utils] process exited with exit status: 0 (51.402859ms)
38592026-08-14T18:57:38.522Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38602026-08-14T18:57:38.525ZAug 14 18:57:37.469 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (66.538434ms)
38612026-08-14T18:57:38.658Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38622026-08-14T18:57:38.661ZAug 14 18:57:37.605 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (201.114523ms)
38632026-08-14T18:57:39.009Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38642026-08-14T18:57:39.012ZAug 14 18:57:37.956 INFO [stamp-propolis-server] process exited with exit status: 0 (552.243691ms)
38652026-08-14T18:57:39.029Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38662026-08-14T18:57:39.043ZAug 14 18:57:37.976 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (574.049391ms)
38672026-08-14T18:57:40.224ZAug 14 18:57:39.167 INFO [host-libraries] task succeeded (1.76718168s)
38682026-08-14T18:57:40.227ZAug 14 18:57:39.168 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38692026-08-14T18:57:40.231Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38702026-08-14T18:57:41.232Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38712026-08-14T18:57:42.086Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38722026-08-14T18:57:45.553Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38732026-08-14T18:57:45.556ZAug 14 18:57:44.500 INFO [stamp-switch-asic] process exited with exit status: 0 (7.096801084s)
38742026-08-14T18:57:45.556ZAug 14 18:57:44.500 INFO [host-stamp] task succeeded (7.100005852s)
38752026-08-14T18:57:45.556ZAug 14 18:57:44.500 INFO [host-proto] running task
38762026-08-14T18:57:46.038ZAug 14 18:57:44.982 INFO [host-proto] task succeeded (481.831559ms)
38772026-08-14T18:57:46.039ZAug 14 18:57:44.982 INFO [host-profile] running task
38782026-08-14T18:57:46.042ZAug 14 18:57:44.982 INFO [host-profile] task succeeded (218.461µs)
38792026-08-14T18:57:46.042ZAug 14 18:57:44.982 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/.tmpxeUstV/proto/host/root -N 'ci 556a25d/${os_short_commit} 2026-08-14 18:41' -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/'
38802026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO Checking files for board 'cosmo-mbist'
38812026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38822026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO Checking files for board 'cosmo-mbist-noaggr'
38832026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38842026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO Checking files for board 'cosmo'
38852026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38862026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38872026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO Checking files for board 'gimlet'
38882026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38892026-08-14T18:57:46.046Z[ host-image] Aug 14 18:57:44.989 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38902026-08-14T18:57:46.055Z[ host-image] Aug 14 18:57:44.999 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpxeUstV/proto/host/root"
38912026-08-14T18:57:46.058Z[ host-image] Aug 14 18:57:44.999 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38922026-08-14T18:57:46.058Z[ host-image] Aug 14 18:57:44.999 INFO image builder template: ramdisk-01-os...
38932026-08-14T18:57:46.058Z[ host-image] Aug 14 18:57:44.999 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/.tmpxeUstV/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
38942026-08-14T18:57:46.069Z[ host-image] Aug 14 18:57:45.013 INFO O| Aug 14 18:57:45.013 INFO CREATE DATASET: rpool/images/build/host/output
38952026-08-14T18:57:47.576Z[ host-image] Aug 14 18:57:46.520 INFO O| Aug 14 18:57:46.520 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38962026-08-14T18:57:47.580Z[ host-image] Aug 14 18:57:46.523 INFO O| Aug 14 18:57:46.523 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38972026-08-14T18:57:47.782Z[ host-image] Aug 14 18:57:46.725 INFO O| Aug 14 18:57:46.725 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38982026-08-14T18:57:47.847Z[ host-image] Aug 14 18:57:46.791 INFO O| Aug 14 18:57:46.791 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38992026-08-14T18:57:47.847Z[ host-image] Aug 14 18:57:46.791 INFO O| Aug 14 18:57:46.791 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39002026-08-14T18:57:47.847Z[ host-image] Aug 14 18:57:46.791 INFO O| Aug 14 18:57:46.791 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39012026-08-14T18:57:47.847Z[ host-image] Aug 14 18:57:46.791 INFO O| Aug 14 18:57:46.791 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39022026-08-14T18:57:47.852Z[ host-image] Aug 14 18:57:46.796 INFO O| Aug 14 18:57:46.796 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39032026-08-14T18:57:48.063Z[ host-image] Aug 14 18:57:47.007 INFO O| Aug 14 18:57:47.007 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39042026-08-14T18:57:48.069Z[ host-image] Aug 14 18:57:47.013 INFO O| Aug 14 18:57:47.013 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39052026-08-14T18:57:48.352Z[ host-image] Aug 14 18:57:47.296 INFO O| Aug 14 18:57:47.296 INFO O| Caching catalogs ... Done
39062026-08-14T18:57:48.422Z[ host-image] Aug 14 18:57:47.365 INFO O| Aug 14 18:57:47.365 INFO STEP 0 (pkg_image_create) COMPLETE
39072026-08-14T18:57:48.422Z[ host-image] Aug 14 18:57:47.365 INFO O| Aug 14 18:57:47.365 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-08-14T18:57:48.429Z[ host-image] Aug 14 18:57:47.373 INFO O| Aug 14 18:57:47.373 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"]
39092026-08-14T18:57:48.698Z[ host-image] Aug 14 18:57:47.642 INFO O| Aug 14 18:57:47.641 INFO STEP 1 (pkg_set_publisher) COMPLETE
39102026-08-14T18:57:48.698Z[ host-image] Aug 14 18:57:47.642 INFO O| Aug 14 18:57:47.641 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-08-14T18:57:48.701Z[ host-image] Aug 14 18:57:47.642 INFO O| Aug 14 18:57:47.642 INFO skip step because feature "publisher_1_name" is not enabled
39122026-08-14T18:57:48.701Z[ host-image] Aug 14 18:57:47.642 INFO O| Aug 14 18:57:47.642 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-14T18:57:48.701Z[ host-image] Aug 14 18:57:47.642 INFO O| Aug 14 18:57:47.642 INFO skip step because feature "publisher_2_name" is not enabled
39142026-08-14T18:57:48.701Z[ host-image] Aug 14 18:57:47.642 INFO O| Aug 14 18:57:47.642 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-08-14T18:57:48.701Z[ host-image] Aug 14 18:57:47.642 INFO O| Aug 14 18:57:47.642 INFO skip step because feature "publisher_3_name" is not enabled
39162026-08-14T18:57:48.701Z[ host-image] Aug 14 18:57:47.642 INFO O| Aug 14 18:57:47.642 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-14T18:57:48.939Z[ host-image] Aug 14 18:57:47.883 INFO O| Aug 14 18:57:47.883 INFO variant opensolaris.zone is already global
39182026-08-14T18:57:48.939Z[ host-image] Aug 14 18:57:47.883 INFO O| Aug 14 18:57:47.883 INFO STEP 5 (pkg_change_variant) COMPLETE
39192026-08-14T18:57:48.939Z[ host-image] Aug 14 18:57:47.883 INFO O| Aug 14 18:57:47.883 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-08-14T18:57:49.181Z[ host-image] Aug 14 18:57:48.125 INFO O| Aug 14 18:57:48.125 INFO variant opensolaris.imagetype is full; changing to partial
39212026-08-14T18:57:49.181Z[ host-image] Aug 14 18:57:48.125 INFO O| Aug 14 18:57:48.125 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39222026-08-14T18:57:50.839Z[ host-image] Aug 14 18:57:49.782 INFO O| Aug 14 18:57:49.782 INFO O| Startup: Refreshing catalog 'helios' ... Done
39232026-08-14T18:57:51.184Z[ host-image] Aug 14 18:57:50.127 INFO O| Aug 14 18:57:50.127 INFO O| Startup: Caching catalogs ... Done
39242026-08-14T18:57:51.196Z[ host-image] Aug 14 18:57:50.139 INFO O| Aug 14 18:57:50.139 INFO O| Planning: Planning completed in 0.00 seconds
39252026-08-14T18:57:51.208Z[ host-image] Aug 14 18:57:50.140 INFO O| Aug 14 18:57:50.140 INFO O| Planning: Consolidating action changes ... Done
39262026-08-14T18:57:51.208Z[ host-image] Aug 14 18:57:50.140 INFO O| Aug 14 18:57:50.140 INFO O| Planning: Evaluating mediators ... Done
39272026-08-14T18:57:51.208Z[ host-image] Aug 14 18:57:50.140 INFO O| Aug 14 18:57:50.140 INFO O| Planning: Planning completed in 0.00 seconds
39282026-08-14T18:57:51.208Z[ host-image] Aug 14 18:57:50.140 INFO O| Aug 14 18:57:50.140 INFO O| Variants/Facets to change: 1
39292026-08-14T18:57:51.212Z[ host-image] Aug 14 18:57:50.148 INFO O| Aug 14 18:57:50.148 INFO O| Finalize: Updating package state database ... Done
39302026-08-14T18:57:51.212Z[ host-image] Aug 14 18:57:50.148 INFO O| Aug 14 18:57:50.148 INFO O| Finalize: Updating package cache ... Done
39312026-08-14T18:57:51.260Z[ host-image] Aug 14 18:57:50.203 INFO O| Aug 14 18:57:50.203 INFO O| Finalize: Updating image state ... Done
39322026-08-14T18:57:51.268Z[ host-image] Aug 14 18:57:50.212 INFO O| Aug 14 18:57:50.212 INFO O| Finalize: Creating fast lookup database ... Done
39332026-08-14T18:57:51.272Z[ host-image] Aug 14 18:57:50.212 INFO O| Aug 14 18:57:50.212 INFO O| Finalize: Reading search index ... Done
39342026-08-14T18:57:51.272Z[ host-image] Aug 14 18:57:50.212 INFO O| Aug 14 18:57:50.212 INFO O| Finalize: Updating search index ... Done
39352026-08-14T18:57:51.272Z[ host-image] Aug 14 18:57:50.213 INFO O| Aug 14 18:57:50.213 INFO O| Finalize: Updating package cache ... Done
39362026-08-14T18:57:51.423Z[ host-image] Aug 14 18:57:50.366 INFO O| Aug 14 18:57:50.366 INFO STEP 6 (pkg_change_variant) COMPLETE
39372026-08-14T18:57:51.423Z[ host-image] Aug 14 18:57:50.366 INFO O| Aug 14 18:57:50.366 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39382026-08-14T18:57:51.427Z[ host-image] Aug 14 18:57:50.366 INFO O| Aug 14 18:57:50.366 INFO skip step because feature "debug_variant" is not enabled
39392026-08-14T18:57:51.427Z[ host-image] Aug 14 18:57:50.366 INFO O| Aug 14 18:57:50.366 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-08-14T18:57:51.665Z[ host-image] Aug 14 18:57:50.608 INFO O| Aug 14 18:57:50.608 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39412026-08-14T18:57:53.086Z[ host-image] Aug 14 18:57:52.030 INFO O| Aug 14 18:57:52.030 INFO O| Startup: Refreshing catalog 'helios' ... Done
39422026-08-14T18:57:53.284Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.91s
39432026-08-14T18:57:53.444Z[ host-image] Aug 14 18:57:52.388 INFO O| Aug 14 18:57:52.388 INFO O| Startup: Caching catalogs ... Done
39442026-08-14T18:57:53.457Z[ host-image] Aug 14 18:57:52.401 INFO O| Aug 14 18:57:52.401 INFO O| Planning: Planning completed in 0.00 seconds
39452026-08-14T18:57:53.461Z[ host-image] Aug 14 18:57:52.401 INFO O| Aug 14 18:57:52.401 INFO O| Planning: Consolidating action changes ... Done
39462026-08-14T18:57:53.461Z[ host-image] Aug 14 18:57:52.401 INFO O| Aug 14 18:57:52.401 INFO O| Planning: Evaluating mediators ... Done
39472026-08-14T18:57:53.461Z[ host-image] Aug 14 18:57:52.401 INFO O| Aug 14 18:57:52.401 INFO O| Planning: Planning completed in 0.00 seconds
39482026-08-14T18:57:53.461Z[ host-image] Aug 14 18:57:52.402 INFO O| Aug 14 18:57:52.402 INFO O| Variants/Facets to change: 1
39492026-08-14T18:57:53.466Z[ host-image] Aug 14 18:57:52.410 INFO O| Aug 14 18:57:52.410 INFO O| Finalize: Updating package state database ... Done
39502026-08-14T18:57:53.466Z[ host-image] Aug 14 18:57:52.410 INFO O| Aug 14 18:57:52.410 INFO O| Finalize: Updating package cache ... Done
39512026-08-14T18:57:53.535Z[ host-image] Aug 14 18:57:52.478 INFO O| Aug 14 18:57:52.478 INFO O| Finalize: Updating image state ... Done
39522026-08-14T18:57:53.545Z[ host-image] Aug 14 18:57:52.489 INFO O| Aug 14 18:57:52.489 INFO O| Finalize: Creating fast lookup database ... Done
39532026-08-14T18:57:53.559Z[ host-image] Aug 14 18:57:52.490 INFO O| Aug 14 18:57:52.490 INFO O| Finalize: Reading search index ... Done
39542026-08-14T18:57:53.559Z[ host-image] Aug 14 18:57:52.490 INFO O| Aug 14 18:57:52.490 INFO O| Finalize: Updating search index ... Done
39552026-08-14T18:57:53.559Z[ host-image] Aug 14 18:57:52.491 INFO O| Aug 14 18:57:52.491 INFO O| Finalize: Updating package cache ... Done
39562026-08-14T18:57:53.704Z[ host-image] Aug 14 18:57:52.647 INFO O| Aug 14 18:57:52.647 INFO STEP 8 (pkg_change_facet) COMPLETE
39572026-08-14T18:57:53.704Z[ host-image] Aug 14 18:57:52.647 INFO O| Aug 14 18:57:52.647 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-08-14T18:57:53.704Z[ host-image] Aug 14 18:57:52.647 INFO O| Aug 14 18:57:52.647 INFO skip step because feature "recovery" is not enabled
39592026-08-14T18:57:53.704Z[ host-image] Aug 14 18:57:52.647 INFO O| Aug 14 18:57:52.647 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-14T18:57:53.707Z[ host-image] Aug 14 18:57:52.647 INFO O| Aug 14 18:57:52.647 INFO skip step because feature "recovery" is not enabled
39612026-08-14T18:57:53.707Z[ host-image] Aug 14 18:57:52.647 INFO O| Aug 14 18:57:52.647 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-14T18:57:53.711Z[ host-image] Aug 14 18:57:52.655 INFO O| Aug 14 18:57:52.655 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"]
39632026-08-14T18:57:55.120Z[ host-image] Aug 14 18:57:54.064 INFO O| Aug 14 18:57:54.064 INFO O| Startup: Refreshing catalog 'helios' ... Done
39642026-08-14T18:57:55.495Z[ host-image] Aug 14 18:57:54.435 INFO O| Aug 14 18:57:54.435 INFO O| Startup: Caching catalogs ... Done
39652026-08-14T18:57:55.795ZAug 14 18:57:54.739 INFO [recovery-package] process exited with exit status: 0 (15.571348871s)
39662026-08-14T18:57:55.795ZAug 14 18:57:54.739 INFO [recovery-libraries] running task
39672026-08-14T18:57:55.795ZAug 14 18:57:54.739 INFO [recovery-stamp] running task
39682026-08-14T18:57:55.799ZAug 14 18:57:54.739 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+git556a25de367
39692026-08-14T18:57:55.799ZAug 14 18:57:54.740 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git556a25de367
39702026-08-14T18:57:55.803Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39712026-08-14T18:57:55.806Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39722026-08-14T18:57:55.843ZAug 14 18:57:54.787 INFO [recovery-libraries] task succeeded (47.64799ms)
39732026-08-14T18:57:55.846ZAug 14 18:57:54.787 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39742026-08-14T18:57:55.905Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39752026-08-14T18:57:55.908ZAug 14 18:57:54.852 INFO [stamp-installinator] process exited with exit status: 0 (112.158448ms)
39762026-08-14T18:57:55.974Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39772026-08-14T18:57:55.977ZAug 14 18:57:54.921 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (181.843648ms)
39782026-08-14T18:57:55.980ZAug 14 18:57:54.921 INFO [recovery-stamp] task succeeded (182.021068ms)
39792026-08-14T18:57:55.980ZAug 14 18:57:54.921 INFO [recovery-proto] running task
39802026-08-14T18:57:55.980ZAug 14 18:57:54.921 INFO [tuf-stamp] running task
39812026-08-14T18:57:55.980ZAug 14 18:57:54.922 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+git556a25de367
39822026-08-14T18:57:55.980ZAug 14 18:57:54.922 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+git556a25de367
39832026-08-14T18:57:55.980ZAug 14 18:57:54.922 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+git556a25de367
39842026-08-14T18:57:55.980ZAug 14 18:57:54.923 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+git556a25de367
39852026-08-14T18:57:55.980ZAug 14 18:57:54.923 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+git556a25de367
39862026-08-14T18:57:55.980ZAug 14 18:57:54.924 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+git556a25de367
39872026-08-14T18:57:55.980ZAug 14 18:57:54.924 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+git556a25de367
39882026-08-14T18:57:55.984ZAug 14 18:57:54.924 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+git556a25de367
39892026-08-14T18:57:55.984ZAug 14 18:57:54.925 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+git556a25de367
39902026-08-14T18:57:55.984ZAug 14 18:57:54.925 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+git556a25de367
39912026-08-14T18:57:55.984ZAug 14 18:57:54.925 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+git556a25de367
39922026-08-14T18:57:55.984ZAug 14 18:57:54.926 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+git556a25de367
39932026-08-14T18:57:55.988Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-08-14T18:57:55.988Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-08-14T18:57:55.988Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-08-14T18:57:55.988Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-08-14T18:57:55.992Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-08-14T18:57:55.992Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-08-14T18:57:55.992Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-08-14T18:57:55.992Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-08-14T18:57:55.992Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-08-14T18:57:55.992Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-14T18:57:55.992Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-14T18:57:55.992Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-14T18:57:56.037Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40062026-08-14T18:57:56.041ZAug 14 18:57:54.985 INFO [stamp-probe] process exited with exit status: 0 (60.368799ms)
40072026-08-14T18:57:56.097ZAug 14 18:57:55.041 INFO [recovery-proto] task succeeded (119.694156ms)
40082026-08-14T18:57:56.100ZAug 14 18:57:55.041 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/.tmpxeUstV/proto/recovery/root -N 'recovery 556a25d/${os_short_commit} 2026-08-14 18:41' -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/'
40092026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO Checking files for board 'cosmo-mbist-noaggr'
40102026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40112026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO Checking files for board 'cosmo'
40122026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40132026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40142026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO Checking files for board 'gimlet'
40152026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40162026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40172026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO Checking files for board 'cosmo-mbist'
40182026-08-14T18:57:56.104Z[ recovery-image] Aug 14 18:57:55.047 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40192026-08-14T18:57:56.112Z[ recovery-image] Aug 14 18:57:55.056 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpxeUstV/proto/recovery/root"
40202026-08-14T18:57:56.116Z[ recovery-image] Aug 14 18:57:55.056 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40212026-08-14T18:57:56.116Z[ recovery-image] Aug 14 18:57:55.056 INFO image builder template: ramdisk-01-os...
40222026-08-14T18:57:56.116Z[ recovery-image] Aug 14 18:57:55.057 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/.tmpxeUstV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40232026-08-14T18:57:56.129Z[ recovery-image] Aug 14 18:57:55.073 INFO O| Aug 14 18:57:55.073 INFO CREATE DATASET: rpool/images/build/recovery/output
40242026-08-14T18:57:56.425Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40252026-08-14T18:57:56.451Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40262026-08-14T18:57:56.485Z[ recovery-image] Aug 14 18:57:55.429 INFO O| Aug 14 18:57:55.429 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40272026-08-14T18:57:56.489Z[ recovery-image] Aug 14 18:57:55.433 INFO O| Aug 14 18:57:55.433 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40282026-08-14T18:57:56.554Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40292026-08-14T18:57:56.557ZAug 14 18:57:55.501 INFO [stamp-ntp] process exited with exit status: 0 (578.540523ms)
40302026-08-14T18:57:56.652Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40312026-08-14T18:57:56.655ZAug 14 18:57:55.599 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (673.815362ms)
40322026-08-14T18:57:56.828Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40332026-08-14T18:57:56.831ZAug 14 18:57:55.775 INFO [stamp-internal-dns] process exited with exit status: 0 (852.826485ms)
40342026-08-14T18:57:56.835Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40352026-08-14T18:57:56.838ZAug 14 18:57:55.779 INFO [stamp-crucible-zone] process exited with exit status: 0 (854.423368ms)
40362026-08-14T18:57:56.852Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40372026-08-14T18:57:56.855ZAug 14 18:57:55.799 INFO [stamp-external-dns] process exited with exit status: 0 (875.390726ms)
40382026-08-14T18:57:57.022Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40392026-08-14T18:57:57.025ZAug 14 18:57:55.968 INFO [stamp-oximeter] process exited with exit status: 0 (1.045111397s)
40402026-08-14T18:57:57.274Z[ host-image] Aug 14 18:57:56.218 INFO O| Aug 14 18:57:56.218 INFO O| Planning: Solver setup ... Done
40412026-08-14T18:57:57.423Z[ host-image] Aug 14 18:57:56.366 INFO O| Aug 14 18:57:56.366 INFO O| Planning: Running solver ... Done
40422026-08-14T18:57:57.461Z[ recovery-image] Aug 14 18:57:56.405 INFO O| Aug 14 18:57:56.405 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40432026-08-14T18:57:57.465Z[ host-image] Aug 14 18:57:56.406 INFO O| Aug 14 18:57:56.406 INFO O| Planning: Finding local manifests ... Done
40442026-08-14T18:57:57.484Z[ host-image] Aug 14 18:57:56.428 INFO O| Aug 14 18:57:56.428 INFO O| Planning: Fetching manifests: 0/130 0% complete
40452026-08-14T18:57:58.129Z[ recovery-image] Aug 14 18:57:57.072 INFO O| Aug 14 18:57:57.072 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40462026-08-14T18:57:58.129Z[ recovery-image] Aug 14 18:57:57.072 INFO O| Aug 14 18:57:57.072 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40472026-08-14T18:57:58.132Z[ recovery-image] Aug 14 18:57:57.073 INFO O| Aug 14 18:57:57.073 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40482026-08-14T18:57:58.133Z[ recovery-image] Aug 14 18:57:57.073 INFO O| Aug 14 18:57:57.073 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40492026-08-14T18:57:58.136Z[ recovery-image] Aug 14 18:57:57.078 INFO O| Aug 14 18:57:57.078 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40502026-08-14T18:57:58.571Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40512026-08-14T18:57:58.574ZAug 14 18:57:57.518 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.594719426s)
40522026-08-14T18:57:59.270Z[ host-image] Aug 14 18:57:58.213 INFO O| Aug 14 18:57:58.213 INFO O| Planning: Fetching manifests: 130/130 100% complete
40532026-08-14T18:57:59.675Z[ host-image] Aug 14 18:57:58.619 INFO O| Aug 14 18:57:58.618 INFO O| Planning: Package planning ... Done
40542026-08-14T18:58:00.125Z[ host-image] Aug 14 18:57:59.069 INFO O| Aug 14 18:57:59.069 INFO O| Planning: Merging actions ... Done
40552026-08-14T18:58:00.229Z[ host-image] Aug 14 18:57:59.172 INFO O| Aug 14 18:57:59.172 INFO O| Planning: Checking for conflicting actions ... Done
40562026-08-14T18:58:00.331Z[ host-image] Aug 14 18:57:59.274 INFO O| Aug 14 18:57:59.274 INFO O| Planning: Consolidating action changes ... Done
40572026-08-14T18:58:00.507Z[ host-image] Aug 14 18:57:59.451 INFO O| Aug 14 18:57:59.451 INFO O| Planning: Evaluating mediators ... Done
40582026-08-14T18:58:00.679Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40592026-08-14T18:58:00.683ZAug 14 18:57:59.626 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.700921497s)
40602026-08-14T18:58:00.929Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40612026-08-14T18:58:00.933ZAug 14 18:57:59.876 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.95465972s)
40622026-08-14T18:58:00.988Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40632026-08-14T18:58:00.992ZAug 14 18:57:59.935 INFO [stamp-clickhouse] process exited with exit status: 0 (5.009014306s)
40642026-08-14T18:58:01.278Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40652026-08-14T18:58:01.282ZAug 14 18:58:00.225 INFO [stamp-nexus] process exited with exit status: 0 (5.30135131s)
40662026-08-14T18:58:01.282ZAug 14 18:58:00.225 INFO [tuf-stamp] task succeeded (5.304403347s)
40672026-08-14T18:58:01.282ZAug 14 18:58:00.225 INFO [tuf-v2-zones] running task
40682026-08-14T18:58:01.405Z[verify-libraries] Compiling match_cfg v0.1.0
40692026-08-14T18:58:01.405Z[verify-libraries] Compiling slog-json v2.6.1
40702026-08-14T18:58:01.405Z[verify-libraries] Compiling debug-ignore v1.0.5
40712026-08-14T18:58:01.409Z[verify-libraries] Compiling progenitor-client v0.14.0
40722026-08-14T18:58:01.409Z[verify-libraries] Compiling sha1 v0.11.0
40732026-08-14T18:58:01.409Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40742026-08-14T18:58:01.409Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40752026-08-14T18:58:01.445ZAug 14 18:58:00.389 INFO [tuf-v2-zones] task succeeded (163.254406ms)
40762026-08-14T18:58:01.606Z[verify-libraries] Compiling multer v3.1.0
40772026-08-14T18:58:01.703Z[verify-libraries] Compiling compression-core v0.4.31
40782026-08-14T18:58:01.722Z[verify-libraries] Compiling async-stream-impl v0.3.6
40792026-08-14T18:58:01.726Z[verify-libraries] Compiling serde_spanned v1.1.1
40802026-08-14T18:58:01.726Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40812026-08-14T18:58:01.726Z[verify-libraries] Compiling dropshot v0.17.1
40822026-08-14T18:58:01.856Z[verify-libraries] Compiling hostname v0.3.1
40832026-08-14T18:58:01.856Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40842026-08-14T18:58:01.898Z[verify-libraries] Compiling waitgroup v0.1.2
40852026-08-14T18:58:01.898Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40862026-08-14T18:58:01.920Z[ host-image] Aug 14 18:58:00.863 INFO O| Aug 14 18:58:00.863 INFO O| Planning: Planning completed in 6.41 seconds
40872026-08-14T18:58:01.924Z[ host-image] Aug 14 18:58:00.865 INFO O| Aug 14 18:58:00.865 INFO O| Packages to install: 130
40882026-08-14T18:58:01.924Z[ host-image] Aug 14 18:58:00.865 INFO O| Aug 14 18:58:00.865 INFO O| Mediators to change: 5
40892026-08-14T18:58:01.924Z[ host-image] Aug 14 18:58:00.865 INFO O| Aug 14 18:58:00.865 INFO O| Services to change: 6
40902026-08-14T18:58:01.949Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40912026-08-14T18:58:01.949Z[verify-libraries] Compiling hostname v0.4.2
40922026-08-14T18:58:01.953Z[verify-libraries] Compiling atomicwrites v0.4.4
40932026-08-14T18:58:01.953Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40942026-08-14T18:58:01.956Z[ host-image] Aug 14 18:58:00.897 INFO O| Aug 14 18:58:00.897 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
40952026-08-14T18:58:02.062Z[verify-libraries] Compiling slog-bunyan v2.5.0
40962026-08-14T18:58:02.062Z[verify-libraries] Compiling compression-codecs v0.4.37
40972026-08-14T18:58:02.065Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40982026-08-14T18:58:02.136Z[verify-libraries] Compiling macaddr v1.0.1
40992026-08-14T18:58:02.156Z[verify-libraries] Compiling regress v0.10.5
41002026-08-14T18:58:02.159Z[verify-libraries] Compiling instant v0.1.13
41012026-08-14T18:58:02.238Z[verify-libraries] Compiling parse-display-derive v0.10.0
41022026-08-14T18:58:02.241Z[verify-libraries] Compiling itertools v0.14.0
41032026-08-14T18:58:02.241Z[verify-libraries] Compiling backon v1.6.0
41042026-08-14T18:58:02.263Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41052026-08-14T18:58:02.326Z[verify-libraries] Compiling humantime v2.3.0
41062026-08-14T18:58:02.347Z[verify-libraries] Compiling backoff v0.4.0
41072026-08-14T18:58:02.370Z[verify-libraries] Compiling async-compression v0.4.41
41082026-08-14T18:58:02.395Z[verify-libraries] Compiling async-stream v0.3.6
41092026-08-14T18:58:02.423Z[verify-libraries] Compiling convert_case v0.4.0
41102026-08-14T18:58:02.450Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41112026-08-14T18:58:02.453Z[verify-libraries] Compiling half v2.7.1
41122026-08-14T18:58:02.541Z[verify-libraries] Compiling progenitor-extras v0.2.0
41132026-08-14T18:58:02.568Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41142026-08-14T18:58:02.604Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41152026-08-14T18:58:02.632Z[verify-libraries] Compiling ciborium-io v0.2.2
41162026-08-14T18:58:02.658Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41172026-08-14T18:58:02.684Z[verify-libraries] Compiling indent_write v2.2.0
41182026-08-14T18:58:02.736Z[verify-libraries] Compiling regress v0.11.1
41192026-08-14T18:58:02.772Z[verify-libraries] Compiling ciborium-ll v0.2.2
41202026-08-14T18:58:02.797Z[verify-libraries] Compiling secrecy v0.10.3
41212026-08-14T18:58:02.826Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41222026-08-14T18:58:02.855Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41232026-08-14T18:58:02.858Z[verify-libraries] Compiling derive_more v0.99.20
41242026-08-14T18:58:02.919Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41252026-08-14T18:58:02.942Z[verify-libraries] Compiling inout v0.1.4
41262026-08-14T18:58:02.964Z[verify-libraries] Compiling ciborium v0.2.2
41272026-08-14T18:58:03.031Z[verify-libraries] Compiling universal-hash v0.5.1
41282026-08-14T18:58:03.060Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41292026-08-14T18:58:03.111Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41302026-08-14T18:58:03.154Z[verify-libraries] Compiling cipher v0.4.4
41312026-08-14T18:58:03.196Z[verify-libraries] Compiling opaque-debug v0.3.1
41322026-08-14T18:58:03.316Z[verify-libraries] Compiling poly1305 v0.8.0
41332026-08-14T18:58:03.338Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41342026-08-14T18:58:03.399Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41352026-08-14T18:58:03.429Z[verify-libraries] Compiling chacha20 v0.9.1
41362026-08-14T18:58:03.493Z[verify-libraries] Compiling blake2 v0.10.6
41372026-08-14T18:58:03.523Z[verify-libraries] Compiling aead v0.5.2
41382026-08-14T18:58:03.670Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41392026-08-14T18:58:03.674Z[verify-libraries] Compiling password-hash v0.5.0
41402026-08-14T18:58:03.674Z[verify-libraries] Compiling itertools v0.15.0
41412026-08-14T18:58:03.743Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41422026-08-14T18:58:03.820Z[verify-libraries] Compiling num-derive v0.4.2
41432026-08-14T18:58:03.951Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41442026-08-14T18:58:03.955Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41452026-08-14T18:58:04.148Z[verify-libraries] Compiling argon2 v0.5.3
41462026-08-14T18:58:04.171Z[verify-libraries] Compiling parse-display v0.10.0
41472026-08-14T18:58:04.171Z[verify-libraries] Compiling rayon-core v1.13.0
41482026-08-14T18:58:04.193Z[verify-libraries] Compiling glob v0.3.3
41492026-08-14T18:58:04.241Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41502026-08-14T18:58:04.326Z[ recovery-image] Aug 14 18:58:03.269 INFO O| Aug 14 18:58:03.269 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41512026-08-14T18:58:04.337Z[ recovery-image] Aug 14 18:58:03.280 INFO O| Aug 14 18:58:03.280 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41522026-08-14T18:58:04.528Z[verify-libraries] Compiling typify-impl v0.6.2
41532026-08-14T18:58:04.575Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41542026-08-14T18:58:04.605Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41552026-08-14T18:58:04.659Z[ recovery-image] Aug 14 18:58:03.603 INFO O| Aug 14 18:58:03.603 INFO O| Caching catalogs ... Done
41562026-08-14T18:58:04.718Z[verify-libraries] Compiling num_enum_derive v0.7.6
41572026-08-14T18:58:04.773Z[ recovery-image] Aug 14 18:58:03.716 INFO O| Aug 14 18:58:03.716 INFO STEP 0 (pkg_image_create) COMPLETE
41582026-08-14T18:58:04.773Z[ recovery-image] Aug 14 18:58:03.716 INFO O| Aug 14 18:58:03.716 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-08-14T18:58:04.778Z[verify-libraries] Compiling vsss-rs v3.3.4
41602026-08-14T18:58:04.783Z[ recovery-image] Aug 14 18:58:03.727 INFO O| Aug 14 18:58:03.727 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"]
41612026-08-14T18:58:04.965Z[verify-libraries] Compiling usdt-macro v0.5.0
41622026-08-14T18:58:05.093Z[verify-libraries] Compiling memmap v0.7.0
41632026-08-14T18:58:05.116Z[ recovery-image] Aug 14 18:58:04.059 INFO O| Aug 14 18:58:04.056 INFO STEP 1 (pkg_set_publisher) COMPLETE
41642026-08-14T18:58:05.116Z[ recovery-image] Aug 14 18:58:04.060 INFO O| Aug 14 18:58:04.056 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-08-14T18:58:05.116Z[ recovery-image] Aug 14 18:58:04.060 INFO O| Aug 14 18:58:04.057 INFO skip step because feature "publisher_1_name" is not enabled
41662026-08-14T18:58:05.120Z[ recovery-image] Aug 14 18:58:04.060 INFO O| Aug 14 18:58:04.057 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672026-08-14T18:58:05.120Z[ recovery-image] Aug 14 18:58:04.060 INFO O| Aug 14 18:58:04.057 INFO skip step because feature "publisher_2_name" is not enabled
41682026-08-14T18:58:05.120Z[ recovery-image] Aug 14 18:58:04.060 INFO O| Aug 14 18:58:04.057 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41692026-08-14T18:58:05.120Z[ recovery-image] Aug 14 18:58:04.060 INFO O| Aug 14 18:58:04.057 INFO skip step because feature "publisher_3_name" is not enabled
41702026-08-14T18:58:05.120Z[ recovery-image] Aug 14 18:58:04.060 INFO O| Aug 14 18:58:04.057 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41712026-08-14T18:58:05.174Z[verify-libraries] Compiling heapless v0.8.0
41722026-08-14T18:58:05.208Z[verify-libraries] Compiling proc-macro-error v1.0.4
41732026-08-14T18:58:05.237Z[verify-libraries] Compiling ingot-macros v0.2.0
41742026-08-14T18:58:05.378Z[verify-libraries] Compiling tabwriter v1.4.1
41752026-08-14T18:58:05.378Z[verify-libraries] Compiling hash32 v0.3.1
41762026-08-14T18:58:05.433Z[ recovery-image] Aug 14 18:58:04.377 INFO O| Aug 14 18:58:04.377 INFO variant opensolaris.zone is already global
41772026-08-14T18:58:05.433Z[ recovery-image] Aug 14 18:58:04.377 INFO O| Aug 14 18:58:04.377 INFO STEP 5 (pkg_change_variant) COMPLETE
41782026-08-14T18:58:05.433Z[ recovery-image] Aug 14 18:58:04.377 INFO O| Aug 14 18:58:04.377 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41792026-08-14T18:58:05.437Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41802026-08-14T18:58:05.517Z[verify-libraries] Compiling smoltcp v0.11.0
41812026-08-14T18:58:05.591Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41822026-08-14T18:58:05.622Z[verify-libraries] Compiling cobs v0.3.0
41832026-08-14T18:58:05.644Z[verify-libraries] Compiling colored v3.1.1
41842026-08-14T18:58:05.717Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
41852026-08-14T18:58:05.765Z[ recovery-image] Aug 14 18:58:04.709 INFO O| Aug 14 18:58:04.709 INFO variant opensolaris.imagetype is full; changing to partial
41862026-08-14T18:58:05.765Z[ recovery-image] Aug 14 18:58:04.709 INFO O| Aug 14 18:58:04.709 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41872026-08-14T18:58:05.792Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41882026-08-14T18:58:05.869Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41892026-08-14T18:58:05.896Z[verify-libraries] Compiling usdt v0.5.0
41902026-08-14T18:58:05.896Z[verify-libraries] Compiling postcard v1.1.3
41912026-08-14T18:58:05.941Z[verify-libraries] Compiling rayon v1.11.0
41922026-08-14T18:58:06.005Z[verify-libraries] Compiling num_enum v0.7.6
41932026-08-14T18:58:06.049Z[verify-libraries] Compiling rand v0.10.1
41942026-08-14T18:58:06.052Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41952026-08-14T18:58:06.096Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41962026-08-14T18:58:06.100Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41972026-08-14T18:58:06.201Z[verify-libraries] Compiling foreign-types-shared v0.3.1
41982026-08-14T18:58:06.232Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41992026-08-14T18:58:06.420Z[verify-libraries] Compiling num_enum_derive v0.5.11
42002026-08-14T18:58:06.424Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42012026-08-14T18:58:06.528Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42022026-08-14T18:58:06.550Z[verify-libraries] Compiling cstr-argument v0.1.2
42032026-08-14T18:58:06.635Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42042026-08-14T18:58:06.672Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42052026-08-14T18:58:06.766Z[verify-libraries] Compiling itertools v0.12.1
42062026-08-14T18:58:06.886Z[verify-libraries] Compiling foreign-types v0.5.0
42072026-08-14T18:58:06.953Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42082026-08-14T18:58:06.957Z[ host-image] Aug 14 18:58:05.900 INFO O| Aug 14 18:58:05.900 INFO O| Download: 12092/23887 items 103.8/222.8MB 46% complete (20.9M/s)
42092026-08-14T18:58:07.031Z[verify-libraries] Compiling sigpipe v0.1.3
42102026-08-14T18:58:07.059Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42112026-08-14T18:58:07.084Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42122026-08-14T18:58:07.148Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42132026-08-14T18:58:07.182Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42142026-08-14T18:58:07.182Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42152026-08-14T18:58:07.230Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42162026-08-14T18:58:07.376Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42172026-08-14T18:58:07.412Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42182026-08-14T18:58:07.473Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42192026-08-14T18:58:07.508Z[ recovery-image] Aug 14 18:58:06.451 INFO O| Aug 14 18:58:06.451 INFO O| Startup: Refreshing catalog 'helios' ... Done
42202026-08-14T18:58:07.567Z[verify-libraries] Compiling toml v0.8.23
42212026-08-14T18:58:07.570Z[verify-libraries] Compiling smf v0.2.3
42222026-08-14T18:58:07.648Z[verify-libraries] Compiling whoami v1.6.1
42232026-08-14T18:58:07.712Z[verify-libraries] Compiling num_enum v0.5.11
42242026-08-14T18:58:07.790Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42252026-08-14T18:58:07.878Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42262026-08-14T18:58:07.907Z[ recovery-image] Aug 14 18:58:06.850 INFO O| Aug 14 18:58:06.850 INFO O| Startup: Caching catalogs ... Done
42272026-08-14T18:58:07.915Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42282026-08-14T18:58:07.921Z[ recovery-image] Aug 14 18:58:06.865 INFO O| Aug 14 18:58:06.864 INFO O| Planning: Planning completed in 0.00 seconds
42292026-08-14T18:58:07.921Z[ recovery-image] Aug 14 18:58:06.865 INFO O| Aug 14 18:58:06.865 INFO O| Planning: Consolidating action changes ... Done
42302026-08-14T18:58:07.921Z[ recovery-image] Aug 14 18:58:06.865 INFO O| Aug 14 18:58:06.865 INFO O| Planning: Evaluating mediators ... Done
42312026-08-14T18:58:07.925Z[ recovery-image] Aug 14 18:58:06.865 INFO O| Aug 14 18:58:06.865 INFO O| Planning: Planning completed in 0.00 seconds
42322026-08-14T18:58:07.925Z[ recovery-image] Aug 14 18:58:06.866 INFO O| Aug 14 18:58:06.865 INFO O| Variants/Facets to change: 1
42332026-08-14T18:58:07.932Z[ recovery-image] Aug 14 18:58:06.876 INFO O| Aug 14 18:58:06.876 INFO O| Finalize: Updating package state database ... Done
42342026-08-14T18:58:07.932Z[ recovery-image] Aug 14 18:58:06.876 INFO O| Aug 14 18:58:06.876 INFO O| Finalize: Updating package cache ... Done
42352026-08-14T18:58:07.959Z[verify-libraries] Compiling derive-where v1.6.0
42362026-08-14T18:58:07.993Z[ recovery-image] Aug 14 18:58:06.936 INFO O| Aug 14 18:58:06.936 INFO O| Finalize: Updating image state ... Done
42372026-08-14T18:58:08.007Z[ recovery-image] Aug 14 18:58:06.951 INFO O| Aug 14 18:58:06.950 INFO O| Finalize: Creating fast lookup database ... Done
42382026-08-14T18:58:08.011Z[ recovery-image] Aug 14 18:58:06.951 INFO O| Aug 14 18:58:06.951 INFO O| Finalize: Reading search index ... Done
42392026-08-14T18:58:08.011Z[ recovery-image] Aug 14 18:58:06.951 INFO O| Aug 14 18:58:06.951 INFO O| Finalize: Updating search index ... Done
42402026-08-14T18:58:08.011Z[ recovery-image] Aug 14 18:58:06.952 INFO O| Aug 14 18:58:06.952 INFO O| Finalize: Updating package cache ... Done
42412026-08-14T18:58:08.014Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42422026-08-14T18:58:08.069Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42432026-08-14T18:58:08.124Z[verify-libraries] Compiling gethostname v0.5.0
42442026-08-14T18:58:08.256Z[ recovery-image] Aug 14 18:58:07.199 INFO O| Aug 14 18:58:07.199 INFO STEP 6 (pkg_change_variant) COMPLETE
42452026-08-14T18:58:08.256Z[ recovery-image] Aug 14 18:58:07.199 INFO O| Aug 14 18:58:07.199 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42462026-08-14T18:58:08.260Z[ recovery-image] Aug 14 18:58:07.199 INFO O| Aug 14 18:58:07.199 INFO skip step because feature "debug_variant" is not enabled
42472026-08-14T18:58:08.260Z[ recovery-image] Aug 14 18:58:07.199 INFO O| Aug 14 18:58:07.199 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42482026-08-14T18:58:08.260Z[verify-libraries] Compiling zone v0.3.1
42492026-08-14T18:58:08.298Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42502026-08-14T18:58:08.356Z[verify-libraries] Compiling console v0.15.11
42512026-08-14T18:58:08.382Z[verify-libraries] Compiling newline-converter v0.3.0
42522026-08-14T18:58:08.386Z[verify-libraries] Compiling resolv-conf v0.7.6
42532026-08-14T18:58:08.464Z[verify-libraries] Compiling num-rational v0.4.2
42542026-08-14T18:58:08.539Z[verify-libraries] Compiling num-complex v0.4.6
42552026-08-14T18:58:08.595Z[verify-libraries] Compiling ingot-types v0.2.0
42562026-08-14T18:58:08.599Z[verify-libraries] Compiling slog-dtrace v0.3.0
42572026-08-14T18:58:08.599Z[ recovery-image] Aug 14 18:58:07.539 INFO O| Aug 14 18:58:07.539 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42582026-08-14T18:58:08.784Z[verify-libraries] Compiling expectorate v1.2.0
42592026-08-14T18:58:08.866Z[verify-libraries] Compiling linear-map v1.2.0
42602026-08-14T18:58:08.898Z[verify-libraries] Compiling prettyplease v0.2.37
42612026-08-14T18:58:09.005Z[verify-libraries] Compiling num v0.4.3
42622026-08-14T18:58:09.031Z[verify-libraries] Compiling ingot v0.2.1
42632026-08-14T18:58:09.077Z[verify-libraries] Compiling float-ord v0.3.2
42642026-08-14T18:58:09.077Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42652026-08-14T18:58:09.103Z[verify-libraries] Compiling linked-hash-map v0.5.6
42662026-08-14T18:58:09.104Z[verify-libraries] Compiling hickory-proto v0.24.4
42672026-08-14T18:58:09.129Z[verify-libraries] Compiling convert_case v0.10.0
42682026-08-14T18:58:09.156Z[verify-libraries] Compiling owo-colors v4.3.0
42692026-08-14T18:58:09.156Z[verify-libraries] Compiling minimal-lexical v0.2.1
42702026-08-14T18:58:09.308Z[verify-libraries] Compiling unicode-xid v0.2.6
42712026-08-14T18:58:09.397Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42722026-08-14T18:58:09.474Z[verify-libraries] Compiling lru-cache v0.1.2
42732026-08-14T18:58:09.515Z[verify-libraries] Compiling nom v7.1.3
42742026-08-14T18:58:09.544Z[verify-libraries] Compiling typify-macro v0.6.2
42752026-08-14T18:58:09.583Z[verify-libraries] Compiling tabled_derive v0.7.0
42762026-08-14T18:58:09.583Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42772026-08-14T18:58:09.659Z[verify-libraries] Compiling fd-lock v4.0.4
42782026-08-14T18:58:09.776Z[verify-libraries] Compiling derive_more-impl v2.1.1
42792026-08-14T18:58:09.945Z[verify-libraries] Compiling vte v0.14.1
42802026-08-14T18:58:10.060Z[verify-libraries] Compiling display-error-chain v0.2.2
42812026-08-14T18:58:10.185Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42822026-08-14T18:58:10.224Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42832026-08-14T18:58:10.324Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42842026-08-14T18:58:10.352Z[ recovery-image] Aug 14 18:58:09.296 INFO O| Aug 14 18:58:09.293 INFO O| Startup: Refreshing catalog 'helios' ... Done
42852026-08-14T18:58:10.449Z[verify-libraries] Compiling stacker v0.1.23
42862026-08-14T18:58:10.529Z[verify-libraries] Compiling psm v0.1.30
42872026-08-14T18:58:10.622Z[verify-libraries] Compiling reedline v0.40.0
42882026-08-14T18:58:10.647Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42892026-08-14T18:58:10.703Z[verify-libraries] Compiling cfg_aliases v0.1.1
42902026-08-14T18:58:10.745Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42912026-08-14T18:58:10.779Z[ recovery-image] Aug 14 18:58:09.723 INFO O| Aug 14 18:58:09.723 INFO O| Startup: Caching catalogs ... Done
42922026-08-14T18:58:10.794Z[ recovery-image] Aug 14 18:58:09.736 INFO O| Aug 14 18:58:09.736 INFO O| Planning: Planning completed in 0.00 seconds
42932026-08-14T18:58:10.794Z[ recovery-image] Aug 14 18:58:09.736 INFO O| Aug 14 18:58:09.736 INFO O| Planning: Consolidating action changes ... Done
42942026-08-14T18:58:10.797Z[ recovery-image] Aug 14 18:58:09.737 INFO O| Aug 14 18:58:09.737 INFO O| Planning: Evaluating mediators ... Done
42952026-08-14T18:58:10.797Z[ recovery-image] Aug 14 18:58:09.737 INFO O| Aug 14 18:58:09.737 INFO O| Planning: Planning completed in 0.00 seconds
42962026-08-14T18:58:10.797Z[ recovery-image] Aug 14 18:58:09.737 INFO O| Aug 14 18:58:09.737 INFO O| Variants/Facets to change: 1
42972026-08-14T18:58:10.801Z[verify-libraries] Compiling derive_more v2.1.1
42982026-08-14T18:58:10.805Z[verify-libraries] Compiling tabled v0.15.0
42992026-08-14T18:58:10.809Z[ recovery-image] Aug 14 18:58:09.750 INFO O| Aug 14 18:58:09.750 INFO O| Finalize: Updating package state database ... Done
43002026-08-14T18:58:10.809Z[ recovery-image] Aug 14 18:58:09.750 INFO O| Aug 14 18:58:09.750 INFO O| Finalize: Updating package cache ... Done
43012026-08-14T18:58:10.878Z[ recovery-image] Aug 14 18:58:09.818 INFO O| Aug 14 18:58:09.818 INFO O| Finalize: Updating image state ... Done
43022026-08-14T18:58:10.881Z[verify-libraries] Compiling nix v0.28.0
43032026-08-14T18:58:10.893Z[ recovery-image] Aug 14 18:58:09.837 INFO O| Aug 14 18:58:09.837 INFO O| Finalize: Creating fast lookup database ... Done
43042026-08-14T18:58:10.897Z[ recovery-image] Aug 14 18:58:09.837 INFO O| Aug 14 18:58:09.837 INFO O| Finalize: Reading search index ... Done
43052026-08-14T18:58:10.897Z[ recovery-image] Aug 14 18:58:09.837 INFO O| Aug 14 18:58:09.837 INFO O| Finalize: Updating search index ... Done
43062026-08-14T18:58:10.897Z[ recovery-image] Aug 14 18:58:09.838 INFO O| Aug 14 18:58:09.838 INFO O| Finalize: Updating package cache ... Done
43072026-08-14T18:58:10.904Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43082026-08-14T18:58:10.933Z[verify-libraries] Compiling crossterm v0.29.0
43092026-08-14T18:58:10.993Z[verify-libraries] Compiling semver v0.1.20
43102026-08-14T18:58:11.043Z[verify-libraries] Compiling termtree v0.5.1
43112026-08-14T18:58:11.099Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43122026-08-14T18:58:11.177Z[verify-libraries] Compiling phf_shared v0.12.1
43132026-08-14T18:58:11.181Z[ recovery-image] Aug 14 18:58:10.121 INFO O| Aug 14 18:58:10.121 INFO STEP 8 (pkg_change_facet) COMPLETE
43142026-08-14T18:58:11.181Z[ recovery-image] Aug 14 18:58:10.121 INFO O| Aug 14 18:58:10.121 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43152026-08-14T18:58:11.219Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43162026-08-14T18:58:11.250Z[verify-libraries] Compiling rustc_version v0.1.7
43172026-08-14T18:58:11.323Z[verify-libraries] Compiling nibble_vec v0.1.0
43182026-08-14T18:58:11.382Z[verify-libraries] Compiling chrono-tz v0.10.4
43192026-08-14T18:58:11.431Z[verify-libraries] Compiling hickory-resolver v0.24.4
43202026-08-14T18:58:11.432Z[verify-libraries] Compiling endian-type v0.1.2
43212026-08-14T18:58:11.505Z[ recovery-image] Aug 14 18:58:10.448 INFO O| Aug 14 18:58:10.448 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43222026-08-14T18:58:11.580Z[verify-libraries] Compiling highway v1.3.0
43232026-08-14T18:58:11.613Z[verify-libraries] Compiling typify v0.6.2
43242026-08-14T18:58:11.617Z[verify-libraries] Compiling newtype_derive v0.1.6
43252026-08-14T18:58:11.702Z[verify-libraries] Compiling radix_trie v0.2.1
43262026-08-14T18:58:11.770Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43272026-08-14T18:58:11.867Z[verify-libraries] Compiling progenitor-impl v0.14.0
43282026-08-14T18:58:11.901Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43292026-08-14T18:58:11.905Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43302026-08-14T18:58:11.963Z[ host-image] Aug 14 18:58:10.906 INFO O| Aug 14 18:58:10.906 INFO O| Download: 23024/23887 items 215.5/222.8MB 96% complete (21.6M/s)
43312026-08-14T18:58:12.036Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43322026-08-14T18:58:12.153Z[verify-libraries] Compiling recursive v0.1.1
43332026-08-14T18:58:12.220Z[verify-libraries] Compiling phf v0.12.1
43342026-08-14T18:58:12.320Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43352026-08-14T18:58:12.351Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43362026-08-14T18:58:12.454Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43372026-08-14T18:58:12.511Z[ host-image] Aug 14 18:58:11.455 INFO O| Aug 14 18:58:11.455 INFO O| Download: Completed 222.83 MB in 10.56 seconds (21.1M/s)
43382026-08-14T18:58:12.634Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43392026-08-14T18:58:12.824Z[verify-libraries] Compiling qorb v0.4.1
43402026-08-14T18:58:13.048Z[ host-image] Aug 14 18:58:11.992 INFO O| Aug 14 18:58:11.991 INFO O| Actions: 1/54180 actions (Installing new actions)
43412026-08-14T18:58:13.196Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43422026-08-14T18:58:13.506Z[verify-libraries] Compiling peg-macros v0.8.5
43432026-08-14T18:58:13.551Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43442026-08-14T18:58:13.640Z[verify-libraries] Compiling csv-core v0.1.13
43452026-08-14T18:58:13.699Z[verify-libraries] Compiling winnow v0.6.26
43462026-08-14T18:58:13.703Z[verify-libraries] Compiling unicode_categories v0.1.1
43472026-08-14T18:58:13.879Z[ recovery-image] Aug 14 18:58:12.822 INFO O| Aug 14 18:58:12.822 INFO O| Startup: Refreshing catalog 'helios' ... Done
43482026-08-14T18:58:13.935Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43492026-08-14T18:58:14.005Z[verify-libraries] Compiling home v0.5.12
43502026-08-14T18:58:14.038Z[verify-libraries] Compiling textwrap v0.16.2
43512026-08-14T18:58:14.063Z[verify-libraries] Compiling csv v1.4.0
43522026-08-14T18:58:14.173Z[verify-libraries] Compiling rustyline v14.0.0
43532026-08-14T18:58:14.216Z[verify-libraries] Compiling const_format v0.2.35
43542026-08-14T18:58:14.278Z[ recovery-image] Aug 14 18:58:13.222 INFO O| Aug 14 18:58:13.222 INFO O| Startup: Caching catalogs ... Done
43552026-08-14T18:58:14.293Z[ recovery-image] Aug 14 18:58:13.236 INFO O| Aug 14 18:58:13.236 INFO O| Planning: Planning completed in 0.00 seconds
43562026-08-14T18:58:14.296Z[ recovery-image] Aug 14 18:58:13.237 INFO O| Aug 14 18:58:13.237 INFO O| Planning: Consolidating action changes ... Done
43572026-08-14T18:58:14.296Z[ recovery-image] Aug 14 18:58:13.237 INFO O| Aug 14 18:58:13.237 INFO O| Planning: Evaluating mediators ... Done
43582026-08-14T18:58:14.296Z[ recovery-image] Aug 14 18:58:13.237 INFO O| Aug 14 18:58:13.237 INFO O| Planning: Planning completed in 0.00 seconds
43592026-08-14T18:58:14.296Z[ recovery-image] Aug 14 18:58:13.238 INFO O| Aug 14 18:58:13.238 INFO O| Variants/Facets to change: 1
43602026-08-14T18:58:14.341Z[ recovery-image] Aug 14 18:58:13.285 INFO O| Aug 14 18:58:13.284 INFO O| Finalize: Updating package state database ... Done
43612026-08-14T18:58:14.341Z[ recovery-image] Aug 14 18:58:13.285 INFO O| Aug 14 18:58:13.284 INFO O| Finalize: Updating package cache ... Done
43622026-08-14T18:58:14.409Z[ recovery-image] Aug 14 18:58:13.352 INFO O| Aug 14 18:58:13.352 INFO O| Finalize: Updating image state ... Done
43632026-08-14T18:58:14.422Z[ recovery-image] Aug 14 18:58:13.366 INFO O| Aug 14 18:58:13.366 INFO O| Finalize: Creating fast lookup database ... Done
43642026-08-14T18:58:14.426Z[ recovery-image] Aug 14 18:58:13.366 INFO O| Aug 14 18:58:13.366 INFO O| Finalize: Reading search index ... Done
43652026-08-14T18:58:14.426Z[ recovery-image] Aug 14 18:58:13.367 INFO O| Aug 14 18:58:13.366 INFO O| Finalize: Updating search index ... Done
43662026-08-14T18:58:14.426Z[ recovery-image] Aug 14 18:58:13.368 INFO O| Aug 14 18:58:13.367 INFO O| Finalize: Updating package cache ... Done
43672026-08-14T18:58:14.488Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43682026-08-14T18:58:14.536Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43692026-08-14T18:58:14.626Z[verify-libraries] Compiling sqlparser v0.61.0
43702026-08-14T18:58:14.668Z[ recovery-image] Aug 14 18:58:13.611 INFO O| Aug 14 18:58:13.611 INFO STEP 9 (pkg_change_facet) COMPLETE
43712026-08-14T18:58:14.668Z[ recovery-image] Aug 14 18:58:13.611 INFO O| Aug 14 18:58:13.611 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43722026-08-14T18:58:14.772Z[verify-libraries] Compiling progenitor-macro v0.14.0
43732026-08-14T18:58:14.836Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43742026-08-14T18:58:14.898Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43752026-08-14T18:58:15.000Z[verify-libraries] Compiling bcs v0.1.6
43762026-08-14T18:58:15.011Z[ recovery-image] Aug 14 18:58:13.948 INFO O| Aug 14 18:58:13.948 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43772026-08-14T18:58:15.061Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43782026-08-14T18:58:15.093Z[verify-libraries] Compiling peg v0.8.5
43792026-08-14T18:58:15.097Z[verify-libraries] Compiling nom v8.0.0
43802026-08-14T18:58:15.205Z[verify-libraries] Compiling sqlformat v0.3.5
43812026-08-14T18:58:15.303Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43822026-08-14T18:58:15.331Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43832026-08-14T18:58:15.446Z[verify-libraries] Compiling steno v0.4.1
43842026-08-14T18:58:15.495Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43852026-08-14T18:58:15.710Z[verify-libraries] Compiling sha1 v0.10.6
43862026-08-14T18:58:15.996Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43872026-08-14T18:58:16.098Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43882026-08-14T18:58:16.226Z[verify-libraries] Compiling tagptr v0.2.0
43892026-08-14T18:58:16.410Z[verify-libraries] Compiling moka v0.12.13
43902026-08-14T18:58:16.446Z[verify-libraries] Compiling utf-8 v0.7.6
43912026-08-14T18:58:16.450Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43922026-08-14T18:58:16.450Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43932026-08-14T18:58:16.563Z[verify-libraries] Compiling libefi-sys v0.1.0
43942026-08-14T18:58:16.566Z[verify-libraries] Compiling bitfield-struct v0.6.2
43952026-08-14T18:58:16.676Z[verify-libraries] Compiling tungstenite v0.21.0
43962026-08-14T18:58:16.710Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
43972026-08-14T18:58:16.925Z[verify-libraries] Compiling libscf-sys v1.2.0
43982026-08-14T18:58:17.003Z[verify-libraries] Compiling xshell-macros v0.2.7
43992026-08-14T18:58:17.046Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44002026-08-14T18:58:17.160Z[verify-libraries] Compiling hickory-resolver v0.25.2
44012026-08-14T18:58:17.164Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44022026-08-14T18:58:17.236Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44032026-08-14T18:58:17.280Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44042026-08-14T18:58:17.430Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44052026-08-14T18:58:17.463Z[ recovery-image] Aug 14 18:58:16.407 INFO O| Aug 14 18:58:16.407 INFO O| Startup: Refreshing catalog 'helios' ... Done
44062026-08-14T18:58:17.499Z[verify-libraries] Compiling papergrid v0.18.0
44072026-08-14T18:58:17.577Z[verify-libraries] Compiling xshell v0.2.7
44082026-08-14T18:58:17.580Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44092026-08-14T18:58:17.580Z[verify-libraries] Compiling sha2 v0.11.0
44102026-08-14T18:58:17.866Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44112026-08-14T18:58:17.870Z[ recovery-image] Aug 14 18:58:16.813 INFO O| Aug 14 18:58:16.813 INFO O| Startup: Caching catalogs ... Done
44122026-08-14T18:58:17.883Z[ recovery-image] Aug 14 18:58:16.827 INFO O| Aug 14 18:58:16.827 INFO O| Planning: Planning completed in 0.00 seconds
44132026-08-14T18:58:17.888Z[ recovery-image] Aug 14 18:58:16.827 INFO O| Aug 14 18:58:16.827 INFO O| Planning: Consolidating action changes ... Done
44142026-08-14T18:58:17.888Z[ recovery-image] Aug 14 18:58:16.827 INFO O| Aug 14 18:58:16.827 INFO O| Planning: Evaluating mediators ... Done
44152026-08-14T18:58:17.888Z[ recovery-image] Aug 14 18:58:16.827 INFO O| Aug 14 18:58:16.827 INFO O| Planning: Planning completed in 0.00 seconds
44162026-08-14T18:58:17.888Z[ recovery-image] Aug 14 18:58:16.828 INFO O| Aug 14 18:58:16.828 INFO O| Variants/Facets to change: 1
44172026-08-14T18:58:17.895Z[ recovery-image] Aug 14 18:58:16.839 INFO O| Aug 14 18:58:16.839 INFO O| Finalize: Updating package state database ... Done
44182026-08-14T18:58:17.895Z[ recovery-image] Aug 14 18:58:16.839 INFO O| Aug 14 18:58:16.839 INFO O| Finalize: Updating package cache ... Done
44192026-08-14T18:58:17.925Z[verify-libraries] Compiling subprocess v0.2.15
44202026-08-14T18:58:17.929Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44212026-08-14T18:58:17.968Z[ recovery-image] Aug 14 18:58:16.910 INFO O| Aug 14 18:58:16.910 INFO O| Finalize: Updating image state ... Done
44222026-08-14T18:58:17.982Z[ recovery-image] Aug 14 18:58:16.925 INFO O| Aug 14 18:58:16.925 INFO O| Finalize: Creating fast lookup database ... Done
44232026-08-14T18:58:17.985Z[ recovery-image] Aug 14 18:58:16.926 INFO O| Aug 14 18:58:16.926 INFO O| Finalize: Reading search index ... Done
44242026-08-14T18:58:17.986Z[ recovery-image] Aug 14 18:58:16.926 INFO O| Aug 14 18:58:16.926 INFO O| Finalize: Updating search index ... Done
44252026-08-14T18:58:17.986Z[ recovery-image] Aug 14 18:58:16.927 INFO O| Aug 14 18:58:16.927 INFO O| Finalize: Updating package cache ... Done
44262026-08-14T18:58:17.989Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44272026-08-14T18:58:18.051Z[ host-image] Aug 14 18:58:16.994 INFO O| Aug 14 18:58:16.994 INFO O| Actions: 23675/54180 actions (Installing new actions)
44282026-08-14T18:58:18.140Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44292026-08-14T18:58:18.270Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44302026-08-14T18:58:18.296Z[ recovery-image] Aug 14 18:58:17.240 INFO O| Aug 14 18:58:17.239 INFO STEP 10 (pkg_change_facet) COMPLETE
44312026-08-14T18:58:18.296Z[ recovery-image] Aug 14 18:58:17.240 INFO O| Aug 14 18:58:17.240 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44322026-08-14T18:58:18.306Z[ recovery-image] Aug 14 18:58:17.249 INFO O| Aug 14 18:58:17.249 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"]
44332026-08-14T18:58:18.438Z[verify-libraries] Compiling headers-core v0.3.0
44342026-08-14T18:58:18.541Z[verify-libraries] Compiling tabled v0.21.0
44352026-08-14T18:58:18.629Z[verify-libraries] Compiling unicase v2.9.0
44362026-08-14T18:58:18.704Z[verify-libraries] Compiling headers v0.4.1
44372026-08-14T18:58:18.826Z[verify-libraries] Compiling darling_core v0.21.3
44382026-08-14T18:58:18.968Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44392026-08-14T18:58:19.187Z[verify-libraries] Compiling crc8 v0.1.1
44402026-08-14T18:58:19.360Z[verify-libraries] Compiling maplit v1.0.2
44412026-08-14T18:58:19.400Z[verify-libraries] Compiling yasna v0.5.2
44422026-08-14T18:58:19.563Z[verify-libraries] Compiling vergen-lib v0.1.6
44432026-08-14T18:58:19.677Z[verify-libraries] Compiling diesel_derives v2.3.7
44442026-08-14T18:58:19.738Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44452026-08-14T18:58:19.796Z[verify-libraries] Compiling port-file v0.1.0
44462026-08-14T18:58:19.972Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44472026-08-14T18:58:20.144Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44482026-08-14T18:58:20.168Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44492026-08-14T18:58:20.224Z[verify-libraries] Compiling rcgen v0.12.1
44502026-08-14T18:58:20.277Z[verify-libraries] Compiling half v1.8.3
44512026-08-14T18:58:20.483Z[verify-libraries] Compiling r2d2 v0.8.10
44522026-08-14T18:58:20.526Z[ recovery-image] Aug 14 18:58:19.469 INFO O| Aug 14 18:58:19.469 INFO O| Startup: Refreshing catalog 'helios' ... Done
44532026-08-14T18:58:20.598Z[verify-libraries] Compiling serde_cbor v0.11.2
44542026-08-14T18:58:20.652Z[verify-libraries] Compiling progenitor v0.14.0
44552026-08-14T18:58:20.704Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44562026-08-14T18:58:20.806Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44572026-08-14T18:58:20.896Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44582026-08-14T18:58:20.896Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44592026-08-14T18:58:20.948Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44602026-08-14T18:58:20.952Z[ recovery-image] Aug 14 18:58:19.894 INFO O| Aug 14 18:58:19.894 INFO O| Startup: Caching catalogs ... Done
44612026-08-14T18:58:21.156Z[verify-libraries] Compiling crunchy v0.2.4
44622026-08-14T18:58:21.215Z[verify-libraries] Compiling downcast-rs v2.0.2
44632026-08-14T18:58:21.245Z[ host-image] Aug 14 18:58:20.189 INFO O| Aug 14 18:58:20.189 INFO O| Actions: Completed 54180 actions in 8.19 seconds.
44642026-08-14T18:58:21.273Z[verify-libraries] Compiling cpubits v0.1.1
44652026-08-14T18:58:21.346Z[ host-image] Aug 14 18:58:20.290 INFO O| Aug 14 18:58:20.290 INFO O| Finalize: Updating package state database ... Done
44662026-08-14T18:58:21.346Z[ host-image] Aug 14 18:58:20.290 INFO O| Aug 14 18:58:20.290 INFO O| Finalize: Updating package cache ... Done
44672026-08-14T18:58:21.356Z[verify-libraries] Compiling dirs-next v2.0.0
44682026-08-14T18:58:21.456Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44692026-08-14T18:58:21.474Z[ host-image] Aug 14 18:58:20.418 INFO O| Aug 14 18:58:20.418 INFO O| Finalize: Updating image state ... Done
44702026-08-14T18:58:21.569Z[verify-libraries] Compiling clang-sys v1.8.1
44712026-08-14T18:58:21.572Z[verify-libraries] Compiling tiny-keccak v2.0.2
44722026-08-14T18:58:21.787Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44732026-08-14T18:58:21.787Z[verify-libraries] Compiling darling_macro v0.21.3
44742026-08-14T18:58:21.878Z[verify-libraries] Compiling term v0.7.0
44752026-08-14T18:58:21.920Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44762026-08-14T18:58:22.012Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44772026-08-14T18:58:22.124Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44782026-08-14T18:58:22.163Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44792026-08-14T18:58:22.190Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44802026-08-14T18:58:22.263Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44812026-08-14T18:58:22.322Z[verify-libraries] Compiling diff v0.1.13
44822026-08-14T18:58:22.322Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44832026-08-14T18:58:22.408Z[verify-libraries] Compiling darling v0.21.3
44842026-08-14T18:58:22.461Z[verify-libraries] Compiling bit-vec v0.6.3
44852026-08-14T18:58:22.566Z[verify-libraries] Compiling ascii-canvas v3.0.0
44862026-08-14T18:58:22.573Z[ host-image] Aug 14 18:58:21.517 INFO O| Aug 14 18:58:21.517 INFO O| Finalize: Creating fast lookup database ... Done
44872026-08-14T18:58:22.602Z[ host-image] Aug 14 18:58:21.546 INFO O| Aug 14 18:58:21.546 INFO O| Finalize: Reading search index ... Done
44882026-08-14T18:58:22.640Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44892026-08-14T18:58:22.643Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44902026-08-14T18:58:22.760Z[verify-libraries] Compiling bit-set v0.5.3
44912026-08-14T18:58:22.812Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44922026-08-14T18:58:22.883Z[verify-libraries] Compiling itertools v0.10.5
44932026-08-14T18:58:22.986Z[verify-libraries] Compiling ena v0.14.4
44942026-08-14T18:58:22.996Z[ recovery-image] Aug 14 18:58:21.939 INFO O| Aug 14 18:58:21.939 INFO O| Planning: Solver setup ... Done
44952026-08-14T18:58:23.058Z[verify-libraries] Compiling libloading v0.8.9
44962026-08-14T18:58:23.061Z[verify-libraries] Compiling regex-syntax v0.6.29
44972026-08-14T18:58:23.174Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44982026-08-14T18:58:23.218Z[ recovery-image] Aug 14 18:58:22.162 INFO O| Aug 14 18:58:22.162 INFO O| Planning: Running solver ... Done
44992026-08-14T18:58:23.222Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45002026-08-14T18:58:23.255Z[verify-libraries] Compiling bindgen v0.71.1
45012026-08-14T18:58:23.266Z[ recovery-image] Aug 14 18:58:22.210 INFO O| Aug 14 18:58:22.209 INFO O| Planning: Finding local manifests ... Done
45022026-08-14T18:58:23.300Z[ recovery-image] Aug 14 18:58:22.244 INFO O| Aug 14 18:58:22.244 INFO O| Planning: Fetching manifests: 0/130 0% complete
45032026-08-14T18:58:23.512Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45042026-08-14T18:58:23.540Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45052026-08-14T18:58:23.622Z[verify-libraries] Compiling cexpr v0.6.0
45062026-08-14T18:58:23.701Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45072026-08-14T18:58:23.794Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45082026-08-14T18:58:23.826Z[verify-libraries] Compiling rustc-hash v2.1.1
45092026-08-14T18:58:24.093Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45102026-08-14T18:58:24.125Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45112026-08-14T18:58:24.186Z[verify-libraries] Compiling libxml v0.3.3
45122026-08-14T18:58:24.253Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-08-14T18:58:24.373Z[verify-libraries] Compiling strum_macros v0.24.3
45142026-08-14T18:58:24.417Z[verify-libraries] Compiling hmac v0.13.0
45152026-08-14T18:58:24.545Z[verify-libraries] Compiling universal-hash v0.6.1
45162026-08-14T18:58:24.568Z[verify-libraries] Compiling lalrpop v0.19.12
45172026-08-14T18:58:24.627Z[verify-libraries] Compiling fxhash v0.2.1
45182026-08-14T18:58:24.714Z[verify-libraries] Compiling indoc v1.0.9
45192026-08-14T18:58:25.357Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45202026-08-14T18:58:25.411Z[ host-image] Aug 14 18:58:24.354 INFO O| Aug 14 18:58:24.354 INFO O| Finalize: Building new search index ... Done
45212026-08-14T18:58:25.431Z[verify-libraries] Compiling progenitor-impl v0.13.0
45222026-08-14T18:58:25.851Z[ host-image] Aug 14 18:58:24.793 INFO O| Aug 14 18:58:24.793 INFO O| Finalize: Updating package cache ... Done
45232026-08-14T18:58:25.917Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45242026-08-14T18:58:25.949Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45252026-08-14T18:58:25.995Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45262026-08-14T18:58:26.160Z[ host-image] Aug 14 18:58:25.104 INFO O| Aug 14 18:58:25.104 INFO STEP 11 (pkg_install) COMPLETE
45272026-08-14T18:58:26.165Z[ host-image] Aug 14 18:58:25.104 INFO O| Aug 14 18:58:25.104 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45282026-08-14T18:58:26.171Z[ host-image] Aug 14 18:58:25.115 INFO O| Aug 14 18:58:25.115 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"]
45292026-08-14T18:58:26.319Z[verify-libraries] Compiling oso-derive v0.27.3
45302026-08-14T18:58:26.724Z[verify-libraries] Compiling quick-xml v0.37.5
45312026-08-14T18:58:26.893Z[ recovery-image] Aug 14 18:58:25.836 INFO O| Aug 14 18:58:25.836 INFO O| Planning: Fetching manifests: 130/130 100% complete
45322026-08-14T18:58:26.933Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45332026-08-14T18:58:27.269Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45342026-08-14T18:58:27.328Z[ recovery-image] Aug 14 18:58:26.271 INFO O| Aug 14 18:58:26.271 INFO O| Planning: Package planning ... Done
45352026-08-14T18:58:27.479Z[ recovery-image] Aug 14 18:58:26.422 INFO O| Aug 14 18:58:26.422 INFO O| Planning: Merging actions ... Done
45362026-08-14T18:58:27.549Z[ recovery-image] Aug 14 18:58:26.492 INFO O| Aug 14 18:58:26.492 INFO O| Planning: Checking for conflicting actions ... Done
45372026-08-14T18:58:27.606Z[ recovery-image] Aug 14 18:58:26.549 INFO O| Aug 14 18:58:26.549 INFO O| Planning: Consolidating action changes ... Done
45382026-08-14T18:58:27.687Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45392026-08-14T18:58:27.740Z[ recovery-image] Aug 14 18:58:26.683 INFO O| Aug 14 18:58:26.683 INFO O| Planning: Evaluating mediators ... Done
45402026-08-14T18:58:27.921Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45412026-08-14T18:58:28.340Z[verify-libraries] Compiling openssl-probe v0.1.6
45422026-08-14T18:58:28.529Z[verify-libraries] Compiling progenitor-macro v0.13.0
45432026-08-14T18:58:28.674Z[ host-image] Aug 14 18:58:27.615 INFO O| Aug 14 18:58:27.615 INFO O| Startup: Refreshing catalog 'helios' ... Done
45442026-08-14T18:58:28.799Z[verify-libraries] Compiling polyval v0.7.1
45452026-08-14T18:58:29.177Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45462026-08-14T18:58:29.185Z[ host-image] Aug 14 18:58:28.129 INFO O| Aug 14 18:58:28.129 INFO O| Startup: Caching catalogs ... Done
45472026-08-14T18:58:29.396Z[verify-libraries] Compiling diesel v2.3.7
45482026-08-14T18:58:29.475Z[ recovery-image] Aug 14 18:58:28.419 INFO O| Aug 14 18:58:28.418 INFO O| Planning: Planning completed in 8.51 seconds
45492026-08-14T18:58:29.479Z[ recovery-image] Aug 14 18:58:28.421 INFO O| Aug 14 18:58:28.421 INFO O| Packages to install: 130
45502026-08-14T18:58:29.479Z[ recovery-image] Aug 14 18:58:28.421 INFO O| Aug 14 18:58:28.421 INFO O| Mediators to change: 5
45512026-08-14T18:58:29.479Z[ recovery-image] Aug 14 18:58:28.421 INFO O| Aug 14 18:58:28.421 INFO O| Services to change: 5
45522026-08-14T18:58:29.508Z[ recovery-image] Aug 14 18:58:28.451 INFO O| Aug 14 18:58:28.451 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45532026-08-14T18:58:29.553Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45542026-08-14T18:58:29.757Z[ host-image] Aug 14 18:58:28.700 INFO O| Aug 14 18:58:28.700 INFO O| Planning: Solver setup ... Done
45552026-08-14T18:58:29.762Z[ host-image] Aug 14 18:58:28.705 INFO O| Aug 14 18:58:28.705 INFO O| Planning: Running solver ... Done
45562026-08-14T18:58:29.776Z[ host-image] Aug 14 18:58:28.719 INFO O| Aug 14 18:58:28.719 INFO O| Planning: Finding local manifests ... Done
45572026-08-14T18:58:29.818Z[ host-image] Aug 14 18:58:28.762 INFO O| Aug 14 18:58:28.762 INFO O| Planning: Fetching manifests: 0/6 0% complete
45582026-08-14T18:58:29.941Z[ host-image] Aug 14 18:58:28.885 INFO O| Aug 14 18:58:28.885 INFO O| Planning: Fetching manifests: 6/6 100% complete
45592026-08-14T18:58:29.974Z[ host-image] Aug 14 18:58:28.917 INFO O| Aug 14 18:58:28.917 INFO O| Planning: Package planning ... Done
45602026-08-14T18:58:29.978Z[ host-image] Aug 14 18:58:28.919 INFO O| Aug 14 18:58:28.919 INFO O| Planning: Merging actions ... Done
45612026-08-14T18:58:30.038Z[verify-libraries] Compiling der v0.8.0
45622026-08-14T18:58:30.163Z[ host-image] Aug 14 18:58:29.107 INFO O| Aug 14 18:58:29.106 INFO O| Planning: Checking for conflicting actions ... Done
45632026-08-14T18:58:30.168Z[ host-image] Aug 14 18:58:29.108 INFO O| Aug 14 18:58:29.108 INFO O| Planning: Consolidating action changes ... Done
45642026-08-14T18:58:30.210Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45652026-08-14T18:58:30.311Z[ host-image] Aug 14 18:58:29.255 INFO O| Aug 14 18:58:29.254 INFO O| Planning: Evaluating mediators ... Done
45662026-08-14T18:58:30.315Z[ host-image] Aug 14 18:58:29.256 INFO O| Aug 14 18:58:29.256 INFO O| Planning: Planning completed in 1.11 seconds
45672026-08-14T18:58:30.315Z[ host-image] Aug 14 18:58:29.257 INFO O| Aug 14 18:58:29.257 INFO O| Packages to install: 6
45682026-08-14T18:58:30.315Z[ host-image] Aug 14 18:58:29.257 INFO O| Aug 14 18:58:29.257 INFO O| Services to change: 2
45692026-08-14T18:58:30.324Z[ host-image] Aug 14 18:58:29.268 INFO O| Aug 14 18:58:29.268 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45702026-08-14T18:58:30.338Z[verify-libraries] Compiling progenitor-client v0.13.0
45712026-08-14T18:58:30.613Z[ host-image] Aug 14 18:58:29.556 INFO O| Aug 14 18:58:29.556 INFO O| Download: Completed 1.75 MB in 0.29 seconds (6.0M/s)
45722026-08-14T18:58:30.619Z[verify-libraries] Compiling git-stub v1.0.0
45732026-08-14T18:58:30.652Z[ host-image] Aug 14 18:58:29.596 INFO O| Aug 14 18:58:29.596 INFO O| Actions: 1/390 actions (Installing new actions)
45742026-08-14T18:58:30.742Z[verify-libraries] Compiling kstat-rs v0.2.5
45752026-08-14T18:58:30.801Z[ host-image] Aug 14 18:58:29.744 INFO O| Aug 14 18:58:29.744 INFO O| Actions: Completed 390 actions in 0.15 seconds.
45762026-08-14T18:58:30.845Z[ host-image] Aug 14 18:58:29.789 INFO O| Aug 14 18:58:29.789 INFO O| Finalize: Updating package state database ... Done
45772026-08-14T18:58:30.845Z[ host-image] Aug 14 18:58:29.789 INFO O| Aug 14 18:58:29.789 INFO O| Finalize: Updating package cache ... Done
45782026-08-14T18:58:30.950Z[ host-image] Aug 14 18:58:29.894 INFO O| Aug 14 18:58:29.894 INFO O| Finalize: Updating image state ... Done
45792026-08-14T18:58:31.000Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45802026-08-14T18:58:31.127Z[verify-libraries] Compiling trait-variant v0.1.2
45812026-08-14T18:58:31.174Z[verify-libraries] Compiling salty v0.3.0
45822026-08-14T18:58:31.386Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45832026-08-14T18:58:31.468Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45842026-08-14T18:58:31.504Z[verify-libraries] Compiling ghash v0.6.0
45852026-08-14T18:58:31.605Z[verify-libraries] Compiling pbkdf2 v0.13.0
45862026-08-14T18:58:31.694Z[verify-libraries] Compiling aes v0.9.1
45872026-08-14T18:58:31.808Z[verify-libraries] Compiling crypto-bigint v0.7.5
45882026-08-14T18:58:31.844Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45892026-08-14T18:58:31.907Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45902026-08-14T18:58:31.954Z[ host-image] Aug 14 18:58:30.897 INFO O| Aug 14 18:58:30.897 INFO O| Finalize: Creating fast lookup database ... Done
45912026-08-14T18:58:31.983Z[ host-image] Aug 14 18:58:30.927 INFO O| Aug 14 18:58:30.926 INFO O| Finalize: Reading search index ... Done
45922026-08-14T18:58:31.983Z[ host-image] Aug 14 18:58:30.927 INFO O| Aug 14 18:58:30.927 INFO O| Finalize: Updating search index ... Done
45932026-08-14T18:58:31.998Z[ host-image] Aug 14 18:58:30.942 INFO O| Aug 14 18:58:30.942 INFO O| Finalize: Updating package cache ... Done
45942026-08-14T18:58:32.271Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45952026-08-14T18:58:32.337Z[ host-image] Aug 14 18:58:31.280 INFO O| Aug 14 18:58:31.280 INFO STEP 12 (pkg_install) COMPLETE
45962026-08-14T18:58:32.337Z[ host-image] Aug 14 18:58:31.280 INFO O| Aug 14 18:58:31.280 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45972026-08-14T18:58:32.347Z[ host-image] Aug 14 18:58:31.291 INFO O| Aug 14 18:58:31.291 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45982026-08-14T18:58:32.409Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45992026-08-14T18:58:32.454Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46002026-08-14T18:58:32.560Z[verify-libraries] Compiling ctr v0.10.1
46012026-08-14T18:58:32.748Z[verify-libraries] Compiling bb8 v0.8.6
46022026-08-14T18:58:32.912Z[verify-libraries] Compiling aead v0.6.1
46032026-08-14T18:58:32.966Z[verify-libraries] Compiling parking_lot_core v0.8.6
46042026-08-14T18:58:33.025Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46052026-08-14T18:58:33.133Z[verify-libraries] Compiling aes-gcm v0.11.0
46062026-08-14T18:58:33.298Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46072026-08-14T18:58:33.438Z[verify-libraries] Compiling spki v0.8.0
46082026-08-14T18:58:33.497Z[verify-libraries] Compiling mime_guess v2.0.5
46092026-08-14T18:58:33.542Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46102026-08-14T18:58:33.731Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46112026-08-14T18:58:33.735Z[verify-libraries] Compiling rfc6979 v0.4.0
46122026-08-14T18:58:33.799Z[verify-libraries] Compiling salsa20 v0.11.0
46132026-08-14T18:58:33.859Z[verify-libraries] Compiling nanorand v0.7.0
46142026-08-14T18:58:33.917Z[verify-libraries] Compiling ecdsa v0.16.9
46152026-08-14T18:58:34.039Z[verify-libraries] Compiling scrypt v0.12.0
46162026-08-14T18:58:34.174Z[verify-libraries] Compiling progenitor v0.13.0
46172026-08-14T18:58:34.211Z[verify-libraries] Compiling flume v0.11.1
46182026-08-14T18:58:34.275Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46192026-08-14T18:58:34.384Z[verify-libraries] Compiling primeorder v0.13.6
46202026-08-14T18:58:34.437Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46212026-08-14T18:58:34.437Z[verify-libraries] Compiling cbc v0.2.1
46222026-08-14T18:58:34.526Z[ recovery-image] Aug 14 18:58:33.468 INFO O| Aug 14 18:58:33.468 INFO O| Download: 6703/16682 items 71.6/200.0MB 35% complete (15.3M/s)
46232026-08-14T18:58:34.545Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46242026-08-14T18:58:34.614Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46252026-08-14T18:58:34.664Z[verify-libraries] Compiling http-range v0.1.5
46262026-08-14T18:58:34.716Z[verify-libraries] Compiling nonempty v0.12.0
46272026-08-14T18:58:34.739Z[verify-libraries] Compiling pkcs5 v0.8.1
46282026-08-14T18:58:34.958Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46292026-08-14T18:58:34.965Z[ host-image] Aug 14 18:58:33.909 INFO O| Aug 14 18:58:33.908 INFO O| Startup: Refreshing catalog 'helios' ... Done
46302026-08-14T18:58:35.004Z[verify-libraries] Compiling p384 v0.13.1
46312026-08-14T18:58:35.047Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46322026-08-14T18:58:35.120Z[verify-libraries] Compiling parking_lot v0.11.2
46332026-08-14T18:58:35.403Z[ host-image] Aug 14 18:58:34.346 INFO O| Aug 14 18:58:34.346 INFO O| Startup: Caching catalogs ... Done
46342026-08-14T18:58:35.452Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46352026-08-14T18:58:35.654Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46362026-08-14T18:58:35.698Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46372026-08-14T18:58:35.741Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46382026-08-14T18:58:35.816Z[verify-libraries] Compiling prefix-trie v0.7.0
46392026-08-14T18:58:35.834Z[ host-image] Aug 14 18:58:34.778 INFO O| Aug 14 18:58:34.778 INFO O| Planning: Solver setup ... Done
46402026-08-14T18:58:35.840Z[ host-image] Aug 14 18:58:34.783 INFO O| Aug 14 18:58:34.783 INFO O| Planning: Running solver ... Done
46412026-08-14T18:58:35.853Z[ host-image] Aug 14 18:58:34.796 INFO O| Aug 14 18:58:34.796 INFO O| Planning: Finding local manifests ... Done
46422026-08-14T18:58:35.875Z[ host-image] Aug 14 18:58:34.818 INFO O| Aug 14 18:58:34.818 INFO O| Planning: Fetching manifests: 0/6 0% complete
46432026-08-14T18:58:35.932Z[verify-libraries] Compiling digest-io v0.1.0
46442026-08-14T18:58:35.957Z[ host-image] Aug 14 18:58:34.901 INFO O| Aug 14 18:58:34.900 INFO O| Planning: Fetching manifests: 6/6 100% complete
46452026-08-14T18:58:35.997Z[ host-image] Aug 14 18:58:34.940 INFO O| Aug 14 18:58:34.940 INFO O| Planning: Package planning ... Done
46462026-08-14T18:58:36.015Z[ host-image] Aug 14 18:58:34.958 INFO O| Aug 14 18:58:34.958 INFO O| Planning: Merging actions ... Done
46472026-08-14T18:58:36.113Z[verify-libraries] Compiling rawzip v0.4.4
46482026-08-14T18:58:36.181Z[ host-image] Aug 14 18:58:35.124 INFO O| Aug 14 18:58:35.124 INFO O| Planning: Checking for conflicting actions ... Done
46492026-08-14T18:58:36.185Z[ host-image] Aug 14 18:58:35.127 INFO O| Aug 14 18:58:35.127 INFO O| Planning: Consolidating action changes ... Done
46502026-08-14T18:58:36.213Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46512026-08-14T18:58:36.323Z[ host-image] Aug 14 18:58:35.266 INFO O| Aug 14 18:58:35.266 INFO O| Planning: Evaluating mediators ... Done
46522026-08-14T18:58:36.327Z[ host-image] Aug 14 18:58:35.269 INFO O| Aug 14 18:58:35.269 INFO O| Planning: Planning completed in 0.88 seconds
46532026-08-14T18:58:36.327Z[ host-image] Aug 14 18:58:35.270 INFO O| Aug 14 18:58:35.270 INFO O| Packages to install: 6
46542026-08-14T18:58:36.327Z[ host-image] Aug 14 18:58:35.270 INFO O| Aug 14 18:58:35.270 INFO O| Mediators to change: 1
46552026-08-14T18:58:36.327Z[ host-image] Aug 14 18:58:35.270 INFO O| Aug 14 18:58:35.270 INFO O| Services to change: 1
46562026-08-14T18:58:36.338Z[ host-image] Aug 14 18:58:35.281 INFO O| Aug 14 18:58:35.281 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46572026-08-14T18:58:36.342Z[verify-libraries] Compiling hickory-server v0.25.2
46582026-08-14T18:58:36.627Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46592026-08-14T18:58:36.817Z[verify-libraries] Compiling sled v0.34.7
46602026-08-14T18:58:36.874Z[verify-libraries] Compiling pkcs8 v0.11.0
46612026-08-14T18:58:37.075Z[ host-image] Aug 14 18:58:36.018 INFO O| Aug 14 18:58:36.018 INFO O| Download: Completed 7.84 MB in 0.74 seconds (10.6M/s)
46622026-08-14T18:58:37.125Z[ host-image] Aug 14 18:58:36.068 INFO O| Aug 14 18:58:36.068 INFO O| Actions: 1/1366 actions (Installing new actions)
46632026-08-14T18:58:37.209Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46642026-08-14T18:58:37.234Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46652026-08-14T18:58:37.348Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46662026-08-14T18:58:37.376Z[ host-image] Aug 14 18:58:36.319 INFO O| Aug 14 18:58:36.319 INFO O| Actions: Completed 1366 actions in 0.25 seconds.
46672026-08-14T18:58:37.411Z[ host-image] Aug 14 18:58:36.355 INFO O| Aug 14 18:58:36.355 INFO O| Finalize: Updating package state database ... Done
46682026-08-14T18:58:37.411Z[ host-image] Aug 14 18:58:36.355 INFO O| Aug 14 18:58:36.355 INFO O| Finalize: Updating package cache ... Done
46692026-08-14T18:58:37.501Z[ host-image] Aug 14 18:58:36.444 INFO O| Aug 14 18:58:36.444 INFO O| Finalize: Updating image state ... Done
46702026-08-14T18:58:37.790Z[verify-libraries] Compiling ignore v0.4.25
46712026-08-14T18:58:37.900Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46722026-08-14T18:58:37.933Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46732026-08-14T18:58:37.983Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46742026-08-14T18:58:38.237Z[verify-libraries] Compiling ff v0.14.0
46752026-08-14T18:58:38.359Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46762026-08-14T18:58:38.421Z[verify-libraries] Compiling corncobs v0.1.4
46772026-08-14T18:58:38.527Z[verify-libraries] Compiling globwalk v0.9.1
46782026-08-14T18:58:38.531Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46792026-08-14T18:58:38.572Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46802026-08-14T18:58:38.681Z[ host-image] Aug 14 18:58:37.625 INFO O| Aug 14 18:58:37.625 INFO O| Finalize: Creating fast lookup database ... Done
46812026-08-14T18:58:38.685Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46822026-08-14T18:58:38.713Z[ host-image] Aug 14 18:58:37.657 INFO O| Aug 14 18:58:37.656 INFO O| Finalize: Reading search index ... Done
46832026-08-14T18:58:38.716Z[ host-image] Aug 14 18:58:37.657 INFO O| Aug 14 18:58:37.657 INFO O| Finalize: Updating search index ... Done
46842026-08-14T18:58:38.737Z[verify-libraries] Compiling predicates-tree v1.0.13
46852026-08-14T18:58:38.750Z[ host-image] Aug 14 18:58:37.693 INFO O| Aug 14 18:58:37.693 INFO O| Finalize: Updating package cache ... Done
46862026-08-14T18:58:39.015Z[ host-image] Aug 14 18:58:37.958 INFO O| Aug 14 18:58:37.958 INFO STEP 13 (pkg_install) COMPLETE
46872026-08-14T18:58:39.015Z[ host-image] Aug 14 18:58:37.959 INFO O| Aug 14 18:58:37.958 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46882026-08-14T18:58:39.025Z[ host-image] Aug 14 18:58:37.968 INFO O| Aug 14 18:58:37.968 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
46892026-08-14T18:58:39.061Z[verify-libraries] Compiling libz-sys v1.1.24
46902026-08-14T18:58:39.156Z[verify-libraries] Compiling rand_seeder v0.4.0
46912026-08-14T18:58:39.284Z[verify-libraries] Compiling secrecy v0.8.0
46922026-08-14T18:58:39.475Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46932026-08-14T18:58:39.526Z[ recovery-image] Aug 14 18:58:38.468 INFO O| Aug 14 18:58:38.468 INFO O| Download: 15320/16682 items 161.9/200.0MB 80% complete (16.7M/s)
46942026-08-14T18:58:39.530Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46952026-08-14T18:58:39.800Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46962026-08-14T18:58:39.845Z[verify-libraries] Compiling group v0.14.0
46972026-08-14T18:58:39.879Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46982026-08-14T18:58:39.999Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46992026-08-14T18:58:40.093Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47002026-08-14T18:58:40.163Z[verify-libraries] Compiling signature v3.0.0
47012026-08-14T18:58:40.306Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47022026-08-14T18:58:40.455Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47032026-08-14T18:58:40.503Z[verify-libraries] Compiling base16ct v1.0.0
47042026-08-14T18:58:40.634Z[verify-libraries] Compiling instability v0.3.11
47052026-08-14T18:58:40.801Z[verify-libraries] Compiling sec1 v0.8.1
47062026-08-14T18:58:40.860Z[ recovery-image] Aug 14 18:58:39.803 INFO O| Aug 14 18:58:39.803 INFO O| Download: Completed 200.00 MB in 11.35 seconds (17.6M/s)
47072026-08-14T18:58:40.971Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47082026-08-14T18:58:40.975Z[ host-image] Aug 14 18:58:39.917 INFO O| Aug 14 18:58:39.917 INFO O| Startup: Refreshing catalog 'helios' ... Done
47092026-08-14T18:58:41.001Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47102026-08-14T18:58:41.073Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47112026-08-14T18:58:41.119Z[ recovery-image] Aug 14 18:58:40.062 INFO O| Aug 14 18:58:40.062 INFO O| Actions: 1/27580 actions (Installing new actions)
47122026-08-14T18:58:41.208Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47132026-08-14T18:58:41.208Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47142026-08-14T18:58:41.307Z[verify-libraries] Compiling hkdf v0.13.0
47152026-08-14T18:58:41.371Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47162026-08-14T18:58:41.474Z[ host-image] Aug 14 18:58:40.417 INFO O| Aug 14 18:58:40.417 INFO O| Startup: Caching catalogs ... Done
47172026-08-14T18:58:41.491Z[verify-libraries] Compiling scuffle v0.1.0
47182026-08-14T18:58:41.604Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47192026-08-14T18:58:41.689Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47202026-08-14T18:58:41.878Z[ host-image] Aug 14 18:58:40.822 INFO O| Aug 14 18:58:40.821 INFO O| Planning: Solver setup ... Done
47212026-08-14T18:58:41.883Z[ host-image] Aug 14 18:58:40.827 INFO O| Aug 14 18:58:40.827 INFO O| Planning: Running solver ... Done
47222026-08-14T18:58:41.897Z[ host-image] Aug 14 18:58:40.841 INFO O| Aug 14 18:58:40.841 INFO O| Planning: Finding local manifests ... Done
47232026-08-14T18:58:41.916Z[ host-image] Aug 14 18:58:40.859 INFO O| Aug 14 18:58:40.859 INFO O| Planning: Fetching manifests: 0/1 0% complete
47242026-08-14T18:58:41.921Z[ host-image] Aug 14 18:58:40.865 INFO O| Aug 14 18:58:40.865 INFO O| Planning: Fetching manifests: 1/1 100% complete
47252026-08-14T18:58:41.938Z[ host-image] Aug 14 18:58:40.882 INFO O| Aug 14 18:58:40.882 INFO O| Planning: Package planning ... Done
47262026-08-14T18:58:41.938Z[ host-image] Aug 14 18:58:40.882 INFO O| Aug 14 18:58:40.882 INFO O| Planning: Merging actions ... Done
47272026-08-14T18:58:42.020Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47282026-08-14T18:58:42.079Z[ host-image] Aug 14 18:58:41.022 INFO O| Aug 14 18:58:41.022 INFO O| Planning: Checking for conflicting actions ... Done
47292026-08-14T18:58:42.082Z[ host-image] Aug 14 18:58:41.023 INFO O| Aug 14 18:58:41.022 INFO O| Planning: Consolidating action changes ... Done
47302026-08-14T18:58:42.099Z[verify-libraries] Compiling castaway v0.2.4
47312026-08-14T18:58:42.126Z[verify-libraries] Compiling indoc v2.0.7
47322026-08-14T18:58:42.254Z[ host-image] Aug 14 18:58:41.195 INFO O| Aug 14 18:58:41.195 INFO O| Planning: Evaluating mediators ... Done
47332026-08-14T18:58:42.268Z[ host-image] Aug 14 18:58:41.212 INFO O| Aug 14 18:58:41.212 INFO O| Planning: Planning completed in 0.78 seconds
47342026-08-14T18:58:42.272Z[ host-image] Aug 14 18:58:41.212 INFO O| Aug 14 18:58:41.212 INFO O| Packages to install: 1
47352026-08-14T18:58:42.283Z[ host-image] Aug 14 18:58:41.227 INFO O| Aug 14 18:58:41.227 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47362026-08-14T18:58:42.335Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47372026-08-14T18:58:42.599Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47382026-08-14T18:58:42.620Z[ host-image] Aug 14 18:58:41.563 INFO O| Aug 14 18:58:41.563 INFO O| Download: Completed 13.27 MB in 0.34 seconds (39.5M/s)
47392026-08-14T18:58:42.718Z[verify-libraries] Compiling compact_str v0.8.1
47402026-08-14T18:58:42.786Z[ host-image] Aug 14 18:58:41.729 INFO O| Aug 14 18:58:41.729 INFO O| Actions: 1/22 actions (Installing new actions)
47412026-08-14T18:58:42.924Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47422026-08-14T18:58:43.013Z[ host-image] Aug 14 18:58:41.956 INFO O| Aug 14 18:58:41.956 INFO O| Actions: Completed 22 actions in 0.23 seconds.
47432026-08-14T18:58:43.046Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47442026-08-14T18:58:43.050Z[ host-image] Aug 14 18:58:41.994 INFO O| Aug 14 18:58:41.994 INFO O| Finalize: Updating package state database ... Done
47452026-08-14T18:58:43.051Z[ host-image] Aug 14 18:58:41.994 INFO O| Aug 14 18:58:41.994 INFO O| Finalize: Updating package cache ... Done
47462026-08-14T18:58:43.091Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47472026-08-14T18:58:43.130Z[ host-image] Aug 14 18:58:42.074 INFO O| Aug 14 18:58:42.074 INFO O| Finalize: Updating image state ... Done
47482026-08-14T18:58:43.452Z[verify-libraries] Compiling elliptic-curve v0.14.1
47492026-08-14T18:58:43.689Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47502026-08-14T18:58:43.724Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47512026-08-14T18:58:43.973Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47522026-08-14T18:58:44.046Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47532026-08-14T18:58:44.104Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47542026-08-14T18:58:44.163Z[ host-image] Aug 14 18:58:43.107 INFO O| Aug 14 18:58:43.107 INFO O| Finalize: Creating fast lookup database ... Done
47552026-08-14T18:58:44.193Z[ host-image] Aug 14 18:58:43.136 INFO O| Aug 14 18:58:43.135 INFO O| Finalize: Reading search index ... Done
47562026-08-14T18:58:44.193Z[ host-image] Aug 14 18:58:43.136 INFO O| Aug 14 18:58:43.135 INFO O| Finalize: Updating search index ... Done
47572026-08-14T18:58:44.203Z[ host-image] Aug 14 18:58:43.146 INFO O| Aug 14 18:58:43.146 INFO O| Finalize: Updating package cache ... Done
47582026-08-14T18:58:44.227Z[verify-libraries] Compiling unicode-truncate v1.1.0
47592026-08-14T18:58:44.328Z[verify-libraries] Compiling lru v0.12.5
47602026-08-14T18:58:44.498Z[verify-libraries] Compiling arc-swap v1.8.2
47612026-08-14T18:58:44.524Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO STEP 14 (pkg_install) COMPLETE
47622026-08-14T18:58:44.524Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47632026-08-14T18:58:44.524Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO skip step because feature "mbist" is not enabled
47642026-08-14T18:58:44.528Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47652026-08-14T18:58:44.528Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO skip step because feature "mfg" is not enabled
47662026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47672026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO skip step because feature "compliance" is not enabled
47682026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47692026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO skip step because feature "stress" is not enabled
47702026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47712026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO skip step because feature "compliance" is not enabled
47722026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47732026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO skip step because feature "nfs" is not enabled
47742026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47752026-08-14T18:58:44.529Z[ host-image] Aug 14 18:58:43.467 INFO O| Aug 14 18:58:43.467 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47762026-08-14T18:58:44.651Z[verify-libraries] Compiling cassowary v0.3.0
47772026-08-14T18:58:44.673Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47782026-08-14T18:58:44.934Z[verify-libraries] Compiling slog-scope v4.4.1
47792026-08-14T18:58:44.958Z[verify-libraries] Compiling wnaf v0.14.0
47802026-08-14T18:58:44.980Z[verify-libraries] Compiling ratatui v0.29.0
47812026-08-14T18:58:45.033Z[ host-image] Aug 14 18:58:43.976 INFO O| Aug 14 18:58:43.976 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47822026-08-14T18:58:45.185Z[ host-image] Aug 14 18:58:44.126 INFO O| Aug 14 18:58:44.126 INFO completed processing sled/ramdisk-01-os
47832026-08-14T18:58:45.189Z[ host-image] Aug 14 18:58:44.128 INFO omicron1 baseline generation...
47842026-08-14T18:58:45.189Z[ host-image] Aug 14 18:58:44.128 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47852026-08-14T18:58:45.237Z[verify-libraries] Compiling primefield v0.14.0
47862026-08-14T18:58:45.265Z[verify-libraries] Compiling rfc6979 v0.6.0
47872026-08-14T18:58:45.291Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47882026-08-14T18:58:45.322Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47892026-08-14T18:58:45.512Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47902026-08-14T18:58:45.560Z[verify-libraries] Compiling vergen-git2 v9.1.0
47912026-08-14T18:58:45.592Z[ host-image] Aug 14 18:58:44.535 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z
47922026-08-14T18:58:45.611Z[verify-libraries] Compiling strsim v0.10.0
47932026-08-14T18:58:45.788Z[verify-libraries] Compiling is_ci v1.2.0
47942026-08-14T18:58:46.039Z[verify-libraries] Compiling supports-color v3.0.2
47952026-08-14T18:58:46.058Z[verify-libraries] Compiling darling_core v0.13.4
47962026-08-14T18:58:46.119Z[ recovery-image] Aug 14 18:58:45.062 INFO O| Aug 14 18:58:45.062 INFO O| Actions: 21059/27580 actions (Installing new actions)
47972026-08-14T18:58:46.186Z[verify-libraries] Compiling ecdsa v0.17.0
47982026-08-14T18:58:46.297Z[verify-libraries] Compiling primeorder v0.14.0
47992026-08-14T18:58:46.808Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48002026-08-14T18:58:46.904Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48012026-08-14T18:58:47.037Z[ recovery-image] Aug 14 18:58:45.981 INFO O| Aug 14 18:58:45.981 INFO O| Actions: Completed 27580 actions in 5.92 seconds.
48022026-08-14T18:58:47.119Z[ recovery-image] Aug 14 18:58:46.063 INFO O| Aug 14 18:58:46.063 INFO O| Finalize: Updating package state database ... Done
48032026-08-14T18:58:47.119Z[ recovery-image] Aug 14 18:58:46.063 INFO O| Aug 14 18:58:46.063 INFO O| Finalize: Updating package cache ... Done
48042026-08-14T18:58:47.269Z[ recovery-image] Aug 14 18:58:46.213 INFO O| Aug 14 18:58:46.213 INFO O| Finalize: Updating image state ... Done
48052026-08-14T18:58:47.307Z[verify-libraries] Compiling slog-stdlog v4.1.1
48062026-08-14T18:58:47.421Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48072026-08-14T18:58:47.584Z[verify-libraries] Compiling tungstenite v0.23.0
48082026-08-14T18:58:47.697Z[verify-libraries] Compiling console v0.16.2
48092026-08-14T18:58:47.961Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48102026-08-14T18:58:47.991Z[verify-libraries] Compiling libsw-core v0.3.2
48112026-08-14T18:58:48.028Z[ recovery-image] Aug 14 18:58:46.972 INFO O| Aug 14 18:58:46.972 INFO O| Finalize: Creating fast lookup database ... Done
48122026-08-14T18:58:48.052Z[ recovery-image] Aug 14 18:58:46.991 INFO O| Aug 14 18:58:46.991 INFO O| Finalize: Reading search index ... Done
48132026-08-14T18:58:48.141Z[verify-libraries] Compiling void v1.0.2
48142026-08-14T18:58:48.171Z[verify-libraries] Compiling unit-prefix v0.5.2
48152026-08-14T18:58:48.221Z[verify-libraries] Compiling assert_matches v1.5.0
48162026-08-14T18:58:48.314Z[verify-libraries] Compiling lzss v0.8.2
48172026-08-14T18:58:48.378Z[verify-libraries] Compiling indicatif v0.18.4
48182026-08-14T18:58:48.411Z[verify-libraries] Compiling libsw v3.5.0
48192026-08-14T18:58:48.450Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48202026-08-14T18:58:48.555Z[verify-libraries] Compiling darling_macro v0.13.4
48212026-08-14T18:58:48.595Z[verify-libraries] Compiling slog-envlogger v2.2.0
48222026-08-14T18:58:48.620Z[verify-libraries] Compiling ssh-encoding v0.3.0
48232026-08-14T18:58:48.625Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48242026-08-14T18:58:48.703Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48252026-08-14T18:58:48.836Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48262026-08-14T18:58:49.100Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48272026-08-14T18:58:49.153Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48282026-08-14T18:58:49.226Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48292026-08-14T18:58:49.277Z[verify-libraries] Compiling nix v0.27.1
48302026-08-14T18:58:49.352Z[verify-libraries] Compiling colored v2.2.0
48312026-08-14T18:58:49.416Z[verify-libraries] Compiling blake3 v1.8.5
48322026-08-14T18:58:49.466Z[verify-libraries] Compiling serde_bytes v0.11.19
48332026-08-14T18:58:49.580Z[verify-libraries] Compiling keccak v0.2.0
48342026-08-14T18:58:49.816Z[verify-libraries] Compiling shell-words v1.1.1
48352026-08-14T18:58:49.854Z[ recovery-image] Aug 14 18:58:48.797 INFO O| Aug 14 18:58:48.797 INFO O| Finalize: Building new search index ... Done
48362026-08-14T18:58:49.909Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48372026-08-14T18:58:49.959Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48382026-08-14T18:58:50.169Z[verify-libraries] Compiling darling v0.13.4
48392026-08-14T18:58:50.196Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48402026-08-14T18:58:50.253Z[ recovery-image] Aug 14 18:58:49.197 INFO O| Aug 14 18:58:49.197 INFO O| Finalize: Updating package cache ... Done
48412026-08-14T18:58:50.343Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48422026-08-14T18:58:50.520Z[verify-libraries] Compiling ed25519 v3.0.0
48432026-08-14T18:58:50.578Z[ recovery-image] Aug 14 18:58:49.522 INFO O| Aug 14 18:58:49.522 INFO STEP 11 (pkg_install) COMPLETE
48442026-08-14T18:58:50.578Z[ recovery-image] Aug 14 18:58:49.522 INFO O| Aug 14 18:58:49.522 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48452026-08-14T18:58:50.578Z[ recovery-image] Aug 14 18:58:49.522 INFO O| Aug 14 18:58:49.522 INFO skip step because feature "recovery" is enabled
48462026-08-14T18:58:50.582Z[ recovery-image] Aug 14 18:58:49.522 INFO O| Aug 14 18:58:49.522 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48472026-08-14T18:58:50.582Z[ recovery-image] Aug 14 18:58:49.522 INFO O| Aug 14 18:58:49.522 INFO skip step because feature "omicron1" is not enabled
48482026-08-14T18:58:50.582Z[ recovery-image] Aug 14 18:58:49.522 INFO O| Aug 14 18:58:49.522 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48492026-08-14T18:58:50.588Z[ recovery-image] Aug 14 18:58:49.532 INFO O| Aug 14 18:58:49.532 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48502026-08-14T18:58:50.794Z[verify-libraries] Compiling crypto-primes v0.7.2
48512026-08-14T18:58:51.050Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48522026-08-14T18:58:51.679Z[verify-libraries] Compiling poly1305 v0.9.0
48532026-08-14T18:58:51.728Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48542026-08-14T18:58:52.112Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48552026-08-14T18:58:52.382Z[ recovery-image] Aug 14 18:58:51.325 INFO O| Aug 14 18:58:51.325 INFO O| Startup: Refreshing catalog 'helios' ... Done
48562026-08-14T18:58:52.454Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48572026-08-14T18:58:52.496Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48582026-08-14T18:58:52.524Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48592026-08-14T18:58:52.564Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48602026-08-14T18:58:52.717Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48612026-08-14T18:58:52.794Z[ recovery-image] Aug 14 18:58:51.738 INFO O| Aug 14 18:58:51.738 INFO O| Startup: Caching catalogs ... Done
48622026-08-14T18:58:52.817Z[verify-libraries] Compiling blowfish v0.10.0
48632026-08-14T18:58:52.843Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48642026-08-14T18:58:52.843Z[verify-libraries] Compiling petname v2.0.2
48652026-08-14T18:58:52.915Z[verify-libraries] Compiling arrayref v0.3.9
48662026-08-14T18:58:52.990Z[verify-libraries] Compiling constant_time_eq v0.4.2
48672026-08-14T18:58:53.104Z[verify-libraries] Compiling arrayvec v0.7.6
48682026-08-14T18:58:53.213Z[ recovery-image] Aug 14 18:58:52.156 INFO O| Aug 14 18:58:52.156 INFO O| Planning: Solver setup ... Done
48692026-08-14T18:58:53.217Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48702026-08-14T18:58:53.221Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48712026-08-14T18:58:53.221Z[ recovery-image] Aug 14 18:58:52.161 INFO O| Aug 14 18:58:52.161 INFO O| Planning: Running solver ... Done
48722026-08-14T18:58:53.232Z[ recovery-image] Aug 14 18:58:52.175 INFO O| Aug 14 18:58:52.175 INFO O| Planning: Finding local manifests ... Done
48732026-08-14T18:58:53.282Z[ recovery-image] Aug 14 18:58:52.225 INFO O| Aug 14 18:58:52.225 INFO O| Planning: Fetching manifests: 0/1 0% complete
48742026-08-14T18:58:53.290Z[ recovery-image] Aug 14 18:58:52.233 INFO O| Aug 14 18:58:52.233 INFO O| Planning: Fetching manifests: 1/1 100% complete
48752026-08-14T18:58:53.308Z[ recovery-image] Aug 14 18:58:52.251 INFO O| Aug 14 18:58:52.251 INFO O| Planning: Package planning ... Done
48762026-08-14T18:58:53.308Z[ recovery-image] Aug 14 18:58:52.251 INFO O| Aug 14 18:58:52.251 INFO O| Planning: Merging actions ... Done
48772026-08-14T18:58:53.330Z[ recovery-image] Aug 14 18:58:52.273 INFO O| Aug 14 18:58:52.273 INFO O| Planning: Checking for conflicting actions ... Done
48782026-08-14T18:58:53.335Z[ recovery-image] Aug 14 18:58:52.273 INFO O| Aug 14 18:58:52.273 INFO O| Planning: Consolidating action changes ... Done
48792026-08-14T18:58:53.426Z[ recovery-image] Aug 14 18:58:52.369 INFO O| Aug 14 18:58:52.369 INFO O| Planning: Evaluating mediators ... Done
48802026-08-14T18:58:53.430Z[ recovery-image] Aug 14 18:58:52.369 INFO O| Aug 14 18:58:52.369 INFO O| Planning: Planning completed in 0.62 seconds
48812026-08-14T18:58:53.430Z[ recovery-image] Aug 14 18:58:52.370 INFO O| Aug 14 18:58:52.370 INFO O| Packages to install: 1
48822026-08-14T18:58:53.440Z[ recovery-image] Aug 14 18:58:52.382 INFO O| Aug 14 18:58:52.382 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48832026-08-14T18:58:53.605Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48842026-08-14T18:58:53.635Z[verify-libraries] Compiling ssh-cipher v0.3.0
48852026-08-14T18:58:53.657Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48862026-08-14T18:58:53.720Z[ recovery-image] Aug 14 18:58:52.663 INFO O| Aug 14 18:58:52.663 INFO O| Download: Completed 13.27 MB in 0.28 seconds (47.2M/s)
48872026-08-14T18:58:53.742Z[ recovery-image] Aug 14 18:58:52.685 INFO O| Aug 14 18:58:52.685 INFO O| Actions: 1/22 actions (Installing new actions)
48882026-08-14T18:58:53.786Z[verify-libraries] Compiling serde_with_macros v1.5.2
48892026-08-14T18:58:53.862Z[verify-libraries] Compiling sha3 v0.11.0
48902026-08-14T18:58:54.061Z[ recovery-image] Aug 14 18:58:53.004 INFO O| Aug 14 18:58:53.004 INFO O| Actions: Completed 22 actions in 0.32 seconds.
48912026-08-14T18:58:54.096Z[ recovery-image] Aug 14 18:58:53.038 INFO O| Aug 14 18:58:53.038 INFO O| Finalize: Updating package state database ... Done
48922026-08-14T18:58:54.096Z[ recovery-image] Aug 14 18:58:53.038 INFO O| Aug 14 18:58:53.038 INFO O| Finalize: Updating package cache ... Done
48932026-08-14T18:58:54.101Z[verify-libraries] Compiling p256 v0.14.0
48942026-08-14T18:58:54.173Z[ recovery-image] Aug 14 18:58:53.116 INFO O| Aug 14 18:58:53.116 INFO O| Finalize: Updating image state ... Done
48952026-08-14T18:58:54.192Z[verify-libraries] Compiling p521 v0.14.0
48962026-08-14T18:58:54.276Z[verify-libraries] Compiling p384 v0.14.0
48972026-08-14T18:58:54.348Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48982026-08-14T18:58:54.348Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48992026-08-14T18:58:54.478Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49002026-08-14T18:58:54.767Z[verify-libraries] Compiling twox-hash v2.1.2
49012026-08-14T18:58:54.804Z[ recovery-image] Aug 14 18:58:53.748 INFO O| Aug 14 18:58:53.748 INFO O| Finalize: Creating fast lookup database ... Done
49022026-08-14T18:58:54.820Z[ recovery-image] Aug 14 18:58:53.764 INFO O| Aug 14 18:58:53.764 INFO O| Finalize: Reading search index ... Done
49032026-08-14T18:58:54.824Z[ recovery-image] Aug 14 18:58:53.764 INFO O| Aug 14 18:58:53.764 INFO O| Finalize: Updating search index ... Done
49042026-08-14T18:58:54.832Z[ recovery-image] Aug 14 18:58:53.775 INFO O| Aug 14 18:58:53.774 INFO O| Finalize: Updating package cache ... Done
49052026-08-14T18:58:54.936Z[verify-libraries] Compiling kem v0.3.0
49062026-08-14T18:58:55.118Z[verify-libraries] Compiling module-lattice v0.2.3
49072026-08-14T18:58:55.128Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO STEP 14 (pkg_install) COMPLETE
49082026-08-14T18:58:55.128Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49092026-08-14T18:58:55.131Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO skip step because feature "mbist" is not enabled
49102026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49112026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO skip step because feature "mfg" is not enabled
49122026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49132026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO skip step because feature "compliance" is not enabled
49142026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49152026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO skip step because feature "stress" is not enabled
49162026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49172026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO skip step because feature "compliance" is not enabled
49182026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49192026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.071 INFO O| Aug 14 18:58:54.071 INFO skip step because feature "nfs" is not enabled
49202026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.072 INFO O| Aug 14 18:58:54.071 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49212026-08-14T18:58:55.132Z[ recovery-image] Aug 14 18:58:54.072 INFO O| Aug 14 18:58:54.071 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49222026-08-14T18:58:55.152Z[verify-libraries] Compiling rtoolbox v0.0.3
49232026-08-14T18:58:55.313Z[verify-libraries] Compiling atty v0.2.14
49242026-08-14T18:58:55.381Z[ recovery-image] Aug 14 18:58:54.325 INFO O| Aug 14 18:58:54.324 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49252026-08-14T18:58:55.390Z[verify-libraries] Compiling topological-sort v0.2.2
49262026-08-14T18:58:55.459Z[verify-libraries] Compiling sponge-cursor v0.1.0
49272026-08-14T18:58:55.468Z[ recovery-image] Aug 14 18:58:54.411 INFO O| Aug 14 18:58:54.411 INFO completed processing sled/ramdisk-01-os
49282026-08-14T18:58:55.471Z[ recovery-image] Aug 14 18:58:54.414 INFO image builder template: ramdisk-02-trim...
49292026-08-14T18:58:55.471Z[ recovery-image] Aug 14 18:58:54.414 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/.tmpxeUstV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49302026-08-14T18:58:55.489Z[ recovery-image] Aug 14 18:58:54.433 INFO O| Aug 14 18:58:54.433 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49312026-08-14T18:58:55.493Z[ recovery-image] Aug 14 18:58:54.436 INFO O| Aug 14 18:58:54.436 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49322026-08-14T18:58:55.499Z[verify-libraries] Compiling ml-kem v0.3.2
49332026-08-14T18:58:55.503Z[verify-libraries] Compiling rpassword v7.5.4
49342026-08-14T18:58:55.553Z[ recovery-image] Aug 14 18:58:54.496 INFO O| Aug 14 18:58:54.496 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49352026-08-14T18:58:55.618Z[verify-libraries] Compiling sha3 v0.12.0
49362026-08-14T18:58:55.635Z[ recovery-image] Aug 14 18:58:54.579 INFO O| Aug 14 18:58:54.579 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49372026-08-14T18:58:55.635Z[ recovery-image] Aug 14 18:58:54.579 INFO O| Aug 14 18:58:54.579 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49382026-08-14T18:58:55.639Z[ recovery-image] Aug 14 18:58:54.583 INFO O| Aug 14 18:58:54.583 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49392026-08-14T18:58:55.657Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49402026-08-14T18:58:55.660Z[ recovery-image] Aug 14 18:58:54.602 INFO O| Aug 14 18:58:54.602 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49412026-08-14T18:58:55.664Z[ recovery-image] Aug 14 18:58:54.607 INFO O| Aug 14 18:58:54.607 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49422026-08-14T18:58:55.741Z[verify-libraries] Compiling serde_with v1.14.0
49432026-08-14T18:58:56.062Z[ recovery-image] Aug 14 18:58:55.006 INFO O| Aug 14 18:58:55.006 INFO rolled back to input snapshot; work may begin
49442026-08-14T18:58:56.062Z[ recovery-image] Aug 14 18:58:55.006 INFO O| Aug 14 18:58:55.006 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49452026-08-14T18:58:56.067Z[ recovery-image] Aug 14 18:58:55.011 INFO O| Aug 14 18:58:55.011 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49462026-08-14T18:58:56.077Z[ recovery-image] Aug 14 18:58:55.020 INFO O| Aug 14 18:58:55.020 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49472026-08-14T18:58:56.114Z[ recovery-image] Aug 14 18:58:55.058 INFO O| Aug 14 18:58:55.058 INFO STEP 0 (remove_files) COMPLETE
49482026-08-14T18:58:56.114Z[ recovery-image] Aug 14 18:58:55.058 INFO O| Aug 14 18:58:55.058 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49492026-08-14T18:58:56.124Z[ recovery-image] Aug 14 18:58:55.068 INFO O| Aug 14 18:58:55.068 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49502026-08-14T18:58:56.128Z[ recovery-image] Aug 14 18:58:55.069 INFO O| Aug 14 18:58:55.069 INFO STEP 1 (remove_files) COMPLETE
49512026-08-14T18:58:56.128Z[ recovery-image] Aug 14 18:58:55.069 INFO O| Aug 14 18:58:55.069 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49522026-08-14T18:58:56.135Z[ recovery-image] Aug 14 18:58:55.079 INFO O| Aug 14 18:58:55.079 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49532026-08-14T18:58:56.148Z[ recovery-image] Aug 14 18:58:55.092 INFO O| Aug 14 18:58:55.091 INFO STEP 2 (remove_files) COMPLETE
49542026-08-14T18:58:56.148Z[ recovery-image] Aug 14 18:58:55.092 INFO O| Aug 14 18:58:55.091 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49552026-08-14T18:58:56.158Z[ recovery-image] Aug 14 18:58:55.102 INFO O| Aug 14 18:58:55.102 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49562026-08-14T18:58:56.162Z[ recovery-image] Aug 14 18:58:55.103 INFO O| Aug 14 18:58:55.103 INFO STEP 3 (remove_files) COMPLETE
49572026-08-14T18:58:56.162Z[ recovery-image] Aug 14 18:58:55.103 INFO O| Aug 14 18:58:55.103 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49582026-08-14T18:58:56.168Z[ recovery-image] Aug 14 18:58:55.112 INFO O| Aug 14 18:58:55.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49592026-08-14T18:58:56.172Z[ recovery-image] Aug 14 18:58:55.115 INFO O| Aug 14 18:58:55.115 INFO STEP 4 (remove_files) COMPLETE
49602026-08-14T18:58:56.172Z[ recovery-image] Aug 14 18:58:55.115 INFO O| Aug 14 18:58:55.115 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49612026-08-14T18:58:56.180Z[ recovery-image] Aug 14 18:58:55.124 INFO O| Aug 14 18:58:55.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49622026-08-14T18:58:56.180Z[ recovery-image] Aug 14 18:58:55.124 INFO O| Aug 14 18:58:55.124 INFO STEP 5 (remove_files) COMPLETE
49632026-08-14T18:58:56.184Z[ recovery-image] Aug 14 18:58:55.124 INFO O| Aug 14 18:58:55.124 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49642026-08-14T18:58:56.191Z[ recovery-image] Aug 14 18:58:55.135 INFO O| Aug 14 18:58:55.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49652026-08-14T18:58:56.201Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.144 INFO STEP 6 (remove_files) COMPLETE
49662026-08-14T18:58:56.201Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.145 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49672026-08-14T18:58:56.205Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.145 INFO skip step because feature "heliosv2" is not enabled
49682026-08-14T18:58:56.205Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.145 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-14T18:58:56.205Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.145 INFO skip step because feature "recovery" is enabled
49702026-08-14T18:58:56.205Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.145 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49712026-08-14T18:58:56.205Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.145 INFO skip step because feature "recovery" is enabled
49722026-08-14T18:58:56.205Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.145 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49732026-08-14T18:58:56.205Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.145 INFO skip step because feature "recovery" is enabled
49742026-08-14T18:58:56.205Z[ recovery-image] Aug 14 18:58:55.145 INFO O| Aug 14 18:58:55.145 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49752026-08-14T18:58:56.211Z[ recovery-image] Aug 14 18:58:55.155 INFO O| Aug 14 18:58:55.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49762026-08-14T18:58:56.215Z[ recovery-image] Aug 14 18:58:55.157 INFO O| Aug 14 18:58:55.157 INFO STEP 11 (remove_files) COMPLETE
49772026-08-14T18:58:56.215Z[ recovery-image] Aug 14 18:58:55.157 INFO O| Aug 14 18:58:55.157 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-14T18:58:56.222Z[ recovery-image] Aug 14 18:58:55.166 INFO O| Aug 14 18:58:55.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49792026-08-14T18:58:56.226Z[ recovery-image] Aug 14 18:58:55.166 INFO O| Aug 14 18:58:55.166 INFO STEP 12 (remove_files) COMPLETE
49802026-08-14T18:58:56.226Z[ recovery-image] Aug 14 18:58:55.166 INFO O| Aug 14 18:58:55.166 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-14T18:58:56.230Z[ recovery-image] Aug 14 18:58:55.174 INFO O| Aug 14 18:58:55.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49822026-08-14T18:58:56.234Z[ recovery-image] Aug 14 18:58:55.175 INFO O| Aug 14 18:58:55.175 INFO STEP 13 (remove_files) COMPLETE
49832026-08-14T18:58:56.234Z[ recovery-image] Aug 14 18:58:55.175 INFO O| Aug 14 18:58:55.175 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49842026-08-14T18:58:56.241Z[ recovery-image] Aug 14 18:58:55.184 INFO O| Aug 14 18:58:55.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49852026-08-14T18:58:56.244Z[ recovery-image] Aug 14 18:58:55.185 INFO O| Aug 14 18:58:55.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49862026-08-14T18:58:56.292Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49872026-08-14T18:58:56.315Z[ recovery-image] Aug 14 18:58:55.259 INFO O| Aug 14 18:58:55.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49882026-08-14T18:58:56.319Z[ recovery-image] Aug 14 18:58:55.261 INFO O| Aug 14 18:58:55.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49892026-08-14T18:58:56.411Z[ recovery-image] Aug 14 18:58:55.355 INFO O| Aug 14 18:58:55.355 INFO STEP 14 (remove_files) COMPLETE
49902026-08-14T18:58:56.411Z[ recovery-image] Aug 14 18:58:55.355 INFO O| Aug 14 18:58:55.355 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-14T18:58:56.422Z[ recovery-image] Aug 14 18:58:55.364 INFO O| Aug 14 18:58:55.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49922026-08-14T18:58:56.425Z[ recovery-image] Aug 14 18:58:55.366 INFO O| Aug 14 18:58:55.366 INFO STEP 15 (remove_files) COMPLETE
49932026-08-14T18:58:56.425Z[ recovery-image] Aug 14 18:58:55.366 INFO O| Aug 14 18:58:55.366 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-14T18:58:56.431Z[ recovery-image] Aug 14 18:58:55.374 INFO O| Aug 14 18:58:55.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49952026-08-14T18:58:56.436Z[ recovery-image] Aug 14 18:58:55.380 INFO O| Aug 14 18:58:55.380 INFO STEP 16 (remove_files) COMPLETE
49962026-08-14T18:58:56.436Z[ recovery-image] Aug 14 18:58:55.380 INFO O| Aug 14 18:58:55.380 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-14T18:58:56.447Z[ recovery-image] Aug 14 18:58:55.390 INFO O| Aug 14 18:58:55.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49982026-08-14T18:58:56.450Z[ recovery-image] Aug 14 18:58:55.391 INFO O| Aug 14 18:58:55.390 INFO STEP 17 (remove_files) COMPLETE
49992026-08-14T18:58:56.450Z[ recovery-image] Aug 14 18:58:55.391 INFO O| Aug 14 18:58:55.391 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-14T18:58:56.457Z[ recovery-image] Aug 14 18:58:55.400 INFO O| Aug 14 18:58:55.400 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50012026-08-14T18:58:56.460Z[ recovery-image] Aug 14 18:58:55.402 INFO O| Aug 14 18:58:55.402 INFO STEP 18 (remove_files) COMPLETE
50022026-08-14T18:58:56.460Z[ recovery-image] Aug 14 18:58:55.402 INFO O| Aug 14 18:58:55.402 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-14T18:58:56.468Z[ recovery-image] Aug 14 18:58:55.412 INFO O| Aug 14 18:58:55.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50042026-08-14T18:58:56.468Z[ recovery-image] Aug 14 18:58:55.412 INFO O| Aug 14 18:58:55.412 INFO STEP 19 (remove_files) COMPLETE
50052026-08-14T18:58:56.468Z[ recovery-image] Aug 14 18:58:55.412 INFO O| Aug 14 18:58:55.412 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-14T18:58:56.478Z[ recovery-image] Aug 14 18:58:55.422 INFO O| Aug 14 18:58:55.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50072026-08-14T18:58:56.478Z[ recovery-image] Aug 14 18:58:55.422 INFO O| Aug 14 18:58:55.422 INFO STEP 20 (remove_files) COMPLETE
50082026-08-14T18:58:56.478Z[ recovery-image] Aug 14 18:58:55.422 INFO O| Aug 14 18:58:55.422 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-14T18:58:56.487Z[ recovery-image] Aug 14 18:58:55.431 INFO O| Aug 14 18:58:55.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50102026-08-14T18:58:56.487Z[ recovery-image] Aug 14 18:58:55.431 INFO O| Aug 14 18:58:55.431 INFO STEP 21 (remove_files) COMPLETE
50112026-08-14T18:58:56.487Z[ recovery-image] Aug 14 18:58:55.431 INFO O| Aug 14 18:58:55.431 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-14T18:58:56.497Z[ recovery-image] Aug 14 18:58:55.440 INFO O| Aug 14 18:58:55.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50132026-08-14T18:58:56.497Z[ recovery-image] Aug 14 18:58:55.440 INFO O| Aug 14 18:58:55.440 INFO STEP 22 (remove_files) COMPLETE
50142026-08-14T18:58:56.497Z[ recovery-image] Aug 14 18:58:55.440 INFO O| Aug 14 18:58:55.440 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-14T18:58:56.507Z[ recovery-image] Aug 14 18:58:55.451 INFO O| Aug 14 18:58:55.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50162026-08-14T18:58:56.507Z[ recovery-image] Aug 14 18:58:55.451 INFO O| Aug 14 18:58:55.451 INFO STEP 23 (remove_files) COMPLETE
50172026-08-14T18:58:56.507Z[ recovery-image] Aug 14 18:58:55.451 INFO O| Aug 14 18:58:55.451 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-14T18:58:56.516Z[ recovery-image] Aug 14 18:58:55.460 INFO O| Aug 14 18:58:55.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50192026-08-14T18:58:56.516Z[ recovery-image] Aug 14 18:58:55.460 INFO O| Aug 14 18:58:55.460 INFO STEP 24 (remove_files) COMPLETE
50202026-08-14T18:58:56.516Z[ recovery-image] Aug 14 18:58:55.460 INFO O| Aug 14 18:58:55.460 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-14T18:58:56.525Z[ recovery-image] Aug 14 18:58:55.469 INFO O| Aug 14 18:58:55.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50222026-08-14T18:58:56.525Z[ recovery-image] Aug 14 18:58:55.469 INFO O| Aug 14 18:58:55.469 INFO STEP 25 (remove_files) COMPLETE
50232026-08-14T18:58:56.525Z[ recovery-image] Aug 14 18:58:55.469 INFO O| Aug 14 18:58:55.469 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-14T18:58:56.534Z[ recovery-image] Aug 14 18:58:55.478 INFO O| Aug 14 18:58:55.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50252026-08-14T18:58:56.534Z[ recovery-image] Aug 14 18:58:55.478 INFO O| Aug 14 18:58:55.478 INFO STEP 26 (remove_files) COMPLETE
50262026-08-14T18:58:56.534Z[ recovery-image] Aug 14 18:58:55.478 INFO O| Aug 14 18:58:55.478 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-14T18:58:56.542Z[ recovery-image] Aug 14 18:58:55.486 INFO O| Aug 14 18:58:55.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50282026-08-14T18:58:56.543Z[ recovery-image] Aug 14 18:58:55.486 INFO O| Aug 14 18:58:55.486 INFO STEP 27 (remove_files) COMPLETE
50292026-08-14T18:58:56.543Z[ recovery-image] Aug 14 18:58:55.486 INFO O| Aug 14 18:58:55.486 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-14T18:58:56.559Z[ recovery-image] Aug 14 18:58:55.503 INFO O| Aug 14 18:58:55.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50312026-08-14T18:58:56.559Z[ recovery-image] Aug 14 18:58:55.503 INFO O| Aug 14 18:58:55.503 INFO STEP 28 (remove_files) COMPLETE
50322026-08-14T18:58:56.559Z[ recovery-image] Aug 14 18:58:55.503 INFO O| Aug 14 18:58:55.503 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-14T18:58:56.566Z[verify-libraries] Compiling tui-tree-widget v0.23.1
50342026-08-14T18:58:56.569Z[ recovery-image] Aug 14 18:58:55.512 INFO O| Aug 14 18:58:55.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50352026-08-14T18:58:56.569Z[ recovery-image] Aug 14 18:58:55.512 INFO O| Aug 14 18:58:55.512 INFO STEP 29 (remove_files) COMPLETE
50362026-08-14T18:58:56.569Z[ recovery-image] Aug 14 18:58:55.512 INFO O| Aug 14 18:58:55.512 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-14T18:58:56.577Z[ recovery-image] Aug 14 18:58:55.520 INFO O| Aug 14 18:58:55.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50382026-08-14T18:58:56.577Z[ recovery-image] Aug 14 18:58:55.520 INFO O| Aug 14 18:58:55.520 INFO STEP 30 (remove_files) COMPLETE
50392026-08-14T18:58:56.580Z[ recovery-image] Aug 14 18:58:55.520 INFO O| Aug 14 18:58:55.520 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-14T18:58:56.586Z[ recovery-image] Aug 14 18:58:55.529 INFO O| Aug 14 18:58:55.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50412026-08-14T18:58:56.586Z[ recovery-image] Aug 14 18:58:55.529 INFO O| Aug 14 18:58:55.529 INFO STEP 31 (remove_files) COMPLETE
50422026-08-14T18:58:56.586Z[ recovery-image] Aug 14 18:58:55.529 INFO O| Aug 14 18:58:55.529 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-14T18:58:56.594Z[ recovery-image] Aug 14 18:58:55.538 INFO O| Aug 14 18:58:55.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50442026-08-14T18:58:56.594Z[ recovery-image] Aug 14 18:58:55.538 INFO O| Aug 14 18:58:55.538 INFO STEP 32 (remove_files) COMPLETE
50452026-08-14T18:58:56.594Z[ recovery-image] Aug 14 18:58:55.538 INFO O| Aug 14 18:58:55.538 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-14T18:58:56.603Z[ recovery-image] Aug 14 18:58:55.547 INFO O| Aug 14 18:58:55.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50472026-08-14T18:58:56.603Z[ recovery-image] Aug 14 18:58:55.547 INFO O| Aug 14 18:58:55.547 INFO STEP 33 (remove_files) COMPLETE
50482026-08-14T18:58:56.607Z[ recovery-image] Aug 14 18:58:55.547 INFO O| Aug 14 18:58:55.547 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-14T18:58:56.607Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50502026-08-14T18:58:56.612Z[ recovery-image] Aug 14 18:58:55.556 INFO O| Aug 14 18:58:55.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50512026-08-14T18:58:56.612Z[ recovery-image] Aug 14 18:58:55.556 INFO O| Aug 14 18:58:55.556 INFO STEP 34 (remove_files) COMPLETE
50522026-08-14T18:58:56.612Z[ recovery-image] Aug 14 18:58:55.556 INFO O| Aug 14 18:58:55.556 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-14T18:58:56.622Z[ recovery-image] Aug 14 18:58:55.566 INFO O| Aug 14 18:58:55.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50542026-08-14T18:58:56.623Z[ recovery-image] Aug 14 18:58:55.566 INFO O| Aug 14 18:58:55.566 INFO STEP 35 (remove_files) COMPLETE
50552026-08-14T18:58:56.623Z[ recovery-image] Aug 14 18:58:55.566 INFO O| Aug 14 18:58:55.566 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-08-14T18:58:56.632Z[ recovery-image] Aug 14 18:58:55.576 INFO O| Aug 14 18:58:55.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50572026-08-14T18:58:56.632Z[ recovery-image] Aug 14 18:58:55.576 INFO O| Aug 14 18:58:55.576 INFO STEP 36 (remove_files) COMPLETE
50582026-08-14T18:58:56.632Z[ recovery-image] Aug 14 18:58:55.576 INFO O| Aug 14 18:58:55.576 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-14T18:58:56.643Z[ recovery-image] Aug 14 18:58:55.586 INFO O| Aug 14 18:58:55.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50602026-08-14T18:58:56.643Z[ recovery-image] Aug 14 18:58:55.586 INFO O| Aug 14 18:58:55.586 INFO STEP 37 (remove_files) COMPLETE
50612026-08-14T18:58:56.643Z[ recovery-image] Aug 14 18:58:55.586 INFO O| Aug 14 18:58:55.586 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-14T18:58:56.654Z[ recovery-image] Aug 14 18:58:55.598 INFO O| Aug 14 18:58:55.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50632026-08-14T18:58:56.654Z[ recovery-image] Aug 14 18:58:55.598 INFO O| Aug 14 18:58:55.598 INFO STEP 38 (remove_files) COMPLETE
50642026-08-14T18:58:56.654Z[ recovery-image] Aug 14 18:58:55.598 INFO O| Aug 14 18:58:55.598 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-14T18:58:56.664Z[ recovery-image] Aug 14 18:58:55.608 INFO O| Aug 14 18:58:55.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50662026-08-14T18:58:56.664Z[ recovery-image] Aug 14 18:58:55.608 INFO O| Aug 14 18:58:55.608 INFO STEP 39 (remove_files) COMPLETE
50672026-08-14T18:58:56.664Z[ recovery-image] Aug 14 18:58:55.608 INFO O| Aug 14 18:58:55.608 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-14T18:58:56.674Z[ recovery-image] Aug 14 18:58:55.617 INFO O| Aug 14 18:58:55.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50692026-08-14T18:58:56.674Z[ recovery-image] Aug 14 18:58:55.617 INFO O| Aug 14 18:58:55.617 INFO STEP 40 (remove_files) COMPLETE
50702026-08-14T18:58:56.674Z[ recovery-image] Aug 14 18:58:55.617 INFO O| Aug 14 18:58:55.617 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-14T18:58:56.683Z[ recovery-image] Aug 14 18:58:55.627 INFO O| Aug 14 18:58:55.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50722026-08-14T18:58:56.683Z[ recovery-image] Aug 14 18:58:55.627 INFO O| Aug 14 18:58:55.627 INFO STEP 41 (remove_files) COMPLETE
50732026-08-14T18:58:56.683Z[ recovery-image] Aug 14 18:58:55.627 INFO O| Aug 14 18:58:55.627 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-14T18:58:56.693Z[ recovery-image] Aug 14 18:58:55.637 INFO O| Aug 14 18:58:55.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50752026-08-14T18:58:56.693Z[ recovery-image] Aug 14 18:58:55.637 INFO O| Aug 14 18:58:55.637 INFO STEP 42 (remove_files) COMPLETE
50762026-08-14T18:58:56.693Z[ recovery-image] Aug 14 18:58:55.637 INFO O| Aug 14 18:58:55.637 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-14T18:58:56.711Z[ recovery-image] Aug 14 18:58:55.655 INFO O| Aug 14 18:58:55.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50782026-08-14T18:58:56.711Z[ recovery-image] Aug 14 18:58:55.655 INFO O| Aug 14 18:58:55.655 INFO STEP 43 (remove_files) COMPLETE
50792026-08-14T18:58:56.711Z[ recovery-image] Aug 14 18:58:55.655 INFO O| Aug 14 18:58:55.655 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-14T18:58:56.723Z[ recovery-image] Aug 14 18:58:55.666 INFO O| Aug 14 18:58:55.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50812026-08-14T18:58:56.723Z[ recovery-image] Aug 14 18:58:55.666 INFO O| Aug 14 18:58:55.666 INFO STEP 44 (remove_files) COMPLETE
50822026-08-14T18:58:56.723Z[ recovery-image] Aug 14 18:58:55.666 INFO O| Aug 14 18:58:55.666 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-14T18:58:56.733Z[ recovery-image] Aug 14 18:58:55.676 INFO O| Aug 14 18:58:55.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50842026-08-14T18:58:56.733Z[ recovery-image] Aug 14 18:58:55.676 INFO O| Aug 14 18:58:55.676 INFO STEP 45 (remove_files) COMPLETE
50852026-08-14T18:58:56.733Z[ recovery-image] Aug 14 18:58:55.676 INFO O| Aug 14 18:58:55.676 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-14T18:58:56.743Z[ recovery-image] Aug 14 18:58:55.686 INFO O| Aug 14 18:58:55.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50872026-08-14T18:58:56.743Z[ recovery-image] Aug 14 18:58:55.686 INFO O| Aug 14 18:58:55.686 INFO STEP 46 (remove_files) COMPLETE
50882026-08-14T18:58:56.747Z[ recovery-image] Aug 14 18:58:55.686 INFO O| Aug 14 18:58:55.686 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-14T18:58:56.760Z[ recovery-image] Aug 14 18:58:55.703 INFO O| Aug 14 18:58:55.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50902026-08-14T18:58:56.760Z[ recovery-image] Aug 14 18:58:55.703 INFO O| Aug 14 18:58:55.703 INFO STEP 47 (remove_files) COMPLETE
50912026-08-14T18:58:56.760Z[ recovery-image] Aug 14 18:58:55.703 INFO O| Aug 14 18:58:55.703 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-14T18:58:56.771Z[ recovery-image] Aug 14 18:58:55.714 INFO O| Aug 14 18:58:55.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50932026-08-14T18:58:56.771Z[ recovery-image] Aug 14 18:58:55.714 INFO O| Aug 14 18:58:55.714 INFO STEP 48 (remove_files) COMPLETE
50942026-08-14T18:58:56.771Z[ recovery-image] Aug 14 18:58:55.714 INFO O| Aug 14 18:58:55.714 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-14T18:58:56.780Z[ recovery-image] Aug 14 18:58:55.724 INFO O| Aug 14 18:58:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50962026-08-14T18:58:56.780Z[ recovery-image] Aug 14 18:58:55.724 INFO O| Aug 14 18:58:55.724 INFO STEP 49 (remove_files) COMPLETE
50972026-08-14T18:58:56.780Z[ recovery-image] Aug 14 18:58:55.724 INFO O| Aug 14 18:58:55.724 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-14T18:58:56.790Z[ recovery-image] Aug 14 18:58:55.733 INFO O| Aug 14 18:58:55.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50992026-08-14T18:58:56.793Z[ recovery-image] Aug 14 18:58:55.734 INFO O| Aug 14 18:58:55.733 INFO STEP 50 (remove_files) COMPLETE
51002026-08-14T18:58:56.793Z[ recovery-image] Aug 14 18:58:55.734 INFO O| Aug 14 18:58:55.733 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-14T18:58:56.799Z[ recovery-image] Aug 14 18:58:55.743 INFO O| Aug 14 18:58:55.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51022026-08-14T18:58:56.799Z[ recovery-image] Aug 14 18:58:55.743 INFO O| Aug 14 18:58:55.743 INFO STEP 51 (remove_files) COMPLETE
51032026-08-14T18:58:56.803Z[ recovery-image] Aug 14 18:58:55.743 INFO O| Aug 14 18:58:55.743 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-14T18:58:56.850Z[ recovery-image] Aug 14 18:58:55.787 INFO O| Aug 14 18:58:55.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51052026-08-14T18:58:56.850Z[ recovery-image] Aug 14 18:58:55.787 INFO O| Aug 14 18:58:55.787 INFO STEP 52 (remove_files) COMPLETE
51062026-08-14T18:58:56.850Z[ recovery-image] Aug 14 18:58:55.787 INFO O| Aug 14 18:58:55.787 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-14T18:58:56.855Z[ recovery-image] Aug 14 18:58:55.796 INFO O| Aug 14 18:58:55.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51082026-08-14T18:58:56.855Z[ recovery-image] Aug 14 18:58:55.796 INFO O| Aug 14 18:58:55.796 INFO STEP 53 (remove_files) COMPLETE
51092026-08-14T18:58:56.855Z[ recovery-image] Aug 14 18:58:55.796 INFO O| Aug 14 18:58:55.796 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-14T18:58:56.859Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
51112026-08-14T18:58:56.869Z[ recovery-image] Aug 14 18:58:55.811 INFO O| Aug 14 18:58:55.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51122026-08-14T18:58:56.869Z[ recovery-image] Aug 14 18:58:55.812 INFO O| Aug 14 18:58:55.812 INFO STEP 54 (remove_files) COMPLETE
51132026-08-14T18:58:56.869Z[ recovery-image] Aug 14 18:58:55.812 INFO O| Aug 14 18:58:55.812 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-14T18:58:56.878Z[ recovery-image] Aug 14 18:58:55.821 INFO O| Aug 14 18:58:55.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51152026-08-14T18:58:56.878Z[ recovery-image] Aug 14 18:58:55.821 INFO O| Aug 14 18:58:55.821 INFO STEP 55 (remove_files) COMPLETE
51162026-08-14T18:58:56.878Z[ recovery-image] Aug 14 18:58:55.821 INFO O| Aug 14 18:58:55.821 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-14T18:58:56.887Z[ recovery-image] Aug 14 18:58:55.831 INFO O| Aug 14 18:58:55.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51182026-08-14T18:58:56.887Z[ recovery-image] Aug 14 18:58:55.831 INFO O| Aug 14 18:58:55.831 INFO STEP 56 (remove_files) COMPLETE
51192026-08-14T18:58:56.887Z[ recovery-image] Aug 14 18:58:55.831 INFO O| Aug 14 18:58:55.831 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-14T18:58:56.897Z[ recovery-image] Aug 14 18:58:55.840 INFO O| Aug 14 18:58:55.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51212026-08-14T18:58:56.897Z[ recovery-image] Aug 14 18:58:55.840 INFO O| Aug 14 18:58:55.840 INFO STEP 57 (remove_files) COMPLETE
51222026-08-14T18:58:56.900Z[ recovery-image] Aug 14 18:58:55.840 INFO O| Aug 14 18:58:55.840 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-14T18:58:56.906Z[ recovery-image] Aug 14 18:58:55.850 INFO O| Aug 14 18:58:55.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51242026-08-14T18:58:56.906Z[ recovery-image] Aug 14 18:58:55.850 INFO O| Aug 14 18:58:55.850 INFO STEP 58 (remove_files) COMPLETE
51252026-08-14T18:58:56.910Z[ recovery-image] Aug 14 18:58:55.850 INFO O| Aug 14 18:58:55.850 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-14T18:58:56.921Z[ recovery-image] Aug 14 18:58:55.865 INFO O| Aug 14 18:58:55.865 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51272026-08-14T18:58:56.922Z[ recovery-image] Aug 14 18:58:55.865 INFO O| Aug 14 18:58:55.865 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51282026-08-14T18:58:56.922Z[ recovery-image] Aug 14 18:58:55.865 INFO O| Aug 14 18:58:55.865 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51292026-08-14T18:58:56.925Z[ recovery-image] Aug 14 18:58:55.865 INFO O| Aug 14 18:58:55.865 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51302026-08-14T18:58:56.925Z[ recovery-image] Aug 14 18:58:55.865 INFO O| Aug 14 18:58:55.865 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51312026-08-14T18:58:56.925Z[ recovery-image] Aug 14 18:58:55.865 INFO O| Aug 14 18:58:55.865 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51322026-08-14T18:58:56.925Z[ recovery-image] Aug 14 18:58:55.865 INFO O| Aug 14 18:58:55.865 INFO ok!
51332026-08-14T18:58:56.925Z[ recovery-image] Aug 14 18:58:55.865 INFO O| Aug 14 18:58:55.865 INFO STEP 59 (ensure_file) COMPLETE
51342026-08-14T18:58:56.925Z[ recovery-image] Aug 14 18:58:55.865 INFO O| Aug 14 18:58:55.865 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-14T18:58:56.938Z[ recovery-image] Aug 14 18:58:55.876 INFO O| Aug 14 18:58:55.876 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51362026-08-14T18:58:56.938Z[ recovery-image] Aug 14 18:58:55.876 INFO O| Aug 14 18:58:55.876 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51372026-08-14T18:58:56.941Z[ recovery-image] Aug 14 18:58:55.876 INFO O| Aug 14 18:58:55.876 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51382026-08-14T18:58:56.941Z[ recovery-image] Aug 14 18:58:55.876 INFO O| Aug 14 18:58:55.876 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51392026-08-14T18:58:56.941Z[ recovery-image] Aug 14 18:58:55.876 INFO O| Aug 14 18:58:55.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51402026-08-14T18:58:56.941Z[ recovery-image] Aug 14 18:58:55.876 INFO O| Aug 14 18:58:55.876 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51412026-08-14T18:58:56.941Z[ recovery-image] Aug 14 18:58:55.876 INFO O| Aug 14 18:58:55.876 INFO ok!
51422026-08-14T18:58:56.941Z[ recovery-image] Aug 14 18:58:55.876 INFO O| Aug 14 18:58:55.876 INFO STEP 60 (ensure_file) COMPLETE
51432026-08-14T18:58:56.941Z[ recovery-image] Aug 14 18:58:55.876 INFO O| Aug 14 18:58:55.876 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-14T18:58:56.945Z[ recovery-image] Aug 14 18:58:55.886 INFO O| Aug 14 18:58:55.886 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51452026-08-14T18:58:56.945Z[ recovery-image] Aug 14 18:58:55.886 INFO O| Aug 14 18:58:55.886 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51462026-08-14T18:58:56.945Z[ recovery-image] Aug 14 18:58:55.886 INFO O| Aug 14 18:58:55.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51472026-08-14T18:58:56.945Z[ recovery-image] Aug 14 18:58:55.886 INFO O| Aug 14 18:58:55.886 INFO ok!
51482026-08-14T18:58:56.945Z[ recovery-image] Aug 14 18:58:55.886 INFO O| Aug 14 18:58:55.886 INFO STEP 61 (ensure_file) COMPLETE
51492026-08-14T18:58:56.945Z[ recovery-image] Aug 14 18:58:55.886 INFO O| Aug 14 18:58:55.886 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-14T18:58:56.954Z[ recovery-image] Aug 14 18:58:55.898 INFO O| Aug 14 18:58:55.898 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51512026-08-14T18:58:56.954Z[ recovery-image] Aug 14 18:58:55.898 INFO O| Aug 14 18:58:55.898 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51522026-08-14T18:58:56.954Z[ recovery-image] Aug 14 18:58:55.898 INFO O| Aug 14 18:58:55.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51532026-08-14T18:58:56.958Z[ recovery-image] Aug 14 18:58:55.898 INFO O| Aug 14 18:58:55.898 INFO ok!
51542026-08-14T18:58:56.958Z[ recovery-image] Aug 14 18:58:55.898 INFO O| Aug 14 18:58:55.898 INFO STEP 62 (ensure_file) COMPLETE
51552026-08-14T18:58:56.958Z[ recovery-image] Aug 14 18:58:55.898 INFO O| Aug 14 18:58:55.898 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-14T18:58:56.978Z[ recovery-image] Aug 14 18:58:55.922 INFO O| Aug 14 18:58:55.922 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51572026-08-14T18:58:56.978Z[ recovery-image] Aug 14 18:58:55.922 INFO O| Aug 14 18:58:55.922 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51582026-08-14T18:58:56.978Z[ recovery-image] Aug 14 18:58:55.922 INFO O| Aug 14 18:58:55.922 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51592026-08-14T18:58:56.982Z[ recovery-image] Aug 14 18:58:55.922 INFO O| Aug 14 18:58:55.922 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51602026-08-14T18:58:56.982Z[ recovery-image] Aug 14 18:58:55.922 INFO O| Aug 14 18:58:55.922 INFO ok!
51612026-08-14T18:58:56.982Z[ recovery-image] Aug 14 18:58:55.922 INFO O| Aug 14 18:58:55.922 INFO STEP 63 (ensure_file) COMPLETE
51622026-08-14T18:58:56.982Z[ recovery-image] Aug 14 18:58:55.922 INFO O| Aug 14 18:58:55.922 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-14T18:58:56.989Z[ recovery-image] Aug 14 18:58:55.932 INFO O| Aug 14 18:58:55.932 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51642026-08-14T18:58:56.989Z[ recovery-image] Aug 14 18:58:55.933 INFO O| Aug 14 18:58:55.932 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51652026-08-14T18:58:56.989Z[ recovery-image] Aug 14 18:58:55.933 INFO O| Aug 14 18:58:55.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51662026-08-14T18:58:56.992Z[ recovery-image] Aug 14 18:58:55.933 INFO O| Aug 14 18:58:55.933 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51672026-08-14T18:58:56.992Z[ recovery-image] Aug 14 18:58:55.933 INFO O| Aug 14 18:58:55.933 INFO ok!
51682026-08-14T18:58:56.992Z[ recovery-image] Aug 14 18:58:55.933 INFO O| Aug 14 18:58:55.933 INFO STEP 64 (ensure_file) COMPLETE
51692026-08-14T18:58:56.992Z[ recovery-image] Aug 14 18:58:55.933 INFO O| Aug 14 18:58:55.933 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-14T18:58:56.998Z[ recovery-image] Aug 14 18:58:55.942 INFO O| Aug 14 18:58:55.942 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51712026-08-14T18:58:56.998Z[ recovery-image] Aug 14 18:58:55.942 INFO O| Aug 14 18:58:55.942 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51722026-08-14T18:58:56.998Z[ recovery-image] Aug 14 18:58:55.942 INFO O| Aug 14 18:58:55.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51732026-08-14T18:58:57.002Z[ recovery-image] Aug 14 18:58:55.942 INFO O| Aug 14 18:58:55.942 INFO ok!
51742026-08-14T18:58:57.002Z[ recovery-image] Aug 14 18:58:55.942 INFO O| Aug 14 18:58:55.942 INFO STEP 65 (assemble_files) COMPLETE
51752026-08-14T18:58:57.002Z[ recovery-image] Aug 14 18:58:55.942 INFO O| Aug 14 18:58:55.942 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-14T18:58:57.006Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51772026-08-14T18:58:57.006Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51782026-08-14T18:58:57.006Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51792026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51802026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO ok!
51812026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO STEP 66 (ensure_file) COMPLETE
51822026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO skip step because feature "omicron1" is not enabled
51842026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO skip step because feature "omicron1" is not enabled
51862026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO skip step because feature "omicron1" is not enabled
51882026-08-14T18:58:57.010Z[ recovery-image] Aug 14 18:58:55.950 INFO O| Aug 14 18:58:55.950 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-14T18:58:57.010Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
51902026-08-14T18:58:57.020Z[ recovery-image] Aug 14 18:58:55.964 INFO O| Aug 14 18:58:55.964 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51912026-08-14T18:58:57.020Z[ recovery-image] Aug 14 18:58:55.964 INFO O| Aug 14 18:58:55.964 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51922026-08-14T18:58:57.048Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
51932026-08-14T18:58:57.127Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
51942026-08-14T18:58:57.368Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
51952026-08-14T18:58:57.440Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
51962026-08-14T18:58:57.756Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
51972026-08-14T18:58:57.849Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51982026-08-14T18:58:58.341Z[ recovery-image] Aug 14 18:58:57.285 INFO O| Aug 14 18:58:57.285 INFO STEP 70 (pack_tar) COMPLETE
51992026-08-14T18:58:58.341Z[ recovery-image] Aug 14 18:58:57.285 INFO O| Aug 14 18:58:57.285 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52002026-08-14T18:58:58.345Z[ recovery-image] Aug 14 18:58:57.285 INFO O| Aug 14 18:58:57.285 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52012026-08-14T18:58:58.405Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52022026-08-14T18:58:58.408Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52032026-08-14T18:58:58.449Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52042026-08-14T18:58:58.679Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52052026-08-14T18:58:58.718Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52062026-08-14T18:58:58.795Z[ recovery-image] Aug 14 18:58:57.739 INFO O| Aug 14 18:58:57.738 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52072026-08-14T18:58:58.959Z[ recovery-image] Aug 14 18:58:57.903 INFO O| Aug 14 18:58:57.903 INFO completed processing sled/ramdisk-02-trim
52082026-08-14T18:58:58.963Z[ recovery-image] Aug 14 18:58:57.905 INFO image builder template: ramdisk-03-recovery-trim...
52092026-08-14T18:58:58.963Z[ recovery-image] Aug 14 18:58:57.905 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/.tmpxeUstV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52102026-08-14T18:58:58.966Z[ recovery-image] Aug 14 18:58:57.910 INFO O| Aug 14 18:58:57.910 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52112026-08-14T18:58:59.009Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52122026-08-14T18:58:59.042Z[ recovery-image] Aug 14 18:58:57.986 INFO O| Aug 14 18:58:57.986 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52132026-08-14T18:58:59.046Z[ recovery-image] Aug 14 18:58:57.990 INFO O| Aug 14 18:58:57.990 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52142026-08-14T18:58:59.135Z[ recovery-image] Aug 14 18:58:58.078 INFO O| Aug 14 18:58:58.078 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52152026-08-14T18:58:59.278Z[ recovery-image] Aug 14 18:58:58.220 INFO O| Aug 14 18:58:58.220 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52162026-08-14T18:58:59.278Z[ recovery-image] Aug 14 18:58:58.220 INFO O| Aug 14 18:58:58.220 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52172026-08-14T18:58:59.284Z[ recovery-image] Aug 14 18:58:58.228 INFO O| Aug 14 18:58:58.228 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52182026-08-14T18:58:59.288Z[ recovery-image] Aug 14 18:58:58.232 INFO O| Aug 14 18:58:58.232 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52192026-08-14T18:58:59.293Z[ recovery-image] Aug 14 18:58:58.237 INFO O| Aug 14 18:58:58.237 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52202026-08-14T18:58:59.670Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52212026-08-14T18:58:59.909Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52222026-08-14T18:59:00.430Z[ recovery-image] Aug 14 18:58:59.373 INFO O| Aug 14 18:58:59.373 INFO rolled back to input snapshot; work may begin
52232026-08-14T18:59:00.430Z[ recovery-image] Aug 14 18:58:59.373 INFO O| Aug 14 18:58:59.373 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52242026-08-14T18:59:00.435Z[ recovery-image] Aug 14 18:58:59.379 INFO O| Aug 14 18:58:59.379 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52252026-08-14T18:59:00.446Z[ recovery-image] Aug 14 18:58:59.389 INFO O| Aug 14 18:58:59.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52262026-08-14T18:59:00.450Z[ recovery-image] Aug 14 18:58:59.392 INFO O| Aug 14 18:58:59.392 INFO STEP 0 (remove_files) COMPLETE
52272026-08-14T18:59:00.450Z[ recovery-image] Aug 14 18:58:59.392 INFO O| Aug 14 18:58:59.392 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52282026-08-14T18:59:00.459Z[ recovery-image] Aug 14 18:58:59.403 INFO O| Aug 14 18:58:59.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52292026-08-14T18:59:00.463Z[ recovery-image] Aug 14 18:58:59.404 INFO O| Aug 14 18:58:59.404 INFO STEP 1 (remove_files) COMPLETE
52302026-08-14T18:59:00.463Z[ recovery-image] Aug 14 18:58:59.404 INFO O| Aug 14 18:58:59.404 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52312026-08-14T18:59:00.472Z[ recovery-image] Aug 14 18:58:59.415 INFO O| Aug 14 18:58:59.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52322026-08-14T18:59:00.481Z[ recovery-image] Aug 14 18:58:59.424 INFO O| Aug 14 18:58:59.424 INFO STEP 2 (remove_files) COMPLETE
52332026-08-14T18:59:00.481Z[ recovery-image] Aug 14 18:58:59.425 INFO O| Aug 14 18:58:59.424 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52342026-08-14T18:59:00.492Z[ recovery-image] Aug 14 18:58:59.436 INFO O| Aug 14 18:58:59.436 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52352026-08-14T18:59:00.557Z[ recovery-image] Aug 14 18:58:59.500 INFO O| Aug 14 18:58:59.500 INFO STEP 3 (remove_files) COMPLETE
52362026-08-14T18:59:00.557Z[ recovery-image] Aug 14 18:58:59.500 INFO O| Aug 14 18:58:59.500 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-08-14T18:59:00.568Z[ recovery-image] Aug 14 18:58:59.511 INFO O| Aug 14 18:58:59.511 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52382026-08-14T18:59:00.572Z[ recovery-image] Aug 14 18:58:59.515 INFO O| Aug 14 18:58:59.515 INFO STEP 4 (remove_files) COMPLETE
52392026-08-14T18:59:00.572Z[ recovery-image] Aug 14 18:58:59.515 INFO O| Aug 14 18:58:59.515 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-08-14T18:59:00.582Z[ recovery-image] Aug 14 18:58:59.526 INFO O| Aug 14 18:58:59.526 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52412026-08-14T18:59:00.619Z[ recovery-image] Aug 14 18:58:59.563 INFO O| Aug 14 18:58:59.563 INFO STEP 5 (remove_files) COMPLETE
52422026-08-14T18:59:00.620Z[ recovery-image] Aug 14 18:58:59.563 INFO O| Aug 14 18:58:59.563 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52432026-08-14T18:59:00.630Z[ recovery-image] Aug 14 18:58:59.574 INFO O| Aug 14 18:58:59.574 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52442026-08-14T18:59:00.646Z[ recovery-image] Aug 14 18:58:59.589 INFO O| Aug 14 18:58:59.589 INFO STEP 6 (remove_files) COMPLETE
52452026-08-14T18:59:00.646Z[ recovery-image] Aug 14 18:58:59.589 INFO O| Aug 14 18:58:59.589 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-08-14T18:59:00.657Z[ recovery-image] Aug 14 18:58:59.600 INFO O| Aug 14 18:58:59.600 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52472026-08-14T18:59:00.660Z[ recovery-image] Aug 14 18:58:59.601 INFO O| Aug 14 18:58:59.601 INFO STEP 7 (remove_files) COMPLETE
52482026-08-14T18:59:00.660Z[ recovery-image] Aug 14 18:58:59.601 INFO O| Aug 14 18:58:59.601 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52492026-08-14T18:59:00.668Z[ recovery-image] Aug 14 18:58:59.612 INFO O| Aug 14 18:58:59.612 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52502026-08-14T18:59:00.672Z[ recovery-image] Aug 14 18:58:59.613 INFO O| Aug 14 18:58:59.613 INFO STEP 8 (remove_files) COMPLETE
52512026-08-14T18:59:00.672Z[ recovery-image] Aug 14 18:58:59.613 INFO O| Aug 14 18:58:59.613 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52522026-08-14T18:59:00.680Z[ recovery-image] Aug 14 18:58:59.623 INFO O| Aug 14 18:58:59.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52532026-08-14T18:59:00.684Z[ recovery-image] Aug 14 18:58:59.627 INFO O| Aug 14 18:58:59.627 INFO STEP 9 (remove_files) COMPLETE
52542026-08-14T18:59:00.684Z[ recovery-image] Aug 14 18:58:59.628 INFO O| Aug 14 18:58:59.627 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52552026-08-14T18:59:00.696Z[ recovery-image] Aug 14 18:58:59.639 INFO O| Aug 14 18:58:59.639 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52562026-08-14T18:59:00.700Z[ recovery-image] Aug 14 18:58:59.640 INFO O| Aug 14 18:58:59.640 INFO STEP 10 (remove_files) COMPLETE
52572026-08-14T18:59:00.700Z[ recovery-image] Aug 14 18:58:59.640 INFO O| Aug 14 18:58:59.640 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52582026-08-14T18:59:00.708Z[ recovery-image] Aug 14 18:58:59.651 INFO O| Aug 14 18:58:59.651 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52592026-08-14T18:59:00.712Z[ recovery-image] Aug 14 18:58:59.653 INFO O| Aug 14 18:58:59.653 INFO STEP 11 (remove_files) COMPLETE
52602026-08-14T18:59:00.712Z[ recovery-image] Aug 14 18:58:59.653 INFO O| Aug 14 18:58:59.653 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52612026-08-14T18:59:00.720Z[ recovery-image] Aug 14 18:58:59.664 INFO O| Aug 14 18:58:59.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52622026-08-14T18:59:00.900Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52632026-08-14T18:59:00.952Z[ recovery-image] Aug 14 18:58:59.894 INFO O| Aug 14 18:58:59.894 INFO STEP 12 (remove_files) COMPLETE
52642026-08-14T18:59:00.952Z[ recovery-image] Aug 14 18:58:59.895 INFO O| Aug 14 18:58:59.894 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52652026-08-14T18:59:00.962Z[ recovery-image] Aug 14 18:58:59.905 INFO O| Aug 14 18:58:59.905 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52662026-08-14T18:59:00.990Z[ recovery-image] Aug 14 18:58:59.933 INFO O| Aug 14 18:58:59.932 INFO STEP 13 (remove_files) COMPLETE
52672026-08-14T18:59:00.990Z[ recovery-image] Aug 14 18:58:59.933 INFO O| Aug 14 18:58:59.933 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-08-14T18:59:01.003Z[ recovery-image] Aug 14 18:58:59.943 INFO O| Aug 14 18:58:59.943 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52692026-08-14T18:59:01.007Z[ recovery-image] Aug 14 18:58:59.949 INFO O| Aug 14 18:58:59.949 INFO STEP 14 (remove_files) COMPLETE
52702026-08-14T18:59:01.007Z[ recovery-image] Aug 14 18:58:59.949 INFO O| Aug 14 18:58:59.949 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-08-14T18:59:01.017Z[ recovery-image] Aug 14 18:58:59.960 INFO O| Aug 14 18:58:59.960 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52722026-08-14T18:59:01.021Z[ recovery-image] Aug 14 18:58:59.962 INFO O| Aug 14 18:58:59.962 INFO STEP 15 (remove_files) COMPLETE
52732026-08-14T18:59:01.021Z[ recovery-image] Aug 14 18:58:59.962 INFO O| Aug 14 18:58:59.962 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-08-14T18:59:01.030Z[ recovery-image] Aug 14 18:58:59.973 INFO O| Aug 14 18:58:59.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52752026-08-14T18:59:01.034Z[ recovery-image] Aug 14 18:58:59.974 INFO O| Aug 14 18:58:59.974 INFO STEP 16 (remove_files) COMPLETE
52762026-08-14T18:59:01.034Z[ recovery-image] Aug 14 18:58:59.974 INFO O| Aug 14 18:58:59.974 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52772026-08-14T18:59:01.040Z[ recovery-image] Aug 14 18:58:59.983 INFO O| Aug 14 18:58:59.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52782026-08-14T18:59:01.111Z[ recovery-image] Aug 14 18:59:00.053 INFO O| Aug 14 18:59:00.053 INFO STEP 17 (remove_files) COMPLETE
52792026-08-14T18:59:01.111Z[ recovery-image] Aug 14 18:59:00.053 INFO O| Aug 14 18:59:00.053 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52802026-08-14T18:59:01.123Z[ recovery-image] Aug 14 18:59:00.066 INFO O| Aug 14 18:59:00.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52812026-08-14T18:59:01.123Z[ recovery-image] Aug 14 18:59:00.066 INFO O| Aug 14 18:59:00.066 INFO STEP 18 (remove_files) COMPLETE
52822026-08-14T18:59:01.123Z[ recovery-image] Aug 14 18:59:00.066 INFO O| Aug 14 18:59:00.066 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52832026-08-14T18:59:01.134Z[ recovery-image] Aug 14 18:59:00.077 INFO O| Aug 14 18:59:00.077 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52842026-08-14T18:59:01.135Z[ recovery-image] Aug 14 18:59:00.077 INFO O| Aug 14 18:59:00.077 INFO STEP 19 (remove_files) COMPLETE
52852026-08-14T18:59:01.140Z[ recovery-image] Aug 14 18:59:00.077 INFO O| Aug 14 18:59:00.077 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52862026-08-14T18:59:01.146Z[ recovery-image] Aug 14 18:59:00.088 INFO O| Aug 14 18:59:00.088 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52872026-08-14T18:59:01.197Z[ recovery-image] Aug 14 18:59:00.139 INFO O| Aug 14 18:59:00.139 INFO STEP 20 (remove_files) COMPLETE
52882026-08-14T18:59:01.197Z[ recovery-image] Aug 14 18:59:00.140 INFO O| Aug 14 18:59:00.139 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52892026-08-14T18:59:01.206Z[ recovery-image] Aug 14 18:59:00.149 INFO O| Aug 14 18:59:00.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52902026-08-14T18:59:01.210Z[ recovery-image] Aug 14 18:59:00.151 INFO O| Aug 14 18:59:00.151 INFO STEP 21 (remove_files) COMPLETE
52912026-08-14T18:59:01.210Z[ recovery-image] Aug 14 18:59:00.151 INFO O| Aug 14 18:59:00.151 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52922026-08-14T18:59:01.218Z[ recovery-image] Aug 14 18:59:00.161 INFO O| Aug 14 18:59:00.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
52932026-08-14T18:59:01.218Z[ recovery-image] Aug 14 18:59:00.161 INFO O| Aug 14 18:59:00.161 INFO STEP 22 (remove_files) COMPLETE
52942026-08-14T18:59:01.218Z[ recovery-image] Aug 14 18:59:00.161 INFO O| Aug 14 18:59:00.161 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52952026-08-14T18:59:01.229Z[ recovery-image] Aug 14 18:59:00.171 INFO O| Aug 14 18:59:00.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
52962026-08-14T18:59:01.233Z[ recovery-image] Aug 14 18:59:00.173 INFO O| Aug 14 18:59:00.173 INFO STEP 23 (remove_files) COMPLETE
52972026-08-14T18:59:01.233Z[ recovery-image] Aug 14 18:59:00.173 INFO O| Aug 14 18:59:00.173 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52982026-08-14T18:59:01.239Z[ recovery-image] Aug 14 18:59:00.182 INFO O| Aug 14 18:59:00.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
52992026-08-14T18:59:01.244Z[ recovery-image] Aug 14 18:59:00.183 INFO O| Aug 14 18:59:00.183 INFO STEP 24 (remove_files) COMPLETE
53002026-08-14T18:59:01.245Z[ recovery-image] Aug 14 18:59:00.183 INFO O| Aug 14 18:59:00.183 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53012026-08-14T18:59:01.267Z[ recovery-image] Aug 14 18:59:00.195 INFO O| Aug 14 18:59:00.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53022026-08-14T18:59:01.267Z[ recovery-image] Aug 14 18:59:00.195 INFO O| Aug 14 18:59:00.195 INFO STEP 25 (remove_files) COMPLETE
53032026-08-14T18:59:01.268Z[ recovery-image] Aug 14 18:59:00.195 INFO O| Aug 14 18:59:00.195 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53042026-08-14T18:59:01.268Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53052026-08-14T18:59:01.274Z[ recovery-image] Aug 14 18:59:00.213 INFO O| Aug 14 18:59:00.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53062026-08-14T18:59:01.274Z[ recovery-image] Aug 14 18:59:00.213 INFO O| Aug 14 18:59:00.213 INFO STEP 26 (remove_files) COMPLETE
53072026-08-14T18:59:01.274Z[ recovery-image] Aug 14 18:59:00.213 INFO O| Aug 14 18:59:00.213 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-14T18:59:01.290Z[ recovery-image] Aug 14 18:59:00.233 INFO O| Aug 14 18:59:00.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53092026-08-14T18:59:01.290Z[ recovery-image] Aug 14 18:59:00.233 INFO O| Aug 14 18:59:00.233 INFO STEP 27 (remove_files) COMPLETE
53102026-08-14T18:59:01.294Z[ recovery-image] Aug 14 18:59:00.233 INFO O| Aug 14 18:59:00.233 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-14T18:59:01.299Z[ recovery-image] Aug 14 18:59:00.242 INFO O| Aug 14 18:59:00.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53122026-08-14T18:59:01.303Z[ recovery-image] Aug 14 18:59:00.243 INFO O| Aug 14 18:59:00.243 INFO STEP 28 (remove_files) COMPLETE
53132026-08-14T18:59:01.303Z[ recovery-image] Aug 14 18:59:00.243 INFO O| Aug 14 18:59:00.243 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-14T18:59:01.308Z[ recovery-image] Aug 14 18:59:00.251 INFO O| Aug 14 18:59:00.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53152026-08-14T18:59:01.308Z[ recovery-image] Aug 14 18:59:00.252 INFO O| Aug 14 18:59:00.251 INFO STEP 29 (remove_files) COMPLETE
53162026-08-14T18:59:01.308Z[ recovery-image] Aug 14 18:59:00.252 INFO O| Aug 14 18:59:00.251 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-14T18:59:01.316Z[ recovery-image] Aug 14 18:59:00.260 INFO O| Aug 14 18:59:00.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53182026-08-14T18:59:01.320Z[ recovery-image] Aug 14 18:59:00.262 INFO O| Aug 14 18:59:00.262 INFO STEP 30 (remove_files) COMPLETE
53192026-08-14T18:59:01.320Z[ recovery-image] Aug 14 18:59:00.262 INFO O| Aug 14 18:59:00.262 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-14T18:59:01.328Z[ recovery-image] Aug 14 18:59:00.272 INFO O| Aug 14 18:59:00.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53212026-08-14T18:59:01.329Z[ recovery-image] Aug 14 18:59:00.272 INFO O| Aug 14 18:59:00.272 INFO STEP 31 (remove_files) COMPLETE
53222026-08-14T18:59:01.329Z[ recovery-image] Aug 14 18:59:00.272 INFO O| Aug 14 18:59:00.272 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-08-14T18:59:01.340Z[ recovery-image] Aug 14 18:59:00.283 INFO O| Aug 14 18:59:00.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53242026-08-14T18:59:01.340Z[ recovery-image] Aug 14 18:59:00.283 INFO O| Aug 14 18:59:00.283 INFO STEP 32 (remove_files) COMPLETE
53252026-08-14T18:59:01.340Z[ recovery-image] Aug 14 18:59:00.283 INFO O| Aug 14 18:59:00.283 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-08-14T18:59:01.351Z[ recovery-image] Aug 14 18:59:00.294 INFO O| Aug 14 18:59:00.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53272026-08-14T18:59:01.351Z[ recovery-image] Aug 14 18:59:00.294 INFO O| Aug 14 18:59:00.294 INFO STEP 33 (remove_files) COMPLETE
53282026-08-14T18:59:01.351Z[ recovery-image] Aug 14 18:59:00.294 INFO O| Aug 14 18:59:00.294 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-08-14T18:59:01.361Z[ recovery-image] Aug 14 18:59:00.304 INFO O| Aug 14 18:59:00.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53302026-08-14T18:59:01.365Z[ recovery-image] Aug 14 18:59:00.305 INFO O| Aug 14 18:59:00.305 INFO STEP 34 (remove_files) COMPLETE
53312026-08-14T18:59:01.365Z[ recovery-image] Aug 14 18:59:00.305 INFO O| Aug 14 18:59:00.305 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-08-14T18:59:01.372Z[ recovery-image] Aug 14 18:59:00.315 INFO O| Aug 14 18:59:00.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53332026-08-14T18:59:01.372Z[ recovery-image] Aug 14 18:59:00.315 INFO O| Aug 14 18:59:00.315 INFO STEP 35 (remove_files) COMPLETE
53342026-08-14T18:59:01.376Z[ recovery-image] Aug 14 18:59:00.315 INFO O| Aug 14 18:59:00.315 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-08-14T18:59:01.380Z[ recovery-image] Aug 14 18:59:00.324 INFO O| Aug 14 18:59:00.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53362026-08-14T18:59:01.380Z[ recovery-image] Aug 14 18:59:00.324 INFO O| Aug 14 18:59:00.324 INFO STEP 36 (remove_files) COMPLETE
53372026-08-14T18:59:01.380Z[ recovery-image] Aug 14 18:59:00.324 INFO O| Aug 14 18:59:00.324 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-08-14T18:59:01.389Z[ recovery-image] Aug 14 18:59:00.333 INFO O| Aug 14 18:59:00.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53392026-08-14T18:59:01.389Z[ recovery-image] Aug 14 18:59:00.333 INFO O| Aug 14 18:59:00.333 INFO STEP 37 (remove_files) COMPLETE
53402026-08-14T18:59:01.390Z[ recovery-image] Aug 14 18:59:00.333 INFO O| Aug 14 18:59:00.333 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-08-14T18:59:01.399Z[ recovery-image] Aug 14 18:59:00.343 INFO O| Aug 14 18:59:00.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53422026-08-14T18:59:01.399Z[ recovery-image] Aug 14 18:59:00.343 INFO O| Aug 14 18:59:00.343 INFO STEP 38 (remove_files) COMPLETE
53432026-08-14T18:59:01.399Z[ recovery-image] Aug 14 18:59:00.343 INFO O| Aug 14 18:59:00.343 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-08-14T18:59:01.410Z[ recovery-image] Aug 14 18:59:00.353 INFO O| Aug 14 18:59:00.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53452026-08-14T18:59:01.410Z[ recovery-image] Aug 14 18:59:00.353 INFO O| Aug 14 18:59:00.353 INFO STEP 39 (remove_files) COMPLETE
53462026-08-14T18:59:01.410Z[ recovery-image] Aug 14 18:59:00.353 INFO O| Aug 14 18:59:00.353 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-14T18:59:01.422Z[ recovery-image] Aug 14 18:59:00.365 INFO O| Aug 14 18:59:00.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53482026-08-14T18:59:01.422Z[ recovery-image] Aug 14 18:59:00.365 INFO O| Aug 14 18:59:00.365 INFO STEP 40 (remove_files) COMPLETE
53492026-08-14T18:59:01.426Z[ recovery-image] Aug 14 18:59:00.365 INFO O| Aug 14 18:59:00.365 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-14T18:59:01.431Z[ recovery-image] Aug 14 18:59:00.375 INFO O| Aug 14 18:59:00.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53512026-08-14T18:59:01.431Z[ recovery-image] Aug 14 18:59:00.375 INFO O| Aug 14 18:59:00.375 INFO STEP 41 (remove_files) COMPLETE
53522026-08-14T18:59:01.435Z[ recovery-image] Aug 14 18:59:00.375 INFO O| Aug 14 18:59:00.375 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-14T18:59:01.440Z[ recovery-image] Aug 14 18:59:00.384 INFO O| Aug 14 18:59:00.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53542026-08-14T18:59:01.440Z[ recovery-image] Aug 14 18:59:00.384 INFO O| Aug 14 18:59:00.384 INFO STEP 42 (remove_files) COMPLETE
53552026-08-14T18:59:01.440Z[ recovery-image] Aug 14 18:59:00.384 INFO O| Aug 14 18:59:00.384 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-14T18:59:01.446Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53572026-08-14T18:59:01.450Z[ recovery-image] Aug 14 18:59:00.394 INFO O| Aug 14 18:59:00.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53582026-08-14T18:59:01.450Z[ recovery-image] Aug 14 18:59:00.394 INFO O| Aug 14 18:59:00.394 INFO STEP 43 (remove_files) COMPLETE
53592026-08-14T18:59:01.454Z[ recovery-image] Aug 14 18:59:00.394 INFO O| Aug 14 18:59:00.394 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-14T18:59:01.462Z[ recovery-image] Aug 14 18:59:00.405 INFO O| Aug 14 18:59:00.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53612026-08-14T18:59:01.462Z[ recovery-image] Aug 14 18:59:00.405 INFO O| Aug 14 18:59:00.405 INFO STEP 44 (remove_files) COMPLETE
53622026-08-14T18:59:01.465Z[ recovery-image] Aug 14 18:59:00.405 INFO O| Aug 14 18:59:00.405 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-14T18:59:01.472Z[ recovery-image] Aug 14 18:59:00.415 INFO O| Aug 14 18:59:00.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53642026-08-14T18:59:01.472Z[ recovery-image] Aug 14 18:59:00.415 INFO O| Aug 14 18:59:00.415 INFO STEP 45 (remove_files) COMPLETE
53652026-08-14T18:59:01.472Z[ recovery-image] Aug 14 18:59:00.415 INFO O| Aug 14 18:59:00.415 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-14T18:59:01.481Z[ recovery-image] Aug 14 18:59:00.424 INFO O| Aug 14 18:59:00.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53672026-08-14T18:59:01.481Z[ recovery-image] Aug 14 18:59:00.424 INFO O| Aug 14 18:59:00.424 INFO STEP 46 (remove_files) COMPLETE
53682026-08-14T18:59:01.481Z[ recovery-image] Aug 14 18:59:00.424 INFO O| Aug 14 18:59:00.424 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-08-14T18:59:01.491Z[ recovery-image] Aug 14 18:59:00.435 INFO O| Aug 14 18:59:00.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53702026-08-14T18:59:01.492Z[ recovery-image] Aug 14 18:59:00.435 INFO O| Aug 14 18:59:00.435 INFO STEP 47 (remove_files) COMPLETE
53712026-08-14T18:59:01.495Z[ recovery-image] Aug 14 18:59:00.435 INFO O| Aug 14 18:59:00.435 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-14T18:59:01.516Z[ recovery-image] Aug 14 18:59:00.459 INFO O| Aug 14 18:59:00.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53732026-08-14T18:59:01.516Z[ recovery-image] Aug 14 18:59:00.459 INFO O| Aug 14 18:59:00.459 INFO STEP 48 (remove_files) COMPLETE
53742026-08-14T18:59:01.516Z[ recovery-image] Aug 14 18:59:00.459 INFO O| Aug 14 18:59:00.459 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-14T18:59:01.528Z[ recovery-image] Aug 14 18:59:00.472 INFO O| Aug 14 18:59:00.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53762026-08-14T18:59:01.529Z[ recovery-image] Aug 14 18:59:00.472 INFO O| Aug 14 18:59:00.472 INFO STEP 49 (remove_files) COMPLETE
53772026-08-14T18:59:01.529Z[ recovery-image] Aug 14 18:59:00.472 INFO O| Aug 14 18:59:00.472 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-14T18:59:01.538Z[ recovery-image] Aug 14 18:59:00.482 INFO O| Aug 14 18:59:00.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53792026-08-14T18:59:01.539Z[ recovery-image] Aug 14 18:59:00.482 INFO O| Aug 14 18:59:00.482 INFO STEP 50 (remove_files) COMPLETE
53802026-08-14T18:59:01.539Z[ recovery-image] Aug 14 18:59:00.482 INFO O| Aug 14 18:59:00.482 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-14T18:59:01.550Z[ recovery-image] Aug 14 18:59:00.493 INFO O| Aug 14 18:59:00.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53822026-08-14T18:59:01.550Z[ recovery-image] Aug 14 18:59:00.493 INFO O| Aug 14 18:59:00.493 INFO STEP 51 (remove_files) COMPLETE
53832026-08-14T18:59:01.550Z[ recovery-image] Aug 14 18:59:00.493 INFO O| Aug 14 18:59:00.493 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-14T18:59:01.565Z[ recovery-image] Aug 14 18:59:00.509 INFO O| Aug 14 18:59:00.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53852026-08-14T18:59:01.570Z[ recovery-image] Aug 14 18:59:00.511 INFO O| Aug 14 18:59:00.511 INFO STEP 52 (remove_files) COMPLETE
53862026-08-14T18:59:01.570Z[ recovery-image] Aug 14 18:59:00.512 INFO O| Aug 14 18:59:00.511 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-14T18:59:01.580Z[ recovery-image] Aug 14 18:59:00.524 INFO O| Aug 14 18:59:00.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53882026-08-14T18:59:01.581Z[ recovery-image] Aug 14 18:59:00.524 INFO O| Aug 14 18:59:00.524 INFO STEP 53 (remove_files) COMPLETE
53892026-08-14T18:59:01.581Z[ recovery-image] Aug 14 18:59:00.524 INFO O| Aug 14 18:59:00.524 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-14T18:59:01.592Z[ recovery-image] Aug 14 18:59:00.536 INFO O| Aug 14 18:59:00.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53912026-08-14T18:59:01.592Z[ recovery-image] Aug 14 18:59:00.536 INFO O| Aug 14 18:59:00.536 INFO STEP 54 (remove_files) COMPLETE
53922026-08-14T18:59:01.592Z[ recovery-image] Aug 14 18:59:00.536 INFO O| Aug 14 18:59:00.536 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-14T18:59:01.633Z[ recovery-image] Aug 14 18:59:00.576 INFO O| Aug 14 18:59:00.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
53942026-08-14T18:59:01.637Z[ recovery-image] Aug 14 18:59:00.578 INFO O| Aug 14 18:59:00.578 INFO STEP 55 (remove_files) COMPLETE
53952026-08-14T18:59:01.637Z[ recovery-image] Aug 14 18:59:00.578 INFO O| Aug 14 18:59:00.578 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-14T18:59:01.645Z[ recovery-image] Aug 14 18:59:00.589 INFO O| Aug 14 18:59:00.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
53972026-08-14T18:59:01.645Z[ recovery-image] Aug 14 18:59:00.589 INFO O| Aug 14 18:59:00.589 INFO STEP 56 (remove_files) COMPLETE
53982026-08-14T18:59:01.645Z[ recovery-image] Aug 14 18:59:00.589 INFO O| Aug 14 18:59:00.589 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-14T18:59:01.665Z[ recovery-image] Aug 14 18:59:00.608 INFO O| Aug 14 18:59:00.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54002026-08-14T18:59:01.665Z[ recovery-image] Aug 14 18:59:00.608 INFO O| Aug 14 18:59:00.608 INFO STEP 57 (remove_files) COMPLETE
54012026-08-14T18:59:01.665Z[ recovery-image] Aug 14 18:59:00.608 INFO O| Aug 14 18:59:00.608 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-14T18:59:01.674Z[ recovery-image] Aug 14 18:59:00.617 INFO O| Aug 14 18:59:00.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54032026-08-14T18:59:01.674Z[ recovery-image] Aug 14 18:59:00.617 INFO O| Aug 14 18:59:00.617 INFO STEP 58 (remove_files) COMPLETE
54042026-08-14T18:59:01.674Z[ recovery-image] Aug 14 18:59:00.617 INFO O| Aug 14 18:59:00.617 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-14T18:59:01.686Z[ recovery-image] Aug 14 18:59:00.628 INFO O| Aug 14 18:59:00.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54062026-08-14T18:59:01.686Z[ recovery-image] Aug 14 18:59:00.628 INFO O| Aug 14 18:59:00.628 INFO STEP 59 (remove_files) COMPLETE
54072026-08-14T18:59:01.686Z[ recovery-image] Aug 14 18:59:00.628 INFO O| Aug 14 18:59:00.628 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-14T18:59:01.694Z[ recovery-image] Aug 14 18:59:00.637 INFO O| Aug 14 18:59:00.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54092026-08-14T18:59:01.698Z[ recovery-image] Aug 14 18:59:00.639 INFO O| Aug 14 18:59:00.639 INFO STEP 60 (remove_files) COMPLETE
54102026-08-14T18:59:01.698Z[ recovery-image] Aug 14 18:59:00.639 INFO O| Aug 14 18:59:00.639 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-14T18:59:01.710Z[ recovery-image] Aug 14 18:59:00.653 INFO O| Aug 14 18:59:00.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54122026-08-14T18:59:01.710Z[ recovery-image] Aug 14 18:59:00.653 INFO O| Aug 14 18:59:00.653 INFO STEP 61 (remove_files) COMPLETE
54132026-08-14T18:59:01.710Z[ recovery-image] Aug 14 18:59:00.653 INFO O| Aug 14 18:59:00.653 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-14T18:59:01.735Z[ recovery-image] Aug 14 18:59:00.678 INFO O| Aug 14 18:59:00.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54152026-08-14T18:59:01.735Z[ recovery-image] Aug 14 18:59:00.678 INFO O| Aug 14 18:59:00.678 INFO STEP 62 (remove_files) COMPLETE
54162026-08-14T18:59:01.735Z[ recovery-image] Aug 14 18:59:00.678 INFO O| Aug 14 18:59:00.678 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-14T18:59:01.754Z[ recovery-image] Aug 14 18:59:00.697 INFO O| Aug 14 18:59:00.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54182026-08-14T18:59:01.754Z[ recovery-image] Aug 14 18:59:00.697 INFO O| Aug 14 18:59:00.697 INFO STEP 63 (remove_files) COMPLETE
54192026-08-14T18:59:01.754Z[ recovery-image] Aug 14 18:59:00.697 INFO O| Aug 14 18:59:00.697 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-14T18:59:01.770Z[ recovery-image] Aug 14 18:59:00.713 INFO O| Aug 14 18:59:00.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54212026-08-14T18:59:01.770Z[ recovery-image] Aug 14 18:59:00.713 INFO O| Aug 14 18:59:00.713 INFO STEP 64 (remove_files) COMPLETE
54222026-08-14T18:59:01.770Z[ recovery-image] Aug 14 18:59:00.713 INFO O| Aug 14 18:59:00.713 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-14T18:59:01.781Z[ recovery-image] Aug 14 18:59:00.724 INFO O| Aug 14 18:59:00.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54242026-08-14T18:59:01.781Z[ recovery-image] Aug 14 18:59:00.724 INFO O| Aug 14 18:59:00.724 INFO STEP 65 (remove_files) COMPLETE
54252026-08-14T18:59:01.781Z[ recovery-image] Aug 14 18:59:00.724 INFO O| Aug 14 18:59:00.724 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-14T18:59:01.799Z[ recovery-image] Aug 14 18:59:00.743 INFO O| Aug 14 18:59:00.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54272026-08-14T18:59:01.799Z[ recovery-image] Aug 14 18:59:00.743 INFO O| Aug 14 18:59:00.743 INFO STEP 66 (remove_files) COMPLETE
54282026-08-14T18:59:01.799Z[ recovery-image] Aug 14 18:59:00.743 INFO O| Aug 14 18:59:00.743 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-14T18:59:01.813Z[ recovery-image] Aug 14 18:59:00.756 INFO O| Aug 14 18:59:00.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54302026-08-14T18:59:01.813Z[ recovery-image] Aug 14 18:59:00.756 INFO O| Aug 14 18:59:00.756 INFO STEP 67 (remove_files) COMPLETE
54312026-08-14T18:59:01.813Z[ recovery-image] Aug 14 18:59:00.756 INFO O| Aug 14 18:59:00.756 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-14T18:59:01.830Z[ recovery-image] Aug 14 18:59:00.773 INFO O| Aug 14 18:59:00.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54332026-08-14T18:59:01.830Z[ recovery-image] Aug 14 18:59:00.773 INFO O| Aug 14 18:59:00.773 INFO STEP 68 (remove_files) COMPLETE
54342026-08-14T18:59:01.830Z[ recovery-image] Aug 14 18:59:00.773 INFO O| Aug 14 18:59:00.773 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-14T18:59:01.845Z[ recovery-image] Aug 14 18:59:00.788 INFO O| Aug 14 18:59:00.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54362026-08-14T18:59:01.845Z[ recovery-image] Aug 14 18:59:00.788 INFO O| Aug 14 18:59:00.788 INFO STEP 69 (remove_files) COMPLETE
54372026-08-14T18:59:01.845Z[ recovery-image] Aug 14 18:59:00.788 INFO O| Aug 14 18:59:00.788 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-14T18:59:01.859Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54392026-08-14T18:59:01.864Z[ recovery-image] Aug 14 18:59:00.808 INFO O| Aug 14 18:59:00.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54402026-08-14T18:59:01.864Z[ recovery-image] Aug 14 18:59:00.808 INFO O| Aug 14 18:59:00.808 INFO STEP 70 (remove_files) COMPLETE
54412026-08-14T18:59:01.868Z[ recovery-image] Aug 14 18:59:00.808 INFO O| Aug 14 18:59:00.808 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-14T18:59:01.878Z[ recovery-image] Aug 14 18:59:00.822 INFO O| Aug 14 18:59:00.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54432026-08-14T18:59:01.879Z[ recovery-image] Aug 14 18:59:00.822 INFO O| Aug 14 18:59:00.822 INFO STEP 71 (remove_files) COMPLETE
54442026-08-14T18:59:01.879Z[ recovery-image] Aug 14 18:59:00.822 INFO O| Aug 14 18:59:00.822 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-14T18:59:01.890Z[ recovery-image] Aug 14 18:59:00.831 INFO O| Aug 14 18:59:00.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54462026-08-14T18:59:01.890Z[ recovery-image] Aug 14 18:59:00.831 INFO O| Aug 14 18:59:00.831 INFO STEP 72 (remove_files) COMPLETE
54472026-08-14T18:59:01.890Z[ recovery-image] Aug 14 18:59:00.831 INFO O| Aug 14 18:59:00.831 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-14T18:59:01.911Z[ recovery-image] Aug 14 18:59:00.854 INFO O| Aug 14 18:59:00.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54492026-08-14T18:59:01.911Z[ recovery-image] Aug 14 18:59:00.855 INFO O| Aug 14 18:59:00.855 INFO STEP 73 (remove_files) COMPLETE
54502026-08-14T18:59:01.911Z[ recovery-image] Aug 14 18:59:00.855 INFO O| Aug 14 18:59:00.855 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-14T18:59:01.945Z[ recovery-image] Aug 14 18:59:00.889 INFO O| Aug 14 18:59:00.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54522026-08-14T18:59:01.946Z[ recovery-image] Aug 14 18:59:00.889 INFO O| Aug 14 18:59:00.889 INFO STEP 74 (remove_files) COMPLETE
54532026-08-14T18:59:01.946Z[ recovery-image] Aug 14 18:59:00.889 INFO O| Aug 14 18:59:00.889 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-14T18:59:01.957Z[ recovery-image] Aug 14 18:59:00.900 INFO O| Aug 14 18:59:00.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54552026-08-14T18:59:01.957Z[ recovery-image] Aug 14 18:59:00.900 INFO O| Aug 14 18:59:00.900 INFO STEP 75 (remove_files) COMPLETE
54562026-08-14T18:59:01.957Z[ recovery-image] Aug 14 18:59:00.900 INFO O| Aug 14 18:59:00.900 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-14T18:59:01.968Z[ recovery-image] Aug 14 18:59:00.911 INFO O| Aug 14 18:59:00.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54582026-08-14T18:59:01.968Z[ recovery-image] Aug 14 18:59:00.911 INFO O| Aug 14 18:59:00.911 INFO STEP 76 (remove_files) COMPLETE
54592026-08-14T18:59:01.968Z[ recovery-image] Aug 14 18:59:00.911 INFO O| Aug 14 18:59:00.911 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-14T18:59:01.980Z[ recovery-image] Aug 14 18:59:00.924 INFO O| Aug 14 18:59:00.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54612026-08-14T18:59:01.980Z[ recovery-image] Aug 14 18:59:00.924 INFO O| Aug 14 18:59:00.924 INFO STEP 77 (remove_files) COMPLETE
54622026-08-14T18:59:01.980Z[ recovery-image] Aug 14 18:59:00.924 INFO O| Aug 14 18:59:00.924 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-14T18:59:01.994Z[ recovery-image] Aug 14 18:59:00.937 INFO O| Aug 14 18:59:00.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54642026-08-14T18:59:01.994Z[ recovery-image] Aug 14 18:59:00.937 INFO O| Aug 14 18:59:00.937 INFO STEP 78 (remove_files) COMPLETE
54652026-08-14T18:59:01.994Z[ recovery-image] Aug 14 18:59:00.937 INFO O| Aug 14 18:59:00.937 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-14T18:59:02.005Z[ recovery-image] Aug 14 18:59:00.949 INFO O| Aug 14 18:59:00.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54672026-08-14T18:59:02.006Z[ recovery-image] Aug 14 18:59:00.949 INFO O| Aug 14 18:59:00.949 INFO STEP 79 (remove_files) COMPLETE
54682026-08-14T18:59:02.006Z[ recovery-image] Aug 14 18:59:00.949 INFO O| Aug 14 18:59:00.949 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-14T18:59:02.029Z[ recovery-image] Aug 14 18:59:00.972 INFO O| Aug 14 18:59:00.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54702026-08-14T18:59:02.029Z[ recovery-image] Aug 14 18:59:00.972 INFO O| Aug 14 18:59:00.972 INFO STEP 80 (remove_files) COMPLETE
54712026-08-14T18:59:02.029Z[ recovery-image] Aug 14 18:59:00.972 INFO O| Aug 14 18:59:00.972 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-14T18:59:02.039Z[ recovery-image] Aug 14 18:59:00.982 INFO O| Aug 14 18:59:00.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54732026-08-14T18:59:02.039Z[ recovery-image] Aug 14 18:59:00.982 INFO O| Aug 14 18:59:00.982 INFO STEP 81 (remove_files) COMPLETE
54742026-08-14T18:59:02.039Z[ recovery-image] Aug 14 18:59:00.982 INFO O| Aug 14 18:59:00.982 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-14T18:59:02.052Z[ recovery-image] Aug 14 18:59:00.992 INFO O| Aug 14 18:59:00.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54762026-08-14T18:59:02.056Z[ recovery-image] Aug 14 18:59:00.992 INFO O| Aug 14 18:59:00.992 INFO STEP 82 (remove_files) COMPLETE
54772026-08-14T18:59:02.056Z[ recovery-image] Aug 14 18:59:00.992 INFO O| Aug 14 18:59:00.992 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-14T18:59:02.061Z[ recovery-image] Aug 14 18:59:01.003 INFO O| Aug 14 18:59:01.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54792026-08-14T18:59:02.061Z[ recovery-image] Aug 14 18:59:01.003 INFO O| Aug 14 18:59:01.003 INFO STEP 83 (remove_files) COMPLETE
54802026-08-14T18:59:02.061Z[ recovery-image] Aug 14 18:59:01.003 INFO O| Aug 14 18:59:01.003 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-14T18:59:02.069Z[ recovery-image] Aug 14 18:59:01.013 INFO O| Aug 14 18:59:01.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54822026-08-14T18:59:02.069Z[ recovery-image] Aug 14 18:59:01.013 INFO O| Aug 14 18:59:01.013 INFO STEP 84 (remove_files) COMPLETE
54832026-08-14T18:59:02.069Z[ recovery-image] Aug 14 18:59:01.013 INFO O| Aug 14 18:59:01.013 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-14T18:59:02.078Z[ recovery-image] Aug 14 18:59:01.022 INFO O| Aug 14 18:59:01.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54852026-08-14T18:59:02.078Z[ recovery-image] Aug 14 18:59:01.022 INFO O| Aug 14 18:59:01.022 INFO STEP 85 (remove_files) COMPLETE
54862026-08-14T18:59:02.082Z[ recovery-image] Aug 14 18:59:01.022 INFO O| Aug 14 18:59:01.022 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-14T18:59:02.087Z[ recovery-image] Aug 14 18:59:01.031 INFO O| Aug 14 18:59:01.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54882026-08-14T18:59:02.087Z[ recovery-image] Aug 14 18:59:01.031 INFO O| Aug 14 18:59:01.031 INFO STEP 86 (remove_files) COMPLETE
54892026-08-14T18:59:02.087Z[ recovery-image] Aug 14 18:59:01.031 INFO O| Aug 14 18:59:01.031 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-14T18:59:02.107Z[ recovery-image] Aug 14 18:59:01.050 INFO O| Aug 14 18:59:01.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
54912026-08-14T18:59:02.107Z[ recovery-image] Aug 14 18:59:01.050 INFO O| Aug 14 18:59:01.042 INFO STEP 87 (remove_files) COMPLETE
54922026-08-14T18:59:02.107Z[ recovery-image] Aug 14 18:59:01.050 INFO O| Aug 14 18:59:01.042 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-14T18:59:02.111Z[ recovery-image] Aug 14 18:59:01.050 INFO O| Aug 14 18:59:01.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
54942026-08-14T18:59:02.111Z[ recovery-image] Aug 14 18:59:01.050 INFO O| Aug 14 18:59:01.050 INFO STEP 88 (remove_files) COMPLETE
54952026-08-14T18:59:02.111Z[ recovery-image] Aug 14 18:59:01.050 INFO O| Aug 14 18:59:01.050 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-14T18:59:02.116Z[ recovery-image] Aug 14 18:59:01.060 INFO O| Aug 14 18:59:01.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
54972026-08-14T18:59:02.116Z[ recovery-image] Aug 14 18:59:01.060 INFO O| Aug 14 18:59:01.060 INFO STEP 89 (remove_files) COMPLETE
54982026-08-14T18:59:02.116Z[ recovery-image] Aug 14 18:59:01.060 INFO O| Aug 14 18:59:01.060 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-14T18:59:02.120Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
55002026-08-14T18:59:02.126Z[ recovery-image] Aug 14 18:59:01.070 INFO O| Aug 14 18:59:01.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55012026-08-14T18:59:02.130Z[ recovery-image] Aug 14 18:59:01.070 INFO O| Aug 14 18:59:01.070 INFO STEP 90 (remove_files) COMPLETE
55022026-08-14T18:59:02.130Z[ recovery-image] Aug 14 18:59:01.070 INFO O| Aug 14 18:59:01.070 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-14T18:59:02.137Z[ recovery-image] Aug 14 18:59:01.080 INFO O| Aug 14 18:59:01.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55042026-08-14T18:59:02.137Z[ recovery-image] Aug 14 18:59:01.080 INFO O| Aug 14 18:59:01.080 INFO STEP 91 (remove_files) COMPLETE
55052026-08-14T18:59:02.141Z[ recovery-image] Aug 14 18:59:01.080 INFO O| Aug 14 18:59:01.080 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-14T18:59:02.146Z[ recovery-image] Aug 14 18:59:01.090 INFO O| Aug 14 18:59:01.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55072026-08-14T18:59:02.146Z[ recovery-image] Aug 14 18:59:01.090 INFO O| Aug 14 18:59:01.090 INFO STEP 92 (remove_files) COMPLETE
55082026-08-14T18:59:02.150Z[ recovery-image] Aug 14 18:59:01.090 INFO O| Aug 14 18:59:01.090 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-14T18:59:02.157Z[ recovery-image] Aug 14 18:59:01.101 INFO O| Aug 14 18:59:01.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55102026-08-14T18:59:02.157Z[ recovery-image] Aug 14 18:59:01.101 INFO O| Aug 14 18:59:01.101 INFO STEP 93 (remove_files) COMPLETE
55112026-08-14T18:59:02.157Z[ recovery-image] Aug 14 18:59:01.101 INFO O| Aug 14 18:59:01.101 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-14T18:59:02.169Z[ recovery-image] Aug 14 18:59:01.112 INFO O| Aug 14 18:59:01.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55132026-08-14T18:59:02.169Z[ recovery-image] Aug 14 18:59:01.112 INFO O| Aug 14 18:59:01.112 INFO STEP 94 (remove_files) COMPLETE
55142026-08-14T18:59:02.169Z[ recovery-image] Aug 14 18:59:01.112 INFO O| Aug 14 18:59:01.112 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-14T18:59:02.173Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
55162026-08-14T18:59:02.179Z[ recovery-image] Aug 14 18:59:01.122 INFO O| Aug 14 18:59:01.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55172026-08-14T18:59:02.179Z[ recovery-image] Aug 14 18:59:01.122 INFO O| Aug 14 18:59:01.122 INFO STEP 95 (remove_files) COMPLETE
55182026-08-14T18:59:02.188Z[ recovery-image] Aug 14 18:59:01.122 INFO O| Aug 14 18:59:01.122 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-08-14T18:59:02.192Z[ recovery-image] Aug 14 18:59:01.133 INFO O| Aug 14 18:59:01.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55202026-08-14T18:59:02.192Z[ recovery-image] Aug 14 18:59:01.133 INFO O| Aug 14 18:59:01.133 INFO STEP 96 (remove_files) COMPLETE
55212026-08-14T18:59:02.192Z[ recovery-image] Aug 14 18:59:01.133 INFO O| Aug 14 18:59:01.133 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-08-14T18:59:02.201Z[ recovery-image] Aug 14 18:59:01.144 INFO O| Aug 14 18:59:01.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55232026-08-14T18:59:02.201Z[ recovery-image] Aug 14 18:59:01.144 INFO O| Aug 14 18:59:01.144 INFO STEP 97 (remove_files) COMPLETE
55242026-08-14T18:59:02.201Z[ recovery-image] Aug 14 18:59:01.144 INFO O| Aug 14 18:59:01.144 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-14T18:59:02.210Z[ recovery-image] Aug 14 18:59:01.153 INFO O| Aug 14 18:59:01.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55262026-08-14T18:59:02.210Z[ recovery-image] Aug 14 18:59:01.153 INFO O| Aug 14 18:59:01.153 INFO STEP 98 (remove_files) COMPLETE
55272026-08-14T18:59:02.210Z[ recovery-image] Aug 14 18:59:01.153 INFO O| Aug 14 18:59:01.153 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-14T18:59:02.219Z[ recovery-image] Aug 14 18:59:01.162 INFO O| Aug 14 18:59:01.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55292026-08-14T18:59:02.219Z[ recovery-image] Aug 14 18:59:01.162 INFO O| Aug 14 18:59:01.162 INFO STEP 99 (remove_files) COMPLETE
55302026-08-14T18:59:02.223Z[ recovery-image] Aug 14 18:59:01.162 INFO O| Aug 14 18:59:01.162 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-14T18:59:02.229Z[ recovery-image] Aug 14 18:59:01.172 INFO O| Aug 14 18:59:01.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55322026-08-14T18:59:02.229Z[ recovery-image] Aug 14 18:59:01.172 INFO O| Aug 14 18:59:01.172 INFO STEP 100 (remove_files) COMPLETE
55332026-08-14T18:59:02.229Z[ recovery-image] Aug 14 18:59:01.172 INFO O| Aug 14 18:59:01.172 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-14T18:59:02.237Z[ recovery-image] Aug 14 18:59:01.181 INFO O| Aug 14 18:59:01.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55352026-08-14T18:59:02.237Z[ recovery-image] Aug 14 18:59:01.181 INFO O| Aug 14 18:59:01.181 INFO STEP 101 (remove_files) COMPLETE
55362026-08-14T18:59:02.241Z[ recovery-image] Aug 14 18:59:01.181 INFO O| Aug 14 18:59:01.181 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-14T18:59:02.246Z[ recovery-image] Aug 14 18:59:01.190 INFO O| Aug 14 18:59:01.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55382026-08-14T18:59:02.250Z[ recovery-image] Aug 14 18:59:01.191 INFO O| Aug 14 18:59:01.191 INFO STEP 102 (remove_files) COMPLETE
55392026-08-14T18:59:02.250Z[ recovery-image] Aug 14 18:59:01.191 INFO O| Aug 14 18:59:01.191 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-14T18:59:02.256Z[ recovery-image] Aug 14 18:59:01.200 INFO O| Aug 14 18:59:01.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55412026-08-14T18:59:02.256Z[ recovery-image] Aug 14 18:59:01.200 INFO O| Aug 14 18:59:01.200 INFO STEP 103 (remove_files) COMPLETE
55422026-08-14T18:59:02.260Z[ recovery-image] Aug 14 18:59:01.200 INFO O| Aug 14 18:59:01.200 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-14T18:59:02.268Z[ recovery-image] Aug 14 18:59:01.211 INFO O| Aug 14 18:59:01.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55442026-08-14T18:59:02.268Z[ recovery-image] Aug 14 18:59:01.211 INFO O| Aug 14 18:59:01.211 INFO STEP 104 (remove_files) COMPLETE
55452026-08-14T18:59:02.268Z[ recovery-image] Aug 14 18:59:01.211 INFO O| Aug 14 18:59:01.211 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-14T18:59:02.279Z[ recovery-image] Aug 14 18:59:01.222 INFO O| Aug 14 18:59:01.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55472026-08-14T18:59:02.279Z[ recovery-image] Aug 14 18:59:01.223 INFO O| Aug 14 18:59:01.223 INFO STEP 105 (remove_files) COMPLETE
55482026-08-14T18:59:02.279Z[ recovery-image] Aug 14 18:59:01.223 INFO O| Aug 14 18:59:01.223 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-14T18:59:02.289Z[ recovery-image] Aug 14 18:59:01.233 INFO O| Aug 14 18:59:01.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55502026-08-14T18:59:02.289Z[ recovery-image] Aug 14 18:59:01.233 INFO O| Aug 14 18:59:01.233 INFO STEP 106 (remove_files) COMPLETE
55512026-08-14T18:59:02.293Z[ recovery-image] Aug 14 18:59:01.233 INFO O| Aug 14 18:59:01.233 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-08-14T18:59:02.298Z[ recovery-image] Aug 14 18:59:01.242 INFO O| Aug 14 18:59:01.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55532026-08-14T18:59:02.298Z[ recovery-image] Aug 14 18:59:01.242 INFO O| Aug 14 18:59:01.242 INFO STEP 107 (remove_files) COMPLETE
55542026-08-14T18:59:02.299Z[ recovery-image] Aug 14 18:59:01.242 INFO O| Aug 14 18:59:01.242 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-08-14T18:59:02.308Z[ recovery-image] Aug 14 18:59:01.252 INFO O| Aug 14 18:59:01.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55562026-08-14T18:59:02.308Z[ recovery-image] Aug 14 18:59:01.252 INFO O| Aug 14 18:59:01.252 INFO STEP 108 (remove_files) COMPLETE
55572026-08-14T18:59:02.309Z[ recovery-image] Aug 14 18:59:01.252 INFO O| Aug 14 18:59:01.252 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-08-14T18:59:02.318Z[ recovery-image] Aug 14 18:59:01.261 INFO O| Aug 14 18:59:01.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55592026-08-14T18:59:02.318Z[ recovery-image] Aug 14 18:59:01.262 INFO O| Aug 14 18:59:01.262 INFO STEP 109 (remove_files) COMPLETE
55602026-08-14T18:59:02.318Z[ recovery-image] Aug 14 18:59:01.262 INFO O| Aug 14 18:59:01.262 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-08-14T18:59:02.329Z[ recovery-image] Aug 14 18:59:01.272 INFO O| Aug 14 18:59:01.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55622026-08-14T18:59:02.333Z[ recovery-image] Aug 14 18:59:01.273 INFO O| Aug 14 18:59:01.273 INFO STEP 110 (remove_files) COMPLETE
55632026-08-14T18:59:02.333Z[ recovery-image] Aug 14 18:59:01.273 INFO O| Aug 14 18:59:01.273 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-08-14T18:59:02.338Z[ recovery-image] Aug 14 18:59:01.282 INFO O| Aug 14 18:59:01.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55652026-08-14T18:59:02.339Z[ recovery-image] Aug 14 18:59:01.282 INFO O| Aug 14 18:59:01.282 INFO STEP 111 (remove_files) COMPLETE
55662026-08-14T18:59:02.339Z[ recovery-image] Aug 14 18:59:01.282 INFO O| Aug 14 18:59:01.282 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-08-14T18:59:02.347Z[ recovery-image] Aug 14 18:59:01.291 INFO O| Aug 14 18:59:01.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55682026-08-14T18:59:02.351Z[ recovery-image] Aug 14 18:59:01.291 INFO O| Aug 14 18:59:01.291 INFO STEP 112 (remove_files) COMPLETE
55692026-08-14T18:59:02.351Z[ recovery-image] Aug 14 18:59:01.291 INFO O| Aug 14 18:59:01.291 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-08-14T18:59:02.363Z[ recovery-image] Aug 14 18:59:01.300 INFO O| Aug 14 18:59:01.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55712026-08-14T18:59:02.363Z[ recovery-image] Aug 14 18:59:01.300 INFO O| Aug 14 18:59:01.300 INFO STEP 113 (remove_files) COMPLETE
55722026-08-14T18:59:02.363Z[ recovery-image] Aug 14 18:59:01.300 INFO O| Aug 14 18:59:01.300 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-08-14T18:59:02.367Z[ recovery-image] Aug 14 18:59:01.309 INFO O| Aug 14 18:59:01.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55742026-08-14T18:59:02.367Z[ recovery-image] Aug 14 18:59:01.309 INFO O| Aug 14 18:59:01.309 INFO STEP 114 (remove_files) COMPLETE
55752026-08-14T18:59:02.367Z[ recovery-image] Aug 14 18:59:01.309 INFO O| Aug 14 18:59:01.309 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-08-14T18:59:02.377Z[ recovery-image] Aug 14 18:59:01.319 INFO O| Aug 14 18:59:01.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55772026-08-14T18:59:02.377Z[ recovery-image] Aug 14 18:59:01.319 INFO O| Aug 14 18:59:01.319 INFO STEP 115 (remove_files) COMPLETE
55782026-08-14T18:59:02.377Z[ recovery-image] Aug 14 18:59:01.319 INFO O| Aug 14 18:59:01.319 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-08-14T18:59:02.386Z[ recovery-image] Aug 14 18:59:01.328 INFO O| Aug 14 18:59:01.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55802026-08-14T18:59:02.392Z[ recovery-image] Aug 14 18:59:01.329 INFO O| Aug 14 18:59:01.329 INFO STEP 116 (remove_files) COMPLETE
55812026-08-14T18:59:02.392Z[ recovery-image] Aug 14 18:59:01.329 INFO O| Aug 14 18:59:01.329 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-08-14T18:59:02.399Z[ recovery-image] Aug 14 18:59:01.339 INFO O| Aug 14 18:59:01.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55832026-08-14T18:59:02.399Z[ recovery-image] Aug 14 18:59:01.339 INFO O| Aug 14 18:59:01.339 INFO STEP 117 (remove_files) COMPLETE
55842026-08-14T18:59:02.403Z[ recovery-image] Aug 14 18:59:01.339 INFO O| Aug 14 18:59:01.339 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-08-14T18:59:02.409Z[ recovery-image] Aug 14 18:59:01.350 INFO O| Aug 14 18:59:01.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55862026-08-14T18:59:02.409Z[ recovery-image] Aug 14 18:59:01.350 INFO O| Aug 14 18:59:01.350 INFO STEP 118 (remove_files) COMPLETE
55872026-08-14T18:59:02.409Z[ recovery-image] Aug 14 18:59:01.350 INFO O| Aug 14 18:59:01.350 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-08-14T18:59:02.416Z[ recovery-image] Aug 14 18:59:01.360 INFO O| Aug 14 18:59:01.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55892026-08-14T18:59:02.416Z[ recovery-image] Aug 14 18:59:01.360 INFO O| Aug 14 18:59:01.360 INFO STEP 119 (remove_files) COMPLETE
55902026-08-14T18:59:02.416Z[ recovery-image] Aug 14 18:59:01.360 INFO O| Aug 14 18:59:01.360 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-08-14T18:59:02.441Z[ recovery-image] Aug 14 18:59:01.371 INFO O| Aug 14 18:59:01.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
55922026-08-14T18:59:02.441Z[ recovery-image] Aug 14 18:59:01.371 INFO O| Aug 14 18:59:01.371 INFO STEP 120 (remove_files) COMPLETE
55932026-08-14T18:59:02.442Z[ recovery-image] Aug 14 18:59:01.371 INFO O| Aug 14 18:59:01.371 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-08-14T18:59:02.442Z[ recovery-image] Aug 14 18:59:01.382 INFO O| Aug 14 18:59:01.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
55952026-08-14T18:59:02.442Z[ recovery-image] Aug 14 18:59:01.382 INFO O| Aug 14 18:59:01.382 INFO STEP 121 (remove_files) COMPLETE
55962026-08-14T18:59:02.442Z[ recovery-image] Aug 14 18:59:01.382 INFO O| Aug 14 18:59:01.382 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-08-14T18:59:02.448Z[ recovery-image] Aug 14 18:59:01.391 INFO O| Aug 14 18:59:01.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
55982026-08-14T18:59:02.448Z[ recovery-image] Aug 14 18:59:01.391 INFO O| Aug 14 18:59:01.391 INFO STEP 122 (remove_files) COMPLETE
55992026-08-14T18:59:02.448Z[ recovery-image] Aug 14 18:59:01.391 INFO O| Aug 14 18:59:01.391 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-08-14T18:59:02.458Z[ recovery-image] Aug 14 18:59:01.401 INFO O| Aug 14 18:59:01.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56012026-08-14T18:59:02.458Z[ recovery-image] Aug 14 18:59:01.401 INFO O| Aug 14 18:59:01.401 INFO STEP 123 (remove_files) COMPLETE
56022026-08-14T18:59:02.458Z[ recovery-image] Aug 14 18:59:01.401 INFO O| Aug 14 18:59:01.401 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-08-14T18:59:02.467Z[ recovery-image] Aug 14 18:59:01.409 INFO O| Aug 14 18:59:01.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56042026-08-14T18:59:02.467Z[ recovery-image] Aug 14 18:59:01.409 INFO O| Aug 14 18:59:01.409 INFO STEP 124 (remove_files) COMPLETE
56052026-08-14T18:59:02.467Z[ recovery-image] Aug 14 18:59:01.409 INFO O| Aug 14 18:59:01.409 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-08-14T18:59:02.474Z[ recovery-image] Aug 14 18:59:01.417 INFO O| Aug 14 18:59:01.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56072026-08-14T18:59:02.474Z[ recovery-image] Aug 14 18:59:01.418 INFO O| Aug 14 18:59:01.418 INFO STEP 125 (remove_files) COMPLETE
56082026-08-14T18:59:02.481Z[ recovery-image] Aug 14 18:59:01.418 INFO O| Aug 14 18:59:01.418 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-08-14T18:59:02.485Z[ recovery-image] Aug 14 18:59:01.426 INFO O| Aug 14 18:59:01.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56102026-08-14T18:59:02.485Z[ recovery-image] Aug 14 18:59:01.426 INFO O| Aug 14 18:59:01.426 INFO STEP 126 (remove_files) COMPLETE
56112026-08-14T18:59:02.485Z[ recovery-image] Aug 14 18:59:01.426 INFO O| Aug 14 18:59:01.426 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-08-14T18:59:02.492Z[ recovery-image] Aug 14 18:59:01.434 INFO O| Aug 14 18:59:01.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56132026-08-14T18:59:02.492Z[ recovery-image] Aug 14 18:59:01.435 INFO O| Aug 14 18:59:01.434 INFO STEP 127 (remove_files) COMPLETE
56142026-08-14T18:59:02.492Z[ recovery-image] Aug 14 18:59:01.435 INFO O| Aug 14 18:59:01.434 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-08-14T18:59:02.500Z[ recovery-image] Aug 14 18:59:01.443 INFO O| Aug 14 18:59:01.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56162026-08-14T18:59:02.500Z[ recovery-image] Aug 14 18:59:01.443 INFO O| Aug 14 18:59:01.443 INFO STEP 128 (remove_files) COMPLETE
56172026-08-14T18:59:02.503Z[ recovery-image] Aug 14 18:59:01.443 INFO O| Aug 14 18:59:01.443 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-08-14T18:59:02.507Z[ recovery-image] Aug 14 18:59:01.451 INFO O| Aug 14 18:59:01.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56192026-08-14T18:59:02.507Z[ recovery-image] Aug 14 18:59:01.451 INFO O| Aug 14 18:59:01.451 INFO STEP 129 (remove_files) COMPLETE
56202026-08-14T18:59:02.507Z[ recovery-image] Aug 14 18:59:01.451 INFO O| Aug 14 18:59:01.451 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-08-14T18:59:02.516Z[ recovery-image] Aug 14 18:59:01.459 INFO O| Aug 14 18:59:01.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56222026-08-14T18:59:02.516Z[ recovery-image] Aug 14 18:59:01.459 INFO O| Aug 14 18:59:01.459 INFO STEP 130 (remove_files) COMPLETE
56232026-08-14T18:59:02.516Z[ recovery-image] Aug 14 18:59:01.459 INFO O| Aug 14 18:59:01.459 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-08-14T18:59:02.524Z[ recovery-image] Aug 14 18:59:01.468 INFO O| Aug 14 18:59:01.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56252026-08-14T18:59:02.524Z[ recovery-image] Aug 14 18:59:01.468 INFO O| Aug 14 18:59:01.468 INFO STEP 131 (remove_files) COMPLETE
56262026-08-14T18:59:02.524Z[ recovery-image] Aug 14 18:59:01.468 INFO O| Aug 14 18:59:01.468 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-08-14T18:59:02.533Z[ recovery-image] Aug 14 18:59:01.477 INFO O| Aug 14 18:59:01.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56282026-08-14T18:59:02.533Z[ recovery-image] Aug 14 18:59:01.477 INFO O| Aug 14 18:59:01.477 INFO STEP 132 (remove_files) COMPLETE
56292026-08-14T18:59:02.537Z[ recovery-image] Aug 14 18:59:01.477 INFO O| Aug 14 18:59:01.477 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-08-14T18:59:02.544Z[ recovery-image] Aug 14 18:59:01.487 INFO O| Aug 14 18:59:01.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56312026-08-14T18:59:02.544Z[ recovery-image] Aug 14 18:59:01.487 INFO O| Aug 14 18:59:01.487 INFO STEP 133 (remove_files) COMPLETE
56322026-08-14T18:59:02.544Z[ recovery-image] Aug 14 18:59:01.487 INFO O| Aug 14 18:59:01.487 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-08-14T18:59:02.554Z[ recovery-image] Aug 14 18:59:01.498 INFO O| Aug 14 18:59:01.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56342026-08-14T18:59:02.554Z[ recovery-image] Aug 14 18:59:01.498 INFO O| Aug 14 18:59:01.498 INFO STEP 134 (remove_files) COMPLETE
56352026-08-14T18:59:02.554Z[ recovery-image] Aug 14 18:59:01.498 INFO O| Aug 14 18:59:01.498 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-08-14T18:59:02.565Z[ recovery-image] Aug 14 18:59:01.508 INFO O| Aug 14 18:59:01.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56372026-08-14T18:59:02.565Z[ recovery-image] Aug 14 18:59:01.508 INFO O| Aug 14 18:59:01.508 INFO STEP 135 (remove_files) COMPLETE
56382026-08-14T18:59:02.565Z[ recovery-image] Aug 14 18:59:01.508 INFO O| Aug 14 18:59:01.508 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-08-14T18:59:02.575Z[ recovery-image] Aug 14 18:59:01.518 INFO O| Aug 14 18:59:01.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56402026-08-14T18:59:02.575Z[ recovery-image] Aug 14 18:59:01.518 INFO O| Aug 14 18:59:01.518 INFO STEP 136 (remove_files) COMPLETE
56412026-08-14T18:59:02.575Z[ recovery-image] Aug 14 18:59:01.518 INFO O| Aug 14 18:59:01.518 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-08-14T18:59:02.585Z[ recovery-image] Aug 14 18:59:01.528 INFO O| Aug 14 18:59:01.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56432026-08-14T18:59:02.585Z[ recovery-image] Aug 14 18:59:01.529 INFO O| Aug 14 18:59:01.529 INFO STEP 137 (remove_files) COMPLETE
56442026-08-14T18:59:02.585Z[ recovery-image] Aug 14 18:59:01.529 INFO O| Aug 14 18:59:01.529 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-08-14T18:59:02.596Z[ recovery-image] Aug 14 18:59:01.539 INFO O| Aug 14 18:59:01.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56462026-08-14T18:59:02.596Z[ recovery-image] Aug 14 18:59:01.539 INFO O| Aug 14 18:59:01.539 INFO STEP 138 (remove_files) COMPLETE
56472026-08-14T18:59:02.596Z[ recovery-image] Aug 14 18:59:01.539 INFO O| Aug 14 18:59:01.539 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-08-14T18:59:02.606Z[ recovery-image] Aug 14 18:59:01.549 INFO O| Aug 14 18:59:01.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56492026-08-14T18:59:02.606Z[ recovery-image] Aug 14 18:59:01.549 INFO O| Aug 14 18:59:01.549 INFO STEP 139 (remove_files) COMPLETE
56502026-08-14T18:59:02.609Z[ recovery-image] Aug 14 18:59:01.549 INFO O| Aug 14 18:59:01.549 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-08-14T18:59:02.615Z[ recovery-image] Aug 14 18:59:01.559 INFO O| Aug 14 18:59:01.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56522026-08-14T18:59:02.615Z[ recovery-image] Aug 14 18:59:01.559 INFO O| Aug 14 18:59:01.559 INFO STEP 140 (remove_files) COMPLETE
56532026-08-14T18:59:02.619Z[ recovery-image] Aug 14 18:59:01.559 INFO O| Aug 14 18:59:01.559 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-08-14T18:59:02.625Z[ recovery-image] Aug 14 18:59:01.569 INFO O| Aug 14 18:59:01.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56552026-08-14T18:59:02.625Z[ recovery-image] Aug 14 18:59:01.569 INFO O| Aug 14 18:59:01.569 INFO STEP 141 (remove_files) COMPLETE
56562026-08-14T18:59:02.629Z[ recovery-image] Aug 14 18:59:01.569 INFO O| Aug 14 18:59:01.569 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-08-14T18:59:02.636Z[ recovery-image] Aug 14 18:59:01.579 INFO O| Aug 14 18:59:01.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56582026-08-14T18:59:02.636Z[ recovery-image] Aug 14 18:59:01.580 INFO O| Aug 14 18:59:01.580 INFO STEP 142 (remove_files) COMPLETE
56592026-08-14T18:59:02.636Z[ recovery-image] Aug 14 18:59:01.580 INFO O| Aug 14 18:59:01.580 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-08-14T18:59:02.646Z[ recovery-image] Aug 14 18:59:01.589 INFO O| Aug 14 18:59:01.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56612026-08-14T18:59:02.646Z[ recovery-image] Aug 14 18:59:01.589 INFO O| Aug 14 18:59:01.589 INFO STEP 143 (remove_files) COMPLETE
56622026-08-14T18:59:02.649Z[ recovery-image] Aug 14 18:59:01.589 INFO O| Aug 14 18:59:01.589 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-08-14T18:59:02.655Z[ recovery-image] Aug 14 18:59:01.599 INFO O| Aug 14 18:59:01.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56642026-08-14T18:59:02.655Z[ recovery-image] Aug 14 18:59:01.599 INFO O| Aug 14 18:59:01.599 INFO STEP 144 (remove_files) COMPLETE
56652026-08-14T18:59:02.659Z[ recovery-image] Aug 14 18:59:01.599 INFO O| Aug 14 18:59:01.599 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-08-14T18:59:02.664Z[ recovery-image] Aug 14 18:59:01.608 INFO O| Aug 14 18:59:01.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56672026-08-14T18:59:02.677Z[ recovery-image] Aug 14 18:59:01.608 INFO O| Aug 14 18:59:01.608 INFO STEP 145 (remove_files) COMPLETE
56682026-08-14T18:59:02.677Z[ recovery-image] Aug 14 18:59:01.608 INFO O| Aug 14 18:59:01.608 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-08-14T18:59:02.677Z[ recovery-image] Aug 14 18:59:01.618 INFO O| Aug 14 18:59:01.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56702026-08-14T18:59:02.677Z[ recovery-image] Aug 14 18:59:01.618 INFO O| Aug 14 18:59:01.618 INFO STEP 146 (remove_files) COMPLETE
56712026-08-14T18:59:02.677Z[ recovery-image] Aug 14 18:59:01.618 INFO O| Aug 14 18:59:01.618 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-08-14T18:59:02.681Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
56732026-08-14T18:59:02.685Z[ recovery-image] Aug 14 18:59:01.629 INFO O| Aug 14 18:59:01.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56742026-08-14T18:59:02.685Z[ recovery-image] Aug 14 18:59:01.629 INFO O| Aug 14 18:59:01.629 INFO STEP 147 (remove_files) COMPLETE
56752026-08-14T18:59:02.688Z[ recovery-image] Aug 14 18:59:01.629 INFO O| Aug 14 18:59:01.629 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-14T18:59:02.694Z[ recovery-image] Aug 14 18:59:01.638 INFO O| Aug 14 18:59:01.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56772026-08-14T18:59:02.694Z[ recovery-image] Aug 14 18:59:01.638 INFO O| Aug 14 18:59:01.638 INFO STEP 148 (remove_files) COMPLETE
56782026-08-14T18:59:02.694Z[ recovery-image] Aug 14 18:59:01.638 INFO O| Aug 14 18:59:01.638 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-14T18:59:02.704Z[ recovery-image] Aug 14 18:59:01.647 INFO O| Aug 14 18:59:01.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56802026-08-14T18:59:02.704Z[ recovery-image] Aug 14 18:59:01.647 INFO O| Aug 14 18:59:01.647 INFO STEP 149 (remove_files) COMPLETE
56812026-08-14T18:59:02.707Z[ recovery-image] Aug 14 18:59:01.647 INFO O| Aug 14 18:59:01.647 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-14T18:59:02.713Z[ recovery-image] Aug 14 18:59:01.657 INFO O| Aug 14 18:59:01.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56832026-08-14T18:59:02.713Z[ recovery-image] Aug 14 18:59:01.657 INFO O| Aug 14 18:59:01.657 INFO STEP 150 (remove_files) COMPLETE
56842026-08-14T18:59:02.713Z[ recovery-image] Aug 14 18:59:01.657 INFO O| Aug 14 18:59:01.657 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-14T18:59:02.723Z[ recovery-image] Aug 14 18:59:01.667 INFO O| Aug 14 18:59:01.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56862026-08-14T18:59:02.723Z[ recovery-image] Aug 14 18:59:01.667 INFO O| Aug 14 18:59:01.667 INFO STEP 151 (remove_files) COMPLETE
56872026-08-14T18:59:02.723Z[ recovery-image] Aug 14 18:59:01.667 INFO O| Aug 14 18:59:01.667 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-14T18:59:02.733Z[ recovery-image] Aug 14 18:59:01.676 INFO O| Aug 14 18:59:01.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
56892026-08-14T18:59:02.733Z[ recovery-image] Aug 14 18:59:01.677 INFO O| Aug 14 18:59:01.677 INFO STEP 152 (remove_files) COMPLETE
56902026-08-14T18:59:02.736Z[ recovery-image] Aug 14 18:59:01.677 INFO O| Aug 14 18:59:01.677 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-14T18:59:02.742Z[ recovery-image] Aug 14 18:59:01.686 INFO O| Aug 14 18:59:01.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
56922026-08-14T18:59:02.742Z[ recovery-image] Aug 14 18:59:01.686 INFO O| Aug 14 18:59:01.686 INFO STEP 153 (remove_files) COMPLETE
56932026-08-14T18:59:02.742Z[ recovery-image] Aug 14 18:59:01.686 INFO O| Aug 14 18:59:01.686 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-14T18:59:02.752Z[ recovery-image] Aug 14 18:59:01.695 INFO O| Aug 14 18:59:01.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
56952026-08-14T18:59:02.752Z[ recovery-image] Aug 14 18:59:01.695 INFO O| Aug 14 18:59:01.695 INFO STEP 154 (remove_files) COMPLETE
56962026-08-14T18:59:02.755Z[ recovery-image] Aug 14 18:59:01.696 INFO O| Aug 14 18:59:01.695 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-14T18:59:02.761Z[ recovery-image] Aug 14 18:59:01.705 INFO O| Aug 14 18:59:01.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
56982026-08-14T18:59:02.764Z[ recovery-image] Aug 14 18:59:01.706 INFO O| Aug 14 18:59:01.706 INFO STEP 155 (remove_files) COMPLETE
56992026-08-14T18:59:02.764Z[ recovery-image] Aug 14 18:59:01.706 INFO O| Aug 14 18:59:01.706 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-14T18:59:02.771Z[ recovery-image] Aug 14 18:59:01.715 INFO O| Aug 14 18:59:01.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57012026-08-14T18:59:02.771Z[ recovery-image] Aug 14 18:59:01.715 INFO O| Aug 14 18:59:01.715 INFO STEP 156 (remove_files) COMPLETE
57022026-08-14T18:59:02.771Z[ recovery-image] Aug 14 18:59:01.715 INFO O| Aug 14 18:59:01.715 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-14T18:59:02.781Z[ recovery-image] Aug 14 18:59:01.725 INFO O| Aug 14 18:59:01.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57042026-08-14T18:59:02.781Z[ recovery-image] Aug 14 18:59:01.725 INFO O| Aug 14 18:59:01.725 INFO STEP 157 (remove_files) COMPLETE
57052026-08-14T18:59:02.785Z[ recovery-image] Aug 14 18:59:01.725 INFO O| Aug 14 18:59:01.725 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-14T18:59:02.791Z[ recovery-image] Aug 14 18:59:01.734 INFO O| Aug 14 18:59:01.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57072026-08-14T18:59:02.791Z[ recovery-image] Aug 14 18:59:01.735 INFO O| Aug 14 18:59:01.735 INFO STEP 158 (remove_files) COMPLETE
57082026-08-14T18:59:02.792Z[ recovery-image] Aug 14 18:59:01.735 INFO O| Aug 14 18:59:01.735 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-14T18:59:02.800Z[ recovery-image] Aug 14 18:59:01.744 INFO O| Aug 14 18:59:01.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57102026-08-14T18:59:02.800Z[ recovery-image] Aug 14 18:59:01.744 INFO O| Aug 14 18:59:01.744 INFO STEP 159 (remove_files) COMPLETE
57112026-08-14T18:59:02.800Z[ recovery-image] Aug 14 18:59:01.744 INFO O| Aug 14 18:59:01.744 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-14T18:59:02.809Z[ recovery-image] Aug 14 18:59:01.753 INFO O| Aug 14 18:59:01.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57132026-08-14T18:59:02.809Z[ recovery-image] Aug 14 18:59:01.753 INFO O| Aug 14 18:59:01.753 INFO STEP 160 (remove_files) COMPLETE
57142026-08-14T18:59:02.809Z[ recovery-image] Aug 14 18:59:01.753 INFO O| Aug 14 18:59:01.753 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-14T18:59:02.820Z[ recovery-image] Aug 14 18:59:01.763 INFO O| Aug 14 18:59:01.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57162026-08-14T18:59:02.820Z[ recovery-image] Aug 14 18:59:01.763 INFO O| Aug 14 18:59:01.763 INFO STEP 161 (remove_files) COMPLETE
57172026-08-14T18:59:02.820Z[ recovery-image] Aug 14 18:59:01.763 INFO O| Aug 14 18:59:01.763 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-14T18:59:02.835Z[ recovery-image] Aug 14 18:59:01.773 INFO O| Aug 14 18:59:01.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57192026-08-14T18:59:02.835Z[ recovery-image] Aug 14 18:59:01.773 INFO O| Aug 14 18:59:01.773 INFO STEP 162 (remove_files) COMPLETE
57202026-08-14T18:59:02.835Z[ recovery-image] Aug 14 18:59:01.773 INFO O| Aug 14 18:59:01.773 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-14T18:59:02.840Z[ recovery-image] Aug 14 18:59:01.784 INFO O| Aug 14 18:59:01.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57222026-08-14T18:59:02.840Z[ recovery-image] Aug 14 18:59:01.784 INFO O| Aug 14 18:59:01.783 INFO STEP 163 (remove_files) COMPLETE
57232026-08-14T18:59:02.840Z[ recovery-image] Aug 14 18:59:01.784 INFO O| Aug 14 18:59:01.783 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-14T18:59:02.852Z[ recovery-image] Aug 14 18:59:01.795 INFO O| Aug 14 18:59:01.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57252026-08-14T18:59:02.852Z[ recovery-image] Aug 14 18:59:01.795 INFO O| Aug 14 18:59:01.795 INFO STEP 164 (remove_files) COMPLETE
57262026-08-14T18:59:02.852Z[ recovery-image] Aug 14 18:59:01.795 INFO O| Aug 14 18:59:01.795 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-14T18:59:02.879Z[ recovery-image] Aug 14 18:59:01.823 INFO O| Aug 14 18:59:01.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57282026-08-14T18:59:02.879Z[ recovery-image] Aug 14 18:59:01.823 INFO O| Aug 14 18:59:01.823 INFO STEP 165 (remove_files) COMPLETE
57292026-08-14T18:59:02.883Z[ recovery-image] Aug 14 18:59:01.823 INFO O| Aug 14 18:59:01.823 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-14T18:59:02.888Z[ recovery-image] Aug 14 18:59:01.831 INFO O| Aug 14 18:59:01.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57312026-08-14T18:59:02.888Z[ recovery-image] Aug 14 18:59:01.831 INFO O| Aug 14 18:59:01.831 INFO STEP 166 (remove_files) COMPLETE
57322026-08-14T18:59:02.891Z[ recovery-image] Aug 14 18:59:01.831 INFO O| Aug 14 18:59:01.831 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-14T18:59:02.898Z[ recovery-image] Aug 14 18:59:01.842 INFO O| Aug 14 18:59:01.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57342026-08-14T18:59:02.898Z[ recovery-image] Aug 14 18:59:01.842 INFO O| Aug 14 18:59:01.842 INFO STEP 167 (remove_files) COMPLETE
57352026-08-14T18:59:02.901Z[ recovery-image] Aug 14 18:59:01.842 INFO O| Aug 14 18:59:01.842 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-14T18:59:02.907Z[ recovery-image] Aug 14 18:59:01.851 INFO O| Aug 14 18:59:01.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57372026-08-14T18:59:02.907Z[ recovery-image] Aug 14 18:59:01.851 INFO O| Aug 14 18:59:01.851 INFO STEP 168 (remove_files) COMPLETE
57382026-08-14T18:59:02.907Z[ recovery-image] Aug 14 18:59:01.851 INFO O| Aug 14 18:59:01.851 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57392026-08-14T18:59:02.916Z[ recovery-image] Aug 14 18:59:01.860 INFO O| Aug 14 18:59:01.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57402026-08-14T18:59:02.916Z[ recovery-image] Aug 14 18:59:01.860 INFO O| Aug 14 18:59:01.860 INFO STEP 169 (remove_files) COMPLETE
57412026-08-14T18:59:02.916Z[ recovery-image] Aug 14 18:59:01.860 INFO O| Aug 14 18:59:01.860 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57422026-08-14T18:59:02.925Z[ recovery-image] Aug 14 18:59:01.869 INFO O| Aug 14 18:59:01.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57432026-08-14T18:59:02.929Z[ recovery-image] Aug 14 18:59:01.872 INFO O| Aug 14 18:59:01.872 INFO STEP 170 (remove_files) COMPLETE
57442026-08-14T18:59:02.929Z[ recovery-image] Aug 14 18:59:01.872 INFO O| Aug 14 18:59:01.872 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57452026-08-14T18:59:02.938Z[ recovery-image] Aug 14 18:59:01.882 INFO O| Aug 14 18:59:01.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57462026-08-14T18:59:02.938Z[ recovery-image] Aug 14 18:59:01.882 INFO O| Aug 14 18:59:01.882 INFO STEP 171 (remove_files) COMPLETE
57472026-08-14T18:59:02.938Z[ recovery-image] Aug 14 18:59:01.882 INFO O| Aug 14 18:59:01.882 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57482026-08-14T18:59:02.955Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
57492026-08-14T18:59:02.960Z[ recovery-image] Aug 14 18:59:01.904 INFO O| Aug 14 18:59:01.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57502026-08-14T18:59:02.960Z[ recovery-image] Aug 14 18:59:01.904 INFO O| Aug 14 18:59:01.904 INFO STEP 172 (remove_files) COMPLETE
57512026-08-14T18:59:02.960Z[ recovery-image] Aug 14 18:59:01.904 INFO O| Aug 14 18:59:01.904 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-14T18:59:02.970Z[ recovery-image] Aug 14 18:59:01.913 INFO O| Aug 14 18:59:01.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57532026-08-14T18:59:02.970Z[ recovery-image] Aug 14 18:59:01.913 INFO O| Aug 14 18:59:01.913 INFO STEP 173 (remove_files) COMPLETE
57542026-08-14T18:59:02.973Z[ recovery-image] Aug 14 18:59:01.913 INFO O| Aug 14 18:59:01.913 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-14T18:59:02.978Z[ recovery-image] Aug 14 18:59:01.922 INFO O| Aug 14 18:59:01.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57562026-08-14T18:59:02.978Z[ recovery-image] Aug 14 18:59:01.922 INFO O| Aug 14 18:59:01.922 INFO STEP 174 (remove_files) COMPLETE
57572026-08-14T18:59:02.978Z[ recovery-image] Aug 14 18:59:01.922 INFO O| Aug 14 18:59:01.922 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-14T18:59:02.987Z[ recovery-image] Aug 14 18:59:01.931 INFO O| Aug 14 18:59:01.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57592026-08-14T18:59:02.988Z[ recovery-image] Aug 14 18:59:01.931 INFO O| Aug 14 18:59:01.931 INFO STEP 175 (remove_files) COMPLETE
57602026-08-14T18:59:02.991Z[ recovery-image] Aug 14 18:59:01.931 INFO O| Aug 14 18:59:01.931 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-14T18:59:02.999Z[ recovery-image] Aug 14 18:59:01.943 INFO O| Aug 14 18:59:01.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57622026-08-14T18:59:03.018Z[ recovery-image] Aug 14 18:59:01.962 INFO O| Aug 14 18:59:01.961 INFO STEP 176 (remove_files) COMPLETE
57632026-08-14T18:59:03.018Z[ recovery-image] Aug 14 18:59:01.962 INFO O| Aug 14 18:59:01.961 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-14T18:59:03.029Z[ recovery-image] Aug 14 18:59:01.973 INFO O| Aug 14 18:59:01.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57652026-08-14T18:59:03.038Z[ recovery-image] Aug 14 18:59:01.981 INFO O| Aug 14 18:59:01.981 INFO STEP 177 (remove_files) COMPLETE
57662026-08-14T18:59:03.038Z[ recovery-image] Aug 14 18:59:01.981 INFO O| Aug 14 18:59:01.981 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-14T18:59:03.099Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
57682026-08-14T18:59:03.114Z[ recovery-image] Aug 14 18:59:02.058 INFO O| Aug 14 18:59:02.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57692026-08-14T18:59:03.114Z[ recovery-image] Aug 14 18:59:02.058 INFO O| Aug 14 18:59:02.058 INFO STEP 178 (remove_files) COMPLETE
57702026-08-14T18:59:03.114Z[ recovery-image] Aug 14 18:59:02.058 INFO O| Aug 14 18:59:02.058 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-14T18:59:03.125Z[ recovery-image] Aug 14 18:59:02.069 INFO O| Aug 14 18:59:02.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57722026-08-14T18:59:03.125Z[ recovery-image] Aug 14 18:59:02.069 INFO O| Aug 14 18:59:02.069 INFO STEP 179 (remove_files) COMPLETE
57732026-08-14T18:59:03.125Z[ recovery-image] Aug 14 18:59:02.069 INFO O| Aug 14 18:59:02.069 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-14T18:59:03.136Z[ recovery-image] Aug 14 18:59:02.080 INFO O| Aug 14 18:59:02.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57752026-08-14T18:59:03.136Z[ recovery-image] Aug 14 18:59:02.080 INFO O| Aug 14 18:59:02.080 INFO STEP 180 (remove_files) COMPLETE
57762026-08-14T18:59:03.140Z[ recovery-image] Aug 14 18:59:02.080 INFO O| Aug 14 18:59:02.080 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-14T18:59:03.146Z[ recovery-image] Aug 14 18:59:02.090 INFO O| Aug 14 18:59:02.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57782026-08-14T18:59:03.146Z[ recovery-image] Aug 14 18:59:02.090 INFO O| Aug 14 18:59:02.090 INFO STEP 181 (remove_files) COMPLETE
57792026-08-14T18:59:03.146Z[ recovery-image] Aug 14 18:59:02.090 INFO O| Aug 14 18:59:02.090 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-14T18:59:03.158Z[ recovery-image] Aug 14 18:59:02.101 INFO O| Aug 14 18:59:02.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57812026-08-14T18:59:03.158Z[ recovery-image] Aug 14 18:59:02.101 INFO O| Aug 14 18:59:02.101 INFO STEP 182 (remove_files) COMPLETE
57822026-08-14T18:59:03.158Z[ recovery-image] Aug 14 18:59:02.101 INFO O| Aug 14 18:59:02.101 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-14T18:59:03.167Z[ recovery-image] Aug 14 18:59:02.111 INFO O| Aug 14 18:59:02.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57842026-08-14T18:59:03.167Z[ recovery-image] Aug 14 18:59:02.111 INFO O| Aug 14 18:59:02.111 INFO STEP 183 (remove_files) COMPLETE
57852026-08-14T18:59:03.167Z[ recovery-image] Aug 14 18:59:02.111 INFO O| Aug 14 18:59:02.111 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-14T18:59:03.175Z[ recovery-image] Aug 14 18:59:02.119 INFO O| Aug 14 18:59:02.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57872026-08-14T18:59:03.175Z[ recovery-image] Aug 14 18:59:02.119 INFO O| Aug 14 18:59:02.119 INFO STEP 184 (remove_files) COMPLETE
57882026-08-14T18:59:03.179Z[ recovery-image] Aug 14 18:59:02.119 INFO O| Aug 14 18:59:02.119 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-14T18:59:03.184Z[ recovery-image] Aug 14 18:59:02.128 INFO O| Aug 14 18:59:02.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
57902026-08-14T18:59:03.184Z[ recovery-image] Aug 14 18:59:02.128 INFO O| Aug 14 18:59:02.128 INFO STEP 185 (remove_files) COMPLETE
57912026-08-14T18:59:03.184Z[ recovery-image] Aug 14 18:59:02.128 INFO O| Aug 14 18:59:02.128 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-14T18:59:03.192Z[ recovery-image] Aug 14 18:59:02.136 INFO O| Aug 14 18:59:02.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
57932026-08-14T18:59:03.192Z[ recovery-image] Aug 14 18:59:02.136 INFO O| Aug 14 18:59:02.136 INFO STEP 186 (remove_files) COMPLETE
57942026-08-14T18:59:03.196Z[ recovery-image] Aug 14 18:59:02.136 INFO O| Aug 14 18:59:02.136 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-14T18:59:03.202Z[ recovery-image] Aug 14 18:59:02.145 INFO O| Aug 14 18:59:02.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
57962026-08-14T18:59:03.202Z[ recovery-image] Aug 14 18:59:02.146 INFO O| Aug 14 18:59:02.145 INFO STEP 187 (remove_files) COMPLETE
57972026-08-14T18:59:03.205Z[ recovery-image] Aug 14 18:59:02.146 INFO O| Aug 14 18:59:02.145 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-14T18:59:03.212Z[ recovery-image] Aug 14 18:59:02.156 INFO O| Aug 14 18:59:02.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
57992026-08-14T18:59:03.212Z[ recovery-image] Aug 14 18:59:02.156 INFO O| Aug 14 18:59:02.156 INFO STEP 188 (remove_files) COMPLETE
58002026-08-14T18:59:03.215Z[ recovery-image] Aug 14 18:59:02.156 INFO O| Aug 14 18:59:02.156 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-14T18:59:03.221Z[ recovery-image] Aug 14 18:59:02.164 INFO O| Aug 14 18:59:02.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58022026-08-14T18:59:03.221Z[ recovery-image] Aug 14 18:59:02.164 INFO O| Aug 14 18:59:02.164 INFO STEP 189 (remove_files) COMPLETE
58032026-08-14T18:59:03.224Z[ recovery-image] Aug 14 18:59:02.164 INFO O| Aug 14 18:59:02.164 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-14T18:59:03.229Z[ recovery-image] Aug 14 18:59:02.173 INFO O| Aug 14 18:59:02.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58052026-08-14T18:59:03.229Z[ recovery-image] Aug 14 18:59:02.173 INFO O| Aug 14 18:59:02.173 INFO STEP 190 (remove_files) COMPLETE
58062026-08-14T18:59:03.232Z[ recovery-image] Aug 14 18:59:02.173 INFO O| Aug 14 18:59:02.173 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-14T18:59:03.239Z[ recovery-image] Aug 14 18:59:02.183 INFO O| Aug 14 18:59:02.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58082026-08-14T18:59:03.239Z[ recovery-image] Aug 14 18:59:02.183 INFO O| Aug 14 18:59:02.183 INFO STEP 191 (remove_files) COMPLETE
58092026-08-14T18:59:03.242Z[ recovery-image] Aug 14 18:59:02.183 INFO O| Aug 14 18:59:02.183 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-14T18:59:03.248Z[ recovery-image] Aug 14 18:59:02.192 INFO O| Aug 14 18:59:02.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58112026-08-14T18:59:03.248Z[ recovery-image] Aug 14 18:59:02.192 INFO O| Aug 14 18:59:02.192 INFO STEP 192 (remove_files) COMPLETE
58122026-08-14T18:59:03.248Z[ recovery-image] Aug 14 18:59:02.192 INFO O| Aug 14 18:59:02.192 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-14T18:59:03.258Z[ recovery-image] Aug 14 18:59:02.202 INFO O| Aug 14 18:59:02.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58142026-08-14T18:59:03.258Z[ recovery-image] Aug 14 18:59:02.202 INFO O| Aug 14 18:59:02.202 INFO STEP 193 (remove_files) COMPLETE
58152026-08-14T18:59:03.258Z[ recovery-image] Aug 14 18:59:02.202 INFO O| Aug 14 18:59:02.202 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-14T18:59:03.268Z[ recovery-image] Aug 14 18:59:02.212 INFO O| Aug 14 18:59:02.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58172026-08-14T18:59:03.268Z[ recovery-image] Aug 14 18:59:02.212 INFO O| Aug 14 18:59:02.212 INFO STEP 194 (remove_files) COMPLETE
58182026-08-14T18:59:03.268Z[ recovery-image] Aug 14 18:59:02.212 INFO O| Aug 14 18:59:02.212 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-14T18:59:03.275Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
58202026-08-14T18:59:03.279Z[ recovery-image] Aug 14 18:59:02.222 INFO O| Aug 14 18:59:02.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58212026-08-14T18:59:03.279Z[ recovery-image] Aug 14 18:59:02.222 INFO O| Aug 14 18:59:02.222 INFO STEP 195 (remove_files) COMPLETE
58222026-08-14T18:59:03.279Z[ recovery-image] Aug 14 18:59:02.222 INFO O| Aug 14 18:59:02.222 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-14T18:59:03.287Z[ recovery-image] Aug 14 18:59:02.231 INFO O| Aug 14 18:59:02.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58242026-08-14T18:59:03.287Z[ recovery-image] Aug 14 18:59:02.231 INFO O| Aug 14 18:59:02.231 INFO STEP 196 (remove_files) COMPLETE
58252026-08-14T18:59:03.291Z[ recovery-image] Aug 14 18:59:02.231 INFO O| Aug 14 18:59:02.231 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-14T18:59:03.305Z[ recovery-image] Aug 14 18:59:02.242 INFO O| Aug 14 18:59:02.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58272026-08-14T18:59:03.305Z[ recovery-image] Aug 14 18:59:02.242 INFO O| Aug 14 18:59:02.242 INFO STEP 197 (remove_files) COMPLETE
58282026-08-14T18:59:03.305Z[ recovery-image] Aug 14 18:59:02.242 INFO O| Aug 14 18:59:02.242 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-14T18:59:03.311Z[ recovery-image] Aug 14 18:59:02.255 INFO O| Aug 14 18:59:02.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58302026-08-14T18:59:03.311Z[ recovery-image] Aug 14 18:59:02.255 INFO O| Aug 14 18:59:02.255 INFO STEP 198 (remove_files) COMPLETE
58312026-08-14T18:59:03.315Z[ recovery-image] Aug 14 18:59:02.255 INFO O| Aug 14 18:59:02.255 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-14T18:59:03.320Z[ recovery-image] Aug 14 18:59:02.264 INFO O| Aug 14 18:59:02.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58332026-08-14T18:59:03.321Z[ recovery-image] Aug 14 18:59:02.264 INFO O| Aug 14 18:59:02.264 INFO STEP 199 (remove_files) COMPLETE
58342026-08-14T18:59:03.324Z[ recovery-image] Aug 14 18:59:02.264 INFO O| Aug 14 18:59:02.264 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-14T18:59:03.329Z[ recovery-image] Aug 14 18:59:02.273 INFO O| Aug 14 18:59:02.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58362026-08-14T18:59:03.329Z[ recovery-image] Aug 14 18:59:02.273 INFO O| Aug 14 18:59:02.273 INFO STEP 200 (remove_files) COMPLETE
58372026-08-14T18:59:03.333Z[ recovery-image] Aug 14 18:59:02.273 INFO O| Aug 14 18:59:02.273 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-14T18:59:03.338Z[ recovery-image] Aug 14 18:59:02.282 INFO O| Aug 14 18:59:02.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58392026-08-14T18:59:03.338Z[ recovery-image] Aug 14 18:59:02.282 INFO O| Aug 14 18:59:02.282 INFO STEP 201 (remove_files) COMPLETE
58402026-08-14T18:59:03.342Z[ recovery-image] Aug 14 18:59:02.282 INFO O| Aug 14 18:59:02.282 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-14T18:59:03.349Z[ recovery-image] Aug 14 18:59:02.290 INFO O| Aug 14 18:59:02.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58422026-08-14T18:59:03.349Z[ recovery-image] Aug 14 18:59:02.291 INFO O| Aug 14 18:59:02.290 INFO STEP 202 (remove_files) COMPLETE
58432026-08-14T18:59:03.349Z[ recovery-image] Aug 14 18:59:02.291 INFO O| Aug 14 18:59:02.291 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-14T18:59:03.357Z[ recovery-image] Aug 14 18:59:02.300 INFO O| Aug 14 18:59:02.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58452026-08-14T18:59:03.357Z[ recovery-image] Aug 14 18:59:02.300 INFO O| Aug 14 18:59:02.300 INFO STEP 203 (remove_files) COMPLETE
58462026-08-14T18:59:03.357Z[ recovery-image] Aug 14 18:59:02.300 INFO O| Aug 14 18:59:02.300 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-14T18:59:03.368Z[ recovery-image] Aug 14 18:59:02.312 INFO O| Aug 14 18:59:02.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58482026-08-14T18:59:03.368Z[ recovery-image] Aug 14 18:59:02.312 INFO O| Aug 14 18:59:02.310 INFO STEP 204 (remove_files) COMPLETE
58492026-08-14T18:59:03.368Z[ recovery-image] Aug 14 18:59:02.312 INFO O| Aug 14 18:59:02.310 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-14T18:59:03.376Z[ recovery-image] Aug 14 18:59:02.320 INFO O| Aug 14 18:59:02.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58512026-08-14T18:59:03.376Z[ recovery-image] Aug 14 18:59:02.320 INFO O| Aug 14 18:59:02.320 INFO STEP 205 (remove_files) COMPLETE
58522026-08-14T18:59:03.380Z[ recovery-image] Aug 14 18:59:02.320 INFO O| Aug 14 18:59:02.320 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-14T18:59:03.384Z[ recovery-image] Aug 14 18:59:02.328 INFO O| Aug 14 18:59:02.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58542026-08-14T18:59:03.384Z[ recovery-image] Aug 14 18:59:02.328 INFO O| Aug 14 18:59:02.328 INFO STEP 206 (remove_files) COMPLETE
58552026-08-14T18:59:03.388Z[ recovery-image] Aug 14 18:59:02.328 INFO O| Aug 14 18:59:02.328 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-14T18:59:03.392Z[ recovery-image] Aug 14 18:59:02.336 INFO O| Aug 14 18:59:02.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58572026-08-14T18:59:03.392Z[ recovery-image] Aug 14 18:59:02.336 INFO O| Aug 14 18:59:02.336 INFO STEP 207 (remove_files) COMPLETE
58582026-08-14T18:59:03.392Z[ recovery-image] Aug 14 18:59:02.336 INFO O| Aug 14 18:59:02.336 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-14T18:59:03.400Z[ recovery-image] Aug 14 18:59:02.344 INFO O| Aug 14 18:59:02.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58602026-08-14T18:59:03.400Z[ recovery-image] Aug 14 18:59:02.344 INFO O| Aug 14 18:59:02.344 INFO STEP 208 (remove_files) COMPLETE
58612026-08-14T18:59:03.400Z[ recovery-image] Aug 14 18:59:02.344 INFO O| Aug 14 18:59:02.344 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-14T18:59:03.409Z[ recovery-image] Aug 14 18:59:02.352 INFO O| Aug 14 18:59:02.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58632026-08-14T18:59:03.409Z[ recovery-image] Aug 14 18:59:02.352 INFO O| Aug 14 18:59:02.352 INFO STEP 209 (remove_files) COMPLETE
58642026-08-14T18:59:03.409Z[ recovery-image] Aug 14 18:59:02.352 INFO O| Aug 14 18:59:02.352 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-14T18:59:03.415Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
58662026-08-14T18:59:03.418Z[ recovery-image] Aug 14 18:59:02.361 INFO O| Aug 14 18:59:02.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58672026-08-14T18:59:03.418Z[ recovery-image] Aug 14 18:59:02.361 INFO O| Aug 14 18:59:02.361 INFO STEP 210 (remove_files) COMPLETE
58682026-08-14T18:59:03.418Z[ recovery-image] Aug 14 18:59:02.361 INFO O| Aug 14 18:59:02.361 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-14T18:59:03.425Z[ recovery-image] Aug 14 18:59:02.369 INFO O| Aug 14 18:59:02.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58702026-08-14T18:59:03.425Z[ recovery-image] Aug 14 18:59:02.369 INFO O| Aug 14 18:59:02.369 INFO STEP 211 (remove_files) COMPLETE
58712026-08-14T18:59:03.425Z[ recovery-image] Aug 14 18:59:02.369 INFO O| Aug 14 18:59:02.369 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-14T18:59:03.434Z[ recovery-image] Aug 14 18:59:02.378 INFO O| Aug 14 18:59:02.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58732026-08-14T18:59:03.434Z[ recovery-image] Aug 14 18:59:02.378 INFO O| Aug 14 18:59:02.378 INFO STEP 212 (remove_files) COMPLETE
58742026-08-14T18:59:03.434Z[ recovery-image] Aug 14 18:59:02.378 INFO O| Aug 14 18:59:02.378 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-14T18:59:03.443Z[ recovery-image] Aug 14 18:59:02.387 INFO O| Aug 14 18:59:02.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58762026-08-14T18:59:03.443Z[ recovery-image] Aug 14 18:59:02.387 INFO O| Aug 14 18:59:02.387 INFO STEP 213 (remove_files) COMPLETE
58772026-08-14T18:59:03.443Z[ recovery-image] Aug 14 18:59:02.387 INFO O| Aug 14 18:59:02.387 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-14T18:59:03.451Z[ recovery-image] Aug 14 18:59:02.395 INFO O| Aug 14 18:59:02.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58792026-08-14T18:59:03.451Z[ recovery-image] Aug 14 18:59:02.395 INFO O| Aug 14 18:59:02.395 INFO STEP 214 (remove_files) COMPLETE
58802026-08-14T18:59:03.451Z[ recovery-image] Aug 14 18:59:02.395 INFO O| Aug 14 18:59:02.395 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-14T18:59:03.459Z[ recovery-image] Aug 14 18:59:02.403 INFO O| Aug 14 18:59:02.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58822026-08-14T18:59:03.459Z[ recovery-image] Aug 14 18:59:02.403 INFO O| Aug 14 18:59:02.403 INFO STEP 215 (remove_files) COMPLETE
58832026-08-14T18:59:03.459Z[ recovery-image] Aug 14 18:59:02.403 INFO O| Aug 14 18:59:02.403 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-14T18:59:03.468Z[ recovery-image] Aug 14 18:59:02.411 INFO O| Aug 14 18:59:02.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58852026-08-14T18:59:03.468Z[ recovery-image] Aug 14 18:59:02.411 INFO O| Aug 14 18:59:02.411 INFO STEP 216 (remove_files) COMPLETE
58862026-08-14T18:59:03.468Z[ recovery-image] Aug 14 18:59:02.411 INFO O| Aug 14 18:59:02.411 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-14T18:59:03.477Z[ recovery-image] Aug 14 18:59:02.421 INFO O| Aug 14 18:59:02.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
58882026-08-14T18:59:03.477Z[ recovery-image] Aug 14 18:59:02.421 INFO O| Aug 14 18:59:02.421 INFO STEP 217 (remove_files) COMPLETE
58892026-08-14T18:59:03.480Z[ recovery-image] Aug 14 18:59:02.421 INFO O| Aug 14 18:59:02.421 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-14T18:59:03.486Z[ recovery-image] Aug 14 18:59:02.429 INFO O| Aug 14 18:59:02.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
58912026-08-14T18:59:03.486Z[ recovery-image] Aug 14 18:59:02.430 INFO O| Aug 14 18:59:02.430 INFO STEP 218 (remove_files) COMPLETE
58922026-08-14T18:59:03.486Z[ recovery-image] Aug 14 18:59:02.430 INFO O| Aug 14 18:59:02.430 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-14T18:59:03.495Z[ recovery-image] Aug 14 18:59:02.439 INFO O| Aug 14 18:59:02.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
58942026-08-14T18:59:03.495Z[ recovery-image] Aug 14 18:59:02.439 INFO O| Aug 14 18:59:02.439 INFO STEP 219 (remove_files) COMPLETE
58952026-08-14T18:59:03.495Z[ recovery-image] Aug 14 18:59:02.439 INFO O| Aug 14 18:59:02.439 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-14T18:59:03.505Z[ recovery-image] Aug 14 18:59:02.449 INFO O| Aug 14 18:59:02.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
58972026-08-14T18:59:03.505Z[ recovery-image] Aug 14 18:59:02.449 INFO O| Aug 14 18:59:02.449 INFO STEP 220 (remove_files) COMPLETE
58982026-08-14T18:59:03.509Z[ recovery-image] Aug 14 18:59:02.449 INFO O| Aug 14 18:59:02.449 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-14T18:59:03.515Z[ recovery-image] Aug 14 18:59:02.459 INFO O| Aug 14 18:59:02.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59002026-08-14T18:59:03.515Z[ recovery-image] Aug 14 18:59:02.459 INFO O| Aug 14 18:59:02.459 INFO STEP 221 (remove_files) COMPLETE
59012026-08-14T18:59:03.518Z[ recovery-image] Aug 14 18:59:02.459 INFO O| Aug 14 18:59:02.459 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-14T18:59:03.523Z[ recovery-image] Aug 14 18:59:02.467 INFO O| Aug 14 18:59:02.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59032026-08-14T18:59:03.524Z[ recovery-image] Aug 14 18:59:02.467 INFO O| Aug 14 18:59:02.467 INFO STEP 222 (remove_files) COMPLETE
59042026-08-14T18:59:03.527Z[ recovery-image] Aug 14 18:59:02.467 INFO O| Aug 14 18:59:02.467 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-14T18:59:03.532Z[ recovery-image] Aug 14 18:59:02.476 INFO O| Aug 14 18:59:02.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59062026-08-14T18:59:03.532Z[ recovery-image] Aug 14 18:59:02.476 INFO O| Aug 14 18:59:02.476 INFO STEP 223 (remove_files) COMPLETE
59072026-08-14T18:59:03.532Z[ recovery-image] Aug 14 18:59:02.476 INFO O| Aug 14 18:59:02.476 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-08-14T18:59:03.543Z[ recovery-image] Aug 14 18:59:02.487 INFO O| Aug 14 18:59:02.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59092026-08-14T18:59:03.543Z[ recovery-image] Aug 14 18:59:02.487 INFO O| Aug 14 18:59:02.487 INFO STEP 224 (remove_files) COMPLETE
59102026-08-14T18:59:03.543Z[ recovery-image] Aug 14 18:59:02.487 INFO O| Aug 14 18:59:02.487 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-08-14T18:59:03.572Z[ recovery-image] Aug 14 18:59:02.516 INFO O| Aug 14 18:59:02.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59122026-08-14T18:59:03.572Z[ recovery-image] Aug 14 18:59:02.516 INFO O| Aug 14 18:59:02.516 INFO STEP 225 (remove_files) COMPLETE
59132026-08-14T18:59:03.572Z[ recovery-image] Aug 14 18:59:02.516 INFO O| Aug 14 18:59:02.516 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-08-14T18:59:03.581Z[ recovery-image] Aug 14 18:59:02.525 INFO O| Aug 14 18:59:02.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59152026-08-14T18:59:03.581Z[ recovery-image] Aug 14 18:59:02.525 INFO O| Aug 14 18:59:02.525 INFO STEP 226 (remove_files) COMPLETE
59162026-08-14T18:59:03.581Z[ recovery-image] Aug 14 18:59:02.525 INFO O| Aug 14 18:59:02.525 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-08-14T18:59:03.590Z[ recovery-image] Aug 14 18:59:02.534 INFO O| Aug 14 18:59:02.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59182026-08-14T18:59:03.590Z[ recovery-image] Aug 14 18:59:02.534 INFO O| Aug 14 18:59:02.534 INFO STEP 227 (remove_files) COMPLETE
59192026-08-14T18:59:03.590Z[ recovery-image] Aug 14 18:59:02.534 INFO O| Aug 14 18:59:02.534 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-08-14T18:59:03.600Z[ recovery-image] Aug 14 18:59:02.543 INFO O| Aug 14 18:59:02.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59212026-08-14T18:59:03.603Z[ recovery-image] Aug 14 18:59:02.543 INFO O| Aug 14 18:59:02.543 INFO STEP 228 (remove_files) COMPLETE
59222026-08-14T18:59:03.603Z[ recovery-image] Aug 14 18:59:02.543 INFO O| Aug 14 18:59:02.543 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-08-14T18:59:03.609Z[ recovery-image] Aug 14 18:59:02.553 INFO O| Aug 14 18:59:02.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59242026-08-14T18:59:03.609Z[ recovery-image] Aug 14 18:59:02.553 INFO O| Aug 14 18:59:02.553 INFO STEP 229 (remove_files) COMPLETE
59252026-08-14T18:59:03.613Z[ recovery-image] Aug 14 18:59:02.553 INFO O| Aug 14 18:59:02.553 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-08-14T18:59:03.619Z[ recovery-image] Aug 14 18:59:02.563 INFO O| Aug 14 18:59:02.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59272026-08-14T18:59:03.619Z[ recovery-image] Aug 14 18:59:02.563 INFO O| Aug 14 18:59:02.563 INFO STEP 230 (remove_files) COMPLETE
59282026-08-14T18:59:03.619Z[ recovery-image] Aug 14 18:59:02.563 INFO O| Aug 14 18:59:02.563 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-08-14T18:59:03.628Z[ recovery-image] Aug 14 18:59:02.572 INFO O| Aug 14 18:59:02.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59302026-08-14T18:59:03.628Z[ recovery-image] Aug 14 18:59:02.572 INFO O| Aug 14 18:59:02.572 INFO STEP 231 (remove_files) COMPLETE
59312026-08-14T18:59:03.632Z[ recovery-image] Aug 14 18:59:02.572 INFO O| Aug 14 18:59:02.572 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-14T18:59:03.638Z[ recovery-image] Aug 14 18:59:02.581 INFO O| Aug 14 18:59:02.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59332026-08-14T18:59:03.638Z[ recovery-image] Aug 14 18:59:02.581 INFO O| Aug 14 18:59:02.581 INFO STEP 232 (remove_files) COMPLETE
59342026-08-14T18:59:03.638Z[ recovery-image] Aug 14 18:59:02.581 INFO O| Aug 14 18:59:02.581 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-14T18:59:03.646Z[ recovery-image] Aug 14 18:59:02.590 INFO O| Aug 14 18:59:02.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59362026-08-14T18:59:03.646Z[ recovery-image] Aug 14 18:59:02.590 INFO O| Aug 14 18:59:02.590 INFO STEP 233 (remove_files) COMPLETE
59372026-08-14T18:59:03.646Z[ recovery-image] Aug 14 18:59:02.590 INFO O| Aug 14 18:59:02.590 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-14T18:59:03.656Z[ recovery-image] Aug 14 18:59:02.599 INFO O| Aug 14 18:59:02.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59392026-08-14T18:59:03.656Z[ recovery-image] Aug 14 18:59:02.599 INFO O| Aug 14 18:59:02.599 INFO STEP 234 (remove_files) COMPLETE
59402026-08-14T18:59:03.656Z[ recovery-image] Aug 14 18:59:02.599 INFO O| Aug 14 18:59:02.599 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-14T18:59:03.664Z[ recovery-image] Aug 14 18:59:02.608 INFO O| Aug 14 18:59:02.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59422026-08-14T18:59:03.664Z[ recovery-image] Aug 14 18:59:02.608 INFO O| Aug 14 18:59:02.608 INFO STEP 235 (remove_files) COMPLETE
59432026-08-14T18:59:03.664Z[ recovery-image] Aug 14 18:59:02.608 INFO O| Aug 14 18:59:02.608 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-14T18:59:03.673Z[ recovery-image] Aug 14 18:59:02.616 INFO O| Aug 14 18:59:02.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59452026-08-14T18:59:03.673Z[ recovery-image] Aug 14 18:59:02.616 INFO O| Aug 14 18:59:02.616 INFO STEP 236 (remove_files) COMPLETE
59462026-08-14T18:59:03.673Z[ recovery-image] Aug 14 18:59:02.616 INFO O| Aug 14 18:59:02.616 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-14T18:59:03.681Z[ recovery-image] Aug 14 18:59:02.625 INFO O| Aug 14 18:59:02.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59482026-08-14T18:59:03.681Z[ recovery-image] Aug 14 18:59:02.625 INFO O| Aug 14 18:59:02.625 INFO STEP 237 (remove_files) COMPLETE
59492026-08-14T18:59:03.681Z[ recovery-image] Aug 14 18:59:02.625 INFO O| Aug 14 18:59:02.625 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-14T18:59:03.690Z[ recovery-image] Aug 14 18:59:02.633 INFO O| Aug 14 18:59:02.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59512026-08-14T18:59:03.690Z[ recovery-image] Aug 14 18:59:02.633 INFO O| Aug 14 18:59:02.633 INFO STEP 238 (remove_files) COMPLETE
59522026-08-14T18:59:03.690Z[ recovery-image] Aug 14 18:59:02.633 INFO O| Aug 14 18:59:02.633 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-14T18:59:03.698Z[ recovery-image] Aug 14 18:59:02.642 INFO O| Aug 14 18:59:02.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59542026-08-14T18:59:03.698Z[ recovery-image] Aug 14 18:59:02.642 INFO O| Aug 14 18:59:02.642 INFO STEP 239 (remove_files) COMPLETE
59552026-08-14T18:59:03.698Z[ recovery-image] Aug 14 18:59:02.642 INFO O| Aug 14 18:59:02.642 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-14T18:59:03.706Z[ recovery-image] Aug 14 18:59:02.650 INFO O| Aug 14 18:59:02.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59572026-08-14T18:59:03.706Z[ recovery-image] Aug 14 18:59:02.650 INFO O| Aug 14 18:59:02.650 INFO STEP 240 (remove_files) COMPLETE
59582026-08-14T18:59:03.706Z[ recovery-image] Aug 14 18:59:02.650 INFO O| Aug 14 18:59:02.650 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-14T18:59:03.714Z[ recovery-image] Aug 14 18:59:02.658 INFO O| Aug 14 18:59:02.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59602026-08-14T18:59:03.714Z[ recovery-image] Aug 14 18:59:02.658 INFO O| Aug 14 18:59:02.658 INFO STEP 241 (remove_files) COMPLETE
59612026-08-14T18:59:03.715Z[ recovery-image] Aug 14 18:59:02.658 INFO O| Aug 14 18:59:02.658 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-14T18:59:03.723Z[ recovery-image] Aug 14 18:59:02.666 INFO O| Aug 14 18:59:02.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59632026-08-14T18:59:03.723Z[ recovery-image] Aug 14 18:59:02.666 INFO O| Aug 14 18:59:02.666 INFO STEP 242 (remove_files) COMPLETE
59642026-08-14T18:59:03.723Z[ recovery-image] Aug 14 18:59:02.666 INFO O| Aug 14 18:59:02.666 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-14T18:59:03.736Z[ recovery-image] Aug 14 18:59:02.675 INFO O| Aug 14 18:59:02.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59662026-08-14T18:59:03.736Z[ recovery-image] Aug 14 18:59:02.675 INFO O| Aug 14 18:59:02.675 INFO STEP 243 (remove_files) COMPLETE
59672026-08-14T18:59:03.736Z[ recovery-image] Aug 14 18:59:02.675 INFO O| Aug 14 18:59:02.675 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-14T18:59:03.741Z[ recovery-image] Aug 14 18:59:02.683 INFO O| Aug 14 18:59:02.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59692026-08-14T18:59:03.741Z[ recovery-image] Aug 14 18:59:02.683 INFO O| Aug 14 18:59:02.683 INFO STEP 244 (remove_files) COMPLETE
59702026-08-14T18:59:03.741Z[ recovery-image] Aug 14 18:59:02.683 INFO O| Aug 14 18:59:02.683 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-14T18:59:03.748Z[ recovery-image] Aug 14 18:59:02.692 INFO O| Aug 14 18:59:02.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59722026-08-14T18:59:03.748Z[ recovery-image] Aug 14 18:59:02.692 INFO O| Aug 14 18:59:02.692 INFO STEP 245 (remove_files) COMPLETE
59732026-08-14T18:59:03.748Z[ recovery-image] Aug 14 18:59:02.692 INFO O| Aug 14 18:59:02.692 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-14T18:59:03.757Z[ recovery-image] Aug 14 18:59:02.701 INFO O| Aug 14 18:59:02.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59752026-08-14T18:59:03.757Z[ recovery-image] Aug 14 18:59:02.701 INFO O| Aug 14 18:59:02.701 INFO STEP 246 (remove_files) COMPLETE
59762026-08-14T18:59:03.757Z[ recovery-image] Aug 14 18:59:02.701 INFO O| Aug 14 18:59:02.701 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-08-14T18:59:03.767Z[ recovery-image] Aug 14 18:59:02.710 INFO O| Aug 14 18:59:02.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59782026-08-14T18:59:03.767Z[ recovery-image] Aug 14 18:59:02.710 INFO O| Aug 14 18:59:02.710 INFO STEP 247 (remove_files) COMPLETE
59792026-08-14T18:59:03.767Z[ recovery-image] Aug 14 18:59:02.710 INFO O| Aug 14 18:59:02.710 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-08-14T18:59:03.776Z[ recovery-image] Aug 14 18:59:02.720 INFO O| Aug 14 18:59:02.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59812026-08-14T18:59:03.776Z[ recovery-image] Aug 14 18:59:02.720 INFO O| Aug 14 18:59:02.720 INFO STEP 248 (remove_files) COMPLETE
59822026-08-14T18:59:03.780Z[ recovery-image] Aug 14 18:59:02.720 INFO O| Aug 14 18:59:02.720 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-08-14T18:59:03.786Z[ recovery-image] Aug 14 18:59:02.729 INFO O| Aug 14 18:59:02.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
59842026-08-14T18:59:03.786Z[ recovery-image] Aug 14 18:59:02.729 INFO O| Aug 14 18:59:02.729 INFO STEP 249 (remove_files) COMPLETE
59852026-08-14T18:59:03.786Z[ recovery-image] Aug 14 18:59:02.729 INFO O| Aug 14 18:59:02.729 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-08-14T18:59:03.794Z[ recovery-image] Aug 14 18:59:02.737 INFO O| Aug 14 18:59:02.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
59872026-08-14T18:59:03.797Z[ recovery-image] Aug 14 18:59:02.737 INFO O| Aug 14 18:59:02.737 INFO STEP 250 (remove_files) COMPLETE
59882026-08-14T18:59:03.797Z[ recovery-image] Aug 14 18:59:02.737 INFO O| Aug 14 18:59:02.737 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-08-14T18:59:03.802Z[ recovery-image] Aug 14 18:59:02.746 INFO O| Aug 14 18:59:02.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
59902026-08-14T18:59:03.802Z[ recovery-image] Aug 14 18:59:02.746 INFO O| Aug 14 18:59:02.746 INFO STEP 251 (remove_files) COMPLETE
59912026-08-14T18:59:03.806Z[ recovery-image] Aug 14 18:59:02.746 INFO O| Aug 14 18:59:02.746 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-08-14T18:59:03.811Z[ recovery-image] Aug 14 18:59:02.755 INFO O| Aug 14 18:59:02.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
59932026-08-14T18:59:03.811Z[ recovery-image] Aug 14 18:59:02.755 INFO O| Aug 14 18:59:02.755 INFO STEP 252 (remove_files) COMPLETE
59942026-08-14T18:59:03.811Z[ recovery-image] Aug 14 18:59:02.755 INFO O| Aug 14 18:59:02.755 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-08-14T18:59:03.820Z[ recovery-image] Aug 14 18:59:02.764 INFO O| Aug 14 18:59:02.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
59962026-08-14T18:59:03.821Z[ recovery-image] Aug 14 18:59:02.764 INFO O| Aug 14 18:59:02.764 INFO STEP 253 (remove_files) COMPLETE
59972026-08-14T18:59:03.821Z[ recovery-image] Aug 14 18:59:02.764 INFO O| Aug 14 18:59:02.764 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-08-14T18:59:03.830Z[ recovery-image] Aug 14 18:59:02.774 INFO O| Aug 14 18:59:02.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
59992026-08-14T18:59:03.830Z[ recovery-image] Aug 14 18:59:02.774 INFO O| Aug 14 18:59:02.774 INFO STEP 254 (remove_files) COMPLETE
60002026-08-14T18:59:03.830Z[ recovery-image] Aug 14 18:59:02.774 INFO O| Aug 14 18:59:02.774 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-08-14T18:59:03.844Z[ recovery-image] Aug 14 18:59:02.784 INFO O| Aug 14 18:59:02.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60022026-08-14T18:59:03.844Z[ recovery-image] Aug 14 18:59:02.784 INFO O| Aug 14 18:59:02.784 INFO STEP 255 (remove_files) COMPLETE
60032026-08-14T18:59:03.844Z[ recovery-image] Aug 14 18:59:02.784 INFO O| Aug 14 18:59:02.784 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-08-14T18:59:03.849Z[ recovery-image] Aug 14 18:59:02.793 INFO O| Aug 14 18:59:02.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60052026-08-14T18:59:03.849Z[ recovery-image] Aug 14 18:59:02.793 INFO O| Aug 14 18:59:02.793 INFO STEP 256 (remove_files) COMPLETE
60062026-08-14T18:59:03.849Z[ recovery-image] Aug 14 18:59:02.793 INFO O| Aug 14 18:59:02.793 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-08-14T18:59:03.858Z[ recovery-image] Aug 14 18:59:02.802 INFO O| Aug 14 18:59:02.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60082026-08-14T18:59:03.859Z[ recovery-image] Aug 14 18:59:02.802 INFO O| Aug 14 18:59:02.802 INFO STEP 257 (remove_files) COMPLETE
60092026-08-14T18:59:03.859Z[ recovery-image] Aug 14 18:59:02.802 INFO O| Aug 14 18:59:02.802 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-14T18:59:03.869Z[ recovery-image] Aug 14 18:59:02.813 INFO O| Aug 14 18:59:02.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60112026-08-14T18:59:03.869Z[ recovery-image] Aug 14 18:59:02.813 INFO O| Aug 14 18:59:02.812 INFO STEP 258 (remove_files) COMPLETE
60122026-08-14T18:59:03.869Z[ recovery-image] Aug 14 18:59:02.813 INFO O| Aug 14 18:59:02.812 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-14T18:59:03.878Z[verify-libraries] Compiling fatfs v0.3.6
60142026-08-14T18:59:03.881Z[ recovery-image] Aug 14 18:59:02.822 INFO O| Aug 14 18:59:02.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60152026-08-14T18:59:03.881Z[ recovery-image] Aug 14 18:59:02.822 INFO O| Aug 14 18:59:02.822 INFO STEP 259 (remove_files) COMPLETE
60162026-08-14T18:59:03.881Z[ recovery-image] Aug 14 18:59:02.822 INFO O| Aug 14 18:59:02.822 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-14T18:59:03.889Z[ recovery-image] Aug 14 18:59:02.832 INFO O| Aug 14 18:59:02.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60182026-08-14T18:59:03.889Z[ recovery-image] Aug 14 18:59:02.832 INFO O| Aug 14 18:59:02.832 INFO STEP 260 (remove_files) COMPLETE
60192026-08-14T18:59:03.889Z[ recovery-image] Aug 14 18:59:02.832 INFO O| Aug 14 18:59:02.832 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-14T18:59:03.898Z[ recovery-image] Aug 14 18:59:02.842 INFO O| Aug 14 18:59:02.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60212026-08-14T18:59:03.898Z[ recovery-image] Aug 14 18:59:02.842 INFO O| Aug 14 18:59:02.842 INFO STEP 261 (remove_files) COMPLETE
60222026-08-14T18:59:03.898Z[ recovery-image] Aug 14 18:59:02.842 INFO O| Aug 14 18:59:02.842 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-14T18:59:03.908Z[ recovery-image] Aug 14 18:59:02.852 INFO O| Aug 14 18:59:02.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60242026-08-14T18:59:03.908Z[ recovery-image] Aug 14 18:59:02.852 INFO O| Aug 14 18:59:02.852 INFO STEP 262 (remove_files) COMPLETE
60252026-08-14T18:59:03.908Z[ recovery-image] Aug 14 18:59:02.852 INFO O| Aug 14 18:59:02.852 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-14T18:59:03.918Z[ recovery-image] Aug 14 18:59:02.861 INFO O| Aug 14 18:59:02.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60272026-08-14T18:59:03.918Z[ recovery-image] Aug 14 18:59:02.861 INFO O| Aug 14 18:59:02.861 INFO STEP 263 (remove_files) COMPLETE
60282026-08-14T18:59:03.921Z[ recovery-image] Aug 14 18:59:02.861 INFO O| Aug 14 18:59:02.861 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-14T18:59:03.926Z[ recovery-image] Aug 14 18:59:02.870 INFO O| Aug 14 18:59:02.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60302026-08-14T18:59:03.926Z[ recovery-image] Aug 14 18:59:02.870 INFO O| Aug 14 18:59:02.870 INFO STEP 264 (remove_files) COMPLETE
60312026-08-14T18:59:03.926Z[ recovery-image] Aug 14 18:59:02.870 INFO O| Aug 14 18:59:02.870 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-14T18:59:03.936Z[ recovery-image] Aug 14 18:59:02.880 INFO O| Aug 14 18:59:02.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60332026-08-14T18:59:03.936Z[ recovery-image] Aug 14 18:59:02.880 INFO O| Aug 14 18:59:02.880 INFO STEP 265 (remove_files) COMPLETE
60342026-08-14T18:59:03.936Z[ recovery-image] Aug 14 18:59:02.880 INFO O| Aug 14 18:59:02.880 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-14T18:59:03.945Z[ recovery-image] Aug 14 18:59:02.889 INFO O| Aug 14 18:59:02.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60362026-08-14T18:59:03.945Z[ recovery-image] Aug 14 18:59:02.889 INFO O| Aug 14 18:59:02.889 INFO STEP 266 (remove_files) COMPLETE
60372026-08-14T18:59:03.945Z[ recovery-image] Aug 14 18:59:02.889 INFO O| Aug 14 18:59:02.889 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-14T18:59:03.955Z[ recovery-image] Aug 14 18:59:02.899 INFO O| Aug 14 18:59:02.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60392026-08-14T18:59:03.955Z[ recovery-image] Aug 14 18:59:02.899 INFO O| Aug 14 18:59:02.899 INFO STEP 267 (remove_files) COMPLETE
60402026-08-14T18:59:03.959Z[ recovery-image] Aug 14 18:59:02.899 INFO O| Aug 14 18:59:02.899 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-14T18:59:03.965Z[ recovery-image] Aug 14 18:59:02.908 INFO O| Aug 14 18:59:02.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60422026-08-14T18:59:03.965Z[ recovery-image] Aug 14 18:59:02.908 INFO O| Aug 14 18:59:02.908 INFO STEP 268 (remove_files) COMPLETE
60432026-08-14T18:59:03.965Z[ recovery-image] Aug 14 18:59:02.909 INFO O| Aug 14 18:59:02.908 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-14T18:59:03.973Z[ recovery-image] Aug 14 18:59:02.917 INFO O| Aug 14 18:59:02.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60452026-08-14T18:59:03.973Z[ recovery-image] Aug 14 18:59:02.917 INFO O| Aug 14 18:59:02.917 INFO STEP 269 (remove_files) COMPLETE
60462026-08-14T18:59:03.973Z[ recovery-image] Aug 14 18:59:02.917 INFO O| Aug 14 18:59:02.917 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-14T18:59:03.985Z[ recovery-image] Aug 14 18:59:02.928 INFO O| Aug 14 18:59:02.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60482026-08-14T18:59:03.985Z[ recovery-image] Aug 14 18:59:02.928 INFO O| Aug 14 18:59:02.928 INFO STEP 270 (remove_files) COMPLETE
60492026-08-14T18:59:03.985Z[ recovery-image] Aug 14 18:59:02.928 INFO O| Aug 14 18:59:02.928 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-14T18:59:03.995Z[ recovery-image] Aug 14 18:59:02.939 INFO O| Aug 14 18:59:02.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60512026-08-14T18:59:03.995Z[ recovery-image] Aug 14 18:59:02.939 INFO O| Aug 14 18:59:02.939 INFO STEP 271 (remove_files) COMPLETE
60522026-08-14T18:59:03.995Z[ recovery-image] Aug 14 18:59:02.939 INFO O| Aug 14 18:59:02.939 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-14T18:59:04.006Z[ recovery-image] Aug 14 18:59:02.949 INFO O| Aug 14 18:59:02.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60542026-08-14T18:59:04.006Z[ recovery-image] Aug 14 18:59:02.949 INFO O| Aug 14 18:59:02.949 INFO STEP 272 (remove_files) COMPLETE
60552026-08-14T18:59:04.010Z[ recovery-image] Aug 14 18:59:02.949 INFO O| Aug 14 18:59:02.949 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-14T18:59:04.016Z[ recovery-image] Aug 14 18:59:02.960 INFO O| Aug 14 18:59:02.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60572026-08-14T18:59:04.016Z[ recovery-image] Aug 14 18:59:02.960 INFO O| Aug 14 18:59:02.960 INFO STEP 273 (remove_files) COMPLETE
60582026-08-14T18:59:04.020Z[ recovery-image] Aug 14 18:59:02.960 INFO O| Aug 14 18:59:02.960 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-14T18:59:04.027Z[ recovery-image] Aug 14 18:59:02.970 INFO O| Aug 14 18:59:02.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60602026-08-14T18:59:04.027Z[ recovery-image] Aug 14 18:59:02.970 INFO O| Aug 14 18:59:02.970 INFO STEP 274 (remove_files) COMPLETE
60612026-08-14T18:59:04.027Z[ recovery-image] Aug 14 18:59:02.970 INFO O| Aug 14 18:59:02.970 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-14T18:59:04.038Z[ recovery-image] Aug 14 18:59:02.982 INFO O| Aug 14 18:59:02.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60632026-08-14T18:59:04.038Z[ recovery-image] Aug 14 18:59:02.982 INFO O| Aug 14 18:59:02.982 INFO STEP 275 (remove_files) COMPLETE
60642026-08-14T18:59:04.042Z[ recovery-image] Aug 14 18:59:02.982 INFO O| Aug 14 18:59:02.982 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-14T18:59:04.048Z[ recovery-image] Aug 14 18:59:02.992 INFO O| Aug 14 18:59:02.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60662026-08-14T18:59:04.048Z[ recovery-image] Aug 14 18:59:02.992 INFO O| Aug 14 18:59:02.992 INFO STEP 276 (remove_files) COMPLETE
60672026-08-14T18:59:04.048Z[ recovery-image] Aug 14 18:59:02.992 INFO O| Aug 14 18:59:02.992 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-14T18:59:04.058Z[ recovery-image] Aug 14 18:59:03.001 INFO O| Aug 14 18:59:03.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60692026-08-14T18:59:04.058Z[ recovery-image] Aug 14 18:59:03.002 INFO O| Aug 14 18:59:03.002 INFO STEP 277 (remove_files) COMPLETE
60702026-08-14T18:59:04.058Z[ recovery-image] Aug 14 18:59:03.002 INFO O| Aug 14 18:59:03.002 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-14T18:59:04.070Z[ recovery-image] Aug 14 18:59:03.012 INFO O| Aug 14 18:59:03.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60722026-08-14T18:59:04.070Z[ recovery-image] Aug 14 18:59:03.012 INFO O| Aug 14 18:59:03.012 INFO STEP 278 (remove_files) COMPLETE
60732026-08-14T18:59:04.070Z[ recovery-image] Aug 14 18:59:03.012 INFO O| Aug 14 18:59:03.012 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-14T18:59:04.078Z[ recovery-image] Aug 14 18:59:03.021 INFO O| Aug 14 18:59:03.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60752026-08-14T18:59:04.078Z[ recovery-image] Aug 14 18:59:03.021 INFO O| Aug 14 18:59:03.021 INFO STEP 279 (remove_files) COMPLETE
60762026-08-14T18:59:04.081Z[ recovery-image] Aug 14 18:59:03.021 INFO O| Aug 14 18:59:03.021 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-14T18:59:04.088Z[ recovery-image] Aug 14 18:59:03.031 INFO O| Aug 14 18:59:03.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60782026-08-14T18:59:04.088Z[ recovery-image] Aug 14 18:59:03.031 INFO O| Aug 14 18:59:03.031 INFO STEP 280 (remove_files) COMPLETE
60792026-08-14T18:59:04.088Z[ recovery-image] Aug 14 18:59:03.031 INFO O| Aug 14 18:59:03.031 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-14T18:59:04.098Z[ recovery-image] Aug 14 18:59:03.040 INFO O| Aug 14 18:59:03.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60812026-08-14T18:59:04.098Z[ recovery-image] Aug 14 18:59:03.040 INFO O| Aug 14 18:59:03.040 INFO STEP 281 (remove_files) COMPLETE
60822026-08-14T18:59:04.098Z[ recovery-image] Aug 14 18:59:03.040 INFO O| Aug 14 18:59:03.040 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-14T18:59:04.105Z[ recovery-image] Aug 14 18:59:03.048 INFO O| Aug 14 18:59:03.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
60842026-08-14T18:59:04.108Z[ recovery-image] Aug 14 18:59:03.051 INFO O| Aug 14 18:59:03.051 INFO STEP 282 (remove_files) COMPLETE
60852026-08-14T18:59:04.108Z[ recovery-image] Aug 14 18:59:03.051 INFO O| Aug 14 18:59:03.051 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-14T18:59:04.118Z[ recovery-image] Aug 14 18:59:03.061 INFO O| Aug 14 18:59:03.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
60872026-08-14T18:59:04.118Z[ recovery-image] Aug 14 18:59:03.062 INFO O| Aug 14 18:59:03.062 INFO STEP 283 (remove_files) COMPLETE
60882026-08-14T18:59:04.118Z[ recovery-image] Aug 14 18:59:03.062 INFO O| Aug 14 18:59:03.062 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-14T18:59:04.127Z[ recovery-image] Aug 14 18:59:03.071 INFO O| Aug 14 18:59:03.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
60902026-08-14T18:59:04.127Z[ recovery-image] Aug 14 18:59:03.071 INFO O| Aug 14 18:59:03.071 INFO STEP 284 (remove_files) COMPLETE
60912026-08-14T18:59:04.127Z[ recovery-image] Aug 14 18:59:03.071 INFO O| Aug 14 18:59:03.071 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-14T18:59:04.136Z[ recovery-image] Aug 14 18:59:03.080 INFO O| Aug 14 18:59:03.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
60932026-08-14T18:59:04.136Z[ recovery-image] Aug 14 18:59:03.080 INFO O| Aug 14 18:59:03.080 INFO STEP 285 (remove_files) COMPLETE
60942026-08-14T18:59:04.136Z[ recovery-image] Aug 14 18:59:03.080 INFO O| Aug 14 18:59:03.080 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-14T18:59:04.146Z[ recovery-image] Aug 14 18:59:03.090 INFO O| Aug 14 18:59:03.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
60962026-08-14T18:59:04.146Z[ recovery-image] Aug 14 18:59:03.090 INFO O| Aug 14 18:59:03.090 INFO STEP 286 (remove_files) COMPLETE
60972026-08-14T18:59:04.146Z[ recovery-image] Aug 14 18:59:03.090 INFO O| Aug 14 18:59:03.090 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-14T18:59:04.157Z[ recovery-image] Aug 14 18:59:03.101 INFO O| Aug 14 18:59:03.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
60992026-08-14T18:59:04.158Z[ recovery-image] Aug 14 18:59:03.101 INFO O| Aug 14 18:59:03.101 INFO STEP 287 (remove_files) COMPLETE
61002026-08-14T18:59:04.158Z[ recovery-image] Aug 14 18:59:03.101 INFO O| Aug 14 18:59:03.101 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-14T18:59:04.168Z[ recovery-image] Aug 14 18:59:03.112 INFO O| Aug 14 18:59:03.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61022026-08-14T18:59:04.168Z[ recovery-image] Aug 14 18:59:03.112 INFO O| Aug 14 18:59:03.112 INFO STEP 288 (remove_files) COMPLETE
61032026-08-14T18:59:04.172Z[ recovery-image] Aug 14 18:59:03.112 INFO O| Aug 14 18:59:03.112 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-14T18:59:04.179Z[ recovery-image] Aug 14 18:59:03.123 INFO O| Aug 14 18:59:03.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61052026-08-14T18:59:04.179Z[ recovery-image] Aug 14 18:59:03.123 INFO O| Aug 14 18:59:03.123 INFO STEP 289 (remove_files) COMPLETE
61062026-08-14T18:59:04.179Z[ recovery-image] Aug 14 18:59:03.123 INFO O| Aug 14 18:59:03.123 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-14T18:59:04.190Z[ recovery-image] Aug 14 18:59:03.134 INFO O| Aug 14 18:59:03.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61082026-08-14T18:59:04.190Z[ recovery-image] Aug 14 18:59:03.134 INFO O| Aug 14 18:59:03.134 INFO STEP 290 (remove_files) COMPLETE
61092026-08-14T18:59:04.190Z[ recovery-image] Aug 14 18:59:03.134 INFO O| Aug 14 18:59:03.134 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-14T18:59:04.201Z[ recovery-image] Aug 14 18:59:03.145 INFO O| Aug 14 18:59:03.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61112026-08-14T18:59:04.201Z[ recovery-image] Aug 14 18:59:03.145 INFO O| Aug 14 18:59:03.145 INFO STEP 291 (remove_files) COMPLETE
61122026-08-14T18:59:04.201Z[ recovery-image] Aug 14 18:59:03.145 INFO O| Aug 14 18:59:03.145 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-14T18:59:04.212Z[ recovery-image] Aug 14 18:59:03.156 INFO O| Aug 14 18:59:03.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61142026-08-14T18:59:04.216Z[ recovery-image] Aug 14 18:59:03.156 INFO O| Aug 14 18:59:03.156 INFO STEP 292 (remove_files) COMPLETE
61152026-08-14T18:59:04.216Z[ recovery-image] Aug 14 18:59:03.156 INFO O| Aug 14 18:59:03.156 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-14T18:59:04.224Z[ recovery-image] Aug 14 18:59:03.167 INFO O| Aug 14 18:59:03.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61172026-08-14T18:59:04.224Z[ recovery-image] Aug 14 18:59:03.167 INFO O| Aug 14 18:59:03.167 INFO STEP 293 (remove_files) COMPLETE
61182026-08-14T18:59:04.224Z[ recovery-image] Aug 14 18:59:03.167 INFO O| Aug 14 18:59:03.167 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-14T18:59:04.234Z[ recovery-image] Aug 14 18:59:03.177 INFO O| Aug 14 18:59:03.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61202026-08-14T18:59:04.234Z[ recovery-image] Aug 14 18:59:03.178 INFO O| Aug 14 18:59:03.177 INFO STEP 294 (remove_files) COMPLETE
61212026-08-14T18:59:04.237Z[ recovery-image] Aug 14 18:59:03.178 INFO O| Aug 14 18:59:03.177 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-14T18:59:04.244Z[ recovery-image] Aug 14 18:59:03.188 INFO O| Aug 14 18:59:03.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61232026-08-14T18:59:04.244Z[ recovery-image] Aug 14 18:59:03.188 INFO O| Aug 14 18:59:03.188 INFO STEP 295 (remove_files) COMPLETE
61242026-08-14T18:59:04.244Z[ recovery-image] Aug 14 18:59:03.188 INFO O| Aug 14 18:59:03.188 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-14T18:59:04.255Z[ recovery-image] Aug 14 18:59:03.199 INFO O| Aug 14 18:59:03.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61262026-08-14T18:59:04.255Z[ recovery-image] Aug 14 18:59:03.199 INFO O| Aug 14 18:59:03.199 INFO STEP 296 (remove_files) COMPLETE
61272026-08-14T18:59:04.255Z[ recovery-image] Aug 14 18:59:03.199 INFO O| Aug 14 18:59:03.199 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-14T18:59:04.265Z[ recovery-image] Aug 14 18:59:03.209 INFO O| Aug 14 18:59:03.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61292026-08-14T18:59:04.265Z[ recovery-image] Aug 14 18:59:03.209 INFO O| Aug 14 18:59:03.209 INFO STEP 297 (remove_files) COMPLETE
61302026-08-14T18:59:04.269Z[ recovery-image] Aug 14 18:59:03.209 INFO O| Aug 14 18:59:03.209 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-14T18:59:04.276Z[ recovery-image] Aug 14 18:59:03.220 INFO O| Aug 14 18:59:03.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61322026-08-14T18:59:04.276Z[ recovery-image] Aug 14 18:59:03.220 INFO O| Aug 14 18:59:03.220 INFO STEP 298 (remove_files) COMPLETE
61332026-08-14T18:59:04.276Z[ recovery-image] Aug 14 18:59:03.220 INFO O| Aug 14 18:59:03.220 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-14T18:59:04.282Z[verify-libraries] Compiling num-bigint v0.4.6
61352026-08-14T18:59:04.286Z[ recovery-image] Aug 14 18:59:03.230 INFO O| Aug 14 18:59:03.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61362026-08-14T18:59:04.286Z[ recovery-image] Aug 14 18:59:03.230 INFO O| Aug 14 18:59:03.230 INFO STEP 299 (remove_files) COMPLETE
61372026-08-14T18:59:04.286Z[ recovery-image] Aug 14 18:59:03.230 INFO O| Aug 14 18:59:03.230 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-14T18:59:04.297Z[ recovery-image] Aug 14 18:59:03.241 INFO O| Aug 14 18:59:03.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61392026-08-14T18:59:04.297Z[ recovery-image] Aug 14 18:59:03.241 INFO O| Aug 14 18:59:03.241 INFO STEP 300 (remove_files) COMPLETE
61402026-08-14T18:59:04.297Z[ recovery-image] Aug 14 18:59:03.241 INFO O| Aug 14 18:59:03.241 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-14T18:59:04.304Z[verify-libraries] Compiling generic-array v1.4.3
61422026-08-14T18:59:04.308Z[ recovery-image] Aug 14 18:59:03.252 INFO O| Aug 14 18:59:03.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61432026-08-14T18:59:04.308Z[ recovery-image] Aug 14 18:59:03.252 INFO O| Aug 14 18:59:03.252 INFO STEP 301 (remove_files) COMPLETE
61442026-08-14T18:59:04.308Z[ recovery-image] Aug 14 18:59:03.252 INFO O| Aug 14 18:59:03.252 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-08-14T18:59:04.318Z[ recovery-image] Aug 14 18:59:03.262 INFO O| Aug 14 18:59:03.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61462026-08-14T18:59:04.318Z[ recovery-image] Aug 14 18:59:03.262 INFO O| Aug 14 18:59:03.262 INFO STEP 302 (remove_files) COMPLETE
61472026-08-14T18:59:04.322Z[ recovery-image] Aug 14 18:59:03.262 INFO O| Aug 14 18:59:03.262 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-08-14T18:59:04.329Z[ recovery-image] Aug 14 18:59:03.272 INFO O| Aug 14 18:59:03.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61492026-08-14T18:59:04.329Z[ recovery-image] Aug 14 18:59:03.272 INFO O| Aug 14 18:59:03.272 INFO STEP 303 (remove_files) COMPLETE
61502026-08-14T18:59:04.329Z[ recovery-image] Aug 14 18:59:03.272 INFO O| Aug 14 18:59:03.272 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-08-14T18:59:04.338Z[ recovery-image] Aug 14 18:59:03.282 INFO O| Aug 14 18:59:03.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61522026-08-14T18:59:04.338Z[ recovery-image] Aug 14 18:59:03.282 INFO O| Aug 14 18:59:03.282 INFO STEP 304 (remove_files) COMPLETE
61532026-08-14T18:59:04.338Z[ recovery-image] Aug 14 18:59:03.282 INFO O| Aug 14 18:59:03.282 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-08-14T18:59:04.348Z[ recovery-image] Aug 14 18:59:03.292 INFO O| Aug 14 18:59:03.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61552026-08-14T18:59:04.348Z[ recovery-image] Aug 14 18:59:03.292 INFO O| Aug 14 18:59:03.292 INFO STEP 305 (remove_files) COMPLETE
61562026-08-14T18:59:04.348Z[ recovery-image] Aug 14 18:59:03.292 INFO O| Aug 14 18:59:03.292 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-08-14T18:59:04.358Z[ recovery-image] Aug 14 18:59:03.301 INFO O| Aug 14 18:59:03.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61582026-08-14T18:59:04.358Z[ recovery-image] Aug 14 18:59:03.301 INFO O| Aug 14 18:59:03.301 INFO STEP 306 (remove_files) COMPLETE
61592026-08-14T18:59:04.358Z[ recovery-image] Aug 14 18:59:03.301 INFO O| Aug 14 18:59:03.301 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-08-14T18:59:04.367Z[ recovery-image] Aug 14 18:59:03.310 INFO O| Aug 14 18:59:03.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61612026-08-14T18:59:04.367Z[ recovery-image] Aug 14 18:59:03.311 INFO O| Aug 14 18:59:03.310 INFO STEP 307 (remove_files) COMPLETE
61622026-08-14T18:59:04.367Z[ recovery-image] Aug 14 18:59:03.311 INFO O| Aug 14 18:59:03.311 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-14T18:59:04.378Z[ recovery-image] Aug 14 18:59:03.322 INFO O| Aug 14 18:59:03.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61642026-08-14T18:59:04.378Z[ recovery-image] Aug 14 18:59:03.322 INFO O| Aug 14 18:59:03.322 INFO STEP 308 (remove_files) COMPLETE
61652026-08-14T18:59:04.378Z[ recovery-image] Aug 14 18:59:03.322 INFO O| Aug 14 18:59:03.322 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-14T18:59:04.389Z[ recovery-image] Aug 14 18:59:03.333 INFO O| Aug 14 18:59:03.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61672026-08-14T18:59:04.389Z[ recovery-image] Aug 14 18:59:03.333 INFO O| Aug 14 18:59:03.333 INFO STEP 309 (remove_files) COMPLETE
61682026-08-14T18:59:04.393Z[ recovery-image] Aug 14 18:59:03.333 INFO O| Aug 14 18:59:03.333 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-14T18:59:04.399Z[ recovery-image] Aug 14 18:59:03.343 INFO O| Aug 14 18:59:03.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61702026-08-14T18:59:04.399Z[ recovery-image] Aug 14 18:59:03.343 INFO O| Aug 14 18:59:03.343 INFO STEP 310 (remove_files) COMPLETE
61712026-08-14T18:59:04.403Z[ recovery-image] Aug 14 18:59:03.343 INFO O| Aug 14 18:59:03.343 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-14T18:59:04.412Z[ recovery-image] Aug 14 18:59:03.356 INFO O| Aug 14 18:59:03.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61732026-08-14T18:59:04.412Z[ recovery-image] Aug 14 18:59:03.356 INFO O| Aug 14 18:59:03.356 INFO STEP 311 (remove_files) COMPLETE
61742026-08-14T18:59:04.412Z[ recovery-image] Aug 14 18:59:03.356 INFO O| Aug 14 18:59:03.356 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-14T18:59:04.423Z[ recovery-image] Aug 14 18:59:03.367 INFO O| Aug 14 18:59:03.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61762026-08-14T18:59:04.423Z[ recovery-image] Aug 14 18:59:03.367 INFO O| Aug 14 18:59:03.367 INFO STEP 312 (remove_files) COMPLETE
61772026-08-14T18:59:04.423Z[ recovery-image] Aug 14 18:59:03.367 INFO O| Aug 14 18:59:03.367 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-14T18:59:04.435Z[ recovery-image] Aug 14 18:59:03.378 INFO O| Aug 14 18:59:03.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61792026-08-14T18:59:04.435Z[ recovery-image] Aug 14 18:59:03.378 INFO O| Aug 14 18:59:03.378 INFO STEP 313 (remove_files) COMPLETE
61802026-08-14T18:59:04.435Z[ recovery-image] Aug 14 18:59:03.378 INFO O| Aug 14 18:59:03.378 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-14T18:59:04.446Z[ recovery-image] Aug 14 18:59:03.389 INFO O| Aug 14 18:59:03.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61822026-08-14T18:59:04.449Z[ recovery-image] Aug 14 18:59:03.392 INFO O| Aug 14 18:59:03.392 INFO STEP 314 (remove_files) COMPLETE
61832026-08-14T18:59:04.449Z[ recovery-image] Aug 14 18:59:03.392 INFO O| Aug 14 18:59:03.392 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-14T18:59:04.458Z[ recovery-image] Aug 14 18:59:03.402 INFO O| Aug 14 18:59:03.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
61852026-08-14T18:59:04.458Z[ recovery-image] Aug 14 18:59:03.402 INFO O| Aug 14 18:59:03.402 INFO STEP 315 (remove_files) COMPLETE
61862026-08-14T18:59:04.459Z[ recovery-image] Aug 14 18:59:03.402 INFO O| Aug 14 18:59:03.402 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-14T18:59:04.469Z[ recovery-image] Aug 14 18:59:03.413 INFO O| Aug 14 18:59:03.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
61882026-08-14T18:59:04.470Z[ recovery-image] Aug 14 18:59:03.413 INFO O| Aug 14 18:59:03.413 INFO STEP 316 (remove_files) COMPLETE
61892026-08-14T18:59:04.470Z[ recovery-image] Aug 14 18:59:03.413 INFO O| Aug 14 18:59:03.413 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-14T18:59:04.479Z[ recovery-image] Aug 14 18:59:03.423 INFO O| Aug 14 18:59:03.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
61912026-08-14T18:59:04.479Z[ recovery-image] Aug 14 18:59:03.423 INFO O| Aug 14 18:59:03.423 INFO STEP 317 (remove_files) COMPLETE
61922026-08-14T18:59:04.479Z[ recovery-image] Aug 14 18:59:03.423 INFO O| Aug 14 18:59:03.423 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-14T18:59:04.489Z[ recovery-image] Aug 14 18:59:03.432 INFO O| Aug 14 18:59:03.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
61942026-08-14T18:59:04.489Z[ recovery-image] Aug 14 18:59:03.433 INFO O| Aug 14 18:59:03.433 INFO STEP 318 (remove_files) COMPLETE
61952026-08-14T18:59:04.489Z[ recovery-image] Aug 14 18:59:03.433 INFO O| Aug 14 18:59:03.433 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-14T18:59:04.499Z[ recovery-image] Aug 14 18:59:03.442 INFO O| Aug 14 18:59:03.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
61972026-08-14T18:59:04.499Z[ recovery-image] Aug 14 18:59:03.443 INFO O| Aug 14 18:59:03.443 INFO STEP 319 (remove_files) COMPLETE
61982026-08-14T18:59:04.499Z[ recovery-image] Aug 14 18:59:03.443 INFO O| Aug 14 18:59:03.443 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-14T18:59:04.509Z[ recovery-image] Aug 14 18:59:03.453 INFO O| Aug 14 18:59:03.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62002026-08-14T18:59:04.509Z[ recovery-image] Aug 14 18:59:03.453 INFO O| Aug 14 18:59:03.453 INFO STEP 320 (remove_files) COMPLETE
62012026-08-14T18:59:04.509Z[ recovery-image] Aug 14 18:59:03.453 INFO O| Aug 14 18:59:03.453 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-14T18:59:04.519Z[ recovery-image] Aug 14 18:59:03.462 INFO O| Aug 14 18:59:03.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62032026-08-14T18:59:04.519Z[ recovery-image] Aug 14 18:59:03.463 INFO O| Aug 14 18:59:03.463 INFO STEP 321 (remove_files) COMPLETE
62042026-08-14T18:59:04.519Z[ recovery-image] Aug 14 18:59:03.463 INFO O| Aug 14 18:59:03.463 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-14T18:59:04.530Z[ recovery-image] Aug 14 18:59:03.473 INFO O| Aug 14 18:59:03.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62062026-08-14T18:59:04.533Z[ recovery-image] Aug 14 18:59:03.474 INFO O| Aug 14 18:59:03.474 INFO STEP 322 (remove_files) COMPLETE
62072026-08-14T18:59:04.533Z[ recovery-image] Aug 14 18:59:03.474 INFO O| Aug 14 18:59:03.474 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-14T18:59:04.542Z[ recovery-image] Aug 14 18:59:03.485 INFO O| Aug 14 18:59:03.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62092026-08-14T18:59:04.542Z[ recovery-image] Aug 14 18:59:03.485 INFO O| Aug 14 18:59:03.485 INFO STEP 323 (remove_files) COMPLETE
62102026-08-14T18:59:04.545Z[ recovery-image] Aug 14 18:59:03.485 INFO O| Aug 14 18:59:03.485 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-14T18:59:04.552Z[ recovery-image] Aug 14 18:59:03.496 INFO O| Aug 14 18:59:03.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62122026-08-14T18:59:04.552Z[ recovery-image] Aug 14 18:59:03.496 INFO O| Aug 14 18:59:03.496 INFO STEP 324 (remove_files) COMPLETE
62132026-08-14T18:59:04.556Z[ recovery-image] Aug 14 18:59:03.496 INFO O| Aug 14 18:59:03.496 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-14T18:59:04.563Z[ recovery-image] Aug 14 18:59:03.507 INFO O| Aug 14 18:59:03.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62152026-08-14T18:59:04.563Z[ recovery-image] Aug 14 18:59:03.507 INFO O| Aug 14 18:59:03.507 INFO STEP 325 (remove_files) COMPLETE
62162026-08-14T18:59:04.563Z[ recovery-image] Aug 14 18:59:03.507 INFO O| Aug 14 18:59:03.507 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-14T18:59:04.574Z[ recovery-image] Aug 14 18:59:03.517 INFO O| Aug 14 18:59:03.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62182026-08-14T18:59:04.574Z[ recovery-image] Aug 14 18:59:03.517 INFO O| Aug 14 18:59:03.517 INFO STEP 326 (remove_files) COMPLETE
62192026-08-14T18:59:04.578Z[ recovery-image] Aug 14 18:59:03.517 INFO O| Aug 14 18:59:03.517 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-14T18:59:04.585Z[ recovery-image] Aug 14 18:59:03.529 INFO O| Aug 14 18:59:03.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62212026-08-14T18:59:04.585Z[ recovery-image] Aug 14 18:59:03.529 INFO O| Aug 14 18:59:03.529 INFO STEP 327 (remove_files) COMPLETE
62222026-08-14T18:59:04.589Z[ recovery-image] Aug 14 18:59:03.529 INFO O| Aug 14 18:59:03.529 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-14T18:59:04.596Z[ recovery-image] Aug 14 18:59:03.539 INFO O| Aug 14 18:59:03.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62242026-08-14T18:59:04.596Z[ recovery-image] Aug 14 18:59:03.539 INFO O| Aug 14 18:59:03.539 INFO STEP 328 (remove_files) COMPLETE
62252026-08-14T18:59:04.596Z[ recovery-image] Aug 14 18:59:03.539 INFO O| Aug 14 18:59:03.539 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-14T18:59:04.607Z[ recovery-image] Aug 14 18:59:03.551 INFO O| Aug 14 18:59:03.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62272026-08-14T18:59:04.607Z[ recovery-image] Aug 14 18:59:03.551 INFO O| Aug 14 18:59:03.551 INFO STEP 329 (remove_files) COMPLETE
62282026-08-14T18:59:04.607Z[ recovery-image] Aug 14 18:59:03.551 INFO O| Aug 14 18:59:03.551 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-14T18:59:04.618Z[ recovery-image] Aug 14 18:59:03.561 INFO O| Aug 14 18:59:03.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62302026-08-14T18:59:04.623Z[ recovery-image] Aug 14 18:59:03.562 INFO O| Aug 14 18:59:03.562 INFO STEP 330 (remove_files) COMPLETE
62312026-08-14T18:59:04.623Z[ recovery-image] Aug 14 18:59:03.562 INFO O| Aug 14 18:59:03.562 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-14T18:59:04.629Z[ recovery-image] Aug 14 18:59:03.572 INFO O| Aug 14 18:59:03.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62332026-08-14T18:59:04.629Z[ recovery-image] Aug 14 18:59:03.573 INFO O| Aug 14 18:59:03.573 INFO STEP 331 (remove_files) COMPLETE
62342026-08-14T18:59:04.629Z[ recovery-image] Aug 14 18:59:03.573 INFO O| Aug 14 18:59:03.573 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-14T18:59:04.640Z[ recovery-image] Aug 14 18:59:03.583 INFO O| Aug 14 18:59:03.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62362026-08-14T18:59:04.644Z[ recovery-image] Aug 14 18:59:03.584 INFO O| Aug 14 18:59:03.584 INFO STEP 332 (remove_files) COMPLETE
62372026-08-14T18:59:04.644Z[ recovery-image] Aug 14 18:59:03.584 INFO O| Aug 14 18:59:03.584 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-14T18:59:04.651Z[ recovery-image] Aug 14 18:59:03.594 INFO O| Aug 14 18:59:03.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62392026-08-14T18:59:04.651Z[ recovery-image] Aug 14 18:59:03.594 INFO O| Aug 14 18:59:03.594 INFO STEP 333 (remove_files) COMPLETE
62402026-08-14T18:59:04.651Z[ recovery-image] Aug 14 18:59:03.594 INFO O| Aug 14 18:59:03.594 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-14T18:59:04.663Z[ recovery-image] Aug 14 18:59:03.605 INFO O| Aug 14 18:59:03.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62422026-08-14T18:59:04.663Z[ recovery-image] Aug 14 18:59:03.605 INFO O| Aug 14 18:59:03.605 INFO STEP 334 (remove_files) COMPLETE
62432026-08-14T18:59:04.663Z[ recovery-image] Aug 14 18:59:03.605 INFO O| Aug 14 18:59:03.605 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-14T18:59:04.671Z[ recovery-image] Aug 14 18:59:03.615 INFO O| Aug 14 18:59:03.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62452026-08-14T18:59:04.671Z[ recovery-image] Aug 14 18:59:03.615 INFO O| Aug 14 18:59:03.615 INFO STEP 335 (remove_files) COMPLETE
62462026-08-14T18:59:04.671Z[ recovery-image] Aug 14 18:59:03.615 INFO O| Aug 14 18:59:03.615 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-14T18:59:04.682Z[ recovery-image] Aug 14 18:59:03.626 INFO O| Aug 14 18:59:03.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62482026-08-14T18:59:04.682Z[ recovery-image] Aug 14 18:59:03.626 INFO O| Aug 14 18:59:03.626 INFO STEP 336 (remove_files) COMPLETE
62492026-08-14T18:59:04.686Z[verify-libraries] Compiling russh-util v0.52.0
62502026-08-14T18:59:04.686Z[ recovery-image] Aug 14 18:59:03.626 INFO O| Aug 14 18:59:03.626 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-08-14T18:59:04.691Z[ recovery-image] Aug 14 18:59:03.634 INFO O| Aug 14 18:59:03.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62522026-08-14T18:59:04.694Z[ recovery-image] Aug 14 18:59:03.634 INFO O| Aug 14 18:59:03.634 INFO STEP 337 (remove_files) COMPLETE
62532026-08-14T18:59:04.694Z[ recovery-image] Aug 14 18:59:03.634 INFO O| Aug 14 18:59:03.634 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-08-14T18:59:04.701Z[ recovery-image] Aug 14 18:59:03.643 INFO O| Aug 14 18:59:03.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62552026-08-14T18:59:04.701Z[ recovery-image] Aug 14 18:59:03.643 INFO O| Aug 14 18:59:03.643 INFO STEP 338 (remove_files) COMPLETE
62562026-08-14T18:59:04.701Z[ recovery-image] Aug 14 18:59:03.643 INFO O| Aug 14 18:59:03.643 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-08-14T18:59:04.708Z[ recovery-image] Aug 14 18:59:03.651 INFO O| Aug 14 18:59:03.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62582026-08-14T18:59:04.708Z[ recovery-image] Aug 14 18:59:03.652 INFO O| Aug 14 18:59:03.652 INFO STEP 339 (remove_files) COMPLETE
62592026-08-14T18:59:04.711Z[ recovery-image] Aug 14 18:59:03.652 INFO O| Aug 14 18:59:03.652 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-08-14T18:59:04.717Z[ recovery-image] Aug 14 18:59:03.661 INFO O| Aug 14 18:59:03.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62612026-08-14T18:59:04.720Z[ recovery-image] Aug 14 18:59:03.663 INFO O| Aug 14 18:59:03.663 INFO STEP 340 (remove_files) COMPLETE
62622026-08-14T18:59:04.721Z[ recovery-image] Aug 14 18:59:03.663 INFO O| Aug 14 18:59:03.663 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-14T18:59:04.729Z[verify-libraries] Compiling enum_dispatch v0.3.13
62642026-08-14T18:59:04.733Z[ recovery-image] Aug 14 18:59:03.673 INFO O| Aug 14 18:59:03.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62652026-08-14T18:59:04.733Z[ recovery-image] Aug 14 18:59:03.673 INFO O| Aug 14 18:59:03.673 INFO STEP 341 (remove_files) COMPLETE
62662026-08-14T18:59:04.733Z[ recovery-image] Aug 14 18:59:03.673 INFO O| Aug 14 18:59:03.673 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-14T18:59:04.743Z[ recovery-image] Aug 14 18:59:03.687 INFO O| Aug 14 18:59:03.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62682026-08-14T18:59:04.743Z[ recovery-image] Aug 14 18:59:03.687 INFO O| Aug 14 18:59:03.687 INFO STEP 342 (remove_files) COMPLETE
62692026-08-14T18:59:04.747Z[ recovery-image] Aug 14 18:59:03.687 INFO O| Aug 14 18:59:03.687 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-14T18:59:04.769Z[ recovery-image] Aug 14 18:59:03.713 INFO O| Aug 14 18:59:03.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62712026-08-14T18:59:04.769Z[ recovery-image] Aug 14 18:59:03.713 INFO O| Aug 14 18:59:03.713 INFO STEP 343 (remove_files) COMPLETE
62722026-08-14T18:59:04.769Z[ recovery-image] Aug 14 18:59:03.713 INFO O| Aug 14 18:59:03.713 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-14T18:59:04.780Z[ recovery-image] Aug 14 18:59:03.724 INFO O| Aug 14 18:59:03.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62742026-08-14T18:59:04.781Z[ recovery-image] Aug 14 18:59:03.724 INFO O| Aug 14 18:59:03.724 INFO STEP 344 (remove_files) COMPLETE
62752026-08-14T18:59:04.781Z[ recovery-image] Aug 14 18:59:03.724 INFO O| Aug 14 18:59:03.724 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-14T18:59:04.791Z[ recovery-image] Aug 14 18:59:03.735 INFO O| Aug 14 18:59:03.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62772026-08-14T18:59:04.791Z[ recovery-image] Aug 14 18:59:03.735 INFO O| Aug 14 18:59:03.735 INFO STEP 345 (remove_files) COMPLETE
62782026-08-14T18:59:04.791Z[ recovery-image] Aug 14 18:59:03.735 INFO O| Aug 14 18:59:03.735 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-14T18:59:04.800Z[ recovery-image] Aug 14 18:59:03.744 INFO O| Aug 14 18:59:03.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62802026-08-14T18:59:04.800Z[ recovery-image] Aug 14 18:59:03.744 INFO O| Aug 14 18:59:03.744 INFO STEP 346 (remove_files) COMPLETE
62812026-08-14T18:59:04.804Z[ recovery-image] Aug 14 18:59:03.744 INFO O| Aug 14 18:59:03.744 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.754 INFO O| Aug 14 18:59:03.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62832026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.754 INFO O| Aug 14 18:59:03.754 INFO STEP 347 (remove_files) COMPLETE
62842026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.754 INFO O| Aug 14 18:59:03.754 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.763 INFO O| Aug 14 18:59:03.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
62862026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.763 INFO O| Aug 14 18:59:03.763 INFO STEP 348 (remove_files) COMPLETE
62872026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.763 INFO O| Aug 14 18:59:03.763 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.772 INFO O| Aug 14 18:59:03.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
62892026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.772 INFO O| Aug 14 18:59:03.772 INFO STEP 349 (remove_files) COMPLETE
62902026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.772 INFO O| Aug 14 18:59:03.772 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.781 INFO O| Aug 14 18:59:03.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
62922026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.782 INFO O| Aug 14 18:59:03.782 INFO STEP 350 (remove_files) COMPLETE
62932026-08-14T18:59:04.847Z[ recovery-image] Aug 14 18:59:03.782 INFO O| Aug 14 18:59:03.782 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-14T18:59:04.851Z[ recovery-image] Aug 14 18:59:03.793 INFO O| Aug 14 18:59:03.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
62952026-08-14T18:59:04.851Z[ recovery-image] Aug 14 18:59:03.794 INFO O| Aug 14 18:59:03.794 INFO STEP 351 (remove_files) COMPLETE
62962026-08-14T18:59:04.851Z[ recovery-image] Aug 14 18:59:03.794 INFO O| Aug 14 18:59:03.794 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-14T18:59:04.861Z[ recovery-image] Aug 14 18:59:03.805 INFO O| Aug 14 18:59:03.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
62982026-08-14T18:59:04.861Z[ recovery-image] Aug 14 18:59:03.805 INFO O| Aug 14 18:59:03.805 INFO STEP 352 (remove_files) COMPLETE
62992026-08-14T18:59:04.861Z[ recovery-image] Aug 14 18:59:03.805 INFO O| Aug 14 18:59:03.805 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-14T18:59:04.877Z[ recovery-image] Aug 14 18:59:03.820 INFO O| Aug 14 18:59:03.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63012026-08-14T18:59:04.877Z[ recovery-image] Aug 14 18:59:03.820 INFO O| Aug 14 18:59:03.820 INFO STEP 353 (remove_files) COMPLETE
63022026-08-14T18:59:04.877Z[ recovery-image] Aug 14 18:59:03.820 INFO O| Aug 14 18:59:03.820 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-14T18:59:04.892Z[ recovery-image] Aug 14 18:59:03.834 INFO O| Aug 14 18:59:03.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63042026-08-14T18:59:04.892Z[ recovery-image] Aug 14 18:59:03.834 INFO O| Aug 14 18:59:03.834 INFO STEP 354 (remove_files) COMPLETE
63052026-08-14T18:59:04.893Z[ recovery-image] Aug 14 18:59:03.834 INFO O| Aug 14 18:59:03.834 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-14T18:59:04.899Z[ recovery-image] Aug 14 18:59:03.843 INFO O| Aug 14 18:59:03.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63072026-08-14T18:59:04.900Z[ recovery-image] Aug 14 18:59:03.843 INFO O| Aug 14 18:59:03.843 INFO STEP 355 (remove_files) COMPLETE
63082026-08-14T18:59:04.900Z[ recovery-image] Aug 14 18:59:03.843 INFO O| Aug 14 18:59:03.843 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-14T18:59:04.911Z[ recovery-image] Aug 14 18:59:03.854 INFO O| Aug 14 18:59:03.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63102026-08-14T18:59:04.911Z[ recovery-image] Aug 14 18:59:03.854 INFO O| Aug 14 18:59:03.854 INFO STEP 356 (remove_files) COMPLETE
63112026-08-14T18:59:04.911Z[ recovery-image] Aug 14 18:59:03.854 INFO O| Aug 14 18:59:03.854 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-14T18:59:04.925Z[ recovery-image] Aug 14 18:59:03.868 INFO O| Aug 14 18:59:03.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63132026-08-14T18:59:04.925Z[ recovery-image] Aug 14 18:59:03.868 INFO O| Aug 14 18:59:03.868 INFO STEP 357 (remove_files) COMPLETE
63142026-08-14T18:59:04.925Z[ recovery-image] Aug 14 18:59:03.868 INFO O| Aug 14 18:59:03.868 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-14T18:59:04.937Z[ recovery-image] Aug 14 18:59:03.881 INFO O| Aug 14 18:59:03.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63162026-08-14T18:59:04.937Z[ recovery-image] Aug 14 18:59:03.881 INFO O| Aug 14 18:59:03.881 INFO STEP 358 (remove_files) COMPLETE
63172026-08-14T18:59:04.937Z[ recovery-image] Aug 14 18:59:03.881 INFO O| Aug 14 18:59:03.881 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-14T18:59:04.953Z[ recovery-image] Aug 14 18:59:03.897 INFO O| Aug 14 18:59:03.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63192026-08-14T18:59:04.953Z[ recovery-image] Aug 14 18:59:03.897 INFO O| Aug 14 18:59:03.897 INFO STEP 359 (remove_files) COMPLETE
63202026-08-14T18:59:04.953Z[ recovery-image] Aug 14 18:59:03.897 INFO O| Aug 14 18:59:03.897 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-14T18:59:04.963Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63222026-08-14T18:59:04.970Z[ recovery-image] Aug 14 18:59:03.913 INFO O| Aug 14 18:59:03.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63232026-08-14T18:59:04.970Z[ recovery-image] Aug 14 18:59:03.914 INFO O| Aug 14 18:59:03.913 INFO STEP 360 (remove_files) COMPLETE
63242026-08-14T18:59:04.970Z[ recovery-image] Aug 14 18:59:03.914 INFO O| Aug 14 18:59:03.913 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-14T18:59:04.983Z[ recovery-image] Aug 14 18:59:03.926 INFO O| Aug 14 18:59:03.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63262026-08-14T18:59:04.983Z[ recovery-image] Aug 14 18:59:03.926 INFO O| Aug 14 18:59:03.926 INFO STEP 361 (remove_files) COMPLETE
63272026-08-14T18:59:04.983Z[ recovery-image] Aug 14 18:59:03.926 INFO O| Aug 14 18:59:03.926 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-14T18:59:04.991Z[ recovery-image] Aug 14 18:59:03.935 INFO O| Aug 14 18:59:03.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63292026-08-14T18:59:04.995Z[verify-libraries] Compiling sapling-renderdag v0.1.0
63302026-08-14T18:59:04.995Z[ recovery-image] Aug 14 18:59:03.937 INFO O| Aug 14 18:59:03.937 INFO STEP 362 (remove_files) COMPLETE
63312026-08-14T18:59:04.995Z[ recovery-image] Aug 14 18:59:03.937 INFO O| Aug 14 18:59:03.937 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-14T18:59:05.002Z[ recovery-image] Aug 14 18:59:03.946 INFO O| Aug 14 18:59:03.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63332026-08-14T18:59:05.003Z[ recovery-image] Aug 14 18:59:03.946 INFO O| Aug 14 18:59:03.946 INFO STEP 363 (remove_files) COMPLETE
63342026-08-14T18:59:05.003Z[ recovery-image] Aug 14 18:59:03.946 INFO O| Aug 14 18:59:03.946 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-14T18:59:05.025Z[ recovery-image] Aug 14 18:59:03.969 INFO O| Aug 14 18:59:03.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63362026-08-14T18:59:05.025Z[ recovery-image] Aug 14 18:59:03.969 INFO O| Aug 14 18:59:03.969 INFO STEP 364 (remove_files) COMPLETE
63372026-08-14T18:59:05.029Z[ recovery-image] Aug 14 18:59:03.969 INFO O| Aug 14 18:59:03.969 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-14T18:59:05.039Z[ recovery-image] Aug 14 18:59:03.983 INFO O| Aug 14 18:59:03.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63392026-08-14T18:59:05.039Z[ recovery-image] Aug 14 18:59:03.983 INFO O| Aug 14 18:59:03.983 INFO STEP 365 (remove_files) COMPLETE
63402026-08-14T18:59:05.039Z[ recovery-image] Aug 14 18:59:03.983 INFO O| Aug 14 18:59:03.983 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-14T18:59:05.052Z[ recovery-image] Aug 14 18:59:03.996 INFO O| Aug 14 18:59:03.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63422026-08-14T18:59:05.052Z[ recovery-image] Aug 14 18:59:03.996 INFO O| Aug 14 18:59:03.996 INFO STEP 366 (remove_files) COMPLETE
63432026-08-14T18:59:05.052Z[ recovery-image] Aug 14 18:59:03.996 INFO O| Aug 14 18:59:03.996 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-14T18:59:05.071Z[ recovery-image] Aug 14 18:59:04.015 INFO O| Aug 14 18:59:04.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63452026-08-14T18:59:05.071Z[ recovery-image] Aug 14 18:59:04.015 INFO O| Aug 14 18:59:04.015 INFO STEP 367 (remove_files) COMPLETE
63462026-08-14T18:59:05.071Z[ recovery-image] Aug 14 18:59:04.015 INFO O| Aug 14 18:59:04.015 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-14T18:59:05.081Z[ recovery-image] Aug 14 18:59:04.025 INFO O| Aug 14 18:59:04.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63482026-08-14T18:59:05.084Z[ recovery-image] Aug 14 18:59:04.027 INFO O| Aug 14 18:59:04.027 INFO STEP 368 (remove_files) COMPLETE
63492026-08-14T18:59:05.084Z[ recovery-image] Aug 14 18:59:04.027 INFO O| Aug 14 18:59:04.027 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-14T18:59:05.098Z[ recovery-image] Aug 14 18:59:04.041 INFO O| Aug 14 18:59:04.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63512026-08-14T18:59:05.098Z[ recovery-image] Aug 14 18:59:04.041 INFO O| Aug 14 18:59:04.041 INFO STEP 369 (remove_files) COMPLETE
63522026-08-14T18:59:05.098Z[ recovery-image] Aug 14 18:59:04.041 INFO O| Aug 14 18:59:04.041 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-14T18:59:05.108Z[ recovery-image] Aug 14 18:59:04.052 INFO O| Aug 14 18:59:04.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63542026-08-14T18:59:05.108Z[ recovery-image] Aug 14 18:59:04.052 INFO O| Aug 14 18:59:04.052 INFO STEP 370 (remove_files) COMPLETE
63552026-08-14T18:59:05.108Z[ recovery-image] Aug 14 18:59:04.052 INFO O| Aug 14 18:59:04.052 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-14T18:59:05.117Z[ recovery-image] Aug 14 18:59:04.061 INFO O| Aug 14 18:59:04.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63572026-08-14T18:59:05.117Z[ recovery-image] Aug 14 18:59:04.061 INFO O| Aug 14 18:59:04.061 INFO STEP 371 (remove_files) COMPLETE
63582026-08-14T18:59:05.117Z[ recovery-image] Aug 14 18:59:04.061 INFO O| Aug 14 18:59:04.061 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-14T18:59:05.127Z[ recovery-image] Aug 14 18:59:04.071 INFO O| Aug 14 18:59:04.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63602026-08-14T18:59:05.127Z[ recovery-image] Aug 14 18:59:04.071 INFO O| Aug 14 18:59:04.070 INFO STEP 372 (remove_files) COMPLETE
63612026-08-14T18:59:05.127Z[ recovery-image] Aug 14 18:59:04.071 INFO O| Aug 14 18:59:04.070 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-14T18:59:05.136Z[ recovery-image] Aug 14 18:59:04.079 INFO O| Aug 14 18:59:04.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63632026-08-14T18:59:05.136Z[ recovery-image] Aug 14 18:59:04.080 INFO O| Aug 14 18:59:04.079 INFO STEP 373 (remove_files) COMPLETE
63642026-08-14T18:59:05.139Z[ recovery-image] Aug 14 18:59:04.080 INFO O| Aug 14 18:59:04.079 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-14T18:59:05.147Z[ recovery-image] Aug 14 18:59:04.090 INFO O| Aug 14 18:59:04.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63662026-08-14T18:59:05.147Z[ recovery-image] Aug 14 18:59:04.090 INFO O| Aug 14 18:59:04.090 INFO STEP 374 (remove_files) COMPLETE
63672026-08-14T18:59:05.147Z[ recovery-image] Aug 14 18:59:04.090 INFO O| Aug 14 18:59:04.090 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-14T18:59:05.156Z[ recovery-image] Aug 14 18:59:04.100 INFO O| Aug 14 18:59:04.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63692026-08-14T18:59:05.156Z[ recovery-image] Aug 14 18:59:04.100 INFO O| Aug 14 18:59:04.100 INFO STEP 375 (remove_files) COMPLETE
63702026-08-14T18:59:05.156Z[ recovery-image] Aug 14 18:59:04.100 INFO O| Aug 14 18:59:04.100 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-14T18:59:05.167Z[ recovery-image] Aug 14 18:59:04.111 INFO O| Aug 14 18:59:04.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63722026-08-14T18:59:05.167Z[ recovery-image] Aug 14 18:59:04.111 INFO O| Aug 14 18:59:04.110 INFO STEP 376 (remove_files) COMPLETE
63732026-08-14T18:59:05.170Z[ recovery-image] Aug 14 18:59:04.111 INFO O| Aug 14 18:59:04.110 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-14T18:59:05.183Z[ recovery-image] Aug 14 18:59:04.124 INFO O| Aug 14 18:59:04.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63752026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.134 INFO O| Aug 14 18:59:04.134 INFO STEP 377 (remove_files) COMPLETE
63762026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.134 INFO O| Aug 14 18:59:04.134 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.149 INFO O| Aug 14 18:59:04.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63782026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.149 INFO O| Aug 14 18:59:04.149 INFO STEP 378 (remove_files) COMPLETE
63792026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.149 INFO O| Aug 14 18:59:04.149 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.159 INFO O| Aug 14 18:59:04.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63812026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.159 INFO O| Aug 14 18:59:04.159 INFO STEP 379 (remove_files) COMPLETE
63822026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.159 INFO O| Aug 14 18:59:04.159 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.173 INFO O| Aug 14 18:59:04.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63842026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.173 INFO O| Aug 14 18:59:04.173 INFO STEP 380 (remove_files) COMPLETE
63852026-08-14T18:59:05.230Z[ recovery-image] Aug 14 18:59:04.173 INFO O| Aug 14 18:59:04.173 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-14T18:59:05.242Z[ recovery-image] Aug 14 18:59:04.186 INFO O| Aug 14 18:59:04.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
63872026-08-14T18:59:05.242Z[ recovery-image] Aug 14 18:59:04.186 INFO O| Aug 14 18:59:04.186 INFO STEP 381 (remove_files) COMPLETE
63882026-08-14T18:59:05.242Z[ recovery-image] Aug 14 18:59:04.186 INFO O| Aug 14 18:59:04.186 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-14T18:59:05.252Z[ recovery-image] Aug 14 18:59:04.196 INFO O| Aug 14 18:59:04.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
63902026-08-14T18:59:05.252Z[ recovery-image] Aug 14 18:59:04.196 INFO O| Aug 14 18:59:04.196 INFO STEP 382 (remove_files) COMPLETE
63912026-08-14T18:59:05.252Z[ recovery-image] Aug 14 18:59:04.196 INFO O| Aug 14 18:59:04.196 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-14T18:59:05.262Z[ recovery-image] Aug 14 18:59:04.206 INFO O| Aug 14 18:59:04.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
63932026-08-14T18:59:05.262Z[ recovery-image] Aug 14 18:59:04.206 INFO O| Aug 14 18:59:04.206 INFO STEP 383 (remove_files) COMPLETE
63942026-08-14T18:59:05.262Z[ recovery-image] Aug 14 18:59:04.206 INFO O| Aug 14 18:59:04.206 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-14T18:59:05.272Z[ recovery-image] Aug 14 18:59:04.216 INFO O| Aug 14 18:59:04.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
63962026-08-14T18:59:05.272Z[ recovery-image] Aug 14 18:59:04.216 INFO O| Aug 14 18:59:04.216 INFO STEP 384 (remove_files) COMPLETE
63972026-08-14T18:59:05.272Z[ recovery-image] Aug 14 18:59:04.216 INFO O| Aug 14 18:59:04.216 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-14T18:59:05.282Z[ recovery-image] Aug 14 18:59:04.226 INFO O| Aug 14 18:59:04.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
63992026-08-14T18:59:05.285Z[ recovery-image] Aug 14 18:59:04.226 INFO O| Aug 14 18:59:04.226 INFO STEP 385 (remove_files) COMPLETE
64002026-08-14T18:59:05.285Z[ recovery-image] Aug 14 18:59:04.226 INFO O| Aug 14 18:59:04.226 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-14T18:59:05.293Z[ recovery-image] Aug 14 18:59:04.237 INFO O| Aug 14 18:59:04.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64022026-08-14T18:59:05.293Z[ recovery-image] Aug 14 18:59:04.237 INFO O| Aug 14 18:59:04.237 INFO STEP 386 (remove_files) COMPLETE
64032026-08-14T18:59:05.293Z[ recovery-image] Aug 14 18:59:04.237 INFO O| Aug 14 18:59:04.237 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-14T18:59:05.303Z[ recovery-image] Aug 14 18:59:04.247 INFO O| Aug 14 18:59:04.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64052026-08-14T18:59:05.303Z[ recovery-image] Aug 14 18:59:04.247 INFO O| Aug 14 18:59:04.247 INFO STEP 387 (remove_files) COMPLETE
64062026-08-14T18:59:05.303Z[ recovery-image] Aug 14 18:59:04.247 INFO O| Aug 14 18:59:04.247 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-14T18:59:05.313Z[ recovery-image] Aug 14 18:59:04.257 INFO O| Aug 14 18:59:04.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64082026-08-14T18:59:05.313Z[ recovery-image] Aug 14 18:59:04.257 INFO O| Aug 14 18:59:04.257 INFO STEP 388 (remove_files) COMPLETE
64092026-08-14T18:59:05.313Z[ recovery-image] Aug 14 18:59:04.257 INFO O| Aug 14 18:59:04.257 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-14T18:59:05.324Z[ recovery-image] Aug 14 18:59:04.268 INFO O| Aug 14 18:59:04.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64112026-08-14T18:59:05.324Z[ recovery-image] Aug 14 18:59:04.268 INFO O| Aug 14 18:59:04.268 INFO STEP 389 (remove_files) COMPLETE
64122026-08-14T18:59:05.324Z[ recovery-image] Aug 14 18:59:04.268 INFO O| Aug 14 18:59:04.268 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-14T18:59:05.335Z[ recovery-image] Aug 14 18:59:04.279 INFO O| Aug 14 18:59:04.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64142026-08-14T18:59:05.335Z[ recovery-image] Aug 14 18:59:04.279 INFO O| Aug 14 18:59:04.279 INFO STEP 390 (remove_files) COMPLETE
64152026-08-14T18:59:05.335Z[ recovery-image] Aug 14 18:59:04.279 INFO O| Aug 14 18:59:04.279 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-14T18:59:05.346Z[ recovery-image] Aug 14 18:59:04.289 INFO O| Aug 14 18:59:04.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64172026-08-14T18:59:05.346Z[ recovery-image] Aug 14 18:59:04.289 INFO O| Aug 14 18:59:04.289 INFO STEP 391 (remove_files) COMPLETE
64182026-08-14T18:59:05.346Z[ recovery-image] Aug 14 18:59:04.289 INFO O| Aug 14 18:59:04.289 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-14T18:59:05.358Z[ recovery-image] Aug 14 18:59:04.301 INFO O| Aug 14 18:59:04.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64202026-08-14T18:59:05.358Z[ recovery-image] Aug 14 18:59:04.301 INFO O| Aug 14 18:59:04.301 INFO STEP 392 (remove_files) COMPLETE
64212026-08-14T18:59:05.361Z[ recovery-image] Aug 14 18:59:04.301 INFO O| Aug 14 18:59:04.301 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-14T18:59:05.369Z[ recovery-image] Aug 14 18:59:04.313 INFO O| Aug 14 18:59:04.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64232026-08-14T18:59:05.373Z[ recovery-image] Aug 14 18:59:04.313 INFO O| Aug 14 18:59:04.313 INFO STEP 393 (remove_files) COMPLETE
64242026-08-14T18:59:05.373Z[ recovery-image] Aug 14 18:59:04.313 INFO O| Aug 14 18:59:04.313 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-14T18:59:05.381Z[ recovery-image] Aug 14 18:59:04.325 INFO O| Aug 14 18:59:04.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64262026-08-14T18:59:05.381Z[ recovery-image] Aug 14 18:59:04.325 INFO O| Aug 14 18:59:04.325 INFO STEP 394 (remove_files) COMPLETE
64272026-08-14T18:59:05.385Z[ recovery-image] Aug 14 18:59:04.325 INFO O| Aug 14 18:59:04.325 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-14T18:59:05.395Z[ recovery-image] Aug 14 18:59:04.338 INFO O| Aug 14 18:59:04.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64292026-08-14T18:59:05.395Z[ recovery-image] Aug 14 18:59:04.338 INFO O| Aug 14 18:59:04.338 INFO STEP 395 (remove_files) COMPLETE
64302026-08-14T18:59:05.398Z[ recovery-image] Aug 14 18:59:04.338 INFO O| Aug 14 18:59:04.338 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-14T18:59:05.406Z[ recovery-image] Aug 14 18:59:04.350 INFO O| Aug 14 18:59:04.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64322026-08-14T18:59:05.406Z[ recovery-image] Aug 14 18:59:04.350 INFO O| Aug 14 18:59:04.350 INFO STEP 396 (remove_files) COMPLETE
64332026-08-14T18:59:05.406Z[verify-libraries] Compiling delegate v0.13.5
64342026-08-14T18:59:05.410Z[ recovery-image] Aug 14 18:59:04.350 INFO O| Aug 14 18:59:04.350 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-14T18:59:05.417Z[ recovery-image] Aug 14 18:59:04.361 INFO O| Aug 14 18:59:04.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64362026-08-14T18:59:05.417Z[ recovery-image] Aug 14 18:59:04.361 INFO O| Aug 14 18:59:04.361 INFO STEP 397 (remove_files) COMPLETE
64372026-08-14T18:59:05.420Z[ recovery-image] Aug 14 18:59:04.361 INFO O| Aug 14 18:59:04.361 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-14T18:59:05.428Z[ recovery-image] Aug 14 18:59:04.372 INFO O| Aug 14 18:59:04.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64392026-08-14T18:59:05.428Z[ recovery-image] Aug 14 18:59:04.372 INFO O| Aug 14 18:59:04.372 INFO STEP 398 (remove_files) COMPLETE
64402026-08-14T18:59:05.432Z[ recovery-image] Aug 14 18:59:04.372 INFO O| Aug 14 18:59:04.372 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-14T18:59:05.441Z[ recovery-image] Aug 14 18:59:04.383 INFO O| Aug 14 18:59:04.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64422026-08-14T18:59:05.441Z[ recovery-image] Aug 14 18:59:04.384 INFO O| Aug 14 18:59:04.384 INFO STEP 399 (remove_files) COMPLETE
64432026-08-14T18:59:05.444Z[ recovery-image] Aug 14 18:59:04.384 INFO O| Aug 14 18:59:04.384 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64442026-08-14T18:59:05.452Z[ recovery-image] Aug 14 18:59:04.395 INFO O| Aug 14 18:59:04.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64452026-08-14T18:59:05.452Z[ recovery-image] Aug 14 18:59:04.395 INFO O| Aug 14 18:59:04.395 INFO STEP 400 (remove_files) COMPLETE
64462026-08-14T18:59:05.452Z[ recovery-image] Aug 14 18:59:04.395 INFO O| Aug 14 18:59:04.395 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64472026-08-14T18:59:05.462Z[ recovery-image] Aug 14 18:59:04.406 INFO O| Aug 14 18:59:04.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64482026-08-14T18:59:05.462Z[ recovery-image] Aug 14 18:59:04.406 INFO O| Aug 14 18:59:04.406 INFO STEP 401 (remove_files) COMPLETE
64492026-08-14T18:59:05.462Z[ recovery-image] Aug 14 18:59:04.406 INFO O| Aug 14 18:59:04.406 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64502026-08-14T18:59:05.474Z[ recovery-image] Aug 14 18:59:04.417 INFO O| Aug 14 18:59:04.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64512026-08-14T18:59:05.474Z[ recovery-image] Aug 14 18:59:04.417 INFO O| Aug 14 18:59:04.417 INFO STEP 402 (remove_files) COMPLETE
64522026-08-14T18:59:05.474Z[ recovery-image] Aug 14 18:59:04.417 INFO O| Aug 14 18:59:04.417 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64532026-08-14T18:59:05.485Z[ recovery-image] Aug 14 18:59:04.428 INFO O| Aug 14 18:59:04.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64542026-08-14T18:59:05.485Z[ recovery-image] Aug 14 18:59:04.428 INFO O| Aug 14 18:59:04.428 INFO STEP 403 (remove_files) COMPLETE
64552026-08-14T18:59:05.489Z[ recovery-image] Aug 14 18:59:04.428 INFO O| Aug 14 18:59:04.428 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64562026-08-14T18:59:05.500Z[ recovery-image] Aug 14 18:59:04.441 INFO O| Aug 14 18:59:04.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64572026-08-14T18:59:05.500Z[ recovery-image] Aug 14 18:59:04.441 INFO O| Aug 14 18:59:04.441 INFO STEP 404 (remove_files) COMPLETE
64582026-08-14T18:59:05.500Z[ recovery-image] Aug 14 18:59:04.441 INFO O| Aug 14 18:59:04.441 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64592026-08-14T18:59:05.508Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64602026-08-14T18:59:05.508Z[ recovery-image] Aug 14 18:59:04.452 INFO O| Aug 14 18:59:04.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64612026-08-14T18:59:05.512Z[ recovery-image] Aug 14 18:59:04.452 INFO O| Aug 14 18:59:04.452 INFO STEP 405 (remove_files) COMPLETE
64622026-08-14T18:59:05.512Z[ recovery-image] Aug 14 18:59:04.452 INFO O| Aug 14 18:59:04.452 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-14T18:59:05.519Z[ recovery-image] Aug 14 18:59:04.463 INFO O| Aug 14 18:59:04.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64642026-08-14T18:59:05.519Z[ recovery-image] Aug 14 18:59:04.463 INFO O| Aug 14 18:59:04.463 INFO STEP 406 (remove_files) COMPLETE
64652026-08-14T18:59:05.520Z[ recovery-image] Aug 14 18:59:04.463 INFO O| Aug 14 18:59:04.463 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-14T18:59:05.531Z[ recovery-image] Aug 14 18:59:04.474 INFO O| Aug 14 18:59:04.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64672026-08-14T18:59:05.531Z[ recovery-image] Aug 14 18:59:04.474 INFO O| Aug 14 18:59:04.474 INFO STEP 407 (remove_files) COMPLETE
64682026-08-14T18:59:05.531Z[ recovery-image] Aug 14 18:59:04.474 INFO O| Aug 14 18:59:04.474 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-14T18:59:05.544Z[ recovery-image] Aug 14 18:59:04.485 INFO O| Aug 14 18:59:04.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64702026-08-14T18:59:05.544Z[ recovery-image] Aug 14 18:59:04.485 INFO O| Aug 14 18:59:04.485 INFO STEP 408 (remove_files) COMPLETE
64712026-08-14T18:59:05.544Z[ recovery-image] Aug 14 18:59:04.485 INFO O| Aug 14 18:59:04.485 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-14T18:59:05.550Z[ recovery-image] Aug 14 18:59:04.494 INFO O| Aug 14 18:59:04.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64732026-08-14T18:59:05.550Z[ recovery-image] Aug 14 18:59:04.494 INFO O| Aug 14 18:59:04.494 INFO STEP 409 (remove_files) COMPLETE
64742026-08-14T18:59:05.550Z[ recovery-image] Aug 14 18:59:04.494 INFO O| Aug 14 18:59:04.494 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-14T18:59:05.562Z[ recovery-image] Aug 14 18:59:04.506 INFO O| Aug 14 18:59:04.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64762026-08-14T18:59:05.562Z[ recovery-image] Aug 14 18:59:04.506 INFO O| Aug 14 18:59:04.506 INFO STEP 410 (remove_files) COMPLETE
64772026-08-14T18:59:05.562Z[ recovery-image] Aug 14 18:59:04.506 INFO O| Aug 14 18:59:04.506 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-14T18:59:05.571Z[ recovery-image] Aug 14 18:59:04.515 INFO O| Aug 14 18:59:04.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64792026-08-14T18:59:05.571Z[ recovery-image] Aug 14 18:59:04.515 INFO O| Aug 14 18:59:04.515 INFO STEP 411 (remove_files) COMPLETE
64802026-08-14T18:59:05.575Z[ recovery-image] Aug 14 18:59:04.515 INFO O| Aug 14 18:59:04.515 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-14T18:59:05.582Z[ recovery-image] Aug 14 18:59:04.526 INFO O| Aug 14 18:59:04.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64822026-08-14T18:59:05.582Z[ recovery-image] Aug 14 18:59:04.526 INFO O| Aug 14 18:59:04.526 INFO STEP 412 (remove_files) COMPLETE
64832026-08-14T18:59:05.585Z[ recovery-image] Aug 14 18:59:04.526 INFO O| Aug 14 18:59:04.526 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-14T18:59:05.593Z[ recovery-image] Aug 14 18:59:04.537 INFO O| Aug 14 18:59:04.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
64852026-08-14T18:59:05.593Z[ recovery-image] Aug 14 18:59:04.537 INFO O| Aug 14 18:59:04.537 INFO STEP 413 (remove_files) COMPLETE
64862026-08-14T18:59:05.593Z[ recovery-image] Aug 14 18:59:04.537 INFO O| Aug 14 18:59:04.537 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-14T18:59:05.603Z[ recovery-image] Aug 14 18:59:04.546 INFO O| Aug 14 18:59:04.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
64882026-08-14T18:59:05.603Z[ recovery-image] Aug 14 18:59:04.546 INFO O| Aug 14 18:59:04.546 INFO STEP 414 (remove_files) COMPLETE
64892026-08-14T18:59:05.606Z[ recovery-image] Aug 14 18:59:04.546 INFO O| Aug 14 18:59:04.546 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-14T18:59:05.613Z[ recovery-image] Aug 14 18:59:04.557 INFO O| Aug 14 18:59:04.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
64912026-08-14T18:59:05.613Z[ recovery-image] Aug 14 18:59:04.557 INFO O| Aug 14 18:59:04.557 INFO STEP 415 (remove_files) COMPLETE
64922026-08-14T18:59:05.617Z[ recovery-image] Aug 14 18:59:04.557 INFO O| Aug 14 18:59:04.557 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-14T18:59:05.624Z[ recovery-image] Aug 14 18:59:04.568 INFO O| Aug 14 18:59:04.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
64942026-08-14T18:59:05.624Z[ recovery-image] Aug 14 18:59:04.568 INFO O| Aug 14 18:59:04.568 INFO STEP 416 (remove_files) COMPLETE
64952026-08-14T18:59:05.628Z[ recovery-image] Aug 14 18:59:04.568 INFO O| Aug 14 18:59:04.568 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-14T18:59:05.633Z[ recovery-image] Aug 14 18:59:04.577 INFO O| Aug 14 18:59:04.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
64972026-08-14T18:59:05.633Z[ recovery-image] Aug 14 18:59:04.577 INFO O| Aug 14 18:59:04.577 INFO STEP 417 (remove_files) COMPLETE
64982026-08-14T18:59:05.637Z[ recovery-image] Aug 14 18:59:04.577 INFO O| Aug 14 18:59:04.577 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-14T18:59:05.641Z[ recovery-image] Aug 14 18:59:04.585 INFO O| Aug 14 18:59:04.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65002026-08-14T18:59:05.641Z[ recovery-image] Aug 14 18:59:04.585 INFO O| Aug 14 18:59:04.585 INFO STEP 418 (remove_files) COMPLETE
65012026-08-14T18:59:05.647Z[ recovery-image] Aug 14 18:59:04.585 INFO O| Aug 14 18:59:04.585 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-14T18:59:05.653Z[ recovery-image] Aug 14 18:59:04.597 INFO O| Aug 14 18:59:04.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65032026-08-14T18:59:05.653Z[ recovery-image] Aug 14 18:59:04.597 INFO O| Aug 14 18:59:04.597 INFO STEP 419 (remove_files) COMPLETE
65042026-08-14T18:59:05.653Z[ recovery-image] Aug 14 18:59:04.597 INFO O| Aug 14 18:59:04.597 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-14T18:59:05.664Z[ recovery-image] Aug 14 18:59:04.607 INFO O| Aug 14 18:59:04.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65062026-08-14T18:59:05.664Z[ recovery-image] Aug 14 18:59:04.607 INFO O| Aug 14 18:59:04.607 INFO STEP 420 (remove_files) COMPLETE
65072026-08-14T18:59:05.667Z[ recovery-image] Aug 14 18:59:04.607 INFO O| Aug 14 18:59:04.607 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-14T18:59:05.674Z[ recovery-image] Aug 14 18:59:04.618 INFO O| Aug 14 18:59:04.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65092026-08-14T18:59:05.674Z[ recovery-image] Aug 14 18:59:04.618 INFO O| Aug 14 18:59:04.618 INFO STEP 421 (remove_files) COMPLETE
65102026-08-14T18:59:05.674Z[ recovery-image] Aug 14 18:59:04.618 INFO O| Aug 14 18:59:04.618 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-14T18:59:05.685Z[ recovery-image] Aug 14 18:59:04.628 INFO O| Aug 14 18:59:04.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65122026-08-14T18:59:05.685Z[ recovery-image] Aug 14 18:59:04.628 INFO O| Aug 14 18:59:04.628 INFO STEP 422 (remove_files) COMPLETE
65132026-08-14T18:59:05.685Z[ recovery-image] Aug 14 18:59:04.628 INFO O| Aug 14 18:59:04.628 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-14T18:59:05.695Z[ recovery-image] Aug 14 18:59:04.639 INFO O| Aug 14 18:59:04.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65152026-08-14T18:59:05.695Z[ recovery-image] Aug 14 18:59:04.639 INFO O| Aug 14 18:59:04.639 INFO STEP 423 (remove_files) COMPLETE
65162026-08-14T18:59:05.699Z[ recovery-image] Aug 14 18:59:04.639 INFO O| Aug 14 18:59:04.639 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-14T18:59:05.706Z[ recovery-image] Aug 14 18:59:04.650 INFO O| Aug 14 18:59:04.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65182026-08-14T18:59:05.706Z[ recovery-image] Aug 14 18:59:04.650 INFO O| Aug 14 18:59:04.650 INFO STEP 424 (remove_files) COMPLETE
65192026-08-14T18:59:05.706Z[ recovery-image] Aug 14 18:59:04.650 INFO O| Aug 14 18:59:04.650 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-14T18:59:05.717Z[ recovery-image] Aug 14 18:59:04.660 INFO O| Aug 14 18:59:04.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65212026-08-14T18:59:05.717Z[ recovery-image] Aug 14 18:59:04.660 INFO O| Aug 14 18:59:04.660 INFO STEP 425 (remove_files) COMPLETE
65222026-08-14T18:59:05.717Z[ recovery-image] Aug 14 18:59:04.660 INFO O| Aug 14 18:59:04.660 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-14T18:59:05.723Z[verify-libraries] Compiling seq-macro v0.3.6
65242026-08-14T18:59:05.727Z[ recovery-image] Aug 14 18:59:04.670 INFO O| Aug 14 18:59:04.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65252026-08-14T18:59:05.727Z[ recovery-image] Aug 14 18:59:04.670 INFO O| Aug 14 18:59:04.670 INFO STEP 426 (remove_files) COMPLETE
65262026-08-14T18:59:05.727Z[ recovery-image] Aug 14 18:59:04.670 INFO O| Aug 14 18:59:04.670 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-14T18:59:05.736Z[ recovery-image] Aug 14 18:59:04.679 INFO O| Aug 14 18:59:04.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65282026-08-14T18:59:05.736Z[ recovery-image] Aug 14 18:59:04.679 INFO O| Aug 14 18:59:04.679 INFO STEP 427 (remove_files) COMPLETE
65292026-08-14T18:59:05.739Z[ recovery-image] Aug 14 18:59:04.679 INFO O| Aug 14 18:59:04.679 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-14T18:59:05.744Z[ recovery-image] Aug 14 18:59:04.688 INFO O| Aug 14 18:59:04.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65312026-08-14T18:59:05.744Z[ recovery-image] Aug 14 18:59:04.688 INFO O| Aug 14 18:59:04.688 INFO STEP 428 (remove_files) COMPLETE
65322026-08-14T18:59:05.748Z[ recovery-image] Aug 14 18:59:04.688 INFO O| Aug 14 18:59:04.688 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-14T18:59:05.758Z[ recovery-image] Aug 14 18:59:04.697 INFO O| Aug 14 18:59:04.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65342026-08-14T18:59:05.758Z[ recovery-image] Aug 14 18:59:04.697 INFO O| Aug 14 18:59:04.697 INFO STEP 429 (remove_files) COMPLETE
65352026-08-14T18:59:05.761Z[ recovery-image] Aug 14 18:59:04.697 INFO O| Aug 14 18:59:04.697 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-14T18:59:05.765Z[ recovery-image] Aug 14 18:59:04.706 INFO O| Aug 14 18:59:04.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65372026-08-14T18:59:05.765Z[ recovery-image] Aug 14 18:59:04.706 INFO O| Aug 14 18:59:04.706 INFO STEP 430 (remove_files) COMPLETE
65382026-08-14T18:59:05.765Z[ recovery-image] Aug 14 18:59:04.706 INFO O| Aug 14 18:59:04.706 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-14T18:59:05.773Z[ recovery-image] Aug 14 18:59:04.717 INFO O| Aug 14 18:59:04.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65402026-08-14T18:59:05.773Z[ recovery-image] Aug 14 18:59:04.717 INFO O| Aug 14 18:59:04.717 INFO STEP 431 (remove_files) COMPLETE
65412026-08-14T18:59:05.773Z[ recovery-image] Aug 14 18:59:04.717 INFO O| Aug 14 18:59:04.717 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-14T18:59:05.783Z[ recovery-image] Aug 14 18:59:04.727 INFO O| Aug 14 18:59:04.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65432026-08-14T18:59:05.783Z[ recovery-image] Aug 14 18:59:04.727 INFO O| Aug 14 18:59:04.727 INFO STEP 432 (remove_files) COMPLETE
65442026-08-14T18:59:05.783Z[ recovery-image] Aug 14 18:59:04.727 INFO O| Aug 14 18:59:04.727 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-14T18:59:05.792Z[ recovery-image] Aug 14 18:59:04.736 INFO O| Aug 14 18:59:04.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65462026-08-14T18:59:05.792Z[ recovery-image] Aug 14 18:59:04.736 INFO O| Aug 14 18:59:04.736 INFO STEP 433 (remove_files) COMPLETE
65472026-08-14T18:59:05.792Z[ recovery-image] Aug 14 18:59:04.736 INFO O| Aug 14 18:59:04.736 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-14T18:59:05.802Z[ recovery-image] Aug 14 18:59:04.746 INFO O| Aug 14 18:59:04.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65492026-08-14T18:59:05.802Z[ recovery-image] Aug 14 18:59:04.746 INFO O| Aug 14 18:59:04.746 INFO STEP 434 (remove_files) COMPLETE
65502026-08-14T18:59:05.802Z[ recovery-image] Aug 14 18:59:04.746 INFO O| Aug 14 18:59:04.746 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-14T18:59:05.812Z[ recovery-image] Aug 14 18:59:04.755 INFO O| Aug 14 18:59:04.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65522026-08-14T18:59:05.812Z[ recovery-image] Aug 14 18:59:04.755 INFO O| Aug 14 18:59:04.755 INFO STEP 435 (remove_files) COMPLETE
65532026-08-14T18:59:05.812Z[ recovery-image] Aug 14 18:59:04.755 INFO O| Aug 14 18:59:04.755 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-14T18:59:05.821Z[ recovery-image] Aug 14 18:59:04.765 INFO O| Aug 14 18:59:04.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65552026-08-14T18:59:05.821Z[ recovery-image] Aug 14 18:59:04.765 INFO O| Aug 14 18:59:04.765 INFO STEP 436 (remove_files) COMPLETE
65562026-08-14T18:59:05.821Z[ recovery-image] Aug 14 18:59:04.765 INFO O| Aug 14 18:59:04.765 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-14T18:59:05.831Z[ recovery-image] Aug 14 18:59:04.774 INFO O| Aug 14 18:59:04.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65582026-08-14T18:59:05.831Z[ recovery-image] Aug 14 18:59:04.775 INFO O| Aug 14 18:59:04.775 INFO STEP 437 (remove_files) COMPLETE
65592026-08-14T18:59:05.834Z[ recovery-image] Aug 14 18:59:04.775 INFO O| Aug 14 18:59:04.775 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-14T18:59:05.841Z[ recovery-image] Aug 14 18:59:04.785 INFO O| Aug 14 18:59:04.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65612026-08-14T18:59:05.841Z[ recovery-image] Aug 14 18:59:04.785 INFO O| Aug 14 18:59:04.785 INFO STEP 438 (remove_files) COMPLETE
65622026-08-14T18:59:05.841Z[ recovery-image] Aug 14 18:59:04.785 INFO O| Aug 14 18:59:04.785 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-14T18:59:05.852Z[ recovery-image] Aug 14 18:59:04.796 INFO O| Aug 14 18:59:04.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65642026-08-14T18:59:05.852Z[ recovery-image] Aug 14 18:59:04.796 INFO O| Aug 14 18:59:04.796 INFO STEP 439 (remove_files) COMPLETE
65652026-08-14T18:59:05.852Z[ recovery-image] Aug 14 18:59:04.796 INFO O| Aug 14 18:59:04.796 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-14T18:59:05.863Z[ recovery-image] Aug 14 18:59:04.807 INFO O| Aug 14 18:59:04.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65672026-08-14T18:59:05.863Z[ recovery-image] Aug 14 18:59:04.807 INFO O| Aug 14 18:59:04.807 INFO STEP 440 (remove_files) COMPLETE
65682026-08-14T18:59:05.863Z[ recovery-image] Aug 14 18:59:04.807 INFO O| Aug 14 18:59:04.807 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-14T18:59:05.872Z[ recovery-image] Aug 14 18:59:04.816 INFO O| Aug 14 18:59:04.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65702026-08-14T18:59:05.872Z[ recovery-image] Aug 14 18:59:04.816 INFO O| Aug 14 18:59:04.816 INFO STEP 441 (remove_files) COMPLETE
65712026-08-14T18:59:05.872Z[ recovery-image] Aug 14 18:59:04.816 INFO O| Aug 14 18:59:04.816 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-14T18:59:05.883Z[ recovery-image] Aug 14 18:59:04.827 INFO O| Aug 14 18:59:04.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65732026-08-14T18:59:05.883Z[ recovery-image] Aug 14 18:59:04.827 INFO O| Aug 14 18:59:04.827 INFO STEP 442 (remove_files) COMPLETE
65742026-08-14T18:59:05.883Z[ recovery-image] Aug 14 18:59:04.827 INFO O| Aug 14 18:59:04.827 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-14T18:59:05.895Z[ recovery-image] Aug 14 18:59:04.838 INFO O| Aug 14 18:59:04.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65762026-08-14T18:59:05.895Z[ recovery-image] Aug 14 18:59:04.838 INFO O| Aug 14 18:59:04.838 INFO STEP 443 (remove_files) COMPLETE
65772026-08-14T18:59:05.895Z[ recovery-image] Aug 14 18:59:04.838 INFO O| Aug 14 18:59:04.838 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-14T18:59:05.905Z[ recovery-image] Aug 14 18:59:04.848 INFO O| Aug 14 18:59:04.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65792026-08-14T18:59:05.905Z[ recovery-image] Aug 14 18:59:04.848 INFO O| Aug 14 18:59:04.848 INFO STEP 444 (remove_files) COMPLETE
65802026-08-14T18:59:05.905Z[ recovery-image] Aug 14 18:59:04.848 INFO O| Aug 14 18:59:04.848 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-14T18:59:05.913Z[ recovery-image] Aug 14 18:59:04.857 INFO O| Aug 14 18:59:04.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65822026-08-14T18:59:05.913Z[ recovery-image] Aug 14 18:59:04.857 INFO O| Aug 14 18:59:04.857 INFO STEP 445 (remove_files) COMPLETE
65832026-08-14T18:59:05.913Z[ recovery-image] Aug 14 18:59:04.857 INFO O| Aug 14 18:59:04.857 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-14T18:59:05.921Z[ recovery-image] Aug 14 18:59:04.865 INFO O| Aug 14 18:59:04.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65852026-08-14T18:59:05.921Z[ recovery-image] Aug 14 18:59:04.865 INFO O| Aug 14 18:59:04.865 INFO STEP 446 (remove_files) COMPLETE
65862026-08-14T18:59:05.922Z[ recovery-image] Aug 14 18:59:04.865 INFO O| Aug 14 18:59:04.865 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-14T18:59:05.927Z[verify-libraries] Compiling hex-literal v1.1.0
65882026-08-14T18:59:05.930Z[ recovery-image] Aug 14 18:59:04.873 INFO O| Aug 14 18:59:04.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
65892026-08-14T18:59:05.930Z[ recovery-image] Aug 14 18:59:04.873 INFO O| Aug 14 18:59:04.873 INFO STEP 447 (remove_files) COMPLETE
65902026-08-14T18:59:05.930Z[ recovery-image] Aug 14 18:59:04.873 INFO O| Aug 14 18:59:04.873 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-14T18:59:05.940Z[ recovery-image] Aug 14 18:59:04.883 INFO O| Aug 14 18:59:04.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
65922026-08-14T18:59:05.940Z[ recovery-image] Aug 14 18:59:04.883 INFO O| Aug 14 18:59:04.883 INFO STEP 448 (remove_files) COMPLETE
65932026-08-14T18:59:05.940Z[ recovery-image] Aug 14 18:59:04.883 INFO O| Aug 14 18:59:04.883 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-14T18:59:05.951Z[ recovery-image] Aug 14 18:59:04.894 INFO O| Aug 14 18:59:04.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
65952026-08-14T18:59:05.951Z[ recovery-image] Aug 14 18:59:04.894 INFO O| Aug 14 18:59:04.894 INFO STEP 449 (remove_files) COMPLETE
65962026-08-14T18:59:05.951Z[ recovery-image] Aug 14 18:59:04.894 INFO O| Aug 14 18:59:04.894 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-14T18:59:05.962Z[ recovery-image] Aug 14 18:59:04.905 INFO O| Aug 14 18:59:04.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
65982026-08-14T18:59:05.962Z[ recovery-image] Aug 14 18:59:04.905 INFO O| Aug 14 18:59:04.905 INFO STEP 450 (remove_files) COMPLETE
65992026-08-14T18:59:05.962Z[ recovery-image] Aug 14 18:59:04.905 INFO O| Aug 14 18:59:04.905 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-14T18:59:05.973Z[ recovery-image] Aug 14 18:59:04.916 INFO O| Aug 14 18:59:04.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66012026-08-14T18:59:05.973Z[ recovery-image] Aug 14 18:59:04.916 INFO O| Aug 14 18:59:04.916 INFO STEP 451 (remove_files) COMPLETE
66022026-08-14T18:59:05.973Z[ recovery-image] Aug 14 18:59:04.916 INFO O| Aug 14 18:59:04.916 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-14T18:59:05.982Z[ recovery-image] Aug 14 18:59:04.926 INFO O| Aug 14 18:59:04.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66042026-08-14T18:59:05.982Z[ recovery-image] Aug 14 18:59:04.926 INFO O| Aug 14 18:59:04.926 INFO STEP 452 (remove_files) COMPLETE
66052026-08-14T18:59:05.982Z[ recovery-image] Aug 14 18:59:04.926 INFO O| Aug 14 18:59:04.926 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-14T18:59:05.993Z[ recovery-image] Aug 14 18:59:04.937 INFO O| Aug 14 18:59:04.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66072026-08-14T18:59:05.993Z[ recovery-image] Aug 14 18:59:04.937 INFO O| Aug 14 18:59:04.937 INFO STEP 453 (remove_files) COMPLETE
66082026-08-14T18:59:05.993Z[ recovery-image] Aug 14 18:59:04.937 INFO O| Aug 14 18:59:04.937 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-14T18:59:06.004Z[ recovery-image] Aug 14 18:59:04.947 INFO O| Aug 14 18:59:04.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66102026-08-14T18:59:06.004Z[ recovery-image] Aug 14 18:59:04.947 INFO O| Aug 14 18:59:04.947 INFO STEP 454 (remove_files) COMPLETE
66112026-08-14T18:59:06.004Z[ recovery-image] Aug 14 18:59:04.947 INFO O| Aug 14 18:59:04.947 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66122026-08-14T18:59:06.014Z[ recovery-image] Aug 14 18:59:04.957 INFO O| Aug 14 18:59:04.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66132026-08-14T18:59:06.014Z[ recovery-image] Aug 14 18:59:04.958 INFO O| Aug 14 18:59:04.958 INFO STEP 455 (remove_files) COMPLETE
66142026-08-14T18:59:06.017Z[ recovery-image] Aug 14 18:59:04.958 INFO O| Aug 14 18:59:04.958 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66152026-08-14T18:59:06.021Z[verify-libraries] Compiling sync-ptr v0.1.4
66162026-08-14T18:59:06.025Z[ recovery-image] Aug 14 18:59:04.969 INFO O| Aug 14 18:59:04.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66172026-08-14T18:59:06.025Z[ recovery-image] Aug 14 18:59:04.969 INFO O| Aug 14 18:59:04.969 INFO STEP 456 (remove_files) COMPLETE
66182026-08-14T18:59:06.025Z[ recovery-image] Aug 14 18:59:04.969 INFO O| Aug 14 18:59:04.969 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-14T18:59:06.035Z[ recovery-image] Aug 14 18:59:04.979 INFO O| Aug 14 18:59:04.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66202026-08-14T18:59:06.035Z[ recovery-image] Aug 14 18:59:04.979 INFO O| Aug 14 18:59:04.979 INFO STEP 457 (remove_files) COMPLETE
66212026-08-14T18:59:06.035Z[ recovery-image] Aug 14 18:59:04.979 INFO O| Aug 14 18:59:04.979 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-14T18:59:06.046Z[ recovery-image] Aug 14 18:59:04.990 INFO O| Aug 14 18:59:04.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66232026-08-14T18:59:06.046Z[ recovery-image] Aug 14 18:59:04.990 INFO O| Aug 14 18:59:04.990 INFO STEP 458 (remove_files) COMPLETE
66242026-08-14T18:59:06.046Z[ recovery-image] Aug 14 18:59:04.990 INFO O| Aug 14 18:59:04.990 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-14T18:59:06.056Z[ recovery-image] Aug 14 18:59:04.999 INFO O| Aug 14 18:59:04.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66262026-08-14T18:59:06.056Z[ recovery-image] Aug 14 18:59:04.999 INFO O| Aug 14 18:59:04.999 INFO STEP 459 (remove_files) COMPLETE
66272026-08-14T18:59:06.059Z[ recovery-image] Aug 14 18:59:04.999 INFO O| Aug 14 18:59:04.999 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-14T18:59:06.078Z[ recovery-image] Aug 14 18:59:05.019 INFO O| Aug 14 18:59:05.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66292026-08-14T18:59:06.078Z[ recovery-image] Aug 14 18:59:05.019 INFO O| Aug 14 18:59:05.016 INFO STEP 460 (remove_files) COMPLETE
66302026-08-14T18:59:06.078Z[ recovery-image] Aug 14 18:59:05.019 INFO O| Aug 14 18:59:05.016 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-14T18:59:06.086Z[ recovery-image] Aug 14 18:59:05.030 INFO O| Aug 14 18:59:05.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66322026-08-14T18:59:06.086Z[ recovery-image] Aug 14 18:59:05.030 INFO O| Aug 14 18:59:05.030 INFO STEP 461 (remove_files) COMPLETE
66332026-08-14T18:59:06.089Z[ recovery-image] Aug 14 18:59:05.030 INFO O| Aug 14 18:59:05.030 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-14T18:59:06.094Z[ recovery-image] Aug 14 18:59:05.038 INFO O| Aug 14 18:59:05.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66352026-08-14T18:59:06.094Z[ recovery-image] Aug 14 18:59:05.038 INFO O| Aug 14 18:59:05.038 INFO STEP 462 (remove_files) COMPLETE
66362026-08-14T18:59:06.097Z[ recovery-image] Aug 14 18:59:05.038 INFO O| Aug 14 18:59:05.038 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-14T18:59:06.100Z[verify-libraries] Compiling md5 v0.8.0
66382026-08-14T18:59:06.104Z[ recovery-image] Aug 14 18:59:05.047 INFO O| Aug 14 18:59:05.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66392026-08-14T18:59:06.104Z[ recovery-image] Aug 14 18:59:05.047 INFO O| Aug 14 18:59:05.047 INFO STEP 463 (remove_files) COMPLETE
66402026-08-14T18:59:06.104Z[ recovery-image] Aug 14 18:59:05.047 INFO O| Aug 14 18:59:05.047 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-14T18:59:06.114Z[ recovery-image] Aug 14 18:59:05.055 INFO O| Aug 14 18:59:05.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66422026-08-14T18:59:06.114Z[ recovery-image] Aug 14 18:59:05.056 INFO O| Aug 14 18:59:05.055 INFO STEP 464 (remove_files) COMPLETE
66432026-08-14T18:59:06.114Z[ recovery-image] Aug 14 18:59:05.056 INFO O| Aug 14 18:59:05.055 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-14T18:59:06.123Z[ recovery-image] Aug 14 18:59:05.067 INFO O| Aug 14 18:59:05.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66452026-08-14T18:59:06.123Z[ recovery-image] Aug 14 18:59:05.067 INFO O| Aug 14 18:59:05.067 INFO STEP 465 (remove_files) COMPLETE
66462026-08-14T18:59:06.123Z[ recovery-image] Aug 14 18:59:05.067 INFO O| Aug 14 18:59:05.067 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-14T18:59:06.137Z[ recovery-image] Aug 14 18:59:05.075 INFO O| Aug 14 18:59:05.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66482026-08-14T18:59:06.137Z[ recovery-image] Aug 14 18:59:05.075 INFO O| Aug 14 18:59:05.075 INFO STEP 466 (remove_files) COMPLETE
66492026-08-14T18:59:06.137Z[ recovery-image] Aug 14 18:59:05.075 INFO O| Aug 14 18:59:05.075 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-14T18:59:06.142Z[ recovery-image] Aug 14 18:59:05.085 INFO O| Aug 14 18:59:05.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66512026-08-14T18:59:06.142Z[ recovery-image] Aug 14 18:59:05.085 INFO O| Aug 14 18:59:05.085 INFO STEP 467 (remove_files) COMPLETE
66522026-08-14T18:59:06.142Z[ recovery-image] Aug 14 18:59:05.085 INFO O| Aug 14 18:59:05.085 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-14T18:59:06.150Z[ recovery-image] Aug 14 18:59:05.094 INFO O| Aug 14 18:59:05.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66542026-08-14T18:59:06.150Z[ recovery-image] Aug 14 18:59:05.094 INFO O| Aug 14 18:59:05.094 INFO STEP 468 (remove_files) COMPLETE
66552026-08-14T18:59:06.150Z[ recovery-image] Aug 14 18:59:05.094 INFO O| Aug 14 18:59:05.094 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-14T18:59:06.160Z[ recovery-image] Aug 14 18:59:05.104 INFO O| Aug 14 18:59:05.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66572026-08-14T18:59:06.161Z[ recovery-image] Aug 14 18:59:05.104 INFO O| Aug 14 18:59:05.104 INFO STEP 469 (remove_files) COMPLETE
66582026-08-14T18:59:06.161Z[ recovery-image] Aug 14 18:59:05.104 INFO O| Aug 14 18:59:05.104 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-14T18:59:06.174Z[ recovery-image] Aug 14 18:59:05.117 INFO O| Aug 14 18:59:05.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66602026-08-14T18:59:06.174Z[ recovery-image] Aug 14 18:59:05.117 INFO O| Aug 14 18:59:05.117 INFO STEP 470 (remove_files) COMPLETE
66612026-08-14T18:59:06.174Z[ recovery-image] Aug 14 18:59:05.117 INFO O| Aug 14 18:59:05.117 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-14T18:59:06.185Z[ recovery-image] Aug 14 18:59:05.128 INFO O| Aug 14 18:59:05.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66632026-08-14T18:59:06.185Z[ recovery-image] Aug 14 18:59:05.128 INFO O| Aug 14 18:59:05.128 INFO STEP 471 (remove_files) COMPLETE
66642026-08-14T18:59:06.188Z[ recovery-image] Aug 14 18:59:05.128 INFO O| Aug 14 18:59:05.128 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-14T18:59:06.194Z[ recovery-image] Aug 14 18:59:05.138 INFO O| Aug 14 18:59:05.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66662026-08-14T18:59:06.194Z[ recovery-image] Aug 14 18:59:05.138 INFO O| Aug 14 18:59:05.138 INFO STEP 472 (remove_files) COMPLETE
66672026-08-14T18:59:06.194Z[ recovery-image] Aug 14 18:59:05.138 INFO O| Aug 14 18:59:05.138 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-14T18:59:06.202Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
66692026-08-14T18:59:06.206Z[ recovery-image] Aug 14 18:59:05.148 INFO O| Aug 14 18:59:05.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66702026-08-14T18:59:06.206Z[ recovery-image] Aug 14 18:59:05.148 INFO O| Aug 14 18:59:05.148 INFO STEP 473 (remove_files) COMPLETE
66712026-08-14T18:59:06.206Z[ recovery-image] Aug 14 18:59:05.148 INFO O| Aug 14 18:59:05.148 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-14T18:59:06.214Z[ recovery-image] Aug 14 18:59:05.158 INFO O| Aug 14 18:59:05.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66732026-08-14T18:59:06.218Z[ recovery-image] Aug 14 18:59:05.161 INFO O| Aug 14 18:59:05.161 INFO STEP 474 (remove_files) COMPLETE
66742026-08-14T18:59:06.218Z[ recovery-image] Aug 14 18:59:05.161 INFO O| Aug 14 18:59:05.161 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66752026-08-14T18:59:06.227Z[ recovery-image] Aug 14 18:59:05.171 INFO O| Aug 14 18:59:05.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66762026-08-14T18:59:06.227Z[ recovery-image] Aug 14 18:59:05.171 INFO O| Aug 14 18:59:05.171 INFO STEP 475 (remove_files) COMPLETE
66772026-08-14T18:59:06.227Z[ recovery-image] Aug 14 18:59:05.171 INFO O| Aug 14 18:59:05.171 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66782026-08-14T18:59:06.236Z[ recovery-image] Aug 14 18:59:05.180 INFO O| Aug 14 18:59:05.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66792026-08-14T18:59:06.236Z[ recovery-image] Aug 14 18:59:05.180 INFO O| Aug 14 18:59:05.180 INFO STEP 476 (remove_files) COMPLETE
66802026-08-14T18:59:06.237Z[ recovery-image] Aug 14 18:59:05.180 INFO O| Aug 14 18:59:05.180 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66812026-08-14T18:59:06.246Z[ recovery-image] Aug 14 18:59:05.190 INFO O| Aug 14 18:59:05.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66822026-08-14T18:59:06.246Z[ recovery-image] Aug 14 18:59:05.190 INFO O| Aug 14 18:59:05.190 INFO STEP 477 (remove_files) COMPLETE
66832026-08-14T18:59:06.246Z[ recovery-image] Aug 14 18:59:05.190 INFO O| Aug 14 18:59:05.190 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66842026-08-14T18:59:06.255Z[ recovery-image] Aug 14 18:59:05.199 INFO O| Aug 14 18:59:05.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66852026-08-14T18:59:06.255Z[ recovery-image] Aug 14 18:59:05.199 INFO O| Aug 14 18:59:05.199 INFO STEP 478 (remove_files) COMPLETE
66862026-08-14T18:59:06.259Z[ recovery-image] Aug 14 18:59:05.199 INFO O| Aug 14 18:59:05.199 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66872026-08-14T18:59:06.264Z[ recovery-image] Aug 14 18:59:05.208 INFO O| Aug 14 18:59:05.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66882026-08-14T18:59:06.264Z[ recovery-image] Aug 14 18:59:05.208 INFO O| Aug 14 18:59:05.208 INFO STEP 479 (remove_files) COMPLETE
66892026-08-14T18:59:06.264Z[ recovery-image] Aug 14 18:59:05.208 INFO O| Aug 14 18:59:05.208 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66902026-08-14T18:59:06.274Z[ recovery-image] Aug 14 18:59:05.218 INFO O| Aug 14 18:59:05.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
66912026-08-14T18:59:06.274Z[ recovery-image] Aug 14 18:59:05.218 INFO O| Aug 14 18:59:05.218 INFO STEP 480 (remove_files) COMPLETE
66922026-08-14T18:59:06.277Z[ recovery-image] Aug 14 18:59:05.218 INFO O| Aug 14 18:59:05.218 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66932026-08-14T18:59:06.283Z[ recovery-image] Aug 14 18:59:05.226 INFO O| Aug 14 18:59:05.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
66942026-08-14T18:59:06.283Z[ recovery-image] Aug 14 18:59:05.226 INFO O| Aug 14 18:59:05.226 INFO STEP 481 (remove_files) COMPLETE
66952026-08-14T18:59:06.283Z[ recovery-image] Aug 14 18:59:05.226 INFO O| Aug 14 18:59:05.226 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66962026-08-14T18:59:06.293Z[ recovery-image] Aug 14 18:59:05.236 INFO O| Aug 14 18:59:05.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
66972026-08-14T18:59:06.296Z[ recovery-image] Aug 14 18:59:05.236 INFO O| Aug 14 18:59:05.236 INFO STEP 482 (remove_files) COMPLETE
66982026-08-14T18:59:06.296Z[ recovery-image] Aug 14 18:59:05.236 INFO O| Aug 14 18:59:05.236 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66992026-08-14T18:59:06.303Z[ recovery-image] Aug 14 18:59:05.247 INFO O| Aug 14 18:59:05.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67002026-08-14T18:59:06.303Z[ recovery-image] Aug 14 18:59:05.247 INFO O| Aug 14 18:59:05.247 INFO STEP 483 (remove_files) COMPLETE
67012026-08-14T18:59:06.303Z[ recovery-image] Aug 14 18:59:05.247 INFO O| Aug 14 18:59:05.247 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67022026-08-14T18:59:06.313Z[ recovery-image] Aug 14 18:59:05.257 INFO O| Aug 14 18:59:05.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67032026-08-14T18:59:06.313Z[ recovery-image] Aug 14 18:59:05.257 INFO O| Aug 14 18:59:05.257 INFO STEP 484 (remove_files) COMPLETE
67042026-08-14T18:59:06.313Z[ recovery-image] Aug 14 18:59:05.257 INFO O| Aug 14 18:59:05.257 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67052026-08-14T18:59:06.323Z[ recovery-image] Aug 14 18:59:05.266 INFO O| Aug 14 18:59:05.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67062026-08-14T18:59:06.323Z[ recovery-image] Aug 14 18:59:05.266 INFO O| Aug 14 18:59:05.266 INFO STEP 485 (remove_files) COMPLETE
67072026-08-14T18:59:06.323Z[ recovery-image] Aug 14 18:59:05.266 INFO O| Aug 14 18:59:05.266 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67082026-08-14T18:59:06.332Z[ recovery-image] Aug 14 18:59:05.275 INFO O| Aug 14 18:59:05.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67092026-08-14T18:59:06.332Z[ recovery-image] Aug 14 18:59:05.275 INFO O| Aug 14 18:59:05.275 INFO STEP 486 (remove_files) COMPLETE
67102026-08-14T18:59:06.335Z[ recovery-image] Aug 14 18:59:05.275 INFO O| Aug 14 18:59:05.275 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67112026-08-14T18:59:06.340Z[ recovery-image] Aug 14 18:59:05.284 INFO O| Aug 14 18:59:05.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67122026-08-14T18:59:06.340Z[ recovery-image] Aug 14 18:59:05.284 INFO O| Aug 14 18:59:05.284 INFO STEP 487 (remove_files) COMPLETE
67132026-08-14T18:59:06.341Z[ recovery-image] Aug 14 18:59:05.284 INFO O| Aug 14 18:59:05.284 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67142026-08-14T18:59:06.349Z[ recovery-image] Aug 14 18:59:05.293 INFO O| Aug 14 18:59:05.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67152026-08-14T18:59:06.349Z[ recovery-image] Aug 14 18:59:05.293 INFO O| Aug 14 18:59:05.293 INFO STEP 488 (remove_files) COMPLETE
67162026-08-14T18:59:06.349Z[ recovery-image] Aug 14 18:59:05.293 INFO O| Aug 14 18:59:05.293 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67172026-08-14T18:59:06.357Z[ recovery-image] Aug 14 18:59:05.301 INFO O| Aug 14 18:59:05.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67182026-08-14T18:59:06.357Z[ recovery-image] Aug 14 18:59:05.301 INFO O| Aug 14 18:59:05.301 INFO STEP 489 (remove_files) COMPLETE
67192026-08-14T18:59:06.357Z[ recovery-image] Aug 14 18:59:05.301 INFO O| Aug 14 18:59:05.301 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-14T18:59:06.365Z[ recovery-image] Aug 14 18:59:05.309 INFO O| Aug 14 18:59:05.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67212026-08-14T18:59:06.365Z[ recovery-image] Aug 14 18:59:05.309 INFO O| Aug 14 18:59:05.309 INFO STEP 490 (remove_files) COMPLETE
67222026-08-14T18:59:06.365Z[ recovery-image] Aug 14 18:59:05.309 INFO O| Aug 14 18:59:05.309 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-14T18:59:06.374Z[ recovery-image] Aug 14 18:59:05.318 INFO O| Aug 14 18:59:05.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67242026-08-14T18:59:06.374Z[ recovery-image] Aug 14 18:59:05.318 INFO O| Aug 14 18:59:05.318 INFO STEP 491 (remove_files) COMPLETE
67252026-08-14T18:59:06.374Z[ recovery-image] Aug 14 18:59:05.318 INFO O| Aug 14 18:59:05.318 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-14T18:59:06.383Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
67272026-08-14T18:59:06.386Z[ recovery-image] Aug 14 18:59:05.327 INFO O| Aug 14 18:59:05.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67282026-08-14T18:59:06.386Z[ recovery-image] Aug 14 18:59:05.327 INFO O| Aug 14 18:59:05.327 INFO STEP 492 (remove_files) COMPLETE
67292026-08-14T18:59:06.386Z[ recovery-image] Aug 14 18:59:05.327 INFO O| Aug 14 18:59:05.327 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-14T18:59:06.392Z[ recovery-image] Aug 14 18:59:05.336 INFO O| Aug 14 18:59:05.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67312026-08-14T18:59:06.392Z[ recovery-image] Aug 14 18:59:05.336 INFO O| Aug 14 18:59:05.336 INFO STEP 493 (remove_files) COMPLETE
67322026-08-14T18:59:06.397Z[ recovery-image] Aug 14 18:59:05.336 INFO O| Aug 14 18:59:05.336 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-14T18:59:06.402Z[ recovery-image] Aug 14 18:59:05.346 INFO O| Aug 14 18:59:05.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67342026-08-14T18:59:06.402Z[ recovery-image] Aug 14 18:59:05.346 INFO O| Aug 14 18:59:05.346 INFO STEP 494 (remove_files) COMPLETE
67352026-08-14T18:59:06.402Z[ recovery-image] Aug 14 18:59:05.346 INFO O| Aug 14 18:59:05.346 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-14T18:59:06.412Z[ recovery-image] Aug 14 18:59:05.356 INFO O| Aug 14 18:59:05.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67372026-08-14T18:59:06.416Z[ recovery-image] Aug 14 18:59:05.357 INFO O| Aug 14 18:59:05.357 INFO STEP 495 (remove_files) COMPLETE
67382026-08-14T18:59:06.416Z[ recovery-image] Aug 14 18:59:05.357 INFO O| Aug 14 18:59:05.357 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-14T18:59:06.423Z[ recovery-image] Aug 14 18:59:05.366 INFO O| Aug 14 18:59:05.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67402026-08-14T18:59:06.423Z[ recovery-image] Aug 14 18:59:05.367 INFO O| Aug 14 18:59:05.366 INFO STEP 496 (remove_files) COMPLETE
67412026-08-14T18:59:06.426Z[ recovery-image] Aug 14 18:59:05.367 INFO O| Aug 14 18:59:05.367 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-14T18:59:06.432Z[ recovery-image] Aug 14 18:59:05.375 INFO O| Aug 14 18:59:05.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67432026-08-14T18:59:06.432Z[ recovery-image] Aug 14 18:59:05.376 INFO O| Aug 14 18:59:05.376 INFO STEP 497 (remove_files) COMPLETE
67442026-08-14T18:59:06.432Z[ recovery-image] Aug 14 18:59:05.376 INFO O| Aug 14 18:59:05.376 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-14T18:59:06.450Z[ recovery-image] Aug 14 18:59:05.385 INFO O| Aug 14 18:59:05.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67462026-08-14T18:59:06.450Z[ recovery-image] Aug 14 18:59:05.385 INFO O| Aug 14 18:59:05.385 INFO STEP 498 (remove_files) COMPLETE
67472026-08-14T18:59:06.454Z[ recovery-image] Aug 14 18:59:05.385 INFO O| Aug 14 18:59:05.385 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-14T18:59:06.454Z[ recovery-image] Aug 14 18:59:05.394 INFO O| Aug 14 18:59:05.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67492026-08-14T18:59:06.454Z[ recovery-image] Aug 14 18:59:05.394 INFO O| Aug 14 18:59:05.394 INFO STEP 499 (remove_files) COMPLETE
67502026-08-14T18:59:06.454Z[ recovery-image] Aug 14 18:59:05.394 INFO O| Aug 14 18:59:05.394 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-14T18:59:06.459Z[ recovery-image] Aug 14 18:59:05.403 INFO O| Aug 14 18:59:05.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67522026-08-14T18:59:06.459Z[ recovery-image] Aug 14 18:59:05.403 INFO O| Aug 14 18:59:05.403 INFO STEP 500 (remove_files) COMPLETE
67532026-08-14T18:59:06.459Z[ recovery-image] Aug 14 18:59:05.403 INFO O| Aug 14 18:59:05.403 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-14T18:59:06.468Z[ recovery-image] Aug 14 18:59:05.412 INFO O| Aug 14 18:59:05.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67552026-08-14T18:59:06.468Z[ recovery-image] Aug 14 18:59:05.412 INFO O| Aug 14 18:59:05.412 INFO STEP 501 (remove_files) COMPLETE
67562026-08-14T18:59:06.468Z[ recovery-image] Aug 14 18:59:05.412 INFO O| Aug 14 18:59:05.412 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-14T18:59:06.477Z[ recovery-image] Aug 14 18:59:05.421 INFO O| Aug 14 18:59:05.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67582026-08-14T18:59:06.478Z[ recovery-image] Aug 14 18:59:05.421 INFO O| Aug 14 18:59:05.421 INFO STEP 502 (remove_files) COMPLETE
67592026-08-14T18:59:06.478Z[ recovery-image] Aug 14 18:59:05.421 INFO O| Aug 14 18:59:05.421 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-14T18:59:06.487Z[ recovery-image] Aug 14 18:59:05.431 INFO O| Aug 14 18:59:05.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67612026-08-14T18:59:06.487Z[ recovery-image] Aug 14 18:59:05.431 INFO O| Aug 14 18:59:05.431 INFO STEP 503 (remove_files) COMPLETE
67622026-08-14T18:59:06.487Z[ recovery-image] Aug 14 18:59:05.431 INFO O| Aug 14 18:59:05.431 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-14T18:59:06.496Z[ recovery-image] Aug 14 18:59:05.440 INFO O| Aug 14 18:59:05.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67642026-08-14T18:59:06.496Z[ recovery-image] Aug 14 18:59:05.440 INFO O| Aug 14 18:59:05.440 INFO STEP 504 (remove_files) COMPLETE
67652026-08-14T18:59:06.500Z[ recovery-image] Aug 14 18:59:05.440 INFO O| Aug 14 18:59:05.440 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-14T18:59:06.507Z[ recovery-image] Aug 14 18:59:05.451 INFO O| Aug 14 18:59:05.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67672026-08-14T18:59:06.507Z[ recovery-image] Aug 14 18:59:05.451 INFO O| Aug 14 18:59:05.451 INFO STEP 505 (remove_files) COMPLETE
67682026-08-14T18:59:06.507Z[ recovery-image] Aug 14 18:59:05.451 INFO O| Aug 14 18:59:05.451 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-14T18:59:06.524Z[ recovery-image] Aug 14 18:59:05.463 INFO O| Aug 14 18:59:05.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67702026-08-14T18:59:06.527Z[ recovery-image] Aug 14 18:59:05.463 INFO O| Aug 14 18:59:05.463 INFO STEP 506 (remove_files) COMPLETE
67712026-08-14T18:59:06.527Z[ recovery-image] Aug 14 18:59:05.463 INFO O| Aug 14 18:59:05.463 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-14T18:59:06.533Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
67732026-08-14T18:59:06.536Z[ recovery-image] Aug 14 18:59:05.471 INFO O| Aug 14 18:59:05.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67742026-08-14T18:59:06.536Z[ recovery-image] Aug 14 18:59:05.472 INFO O| Aug 14 18:59:05.472 INFO STEP 507 (remove_files) COMPLETE
67752026-08-14T18:59:06.536Z[ recovery-image] Aug 14 18:59:05.472 INFO O| Aug 14 18:59:05.472 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-14T18:59:06.540Z[ recovery-image] Aug 14 18:59:05.480 INFO O| Aug 14 18:59:05.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67772026-08-14T18:59:06.540Z[ recovery-image] Aug 14 18:59:05.480 INFO O| Aug 14 18:59:05.480 INFO STEP 508 (remove_files) COMPLETE
67782026-08-14T18:59:06.540Z[ recovery-image] Aug 14 18:59:05.480 INFO O| Aug 14 18:59:05.480 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-14T18:59:06.546Z[ recovery-image] Aug 14 18:59:05.489 INFO O| Aug 14 18:59:05.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67802026-08-14T18:59:06.546Z[ recovery-image] Aug 14 18:59:05.489 INFO O| Aug 14 18:59:05.489 INFO STEP 509 (remove_files) COMPLETE
67812026-08-14T18:59:06.546Z[ recovery-image] Aug 14 18:59:05.489 INFO O| Aug 14 18:59:05.489 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-14T18:59:06.554Z[ recovery-image] Aug 14 18:59:05.498 INFO O| Aug 14 18:59:05.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67832026-08-14T18:59:06.554Z[ recovery-image] Aug 14 18:59:05.498 INFO O| Aug 14 18:59:05.498 INFO STEP 510 (remove_files) COMPLETE
67842026-08-14T18:59:06.554Z[ recovery-image] Aug 14 18:59:05.498 INFO O| Aug 14 18:59:05.498 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-14T18:59:06.564Z[ recovery-image] Aug 14 18:59:05.508 INFO O| Aug 14 18:59:05.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67862026-08-14T18:59:06.564Z[ recovery-image] Aug 14 18:59:05.508 INFO O| Aug 14 18:59:05.508 INFO STEP 511 (remove_files) COMPLETE
67872026-08-14T18:59:06.564Z[ recovery-image] Aug 14 18:59:05.508 INFO O| Aug 14 18:59:05.508 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-14T18:59:06.573Z[ recovery-image] Aug 14 18:59:05.517 INFO O| Aug 14 18:59:05.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67892026-08-14T18:59:06.573Z[ recovery-image] Aug 14 18:59:05.517 INFO O| Aug 14 18:59:05.517 INFO STEP 512 (remove_files) COMPLETE
67902026-08-14T18:59:06.573Z[ recovery-image] Aug 14 18:59:05.517 INFO O| Aug 14 18:59:05.517 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-14T18:59:06.576Z[verify-libraries] Compiling russh v0.62.4
67922026-08-14T18:59:06.582Z[ recovery-image] Aug 14 18:59:05.526 INFO O| Aug 14 18:59:05.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
67932026-08-14T18:59:06.586Z[ recovery-image] Aug 14 18:59:05.526 INFO O| Aug 14 18:59:05.526 INFO STEP 513 (remove_files) COMPLETE
67942026-08-14T18:59:06.586Z[ recovery-image] Aug 14 18:59:05.526 INFO O| Aug 14 18:59:05.526 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-14T18:59:06.591Z[ recovery-image] Aug 14 18:59:05.535 INFO O| Aug 14 18:59:05.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
67962026-08-14T18:59:06.591Z[ recovery-image] Aug 14 18:59:05.535 INFO O| Aug 14 18:59:05.535 INFO STEP 514 (remove_files) COMPLETE
67972026-08-14T18:59:06.595Z[ recovery-image] Aug 14 18:59:05.535 INFO O| Aug 14 18:59:05.535 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-14T18:59:06.605Z[ recovery-image] Aug 14 18:59:05.545 INFO O| Aug 14 18:59:05.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
67992026-08-14T18:59:06.608Z[ recovery-image] Aug 14 18:59:05.545 INFO O| Aug 14 18:59:05.545 INFO STEP 515 (remove_files) COMPLETE
68002026-08-14T18:59:06.608Z[ recovery-image] Aug 14 18:59:05.545 INFO O| Aug 14 18:59:05.545 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-14T18:59:06.611Z[ recovery-image] Aug 14 18:59:05.554 INFO O| Aug 14 18:59:05.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68022026-08-14T18:59:06.611Z[ recovery-image] Aug 14 18:59:05.554 INFO O| Aug 14 18:59:05.554 INFO STEP 516 (remove_files) COMPLETE
68032026-08-14T18:59:06.611Z[ recovery-image] Aug 14 18:59:05.554 INFO O| Aug 14 18:59:05.554 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-14T18:59:06.615Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
68052026-08-14T18:59:06.619Z[ recovery-image] Aug 14 18:59:05.563 INFO O| Aug 14 18:59:05.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68062026-08-14T18:59:06.619Z[ recovery-image] Aug 14 18:59:05.563 INFO O| Aug 14 18:59:05.563 INFO STEP 517 (remove_files) COMPLETE
68072026-08-14T18:59:06.619Z[ recovery-image] Aug 14 18:59:05.563 INFO O| Aug 14 18:59:05.563 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-14T18:59:06.629Z[ recovery-image] Aug 14 18:59:05.573 INFO O| Aug 14 18:59:05.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68092026-08-14T18:59:06.629Z[ recovery-image] Aug 14 18:59:05.573 INFO O| Aug 14 18:59:05.573 INFO STEP 518 (remove_files) COMPLETE
68102026-08-14T18:59:06.629Z[ recovery-image] Aug 14 18:59:05.573 INFO O| Aug 14 18:59:05.573 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-14T18:59:06.640Z[ recovery-image] Aug 14 18:59:05.584 INFO O| Aug 14 18:59:05.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68122026-08-14T18:59:06.640Z[ recovery-image] Aug 14 18:59:05.584 INFO O| Aug 14 18:59:05.584 INFO STEP 519 (remove_files) COMPLETE
68132026-08-14T18:59:06.640Z[ recovery-image] Aug 14 18:59:05.584 INFO O| Aug 14 18:59:05.584 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-14T18:59:06.651Z[ recovery-image] Aug 14 18:59:05.595 INFO O| Aug 14 18:59:05.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68152026-08-14T18:59:06.651Z[ recovery-image] Aug 14 18:59:05.595 INFO O| Aug 14 18:59:05.595 INFO STEP 520 (remove_files) COMPLETE
68162026-08-14T18:59:06.651Z[ recovery-image] Aug 14 18:59:05.595 INFO O| Aug 14 18:59:05.595 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-14T18:59:06.661Z[ recovery-image] Aug 14 18:59:05.604 INFO O| Aug 14 18:59:05.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68182026-08-14T18:59:06.661Z[ recovery-image] Aug 14 18:59:05.604 INFO O| Aug 14 18:59:05.604 INFO STEP 521 (remove_files) COMPLETE
68192026-08-14T18:59:06.661Z[ recovery-image] Aug 14 18:59:05.604 INFO O| Aug 14 18:59:05.604 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-14T18:59:06.670Z[ recovery-image] Aug 14 18:59:05.614 INFO O| Aug 14 18:59:05.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68212026-08-14T18:59:06.670Z[ recovery-image] Aug 14 18:59:05.614 INFO O| Aug 14 18:59:05.614 INFO STEP 522 (remove_files) COMPLETE
68222026-08-14T18:59:06.670Z[ recovery-image] Aug 14 18:59:05.614 INFO O| Aug 14 18:59:05.614 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-14T18:59:06.680Z[ recovery-image] Aug 14 18:59:05.624 INFO O| Aug 14 18:59:05.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68242026-08-14T18:59:06.681Z[ recovery-image] Aug 14 18:59:05.624 INFO O| Aug 14 18:59:05.624 INFO STEP 523 (remove_files) COMPLETE
68252026-08-14T18:59:06.681Z[ recovery-image] Aug 14 18:59:05.624 INFO O| Aug 14 18:59:05.624 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-14T18:59:06.691Z[ recovery-image] Aug 14 18:59:05.634 INFO O| Aug 14 18:59:05.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68272026-08-14T18:59:06.691Z[ recovery-image] Aug 14 18:59:05.635 INFO O| Aug 14 18:59:05.634 INFO STEP 524 (remove_files) COMPLETE
68282026-08-14T18:59:06.691Z[ recovery-image] Aug 14 18:59:05.635 INFO O| Aug 14 18:59:05.634 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-14T18:59:06.701Z[ recovery-image] Aug 14 18:59:05.645 INFO O| Aug 14 18:59:05.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68302026-08-14T18:59:06.705Z[ recovery-image] Aug 14 18:59:05.646 INFO O| Aug 14 18:59:05.646 INFO STEP 525 (remove_files) COMPLETE
68312026-08-14T18:59:06.705Z[ recovery-image] Aug 14 18:59:05.646 INFO O| Aug 14 18:59:05.646 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-14T18:59:06.711Z[ recovery-image] Aug 14 18:59:05.655 INFO O| Aug 14 18:59:05.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68332026-08-14T18:59:06.711Z[ recovery-image] Aug 14 18:59:05.655 INFO O| Aug 14 18:59:05.655 INFO STEP 526 (remove_files) COMPLETE
68342026-08-14T18:59:06.711Z[ recovery-image] Aug 14 18:59:05.655 INFO O| Aug 14 18:59:05.655 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-14T18:59:06.721Z[ recovery-image] Aug 14 18:59:05.664 INFO O| Aug 14 18:59:05.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68362026-08-14T18:59:06.721Z[ recovery-image] Aug 14 18:59:05.664 INFO O| Aug 14 18:59:05.664 INFO STEP 527 (remove_files) COMPLETE
68372026-08-14T18:59:06.721Z[ recovery-image] Aug 14 18:59:05.664 INFO O| Aug 14 18:59:05.664 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-14T18:59:06.730Z[ recovery-image] Aug 14 18:59:05.674 INFO O| Aug 14 18:59:05.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68392026-08-14T18:59:06.731Z[ recovery-image] Aug 14 18:59:05.674 INFO O| Aug 14 18:59:05.674 INFO STEP 528 (remove_files) COMPLETE
68402026-08-14T18:59:06.731Z[ recovery-image] Aug 14 18:59:05.674 INFO O| Aug 14 18:59:05.674 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-14T18:59:06.739Z[ recovery-image] Aug 14 18:59:05.682 INFO O| Aug 14 18:59:05.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68422026-08-14T18:59:06.739Z[ recovery-image] Aug 14 18:59:05.683 INFO O| Aug 14 18:59:05.683 INFO STEP 529 (remove_files) COMPLETE
68432026-08-14T18:59:06.739Z[ recovery-image] Aug 14 18:59:05.683 INFO O| Aug 14 18:59:05.683 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-14T18:59:06.747Z[ recovery-image] Aug 14 18:59:05.690 INFO O| Aug 14 18:59:05.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68452026-08-14T18:59:06.747Z[ recovery-image] Aug 14 18:59:05.690 INFO O| Aug 14 18:59:05.690 INFO STEP 530 (remove_files) COMPLETE
68462026-08-14T18:59:06.750Z[ recovery-image] Aug 14 18:59:05.691 INFO O| Aug 14 18:59:05.690 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-14T18:59:06.756Z[ recovery-image] Aug 14 18:59:05.700 INFO O| Aug 14 18:59:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68482026-08-14T18:59:06.756Z[ recovery-image] Aug 14 18:59:05.700 INFO O| Aug 14 18:59:05.700 INFO STEP 531 (remove_files) COMPLETE
68492026-08-14T18:59:06.756Z[ recovery-image] Aug 14 18:59:05.700 INFO O| Aug 14 18:59:05.700 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-14T18:59:06.764Z[ recovery-image] Aug 14 18:59:05.708 INFO O| Aug 14 18:59:05.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68512026-08-14T18:59:06.764Z[ recovery-image] Aug 14 18:59:05.708 INFO O| Aug 14 18:59:05.708 INFO STEP 532 (remove_files) COMPLETE
68522026-08-14T18:59:06.764Z[ recovery-image] Aug 14 18:59:05.708 INFO O| Aug 14 18:59:05.708 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-14T18:59:06.773Z[ recovery-image] Aug 14 18:59:05.717 INFO O| Aug 14 18:59:05.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68542026-08-14T18:59:06.773Z[ recovery-image] Aug 14 18:59:05.717 INFO O| Aug 14 18:59:05.717 INFO STEP 533 (remove_files) COMPLETE
68552026-08-14T18:59:06.773Z[ recovery-image] Aug 14 18:59:05.717 INFO O| Aug 14 18:59:05.717 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-14T18:59:06.783Z[ recovery-image] Aug 14 18:59:05.726 INFO O| Aug 14 18:59:05.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68572026-08-14T18:59:06.783Z[ recovery-image] Aug 14 18:59:05.726 INFO O| Aug 14 18:59:05.726 INFO STEP 534 (remove_files) COMPLETE
68582026-08-14T18:59:06.783Z[ recovery-image] Aug 14 18:59:05.726 INFO O| Aug 14 18:59:05.726 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-14T18:59:06.793Z[ recovery-image] Aug 14 18:59:05.736 INFO O| Aug 14 18:59:05.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68602026-08-14T18:59:06.793Z[ recovery-image] Aug 14 18:59:05.736 INFO O| Aug 14 18:59:05.736 INFO STEP 535 (remove_files) COMPLETE
68612026-08-14T18:59:06.793Z[ recovery-image] Aug 14 18:59:05.736 INFO O| Aug 14 18:59:05.736 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-14T18:59:06.803Z[ recovery-image] Aug 14 18:59:05.747 INFO O| Aug 14 18:59:05.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68632026-08-14T18:59:06.803Z[ recovery-image] Aug 14 18:59:05.747 INFO O| Aug 14 18:59:05.747 INFO STEP 536 (remove_files) COMPLETE
68642026-08-14T18:59:06.803Z[ recovery-image] Aug 14 18:59:05.747 INFO O| Aug 14 18:59:05.747 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-14T18:59:06.820Z[ recovery-image] Aug 14 18:59:05.757 INFO O| Aug 14 18:59:05.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68662026-08-14T18:59:06.820Z[ recovery-image] Aug 14 18:59:05.757 INFO O| Aug 14 18:59:05.757 INFO STEP 537 (remove_files) COMPLETE
68672026-08-14T18:59:06.820Z[ recovery-image] Aug 14 18:59:05.757 INFO O| Aug 14 18:59:05.757 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-14T18:59:06.824Z[ recovery-image] Aug 14 18:59:05.768 INFO O| Aug 14 18:59:05.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68692026-08-14T18:59:06.824Z[ recovery-image] Aug 14 18:59:05.768 INFO O| Aug 14 18:59:05.768 INFO STEP 538 (remove_files) COMPLETE
68702026-08-14T18:59:06.824Z[ recovery-image] Aug 14 18:59:05.768 INFO O| Aug 14 18:59:05.768 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-14T18:59:06.834Z[ recovery-image] Aug 14 18:59:05.778 INFO O| Aug 14 18:59:05.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68722026-08-14T18:59:06.834Z[ recovery-image] Aug 14 18:59:05.778 INFO O| Aug 14 18:59:05.778 INFO STEP 539 (remove_files) COMPLETE
68732026-08-14T18:59:06.834Z[ recovery-image] Aug 14 18:59:05.778 INFO O| Aug 14 18:59:05.778 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-08-14T18:59:06.844Z[ recovery-image] Aug 14 18:59:05.787 INFO O| Aug 14 18:59:05.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68752026-08-14T18:59:06.844Z[ recovery-image] Aug 14 18:59:05.787 INFO O| Aug 14 18:59:05.787 INFO STEP 540 (remove_files) COMPLETE
68762026-08-14T18:59:06.844Z[ recovery-image] Aug 14 18:59:05.787 INFO O| Aug 14 18:59:05.787 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-08-14T18:59:06.853Z[ recovery-image] Aug 14 18:59:05.797 INFO O| Aug 14 18:59:05.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68782026-08-14T18:59:06.853Z[ recovery-image] Aug 14 18:59:05.797 INFO O| Aug 14 18:59:05.797 INFO STEP 541 (remove_files) COMPLETE
68792026-08-14T18:59:06.853Z[ recovery-image] Aug 14 18:59:05.797 INFO O| Aug 14 18:59:05.797 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-08-14T18:59:06.863Z[ recovery-image] Aug 14 18:59:05.806 INFO O| Aug 14 18:59:05.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68812026-08-14T18:59:06.863Z[ recovery-image] Aug 14 18:59:05.807 INFO O| Aug 14 18:59:05.807 INFO STEP 542 (remove_files) COMPLETE
68822026-08-14T18:59:06.867Z[ recovery-image] Aug 14 18:59:05.807 INFO O| Aug 14 18:59:05.807 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-08-14T18:59:06.872Z[ recovery-image] Aug 14 18:59:05.816 INFO O| Aug 14 18:59:05.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68842026-08-14T18:59:06.876Z[ recovery-image] Aug 14 18:59:05.817 INFO O| Aug 14 18:59:05.817 INFO STEP 543 (remove_files) COMPLETE
68852026-08-14T18:59:06.876Z[ recovery-image] Aug 14 18:59:05.817 INFO O| Aug 14 18:59:05.817 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-08-14T18:59:06.883Z[ recovery-image] Aug 14 18:59:05.827 INFO O| Aug 14 18:59:05.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68872026-08-14T18:59:06.883Z[ recovery-image] Aug 14 18:59:05.827 INFO O| Aug 14 18:59:05.827 INFO STEP 544 (remove_files) COMPLETE
68882026-08-14T18:59:06.883Z[ recovery-image] Aug 14 18:59:05.827 INFO O| Aug 14 18:59:05.827 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-14T18:59:06.893Z[ recovery-image] Aug 14 18:59:05.837 INFO O| Aug 14 18:59:05.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68902026-08-14T18:59:06.893Z[ recovery-image] Aug 14 18:59:05.837 INFO O| Aug 14 18:59:05.837 INFO STEP 545 (remove_files) COMPLETE
68912026-08-14T18:59:06.893Z[ recovery-image] Aug 14 18:59:05.837 INFO O| Aug 14 18:59:05.837 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-14T18:59:06.902Z[ recovery-image] Aug 14 18:59:05.846 INFO O| Aug 14 18:59:05.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
68932026-08-14T18:59:06.902Z[ recovery-image] Aug 14 18:59:05.846 INFO O| Aug 14 18:59:05.846 INFO STEP 546 (remove_files) COMPLETE
68942026-08-14T18:59:06.902Z[ recovery-image] Aug 14 18:59:05.846 INFO O| Aug 14 18:59:05.846 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-14T18:59:06.912Z[ recovery-image] Aug 14 18:59:05.855 INFO O| Aug 14 18:59:05.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
68962026-08-14T18:59:06.912Z[ recovery-image] Aug 14 18:59:05.855 INFO O| Aug 14 18:59:05.855 INFO STEP 547 (remove_files) COMPLETE
68972026-08-14T18:59:06.912Z[ recovery-image] Aug 14 18:59:05.855 INFO O| Aug 14 18:59:05.855 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-14T18:59:06.922Z[ recovery-image] Aug 14 18:59:05.865 INFO O| Aug 14 18:59:05.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
68992026-08-14T18:59:06.922Z[ recovery-image] Aug 14 18:59:05.865 INFO O| Aug 14 18:59:05.865 INFO STEP 548 (remove_files) COMPLETE
69002026-08-14T18:59:06.922Z[ recovery-image] Aug 14 18:59:05.865 INFO O| Aug 14 18:59:05.865 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-14T18:59:06.930Z[ recovery-image] Aug 14 18:59:05.874 INFO O| Aug 14 18:59:05.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69022026-08-14T18:59:06.930Z[ recovery-image] Aug 14 18:59:05.874 INFO O| Aug 14 18:59:05.874 INFO STEP 549 (remove_files) COMPLETE
69032026-08-14T18:59:06.930Z[ recovery-image] Aug 14 18:59:05.874 INFO O| Aug 14 18:59:05.874 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-14T18:59:06.939Z[ recovery-image] Aug 14 18:59:05.883 INFO O| Aug 14 18:59:05.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69052026-08-14T18:59:06.939Z[ recovery-image] Aug 14 18:59:05.883 INFO O| Aug 14 18:59:05.883 INFO STEP 550 (remove_files) COMPLETE
69062026-08-14T18:59:06.939Z[ recovery-image] Aug 14 18:59:05.883 INFO O| Aug 14 18:59:05.883 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-14T18:59:06.950Z[ recovery-image] Aug 14 18:59:05.893 INFO O| Aug 14 18:59:05.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69082026-08-14T18:59:06.950Z[ recovery-image] Aug 14 18:59:05.893 INFO O| Aug 14 18:59:05.893 INFO STEP 551 (remove_files) COMPLETE
69092026-08-14T18:59:06.950Z[ recovery-image] Aug 14 18:59:05.893 INFO O| Aug 14 18:59:05.893 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-14T18:59:06.960Z[ recovery-image] Aug 14 18:59:05.904 INFO O| Aug 14 18:59:05.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69112026-08-14T18:59:06.960Z[ recovery-image] Aug 14 18:59:05.904 INFO O| Aug 14 18:59:05.904 INFO STEP 552 (remove_files) COMPLETE
69122026-08-14T18:59:06.960Z[ recovery-image] Aug 14 18:59:05.904 INFO O| Aug 14 18:59:05.904 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-14T18:59:06.970Z[ recovery-image] Aug 14 18:59:05.914 INFO O| Aug 14 18:59:05.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69142026-08-14T18:59:06.970Z[ recovery-image] Aug 14 18:59:05.914 INFO O| Aug 14 18:59:05.914 INFO STEP 553 (remove_files) COMPLETE
69152026-08-14T18:59:06.970Z[ recovery-image] Aug 14 18:59:05.914 INFO O| Aug 14 18:59:05.914 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-14T18:59:06.981Z[ recovery-image] Aug 14 18:59:05.924 INFO O| Aug 14 18:59:05.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69172026-08-14T18:59:06.981Z[ recovery-image] Aug 14 18:59:05.924 INFO O| Aug 14 18:59:05.924 INFO STEP 554 (remove_files) COMPLETE
69182026-08-14T18:59:06.981Z[ recovery-image] Aug 14 18:59:05.924 INFO O| Aug 14 18:59:05.924 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-14T18:59:06.991Z[ recovery-image] Aug 14 18:59:05.935 INFO O| Aug 14 18:59:05.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69202026-08-14T18:59:06.991Z[ recovery-image] Aug 14 18:59:05.935 INFO O| Aug 14 18:59:05.935 INFO STEP 555 (remove_files) COMPLETE
69212026-08-14T18:59:06.991Z[ recovery-image] Aug 14 18:59:05.935 INFO O| Aug 14 18:59:05.935 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-14T18:59:07.001Z[ recovery-image] Aug 14 18:59:05.945 INFO O| Aug 14 18:59:05.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69232026-08-14T18:59:07.001Z[ recovery-image] Aug 14 18:59:05.945 INFO O| Aug 14 18:59:05.945 INFO STEP 556 (remove_files) COMPLETE
69242026-08-14T18:59:07.001Z[ recovery-image] Aug 14 18:59:05.945 INFO O| Aug 14 18:59:05.945 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-14T18:59:07.011Z[ recovery-image] Aug 14 18:59:05.955 INFO O| Aug 14 18:59:05.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69262026-08-14T18:59:07.011Z[ recovery-image] Aug 14 18:59:05.955 INFO O| Aug 14 18:59:05.955 INFO STEP 557 (remove_files) COMPLETE
69272026-08-14T18:59:07.011Z[ recovery-image] Aug 14 18:59:05.955 INFO O| Aug 14 18:59:05.955 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-14T18:59:07.021Z[ recovery-image] Aug 14 18:59:05.965 INFO O| Aug 14 18:59:05.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69292026-08-14T18:59:07.022Z[ recovery-image] Aug 14 18:59:05.965 INFO O| Aug 14 18:59:05.965 INFO STEP 558 (remove_files) COMPLETE
69302026-08-14T18:59:07.022Z[ recovery-image] Aug 14 18:59:05.965 INFO O| Aug 14 18:59:05.965 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-14T18:59:07.031Z[ recovery-image] Aug 14 18:59:05.975 INFO O| Aug 14 18:59:05.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69322026-08-14T18:59:07.032Z[ recovery-image] Aug 14 18:59:05.975 INFO O| Aug 14 18:59:05.975 INFO STEP 559 (remove_files) COMPLETE
69332026-08-14T18:59:07.032Z[ recovery-image] Aug 14 18:59:05.975 INFO O| Aug 14 18:59:05.975 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-14T18:59:07.042Z[ recovery-image] Aug 14 18:59:05.986 INFO O| Aug 14 18:59:05.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69352026-08-14T18:59:07.042Z[ recovery-image] Aug 14 18:59:05.986 INFO O| Aug 14 18:59:05.986 INFO STEP 560 (remove_files) COMPLETE
69362026-08-14T18:59:07.042Z[ recovery-image] Aug 14 18:59:05.986 INFO O| Aug 14 18:59:05.986 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-14T18:59:07.052Z[ recovery-image] Aug 14 18:59:05.996 INFO O| Aug 14 18:59:05.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69382026-08-14T18:59:07.052Z[ recovery-image] Aug 14 18:59:05.996 INFO O| Aug 14 18:59:05.996 INFO STEP 561 (remove_files) COMPLETE
69392026-08-14T18:59:07.052Z[ recovery-image] Aug 14 18:59:05.996 INFO O| Aug 14 18:59:05.996 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-14T18:59:07.062Z[ recovery-image] Aug 14 18:59:06.006 INFO O| Aug 14 18:59:06.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69412026-08-14T18:59:07.062Z[ recovery-image] Aug 14 18:59:06.006 INFO O| Aug 14 18:59:06.006 INFO STEP 562 (remove_files) COMPLETE
69422026-08-14T18:59:07.066Z[ recovery-image] Aug 14 18:59:06.006 INFO O| Aug 14 18:59:06.006 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-14T18:59:07.072Z[ recovery-image] Aug 14 18:59:06.016 INFO O| Aug 14 18:59:06.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69442026-08-14T18:59:07.072Z[ recovery-image] Aug 14 18:59:06.016 INFO O| Aug 14 18:59:06.016 INFO STEP 563 (remove_files) COMPLETE
69452026-08-14T18:59:07.072Z[ recovery-image] Aug 14 18:59:06.016 INFO O| Aug 14 18:59:06.016 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-14T18:59:07.082Z[ recovery-image] Aug 14 18:59:06.026 INFO O| Aug 14 18:59:06.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69472026-08-14T18:59:07.082Z[ recovery-image] Aug 14 18:59:06.026 INFO O| Aug 14 18:59:06.026 INFO STEP 564 (remove_files) COMPLETE
69482026-08-14T18:59:07.082Z[ recovery-image] Aug 14 18:59:06.026 INFO O| Aug 14 18:59:06.026 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-14T18:59:07.092Z[ recovery-image] Aug 14 18:59:06.035 INFO O| Aug 14 18:59:06.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69502026-08-14T18:59:07.092Z[ recovery-image] Aug 14 18:59:06.035 INFO O| Aug 14 18:59:06.035 INFO STEP 565 (remove_files) COMPLETE
69512026-08-14T18:59:07.092Z[ recovery-image] Aug 14 18:59:06.035 INFO O| Aug 14 18:59:06.035 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-14T18:59:07.114Z[ recovery-image] Aug 14 18:59:06.045 INFO O| Aug 14 18:59:06.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69532026-08-14T18:59:07.115Z[ recovery-image] Aug 14 18:59:06.045 INFO O| Aug 14 18:59:06.045 INFO STEP 566 (remove_files) COMPLETE
69542026-08-14T18:59:07.115Z[ recovery-image] Aug 14 18:59:06.045 INFO O| Aug 14 18:59:06.045 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-14T18:59:07.118Z[ recovery-image] Aug 14 18:59:06.057 INFO O| Aug 14 18:59:06.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69562026-08-14T18:59:07.118Z[ recovery-image] Aug 14 18:59:06.057 INFO O| Aug 14 18:59:06.057 INFO STEP 567 (remove_files) COMPLETE
69572026-08-14T18:59:07.118Z[ recovery-image] Aug 14 18:59:06.057 INFO O| Aug 14 18:59:06.057 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-14T18:59:07.123Z[ recovery-image] Aug 14 18:59:06.067 INFO O| Aug 14 18:59:06.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69592026-08-14T18:59:07.123Z[ recovery-image] Aug 14 18:59:06.067 INFO O| Aug 14 18:59:06.067 INFO STEP 568 (remove_files) COMPLETE
69602026-08-14T18:59:07.126Z[ recovery-image] Aug 14 18:59:06.067 INFO O| Aug 14 18:59:06.067 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-14T18:59:07.133Z[ recovery-image] Aug 14 18:59:06.077 INFO O| Aug 14 18:59:06.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69622026-08-14T18:59:07.133Z[ recovery-image] Aug 14 18:59:06.077 INFO O| Aug 14 18:59:06.077 INFO STEP 569 (remove_files) COMPLETE
69632026-08-14T18:59:07.137Z[ recovery-image] Aug 14 18:59:06.077 INFO O| Aug 14 18:59:06.077 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-14T18:59:07.144Z[ recovery-image] Aug 14 18:59:06.088 INFO O| Aug 14 18:59:06.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69652026-08-14T18:59:07.144Z[ recovery-image] Aug 14 18:59:06.088 INFO O| Aug 14 18:59:06.088 INFO STEP 570 (remove_files) COMPLETE
69662026-08-14T18:59:07.148Z[ recovery-image] Aug 14 18:59:06.088 INFO O| Aug 14 18:59:06.088 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-14T18:59:07.154Z[ recovery-image] Aug 14 18:59:06.097 INFO O| Aug 14 18:59:06.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69682026-08-14T18:59:07.154Z[ recovery-image] Aug 14 18:59:06.097 INFO O| Aug 14 18:59:06.097 INFO STEP 571 (remove_files) COMPLETE
69692026-08-14T18:59:07.154Z[ recovery-image] Aug 14 18:59:06.097 INFO O| Aug 14 18:59:06.097 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-14T18:59:07.165Z[ recovery-image] Aug 14 18:59:06.109 INFO O| Aug 14 18:59:06.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69712026-08-14T18:59:07.165Z[ recovery-image] Aug 14 18:59:06.109 INFO O| Aug 14 18:59:06.108 INFO STEP 572 (remove_files) COMPLETE
69722026-08-14T18:59:07.168Z[ recovery-image] Aug 14 18:59:06.109 INFO O| Aug 14 18:59:06.109 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-14T18:59:07.175Z[ recovery-image] Aug 14 18:59:06.119 INFO O| Aug 14 18:59:06.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69742026-08-14T18:59:07.175Z[ recovery-image] Aug 14 18:59:06.119 INFO O| Aug 14 18:59:06.119 INFO STEP 573 (remove_files) COMPLETE
69752026-08-14T18:59:07.175Z[ recovery-image] Aug 14 18:59:06.119 INFO O| Aug 14 18:59:06.119 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-14T18:59:07.179Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
69772026-08-14T18:59:07.185Z[ recovery-image] Aug 14 18:59:06.128 INFO O| Aug 14 18:59:06.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69782026-08-14T18:59:07.185Z[ recovery-image] Aug 14 18:59:06.128 INFO O| Aug 14 18:59:06.128 INFO STEP 574 (remove_files) COMPLETE
69792026-08-14T18:59:07.188Z[ recovery-image] Aug 14 18:59:06.128 INFO O| Aug 14 18:59:06.128 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-14T18:59:07.194Z[ recovery-image] Aug 14 18:59:06.138 INFO O| Aug 14 18:59:06.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69812026-08-14T18:59:07.194Z[ recovery-image] Aug 14 18:59:06.138 INFO O| Aug 14 18:59:06.138 INFO STEP 575 (remove_files) COMPLETE
69822026-08-14T18:59:07.194Z[ recovery-image] Aug 14 18:59:06.138 INFO O| Aug 14 18:59:06.138 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-14T18:59:07.204Z[ recovery-image] Aug 14 18:59:06.147 INFO O| Aug 14 18:59:06.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69842026-08-14T18:59:07.204Z[ recovery-image] Aug 14 18:59:06.148 INFO O| Aug 14 18:59:06.148 INFO STEP 576 (remove_files) COMPLETE
69852026-08-14T18:59:07.204Z[ recovery-image] Aug 14 18:59:06.148 INFO O| Aug 14 18:59:06.148 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-14T18:59:07.213Z[ recovery-image] Aug 14 18:59:06.157 INFO O| Aug 14 18:59:06.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69872026-08-14T18:59:07.213Z[ recovery-image] Aug 14 18:59:06.157 INFO O| Aug 14 18:59:06.157 INFO STEP 577 (remove_files) COMPLETE
69882026-08-14T18:59:07.213Z[ recovery-image] Aug 14 18:59:06.157 INFO O| Aug 14 18:59:06.157 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-14T18:59:07.224Z[ recovery-image] Aug 14 18:59:06.167 INFO O| Aug 14 18:59:06.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69902026-08-14T18:59:07.227Z[ recovery-image] Aug 14 18:59:06.169 INFO O| Aug 14 18:59:06.167 INFO STEP 578 (remove_files) COMPLETE
69912026-08-14T18:59:07.227Z[ recovery-image] Aug 14 18:59:06.169 INFO O| Aug 14 18:59:06.167 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-14T18:59:07.234Z[ recovery-image] Aug 14 18:59:06.178 INFO O| Aug 14 18:59:06.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
69932026-08-14T18:59:07.234Z[ recovery-image] Aug 14 18:59:06.178 INFO O| Aug 14 18:59:06.178 INFO STEP 579 (remove_files) COMPLETE
69942026-08-14T18:59:07.234Z[ recovery-image] Aug 14 18:59:06.178 INFO O| Aug 14 18:59:06.178 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-14T18:59:07.244Z[ recovery-image] Aug 14 18:59:06.188 INFO O| Aug 14 18:59:06.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
69962026-08-14T18:59:07.244Z[ recovery-image] Aug 14 18:59:06.188 INFO O| Aug 14 18:59:06.188 INFO STEP 580 (remove_files) COMPLETE
69972026-08-14T18:59:07.244Z[ recovery-image] Aug 14 18:59:06.188 INFO O| Aug 14 18:59:06.188 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-14T18:59:07.254Z[ recovery-image] Aug 14 18:59:06.198 INFO O| Aug 14 18:59:06.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
69992026-08-14T18:59:07.258Z[ recovery-image] Aug 14 18:59:06.199 INFO O| Aug 14 18:59:06.199 INFO STEP 581 (remove_files) COMPLETE
70002026-08-14T18:59:07.258Z[ recovery-image] Aug 14 18:59:06.199 INFO O| Aug 14 18:59:06.199 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-14T18:59:07.264Z[ recovery-image] Aug 14 18:59:06.208 INFO O| Aug 14 18:59:06.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70022026-08-14T18:59:07.264Z[ recovery-image] Aug 14 18:59:06.208 INFO O| Aug 14 18:59:06.208 INFO STEP 582 (remove_files) COMPLETE
70032026-08-14T18:59:07.267Z[ recovery-image] Aug 14 18:59:06.208 INFO O| Aug 14 18:59:06.208 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-14T18:59:07.272Z[ recovery-image] Aug 14 18:59:06.216 INFO O| Aug 14 18:59:06.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70052026-08-14T18:59:07.272Z[ recovery-image] Aug 14 18:59:06.216 INFO O| Aug 14 18:59:06.216 INFO STEP 583 (remove_files) COMPLETE
70062026-08-14T18:59:07.272Z[ recovery-image] Aug 14 18:59:06.216 INFO O| Aug 14 18:59:06.216 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-14T18:59:07.282Z[ recovery-image] Aug 14 18:59:06.225 INFO O| Aug 14 18:59:06.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70082026-08-14T18:59:07.282Z[ recovery-image] Aug 14 18:59:06.225 INFO O| Aug 14 18:59:06.225 INFO STEP 584 (remove_files) COMPLETE
70092026-08-14T18:59:07.282Z[ recovery-image] Aug 14 18:59:06.225 INFO O| Aug 14 18:59:06.225 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-14T18:59:07.291Z[ recovery-image] Aug 14 18:59:06.235 INFO O| Aug 14 18:59:06.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70112026-08-14T18:59:07.291Z[ recovery-image] Aug 14 18:59:06.235 INFO O| Aug 14 18:59:06.235 INFO STEP 585 (remove_files) COMPLETE
70122026-08-14T18:59:07.291Z[ recovery-image] Aug 14 18:59:06.235 INFO O| Aug 14 18:59:06.235 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-14T18:59:07.301Z[ recovery-image] Aug 14 18:59:06.244 INFO O| Aug 14 18:59:06.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70142026-08-14T18:59:07.301Z[ recovery-image] Aug 14 18:59:06.244 INFO O| Aug 14 18:59:06.244 INFO STEP 586 (remove_files) COMPLETE
70152026-08-14T18:59:07.304Z[ recovery-image] Aug 14 18:59:06.244 INFO O| Aug 14 18:59:06.244 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-14T18:59:07.310Z[ recovery-image] Aug 14 18:59:06.254 INFO O| Aug 14 18:59:06.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70172026-08-14T18:59:07.310Z[ recovery-image] Aug 14 18:59:06.254 INFO O| Aug 14 18:59:06.254 INFO STEP 587 (remove_files) COMPLETE
70182026-08-14T18:59:07.310Z[ recovery-image] Aug 14 18:59:06.254 INFO O| Aug 14 18:59:06.254 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-14T18:59:07.322Z[ recovery-image] Aug 14 18:59:06.266 INFO O| Aug 14 18:59:06.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70202026-08-14T18:59:07.325Z[ recovery-image] Aug 14 18:59:06.266 INFO O| Aug 14 18:59:06.266 INFO STEP 588 (remove_files) COMPLETE
70212026-08-14T18:59:07.325Z[ recovery-image] Aug 14 18:59:06.266 INFO O| Aug 14 18:59:06.266 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-14T18:59:07.332Z[ recovery-image] Aug 14 18:59:06.276 INFO O| Aug 14 18:59:06.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70232026-08-14T18:59:07.332Z[ recovery-image] Aug 14 18:59:06.276 INFO O| Aug 14 18:59:06.276 INFO STEP 589 (remove_files) COMPLETE
70242026-08-14T18:59:07.332Z[ recovery-image] Aug 14 18:59:06.276 INFO O| Aug 14 18:59:06.276 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-14T18:59:07.342Z[ recovery-image] Aug 14 18:59:06.285 INFO O| Aug 14 18:59:06.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70262026-08-14T18:59:07.342Z[ recovery-image] Aug 14 18:59:06.286 INFO O| Aug 14 18:59:06.285 INFO STEP 590 (remove_files) COMPLETE
70272026-08-14T18:59:07.342Z[ recovery-image] Aug 14 18:59:06.286 INFO O| Aug 14 18:59:06.286 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-14T18:59:07.352Z[ recovery-image] Aug 14 18:59:06.295 INFO O| Aug 14 18:59:06.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70292026-08-14T18:59:07.352Z[ recovery-image] Aug 14 18:59:06.295 INFO O| Aug 14 18:59:06.295 INFO STEP 591 (remove_files) COMPLETE
70302026-08-14T18:59:07.352Z[ recovery-image] Aug 14 18:59:06.295 INFO O| Aug 14 18:59:06.295 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-14T18:59:07.362Z[ recovery-image] Aug 14 18:59:06.306 INFO O| Aug 14 18:59:06.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70322026-08-14T18:59:07.362Z[ recovery-image] Aug 14 18:59:06.306 INFO O| Aug 14 18:59:06.306 INFO STEP 592 (remove_files) COMPLETE
70332026-08-14T18:59:07.365Z[ recovery-image] Aug 14 18:59:06.306 INFO O| Aug 14 18:59:06.306 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-14T18:59:07.371Z[ recovery-image] Aug 14 18:59:06.315 INFO O| Aug 14 18:59:06.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70352026-08-14T18:59:07.371Z[ recovery-image] Aug 14 18:59:06.315 INFO O| Aug 14 18:59:06.315 INFO STEP 593 (remove_files) COMPLETE
70362026-08-14T18:59:07.375Z[ recovery-image] Aug 14 18:59:06.315 INFO O| Aug 14 18:59:06.315 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-14T18:59:07.375Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
70382026-08-14T18:59:07.381Z[ recovery-image] Aug 14 18:59:06.325 INFO O| Aug 14 18:59:06.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70392026-08-14T18:59:07.381Z[ recovery-image] Aug 14 18:59:06.325 INFO O| Aug 14 18:59:06.325 INFO STEP 594 (remove_files) COMPLETE
70402026-08-14T18:59:07.381Z[ recovery-image] Aug 14 18:59:06.325 INFO O| Aug 14 18:59:06.325 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70412026-08-14T18:59:07.390Z[ recovery-image] Aug 14 18:59:06.334 INFO O| Aug 14 18:59:06.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70422026-08-14T18:59:07.390Z[ recovery-image] Aug 14 18:59:06.334 INFO O| Aug 14 18:59:06.334 INFO STEP 595 (remove_files) COMPLETE
70432026-08-14T18:59:07.393Z[ recovery-image] Aug 14 18:59:06.334 INFO O| Aug 14 18:59:06.334 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70442026-08-14T18:59:07.399Z[ recovery-image] Aug 14 18:59:06.343 INFO O| Aug 14 18:59:06.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70452026-08-14T18:59:07.399Z[ recovery-image] Aug 14 18:59:06.343 INFO O| Aug 14 18:59:06.343 INFO STEP 596 (remove_files) COMPLETE
70462026-08-14T18:59:07.399Z[ recovery-image] Aug 14 18:59:06.343 INFO O| Aug 14 18:59:06.343 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70472026-08-14T18:59:07.408Z[ recovery-image] Aug 14 18:59:06.352 INFO O| Aug 14 18:59:06.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70482026-08-14T18:59:07.408Z[ recovery-image] Aug 14 18:59:06.352 INFO O| Aug 14 18:59:06.352 INFO STEP 597 (remove_files) COMPLETE
70492026-08-14T18:59:07.409Z[ recovery-image] Aug 14 18:59:06.352 INFO O| Aug 14 18:59:06.352 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70502026-08-14T18:59:07.419Z[ recovery-image] Aug 14 18:59:06.362 INFO O| Aug 14 18:59:06.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70512026-08-14T18:59:07.419Z[ recovery-image] Aug 14 18:59:06.362 INFO O| Aug 14 18:59:06.362 INFO STEP 598 (remove_files) COMPLETE
70522026-08-14T18:59:07.419Z[ recovery-image] Aug 14 18:59:06.362 INFO O| Aug 14 18:59:06.362 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70532026-08-14T18:59:07.428Z[ recovery-image] Aug 14 18:59:06.372 INFO O| Aug 14 18:59:06.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70542026-08-14T18:59:07.428Z[ recovery-image] Aug 14 18:59:06.372 INFO O| Aug 14 18:59:06.372 INFO STEP 599 (remove_files) COMPLETE
70552026-08-14T18:59:07.429Z[ recovery-image] Aug 14 18:59:06.372 INFO O| Aug 14 18:59:06.372 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70562026-08-14T18:59:07.438Z[ recovery-image] Aug 14 18:59:06.382 INFO O| Aug 14 18:59:06.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70572026-08-14T18:59:07.438Z[ recovery-image] Aug 14 18:59:06.382 INFO O| Aug 14 18:59:06.382 INFO STEP 600 (remove_files) COMPLETE
70582026-08-14T18:59:07.442Z[ recovery-image] Aug 14 18:59:06.382 INFO O| Aug 14 18:59:06.382 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70592026-08-14T18:59:07.448Z[ recovery-image] Aug 14 18:59:06.392 INFO O| Aug 14 18:59:06.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70602026-08-14T18:59:07.451Z[ recovery-image] Aug 14 18:59:06.392 INFO O| Aug 14 18:59:06.392 INFO STEP 601 (remove_files) COMPLETE
70612026-08-14T18:59:07.451Z[ recovery-image] Aug 14 18:59:06.392 INFO O| Aug 14 18:59:06.392 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70622026-08-14T18:59:07.458Z[ recovery-image] Aug 14 18:59:06.402 INFO O| Aug 14 18:59:06.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70632026-08-14T18:59:07.458Z[ recovery-image] Aug 14 18:59:06.402 INFO O| Aug 14 18:59:06.402 INFO STEP 602 (remove_files) COMPLETE
70642026-08-14T18:59:07.458Z[ recovery-image] Aug 14 18:59:06.402 INFO O| Aug 14 18:59:06.402 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70652026-08-14T18:59:07.470Z[ recovery-image] Aug 14 18:59:06.414 INFO O| Aug 14 18:59:06.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70662026-08-14T18:59:07.470Z[ recovery-image] Aug 14 18:59:06.414 INFO O| Aug 14 18:59:06.414 INFO STEP 603 (remove_files) COMPLETE
70672026-08-14T18:59:07.470Z[ recovery-image] Aug 14 18:59:06.414 INFO O| Aug 14 18:59:06.414 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-14T18:59:07.479Z[ recovery-image] Aug 14 18:59:06.423 INFO O| Aug 14 18:59:06.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70692026-08-14T18:59:07.479Z[ recovery-image] Aug 14 18:59:06.423 INFO O| Aug 14 18:59:06.423 INFO STEP 604 (remove_files) COMPLETE
70702026-08-14T18:59:07.479Z[ recovery-image] Aug 14 18:59:06.423 INFO O| Aug 14 18:59:06.423 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-14T18:59:07.488Z[ recovery-image] Aug 14 18:59:06.431 INFO O| Aug 14 18:59:06.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70722026-08-14T18:59:07.488Z[ recovery-image] Aug 14 18:59:06.432 INFO O| Aug 14 18:59:06.431 INFO STEP 605 (remove_files) COMPLETE
70732026-08-14T18:59:07.488Z[ recovery-image] Aug 14 18:59:06.432 INFO O| Aug 14 18:59:06.432 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-14T18:59:07.496Z[ recovery-image] Aug 14 18:59:06.440 INFO O| Aug 14 18:59:06.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70752026-08-14T18:59:07.496Z[ recovery-image] Aug 14 18:59:06.440 INFO O| Aug 14 18:59:06.440 INFO STEP 606 (remove_files) COMPLETE
70762026-08-14T18:59:07.497Z[ recovery-image] Aug 14 18:59:06.440 INFO O| Aug 14 18:59:06.440 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70772026-08-14T18:59:07.508Z[ recovery-image] Aug 14 18:59:06.452 INFO O| Aug 14 18:59:06.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70782026-08-14T18:59:07.508Z[ recovery-image] Aug 14 18:59:06.452 INFO O| Aug 14 18:59:06.452 INFO STEP 607 (remove_files) COMPLETE
70792026-08-14T18:59:07.508Z[ recovery-image] Aug 14 18:59:06.452 INFO O| Aug 14 18:59:06.452 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70802026-08-14T18:59:07.520Z[ recovery-image] Aug 14 18:59:06.463 INFO O| Aug 14 18:59:06.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70812026-08-14T18:59:07.520Z[ recovery-image] Aug 14 18:59:06.463 INFO O| Aug 14 18:59:06.463 INFO STEP 608 (remove_files) COMPLETE
70822026-08-14T18:59:07.520Z[ recovery-image] Aug 14 18:59:06.463 INFO O| Aug 14 18:59:06.463 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70832026-08-14T18:59:07.529Z[ recovery-image] Aug 14 18:59:06.473 INFO O| Aug 14 18:59:06.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70842026-08-14T18:59:07.529Z[ recovery-image] Aug 14 18:59:06.473 INFO O| Aug 14 18:59:06.473 INFO STEP 609 (remove_files) COMPLETE
70852026-08-14T18:59:07.529Z[ recovery-image] Aug 14 18:59:06.473 INFO O| Aug 14 18:59:06.473 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70862026-08-14T18:59:07.539Z[ recovery-image] Aug 14 18:59:06.483 INFO O| Aug 14 18:59:06.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70872026-08-14T18:59:07.539Z[ recovery-image] Aug 14 18:59:06.483 INFO O| Aug 14 18:59:06.483 INFO STEP 610 (remove_files) COMPLETE
70882026-08-14T18:59:07.539Z[ recovery-image] Aug 14 18:59:06.483 INFO O| Aug 14 18:59:06.483 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70892026-08-14T18:59:07.551Z[ recovery-image] Aug 14 18:59:06.494 INFO O| Aug 14 18:59:06.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70902026-08-14T18:59:07.551Z[ recovery-image] Aug 14 18:59:06.494 INFO O| Aug 14 18:59:06.494 INFO STEP 611 (remove_files) COMPLETE
70912026-08-14T18:59:07.551Z[ recovery-image] Aug 14 18:59:06.494 INFO O| Aug 14 18:59:06.494 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70922026-08-14T18:59:07.561Z[ recovery-image] Aug 14 18:59:06.505 INFO O| Aug 14 18:59:06.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
70932026-08-14T18:59:07.561Z[ recovery-image] Aug 14 18:59:06.505 INFO O| Aug 14 18:59:06.505 INFO STEP 612 (remove_files) COMPLETE
70942026-08-14T18:59:07.565Z[ recovery-image] Aug 14 18:59:06.505 INFO O| Aug 14 18:59:06.505 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70952026-08-14T18:59:07.570Z[ recovery-image] Aug 14 18:59:06.514 INFO O| Aug 14 18:59:06.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
70962026-08-14T18:59:07.570Z[ recovery-image] Aug 14 18:59:06.514 INFO O| Aug 14 18:59:06.514 INFO STEP 613 (remove_files) COMPLETE
70972026-08-14T18:59:07.570Z[ recovery-image] Aug 14 18:59:06.514 INFO O| Aug 14 18:59:06.514 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70982026-08-14T18:59:07.581Z[ recovery-image] Aug 14 18:59:06.525 INFO O| Aug 14 18:59:06.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
70992026-08-14T18:59:07.581Z[ recovery-image] Aug 14 18:59:06.525 INFO O| Aug 14 18:59:06.525 INFO STEP 614 (remove_files) COMPLETE
71002026-08-14T18:59:07.581Z[ recovery-image] Aug 14 18:59:06.525 INFO O| Aug 14 18:59:06.525 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71012026-08-14T18:59:07.591Z[ recovery-image] Aug 14 18:59:06.535 INFO O| Aug 14 18:59:06.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71022026-08-14T18:59:07.591Z[ recovery-image] Aug 14 18:59:06.535 INFO O| Aug 14 18:59:06.535 INFO STEP 615 (remove_files) COMPLETE
71032026-08-14T18:59:07.591Z[ recovery-image] Aug 14 18:59:06.535 INFO O| Aug 14 18:59:06.535 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71042026-08-14T18:59:07.601Z[ recovery-image] Aug 14 18:59:06.544 INFO O| Aug 14 18:59:06.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71052026-08-14T18:59:07.601Z[ recovery-image] Aug 14 18:59:06.545 INFO O| Aug 14 18:59:06.545 INFO STEP 616 (remove_files) COMPLETE
71062026-08-14T18:59:07.601Z[ recovery-image] Aug 14 18:59:06.545 INFO O| Aug 14 18:59:06.545 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71072026-08-14T18:59:07.611Z[ recovery-image] Aug 14 18:59:06.554 INFO O| Aug 14 18:59:06.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71082026-08-14T18:59:07.614Z[ recovery-image] Aug 14 18:59:06.554 INFO O| Aug 14 18:59:06.554 INFO STEP 617 (remove_files) COMPLETE
71092026-08-14T18:59:07.614Z[ recovery-image] Aug 14 18:59:06.554 INFO O| Aug 14 18:59:06.554 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71102026-08-14T18:59:07.620Z[ recovery-image] Aug 14 18:59:06.564 INFO O| Aug 14 18:59:06.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71112026-08-14T18:59:07.620Z[ recovery-image] Aug 14 18:59:06.564 INFO O| Aug 14 18:59:06.564 INFO STEP 618 (remove_files) COMPLETE
71122026-08-14T18:59:07.620Z[ recovery-image] Aug 14 18:59:06.564 INFO O| Aug 14 18:59:06.564 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71132026-08-14T18:59:07.630Z[ recovery-image] Aug 14 18:59:06.573 INFO O| Aug 14 18:59:06.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71142026-08-14T18:59:07.630Z[ recovery-image] Aug 14 18:59:06.573 INFO O| Aug 14 18:59:06.573 INFO STEP 619 (remove_files) COMPLETE
71152026-08-14T18:59:07.633Z[ recovery-image] Aug 14 18:59:06.574 INFO O| Aug 14 18:59:06.573 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71162026-08-14T18:59:07.648Z[ recovery-image] Aug 14 18:59:06.592 INFO O| Aug 14 18:59:06.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71172026-08-14T18:59:07.648Z[ recovery-image] Aug 14 18:59:06.592 INFO O| Aug 14 18:59:06.592 INFO STEP 620 (remove_files) COMPLETE
71182026-08-14T18:59:07.648Z[ recovery-image] Aug 14 18:59:06.592 INFO O| Aug 14 18:59:06.592 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71192026-08-14T18:59:07.658Z[ recovery-image] Aug 14 18:59:06.602 INFO O| Aug 14 18:59:06.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71202026-08-14T18:59:07.658Z[ recovery-image] Aug 14 18:59:06.602 INFO O| Aug 14 18:59:06.602 INFO STEP 621 (remove_files) COMPLETE
71212026-08-14T18:59:07.658Z[ recovery-image] Aug 14 18:59:06.602 INFO O| Aug 14 18:59:06.602 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71222026-08-14T18:59:07.667Z[ recovery-image] Aug 14 18:59:06.611 INFO O| Aug 14 18:59:06.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71232026-08-14T18:59:07.667Z[ recovery-image] Aug 14 18:59:06.611 INFO O| Aug 14 18:59:06.611 INFO STEP 622 (remove_files) COMPLETE
71242026-08-14T18:59:07.667Z[ recovery-image] Aug 14 18:59:06.611 INFO O| Aug 14 18:59:06.611 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71252026-08-14T18:59:07.676Z[ recovery-image] Aug 14 18:59:06.619 INFO O| Aug 14 18:59:06.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71262026-08-14T18:59:07.676Z[ recovery-image] Aug 14 18:59:06.619 INFO O| Aug 14 18:59:06.619 INFO STEP 623 (remove_files) COMPLETE
71272026-08-14T18:59:07.676Z[ recovery-image] Aug 14 18:59:06.619 INFO O| Aug 14 18:59:06.619 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71282026-08-14T18:59:07.687Z[ recovery-image] Aug 14 18:59:06.631 INFO O| Aug 14 18:59:06.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71292026-08-14T18:59:07.687Z[ recovery-image] Aug 14 18:59:06.631 INFO O| Aug 14 18:59:06.631 INFO STEP 624 (remove_files) COMPLETE
71302026-08-14T18:59:07.687Z[ recovery-image] Aug 14 18:59:06.631 INFO O| Aug 14 18:59:06.631 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71312026-08-14T18:59:07.698Z[ recovery-image] Aug 14 18:59:06.642 INFO O| Aug 14 18:59:06.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71322026-08-14T18:59:07.698Z[ recovery-image] Aug 14 18:59:06.642 INFO O| Aug 14 18:59:06.642 INFO STEP 625 (remove_files) COMPLETE
71332026-08-14T18:59:07.698Z[ recovery-image] Aug 14 18:59:06.642 INFO O| Aug 14 18:59:06.642 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71342026-08-14T18:59:07.708Z[ recovery-image] Aug 14 18:59:06.652 INFO O| Aug 14 18:59:06.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71352026-08-14T18:59:07.708Z[ recovery-image] Aug 14 18:59:06.652 INFO O| Aug 14 18:59:06.652 INFO STEP 626 (remove_files) COMPLETE
71362026-08-14T18:59:07.708Z[ recovery-image] Aug 14 18:59:06.652 INFO O| Aug 14 18:59:06.652 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-14T18:59:07.719Z[ recovery-image] Aug 14 18:59:06.662 INFO O| Aug 14 18:59:06.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71382026-08-14T18:59:07.719Z[ recovery-image] Aug 14 18:59:06.662 INFO O| Aug 14 18:59:06.662 INFO STEP 627 (remove_files) COMPLETE
71392026-08-14T18:59:07.719Z[ recovery-image] Aug 14 18:59:06.662 INFO O| Aug 14 18:59:06.662 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-14T18:59:07.729Z[ recovery-image] Aug 14 18:59:06.673 INFO O| Aug 14 18:59:06.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71412026-08-14T18:59:07.729Z[ recovery-image] Aug 14 18:59:06.673 INFO O| Aug 14 18:59:06.673 INFO STEP 628 (remove_files) COMPLETE
71422026-08-14T18:59:07.733Z[ recovery-image] Aug 14 18:59:06.673 INFO O| Aug 14 18:59:06.673 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-14T18:59:07.738Z[ recovery-image] Aug 14 18:59:06.682 INFO O| Aug 14 18:59:06.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71442026-08-14T18:59:07.738Z[ recovery-image] Aug 14 18:59:06.682 INFO O| Aug 14 18:59:06.682 INFO STEP 629 (remove_files) COMPLETE
71452026-08-14T18:59:07.741Z[ recovery-image] Aug 14 18:59:06.682 INFO O| Aug 14 18:59:06.682 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-14T18:59:07.747Z[ recovery-image] Aug 14 18:59:06.691 INFO O| Aug 14 18:59:06.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71472026-08-14T18:59:07.751Z[ recovery-image] Aug 14 18:59:06.691 INFO O| Aug 14 18:59:06.691 INFO STEP 630 (remove_files) COMPLETE
71482026-08-14T18:59:07.751Z[ recovery-image] Aug 14 18:59:06.691 INFO O| Aug 14 18:59:06.691 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-14T18:59:07.757Z[ recovery-image] Aug 14 18:59:06.701 INFO O| Aug 14 18:59:06.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71502026-08-14T18:59:07.757Z[ recovery-image] Aug 14 18:59:06.701 INFO O| Aug 14 18:59:06.701 INFO STEP 631 (remove_files) COMPLETE
71512026-08-14T18:59:07.760Z[ recovery-image] Aug 14 18:59:06.701 INFO O| Aug 14 18:59:06.701 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-14T18:59:07.767Z[ recovery-image] Aug 14 18:59:06.711 INFO O| Aug 14 18:59:06.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71532026-08-14T18:59:07.767Z[ recovery-image] Aug 14 18:59:06.711 INFO O| Aug 14 18:59:06.711 INFO STEP 632 (remove_files) COMPLETE
71542026-08-14T18:59:07.767Z[ recovery-image] Aug 14 18:59:06.711 INFO O| Aug 14 18:59:06.711 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-14T18:59:07.777Z[ recovery-image] Aug 14 18:59:06.721 INFO O| Aug 14 18:59:06.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71562026-08-14T18:59:07.777Z[ recovery-image] Aug 14 18:59:06.721 INFO O| Aug 14 18:59:06.721 INFO STEP 633 (remove_files) COMPLETE
71572026-08-14T18:59:07.781Z[ recovery-image] Aug 14 18:59:06.721 INFO O| Aug 14 18:59:06.721 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-14T18:59:07.788Z[ recovery-image] Aug 14 18:59:06.732 INFO O| Aug 14 18:59:06.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71592026-08-14T18:59:07.788Z[ recovery-image] Aug 14 18:59:06.732 INFO O| Aug 14 18:59:06.732 INFO STEP 634 (remove_files) COMPLETE
71602026-08-14T18:59:07.792Z[ recovery-image] Aug 14 18:59:06.732 INFO O| Aug 14 18:59:06.732 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-14T18:59:07.799Z[ recovery-image] Aug 14 18:59:06.743 INFO O| Aug 14 18:59:06.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71622026-08-14T18:59:07.799Z[ recovery-image] Aug 14 18:59:06.743 INFO O| Aug 14 18:59:06.743 INFO STEP 635 (remove_files) COMPLETE
71632026-08-14T18:59:07.799Z[ recovery-image] Aug 14 18:59:06.743 INFO O| Aug 14 18:59:06.743 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-14T18:59:07.802Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
71652026-08-14T18:59:07.809Z[ recovery-image] Aug 14 18:59:06.753 INFO O| Aug 14 18:59:06.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71662026-08-14T18:59:07.809Z[ recovery-image] Aug 14 18:59:06.753 INFO O| Aug 14 18:59:06.753 INFO STEP 636 (remove_files) COMPLETE
71672026-08-14T18:59:07.809Z[ recovery-image] Aug 14 18:59:06.753 INFO O| Aug 14 18:59:06.753 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-14T18:59:07.818Z[ recovery-image] Aug 14 18:59:06.762 INFO O| Aug 14 18:59:06.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71692026-08-14T18:59:07.818Z[ recovery-image] Aug 14 18:59:06.762 INFO O| Aug 14 18:59:06.762 INFO STEP 637 (remove_files) COMPLETE
71702026-08-14T18:59:07.818Z[ recovery-image] Aug 14 18:59:06.762 INFO O| Aug 14 18:59:06.762 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-14T18:59:07.827Z[ recovery-image] Aug 14 18:59:06.771 INFO O| Aug 14 18:59:06.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71722026-08-14T18:59:07.827Z[ recovery-image] Aug 14 18:59:06.771 INFO O| Aug 14 18:59:06.771 INFO STEP 638 (remove_files) COMPLETE
71732026-08-14T18:59:07.831Z[ recovery-image] Aug 14 18:59:06.771 INFO O| Aug 14 18:59:06.771 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-14T18:59:07.837Z[ recovery-image] Aug 14 18:59:06.780 INFO O| Aug 14 18:59:06.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71752026-08-14T18:59:07.837Z[ recovery-image] Aug 14 18:59:06.781 INFO O| Aug 14 18:59:06.781 INFO STEP 639 (remove_files) COMPLETE
71762026-08-14T18:59:07.837Z[ recovery-image] Aug 14 18:59:06.781 INFO O| Aug 14 18:59:06.781 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-14T18:59:07.848Z[ recovery-image] Aug 14 18:59:06.791 INFO O| Aug 14 18:59:06.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71782026-08-14T18:59:07.848Z[ recovery-image] Aug 14 18:59:06.792 INFO O| Aug 14 18:59:06.792 INFO STEP 640 (remove_files) COMPLETE
71792026-08-14T18:59:07.848Z[ recovery-image] Aug 14 18:59:06.792 INFO O| Aug 14 18:59:06.792 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-14T18:59:07.858Z[ recovery-image] Aug 14 18:59:06.802 INFO O| Aug 14 18:59:06.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71812026-08-14T18:59:07.858Z[ recovery-image] Aug 14 18:59:06.802 INFO O| Aug 14 18:59:06.802 INFO STEP 641 (remove_files) COMPLETE
71822026-08-14T18:59:07.858Z[ recovery-image] Aug 14 18:59:06.802 INFO O| Aug 14 18:59:06.802 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-14T18:59:07.869Z[ recovery-image] Aug 14 18:59:06.813 INFO O| Aug 14 18:59:06.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71842026-08-14T18:59:07.870Z[ recovery-image] Aug 14 18:59:06.813 INFO O| Aug 14 18:59:06.813 INFO STEP 642 (remove_files) COMPLETE
71852026-08-14T18:59:07.870Z[ recovery-image] Aug 14 18:59:06.813 INFO O| Aug 14 18:59:06.813 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-14T18:59:07.880Z[ recovery-image] Aug 14 18:59:06.824 INFO O| Aug 14 18:59:06.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71872026-08-14T18:59:07.880Z[ recovery-image] Aug 14 18:59:06.824 INFO O| Aug 14 18:59:06.824 INFO STEP 643 (remove_files) COMPLETE
71882026-08-14T18:59:07.880Z[ recovery-image] Aug 14 18:59:06.824 INFO O| Aug 14 18:59:06.824 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-14T18:59:07.890Z[ recovery-image] Aug 14 18:59:06.834 INFO O| Aug 14 18:59:06.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71902026-08-14T18:59:07.890Z[ recovery-image] Aug 14 18:59:06.834 INFO O| Aug 14 18:59:06.834 INFO STEP 644 (remove_files) COMPLETE
71912026-08-14T18:59:07.890Z[ recovery-image] Aug 14 18:59:06.834 INFO O| Aug 14 18:59:06.834 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-14T18:59:07.899Z[ recovery-image] Aug 14 18:59:06.843 INFO O| Aug 14 18:59:06.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
71932026-08-14T18:59:07.899Z[ recovery-image] Aug 14 18:59:06.843 INFO O| Aug 14 18:59:06.843 INFO STEP 645 (remove_files) COMPLETE
71942026-08-14T18:59:07.903Z[ recovery-image] Aug 14 18:59:06.843 INFO O| Aug 14 18:59:06.843 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-14T18:59:07.909Z[ recovery-image] Aug 14 18:59:06.852 INFO O| Aug 14 18:59:06.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
71962026-08-14T18:59:07.909Z[ recovery-image] Aug 14 18:59:06.852 INFO O| Aug 14 18:59:06.852 INFO STEP 646 (remove_files) COMPLETE
71972026-08-14T18:59:07.912Z[ recovery-image] Aug 14 18:59:06.852 INFO O| Aug 14 18:59:06.852 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-14T18:59:07.917Z[ recovery-image] Aug 14 18:59:06.861 INFO O| Aug 14 18:59:06.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
71992026-08-14T18:59:07.917Z[ recovery-image] Aug 14 18:59:06.861 INFO O| Aug 14 18:59:06.861 INFO STEP 647 (remove_files) COMPLETE
72002026-08-14T18:59:07.917Z[ recovery-image] Aug 14 18:59:06.861 INFO O| Aug 14 18:59:06.861 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-14T18:59:07.927Z[ recovery-image] Aug 14 18:59:06.870 INFO O| Aug 14 18:59:06.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72022026-08-14T18:59:07.927Z[ recovery-image] Aug 14 18:59:06.870 INFO O| Aug 14 18:59:06.870 INFO STEP 648 (remove_files) COMPLETE
72032026-08-14T18:59:07.927Z[ recovery-image] Aug 14 18:59:06.870 INFO O| Aug 14 18:59:06.870 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-14T18:59:07.936Z[ recovery-image] Aug 14 18:59:06.879 INFO O| Aug 14 18:59:06.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72052026-08-14T18:59:07.936Z[ recovery-image] Aug 14 18:59:06.879 INFO O| Aug 14 18:59:06.879 INFO STEP 649 (remove_files) COMPLETE
72062026-08-14T18:59:07.939Z[ recovery-image] Aug 14 18:59:06.879 INFO O| Aug 14 18:59:06.879 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-14T18:59:07.944Z[ recovery-image] Aug 14 18:59:06.888 INFO O| Aug 14 18:59:06.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72082026-08-14T18:59:07.944Z[ recovery-image] Aug 14 18:59:06.888 INFO O| Aug 14 18:59:06.888 INFO STEP 650 (remove_files) COMPLETE
72092026-08-14T18:59:07.944Z[ recovery-image] Aug 14 18:59:06.888 INFO O| Aug 14 18:59:06.888 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-14T18:59:07.953Z[ recovery-image] Aug 14 18:59:06.897 INFO O| Aug 14 18:59:06.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72112026-08-14T18:59:07.953Z[ recovery-image] Aug 14 18:59:06.897 INFO O| Aug 14 18:59:06.897 INFO STEP 651 (remove_files) COMPLETE
72122026-08-14T18:59:07.957Z[ recovery-image] Aug 14 18:59:06.897 INFO O| Aug 14 18:59:06.897 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-14T18:59:07.963Z[ recovery-image] Aug 14 18:59:06.907 INFO O| Aug 14 18:59:06.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72142026-08-14T18:59:07.963Z[ recovery-image] Aug 14 18:59:06.907 INFO O| Aug 14 18:59:06.907 INFO STEP 652 (remove_files) COMPLETE
72152026-08-14T18:59:07.967Z[ recovery-image] Aug 14 18:59:06.907 INFO O| Aug 14 18:59:06.907 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-14T18:59:07.973Z[ recovery-image] Aug 14 18:59:06.917 INFO O| Aug 14 18:59:06.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72172026-08-14T18:59:07.973Z[ recovery-image] Aug 14 18:59:06.917 INFO O| Aug 14 18:59:06.917 INFO STEP 653 (remove_files) COMPLETE
72182026-08-14T18:59:07.977Z[ recovery-image] Aug 14 18:59:06.917 INFO O| Aug 14 18:59:06.917 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-14T18:59:07.981Z[ recovery-image] Aug 14 18:59:06.925 INFO O| Aug 14 18:59:06.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72202026-08-14T18:59:07.981Z[ recovery-image] Aug 14 18:59:06.925 INFO O| Aug 14 18:59:06.925 INFO STEP 654 (remove_files) COMPLETE
72212026-08-14T18:59:07.981Z[ recovery-image] Aug 14 18:59:06.925 INFO O| Aug 14 18:59:06.925 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-14T18:59:07.989Z[ recovery-image] Aug 14 18:59:06.933 INFO O| Aug 14 18:59:06.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72232026-08-14T18:59:07.992Z[ recovery-image] Aug 14 18:59:06.933 INFO O| Aug 14 18:59:06.933 INFO STEP 655 (remove_files) COMPLETE
72242026-08-14T18:59:07.992Z[ recovery-image] Aug 14 18:59:06.933 INFO O| Aug 14 18:59:06.933 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-14T18:59:07.999Z[ recovery-image] Aug 14 18:59:06.943 INFO O| Aug 14 18:59:06.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72262026-08-14T18:59:07.999Z[ recovery-image] Aug 14 18:59:06.943 INFO O| Aug 14 18:59:06.943 INFO STEP 656 (remove_files) COMPLETE
72272026-08-14T18:59:07.999Z[ recovery-image] Aug 14 18:59:06.943 INFO O| Aug 14 18:59:06.943 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-14T18:59:08.011Z[ recovery-image] Aug 14 18:59:06.953 INFO O| Aug 14 18:59:06.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72292026-08-14T18:59:08.011Z[ recovery-image] Aug 14 18:59:06.953 INFO O| Aug 14 18:59:06.953 INFO STEP 657 (remove_files) COMPLETE
72302026-08-14T18:59:08.015Z[ recovery-image] Aug 14 18:59:06.953 INFO O| Aug 14 18:59:06.953 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-14T18:59:08.018Z[ recovery-image] Aug 14 18:59:06.962 INFO O| Aug 14 18:59:06.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72322026-08-14T18:59:08.018Z[ recovery-image] Aug 14 18:59:06.962 INFO O| Aug 14 18:59:06.962 INFO STEP 658 (remove_files) COMPLETE
72332026-08-14T18:59:08.019Z[ recovery-image] Aug 14 18:59:06.962 INFO O| Aug 14 18:59:06.962 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-14T18:59:08.027Z[ recovery-image] Aug 14 18:59:06.971 INFO O| Aug 14 18:59:06.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72352026-08-14T18:59:08.027Z[ recovery-image] Aug 14 18:59:06.971 INFO O| Aug 14 18:59:06.971 INFO STEP 659 (remove_files) COMPLETE
72362026-08-14T18:59:08.027Z[ recovery-image] Aug 14 18:59:06.971 INFO O| Aug 14 18:59:06.971 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-14T18:59:08.036Z[ recovery-image] Aug 14 18:59:06.979 INFO O| Aug 14 18:59:06.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72382026-08-14T18:59:08.039Z[ recovery-image] Aug 14 18:59:06.980 INFO O| Aug 14 18:59:06.980 INFO STEP 660 (remove_files) COMPLETE
72392026-08-14T18:59:08.039Z[ recovery-image] Aug 14 18:59:06.980 INFO O| Aug 14 18:59:06.980 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-14T18:59:08.046Z[ recovery-image] Aug 14 18:59:06.990 INFO O| Aug 14 18:59:06.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72412026-08-14T18:59:08.046Z[ recovery-image] Aug 14 18:59:06.990 INFO O| Aug 14 18:59:06.990 INFO STEP 661 (remove_files) COMPLETE
72422026-08-14T18:59:08.046Z[ recovery-image] Aug 14 18:59:06.990 INFO O| Aug 14 18:59:06.990 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-14T18:59:08.056Z[ recovery-image] Aug 14 18:59:06.999 INFO O| Aug 14 18:59:06.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72442026-08-14T18:59:08.056Z[ recovery-image] Aug 14 18:59:07.000 INFO O| Aug 14 18:59:06.999 INFO STEP 662 (remove_files) COMPLETE
72452026-08-14T18:59:08.056Z[ recovery-image] Aug 14 18:59:07.000 INFO O| Aug 14 18:59:07.000 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-14T18:59:08.065Z[ recovery-image] Aug 14 18:59:07.009 INFO O| Aug 14 18:59:07.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72472026-08-14T18:59:08.065Z[ recovery-image] Aug 14 18:59:07.009 INFO O| Aug 14 18:59:07.009 INFO STEP 663 (remove_files) COMPLETE
72482026-08-14T18:59:08.069Z[ recovery-image] Aug 14 18:59:07.009 INFO O| Aug 14 18:59:07.009 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-14T18:59:08.075Z[ recovery-image] Aug 14 18:59:07.019 INFO O| Aug 14 18:59:07.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72502026-08-14T18:59:08.075Z[ recovery-image] Aug 14 18:59:07.019 INFO O| Aug 14 18:59:07.019 INFO STEP 664 (remove_files) COMPLETE
72512026-08-14T18:59:08.075Z[ recovery-image] Aug 14 18:59:07.019 INFO O| Aug 14 18:59:07.019 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-14T18:59:08.084Z[ recovery-image] Aug 14 18:59:07.028 INFO O| Aug 14 18:59:07.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72532026-08-14T18:59:08.084Z[ recovery-image] Aug 14 18:59:07.028 INFO O| Aug 14 18:59:07.028 INFO STEP 665 (remove_files) COMPLETE
72542026-08-14T18:59:08.088Z[ recovery-image] Aug 14 18:59:07.028 INFO O| Aug 14 18:59:07.028 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-14T18:59:08.095Z[ recovery-image] Aug 14 18:59:07.038 INFO O| Aug 14 18:59:07.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72562026-08-14T18:59:08.095Z[ recovery-image] Aug 14 18:59:07.038 INFO O| Aug 14 18:59:07.038 INFO STEP 666 (remove_files) COMPLETE
72572026-08-14T18:59:08.095Z[ recovery-image] Aug 14 18:59:07.038 INFO O| Aug 14 18:59:07.038 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-14T18:59:08.105Z[ recovery-image] Aug 14 18:59:07.049 INFO O| Aug 14 18:59:07.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72592026-08-14T18:59:08.105Z[ recovery-image] Aug 14 18:59:07.049 INFO O| Aug 14 18:59:07.049 INFO STEP 667 (remove_files) COMPLETE
72602026-08-14T18:59:08.105Z[ recovery-image] Aug 14 18:59:07.049 INFO O| Aug 14 18:59:07.049 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-14T18:59:08.108Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
72622026-08-14T18:59:08.115Z[ recovery-image] Aug 14 18:59:07.059 INFO O| Aug 14 18:59:07.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72632026-08-14T18:59:08.115Z[ recovery-image] Aug 14 18:59:07.059 INFO O| Aug 14 18:59:07.059 INFO STEP 668 (remove_files) COMPLETE
72642026-08-14T18:59:08.115Z[ recovery-image] Aug 14 18:59:07.059 INFO O| Aug 14 18:59:07.059 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-14T18:59:08.126Z[ recovery-image] Aug 14 18:59:07.069 INFO O| Aug 14 18:59:07.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72662026-08-14T18:59:08.126Z[ recovery-image] Aug 14 18:59:07.070 INFO O| Aug 14 18:59:07.070 INFO STEP 669 (remove_files) COMPLETE
72672026-08-14T18:59:08.126Z[ recovery-image] Aug 14 18:59:07.070 INFO O| Aug 14 18:59:07.070 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-14T18:59:08.135Z[ recovery-image] Aug 14 18:59:07.079 INFO O| Aug 14 18:59:07.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72692026-08-14T18:59:08.135Z[ recovery-image] Aug 14 18:59:07.079 INFO O| Aug 14 18:59:07.079 INFO STEP 670 (remove_files) COMPLETE
72702026-08-14T18:59:08.139Z[ recovery-image] Aug 14 18:59:07.079 INFO O| Aug 14 18:59:07.079 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-14T18:59:08.145Z[ recovery-image] Aug 14 18:59:07.089 INFO O| Aug 14 18:59:07.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72722026-08-14T18:59:08.150Z[ recovery-image] Aug 14 18:59:07.089 INFO O| Aug 14 18:59:07.089 INFO STEP 671 (remove_files) COMPLETE
72732026-08-14T18:59:08.150Z[ recovery-image] Aug 14 18:59:07.089 INFO O| Aug 14 18:59:07.089 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-14T18:59:08.155Z[ recovery-image] Aug 14 18:59:07.099 INFO O| Aug 14 18:59:07.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72752026-08-14T18:59:08.155Z[ recovery-image] Aug 14 18:59:07.099 INFO O| Aug 14 18:59:07.099 INFO STEP 672 (remove_files) COMPLETE
72762026-08-14T18:59:08.155Z[ recovery-image] Aug 14 18:59:07.099 INFO O| Aug 14 18:59:07.099 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-14T18:59:08.165Z[ recovery-image] Aug 14 18:59:07.108 INFO O| Aug 14 18:59:07.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72782026-08-14T18:59:08.165Z[ recovery-image] Aug 14 18:59:07.108 INFO O| Aug 14 18:59:07.108 INFO STEP 673 (remove_files) COMPLETE
72792026-08-14T18:59:08.165Z[ recovery-image] Aug 14 18:59:07.108 INFO O| Aug 14 18:59:07.108 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-14T18:59:08.173Z[ recovery-image] Aug 14 18:59:07.117 INFO O| Aug 14 18:59:07.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72812026-08-14T18:59:08.173Z[ recovery-image] Aug 14 18:59:07.117 INFO O| Aug 14 18:59:07.117 INFO STEP 674 (remove_files) COMPLETE
72822026-08-14T18:59:08.177Z[ recovery-image] Aug 14 18:59:07.117 INFO O| Aug 14 18:59:07.117 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-14T18:59:08.183Z[ recovery-image] Aug 14 18:59:07.126 INFO O| Aug 14 18:59:07.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72842026-08-14T18:59:08.183Z[ recovery-image] Aug 14 18:59:07.126 INFO O| Aug 14 18:59:07.126 INFO STEP 675 (remove_files) COMPLETE
72852026-08-14T18:59:08.186Z[ recovery-image] Aug 14 18:59:07.126 INFO O| Aug 14 18:59:07.126 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-14T18:59:08.193Z[ recovery-image] Aug 14 18:59:07.137 INFO O| Aug 14 18:59:07.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72872026-08-14T18:59:08.193Z[ recovery-image] Aug 14 18:59:07.137 INFO O| Aug 14 18:59:07.137 INFO STEP 676 (remove_files) COMPLETE
72882026-08-14T18:59:08.193Z[ recovery-image] Aug 14 18:59:07.137 INFO O| Aug 14 18:59:07.137 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-14T18:59:08.203Z[ recovery-image] Aug 14 18:59:07.147 INFO O| Aug 14 18:59:07.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72902026-08-14T18:59:08.203Z[ recovery-image] Aug 14 18:59:07.147 INFO O| Aug 14 18:59:07.147 INFO STEP 677 (remove_files) COMPLETE
72912026-08-14T18:59:08.207Z[ recovery-image] Aug 14 18:59:07.147 INFO O| Aug 14 18:59:07.147 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-14T18:59:08.211Z[ recovery-image] Aug 14 18:59:07.155 INFO O| Aug 14 18:59:07.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72932026-08-14T18:59:08.211Z[ recovery-image] Aug 14 18:59:07.155 INFO O| Aug 14 18:59:07.155 INFO STEP 678 (remove_files) COMPLETE
72942026-08-14T18:59:08.215Z[ recovery-image] Aug 14 18:59:07.155 INFO O| Aug 14 18:59:07.155 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-14T18:59:08.220Z[ recovery-image] Aug 14 18:59:07.163 INFO O| Aug 14 18:59:07.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
72962026-08-14T18:59:08.223Z[ recovery-image] Aug 14 18:59:07.164 INFO O| Aug 14 18:59:07.164 INFO STEP 679 (remove_files) COMPLETE
72972026-08-14T18:59:08.223Z[ recovery-image] Aug 14 18:59:07.164 INFO O| Aug 14 18:59:07.164 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-14T18:59:08.229Z[ recovery-image] Aug 14 18:59:07.173 INFO O| Aug 14 18:59:07.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
72992026-08-14T18:59:08.229Z[ recovery-image] Aug 14 18:59:07.173 INFO O| Aug 14 18:59:07.173 INFO STEP 680 (remove_files) COMPLETE
73002026-08-14T18:59:08.229Z[ recovery-image] Aug 14 18:59:07.173 INFO O| Aug 14 18:59:07.173 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-14T18:59:08.238Z[ recovery-image] Aug 14 18:59:07.181 INFO O| Aug 14 18:59:07.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73022026-08-14T18:59:08.238Z[ recovery-image] Aug 14 18:59:07.181 INFO O| Aug 14 18:59:07.181 INFO STEP 681 (remove_files) COMPLETE
73032026-08-14T18:59:08.241Z[ recovery-image] Aug 14 18:59:07.181 INFO O| Aug 14 18:59:07.181 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-14T18:59:08.249Z[ recovery-image] Aug 14 18:59:07.192 INFO O| Aug 14 18:59:07.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73052026-08-14T18:59:08.249Z[ recovery-image] Aug 14 18:59:07.192 INFO O| Aug 14 18:59:07.192 INFO STEP 682 (remove_files) COMPLETE
73062026-08-14T18:59:08.249Z[ recovery-image] Aug 14 18:59:07.192 INFO O| Aug 14 18:59:07.192 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-14T18:59:08.259Z[ recovery-image] Aug 14 18:59:07.202 INFO O| Aug 14 18:59:07.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73082026-08-14T18:59:08.259Z[ recovery-image] Aug 14 18:59:07.202 INFO O| Aug 14 18:59:07.202 INFO STEP 683 (remove_files) COMPLETE
73092026-08-14T18:59:08.259Z[ recovery-image] Aug 14 18:59:07.202 INFO O| Aug 14 18:59:07.202 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-14T18:59:08.267Z[ recovery-image] Aug 14 18:59:07.211 INFO O| Aug 14 18:59:07.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73112026-08-14T18:59:08.267Z[ recovery-image] Aug 14 18:59:07.211 INFO O| Aug 14 18:59:07.211 INFO STEP 684 (remove_files) COMPLETE
73122026-08-14T18:59:08.267Z[ recovery-image] Aug 14 18:59:07.211 INFO O| Aug 14 18:59:07.211 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-14T18:59:08.275Z[ recovery-image] Aug 14 18:59:07.219 INFO O| Aug 14 18:59:07.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73142026-08-14T18:59:08.275Z[ recovery-image] Aug 14 18:59:07.219 INFO O| Aug 14 18:59:07.219 INFO STEP 685 (remove_files) COMPLETE
73152026-08-14T18:59:08.275Z[ recovery-image] Aug 14 18:59:07.219 INFO O| Aug 14 18:59:07.219 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-14T18:59:08.284Z[ recovery-image] Aug 14 18:59:07.228 INFO O| Aug 14 18:59:07.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73172026-08-14T18:59:08.284Z[ recovery-image] Aug 14 18:59:07.228 INFO O| Aug 14 18:59:07.228 INFO STEP 686 (remove_files) COMPLETE
73182026-08-14T18:59:08.287Z[ recovery-image] Aug 14 18:59:07.228 INFO O| Aug 14 18:59:07.228 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-14T18:59:08.295Z[ recovery-image] Aug 14 18:59:07.238 INFO O| Aug 14 18:59:07.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73202026-08-14T18:59:08.295Z[ recovery-image] Aug 14 18:59:07.238 INFO O| Aug 14 18:59:07.238 INFO STEP 687 (remove_files) COMPLETE
73212026-08-14T18:59:08.295Z[ recovery-image] Aug 14 18:59:07.238 INFO O| Aug 14 18:59:07.238 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-14T18:59:08.313Z[ recovery-image] Aug 14 18:59:07.248 INFO O| Aug 14 18:59:07.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73232026-08-14T18:59:08.314Z[ recovery-image] Aug 14 18:59:07.248 INFO O| Aug 14 18:59:07.248 INFO STEP 688 (remove_files) COMPLETE
73242026-08-14T18:59:08.314Z[ recovery-image] Aug 14 18:59:07.248 INFO O| Aug 14 18:59:07.248 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-14T18:59:08.318Z[ recovery-image] Aug 14 18:59:07.259 INFO O| Aug 14 18:59:07.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73262026-08-14T18:59:08.318Z[ recovery-image] Aug 14 18:59:07.259 INFO O| Aug 14 18:59:07.259 INFO STEP 689 (remove_files) COMPLETE
73272026-08-14T18:59:08.318Z[ recovery-image] Aug 14 18:59:07.259 INFO O| Aug 14 18:59:07.259 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-14T18:59:08.324Z[ recovery-image] Aug 14 18:59:07.268 INFO O| Aug 14 18:59:07.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73292026-08-14T18:59:08.324Z[ recovery-image] Aug 14 18:59:07.268 INFO O| Aug 14 18:59:07.268 INFO STEP 690 (remove_files) COMPLETE
73302026-08-14T18:59:08.324Z[ recovery-image] Aug 14 18:59:07.268 INFO O| Aug 14 18:59:07.268 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-14T18:59:08.335Z[ recovery-image] Aug 14 18:59:07.278 INFO O| Aug 14 18:59:07.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73322026-08-14T18:59:08.335Z[ recovery-image] Aug 14 18:59:07.278 INFO O| Aug 14 18:59:07.278 INFO STEP 691 (remove_files) COMPLETE
73332026-08-14T18:59:08.336Z[ recovery-image] Aug 14 18:59:07.278 INFO O| Aug 14 18:59:07.278 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-14T18:59:08.344Z[ recovery-image] Aug 14 18:59:07.288 INFO O| Aug 14 18:59:07.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73352026-08-14T18:59:08.345Z[ recovery-image] Aug 14 18:59:07.288 INFO O| Aug 14 18:59:07.288 INFO STEP 692 (remove_files) COMPLETE
73362026-08-14T18:59:08.345Z[ recovery-image] Aug 14 18:59:07.288 INFO O| Aug 14 18:59:07.288 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-14T18:59:08.353Z[ recovery-image] Aug 14 18:59:07.297 INFO O| Aug 14 18:59:07.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73382026-08-14T18:59:08.353Z[ recovery-image] Aug 14 18:59:07.297 INFO O| Aug 14 18:59:07.297 INFO STEP 693 (remove_files) COMPLETE
73392026-08-14T18:59:08.357Z[ recovery-image] Aug 14 18:59:07.297 INFO O| Aug 14 18:59:07.297 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-14T18:59:08.362Z[ recovery-image] Aug 14 18:59:07.305 INFO O| Aug 14 18:59:07.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73412026-08-14T18:59:08.362Z[ recovery-image] Aug 14 18:59:07.305 INFO O| Aug 14 18:59:07.305 INFO STEP 694 (remove_files) COMPLETE
73422026-08-14T18:59:08.362Z[ recovery-image] Aug 14 18:59:07.305 INFO O| Aug 14 18:59:07.305 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-14T18:59:08.372Z[ recovery-image] Aug 14 18:59:07.316 INFO O| Aug 14 18:59:07.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73442026-08-14T18:59:08.372Z[ recovery-image] Aug 14 18:59:07.316 INFO O| Aug 14 18:59:07.316 INFO STEP 695 (remove_files) COMPLETE
73452026-08-14T18:59:08.372Z[ recovery-image] Aug 14 18:59:07.316 INFO O| Aug 14 18:59:07.316 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-14T18:59:08.381Z[ recovery-image] Aug 14 18:59:07.325 INFO O| Aug 14 18:59:07.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73472026-08-14T18:59:08.381Z[ recovery-image] Aug 14 18:59:07.325 INFO O| Aug 14 18:59:07.325 INFO STEP 696 (remove_files) COMPLETE
73482026-08-14T18:59:08.381Z[ recovery-image] Aug 14 18:59:07.325 INFO O| Aug 14 18:59:07.325 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-14T18:59:08.390Z[ recovery-image] Aug 14 18:59:07.334 INFO O| Aug 14 18:59:07.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73502026-08-14T18:59:08.390Z[ recovery-image] Aug 14 18:59:07.334 INFO O| Aug 14 18:59:07.334 INFO STEP 697 (remove_files) COMPLETE
73512026-08-14T18:59:08.393Z[ recovery-image] Aug 14 18:59:07.334 INFO O| Aug 14 18:59:07.334 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-14T18:59:08.399Z[ recovery-image] Aug 14 18:59:07.343 INFO O| Aug 14 18:59:07.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73532026-08-14T18:59:08.399Z[ recovery-image] Aug 14 18:59:07.343 INFO O| Aug 14 18:59:07.343 INFO STEP 698 (remove_files) COMPLETE
73542026-08-14T18:59:08.402Z[ recovery-image] Aug 14 18:59:07.343 INFO O| Aug 14 18:59:07.343 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-14T18:59:08.409Z[ recovery-image] Aug 14 18:59:07.353 INFO O| Aug 14 18:59:07.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73562026-08-14T18:59:08.409Z[ recovery-image] Aug 14 18:59:07.353 INFO O| Aug 14 18:59:07.353 INFO STEP 699 (remove_files) COMPLETE
73572026-08-14T18:59:08.409Z[ recovery-image] Aug 14 18:59:07.353 INFO O| Aug 14 18:59:07.353 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-14T18:59:08.420Z[ recovery-image] Aug 14 18:59:07.364 INFO O| Aug 14 18:59:07.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73592026-08-14T18:59:08.420Z[ recovery-image] Aug 14 18:59:07.364 INFO O| Aug 14 18:59:07.364 INFO STEP 700 (remove_files) COMPLETE
73602026-08-14T18:59:08.424Z[ recovery-image] Aug 14 18:59:07.364 INFO O| Aug 14 18:59:07.364 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-14T18:59:08.430Z[ recovery-image] Aug 14 18:59:07.374 INFO O| Aug 14 18:59:07.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73622026-08-14T18:59:08.430Z[ recovery-image] Aug 14 18:59:07.374 INFO O| Aug 14 18:59:07.374 INFO STEP 701 (remove_files) COMPLETE
73632026-08-14T18:59:08.430Z[ recovery-image] Aug 14 18:59:07.374 INFO O| Aug 14 18:59:07.374 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-14T18:59:08.438Z[ recovery-image] Aug 14 18:59:07.382 INFO O| Aug 14 18:59:07.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73652026-08-14T18:59:08.438Z[ recovery-image] Aug 14 18:59:07.382 INFO O| Aug 14 18:59:07.382 INFO STEP 702 (remove_files) COMPLETE
73662026-08-14T18:59:08.438Z[ recovery-image] Aug 14 18:59:07.382 INFO O| Aug 14 18:59:07.382 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-14T18:59:08.447Z[ recovery-image] Aug 14 18:59:07.390 INFO O| Aug 14 18:59:07.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73682026-08-14T18:59:08.447Z[ recovery-image] Aug 14 18:59:07.390 INFO O| Aug 14 18:59:07.390 INFO STEP 703 (remove_files) COMPLETE
73692026-08-14T18:59:08.447Z[ recovery-image] Aug 14 18:59:07.390 INFO O| Aug 14 18:59:07.390 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-14T18:59:08.455Z[ recovery-image] Aug 14 18:59:07.399 INFO O| Aug 14 18:59:07.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73712026-08-14T18:59:08.455Z[ recovery-image] Aug 14 18:59:07.399 INFO O| Aug 14 18:59:07.399 INFO STEP 704 (remove_files) COMPLETE
73722026-08-14T18:59:08.455Z[ recovery-image] Aug 14 18:59:07.399 INFO O| Aug 14 18:59:07.399 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-14T18:59:08.464Z[ recovery-image] Aug 14 18:59:07.408 INFO O| Aug 14 18:59:07.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73742026-08-14T18:59:08.464Z[ recovery-image] Aug 14 18:59:07.408 INFO O| Aug 14 18:59:07.408 INFO STEP 705 (remove_files) COMPLETE
73752026-08-14T18:59:08.468Z[ recovery-image] Aug 14 18:59:07.408 INFO O| Aug 14 18:59:07.408 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-14T18:59:08.473Z[ recovery-image] Aug 14 18:59:07.417 INFO O| Aug 14 18:59:07.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73772026-08-14T18:59:08.473Z[ recovery-image] Aug 14 18:59:07.417 INFO O| Aug 14 18:59:07.417 INFO STEP 706 (remove_files) COMPLETE
73782026-08-14T18:59:08.473Z[ recovery-image] Aug 14 18:59:07.417 INFO O| Aug 14 18:59:07.417 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-14T18:59:08.484Z[ recovery-image] Aug 14 18:59:07.428 INFO O| Aug 14 18:59:07.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73802026-08-14T18:59:08.484Z[ recovery-image] Aug 14 18:59:07.428 INFO O| Aug 14 18:59:07.428 INFO STEP 707 (remove_files) COMPLETE
73812026-08-14T18:59:08.488Z[ recovery-image] Aug 14 18:59:07.428 INFO O| Aug 14 18:59:07.428 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-14T18:59:08.494Z[ recovery-image] Aug 14 18:59:07.438 INFO O| Aug 14 18:59:07.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73832026-08-14T18:59:08.494Z[ recovery-image] Aug 14 18:59:07.438 INFO O| Aug 14 18:59:07.438 INFO STEP 708 (remove_files) COMPLETE
73842026-08-14T18:59:08.494Z[ recovery-image] Aug 14 18:59:07.438 INFO O| Aug 14 18:59:07.438 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-14T18:59:08.503Z[ recovery-image] Aug 14 18:59:07.447 INFO O| Aug 14 18:59:07.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73862026-08-14T18:59:08.503Z[ recovery-image] Aug 14 18:59:07.447 INFO O| Aug 14 18:59:07.447 INFO STEP 709 (remove_files) COMPLETE
73872026-08-14T18:59:08.503Z[ recovery-image] Aug 14 18:59:07.447 INFO O| Aug 14 18:59:07.447 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-14T18:59:08.513Z[ recovery-image] Aug 14 18:59:07.457 INFO O| Aug 14 18:59:07.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73892026-08-14T18:59:08.513Z[ recovery-image] Aug 14 18:59:07.457 INFO O| Aug 14 18:59:07.457 INFO STEP 710 (remove_files) COMPLETE
73902026-08-14T18:59:08.513Z[ recovery-image] Aug 14 18:59:07.457 INFO O| Aug 14 18:59:07.457 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-14T18:59:08.525Z[ recovery-image] Aug 14 18:59:07.468 INFO O| Aug 14 18:59:07.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
73922026-08-14T18:59:08.525Z[ recovery-image] Aug 14 18:59:07.468 INFO O| Aug 14 18:59:07.468 INFO STEP 711 (remove_files) COMPLETE
73932026-08-14T18:59:08.525Z[ recovery-image] Aug 14 18:59:07.468 INFO O| Aug 14 18:59:07.468 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-14T18:59:08.534Z[ recovery-image] Aug 14 18:59:07.478 INFO O| Aug 14 18:59:07.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
73952026-08-14T18:59:08.534Z[ recovery-image] Aug 14 18:59:07.478 INFO O| Aug 14 18:59:07.478 INFO STEP 712 (remove_files) COMPLETE
73962026-08-14T18:59:08.535Z[ recovery-image] Aug 14 18:59:07.478 INFO O| Aug 14 18:59:07.478 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-14T18:59:08.544Z[ recovery-image] Aug 14 18:59:07.487 INFO O| Aug 14 18:59:07.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
73982026-08-14T18:59:08.544Z[ recovery-image] Aug 14 18:59:07.487 INFO O| Aug 14 18:59:07.487 INFO STEP 713 (remove_files) COMPLETE
73992026-08-14T18:59:08.544Z[ recovery-image] Aug 14 18:59:07.487 INFO O| Aug 14 18:59:07.487 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-14T18:59:08.553Z[ recovery-image] Aug 14 18:59:07.497 INFO O| Aug 14 18:59:07.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74012026-08-14T18:59:08.553Z[ recovery-image] Aug 14 18:59:07.497 INFO O| Aug 14 18:59:07.497 INFO STEP 714 (remove_files) COMPLETE
74022026-08-14T18:59:08.553Z[ recovery-image] Aug 14 18:59:07.497 INFO O| Aug 14 18:59:07.497 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-14T18:59:08.562Z[ recovery-image] Aug 14 18:59:07.506 INFO O| Aug 14 18:59:07.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74042026-08-14T18:59:08.562Z[ recovery-image] Aug 14 18:59:07.506 INFO O| Aug 14 18:59:07.506 INFO STEP 715 (remove_files) COMPLETE
74052026-08-14T18:59:08.562Z[ recovery-image] Aug 14 18:59:07.506 INFO O| Aug 14 18:59:07.506 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-14T18:59:08.572Z[ recovery-image] Aug 14 18:59:07.516 INFO O| Aug 14 18:59:07.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74072026-08-14T18:59:08.575Z[ recovery-image] Aug 14 18:59:07.517 INFO O| Aug 14 18:59:07.517 INFO STEP 716 (remove_files) COMPLETE
74082026-08-14T18:59:08.575Z[ recovery-image] Aug 14 18:59:07.517 INFO O| Aug 14 18:59:07.517 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-14T18:59:08.582Z[ recovery-image] Aug 14 18:59:07.526 INFO O| Aug 14 18:59:07.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74102026-08-14T18:59:08.582Z[ recovery-image] Aug 14 18:59:07.526 INFO O| Aug 14 18:59:07.526 INFO STEP 717 (remove_files) COMPLETE
74112026-08-14T18:59:08.582Z[ recovery-image] Aug 14 18:59:07.526 INFO O| Aug 14 18:59:07.526 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-14T18:59:08.592Z[ recovery-image] Aug 14 18:59:07.535 INFO O| Aug 14 18:59:07.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74132026-08-14T18:59:08.592Z[ recovery-image] Aug 14 18:59:07.535 INFO O| Aug 14 18:59:07.535 INFO STEP 718 (remove_files) COMPLETE
74142026-08-14T18:59:08.592Z[ recovery-image] Aug 14 18:59:07.535 INFO O| Aug 14 18:59:07.535 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-14T18:59:08.602Z[ recovery-image] Aug 14 18:59:07.546 INFO O| Aug 14 18:59:07.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74162026-08-14T18:59:08.602Z[ recovery-image] Aug 14 18:59:07.546 INFO O| Aug 14 18:59:07.546 INFO STEP 719 (remove_files) COMPLETE
74172026-08-14T18:59:08.602Z[ recovery-image] Aug 14 18:59:07.546 INFO O| Aug 14 18:59:07.546 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-14T18:59:08.612Z[ recovery-image] Aug 14 18:59:07.555 INFO O| Aug 14 18:59:07.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74192026-08-14T18:59:08.612Z[ recovery-image] Aug 14 18:59:07.555 INFO O| Aug 14 18:59:07.555 INFO STEP 720 (remove_files) COMPLETE
74202026-08-14T18:59:08.612Z[ recovery-image] Aug 14 18:59:07.555 INFO O| Aug 14 18:59:07.555 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-14T18:59:08.623Z[ recovery-image] Aug 14 18:59:07.566 INFO O| Aug 14 18:59:07.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74222026-08-14T18:59:08.623Z[ recovery-image] Aug 14 18:59:07.566 INFO O| Aug 14 18:59:07.566 INFO STEP 721 (remove_files) COMPLETE
74232026-08-14T18:59:08.623Z[ recovery-image] Aug 14 18:59:07.566 INFO O| Aug 14 18:59:07.566 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-14T18:59:08.632Z[ recovery-image] Aug 14 18:59:07.576 INFO O| Aug 14 18:59:07.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74252026-08-14T18:59:08.632Z[ recovery-image] Aug 14 18:59:07.576 INFO O| Aug 14 18:59:07.576 INFO STEP 722 (remove_files) COMPLETE
74262026-08-14T18:59:08.632Z[ recovery-image] Aug 14 18:59:07.576 INFO O| Aug 14 18:59:07.576 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-14T18:59:08.642Z[ recovery-image] Aug 14 18:59:07.585 INFO O| Aug 14 18:59:07.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74282026-08-14T18:59:08.642Z[ recovery-image] Aug 14 18:59:07.586 INFO O| Aug 14 18:59:07.585 INFO STEP 723 (remove_files) COMPLETE
74292026-08-14T18:59:08.642Z[ recovery-image] Aug 14 18:59:07.586 INFO O| Aug 14 18:59:07.585 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-14T18:59:08.652Z[ recovery-image] Aug 14 18:59:07.595 INFO O| Aug 14 18:59:07.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74312026-08-14T18:59:08.652Z[ recovery-image] Aug 14 18:59:07.595 INFO O| Aug 14 18:59:07.595 INFO STEP 724 (remove_files) COMPLETE
74322026-08-14T18:59:08.652Z[ recovery-image] Aug 14 18:59:07.595 INFO O| Aug 14 18:59:07.595 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-14T18:59:08.662Z[ recovery-image] Aug 14 18:59:07.606 INFO O| Aug 14 18:59:07.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74342026-08-14T18:59:08.662Z[ recovery-image] Aug 14 18:59:07.606 INFO O| Aug 14 18:59:07.606 INFO STEP 725 (remove_files) COMPLETE
74352026-08-14T18:59:08.662Z[ recovery-image] Aug 14 18:59:07.606 INFO O| Aug 14 18:59:07.606 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-14T18:59:08.671Z[ recovery-image] Aug 14 18:59:07.615 INFO O| Aug 14 18:59:07.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74372026-08-14T18:59:08.671Z[ recovery-image] Aug 14 18:59:07.615 INFO O| Aug 14 18:59:07.615 INFO STEP 726 (remove_files) COMPLETE
74382026-08-14T18:59:08.671Z[ recovery-image] Aug 14 18:59:07.615 INFO O| Aug 14 18:59:07.615 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-14T18:59:08.681Z[ recovery-image] Aug 14 18:59:07.624 INFO O| Aug 14 18:59:07.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74402026-08-14T18:59:08.686Z[ recovery-image] Aug 14 18:59:07.625 INFO O| Aug 14 18:59:07.625 INFO STEP 727 (remove_files) COMPLETE
74412026-08-14T18:59:08.687Z[ recovery-image] Aug 14 18:59:07.625 INFO O| Aug 14 18:59:07.625 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-14T18:59:08.691Z[ recovery-image] Aug 14 18:59:07.634 INFO O| Aug 14 18:59:07.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74432026-08-14T18:59:08.691Z[ recovery-image] Aug 14 18:59:07.634 INFO O| Aug 14 18:59:07.634 INFO STEP 728 (remove_files) COMPLETE
74442026-08-14T18:59:08.691Z[ recovery-image] Aug 14 18:59:07.634 INFO O| Aug 14 18:59:07.634 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-14T18:59:08.701Z[ recovery-image] Aug 14 18:59:07.644 INFO O| Aug 14 18:59:07.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74462026-08-14T18:59:08.701Z[ recovery-image] Aug 14 18:59:07.644 INFO O| Aug 14 18:59:07.644 INFO STEP 729 (remove_files) COMPLETE
74472026-08-14T18:59:08.701Z[ recovery-image] Aug 14 18:59:07.644 INFO O| Aug 14 18:59:07.644 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-14T18:59:08.712Z[ recovery-image] Aug 14 18:59:07.655 INFO O| Aug 14 18:59:07.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74492026-08-14T18:59:08.712Z[ recovery-image] Aug 14 18:59:07.656 INFO O| Aug 14 18:59:07.655 INFO STEP 730 (remove_files) COMPLETE
74502026-08-14T18:59:08.712Z[ recovery-image] Aug 14 18:59:07.656 INFO O| Aug 14 18:59:07.656 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-14T18:59:08.722Z[ recovery-image] Aug 14 18:59:07.664 INFO O| Aug 14 18:59:07.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74522026-08-14T18:59:08.722Z[ recovery-image] Aug 14 18:59:07.664 INFO O| Aug 14 18:59:07.664 INFO STEP 731 (remove_files) COMPLETE
74532026-08-14T18:59:08.723Z[ recovery-image] Aug 14 18:59:07.664 INFO O| Aug 14 18:59:07.664 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-14T18:59:08.729Z[ recovery-image] Aug 14 18:59:07.673 INFO O| Aug 14 18:59:07.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74552026-08-14T18:59:08.729Z[ recovery-image] Aug 14 18:59:07.673 INFO O| Aug 14 18:59:07.673 INFO STEP 732 (remove_files) COMPLETE
74562026-08-14T18:59:08.729Z[ recovery-image] Aug 14 18:59:07.673 INFO O| Aug 14 18:59:07.673 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-14T18:59:08.739Z[ recovery-image] Aug 14 18:59:07.683 INFO O| Aug 14 18:59:07.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74582026-08-14T18:59:08.739Z[ recovery-image] Aug 14 18:59:07.683 INFO O| Aug 14 18:59:07.683 INFO STEP 733 (remove_files) COMPLETE
74592026-08-14T18:59:08.739Z[ recovery-image] Aug 14 18:59:07.683 INFO O| Aug 14 18:59:07.683 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-14T18:59:08.748Z[ recovery-image] Aug 14 18:59:07.692 INFO O| Aug 14 18:59:07.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74612026-08-14T18:59:08.748Z[ recovery-image] Aug 14 18:59:07.692 INFO O| Aug 14 18:59:07.692 INFO STEP 734 (remove_files) COMPLETE
74622026-08-14T18:59:08.752Z[ recovery-image] Aug 14 18:59:07.692 INFO O| Aug 14 18:59:07.692 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-14T18:59:08.757Z[ recovery-image] Aug 14 18:59:07.701 INFO O| Aug 14 18:59:07.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74642026-08-14T18:59:08.757Z[ recovery-image] Aug 14 18:59:07.701 INFO O| Aug 14 18:59:07.701 INFO STEP 735 (remove_files) COMPLETE
74652026-08-14T18:59:08.758Z[ recovery-image] Aug 14 18:59:07.701 INFO O| Aug 14 18:59:07.701 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-14T18:59:08.766Z[ recovery-image] Aug 14 18:59:07.710 INFO O| Aug 14 18:59:07.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74672026-08-14T18:59:08.766Z[ recovery-image] Aug 14 18:59:07.710 INFO O| Aug 14 18:59:07.710 INFO STEP 736 (remove_files) COMPLETE
74682026-08-14T18:59:08.766Z[ recovery-image] Aug 14 18:59:07.710 INFO O| Aug 14 18:59:07.710 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-14T18:59:08.777Z[ recovery-image] Aug 14 18:59:07.721 INFO O| Aug 14 18:59:07.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74702026-08-14T18:59:08.777Z[ recovery-image] Aug 14 18:59:07.721 INFO O| Aug 14 18:59:07.721 INFO STEP 737 (remove_files) COMPLETE
74712026-08-14T18:59:08.778Z[ recovery-image] Aug 14 18:59:07.721 INFO O| Aug 14 18:59:07.721 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-14T18:59:08.787Z[ recovery-image] Aug 14 18:59:07.730 INFO O| Aug 14 18:59:07.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74732026-08-14T18:59:08.787Z[ recovery-image] Aug 14 18:59:07.730 INFO O| Aug 14 18:59:07.730 INFO STEP 738 (remove_files) COMPLETE
74742026-08-14T18:59:08.787Z[ recovery-image] Aug 14 18:59:07.730 INFO O| Aug 14 18:59:07.730 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-14T18:59:08.795Z[ recovery-image] Aug 14 18:59:07.739 INFO O| Aug 14 18:59:07.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74762026-08-14T18:59:08.795Z[ recovery-image] Aug 14 18:59:07.739 INFO O| Aug 14 18:59:07.739 INFO STEP 739 (remove_files) COMPLETE
74772026-08-14T18:59:08.799Z[ recovery-image] Aug 14 18:59:07.739 INFO O| Aug 14 18:59:07.739 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-14T18:59:08.804Z[ recovery-image] Aug 14 18:59:07.748 INFO O| Aug 14 18:59:07.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74792026-08-14T18:59:08.804Z[ recovery-image] Aug 14 18:59:07.748 INFO O| Aug 14 18:59:07.748 INFO STEP 740 (remove_files) COMPLETE
74802026-08-14T18:59:08.804Z[ recovery-image] Aug 14 18:59:07.748 INFO O| Aug 14 18:59:07.748 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-14T18:59:08.815Z[ recovery-image] Aug 14 18:59:07.759 INFO O| Aug 14 18:59:07.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74822026-08-14T18:59:08.815Z[ recovery-image] Aug 14 18:59:07.759 INFO O| Aug 14 18:59:07.759 INFO STEP 741 (remove_files) COMPLETE
74832026-08-14T18:59:08.819Z[ recovery-image] Aug 14 18:59:07.759 INFO O| Aug 14 18:59:07.759 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-14T18:59:08.825Z[ recovery-image] Aug 14 18:59:07.768 INFO O| Aug 14 18:59:07.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74852026-08-14T18:59:08.825Z[ recovery-image] Aug 14 18:59:07.768 INFO O| Aug 14 18:59:07.768 INFO STEP 742 (remove_files) COMPLETE
74862026-08-14T18:59:08.828Z[ recovery-image] Aug 14 18:59:07.768 INFO O| Aug 14 18:59:07.768 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-14T18:59:08.828Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
74882026-08-14T18:59:08.835Z[ recovery-image] Aug 14 18:59:07.779 INFO O| Aug 14 18:59:07.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74892026-08-14T18:59:08.835Z[ recovery-image] Aug 14 18:59:07.779 INFO O| Aug 14 18:59:07.779 INFO STEP 743 (remove_files) COMPLETE
74902026-08-14T18:59:08.835Z[ recovery-image] Aug 14 18:59:07.779 INFO O| Aug 14 18:59:07.779 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-14T18:59:08.847Z[ recovery-image] Aug 14 18:59:07.790 INFO O| Aug 14 18:59:07.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
74922026-08-14T18:59:08.847Z[ recovery-image] Aug 14 18:59:07.790 INFO O| Aug 14 18:59:07.790 INFO STEP 744 (remove_files) COMPLETE
74932026-08-14T18:59:08.851Z[ recovery-image] Aug 14 18:59:07.790 INFO O| Aug 14 18:59:07.790 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-14T18:59:08.857Z[ recovery-image] Aug 14 18:59:07.801 INFO O| Aug 14 18:59:07.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
74952026-08-14T18:59:08.857Z[ recovery-image] Aug 14 18:59:07.801 INFO O| Aug 14 18:59:07.801 INFO STEP 745 (remove_files) COMPLETE
74962026-08-14T18:59:08.857Z[ recovery-image] Aug 14 18:59:07.801 INFO O| Aug 14 18:59:07.801 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-14T18:59:08.867Z[ recovery-image] Aug 14 18:59:07.811 INFO O| Aug 14 18:59:07.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
74982026-08-14T18:59:08.867Z[ recovery-image] Aug 14 18:59:07.811 INFO O| Aug 14 18:59:07.811 INFO STEP 746 (remove_files) COMPLETE
74992026-08-14T18:59:08.871Z[ recovery-image] Aug 14 18:59:07.811 INFO O| Aug 14 18:59:07.811 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-14T18:59:08.877Z[ recovery-image] Aug 14 18:59:07.821 INFO O| Aug 14 18:59:07.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75012026-08-14T18:59:08.877Z[ recovery-image] Aug 14 18:59:07.821 INFO O| Aug 14 18:59:07.821 INFO STEP 747 (remove_files) COMPLETE
75022026-08-14T18:59:08.878Z[ recovery-image] Aug 14 18:59:07.821 INFO O| Aug 14 18:59:07.821 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-14T18:59:08.888Z[ recovery-image] Aug 14 18:59:07.831 INFO O| Aug 14 18:59:07.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75042026-08-14T18:59:08.888Z[ recovery-image] Aug 14 18:59:07.831 INFO O| Aug 14 18:59:07.831 INFO STEP 748 (remove_files) COMPLETE
75052026-08-14T18:59:08.888Z[ recovery-image] Aug 14 18:59:07.831 INFO O| Aug 14 18:59:07.831 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-14T18:59:08.898Z[ recovery-image] Aug 14 18:59:07.842 INFO O| Aug 14 18:59:07.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75072026-08-14T18:59:08.898Z[ recovery-image] Aug 14 18:59:07.842 INFO O| Aug 14 18:59:07.842 INFO STEP 749 (remove_files) COMPLETE
75082026-08-14T18:59:08.898Z[ recovery-image] Aug 14 18:59:07.842 INFO O| Aug 14 18:59:07.842 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-14T18:59:08.912Z[ recovery-image] Aug 14 18:59:07.853 INFO O| Aug 14 18:59:07.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75102026-08-14T18:59:08.912Z[ recovery-image] Aug 14 18:59:07.853 INFO O| Aug 14 18:59:07.853 INFO STEP 750 (remove_files) COMPLETE
75112026-08-14T18:59:08.913Z[ recovery-image] Aug 14 18:59:07.853 INFO O| Aug 14 18:59:07.853 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-14T18:59:08.920Z[ recovery-image] Aug 14 18:59:07.863 INFO O| Aug 14 18:59:07.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75132026-08-14T18:59:08.920Z[ recovery-image] Aug 14 18:59:07.863 INFO O| Aug 14 18:59:07.863 INFO STEP 751 (remove_files) COMPLETE
75142026-08-14T18:59:08.920Z[ recovery-image] Aug 14 18:59:07.863 INFO O| Aug 14 18:59:07.863 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-14T18:59:08.930Z[ recovery-image] Aug 14 18:59:07.874 INFO O| Aug 14 18:59:07.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75162026-08-14T18:59:08.931Z[ recovery-image] Aug 14 18:59:07.874 INFO O| Aug 14 18:59:07.874 INFO STEP 752 (remove_files) COMPLETE
75172026-08-14T18:59:08.934Z[ recovery-image] Aug 14 18:59:07.874 INFO O| Aug 14 18:59:07.874 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-14T18:59:08.941Z[ recovery-image] Aug 14 18:59:07.884 INFO O| Aug 14 18:59:07.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75192026-08-14T18:59:08.941Z[ recovery-image] Aug 14 18:59:07.885 INFO O| Aug 14 18:59:07.884 INFO STEP 753 (remove_files) COMPLETE
75202026-08-14T18:59:08.945Z[ recovery-image] Aug 14 18:59:07.885 INFO O| Aug 14 18:59:07.884 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-14T18:59:08.951Z[ recovery-image] Aug 14 18:59:07.895 INFO O| Aug 14 18:59:07.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75222026-08-14T18:59:08.951Z[ recovery-image] Aug 14 18:59:07.895 INFO O| Aug 14 18:59:07.895 INFO STEP 754 (remove_files) COMPLETE
75232026-08-14T18:59:08.951Z[ recovery-image] Aug 14 18:59:07.895 INFO O| Aug 14 18:59:07.895 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-14T18:59:08.962Z[ recovery-image] Aug 14 18:59:07.905 INFO O| Aug 14 18:59:07.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75252026-08-14T18:59:08.962Z[ recovery-image] Aug 14 18:59:07.905 INFO O| Aug 14 18:59:07.905 INFO STEP 755 (remove_files) COMPLETE
75262026-08-14T18:59:08.962Z[ recovery-image] Aug 14 18:59:07.905 INFO O| Aug 14 18:59:07.905 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-14T18:59:08.972Z[ recovery-image] Aug 14 18:59:07.915 INFO O| Aug 14 18:59:07.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75282026-08-14T18:59:08.972Z[ recovery-image] Aug 14 18:59:07.915 INFO O| Aug 14 18:59:07.915 INFO STEP 756 (remove_files) COMPLETE
75292026-08-14T18:59:08.972Z[ recovery-image] Aug 14 18:59:07.915 INFO O| Aug 14 18:59:07.915 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-14T18:59:08.983Z[ recovery-image] Aug 14 18:59:07.926 INFO O| Aug 14 18:59:07.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75312026-08-14T18:59:08.983Z[ recovery-image] Aug 14 18:59:07.926 INFO O| Aug 14 18:59:07.926 INFO STEP 757 (remove_files) COMPLETE
75322026-08-14T18:59:08.983Z[ recovery-image] Aug 14 18:59:07.926 INFO O| Aug 14 18:59:07.926 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-14T18:59:08.995Z[ recovery-image] Aug 14 18:59:07.938 INFO O| Aug 14 18:59:07.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75342026-08-14T18:59:08.999Z[ recovery-image] Aug 14 18:59:07.939 INFO O| Aug 14 18:59:07.939 INFO STEP 758 (remove_files) COMPLETE
75352026-08-14T18:59:08.999Z[ recovery-image] Aug 14 18:59:07.939 INFO O| Aug 14 18:59:07.939 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-14T18:59:09.006Z[ recovery-image] Aug 14 18:59:07.949 INFO O| Aug 14 18:59:07.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75372026-08-14T18:59:09.006Z[ recovery-image] Aug 14 18:59:07.949 INFO O| Aug 14 18:59:07.949 INFO STEP 759 (remove_files) COMPLETE
75382026-08-14T18:59:09.006Z[ recovery-image] Aug 14 18:59:07.949 INFO O| Aug 14 18:59:07.949 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-14T18:59:09.016Z[ recovery-image] Aug 14 18:59:07.959 INFO O| Aug 14 18:59:07.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75402026-08-14T18:59:09.016Z[ recovery-image] Aug 14 18:59:07.960 INFO O| Aug 14 18:59:07.959 INFO STEP 760 (remove_files) COMPLETE
75412026-08-14T18:59:09.016Z[ recovery-image] Aug 14 18:59:07.960 INFO O| Aug 14 18:59:07.960 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-14T18:59:09.026Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
75432026-08-14T18:59:09.063Z[ recovery-image] Aug 14 18:59:07.970 INFO O| Aug 14 18:59:07.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75442026-08-14T18:59:09.063Z[ recovery-image] Aug 14 18:59:07.970 INFO O| Aug 14 18:59:07.970 INFO STEP 761 (remove_files) COMPLETE
75452026-08-14T18:59:09.063Z[ recovery-image] Aug 14 18:59:07.970 INFO O| Aug 14 18:59:07.970 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-08-14T18:59:09.067Z[ recovery-image] Aug 14 18:59:07.981 INFO O| Aug 14 18:59:07.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75472026-08-14T18:59:09.067Z[ recovery-image] Aug 14 18:59:07.982 INFO O| Aug 14 18:59:07.981 INFO STEP 762 (remove_files) COMPLETE
75482026-08-14T18:59:09.067Z[ recovery-image] Aug 14 18:59:07.982 INFO O| Aug 14 18:59:07.982 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-08-14T18:59:09.067Z[ recovery-image] Aug 14 18:59:07.991 INFO O| Aug 14 18:59:07.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75502026-08-14T18:59:09.067Z[ recovery-image] Aug 14 18:59:07.991 INFO O| Aug 14 18:59:07.991 INFO STEP 763 (remove_files) COMPLETE
75512026-08-14T18:59:09.067Z[ recovery-image] Aug 14 18:59:07.991 INFO O| Aug 14 18:59:07.991 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-08-14T18:59:09.067Z[ recovery-image] Aug 14 18:59:08.001 INFO O| Aug 14 18:59:08.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75532026-08-14T18:59:09.067Z[ recovery-image] Aug 14 18:59:08.001 INFO O| Aug 14 18:59:08.001 INFO STEP 764 (remove_files) COMPLETE
75542026-08-14T18:59:09.067Z[ recovery-image] Aug 14 18:59:08.001 INFO O| Aug 14 18:59:08.001 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-08-14T18:59:09.071Z[ recovery-image] Aug 14 18:59:08.010 INFO O| Aug 14 18:59:08.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75562026-08-14T18:59:09.071Z[ recovery-image] Aug 14 18:59:08.010 INFO O| Aug 14 18:59:08.010 INFO STEP 765 (remove_files) COMPLETE
75572026-08-14T18:59:09.071Z[ recovery-image] Aug 14 18:59:08.010 INFO O| Aug 14 18:59:08.010 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-08-14T18:59:09.095Z[ recovery-image] Aug 14 18:59:08.037 INFO O| Aug 14 18:59:08.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75592026-08-14T18:59:09.095Z[ recovery-image] Aug 14 18:59:08.037 INFO O| Aug 14 18:59:08.037 INFO STEP 766 (remove_files) COMPLETE
75602026-08-14T18:59:09.095Z[ recovery-image] Aug 14 18:59:08.037 INFO O| Aug 14 18:59:08.037 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-08-14T18:59:09.104Z[ recovery-image] Aug 14 18:59:08.046 INFO O| Aug 14 18:59:08.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75622026-08-14T18:59:09.104Z[ recovery-image] Aug 14 18:59:08.046 INFO O| Aug 14 18:59:08.046 INFO STEP 767 (remove_files) COMPLETE
75632026-08-14T18:59:09.104Z[ recovery-image] Aug 14 18:59:08.046 INFO O| Aug 14 18:59:08.046 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-14T18:59:09.113Z[ recovery-image] Aug 14 18:59:08.056 INFO O| Aug 14 18:59:08.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75652026-08-14T18:59:09.113Z[ recovery-image] Aug 14 18:59:08.056 INFO O| Aug 14 18:59:08.056 INFO STEP 768 (remove_files) COMPLETE
75662026-08-14T18:59:09.113Z[ recovery-image] Aug 14 18:59:08.056 INFO O| Aug 14 18:59:08.056 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-14T18:59:09.122Z[ recovery-image] Aug 14 18:59:08.065 INFO O| Aug 14 18:59:08.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75682026-08-14T18:59:09.122Z[ recovery-image] Aug 14 18:59:08.065 INFO O| Aug 14 18:59:08.065 INFO STEP 769 (remove_files) COMPLETE
75692026-08-14T18:59:09.122Z[ recovery-image] Aug 14 18:59:08.066 INFO O| Aug 14 18:59:08.065 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-14T18:59:09.133Z[ recovery-image] Aug 14 18:59:08.076 INFO O| Aug 14 18:59:08.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75712026-08-14T18:59:09.133Z[ recovery-image] Aug 14 18:59:08.076 INFO O| Aug 14 18:59:08.076 INFO STEP 770 (remove_files) COMPLETE
75722026-08-14T18:59:09.136Z[ recovery-image] Aug 14 18:59:08.076 INFO O| Aug 14 18:59:08.076 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-14T18:59:09.141Z[verify-libraries] Compiling fs-err v2.11.0
75742026-08-14T18:59:09.145Z[ recovery-image] Aug 14 18:59:08.086 INFO O| Aug 14 18:59:08.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75752026-08-14T18:59:09.145Z[ recovery-image] Aug 14 18:59:08.086 INFO O| Aug 14 18:59:08.086 INFO STEP 771 (remove_files) COMPLETE
75762026-08-14T18:59:09.145Z[ recovery-image] Aug 14 18:59:08.086 INFO O| Aug 14 18:59:08.086 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-14T18:59:09.153Z[ recovery-image] Aug 14 18:59:08.096 INFO O| Aug 14 18:59:08.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75782026-08-14T18:59:09.153Z[ recovery-image] Aug 14 18:59:08.096 INFO O| Aug 14 18:59:08.096 INFO STEP 772 (remove_files) COMPLETE
75792026-08-14T18:59:09.153Z[ recovery-image] Aug 14 18:59:08.096 INFO O| Aug 14 18:59:08.096 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-14T18:59:09.163Z[ recovery-image] Aug 14 18:59:08.107 INFO O| Aug 14 18:59:08.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75812026-08-14T18:59:09.163Z[ recovery-image] Aug 14 18:59:08.107 INFO O| Aug 14 18:59:08.107 INFO STEP 773 (remove_files) COMPLETE
75822026-08-14T18:59:09.163Z[ recovery-image] Aug 14 18:59:08.107 INFO O| Aug 14 18:59:08.107 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-14T18:59:09.174Z[ recovery-image] Aug 14 18:59:08.118 INFO O| Aug 14 18:59:08.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75842026-08-14T18:59:09.174Z[ recovery-image] Aug 14 18:59:08.118 INFO O| Aug 14 18:59:08.118 INFO STEP 774 (remove_files) COMPLETE
75852026-08-14T18:59:09.174Z[ recovery-image] Aug 14 18:59:08.118 INFO O| Aug 14 18:59:08.118 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-14T18:59:09.184Z[ recovery-image] Aug 14 18:59:08.128 INFO O| Aug 14 18:59:08.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75872026-08-14T18:59:09.184Z[ recovery-image] Aug 14 18:59:08.128 INFO O| Aug 14 18:59:08.128 INFO STEP 775 (remove_files) COMPLETE
75882026-08-14T18:59:09.184Z[ recovery-image] Aug 14 18:59:08.128 INFO O| Aug 14 18:59:08.128 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-14T18:59:09.194Z[ recovery-image] Aug 14 18:59:08.137 INFO O| Aug 14 18:59:08.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75902026-08-14T18:59:09.194Z[ recovery-image] Aug 14 18:59:08.137 INFO O| Aug 14 18:59:08.137 INFO STEP 776 (remove_files) COMPLETE
75912026-08-14T18:59:09.194Z[ recovery-image] Aug 14 18:59:08.137 INFO O| Aug 14 18:59:08.137 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-14T18:59:09.203Z[ recovery-image] Aug 14 18:59:08.147 INFO O| Aug 14 18:59:08.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
75932026-08-14T18:59:09.204Z[ recovery-image] Aug 14 18:59:08.147 INFO O| Aug 14 18:59:08.147 INFO STEP 777 (remove_files) COMPLETE
75942026-08-14T18:59:09.207Z[ recovery-image] Aug 14 18:59:08.147 INFO O| Aug 14 18:59:08.147 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-14T18:59:09.213Z[ recovery-image] Aug 14 18:59:08.156 INFO O| Aug 14 18:59:08.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
75962026-08-14T18:59:09.213Z[ recovery-image] Aug 14 18:59:08.157 INFO O| Aug 14 18:59:08.156 INFO STEP 778 (remove_files) COMPLETE
75972026-08-14T18:59:09.213Z[ recovery-image] Aug 14 18:59:08.157 INFO O| Aug 14 18:59:08.157 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-14T18:59:09.222Z[ recovery-image] Aug 14 18:59:08.166 INFO O| Aug 14 18:59:08.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
75992026-08-14T18:59:09.222Z[ recovery-image] Aug 14 18:59:08.166 INFO O| Aug 14 18:59:08.166 INFO STEP 779 (remove_files) COMPLETE
76002026-08-14T18:59:09.226Z[ recovery-image] Aug 14 18:59:08.166 INFO O| Aug 14 18:59:08.166 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-14T18:59:09.232Z[ recovery-image] Aug 14 18:59:08.176 INFO O| Aug 14 18:59:08.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76022026-08-14T18:59:09.232Z[ recovery-image] Aug 14 18:59:08.176 INFO O| Aug 14 18:59:08.176 INFO STEP 780 (remove_files) COMPLETE
76032026-08-14T18:59:09.232Z[ recovery-image] Aug 14 18:59:08.176 INFO O| Aug 14 18:59:08.176 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-14T18:59:09.242Z[ recovery-image] Aug 14 18:59:08.186 INFO O| Aug 14 18:59:08.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76052026-08-14T18:59:09.242Z[ recovery-image] Aug 14 18:59:08.186 INFO O| Aug 14 18:59:08.186 INFO STEP 781 (remove_files) COMPLETE
76062026-08-14T18:59:09.242Z[ recovery-image] Aug 14 18:59:08.186 INFO O| Aug 14 18:59:08.186 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-14T18:59:09.252Z[ recovery-image] Aug 14 18:59:08.196 INFO O| Aug 14 18:59:08.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76082026-08-14T18:59:09.252Z[ recovery-image] Aug 14 18:59:08.196 INFO O| Aug 14 18:59:08.196 INFO STEP 782 (remove_files) COMPLETE
76092026-08-14T18:59:09.252Z[ recovery-image] Aug 14 18:59:08.196 INFO O| Aug 14 18:59:08.196 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-14T18:59:09.264Z[ recovery-image] Aug 14 18:59:08.207 INFO O| Aug 14 18:59:08.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76112026-08-14T18:59:09.264Z[ recovery-image] Aug 14 18:59:08.207 INFO O| Aug 14 18:59:08.207 INFO STEP 783 (remove_files) COMPLETE
76122026-08-14T18:59:09.264Z[ recovery-image] Aug 14 18:59:08.208 INFO O| Aug 14 18:59:08.207 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-14T18:59:09.274Z[ recovery-image] Aug 14 18:59:08.218 INFO O| Aug 14 18:59:08.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76142026-08-14T18:59:09.274Z[ recovery-image] Aug 14 18:59:08.218 INFO O| Aug 14 18:59:08.218 INFO STEP 784 (remove_files) COMPLETE
76152026-08-14T18:59:09.274Z[ recovery-image] Aug 14 18:59:08.218 INFO O| Aug 14 18:59:08.218 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-14T18:59:09.285Z[ recovery-image] Aug 14 18:59:08.228 INFO O| Aug 14 18:59:08.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76172026-08-14T18:59:09.285Z[ recovery-image] Aug 14 18:59:08.228 INFO O| Aug 14 18:59:08.228 INFO STEP 785 (remove_files) COMPLETE
76182026-08-14T18:59:09.285Z[ recovery-image] Aug 14 18:59:08.228 INFO O| Aug 14 18:59:08.228 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-14T18:59:09.295Z[ recovery-image] Aug 14 18:59:08.239 INFO O| Aug 14 18:59:08.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76202026-08-14T18:59:09.295Z[ recovery-image] Aug 14 18:59:08.239 INFO O| Aug 14 18:59:08.239 INFO STEP 786 (remove_files) COMPLETE
76212026-08-14T18:59:09.295Z[ recovery-image] Aug 14 18:59:08.239 INFO O| Aug 14 18:59:08.239 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-14T18:59:09.306Z[ recovery-image] Aug 14 18:59:08.250 INFO O| Aug 14 18:59:08.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76232026-08-14T18:59:09.306Z[ recovery-image] Aug 14 18:59:08.250 INFO O| Aug 14 18:59:08.250 INFO STEP 787 (remove_files) COMPLETE
76242026-08-14T18:59:09.306Z[ recovery-image] Aug 14 18:59:08.250 INFO O| Aug 14 18:59:08.250 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-14T18:59:09.317Z[ recovery-image] Aug 14 18:59:08.260 INFO O| Aug 14 18:59:08.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76262026-08-14T18:59:09.317Z[ recovery-image] Aug 14 18:59:08.260 INFO O| Aug 14 18:59:08.260 INFO STEP 788 (remove_files) COMPLETE
76272026-08-14T18:59:09.317Z[ recovery-image] Aug 14 18:59:08.260 INFO O| Aug 14 18:59:08.260 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-14T18:59:09.328Z[ recovery-image] Aug 14 18:59:08.271 INFO O| Aug 14 18:59:08.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76292026-08-14T18:59:09.328Z[ recovery-image] Aug 14 18:59:08.271 INFO O| Aug 14 18:59:08.271 INFO STEP 789 (remove_files) COMPLETE
76302026-08-14T18:59:09.328Z[ recovery-image] Aug 14 18:59:08.271 INFO O| Aug 14 18:59:08.271 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-14T18:59:09.339Z[ recovery-image] Aug 14 18:59:08.283 INFO O| Aug 14 18:59:08.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76322026-08-14T18:59:09.339Z[ recovery-image] Aug 14 18:59:08.283 INFO O| Aug 14 18:59:08.283 INFO STEP 790 (remove_files) COMPLETE
76332026-08-14T18:59:09.339Z[ recovery-image] Aug 14 18:59:08.283 INFO O| Aug 14 18:59:08.283 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-14T18:59:09.351Z[ recovery-image] Aug 14 18:59:08.293 INFO O| Aug 14 18:59:08.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76352026-08-14T18:59:09.351Z[ recovery-image] Aug 14 18:59:08.293 INFO O| Aug 14 18:59:08.293 INFO STEP 791 (remove_files) COMPLETE
76362026-08-14T18:59:09.351Z[ recovery-image] Aug 14 18:59:08.293 INFO O| Aug 14 18:59:08.293 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-08-14T18:59:09.358Z[ recovery-image] Aug 14 18:59:08.301 INFO O| Aug 14 18:59:08.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76382026-08-14T18:59:09.362Z[ recovery-image] Aug 14 18:59:08.302 INFO O| Aug 14 18:59:08.302 INFO STEP 792 (remove_files) COMPLETE
76392026-08-14T18:59:09.362Z[ recovery-image] Aug 14 18:59:08.302 INFO O| Aug 14 18:59:08.302 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-08-14T18:59:09.367Z[ recovery-image] Aug 14 18:59:08.310 INFO O| Aug 14 18:59:08.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76412026-08-14T18:59:09.371Z[ recovery-image] Aug 14 18:59:08.311 INFO O| Aug 14 18:59:08.311 INFO STEP 793 (remove_files) COMPLETE
76422026-08-14T18:59:09.371Z[ recovery-image] Aug 14 18:59:08.311 INFO O| Aug 14 18:59:08.311 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-08-14T18:59:09.376Z[ recovery-image] Aug 14 18:59:08.320 INFO O| Aug 14 18:59:08.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76442026-08-14T18:59:09.377Z[ recovery-image] Aug 14 18:59:08.320 INFO O| Aug 14 18:59:08.320 INFO STEP 794 (remove_files) COMPLETE
76452026-08-14T18:59:09.380Z[ recovery-image] Aug 14 18:59:08.320 INFO O| Aug 14 18:59:08.320 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-08-14T18:59:09.384Z[ recovery-image] Aug 14 18:59:08.328 INFO O| Aug 14 18:59:08.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76472026-08-14T18:59:09.384Z[ recovery-image] Aug 14 18:59:08.328 INFO O| Aug 14 18:59:08.328 INFO STEP 795 (remove_files) COMPLETE
76482026-08-14T18:59:09.384Z[ recovery-image] Aug 14 18:59:08.328 INFO O| Aug 14 18:59:08.328 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-08-14T18:59:09.392Z[ recovery-image] Aug 14 18:59:08.336 INFO O| Aug 14 18:59:08.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76502026-08-14T18:59:09.392Z[ recovery-image] Aug 14 18:59:08.336 INFO O| Aug 14 18:59:08.336 INFO STEP 796 (remove_files) COMPLETE
76512026-08-14T18:59:09.396Z[ recovery-image] Aug 14 18:59:08.336 INFO O| Aug 14 18:59:08.336 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-08-14T18:59:09.400Z[ recovery-image] Aug 14 18:59:08.344 INFO O| Aug 14 18:59:08.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76532026-08-14T18:59:09.400Z[ recovery-image] Aug 14 18:59:08.344 INFO O| Aug 14 18:59:08.344 INFO STEP 797 (remove_files) COMPLETE
76542026-08-14T18:59:09.404Z[ recovery-image] Aug 14 18:59:08.344 INFO O| Aug 14 18:59:08.344 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-08-14T18:59:09.408Z[ recovery-image] Aug 14 18:59:08.352 INFO O| Aug 14 18:59:08.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76562026-08-14T18:59:09.408Z[ recovery-image] Aug 14 18:59:08.352 INFO O| Aug 14 18:59:08.352 INFO STEP 798 (remove_files) COMPLETE
76572026-08-14T18:59:09.411Z[ recovery-image] Aug 14 18:59:08.352 INFO O| Aug 14 18:59:08.352 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-14T18:59:09.417Z[ recovery-image] Aug 14 18:59:08.360 INFO O| Aug 14 18:59:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76592026-08-14T18:59:09.417Z[ recovery-image] Aug 14 18:59:08.360 INFO O| Aug 14 18:59:08.360 INFO STEP 799 (remove_files) COMPLETE
76602026-08-14T18:59:09.417Z[ recovery-image] Aug 14 18:59:08.360 INFO O| Aug 14 18:59:08.360 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-14T18:59:09.449Z[ recovery-image] Aug 14 18:59:08.393 INFO O| Aug 14 18:59:08.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76622026-08-14T18:59:09.449Z[ recovery-image] Aug 14 18:59:08.393 INFO O| Aug 14 18:59:08.393 INFO STEP 800 (remove_files) COMPLETE
76632026-08-14T18:59:09.449Z[ recovery-image] Aug 14 18:59:08.393 INFO O| Aug 14 18:59:08.393 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-14T18:59:09.459Z[ recovery-image] Aug 14 18:59:08.402 INFO O| Aug 14 18:59:08.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76652026-08-14T18:59:09.459Z[ recovery-image] Aug 14 18:59:08.402 INFO O| Aug 14 18:59:08.402 INFO STEP 801 (remove_files) COMPLETE
76662026-08-14T18:59:09.459Z[ recovery-image] Aug 14 18:59:08.402 INFO O| Aug 14 18:59:08.402 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-14T18:59:09.471Z[ recovery-image] Aug 14 18:59:08.414 INFO O| Aug 14 18:59:08.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76682026-08-14T18:59:09.471Z[ recovery-image] Aug 14 18:59:08.414 INFO O| Aug 14 18:59:08.414 INFO STEP 802 (remove_files) COMPLETE
76692026-08-14T18:59:09.471Z[ recovery-image] Aug 14 18:59:08.414 INFO O| Aug 14 18:59:08.414 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-14T18:59:09.480Z[ recovery-image] Aug 14 18:59:08.423 INFO O| Aug 14 18:59:08.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76712026-08-14T18:59:09.480Z[ recovery-image] Aug 14 18:59:08.423 INFO O| Aug 14 18:59:08.423 INFO STEP 803 (remove_files) COMPLETE
76722026-08-14T18:59:09.480Z[ recovery-image] Aug 14 18:59:08.423 INFO O| Aug 14 18:59:08.423 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-14T18:59:09.489Z[ recovery-image] Aug 14 18:59:08.433 INFO O| Aug 14 18:59:08.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76742026-08-14T18:59:09.489Z[ recovery-image] Aug 14 18:59:08.433 INFO O| Aug 14 18:59:08.433 INFO STEP 804 (remove_files) COMPLETE
76752026-08-14T18:59:09.489Z[ recovery-image] Aug 14 18:59:08.433 INFO O| Aug 14 18:59:08.433 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-14T18:59:09.498Z[ recovery-image] Aug 14 18:59:08.441 INFO O| Aug 14 18:59:08.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76772026-08-14T18:59:09.498Z[ recovery-image] Aug 14 18:59:08.442 INFO O| Aug 14 18:59:08.441 INFO STEP 805 (remove_files) COMPLETE
76782026-08-14T18:59:09.502Z[ recovery-image] Aug 14 18:59:08.442 INFO O| Aug 14 18:59:08.442 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-14T18:59:09.507Z[ recovery-image] Aug 14 18:59:08.450 INFO O| Aug 14 18:59:08.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76802026-08-14T18:59:09.507Z[ recovery-image] Aug 14 18:59:08.450 INFO O| Aug 14 18:59:08.450 INFO STEP 806 (remove_files) COMPLETE
76812026-08-14T18:59:09.507Z[ recovery-image] Aug 14 18:59:08.450 INFO O| Aug 14 18:59:08.450 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-14T18:59:09.515Z[ recovery-image] Aug 14 18:59:08.459 INFO O| Aug 14 18:59:08.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76832026-08-14T18:59:09.515Z[ recovery-image] Aug 14 18:59:08.459 INFO O| Aug 14 18:59:08.459 INFO STEP 807 (remove_files) COMPLETE
76842026-08-14T18:59:09.516Z[ recovery-image] Aug 14 18:59:08.459 INFO O| Aug 14 18:59:08.459 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-14T18:59:09.519Z[verify-libraries] Compiling internet-checksum v0.2.1
76862026-08-14T18:59:09.524Z[ recovery-image] Aug 14 18:59:08.468 INFO O| Aug 14 18:59:08.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76872026-08-14T18:59:09.524Z[ recovery-image] Aug 14 18:59:08.468 INFO O| Aug 14 18:59:08.468 INFO STEP 808 (remove_files) COMPLETE
76882026-08-14T18:59:09.524Z[ recovery-image] Aug 14 18:59:08.468 INFO O| Aug 14 18:59:08.468 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-14T18:59:09.534Z[ recovery-image] Aug 14 18:59:08.478 INFO O| Aug 14 18:59:08.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76902026-08-14T18:59:09.534Z[ recovery-image] Aug 14 18:59:08.478 INFO O| Aug 14 18:59:08.478 INFO STEP 809 (remove_files) COMPLETE
76912026-08-14T18:59:09.538Z[ recovery-image] Aug 14 18:59:08.478 INFO O| Aug 14 18:59:08.478 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-14T18:59:09.545Z[ recovery-image] Aug 14 18:59:08.488 INFO O| Aug 14 18:59:08.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
76932026-08-14T18:59:09.545Z[ recovery-image] Aug 14 18:59:08.488 INFO O| Aug 14 18:59:08.488 INFO STEP 810 (remove_files) COMPLETE
76942026-08-14T18:59:09.549Z[ recovery-image] Aug 14 18:59:08.489 INFO O| Aug 14 18:59:08.489 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-14T18:59:09.556Z[ recovery-image] Aug 14 18:59:08.499 INFO O| Aug 14 18:59:08.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
76962026-08-14T18:59:09.556Z[ recovery-image] Aug 14 18:59:08.499 INFO O| Aug 14 18:59:08.499 INFO STEP 811 (remove_files) COMPLETE
76972026-08-14T18:59:09.556Z[ recovery-image] Aug 14 18:59:08.499 INFO O| Aug 14 18:59:08.499 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-14T18:59:09.565Z[ recovery-image] Aug 14 18:59:08.509 INFO O| Aug 14 18:59:08.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
76992026-08-14T18:59:09.565Z[ recovery-image] Aug 14 18:59:08.509 INFO O| Aug 14 18:59:08.509 INFO STEP 812 (remove_files) COMPLETE
77002026-08-14T18:59:09.569Z[ recovery-image] Aug 14 18:59:08.509 INFO O| Aug 14 18:59:08.509 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-14T18:59:09.574Z[ recovery-image] Aug 14 18:59:08.518 INFO O| Aug 14 18:59:08.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77022026-08-14T18:59:09.574Z[ recovery-image] Aug 14 18:59:08.518 INFO O| Aug 14 18:59:08.518 INFO STEP 813 (remove_files) COMPLETE
77032026-08-14T18:59:09.578Z[ recovery-image] Aug 14 18:59:08.518 INFO O| Aug 14 18:59:08.518 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77042026-08-14T18:59:09.585Z[ recovery-image] Aug 14 18:59:08.528 INFO O| Aug 14 18:59:08.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77052026-08-14T18:59:09.585Z[ recovery-image] Aug 14 18:59:08.529 INFO O| Aug 14 18:59:08.529 INFO STEP 814 (remove_files) COMPLETE
77062026-08-14T18:59:09.589Z[ recovery-image] Aug 14 18:59:08.529 INFO O| Aug 14 18:59:08.529 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77072026-08-14T18:59:09.593Z[ recovery-image] Aug 14 18:59:08.537 INFO O| Aug 14 18:59:08.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77082026-08-14T18:59:09.593Z[ recovery-image] Aug 14 18:59:08.537 INFO O| Aug 14 18:59:08.537 INFO STEP 815 (remove_files) COMPLETE
77092026-08-14T18:59:09.597Z[ recovery-image] Aug 14 18:59:08.537 INFO O| Aug 14 18:59:08.537 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77102026-08-14T18:59:09.605Z[ recovery-image] Aug 14 18:59:08.548 INFO O| Aug 14 18:59:08.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77112026-08-14T18:59:09.605Z[ recovery-image] Aug 14 18:59:08.548 INFO O| Aug 14 18:59:08.548 INFO STEP 816 (remove_files) COMPLETE
77122026-08-14T18:59:09.605Z[ recovery-image] Aug 14 18:59:08.548 INFO O| Aug 14 18:59:08.548 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77132026-08-14T18:59:09.615Z[ recovery-image] Aug 14 18:59:08.559 INFO O| Aug 14 18:59:08.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77142026-08-14T18:59:09.615Z[ recovery-image] Aug 14 18:59:08.559 INFO O| Aug 14 18:59:08.559 INFO STEP 817 (remove_files) COMPLETE
77152026-08-14T18:59:09.615Z[ recovery-image] Aug 14 18:59:08.559 INFO O| Aug 14 18:59:08.559 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77162026-08-14T18:59:09.627Z[ recovery-image] Aug 14 18:59:08.570 INFO O| Aug 14 18:59:08.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77172026-08-14T18:59:09.627Z[ recovery-image] Aug 14 18:59:08.570 INFO O| Aug 14 18:59:08.570 INFO STEP 818 (remove_files) COMPLETE
77182026-08-14T18:59:09.627Z[ recovery-image] Aug 14 18:59:08.570 INFO O| Aug 14 18:59:08.570 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77192026-08-14T18:59:09.638Z[ recovery-image] Aug 14 18:59:08.582 INFO O| Aug 14 18:59:08.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77202026-08-14T18:59:09.638Z[ recovery-image] Aug 14 18:59:08.582 INFO O| Aug 14 18:59:08.582 INFO STEP 819 (remove_files) COMPLETE
77212026-08-14T18:59:09.642Z[ recovery-image] Aug 14 18:59:08.582 INFO O| Aug 14 18:59:08.582 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77222026-08-14T18:59:09.649Z[ recovery-image] Aug 14 18:59:08.592 INFO O| Aug 14 18:59:08.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77232026-08-14T18:59:09.649Z[ recovery-image] Aug 14 18:59:08.592 INFO O| Aug 14 18:59:08.592 INFO STEP 820 (remove_files) COMPLETE
77242026-08-14T18:59:09.649Z[ recovery-image] Aug 14 18:59:08.592 INFO O| Aug 14 18:59:08.592 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77252026-08-14T18:59:09.659Z[ recovery-image] Aug 14 18:59:08.602 INFO O| Aug 14 18:59:08.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77262026-08-14T18:59:09.659Z[ recovery-image] Aug 14 18:59:08.602 INFO O| Aug 14 18:59:08.602 INFO STEP 821 (remove_files) COMPLETE
77272026-08-14T18:59:09.659Z[ recovery-image] Aug 14 18:59:08.602 INFO O| Aug 14 18:59:08.602 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77282026-08-14T18:59:09.668Z[ recovery-image] Aug 14 18:59:08.612 INFO O| Aug 14 18:59:08.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77292026-08-14T18:59:09.668Z[ recovery-image] Aug 14 18:59:08.612 INFO O| Aug 14 18:59:08.612 INFO STEP 822 (remove_files) COMPLETE
77302026-08-14T18:59:09.668Z[ recovery-image] Aug 14 18:59:08.612 INFO O| Aug 14 18:59:08.612 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77312026-08-14T18:59:09.678Z[ recovery-image] Aug 14 18:59:08.621 INFO O| Aug 14 18:59:08.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77322026-08-14T18:59:09.678Z[ recovery-image] Aug 14 18:59:08.621 INFO O| Aug 14 18:59:08.621 INFO STEP 823 (remove_files) COMPLETE
77332026-08-14T18:59:09.678Z[ recovery-image] Aug 14 18:59:08.621 INFO O| Aug 14 18:59:08.621 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77342026-08-14T18:59:09.687Z[ recovery-image] Aug 14 18:59:08.630 INFO O| Aug 14 18:59:08.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77352026-08-14T18:59:09.687Z[ recovery-image] Aug 14 18:59:08.630 INFO O| Aug 14 18:59:08.630 INFO STEP 824 (remove_files) COMPLETE
77362026-08-14T18:59:09.687Z[ recovery-image] Aug 14 18:59:08.630 INFO O| Aug 14 18:59:08.630 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77372026-08-14T18:59:09.701Z[ recovery-image] Aug 14 18:59:08.639 INFO O| Aug 14 18:59:08.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77382026-08-14T18:59:09.701Z[ recovery-image] Aug 14 18:59:08.640 INFO O| Aug 14 18:59:08.639 INFO STEP 825 (remove_files) COMPLETE
77392026-08-14T18:59:09.701Z[ recovery-image] Aug 14 18:59:08.640 INFO O| Aug 14 18:59:08.639 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77402026-08-14T18:59:09.705Z[ recovery-image] Aug 14 18:59:08.649 INFO O| Aug 14 18:59:08.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77412026-08-14T18:59:09.705Z[ recovery-image] Aug 14 18:59:08.649 INFO O| Aug 14 18:59:08.649 INFO STEP 826 (remove_files) COMPLETE
77422026-08-14T18:59:09.705Z[ recovery-image] Aug 14 18:59:08.649 INFO O| Aug 14 18:59:08.649 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-14T18:59:09.714Z[ recovery-image] Aug 14 18:59:08.657 INFO O| Aug 14 18:59:08.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77442026-08-14T18:59:09.714Z[ recovery-image] Aug 14 18:59:08.657 INFO O| Aug 14 18:59:08.657 INFO STEP 827 (remove_files) COMPLETE
77452026-08-14T18:59:09.714Z[ recovery-image] Aug 14 18:59:08.657 INFO O| Aug 14 18:59:08.657 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-14T18:59:09.723Z[ recovery-image] Aug 14 18:59:08.666 INFO O| Aug 14 18:59:08.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77472026-08-14T18:59:09.723Z[ recovery-image] Aug 14 18:59:08.666 INFO O| Aug 14 18:59:08.666 INFO STEP 828 (remove_files) COMPLETE
77482026-08-14T18:59:09.727Z[ recovery-image] Aug 14 18:59:08.666 INFO O| Aug 14 18:59:08.666 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-14T18:59:09.733Z[ recovery-image] Aug 14 18:59:08.676 INFO O| Aug 14 18:59:08.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77502026-08-14T18:59:09.733Z[ recovery-image] Aug 14 18:59:08.676 INFO O| Aug 14 18:59:08.676 INFO STEP 829 (remove_files) COMPLETE
77512026-08-14T18:59:09.736Z[ recovery-image] Aug 14 18:59:08.676 INFO O| Aug 14 18:59:08.676 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-14T18:59:09.743Z[ recovery-image] Aug 14 18:59:08.687 INFO O| Aug 14 18:59:08.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77532026-08-14T18:59:09.743Z[ recovery-image] Aug 14 18:59:08.687 INFO O| Aug 14 18:59:08.687 INFO STEP 830 (remove_files) COMPLETE
77542026-08-14T18:59:09.748Z[ recovery-image] Aug 14 18:59:08.687 INFO O| Aug 14 18:59:08.687 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-14T18:59:09.754Z[ recovery-image] Aug 14 18:59:08.697 INFO O| Aug 14 18:59:08.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77562026-08-14T18:59:09.754Z[ recovery-image] Aug 14 18:59:08.697 INFO O| Aug 14 18:59:08.697 INFO STEP 831 (remove_files) COMPLETE
77572026-08-14T18:59:09.757Z[ recovery-image] Aug 14 18:59:08.697 INFO O| Aug 14 18:59:08.697 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-14T18:59:09.765Z[ recovery-image] Aug 14 18:59:08.707 INFO O| Aug 14 18:59:08.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77592026-08-14T18:59:09.765Z[ recovery-image] Aug 14 18:59:08.707 INFO O| Aug 14 18:59:08.707 INFO STEP 832 (remove_files) COMPLETE
77602026-08-14T18:59:09.765Z[ recovery-image] Aug 14 18:59:08.708 INFO O| Aug 14 18:59:08.707 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-14T18:59:09.773Z[ recovery-image] Aug 14 18:59:08.717 INFO O| Aug 14 18:59:08.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77622026-08-14T18:59:09.773Z[ recovery-image] Aug 14 18:59:08.717 INFO O| Aug 14 18:59:08.717 INFO STEP 833 (remove_files) COMPLETE
77632026-08-14T18:59:09.777Z[ recovery-image] Aug 14 18:59:08.717 INFO O| Aug 14 18:59:08.717 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-14T18:59:09.784Z[ recovery-image] Aug 14 18:59:08.728 INFO O| Aug 14 18:59:08.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77652026-08-14T18:59:09.784Z[ recovery-image] Aug 14 18:59:08.728 INFO O| Aug 14 18:59:08.728 INFO STEP 834 (remove_files) COMPLETE
77662026-08-14T18:59:09.784Z[ recovery-image] Aug 14 18:59:08.728 INFO O| Aug 14 18:59:08.728 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-14T18:59:09.795Z[ recovery-image] Aug 14 18:59:08.739 INFO O| Aug 14 18:59:08.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77682026-08-14T18:59:09.795Z[ recovery-image] Aug 14 18:59:08.739 INFO O| Aug 14 18:59:08.739 INFO STEP 835 (remove_files) COMPLETE
77692026-08-14T18:59:09.795Z[ recovery-image] Aug 14 18:59:08.739 INFO O| Aug 14 18:59:08.739 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-14T18:59:09.805Z[ recovery-image] Aug 14 18:59:08.749 INFO O| Aug 14 18:59:08.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77712026-08-14T18:59:09.806Z[ recovery-image] Aug 14 18:59:08.749 INFO O| Aug 14 18:59:08.749 INFO STEP 836 (remove_files) COMPLETE
77722026-08-14T18:59:09.806Z[ recovery-image] Aug 14 18:59:08.749 INFO O| Aug 14 18:59:08.749 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-14T18:59:09.815Z[ recovery-image] Aug 14 18:59:08.759 INFO O| Aug 14 18:59:08.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77742026-08-14T18:59:09.815Z[ recovery-image] Aug 14 18:59:08.759 INFO O| Aug 14 18:59:08.759 INFO STEP 837 (remove_files) COMPLETE
77752026-08-14T18:59:09.819Z[ recovery-image] Aug 14 18:59:08.759 INFO O| Aug 14 18:59:08.759 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-14T18:59:09.824Z[ recovery-image] Aug 14 18:59:08.768 INFO O| Aug 14 18:59:08.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77772026-08-14T18:59:09.824Z[ recovery-image] Aug 14 18:59:08.768 INFO O| Aug 14 18:59:08.768 INFO STEP 838 (remove_files) COMPLETE
77782026-08-14T18:59:09.825Z[ recovery-image] Aug 14 18:59:08.768 INFO O| Aug 14 18:59:08.768 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-14T18:59:09.834Z[ recovery-image] Aug 14 18:59:08.778 INFO O| Aug 14 18:59:08.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77802026-08-14T18:59:09.834Z[ recovery-image] Aug 14 18:59:08.778 INFO O| Aug 14 18:59:08.778 INFO STEP 839 (remove_files) COMPLETE
77812026-08-14T18:59:09.834Z[ recovery-image] Aug 14 18:59:08.778 INFO O| Aug 14 18:59:08.778 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-14T18:59:09.844Z[ recovery-image] Aug 14 18:59:08.788 INFO O| Aug 14 18:59:08.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77832026-08-14T18:59:09.844Z[ recovery-image] Aug 14 18:59:08.788 INFO O| Aug 14 18:59:08.788 INFO STEP 840 (remove_files) COMPLETE
77842026-08-14T18:59:09.849Z[ recovery-image] Aug 14 18:59:08.788 INFO O| Aug 14 18:59:08.788 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-08-14T18:59:09.854Z[ recovery-image] Aug 14 18:59:08.798 INFO O| Aug 14 18:59:08.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77862026-08-14T18:59:09.854Z[ recovery-image] Aug 14 18:59:08.798 INFO O| Aug 14 18:59:08.798 INFO STEP 841 (remove_files) COMPLETE
77872026-08-14T18:59:09.858Z[ recovery-image] Aug 14 18:59:08.798 INFO O| Aug 14 18:59:08.798 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-08-14T18:59:09.865Z[ recovery-image] Aug 14 18:59:08.809 INFO O| Aug 14 18:59:08.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77892026-08-14T18:59:09.865Z[ recovery-image] Aug 14 18:59:08.809 INFO O| Aug 14 18:59:08.809 INFO STEP 842 (remove_files) COMPLETE
77902026-08-14T18:59:09.865Z[ recovery-image] Aug 14 18:59:08.809 INFO O| Aug 14 18:59:08.809 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-08-14T18:59:09.874Z[ recovery-image] Aug 14 18:59:08.818 INFO O| Aug 14 18:59:08.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
77922026-08-14T18:59:09.875Z[ recovery-image] Aug 14 18:59:08.818 INFO O| Aug 14 18:59:08.818 INFO STEP 843 (remove_files) COMPLETE
77932026-08-14T18:59:09.875Z[ recovery-image] Aug 14 18:59:08.818 INFO O| Aug 14 18:59:08.818 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-08-14T18:59:09.884Z[ recovery-image] Aug 14 18:59:08.827 INFO O| Aug 14 18:59:08.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
77952026-08-14T18:59:09.884Z[ recovery-image] Aug 14 18:59:08.828 INFO O| Aug 14 18:59:08.828 INFO STEP 844 (remove_files) COMPLETE
77962026-08-14T18:59:09.884Z[ recovery-image] Aug 14 18:59:08.828 INFO O| Aug 14 18:59:08.828 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-08-14T18:59:09.893Z[ recovery-image] Aug 14 18:59:08.836 INFO O| Aug 14 18:59:08.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
77982026-08-14T18:59:09.893Z[ recovery-image] Aug 14 18:59:08.836 INFO O| Aug 14 18:59:08.836 INFO STEP 845 (remove_files) COMPLETE
77992026-08-14T18:59:09.893Z[ recovery-image] Aug 14 18:59:08.836 INFO O| Aug 14 18:59:08.836 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-08-14T18:59:09.899Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
78012026-08-14T18:59:09.918Z[ recovery-image] Aug 14 18:59:08.861 INFO O| Aug 14 18:59:08.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78022026-08-14T18:59:09.918Z[ recovery-image] Aug 14 18:59:08.861 INFO O| Aug 14 18:59:08.854 INFO STEP 846 (remove_files) COMPLETE
78032026-08-14T18:59:09.918Z[ recovery-image] Aug 14 18:59:08.861 INFO O| Aug 14 18:59:08.854 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-14T18:59:09.927Z[ recovery-image] Aug 14 18:59:08.870 INFO O| Aug 14 18:59:08.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78052026-08-14T18:59:09.927Z[ recovery-image] Aug 14 18:59:08.870 INFO O| Aug 14 18:59:08.865 INFO STEP 847 (remove_files) COMPLETE
78062026-08-14T18:59:09.927Z[ recovery-image] Aug 14 18:59:08.870 INFO O| Aug 14 18:59:08.865 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-14T18:59:09.932Z[ recovery-image] Aug 14 18:59:08.876 INFO O| Aug 14 18:59:08.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78082026-08-14T18:59:09.932Z[ recovery-image] Aug 14 18:59:08.876 INFO O| Aug 14 18:59:08.876 INFO STEP 848 (remove_files) COMPLETE
78092026-08-14T18:59:09.932Z[ recovery-image] Aug 14 18:59:08.876 INFO O| Aug 14 18:59:08.876 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-14T18:59:09.944Z[ recovery-image] Aug 14 18:59:08.887 INFO O| Aug 14 18:59:08.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78112026-08-14T18:59:09.945Z[ recovery-image] Aug 14 18:59:08.887 INFO O| Aug 14 18:59:08.887 INFO STEP 849 (remove_files) COMPLETE
78122026-08-14T18:59:09.949Z[ recovery-image] Aug 14 18:59:08.887 INFO O| Aug 14 18:59:08.887 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-14T18:59:09.954Z[ recovery-image] Aug 14 18:59:08.898 INFO O| Aug 14 18:59:08.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78142026-08-14T18:59:09.954Z[ recovery-image] Aug 14 18:59:08.898 INFO O| Aug 14 18:59:08.898 INFO STEP 850 (remove_files) COMPLETE
78152026-08-14T18:59:09.954Z[ recovery-image] Aug 14 18:59:08.898 INFO O| Aug 14 18:59:08.898 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-14T18:59:09.970Z[ recovery-image] Aug 14 18:59:08.914 INFO O| Aug 14 18:59:08.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78172026-08-14T18:59:09.970Z[ recovery-image] Aug 14 18:59:08.914 INFO O| Aug 14 18:59:08.914 INFO STEP 851 (remove_files) COMPLETE
78182026-08-14T18:59:09.974Z[ recovery-image] Aug 14 18:59:08.914 INFO O| Aug 14 18:59:08.914 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-14T18:59:09.984Z[ recovery-image] Aug 14 18:59:08.927 INFO O| Aug 14 18:59:08.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78202026-08-14T18:59:09.984Z[ recovery-image] Aug 14 18:59:08.927 INFO O| Aug 14 18:59:08.927 INFO STEP 852 (remove_files) COMPLETE
78212026-08-14T18:59:09.988Z[ recovery-image] Aug 14 18:59:08.927 INFO O| Aug 14 18:59:08.927 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-14T18:59:09.994Z[ recovery-image] Aug 14 18:59:08.937 INFO O| Aug 14 18:59:08.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78232026-08-14T18:59:09.998Z[ recovery-image] Aug 14 18:59:08.937 INFO O| Aug 14 18:59:08.937 INFO STEP 853 (remove_files) COMPLETE
78242026-08-14T18:59:09.998Z[ recovery-image] Aug 14 18:59:08.937 INFO O| Aug 14 18:59:08.937 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-14T18:59:10.025Z[ recovery-image] Aug 14 18:59:08.969 INFO O| Aug 14 18:59:08.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78262026-08-14T18:59:10.025Z[ recovery-image] Aug 14 18:59:08.969 INFO O| Aug 14 18:59:08.969 INFO STEP 854 (remove_files) COMPLETE
78272026-08-14T18:59:10.025Z[ recovery-image] Aug 14 18:59:08.969 INFO O| Aug 14 18:59:08.969 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-14T18:59:10.048Z[ recovery-image] Aug 14 18:59:08.992 INFO O| Aug 14 18:59:08.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78292026-08-14T18:59:10.048Z[ recovery-image] Aug 14 18:59:08.992 INFO O| Aug 14 18:59:08.992 INFO STEP 855 (remove_files) COMPLETE
78302026-08-14T18:59:10.052Z[ recovery-image] Aug 14 18:59:08.992 INFO O| Aug 14 18:59:08.992 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-14T18:59:10.058Z[ recovery-image] Aug 14 18:59:09.001 INFO O| Aug 14 18:59:09.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78322026-08-14T18:59:10.058Z[ recovery-image] Aug 14 18:59:09.001 INFO O| Aug 14 18:59:09.001 INFO STEP 856 (remove_files) COMPLETE
78332026-08-14T18:59:10.058Z[ recovery-image] Aug 14 18:59:09.001 INFO O| Aug 14 18:59:09.001 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-14T18:59:10.066Z[ recovery-image] Aug 14 18:59:09.010 INFO O| Aug 14 18:59:09.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78352026-08-14T18:59:10.066Z[ recovery-image] Aug 14 18:59:09.010 INFO O| Aug 14 18:59:09.010 INFO STEP 857 (remove_files) COMPLETE
78362026-08-14T18:59:10.070Z[ recovery-image] Aug 14 18:59:09.010 INFO O| Aug 14 18:59:09.010 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-14T18:59:10.075Z[ recovery-image] Aug 14 18:59:09.018 INFO O| Aug 14 18:59:09.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78382026-08-14T18:59:10.075Z[ recovery-image] Aug 14 18:59:09.018 INFO O| Aug 14 18:59:09.018 INFO STEP 858 (remove_files) COMPLETE
78392026-08-14T18:59:10.075Z[ recovery-image] Aug 14 18:59:09.018 INFO O| Aug 14 18:59:09.018 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-14T18:59:10.084Z[ recovery-image] Aug 14 18:59:09.027 INFO O| Aug 14 18:59:09.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78412026-08-14T18:59:10.084Z[ recovery-image] Aug 14 18:59:09.027 INFO O| Aug 14 18:59:09.027 INFO STEP 859 (remove_files) COMPLETE
78422026-08-14T18:59:10.088Z[ recovery-image] Aug 14 18:59:09.028 INFO O| Aug 14 18:59:09.027 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-14T18:59:10.093Z[ recovery-image] Aug 14 18:59:09.036 INFO O| Aug 14 18:59:09.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78442026-08-14T18:59:10.093Z[ recovery-image] Aug 14 18:59:09.036 INFO O| Aug 14 18:59:09.036 INFO STEP 860 (remove_files) COMPLETE
78452026-08-14T18:59:10.093Z[ recovery-image] Aug 14 18:59:09.036 INFO O| Aug 14 18:59:09.036 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-14T18:59:10.102Z[ recovery-image] Aug 14 18:59:09.045 INFO O| Aug 14 18:59:09.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78472026-08-14T18:59:10.102Z[ recovery-image] Aug 14 18:59:09.045 INFO O| Aug 14 18:59:09.045 INFO STEP 861 (remove_files) COMPLETE
78482026-08-14T18:59:10.106Z[ recovery-image] Aug 14 18:59:09.045 INFO O| Aug 14 18:59:09.045 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-14T18:59:10.114Z[ recovery-image] Aug 14 18:59:09.058 INFO O| Aug 14 18:59:09.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78502026-08-14T18:59:10.114Z[ recovery-image] Aug 14 18:59:09.058 INFO O| Aug 14 18:59:09.058 INFO STEP 862 (remove_files) COMPLETE
78512026-08-14T18:59:10.118Z[ recovery-image] Aug 14 18:59:09.058 INFO O| Aug 14 18:59:09.058 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-14T18:59:10.125Z[ recovery-image] Aug 14 18:59:09.068 INFO O| Aug 14 18:59:09.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78532026-08-14T18:59:10.125Z[ recovery-image] Aug 14 18:59:09.068 INFO O| Aug 14 18:59:09.068 INFO STEP 863 (remove_files) COMPLETE
78542026-08-14T18:59:10.125Z[ recovery-image] Aug 14 18:59:09.068 INFO O| Aug 14 18:59:09.068 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-14T18:59:10.133Z[ recovery-image] Aug 14 18:59:09.077 INFO O| Aug 14 18:59:09.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78562026-08-14T18:59:10.133Z[ recovery-image] Aug 14 18:59:09.077 INFO O| Aug 14 18:59:09.077 INFO STEP 864 (remove_files) COMPLETE
78572026-08-14T18:59:10.133Z[ recovery-image] Aug 14 18:59:09.077 INFO O| Aug 14 18:59:09.077 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-14T18:59:10.142Z[ recovery-image] Aug 14 18:59:09.085 INFO O| Aug 14 18:59:09.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78592026-08-14T18:59:10.142Z[ recovery-image] Aug 14 18:59:09.085 INFO O| Aug 14 18:59:09.085 INFO STEP 865 (remove_files) COMPLETE
78602026-08-14T18:59:10.142Z[ recovery-image] Aug 14 18:59:09.085 INFO O| Aug 14 18:59:09.085 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-14T18:59:10.152Z[ recovery-image] Aug 14 18:59:09.096 INFO O| Aug 14 18:59:09.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78622026-08-14T18:59:10.153Z[ recovery-image] Aug 14 18:59:09.096 INFO O| Aug 14 18:59:09.096 INFO STEP 866 (remove_files) COMPLETE
78632026-08-14T18:59:10.153Z[ recovery-image] Aug 14 18:59:09.096 INFO O| Aug 14 18:59:09.096 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-14T18:59:10.164Z[ recovery-image] Aug 14 18:59:09.107 INFO O| Aug 14 18:59:09.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78652026-08-14T18:59:10.164Z[ recovery-image] Aug 14 18:59:09.107 INFO O| Aug 14 18:59:09.107 INFO STEP 867 (remove_files) COMPLETE
78662026-08-14T18:59:10.164Z[ recovery-image] Aug 14 18:59:09.107 INFO O| Aug 14 18:59:09.107 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-14T18:59:10.175Z[ recovery-image] Aug 14 18:59:09.118 INFO O| Aug 14 18:59:09.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78682026-08-14T18:59:10.175Z[ recovery-image] Aug 14 18:59:09.118 INFO O| Aug 14 18:59:09.118 INFO STEP 868 (remove_files) COMPLETE
78692026-08-14T18:59:10.179Z[ recovery-image] Aug 14 18:59:09.118 INFO O| Aug 14 18:59:09.118 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.130 INFO O| Aug 14 18:59:09.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78712026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.130 INFO O| Aug 14 18:59:09.130 INFO STEP 869 (remove_files) COMPLETE
78722026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.130 INFO O| Aug 14 18:59:09.130 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.141 INFO O| Aug 14 18:59:09.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78742026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.141 INFO O| Aug 14 18:59:09.141 INFO STEP 870 (remove_files) COMPLETE
78752026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.141 INFO O| Aug 14 18:59:09.141 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.152 INFO O| Aug 14 18:59:09.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78772026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.152 INFO O| Aug 14 18:59:09.152 INFO STEP 871 (remove_files) COMPLETE
78782026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.152 INFO O| Aug 14 18:59:09.152 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.162 INFO O| Aug 14 18:59:09.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78802026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.162 INFO O| Aug 14 18:59:09.162 INFO STEP 872 (remove_files) COMPLETE
78812026-08-14T18:59:10.236Z[ recovery-image] Aug 14 18:59:09.162 INFO O| Aug 14 18:59:09.162 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-14T18:59:10.237Z[ recovery-image] Aug 14 18:59:09.173 INFO O| Aug 14 18:59:09.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78832026-08-14T18:59:10.237Z[ recovery-image] Aug 14 18:59:09.173 INFO O| Aug 14 18:59:09.172 INFO STEP 873 (remove_files) COMPLETE
78842026-08-14T18:59:10.237Z[ recovery-image] Aug 14 18:59:09.173 INFO O| Aug 14 18:59:09.172 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-14T18:59:10.241Z[ recovery-image] Aug 14 18:59:09.182 INFO O| Aug 14 18:59:09.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78862026-08-14T18:59:10.241Z[ recovery-image] Aug 14 18:59:09.182 INFO O| Aug 14 18:59:09.182 INFO STEP 874 (remove_files) COMPLETE
78872026-08-14T18:59:10.241Z[ recovery-image] Aug 14 18:59:09.182 INFO O| Aug 14 18:59:09.182 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-14T18:59:10.249Z[ recovery-image] Aug 14 18:59:09.193 INFO O| Aug 14 18:59:09.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78892026-08-14T18:59:10.253Z[ recovery-image] Aug 14 18:59:09.193 INFO O| Aug 14 18:59:09.193 INFO STEP 875 (remove_files) COMPLETE
78902026-08-14T18:59:10.253Z[ recovery-image] Aug 14 18:59:09.193 INFO O| Aug 14 18:59:09.193 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-14T18:59:10.259Z[ recovery-image] Aug 14 18:59:09.203 INFO O| Aug 14 18:59:09.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
78922026-08-14T18:59:10.259Z[ recovery-image] Aug 14 18:59:09.203 INFO O| Aug 14 18:59:09.203 INFO STEP 876 (remove_files) COMPLETE
78932026-08-14T18:59:10.263Z[ recovery-image] Aug 14 18:59:09.203 INFO O| Aug 14 18:59:09.203 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-14T18:59:10.269Z[ recovery-image] Aug 14 18:59:09.212 INFO O| Aug 14 18:59:09.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
78952026-08-14T18:59:10.269Z[ recovery-image] Aug 14 18:59:09.212 INFO O| Aug 14 18:59:09.212 INFO STEP 877 (remove_files) COMPLETE
78962026-08-14T18:59:10.273Z[ recovery-image] Aug 14 18:59:09.212 INFO O| Aug 14 18:59:09.212 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-14T18:59:10.279Z[ recovery-image] Aug 14 18:59:09.222 INFO O| Aug 14 18:59:09.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
78982026-08-14T18:59:10.279Z[ recovery-image] Aug 14 18:59:09.222 INFO O| Aug 14 18:59:09.222 INFO STEP 878 (remove_files) COMPLETE
78992026-08-14T18:59:10.284Z[ recovery-image] Aug 14 18:59:09.222 INFO O| Aug 14 18:59:09.222 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-14T18:59:10.284Z[verify-libraries] Compiling samael v0.0.19
79012026-08-14T18:59:10.289Z[ recovery-image] Aug 14 18:59:09.233 INFO O| Aug 14 18:59:09.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79022026-08-14T18:59:10.290Z[ recovery-image] Aug 14 18:59:09.233 INFO O| Aug 14 18:59:09.233 INFO STEP 879 (remove_files) COMPLETE
79032026-08-14T18:59:10.290Z[ recovery-image] Aug 14 18:59:09.233 INFO O| Aug 14 18:59:09.233 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-14T18:59:10.300Z[ recovery-image] Aug 14 18:59:09.243 INFO O| Aug 14 18:59:09.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79052026-08-14T18:59:10.300Z[ recovery-image] Aug 14 18:59:09.243 INFO O| Aug 14 18:59:09.243 INFO STEP 880 (remove_files) COMPLETE
79062026-08-14T18:59:10.303Z[ recovery-image] Aug 14 18:59:09.243 INFO O| Aug 14 18:59:09.243 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-14T18:59:10.309Z[ recovery-image] Aug 14 18:59:09.253 INFO O| Aug 14 18:59:09.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79082026-08-14T18:59:10.309Z[ recovery-image] Aug 14 18:59:09.253 INFO O| Aug 14 18:59:09.253 INFO STEP 881 (remove_files) COMPLETE
79092026-08-14T18:59:10.310Z[ recovery-image] Aug 14 18:59:09.253 INFO O| Aug 14 18:59:09.253 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-14T18:59:10.322Z[ recovery-image] Aug 14 18:59:09.265 INFO O| Aug 14 18:59:09.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79112026-08-14T18:59:10.322Z[ recovery-image] Aug 14 18:59:09.265 INFO O| Aug 14 18:59:09.265 INFO STEP 882 (remove_files) COMPLETE
79122026-08-14T18:59:10.322Z[ recovery-image] Aug 14 18:59:09.265 INFO O| Aug 14 18:59:09.265 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-14T18:59:10.332Z[ recovery-image] Aug 14 18:59:09.276 INFO O| Aug 14 18:59:09.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79142026-08-14T18:59:10.332Z[ recovery-image] Aug 14 18:59:09.276 INFO O| Aug 14 18:59:09.276 INFO STEP 883 (remove_files) COMPLETE
79152026-08-14T18:59:10.332Z[ recovery-image] Aug 14 18:59:09.276 INFO O| Aug 14 18:59:09.276 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-14T18:59:10.342Z[ recovery-image] Aug 14 18:59:09.286 INFO O| Aug 14 18:59:09.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79172026-08-14T18:59:10.342Z[ recovery-image] Aug 14 18:59:09.286 INFO O| Aug 14 18:59:09.286 INFO STEP 884 (remove_files) COMPLETE
79182026-08-14T18:59:10.342Z[ recovery-image] Aug 14 18:59:09.286 INFO O| Aug 14 18:59:09.286 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-14T18:59:10.353Z[ recovery-image] Aug 14 18:59:09.295 INFO O| Aug 14 18:59:09.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79202026-08-14T18:59:10.353Z[ recovery-image] Aug 14 18:59:09.295 INFO O| Aug 14 18:59:09.295 INFO STEP 885 (remove_files) COMPLETE
79212026-08-14T18:59:10.353Z[ recovery-image] Aug 14 18:59:09.295 INFO O| Aug 14 18:59:09.295 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-14T18:59:10.361Z[ recovery-image] Aug 14 18:59:09.305 INFO O| Aug 14 18:59:09.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79232026-08-14T18:59:10.362Z[ recovery-image] Aug 14 18:59:09.305 INFO O| Aug 14 18:59:09.305 INFO STEP 886 (remove_files) COMPLETE
79242026-08-14T18:59:10.362Z[ recovery-image] Aug 14 18:59:09.305 INFO O| Aug 14 18:59:09.305 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-14T18:59:10.371Z[ recovery-image] Aug 14 18:59:09.315 INFO O| Aug 14 18:59:09.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79262026-08-14T18:59:10.372Z[ recovery-image] Aug 14 18:59:09.315 INFO O| Aug 14 18:59:09.315 INFO STEP 887 (remove_files) COMPLETE
79272026-08-14T18:59:10.372Z[ recovery-image] Aug 14 18:59:09.315 INFO O| Aug 14 18:59:09.315 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-14T18:59:10.381Z[ recovery-image] Aug 14 18:59:09.324 INFO O| Aug 14 18:59:09.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79292026-08-14T18:59:10.381Z[ recovery-image] Aug 14 18:59:09.324 INFO O| Aug 14 18:59:09.324 INFO STEP 888 (remove_files) COMPLETE
79302026-08-14T18:59:10.381Z[ recovery-image] Aug 14 18:59:09.324 INFO O| Aug 14 18:59:09.324 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-14T18:59:10.392Z[ recovery-image] Aug 14 18:59:09.335 INFO O| Aug 14 18:59:09.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79322026-08-14T18:59:10.392Z[ recovery-image] Aug 14 18:59:09.335 INFO O| Aug 14 18:59:09.335 INFO STEP 889 (remove_files) COMPLETE
79332026-08-14T18:59:10.392Z[ recovery-image] Aug 14 18:59:09.335 INFO O| Aug 14 18:59:09.335 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-14T18:59:10.403Z[ recovery-image] Aug 14 18:59:09.346 INFO O| Aug 14 18:59:09.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79352026-08-14T18:59:10.403Z[ recovery-image] Aug 14 18:59:09.346 INFO O| Aug 14 18:59:09.346 INFO STEP 890 (remove_files) COMPLETE
79362026-08-14T18:59:10.403Z[ recovery-image] Aug 14 18:59:09.346 INFO O| Aug 14 18:59:09.346 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-14T18:59:10.412Z[ recovery-image] Aug 14 18:59:09.355 INFO O| Aug 14 18:59:09.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79382026-08-14T18:59:10.416Z[ recovery-image] Aug 14 18:59:09.355 INFO O| Aug 14 18:59:09.355 INFO STEP 891 (remove_files) COMPLETE
79392026-08-14T18:59:10.416Z[ recovery-image] Aug 14 18:59:09.355 INFO O| Aug 14 18:59:09.355 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-14T18:59:10.422Z[ recovery-image] Aug 14 18:59:09.365 INFO O| Aug 14 18:59:09.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79412026-08-14T18:59:10.422Z[ recovery-image] Aug 14 18:59:09.365 INFO O| Aug 14 18:59:09.365 INFO STEP 892 (remove_files) COMPLETE
79422026-08-14T18:59:10.422Z[ recovery-image] Aug 14 18:59:09.365 INFO O| Aug 14 18:59:09.365 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-14T18:59:10.431Z[ recovery-image] Aug 14 18:59:09.374 INFO O| Aug 14 18:59:09.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79442026-08-14T18:59:10.431Z[ recovery-image] Aug 14 18:59:09.375 INFO O| Aug 14 18:59:09.375 INFO STEP 893 (remove_files) COMPLETE
79452026-08-14T18:59:10.431Z[ recovery-image] Aug 14 18:59:09.375 INFO O| Aug 14 18:59:09.375 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-14T18:59:10.440Z[ recovery-image] Aug 14 18:59:09.384 INFO O| Aug 14 18:59:09.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79472026-08-14T18:59:10.440Z[ recovery-image] Aug 14 18:59:09.384 INFO O| Aug 14 18:59:09.384 INFO STEP 894 (remove_files) COMPLETE
79482026-08-14T18:59:10.440Z[ recovery-image] Aug 14 18:59:09.384 INFO O| Aug 14 18:59:09.384 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-08-14T18:59:10.448Z[ recovery-image] Aug 14 18:59:09.392 INFO O| Aug 14 18:59:09.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79502026-08-14T18:59:10.449Z[ recovery-image] Aug 14 18:59:09.392 INFO O| Aug 14 18:59:09.392 INFO STEP 895 (remove_files) COMPLETE
79512026-08-14T18:59:10.449Z[ recovery-image] Aug 14 18:59:09.392 INFO O| Aug 14 18:59:09.392 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-08-14T18:59:10.457Z[ recovery-image] Aug 14 18:59:09.401 INFO O| Aug 14 18:59:09.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79532026-08-14T18:59:10.457Z[ recovery-image] Aug 14 18:59:09.401 INFO O| Aug 14 18:59:09.401 INFO STEP 896 (remove_files) COMPLETE
79542026-08-14T18:59:10.457Z[ recovery-image] Aug 14 18:59:09.401 INFO O| Aug 14 18:59:09.401 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-08-14T18:59:10.466Z[ recovery-image] Aug 14 18:59:09.409 INFO O| Aug 14 18:59:09.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79562026-08-14T18:59:10.466Z[ recovery-image] Aug 14 18:59:09.409 INFO O| Aug 14 18:59:09.409 INFO STEP 897 (remove_files) COMPLETE
79572026-08-14T18:59:10.466Z[ recovery-image] Aug 14 18:59:09.409 INFO O| Aug 14 18:59:09.409 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-08-14T18:59:10.474Z[ recovery-image] Aug 14 18:59:09.418 INFO O| Aug 14 18:59:09.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79592026-08-14T18:59:10.474Z[ recovery-image] Aug 14 18:59:09.418 INFO O| Aug 14 18:59:09.418 INFO STEP 898 (remove_files) COMPLETE
79602026-08-14T18:59:10.474Z[ recovery-image] Aug 14 18:59:09.418 INFO O| Aug 14 18:59:09.418 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-08-14T18:59:10.486Z[ recovery-image] Aug 14 18:59:09.429 INFO O| Aug 14 18:59:09.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79622026-08-14T18:59:10.486Z[ recovery-image] Aug 14 18:59:09.429 INFO O| Aug 14 18:59:09.429 INFO STEP 899 (remove_files) COMPLETE
79632026-08-14T18:59:10.486Z[ recovery-image] Aug 14 18:59:09.429 INFO O| Aug 14 18:59:09.429 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-08-14T18:59:10.497Z[ recovery-image] Aug 14 18:59:09.441 INFO O| Aug 14 18:59:09.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79652026-08-14T18:59:10.497Z[ recovery-image] Aug 14 18:59:09.441 INFO O| Aug 14 18:59:09.441 INFO STEP 900 (remove_files) COMPLETE
79662026-08-14T18:59:10.501Z[ recovery-image] Aug 14 18:59:09.441 INFO O| Aug 14 18:59:09.441 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-08-14T18:59:10.507Z[ recovery-image] Aug 14 18:59:09.451 INFO O| Aug 14 18:59:09.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79682026-08-14T18:59:10.507Z[ recovery-image] Aug 14 18:59:09.451 INFO O| Aug 14 18:59:09.451 INFO STEP 901 (remove_files) COMPLETE
79692026-08-14T18:59:10.507Z[ recovery-image] Aug 14 18:59:09.451 INFO O| Aug 14 18:59:09.451 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-08-14T18:59:10.518Z[ recovery-image] Aug 14 18:59:09.461 INFO O| Aug 14 18:59:09.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79712026-08-14T18:59:10.518Z[ recovery-image] Aug 14 18:59:09.461 INFO O| Aug 14 18:59:09.461 INFO STEP 902 (remove_files) COMPLETE
79722026-08-14T18:59:10.518Z[ recovery-image] Aug 14 18:59:09.461 INFO O| Aug 14 18:59:09.461 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-08-14T18:59:10.529Z[ recovery-image] Aug 14 18:59:09.472 INFO O| Aug 14 18:59:09.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79742026-08-14T18:59:10.529Z[ recovery-image] Aug 14 18:59:09.472 INFO O| Aug 14 18:59:09.472 INFO STEP 903 (remove_files) COMPLETE
79752026-08-14T18:59:10.533Z[ recovery-image] Aug 14 18:59:09.472 INFO O| Aug 14 18:59:09.472 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-08-14T18:59:10.538Z[ recovery-image] Aug 14 18:59:09.482 INFO O| Aug 14 18:59:09.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79772026-08-14T18:59:10.538Z[ recovery-image] Aug 14 18:59:09.482 INFO O| Aug 14 18:59:09.482 INFO STEP 904 (remove_files) COMPLETE
79782026-08-14T18:59:10.538Z[ recovery-image] Aug 14 18:59:09.482 INFO O| Aug 14 18:59:09.482 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-08-14T18:59:10.548Z[ recovery-image] Aug 14 18:59:09.492 INFO O| Aug 14 18:59:09.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79802026-08-14T18:59:10.549Z[ recovery-image] Aug 14 18:59:09.492 INFO O| Aug 14 18:59:09.492 INFO STEP 905 (remove_files) COMPLETE
79812026-08-14T18:59:10.549Z[ recovery-image] Aug 14 18:59:09.492 INFO O| Aug 14 18:59:09.492 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-08-14T18:59:10.559Z[ recovery-image] Aug 14 18:59:09.503 INFO O| Aug 14 18:59:09.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79832026-08-14T18:59:10.560Z[ recovery-image] Aug 14 18:59:09.503 INFO O| Aug 14 18:59:09.503 INFO STEP 906 (remove_files) COMPLETE
79842026-08-14T18:59:10.564Z[ recovery-image] Aug 14 18:59:09.503 INFO O| Aug 14 18:59:09.503 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-08-14T18:59:10.569Z[ recovery-image] Aug 14 18:59:09.513 INFO O| Aug 14 18:59:09.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79862026-08-14T18:59:10.569Z[ recovery-image] Aug 14 18:59:09.513 INFO O| Aug 14 18:59:09.513 INFO STEP 907 (remove_files) COMPLETE
79872026-08-14T18:59:10.569Z[ recovery-image] Aug 14 18:59:09.513 INFO O| Aug 14 18:59:09.513 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-08-14T18:59:10.581Z[ recovery-image] Aug 14 18:59:09.523 INFO O| Aug 14 18:59:09.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79892026-08-14T18:59:10.582Z[ recovery-image] Aug 14 18:59:09.523 INFO O| Aug 14 18:59:09.523 INFO STEP 908 (remove_files) COMPLETE
79902026-08-14T18:59:10.582Z[ recovery-image] Aug 14 18:59:09.523 INFO O| Aug 14 18:59:09.523 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-08-14T18:59:10.589Z[ recovery-image] Aug 14 18:59:09.533 INFO O| Aug 14 18:59:09.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
79922026-08-14T18:59:10.589Z[ recovery-image] Aug 14 18:59:09.533 INFO O| Aug 14 18:59:09.533 INFO STEP 909 (remove_files) COMPLETE
79932026-08-14T18:59:10.589Z[ recovery-image] Aug 14 18:59:09.533 INFO O| Aug 14 18:59:09.533 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-08-14T18:59:10.599Z[ recovery-image] Aug 14 18:59:09.543 INFO O| Aug 14 18:59:09.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
79952026-08-14T18:59:10.599Z[ recovery-image] Aug 14 18:59:09.543 INFO O| Aug 14 18:59:09.543 INFO STEP 910 (remove_files) COMPLETE
79962026-08-14T18:59:10.599Z[ recovery-image] Aug 14 18:59:09.543 INFO O| Aug 14 18:59:09.543 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-08-14T18:59:10.608Z[ recovery-image] Aug 14 18:59:09.552 INFO O| Aug 14 18:59:09.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
79982026-08-14T18:59:10.612Z[ recovery-image] Aug 14 18:59:09.552 INFO O| Aug 14 18:59:09.552 INFO STEP 911 (remove_files) COMPLETE
79992026-08-14T18:59:10.612Z[ recovery-image] Aug 14 18:59:09.552 INFO O| Aug 14 18:59:09.552 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-08-14T18:59:10.618Z[ recovery-image] Aug 14 18:59:09.562 INFO O| Aug 14 18:59:09.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80012026-08-14T18:59:10.618Z[ recovery-image] Aug 14 18:59:09.562 INFO O| Aug 14 18:59:09.562 INFO STEP 912 (remove_files) COMPLETE
80022026-08-14T18:59:10.618Z[ recovery-image] Aug 14 18:59:09.562 INFO O| Aug 14 18:59:09.562 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-08-14T18:59:10.628Z[ recovery-image] Aug 14 18:59:09.571 INFO O| Aug 14 18:59:09.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80042026-08-14T18:59:10.628Z[ recovery-image] Aug 14 18:59:09.571 INFO O| Aug 14 18:59:09.571 INFO STEP 913 (remove_files) COMPLETE
80052026-08-14T18:59:10.628Z[ recovery-image] Aug 14 18:59:09.571 INFO O| Aug 14 18:59:09.571 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-08-14T18:59:10.638Z[ recovery-image] Aug 14 18:59:09.582 INFO O| Aug 14 18:59:09.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80072026-08-14T18:59:10.639Z[ recovery-image] Aug 14 18:59:09.582 INFO O| Aug 14 18:59:09.582 INFO STEP 914 (remove_files) COMPLETE
80082026-08-14T18:59:10.639Z[ recovery-image] Aug 14 18:59:09.582 INFO O| Aug 14 18:59:09.582 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-08-14T18:59:10.649Z[ recovery-image] Aug 14 18:59:09.593 INFO O| Aug 14 18:59:09.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80102026-08-14T18:59:10.650Z[ recovery-image] Aug 14 18:59:09.593 INFO O| Aug 14 18:59:09.593 INFO STEP 915 (remove_files) COMPLETE
80112026-08-14T18:59:10.653Z[ recovery-image] Aug 14 18:59:09.593 INFO O| Aug 14 18:59:09.593 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-14T18:59:10.660Z[ recovery-image] Aug 14 18:59:09.603 INFO O| Aug 14 18:59:09.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80132026-08-14T18:59:10.660Z[ recovery-image] Aug 14 18:59:09.604 INFO O| Aug 14 18:59:09.604 INFO STEP 916 (remove_files) COMPLETE
80142026-08-14T18:59:10.664Z[ recovery-image] Aug 14 18:59:09.604 INFO O| Aug 14 18:59:09.604 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-14T18:59:10.671Z[ recovery-image] Aug 14 18:59:09.614 INFO O| Aug 14 18:59:09.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80162026-08-14T18:59:10.671Z[ recovery-image] Aug 14 18:59:09.614 INFO O| Aug 14 18:59:09.614 INFO STEP 917 (remove_files) COMPLETE
80172026-08-14T18:59:10.671Z[ recovery-image] Aug 14 18:59:09.614 INFO O| Aug 14 18:59:09.614 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-14T18:59:10.680Z[ recovery-image] Aug 14 18:59:09.624 INFO O| Aug 14 18:59:09.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80192026-08-14T18:59:10.680Z[ recovery-image] Aug 14 18:59:09.624 INFO O| Aug 14 18:59:09.624 INFO STEP 918 (remove_files) COMPLETE
80202026-08-14T18:59:10.680Z[ recovery-image] Aug 14 18:59:09.624 INFO O| Aug 14 18:59:09.624 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-14T18:59:10.691Z[ recovery-image] Aug 14 18:59:09.634 INFO O| Aug 14 18:59:09.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80222026-08-14T18:59:10.691Z[ recovery-image] Aug 14 18:59:09.634 INFO O| Aug 14 18:59:09.634 INFO STEP 919 (remove_files) COMPLETE
80232026-08-14T18:59:10.691Z[ recovery-image] Aug 14 18:59:09.634 INFO O| Aug 14 18:59:09.634 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-14T18:59:10.701Z[ recovery-image] Aug 14 18:59:09.645 INFO O| Aug 14 18:59:09.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80252026-08-14T18:59:10.701Z[ recovery-image] Aug 14 18:59:09.645 INFO O| Aug 14 18:59:09.645 INFO STEP 920 (remove_files) COMPLETE
80262026-08-14T18:59:10.729Z[ recovery-image] Aug 14 18:59:09.645 INFO O| Aug 14 18:59:09.645 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-14T18:59:10.729Z[ recovery-image] Aug 14 18:59:09.655 INFO O| Aug 14 18:59:09.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80282026-08-14T18:59:10.729Z[ recovery-image] Aug 14 18:59:09.655 INFO O| Aug 14 18:59:09.655 INFO STEP 921 (remove_files) COMPLETE
80292026-08-14T18:59:10.729Z[ recovery-image] Aug 14 18:59:09.655 INFO O| Aug 14 18:59:09.655 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-14T18:59:10.729Z[ recovery-image] Aug 14 18:59:09.664 INFO O| Aug 14 18:59:09.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80312026-08-14T18:59:10.729Z[ recovery-image] Aug 14 18:59:09.664 INFO O| Aug 14 18:59:09.664 INFO STEP 922 (remove_files) COMPLETE
80322026-08-14T18:59:10.729Z[ recovery-image] Aug 14 18:59:09.664 INFO O| Aug 14 18:59:09.664 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-14T18:59:10.734Z[ recovery-image] Aug 14 18:59:09.674 INFO O| Aug 14 18:59:09.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80342026-08-14T18:59:10.734Z[ recovery-image] Aug 14 18:59:09.674 INFO O| Aug 14 18:59:09.674 INFO STEP 923 (remove_files) COMPLETE
80352026-08-14T18:59:10.734Z[ recovery-image] Aug 14 18:59:09.674 INFO O| Aug 14 18:59:09.674 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-14T18:59:10.740Z[ recovery-image] Aug 14 18:59:09.684 INFO O| Aug 14 18:59:09.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80372026-08-14T18:59:10.740Z[ recovery-image] Aug 14 18:59:09.684 INFO O| Aug 14 18:59:09.684 INFO STEP 924 (remove_files) COMPLETE
80382026-08-14T18:59:10.740Z[ recovery-image] Aug 14 18:59:09.684 INFO O| Aug 14 18:59:09.684 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-14T18:59:10.752Z[ recovery-image] Aug 14 18:59:09.694 INFO O| Aug 14 18:59:09.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80402026-08-14T18:59:10.752Z[ recovery-image] Aug 14 18:59:09.694 INFO O| Aug 14 18:59:09.694 INFO STEP 925 (remove_files) COMPLETE
80412026-08-14T18:59:10.752Z[ recovery-image] Aug 14 18:59:09.694 INFO O| Aug 14 18:59:09.694 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-14T18:59:10.762Z[ recovery-image] Aug 14 18:59:09.705 INFO O| Aug 14 18:59:09.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80432026-08-14T18:59:10.762Z[ recovery-image] Aug 14 18:59:09.705 INFO O| Aug 14 18:59:09.705 INFO STEP 926 (remove_files) COMPLETE
80442026-08-14T18:59:10.766Z[ recovery-image] Aug 14 18:59:09.705 INFO O| Aug 14 18:59:09.705 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-14T18:59:10.773Z[ recovery-image] Aug 14 18:59:09.717 INFO O| Aug 14 18:59:09.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80462026-08-14T18:59:10.773Z[ recovery-image] Aug 14 18:59:09.717 INFO O| Aug 14 18:59:09.717 INFO STEP 927 (remove_files) COMPLETE
80472026-08-14T18:59:10.773Z[ recovery-image] Aug 14 18:59:09.717 INFO O| Aug 14 18:59:09.717 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-14T18:59:10.784Z[ recovery-image] Aug 14 18:59:09.727 INFO O| Aug 14 18:59:09.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80492026-08-14T18:59:10.784Z[ recovery-image] Aug 14 18:59:09.727 INFO O| Aug 14 18:59:09.727 INFO STEP 928 (remove_files) COMPLETE
80502026-08-14T18:59:10.784Z[ recovery-image] Aug 14 18:59:09.727 INFO O| Aug 14 18:59:09.727 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-14T18:59:10.795Z[ recovery-image] Aug 14 18:59:09.738 INFO O| Aug 14 18:59:09.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80522026-08-14T18:59:10.795Z[ recovery-image] Aug 14 18:59:09.738 INFO O| Aug 14 18:59:09.738 INFO STEP 929 (remove_files) COMPLETE
80532026-08-14T18:59:10.795Z[ recovery-image] Aug 14 18:59:09.738 INFO O| Aug 14 18:59:09.738 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-14T18:59:10.805Z[ recovery-image] Aug 14 18:59:09.749 INFO O| Aug 14 18:59:09.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80552026-08-14T18:59:10.805Z[ recovery-image] Aug 14 18:59:09.749 INFO O| Aug 14 18:59:09.749 INFO STEP 930 (remove_files) COMPLETE
80562026-08-14T18:59:10.809Z[ recovery-image] Aug 14 18:59:09.749 INFO O| Aug 14 18:59:09.749 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-14T18:59:10.814Z[ recovery-image] Aug 14 18:59:09.758 INFO O| Aug 14 18:59:09.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80582026-08-14T18:59:10.818Z[ recovery-image] Aug 14 18:59:09.758 INFO O| Aug 14 18:59:09.758 INFO STEP 931 (remove_files) COMPLETE
80592026-08-14T18:59:10.818Z[ recovery-image] Aug 14 18:59:09.758 INFO O| Aug 14 18:59:09.758 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-14T18:59:10.823Z[ recovery-image] Aug 14 18:59:09.767 INFO O| Aug 14 18:59:09.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80612026-08-14T18:59:10.823Z[ recovery-image] Aug 14 18:59:09.767 INFO O| Aug 14 18:59:09.767 INFO STEP 932 (remove_files) COMPLETE
80622026-08-14T18:59:10.823Z[ recovery-image] Aug 14 18:59:09.767 INFO O| Aug 14 18:59:09.767 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-14T18:59:10.832Z[ recovery-image] Aug 14 18:59:09.776 INFO O| Aug 14 18:59:09.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80642026-08-14T18:59:10.832Z[ recovery-image] Aug 14 18:59:09.776 INFO O| Aug 14 18:59:09.776 INFO STEP 933 (remove_files) COMPLETE
80652026-08-14T18:59:10.836Z[ recovery-image] Aug 14 18:59:09.776 INFO O| Aug 14 18:59:09.776 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-14T18:59:10.840Z[ recovery-image] Aug 14 18:59:09.784 INFO O| Aug 14 18:59:09.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80672026-08-14T18:59:10.840Z[ recovery-image] Aug 14 18:59:09.784 INFO O| Aug 14 18:59:09.784 INFO STEP 934 (remove_files) COMPLETE
80682026-08-14T18:59:10.840Z[ recovery-image] Aug 14 18:59:09.784 INFO O| Aug 14 18:59:09.784 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-14T18:59:10.851Z[ recovery-image] Aug 14 18:59:09.795 INFO O| Aug 14 18:59:09.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80702026-08-14T18:59:10.851Z[ recovery-image] Aug 14 18:59:09.795 INFO O| Aug 14 18:59:09.795 INFO STEP 935 (remove_files) COMPLETE
80712026-08-14T18:59:10.855Z[ recovery-image] Aug 14 18:59:09.795 INFO O| Aug 14 18:59:09.795 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-14T18:59:10.861Z[ recovery-image] Aug 14 18:59:09.804 INFO O| Aug 14 18:59:09.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80732026-08-14T18:59:10.865Z[ recovery-image] Aug 14 18:59:09.805 INFO O| Aug 14 18:59:09.805 INFO STEP 936 (remove_files) COMPLETE
80742026-08-14T18:59:10.865Z[ recovery-image] Aug 14 18:59:09.805 INFO O| Aug 14 18:59:09.805 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-14T18:59:10.871Z[ recovery-image] Aug 14 18:59:09.815 INFO O| Aug 14 18:59:09.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80762026-08-14T18:59:10.871Z[ recovery-image] Aug 14 18:59:09.815 INFO O| Aug 14 18:59:09.815 INFO STEP 937 (remove_files) COMPLETE
80772026-08-14T18:59:10.875Z[ recovery-image] Aug 14 18:59:09.815 INFO O| Aug 14 18:59:09.815 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-14T18:59:10.881Z[ recovery-image] Aug 14 18:59:09.824 INFO O| Aug 14 18:59:09.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80792026-08-14T18:59:10.881Z[ recovery-image] Aug 14 18:59:09.824 INFO O| Aug 14 18:59:09.824 INFO STEP 938 (remove_files) COMPLETE
80802026-08-14T18:59:10.885Z[ recovery-image] Aug 14 18:59:09.824 INFO O| Aug 14 18:59:09.824 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-14T18:59:10.891Z[ recovery-image] Aug 14 18:59:09.834 INFO O| Aug 14 18:59:09.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80822026-08-14T18:59:10.891Z[ recovery-image] Aug 14 18:59:09.834 INFO O| Aug 14 18:59:09.834 INFO STEP 939 (remove_files) COMPLETE
80832026-08-14T18:59:10.895Z[ recovery-image] Aug 14 18:59:09.834 INFO O| Aug 14 18:59:09.834 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-14T18:59:10.900Z[ recovery-image] Aug 14 18:59:09.843 INFO O| Aug 14 18:59:09.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80852026-08-14T18:59:10.900Z[ recovery-image] Aug 14 18:59:09.843 INFO O| Aug 14 18:59:09.843 INFO STEP 940 (remove_files) COMPLETE
80862026-08-14T18:59:10.904Z[ recovery-image] Aug 14 18:59:09.843 INFO O| Aug 14 18:59:09.843 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-14T18:59:10.908Z[ recovery-image] Aug 14 18:59:09.852 INFO O| Aug 14 18:59:09.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80882026-08-14T18:59:10.908Z[ recovery-image] Aug 14 18:59:09.852 INFO O| Aug 14 18:59:09.852 INFO STEP 941 (remove_files) COMPLETE
80892026-08-14T18:59:10.912Z[ recovery-image] Aug 14 18:59:09.852 INFO O| Aug 14 18:59:09.852 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-14T18:59:10.918Z[ recovery-image] Aug 14 18:59:09.861 INFO O| Aug 14 18:59:09.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80912026-08-14T18:59:10.918Z[ recovery-image] Aug 14 18:59:09.861 INFO O| Aug 14 18:59:09.861 INFO STEP 942 (remove_files) COMPLETE
80922026-08-14T18:59:10.921Z[ recovery-image] Aug 14 18:59:09.861 INFO O| Aug 14 18:59:09.861 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-14T18:59:10.928Z[ recovery-image] Aug 14 18:59:09.872 INFO O| Aug 14 18:59:09.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
80942026-08-14T18:59:10.928Z[ recovery-image] Aug 14 18:59:09.872 INFO O| Aug 14 18:59:09.872 INFO STEP 943 (remove_files) COMPLETE
80952026-08-14T18:59:10.932Z[ recovery-image] Aug 14 18:59:09.872 INFO O| Aug 14 18:59:09.872 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-14T18:59:10.937Z[ recovery-image] Aug 14 18:59:09.880 INFO O| Aug 14 18:59:09.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
80972026-08-14T18:59:10.937Z[ recovery-image] Aug 14 18:59:09.881 INFO O| Aug 14 18:59:09.880 INFO STEP 944 (remove_files) COMPLETE
80982026-08-14T18:59:10.937Z[ recovery-image] Aug 14 18:59:09.881 INFO O| Aug 14 18:59:09.881 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-14T18:59:10.946Z[ recovery-image] Aug 14 18:59:09.889 INFO O| Aug 14 18:59:09.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81002026-08-14T18:59:10.946Z[ recovery-image] Aug 14 18:59:09.890 INFO O| Aug 14 18:59:09.889 INFO STEP 945 (remove_files) COMPLETE
81012026-08-14T18:59:10.946Z[ recovery-image] Aug 14 18:59:09.890 INFO O| Aug 14 18:59:09.889 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-14T18:59:10.955Z[ recovery-image] Aug 14 18:59:09.898 INFO O| Aug 14 18:59:09.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81032026-08-14T18:59:10.955Z[ recovery-image] Aug 14 18:59:09.898 INFO O| Aug 14 18:59:09.898 INFO STEP 946 (remove_files) COMPLETE
81042026-08-14T18:59:10.959Z[ recovery-image] Aug 14 18:59:09.898 INFO O| Aug 14 18:59:09.898 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-14T18:59:10.965Z[ recovery-image] Aug 14 18:59:09.909 INFO O| Aug 14 18:59:09.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81062026-08-14T18:59:10.966Z[ recovery-image] Aug 14 18:59:09.909 INFO O| Aug 14 18:59:09.909 INFO STEP 947 (remove_files) COMPLETE
81072026-08-14T18:59:10.966Z[ recovery-image] Aug 14 18:59:09.909 INFO O| Aug 14 18:59:09.909 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-14T18:59:10.976Z[ recovery-image] Aug 14 18:59:09.920 INFO O| Aug 14 18:59:09.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81092026-08-14T18:59:10.977Z[ recovery-image] Aug 14 18:59:09.920 INFO O| Aug 14 18:59:09.920 INFO STEP 948 (remove_files) COMPLETE
81102026-08-14T18:59:10.980Z[ recovery-image] Aug 14 18:59:09.920 INFO O| Aug 14 18:59:09.920 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-14T18:59:10.986Z[ recovery-image] Aug 14 18:59:09.930 INFO O| Aug 14 18:59:09.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81122026-08-14T18:59:10.986Z[ recovery-image] Aug 14 18:59:09.930 INFO O| Aug 14 18:59:09.930 INFO STEP 949 (remove_files) COMPLETE
81132026-08-14T18:59:10.990Z[ recovery-image] Aug 14 18:59:09.930 INFO O| Aug 14 18:59:09.930 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-14T18:59:10.998Z[ recovery-image] Aug 14 18:59:09.941 INFO O| Aug 14 18:59:09.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81152026-08-14T18:59:10.998Z[ recovery-image] Aug 14 18:59:09.941 INFO O| Aug 14 18:59:09.941 INFO STEP 950 (remove_files) COMPLETE
81162026-08-14T18:59:10.998Z[ recovery-image] Aug 14 18:59:09.941 INFO O| Aug 14 18:59:09.941 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-14T18:59:11.009Z[ recovery-image] Aug 14 18:59:09.952 INFO O| Aug 14 18:59:09.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81182026-08-14T18:59:11.009Z[ recovery-image] Aug 14 18:59:09.952 INFO O| Aug 14 18:59:09.952 INFO STEP 951 (remove_files) COMPLETE
81192026-08-14T18:59:11.009Z[ recovery-image] Aug 14 18:59:09.952 INFO O| Aug 14 18:59:09.952 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-14T18:59:11.026Z[ recovery-image] Aug 14 18:59:09.970 INFO O| Aug 14 18:59:09.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81212026-08-14T18:59:11.026Z[ recovery-image] Aug 14 18:59:09.970 INFO O| Aug 14 18:59:09.970 INFO STEP 952 (remove_files) COMPLETE
81222026-08-14T18:59:11.027Z[ recovery-image] Aug 14 18:59:09.970 INFO O| Aug 14 18:59:09.970 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-14T18:59:11.041Z[ recovery-image] Aug 14 18:59:09.981 INFO O| Aug 14 18:59:09.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81242026-08-14T18:59:11.041Z[ recovery-image] Aug 14 18:59:09.981 INFO O| Aug 14 18:59:09.981 INFO STEP 953 (remove_files) COMPLETE
81252026-08-14T18:59:11.041Z[ recovery-image] Aug 14 18:59:09.981 INFO O| Aug 14 18:59:09.981 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-14T18:59:11.058Z[ recovery-image] Aug 14 18:59:10.001 INFO O| Aug 14 18:59:10.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81272026-08-14T18:59:11.058Z[ recovery-image] Aug 14 18:59:10.001 INFO O| Aug 14 18:59:10.001 INFO STEP 954 (remove_files) COMPLETE
81282026-08-14T18:59:11.058Z[ recovery-image] Aug 14 18:59:10.001 INFO O| Aug 14 18:59:10.001 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-14T18:59:11.070Z[ recovery-image] Aug 14 18:59:10.012 INFO O| Aug 14 18:59:10.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81302026-08-14T18:59:11.071Z[ recovery-image] Aug 14 18:59:10.013 INFO O| Aug 14 18:59:10.013 INFO STEP 955 (remove_files) COMPLETE
81312026-08-14T18:59:11.071Z[ recovery-image] Aug 14 18:59:10.013 INFO O| Aug 14 18:59:10.013 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-14T18:59:11.078Z[ recovery-image] Aug 14 18:59:10.022 INFO O| Aug 14 18:59:10.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81332026-08-14T18:59:11.078Z[ recovery-image] Aug 14 18:59:10.022 INFO O| Aug 14 18:59:10.022 INFO STEP 956 (remove_files) COMPLETE
81342026-08-14T18:59:11.078Z[ recovery-image] Aug 14 18:59:10.022 INFO O| Aug 14 18:59:10.022 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-14T18:59:11.088Z[ recovery-image] Aug 14 18:59:10.031 INFO O| Aug 14 18:59:10.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81362026-08-14T18:59:11.088Z[ recovery-image] Aug 14 18:59:10.031 INFO O| Aug 14 18:59:10.031 INFO STEP 957 (remove_files) COMPLETE
81372026-08-14T18:59:11.094Z[ recovery-image] Aug 14 18:59:10.031 INFO O| Aug 14 18:59:10.031 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-14T18:59:11.101Z[ recovery-image] Aug 14 18:59:10.041 INFO O| Aug 14 18:59:10.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81392026-08-14T18:59:11.101Z[ recovery-image] Aug 14 18:59:10.041 INFO O| Aug 14 18:59:10.041 INFO STEP 958 (remove_files) COMPLETE
81402026-08-14T18:59:11.101Z[ recovery-image] Aug 14 18:59:10.041 INFO O| Aug 14 18:59:10.041 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-14T18:59:11.108Z[ recovery-image] Aug 14 18:59:10.052 INFO O| Aug 14 18:59:10.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81422026-08-14T18:59:11.108Z[ recovery-image] Aug 14 18:59:10.052 INFO O| Aug 14 18:59:10.052 INFO STEP 959 (remove_files) COMPLETE
81432026-08-14T18:59:11.108Z[ recovery-image] Aug 14 18:59:10.052 INFO O| Aug 14 18:59:10.052 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-14T18:59:11.119Z[ recovery-image] Aug 14 18:59:10.062 INFO O| Aug 14 18:59:10.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81452026-08-14T18:59:11.119Z[ recovery-image] Aug 14 18:59:10.063 INFO O| Aug 14 18:59:10.063 INFO STEP 960 (remove_files) COMPLETE
81462026-08-14T18:59:11.123Z[ recovery-image] Aug 14 18:59:10.063 INFO O| Aug 14 18:59:10.063 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-14T18:59:11.128Z[ recovery-image] Aug 14 18:59:10.072 INFO O| Aug 14 18:59:10.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81482026-08-14T18:59:11.128Z[ recovery-image] Aug 14 18:59:10.072 INFO O| Aug 14 18:59:10.072 INFO STEP 961 (remove_files) COMPLETE
81492026-08-14T18:59:11.128Z[ recovery-image] Aug 14 18:59:10.072 INFO O| Aug 14 18:59:10.072 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-14T18:59:11.139Z[ recovery-image] Aug 14 18:59:10.082 INFO O| Aug 14 18:59:10.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81512026-08-14T18:59:11.139Z[ recovery-image] Aug 14 18:59:10.082 INFO O| Aug 14 18:59:10.082 INFO STEP 962 (remove_files) COMPLETE
81522026-08-14T18:59:11.139Z[ recovery-image] Aug 14 18:59:10.083 INFO O| Aug 14 18:59:10.082 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-14T18:59:11.150Z[ recovery-image] Aug 14 18:59:10.093 INFO O| Aug 14 18:59:10.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81542026-08-14T18:59:11.150Z[ recovery-image] Aug 14 18:59:10.093 INFO O| Aug 14 18:59:10.093 INFO STEP 963 (remove_files) COMPLETE
81552026-08-14T18:59:11.155Z[ recovery-image] Aug 14 18:59:10.093 INFO O| Aug 14 18:59:10.093 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-14T18:59:11.162Z[ recovery-image] Aug 14 18:59:10.104 INFO O| Aug 14 18:59:10.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81572026-08-14T18:59:11.162Z[ recovery-image] Aug 14 18:59:10.104 INFO O| Aug 14 18:59:10.104 INFO STEP 964 (remove_files) COMPLETE
81582026-08-14T18:59:11.166Z[ recovery-image] Aug 14 18:59:10.105 INFO O| Aug 14 18:59:10.104 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-14T18:59:11.172Z[ recovery-image] Aug 14 18:59:10.116 INFO O| Aug 14 18:59:10.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81602026-08-14T18:59:11.172Z[ recovery-image] Aug 14 18:59:10.116 INFO O| Aug 14 18:59:10.116 INFO STEP 965 (remove_files) COMPLETE
81612026-08-14T18:59:11.172Z[ recovery-image] Aug 14 18:59:10.116 INFO O| Aug 14 18:59:10.116 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-14T18:59:11.183Z[ recovery-image] Aug 14 18:59:10.127 INFO O| Aug 14 18:59:10.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81632026-08-14T18:59:11.183Z[ recovery-image] Aug 14 18:59:10.127 INFO O| Aug 14 18:59:10.127 INFO STEP 966 (remove_files) COMPLETE
81642026-08-14T18:59:11.187Z[ recovery-image] Aug 14 18:59:10.127 INFO O| Aug 14 18:59:10.127 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-14T18:59:11.193Z[ recovery-image] Aug 14 18:59:10.137 INFO O| Aug 14 18:59:10.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81662026-08-14T18:59:11.194Z[ recovery-image] Aug 14 18:59:10.137 INFO O| Aug 14 18:59:10.137 INFO STEP 967 (remove_files) COMPLETE
81672026-08-14T18:59:11.194Z[ recovery-image] Aug 14 18:59:10.137 INFO O| Aug 14 18:59:10.137 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-14T18:59:11.205Z[ recovery-image] Aug 14 18:59:10.149 INFO O| Aug 14 18:59:10.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81692026-08-14T18:59:11.205Z[ recovery-image] Aug 14 18:59:10.149 INFO O| Aug 14 18:59:10.149 INFO STEP 968 (remove_files) COMPLETE
81702026-08-14T18:59:11.205Z[ recovery-image] Aug 14 18:59:10.149 INFO O| Aug 14 18:59:10.149 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-14T18:59:11.217Z[ recovery-image] Aug 14 18:59:10.160 INFO O| Aug 14 18:59:10.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81722026-08-14T18:59:11.217Z[ recovery-image] Aug 14 18:59:10.160 INFO O| Aug 14 18:59:10.160 INFO STEP 969 (remove_files) COMPLETE
81732026-08-14T18:59:11.220Z[ recovery-image] Aug 14 18:59:10.160 INFO O| Aug 14 18:59:10.160 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-14T18:59:11.227Z[ recovery-image] Aug 14 18:59:10.171 INFO O| Aug 14 18:59:10.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81752026-08-14T18:59:11.228Z[ recovery-image] Aug 14 18:59:10.171 INFO O| Aug 14 18:59:10.171 INFO STEP 970 (remove_files) COMPLETE
81762026-08-14T18:59:11.228Z[ recovery-image] Aug 14 18:59:10.171 INFO O| Aug 14 18:59:10.171 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-14T18:59:11.238Z[ recovery-image] Aug 14 18:59:10.181 INFO O| Aug 14 18:59:10.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81782026-08-14T18:59:11.238Z[ recovery-image] Aug 14 18:59:10.181 INFO O| Aug 14 18:59:10.181 INFO STEP 971 (remove_files) COMPLETE
81792026-08-14T18:59:11.238Z[ recovery-image] Aug 14 18:59:10.181 INFO O| Aug 14 18:59:10.181 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-14T18:59:11.249Z[ recovery-image] Aug 14 18:59:10.193 INFO O| Aug 14 18:59:10.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81812026-08-14T18:59:11.249Z[ recovery-image] Aug 14 18:59:10.193 INFO O| Aug 14 18:59:10.193 INFO STEP 972 (remove_files) COMPLETE
81822026-08-14T18:59:11.249Z[ recovery-image] Aug 14 18:59:10.193 INFO O| Aug 14 18:59:10.193 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-14T18:59:11.258Z[ recovery-image] Aug 14 18:59:10.202 INFO O| Aug 14 18:59:10.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81842026-08-14T18:59:11.258Z[ recovery-image] Aug 14 18:59:10.202 INFO O| Aug 14 18:59:10.202 INFO STEP 973 (remove_files) COMPLETE
81852026-08-14T18:59:11.258Z[ recovery-image] Aug 14 18:59:10.202 INFO O| Aug 14 18:59:10.202 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-14T18:59:11.270Z[ recovery-image] Aug 14 18:59:10.214 INFO O| Aug 14 18:59:10.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81872026-08-14T18:59:11.270Z[ recovery-image] Aug 14 18:59:10.214 INFO O| Aug 14 18:59:10.214 INFO STEP 974 (remove_files) COMPLETE
81882026-08-14T18:59:11.270Z[ recovery-image] Aug 14 18:59:10.214 INFO O| Aug 14 18:59:10.214 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-14T18:59:11.282Z[ recovery-image] Aug 14 18:59:10.225 INFO O| Aug 14 18:59:10.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81902026-08-14T18:59:11.282Z[ recovery-image] Aug 14 18:59:10.226 INFO O| Aug 14 18:59:10.225 INFO STEP 975 (remove_files) COMPLETE
81912026-08-14T18:59:11.282Z[ recovery-image] Aug 14 18:59:10.226 INFO O| Aug 14 18:59:10.226 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-14T18:59:11.293Z[ recovery-image] Aug 14 18:59:10.237 INFO O| Aug 14 18:59:10.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
81932026-08-14T18:59:11.293Z[ recovery-image] Aug 14 18:59:10.237 INFO O| Aug 14 18:59:10.237 INFO STEP 976 (remove_files) COMPLETE
81942026-08-14T18:59:11.293Z[ recovery-image] Aug 14 18:59:10.237 INFO O| Aug 14 18:59:10.237 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-14T18:59:11.303Z[ recovery-image] Aug 14 18:59:10.246 INFO O| Aug 14 18:59:10.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
81962026-08-14T18:59:11.303Z[ recovery-image] Aug 14 18:59:10.246 INFO O| Aug 14 18:59:10.246 INFO STEP 977 (remove_files) COMPLETE
81972026-08-14T18:59:11.303Z[ recovery-image] Aug 14 18:59:10.246 INFO O| Aug 14 18:59:10.246 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-14T18:59:11.314Z[ recovery-image] Aug 14 18:59:10.258 INFO O| Aug 14 18:59:10.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
81992026-08-14T18:59:11.314Z[ recovery-image] Aug 14 18:59:10.258 INFO O| Aug 14 18:59:10.258 INFO STEP 978 (remove_files) COMPLETE
82002026-08-14T18:59:11.314Z[ recovery-image] Aug 14 18:59:10.258 INFO O| Aug 14 18:59:10.258 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-14T18:59:11.323Z[ recovery-image] Aug 14 18:59:10.267 INFO O| Aug 14 18:59:10.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82022026-08-14T18:59:11.323Z[ recovery-image] Aug 14 18:59:10.267 INFO O| Aug 14 18:59:10.267 INFO STEP 979 (remove_files) COMPLETE
82032026-08-14T18:59:11.323Z[ recovery-image] Aug 14 18:59:10.267 INFO O| Aug 14 18:59:10.267 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-14T18:59:11.332Z[ recovery-image] Aug 14 18:59:10.276 INFO O| Aug 14 18:59:10.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82052026-08-14T18:59:11.332Z[ recovery-image] Aug 14 18:59:10.276 INFO O| Aug 14 18:59:10.276 INFO STEP 980 (remove_files) COMPLETE
82062026-08-14T18:59:11.336Z[ recovery-image] Aug 14 18:59:10.276 INFO O| Aug 14 18:59:10.276 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-14T18:59:11.342Z[ recovery-image] Aug 14 18:59:10.286 INFO O| Aug 14 18:59:10.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82082026-08-14T18:59:11.342Z[ recovery-image] Aug 14 18:59:10.286 INFO O| Aug 14 18:59:10.286 INFO STEP 981 (remove_files) COMPLETE
82092026-08-14T18:59:11.345Z[ recovery-image] Aug 14 18:59:10.286 INFO O| Aug 14 18:59:10.286 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-14T18:59:11.351Z[ recovery-image] Aug 14 18:59:10.295 INFO O| Aug 14 18:59:10.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82112026-08-14T18:59:11.351Z[ recovery-image] Aug 14 18:59:10.295 INFO O| Aug 14 18:59:10.295 INFO STEP 982 (remove_files) COMPLETE
82122026-08-14T18:59:11.351Z[ recovery-image] Aug 14 18:59:10.295 INFO O| Aug 14 18:59:10.295 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-14T18:59:11.362Z[ recovery-image] Aug 14 18:59:10.306 INFO O| Aug 14 18:59:10.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82142026-08-14T18:59:11.362Z[ recovery-image] Aug 14 18:59:10.306 INFO O| Aug 14 18:59:10.306 INFO STEP 983 (remove_files) COMPLETE
82152026-08-14T18:59:11.362Z[ recovery-image] Aug 14 18:59:10.306 INFO O| Aug 14 18:59:10.306 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-14T18:59:11.373Z[ recovery-image] Aug 14 18:59:10.317 INFO O| Aug 14 18:59:10.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82172026-08-14T18:59:11.373Z[ recovery-image] Aug 14 18:59:10.317 INFO O| Aug 14 18:59:10.317 INFO STEP 984 (remove_files) COMPLETE
82182026-08-14T18:59:11.373Z[ recovery-image] Aug 14 18:59:10.317 INFO O| Aug 14 18:59:10.317 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-14T18:59:11.384Z[ recovery-image] Aug 14 18:59:10.328 INFO O| Aug 14 18:59:10.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82202026-08-14T18:59:11.384Z[ recovery-image] Aug 14 18:59:10.328 INFO O| Aug 14 18:59:10.328 INFO STEP 985 (remove_files) COMPLETE
82212026-08-14T18:59:11.387Z[ recovery-image] Aug 14 18:59:10.328 INFO O| Aug 14 18:59:10.328 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-14T18:59:11.394Z[ recovery-image] Aug 14 18:59:10.338 INFO O| Aug 14 18:59:10.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82232026-08-14T18:59:11.394Z[ recovery-image] Aug 14 18:59:10.338 INFO O| Aug 14 18:59:10.338 INFO STEP 986 (remove_files) COMPLETE
82242026-08-14T18:59:11.394Z[ recovery-image] Aug 14 18:59:10.338 INFO O| Aug 14 18:59:10.338 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-14T18:59:11.403Z[ recovery-image] Aug 14 18:59:10.347 INFO O| Aug 14 18:59:10.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82262026-08-14T18:59:11.403Z[ recovery-image] Aug 14 18:59:10.347 INFO O| Aug 14 18:59:10.347 INFO STEP 987 (remove_files) COMPLETE
82272026-08-14T18:59:11.403Z[ recovery-image] Aug 14 18:59:10.347 INFO O| Aug 14 18:59:10.347 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-14T18:59:11.415Z[ recovery-image] Aug 14 18:59:10.359 INFO O| Aug 14 18:59:10.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82292026-08-14T18:59:11.415Z[ recovery-image] Aug 14 18:59:10.359 INFO O| Aug 14 18:59:10.359 INFO STEP 988 (remove_files) COMPLETE
82302026-08-14T18:59:11.415Z[ recovery-image] Aug 14 18:59:10.359 INFO O| Aug 14 18:59:10.359 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-14T18:59:11.426Z[ recovery-image] Aug 14 18:59:10.370 INFO O| Aug 14 18:59:10.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82322026-08-14T18:59:11.427Z[ recovery-image] Aug 14 18:59:10.370 INFO O| Aug 14 18:59:10.370 INFO STEP 989 (remove_files) COMPLETE
82332026-08-14T18:59:11.427Z[ recovery-image] Aug 14 18:59:10.370 INFO O| Aug 14 18:59:10.370 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-14T18:59:11.437Z[ recovery-image] Aug 14 18:59:10.381 INFO O| Aug 14 18:59:10.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82352026-08-14T18:59:11.437Z[ recovery-image] Aug 14 18:59:10.381 INFO O| Aug 14 18:59:10.381 INFO STEP 990 (remove_files) COMPLETE
82362026-08-14T18:59:11.438Z[ recovery-image] Aug 14 18:59:10.381 INFO O| Aug 14 18:59:10.381 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-14T18:59:11.449Z[ recovery-image] Aug 14 18:59:10.393 INFO O| Aug 14 18:59:10.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82382026-08-14T18:59:11.449Z[ recovery-image] Aug 14 18:59:10.393 INFO O| Aug 14 18:59:10.393 INFO STEP 991 (remove_files) COMPLETE
82392026-08-14T18:59:11.449Z[ recovery-image] Aug 14 18:59:10.393 INFO O| Aug 14 18:59:10.393 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-14T18:59:11.459Z[ recovery-image] Aug 14 18:59:10.403 INFO O| Aug 14 18:59:10.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82412026-08-14T18:59:11.459Z[ recovery-image] Aug 14 18:59:10.403 INFO O| Aug 14 18:59:10.403 INFO STEP 992 (remove_files) COMPLETE
82422026-08-14T18:59:11.459Z[ recovery-image] Aug 14 18:59:10.403 INFO O| Aug 14 18:59:10.403 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-14T18:59:11.470Z[ recovery-image] Aug 14 18:59:10.413 INFO O| Aug 14 18:59:10.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82442026-08-14T18:59:11.470Z[ recovery-image] Aug 14 18:59:10.413 INFO O| Aug 14 18:59:10.413 INFO STEP 993 (remove_files) COMPLETE
82452026-08-14T18:59:11.470Z[ recovery-image] Aug 14 18:59:10.413 INFO O| Aug 14 18:59:10.413 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-14T18:59:11.481Z[ recovery-image] Aug 14 18:59:10.425 INFO O| Aug 14 18:59:10.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82472026-08-14T18:59:11.481Z[ recovery-image] Aug 14 18:59:10.425 INFO O| Aug 14 18:59:10.425 INFO STEP 994 (remove_files) COMPLETE
82482026-08-14T18:59:11.481Z[ recovery-image] Aug 14 18:59:10.425 INFO O| Aug 14 18:59:10.425 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-14T18:59:11.492Z[ recovery-image] Aug 14 18:59:10.436 INFO O| Aug 14 18:59:10.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82502026-08-14T18:59:11.492Z[ recovery-image] Aug 14 18:59:10.436 INFO O| Aug 14 18:59:10.436 INFO STEP 995 (remove_files) COMPLETE
82512026-08-14T18:59:11.492Z[ recovery-image] Aug 14 18:59:10.436 INFO O| Aug 14 18:59:10.436 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-14T18:59:11.503Z[ recovery-image] Aug 14 18:59:10.446 INFO O| Aug 14 18:59:10.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82532026-08-14T18:59:11.506Z[ recovery-image] Aug 14 18:59:10.446 INFO O| Aug 14 18:59:10.446 INFO STEP 996 (remove_files) COMPLETE
82542026-08-14T18:59:11.507Z[ recovery-image] Aug 14 18:59:10.446 INFO O| Aug 14 18:59:10.446 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-14T18:59:11.511Z[ recovery-image] Aug 14 18:59:10.455 INFO O| Aug 14 18:59:10.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82562026-08-14T18:59:11.511Z[ recovery-image] Aug 14 18:59:10.455 INFO O| Aug 14 18:59:10.455 INFO STEP 997 (remove_files) COMPLETE
82572026-08-14T18:59:11.511Z[ recovery-image] Aug 14 18:59:10.455 INFO O| Aug 14 18:59:10.455 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-14T18:59:11.520Z[ recovery-image] Aug 14 18:59:10.463 INFO O| Aug 14 18:59:10.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82592026-08-14T18:59:11.520Z[ recovery-image] Aug 14 18:59:10.464 INFO O| Aug 14 18:59:10.463 INFO STEP 998 (remove_files) COMPLETE
82602026-08-14T18:59:11.523Z[ recovery-image] Aug 14 18:59:10.464 INFO O| Aug 14 18:59:10.463 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-14T18:59:11.528Z[ recovery-image] Aug 14 18:59:10.472 INFO O| Aug 14 18:59:10.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82622026-08-14T18:59:11.528Z[ recovery-image] Aug 14 18:59:10.472 INFO O| Aug 14 18:59:10.472 INFO STEP 999 (remove_files) COMPLETE
82632026-08-14T18:59:11.528Z[ recovery-image] Aug 14 18:59:10.472 INFO O| Aug 14 18:59:10.472 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-14T18:59:11.538Z[ recovery-image] Aug 14 18:59:10.481 INFO O| Aug 14 18:59:10.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82652026-08-14T18:59:11.538Z[ recovery-image] Aug 14 18:59:10.481 INFO O| Aug 14 18:59:10.481 INFO STEP 1000 (remove_files) COMPLETE
82662026-08-14T18:59:11.538Z[ recovery-image] Aug 14 18:59:10.481 INFO O| Aug 14 18:59:10.481 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-14T18:59:11.546Z[ recovery-image] Aug 14 18:59:10.490 INFO O| Aug 14 18:59:10.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82682026-08-14T18:59:11.547Z[ recovery-image] Aug 14 18:59:10.490 INFO O| Aug 14 18:59:10.490 INFO STEP 1001 (remove_files) COMPLETE
82692026-08-14T18:59:11.547Z[ recovery-image] Aug 14 18:59:10.490 INFO O| Aug 14 18:59:10.490 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-08-14T18:59:11.557Z[ recovery-image] Aug 14 18:59:10.500 INFO O| Aug 14 18:59:10.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82712026-08-14T18:59:11.560Z[ recovery-image] Aug 14 18:59:10.501 INFO O| Aug 14 18:59:10.501 INFO STEP 1002 (remove_files) COMPLETE
82722026-08-14T18:59:11.560Z[ recovery-image] Aug 14 18:59:10.501 INFO O| Aug 14 18:59:10.501 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-08-14T18:59:11.568Z[ recovery-image] Aug 14 18:59:10.512 INFO O| Aug 14 18:59:10.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82742026-08-14T18:59:11.568Z[ recovery-image] Aug 14 18:59:10.512 INFO O| Aug 14 18:59:10.512 INFO STEP 1003 (remove_files) COMPLETE
82752026-08-14T18:59:11.572Z[ recovery-image] Aug 14 18:59:10.512 INFO O| Aug 14 18:59:10.512 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-14T18:59:11.578Z[ recovery-image] Aug 14 18:59:10.521 INFO O| Aug 14 18:59:10.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82772026-08-14T18:59:11.578Z[ recovery-image] Aug 14 18:59:10.522 INFO O| Aug 14 18:59:10.522 INFO STEP 1004 (remove_files) COMPLETE
82782026-08-14T18:59:11.578Z[ recovery-image] Aug 14 18:59:10.522 INFO O| Aug 14 18:59:10.522 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-14T18:59:11.591Z[ recovery-image] Aug 14 18:59:10.532 INFO O| Aug 14 18:59:10.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82802026-08-14T18:59:11.591Z[ recovery-image] Aug 14 18:59:10.532 INFO O| Aug 14 18:59:10.532 INFO STEP 1005 (remove_files) COMPLETE
82812026-08-14T18:59:11.591Z[ recovery-image] Aug 14 18:59:10.532 INFO O| Aug 14 18:59:10.532 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-14T18:59:11.598Z[ recovery-image] Aug 14 18:59:10.542 INFO O| Aug 14 18:59:10.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82832026-08-14T18:59:11.598Z[ recovery-image] Aug 14 18:59:10.542 INFO O| Aug 14 18:59:10.542 INFO STEP 1006 (remove_files) COMPLETE
82842026-08-14T18:59:11.598Z[ recovery-image] Aug 14 18:59:10.542 INFO O| Aug 14 18:59:10.542 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-14T18:59:11.607Z[ recovery-image] Aug 14 18:59:10.551 INFO O| Aug 14 18:59:10.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82862026-08-14T18:59:11.607Z[ recovery-image] Aug 14 18:59:10.551 INFO O| Aug 14 18:59:10.551 INFO STEP 1007 (remove_files) COMPLETE
82872026-08-14T18:59:11.611Z[ recovery-image] Aug 14 18:59:10.551 INFO O| Aug 14 18:59:10.551 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-08-14T18:59:11.619Z[ recovery-image] Aug 14 18:59:10.563 INFO O| Aug 14 18:59:10.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82892026-08-14T18:59:11.619Z[ recovery-image] Aug 14 18:59:10.563 INFO O| Aug 14 18:59:10.563 INFO STEP 1008 (remove_files) COMPLETE
82902026-08-14T18:59:11.619Z[ recovery-image] Aug 14 18:59:10.563 INFO O| Aug 14 18:59:10.563 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-08-14T18:59:11.629Z[ recovery-image] Aug 14 18:59:10.573 INFO O| Aug 14 18:59:10.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
82922026-08-14T18:59:11.629Z[ recovery-image] Aug 14 18:59:10.573 INFO O| Aug 14 18:59:10.573 INFO STEP 1009 (remove_files) COMPLETE
82932026-08-14T18:59:11.629Z[ recovery-image] Aug 14 18:59:10.573 INFO O| Aug 14 18:59:10.573 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-08-14T18:59:11.641Z[ recovery-image] Aug 14 18:59:10.584 INFO O| Aug 14 18:59:10.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
82952026-08-14T18:59:11.641Z[ recovery-image] Aug 14 18:59:10.584 INFO O| Aug 14 18:59:10.584 INFO STEP 1010 (remove_files) COMPLETE
82962026-08-14T18:59:11.641Z[ recovery-image] Aug 14 18:59:10.584 INFO O| Aug 14 18:59:10.584 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-08-14T18:59:11.651Z[ recovery-image] Aug 14 18:59:10.595 INFO O| Aug 14 18:59:10.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
82982026-08-14T18:59:11.651Z[ recovery-image] Aug 14 18:59:10.595 INFO O| Aug 14 18:59:10.595 INFO STEP 1011 (remove_files) COMPLETE
82992026-08-14T18:59:11.655Z[ recovery-image] Aug 14 18:59:10.595 INFO O| Aug 14 18:59:10.595 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-08-14T18:59:11.662Z[ recovery-image] Aug 14 18:59:10.606 INFO O| Aug 14 18:59:10.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83012026-08-14T18:59:11.663Z[ recovery-image] Aug 14 18:59:10.606 INFO O| Aug 14 18:59:10.606 INFO STEP 1012 (remove_files) COMPLETE
83022026-08-14T18:59:11.666Z[ recovery-image] Aug 14 18:59:10.606 INFO O| Aug 14 18:59:10.606 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-08-14T18:59:11.673Z[ recovery-image] Aug 14 18:59:10.617 INFO O| Aug 14 18:59:10.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83042026-08-14T18:59:11.673Z[ recovery-image] Aug 14 18:59:10.617 INFO O| Aug 14 18:59:10.617 INFO STEP 1013 (remove_files) COMPLETE
83052026-08-14T18:59:11.674Z[ recovery-image] Aug 14 18:59:10.617 INFO O| Aug 14 18:59:10.617 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-08-14T18:59:11.684Z[ recovery-image] Aug 14 18:59:10.628 INFO O| Aug 14 18:59:10.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83072026-08-14T18:59:11.684Z[ recovery-image] Aug 14 18:59:10.628 INFO O| Aug 14 18:59:10.628 INFO STEP 1014 (remove_files) COMPLETE
83082026-08-14T18:59:11.684Z[ recovery-image] Aug 14 18:59:10.628 INFO O| Aug 14 18:59:10.628 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-08-14T18:59:11.695Z[ recovery-image] Aug 14 18:59:10.639 INFO O| Aug 14 18:59:10.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83102026-08-14T18:59:11.699Z[ recovery-image] Aug 14 18:59:10.640 INFO O| Aug 14 18:59:10.640 INFO STEP 1015 (remove_files) COMPLETE
83112026-08-14T18:59:11.699Z[ recovery-image] Aug 14 18:59:10.640 INFO O| Aug 14 18:59:10.640 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-08-14T18:59:11.707Z[ recovery-image] Aug 14 18:59:10.650 INFO O| Aug 14 18:59:10.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83132026-08-14T18:59:11.707Z[ recovery-image] Aug 14 18:59:10.650 INFO O| Aug 14 18:59:10.650 INFO STEP 1016 (remove_files) COMPLETE
83142026-08-14T18:59:11.707Z[ recovery-image] Aug 14 18:59:10.650 INFO O| Aug 14 18:59:10.650 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-08-14T18:59:11.715Z[ recovery-image] Aug 14 18:59:10.659 INFO O| Aug 14 18:59:10.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83162026-08-14T18:59:11.715Z[ recovery-image] Aug 14 18:59:10.659 INFO O| Aug 14 18:59:10.659 INFO STEP 1017 (remove_files) COMPLETE
83172026-08-14T18:59:11.716Z[ recovery-image] Aug 14 18:59:10.659 INFO O| Aug 14 18:59:10.659 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-08-14T18:59:11.725Z[ recovery-image] Aug 14 18:59:10.668 INFO O| Aug 14 18:59:10.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83192026-08-14T18:59:11.725Z[ recovery-image] Aug 14 18:59:10.668 INFO O| Aug 14 18:59:10.668 INFO STEP 1018 (remove_files) COMPLETE
83202026-08-14T18:59:11.725Z[ recovery-image] Aug 14 18:59:10.668 INFO O| Aug 14 18:59:10.668 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-08-14T18:59:11.734Z[ recovery-image] Aug 14 18:59:10.678 INFO O| Aug 14 18:59:10.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83222026-08-14T18:59:11.734Z[ recovery-image] Aug 14 18:59:10.678 INFO O| Aug 14 18:59:10.678 INFO STEP 1019 (remove_files) COMPLETE
83232026-08-14T18:59:11.737Z[ recovery-image] Aug 14 18:59:10.678 INFO O| Aug 14 18:59:10.678 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-08-14T18:59:11.744Z[ recovery-image] Aug 14 18:59:10.688 INFO O| Aug 14 18:59:10.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83252026-08-14T18:59:11.744Z[ recovery-image] Aug 14 18:59:10.688 INFO O| Aug 14 18:59:10.688 INFO STEP 1020 (remove_files) COMPLETE
83262026-08-14T18:59:11.748Z[ recovery-image] Aug 14 18:59:10.688 INFO O| Aug 14 18:59:10.688 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-08-14T18:59:11.756Z[ recovery-image] Aug 14 18:59:10.700 INFO O| Aug 14 18:59:10.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83282026-08-14T18:59:11.756Z[ recovery-image] Aug 14 18:59:10.700 INFO O| Aug 14 18:59:10.700 INFO STEP 1021 (remove_files) COMPLETE
83292026-08-14T18:59:11.756Z[ recovery-image] Aug 14 18:59:10.700 INFO O| Aug 14 18:59:10.700 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-08-14T18:59:11.767Z[ recovery-image] Aug 14 18:59:10.710 INFO O| Aug 14 18:59:10.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83312026-08-14T18:59:11.767Z[ recovery-image] Aug 14 18:59:10.711 INFO O| Aug 14 18:59:10.711 INFO STEP 1022 (remove_files) COMPLETE
83322026-08-14T18:59:11.770Z[ recovery-image] Aug 14 18:59:10.711 INFO O| Aug 14 18:59:10.711 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-08-14T18:59:11.778Z[ recovery-image] Aug 14 18:59:10.722 INFO O| Aug 14 18:59:10.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83342026-08-14T18:59:11.778Z[ recovery-image] Aug 14 18:59:10.722 INFO O| Aug 14 18:59:10.722 INFO STEP 1023 (remove_files) COMPLETE
83352026-08-14T18:59:11.778Z[ recovery-image] Aug 14 18:59:10.722 INFO O| Aug 14 18:59:10.722 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-08-14T18:59:11.791Z[ recovery-image] Aug 14 18:59:10.733 INFO O| Aug 14 18:59:10.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83372026-08-14T18:59:11.791Z[ recovery-image] Aug 14 18:59:10.733 INFO O| Aug 14 18:59:10.733 INFO STEP 1024 (remove_files) COMPLETE
83382026-08-14T18:59:11.791Z[ recovery-image] Aug 14 18:59:10.733 INFO O| Aug 14 18:59:10.733 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-08-14T18:59:11.799Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
83402026-08-14T18:59:11.803Z[ recovery-image] Aug 14 18:59:10.744 INFO O| Aug 14 18:59:10.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83412026-08-14T18:59:11.803Z[ recovery-image] Aug 14 18:59:10.744 INFO O| Aug 14 18:59:10.744 INFO STEP 1025 (remove_files) COMPLETE
83422026-08-14T18:59:11.803Z[ recovery-image] Aug 14 18:59:10.744 INFO O| Aug 14 18:59:10.744 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-14T18:59:11.812Z[ recovery-image] Aug 14 18:59:10.756 INFO O| Aug 14 18:59:10.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83442026-08-14T18:59:11.812Z[ recovery-image] Aug 14 18:59:10.756 INFO O| Aug 14 18:59:10.756 INFO STEP 1026 (remove_files) COMPLETE
83452026-08-14T18:59:11.812Z[ recovery-image] Aug 14 18:59:10.756 INFO O| Aug 14 18:59:10.756 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-14T18:59:11.823Z[ recovery-image] Aug 14 18:59:10.767 INFO O| Aug 14 18:59:10.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83472026-08-14T18:59:11.824Z[ recovery-image] Aug 14 18:59:10.767 INFO O| Aug 14 18:59:10.767 INFO STEP 1027 (remove_files) COMPLETE
83482026-08-14T18:59:11.824Z[ recovery-image] Aug 14 18:59:10.767 INFO O| Aug 14 18:59:10.767 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-14T18:59:11.834Z[ recovery-image] Aug 14 18:59:10.777 INFO O| Aug 14 18:59:10.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83502026-08-14T18:59:11.834Z[ recovery-image] Aug 14 18:59:10.777 INFO O| Aug 14 18:59:10.777 INFO STEP 1028 (remove_files) COMPLETE
83512026-08-14T18:59:11.834Z[ recovery-image] Aug 14 18:59:10.777 INFO O| Aug 14 18:59:10.777 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-14T18:59:11.844Z[ recovery-image] Aug 14 18:59:10.788 INFO O| Aug 14 18:59:10.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83532026-08-14T18:59:11.844Z[ recovery-image] Aug 14 18:59:10.788 INFO O| Aug 14 18:59:10.788 INFO STEP 1029 (remove_files) COMPLETE
83542026-08-14T18:59:11.844Z[ recovery-image] Aug 14 18:59:10.788 INFO O| Aug 14 18:59:10.788 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-14T18:59:11.855Z[ recovery-image] Aug 14 18:59:10.799 INFO O| Aug 14 18:59:10.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83562026-08-14T18:59:11.856Z[ recovery-image] Aug 14 18:59:10.799 INFO O| Aug 14 18:59:10.799 INFO STEP 1030 (remove_files) COMPLETE
83572026-08-14T18:59:11.856Z[ recovery-image] Aug 14 18:59:10.799 INFO O| Aug 14 18:59:10.799 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-14T18:59:11.892Z[ recovery-image] Aug 14 18:59:10.835 INFO O| Aug 14 18:59:10.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83592026-08-14T18:59:11.892Z[ recovery-image] Aug 14 18:59:10.835 INFO O| Aug 14 18:59:10.835 INFO STEP 1031 (remove_files) COMPLETE
83602026-08-14T18:59:11.892Z[ recovery-image] Aug 14 18:59:10.836 INFO O| Aug 14 18:59:10.836 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-14T18:59:11.902Z[ recovery-image] Aug 14 18:59:10.846 INFO O| Aug 14 18:59:10.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83622026-08-14T18:59:11.902Z[ recovery-image] Aug 14 18:59:10.846 INFO O| Aug 14 18:59:10.846 INFO STEP 1032 (remove_files) COMPLETE
83632026-08-14T18:59:11.902Z[ recovery-image] Aug 14 18:59:10.846 INFO O| Aug 14 18:59:10.846 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-14T18:59:11.906Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
83652026-08-14T18:59:11.914Z[ recovery-image] Aug 14 18:59:10.858 INFO O| Aug 14 18:59:10.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83662026-08-14T18:59:11.914Z[ recovery-image] Aug 14 18:59:10.858 INFO O| Aug 14 18:59:10.858 INFO STEP 1033 (remove_files) COMPLETE
83672026-08-14T18:59:11.917Z[ recovery-image] Aug 14 18:59:10.858 INFO O| Aug 14 18:59:10.858 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-14T18:59:11.926Z[ recovery-image] Aug 14 18:59:10.869 INFO O| Aug 14 18:59:10.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83692026-08-14T18:59:11.926Z[ recovery-image] Aug 14 18:59:10.869 INFO O| Aug 14 18:59:10.869 INFO STEP 1034 (remove_files) COMPLETE
83702026-08-14T18:59:11.929Z[ recovery-image] Aug 14 18:59:10.869 INFO O| Aug 14 18:59:10.869 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-14T18:59:11.965Z[ recovery-image] Aug 14 18:59:10.908 INFO O| Aug 14 18:59:10.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83722026-08-14T18:59:11.965Z[ recovery-image] Aug 14 18:59:10.908 INFO O| Aug 14 18:59:10.908 INFO STEP 1035 (remove_files) COMPLETE
83732026-08-14T18:59:11.965Z[ recovery-image] Aug 14 18:59:10.908 INFO O| Aug 14 18:59:10.908 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-14T18:59:11.974Z[ recovery-image] Aug 14 18:59:10.918 INFO O| Aug 14 18:59:10.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83752026-08-14T18:59:11.974Z[ recovery-image] Aug 14 18:59:10.918 INFO O| Aug 14 18:59:10.918 INFO STEP 1036 (remove_files) COMPLETE
83762026-08-14T18:59:11.974Z[ recovery-image] Aug 14 18:59:10.918 INFO O| Aug 14 18:59:10.918 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-14T18:59:11.997Z[ recovery-image] Aug 14 18:59:10.941 INFO O| Aug 14 18:59:10.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83782026-08-14T18:59:11.997Z[ recovery-image] Aug 14 18:59:10.941 INFO O| Aug 14 18:59:10.941 INFO STEP 1037 (remove_files) COMPLETE
83792026-08-14T18:59:11.997Z[ recovery-image] Aug 14 18:59:10.941 INFO O| Aug 14 18:59:10.941 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-14T18:59:12.034Z[ recovery-image] Aug 14 18:59:10.978 INFO O| Aug 14 18:59:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83812026-08-14T18:59:12.034Z[ recovery-image] Aug 14 18:59:10.978 INFO O| Aug 14 18:59:10.978 INFO STEP 1038 (remove_files) COMPLETE
83822026-08-14T18:59:12.034Z[ recovery-image] Aug 14 18:59:10.978 INFO O| Aug 14 18:59:10.978 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-14T18:59:12.047Z[ recovery-image] Aug 14 18:59:10.991 INFO O| Aug 14 18:59:10.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83842026-08-14T18:59:12.047Z[ recovery-image] Aug 14 18:59:10.991 INFO O| Aug 14 18:59:10.991 INFO STEP 1039 (remove_files) COMPLETE
83852026-08-14T18:59:12.047Z[ recovery-image] Aug 14 18:59:10.991 INFO O| Aug 14 18:59:10.991 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-14T18:59:12.058Z[ recovery-image] Aug 14 18:59:11.001 INFO O| Aug 14 18:59:11.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83872026-08-14T18:59:12.058Z[ recovery-image] Aug 14 18:59:11.002 INFO O| Aug 14 18:59:11.002 INFO STEP 1040 (remove_files) COMPLETE
83882026-08-14T18:59:12.058Z[ recovery-image] Aug 14 18:59:11.002 INFO O| Aug 14 18:59:11.002 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-14T18:59:12.067Z[ recovery-image] Aug 14 18:59:11.011 INFO O| Aug 14 18:59:11.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83902026-08-14T18:59:12.067Z[ recovery-image] Aug 14 18:59:11.011 INFO O| Aug 14 18:59:11.011 INFO STEP 1041 (remove_files) COMPLETE
83912026-08-14T18:59:12.067Z[ recovery-image] Aug 14 18:59:11.011 INFO O| Aug 14 18:59:11.011 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-14T18:59:12.078Z[ recovery-image] Aug 14 18:59:11.021 INFO O| Aug 14 18:59:11.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
83932026-08-14T18:59:12.078Z[ recovery-image] Aug 14 18:59:11.021 INFO O| Aug 14 18:59:11.021 INFO STEP 1042 (remove_files) COMPLETE
83942026-08-14T18:59:12.078Z[ recovery-image] Aug 14 18:59:11.021 INFO O| Aug 14 18:59:11.021 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-14T18:59:12.094Z[ recovery-image] Aug 14 18:59:11.038 INFO O| Aug 14 18:59:11.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
83962026-08-14T18:59:12.094Z[ recovery-image] Aug 14 18:59:11.038 INFO O| Aug 14 18:59:11.038 INFO STEP 1043 (remove_files) COMPLETE
83972026-08-14T18:59:12.094Z[ recovery-image] Aug 14 18:59:11.038 INFO O| Aug 14 18:59:11.038 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-14T18:59:12.103Z[ recovery-image] Aug 14 18:59:11.047 INFO O| Aug 14 18:59:11.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
83992026-08-14T18:59:12.103Z[ recovery-image] Aug 14 18:59:11.047 INFO O| Aug 14 18:59:11.047 INFO STEP 1044 (remove_files) COMPLETE
84002026-08-14T18:59:12.106Z[ recovery-image] Aug 14 18:59:11.047 INFO O| Aug 14 18:59:11.047 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-14T18:59:12.113Z[ recovery-image] Aug 14 18:59:11.057 INFO O| Aug 14 18:59:11.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84022026-08-14T18:59:12.113Z[ recovery-image] Aug 14 18:59:11.057 INFO O| Aug 14 18:59:11.056 INFO STEP 1045 (remove_files) COMPLETE
84032026-08-14T18:59:12.113Z[ recovery-image] Aug 14 18:59:11.057 INFO O| Aug 14 18:59:11.056 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-14T18:59:12.121Z[ recovery-image] Aug 14 18:59:11.065 INFO O| Aug 14 18:59:11.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84052026-08-14T18:59:12.121Z[ recovery-image] Aug 14 18:59:11.065 INFO O| Aug 14 18:59:11.065 INFO STEP 1046 (remove_files) COMPLETE
84062026-08-14T18:59:12.121Z[ recovery-image] Aug 14 18:59:11.065 INFO O| Aug 14 18:59:11.065 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-14T18:59:12.130Z[ recovery-image] Aug 14 18:59:11.074 INFO O| Aug 14 18:59:11.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84082026-08-14T18:59:12.130Z[ recovery-image] Aug 14 18:59:11.074 INFO O| Aug 14 18:59:11.074 INFO STEP 1047 (remove_files) COMPLETE
84092026-08-14T18:59:12.135Z[ recovery-image] Aug 14 18:59:11.074 INFO O| Aug 14 18:59:11.074 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-14T18:59:12.140Z[ recovery-image] Aug 14 18:59:11.084 INFO O| Aug 14 18:59:11.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84112026-08-14T18:59:12.140Z[ recovery-image] Aug 14 18:59:11.084 INFO O| Aug 14 18:59:11.084 INFO STEP 1048 (remove_files) COMPLETE
84122026-08-14T18:59:12.140Z[ recovery-image] Aug 14 18:59:11.084 INFO O| Aug 14 18:59:11.084 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-14T18:59:12.150Z[ recovery-image] Aug 14 18:59:11.094 INFO O| Aug 14 18:59:11.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84142026-08-14T18:59:12.150Z[ recovery-image] Aug 14 18:59:11.094 INFO O| Aug 14 18:59:11.094 INFO STEP 1049 (remove_files) COMPLETE
84152026-08-14T18:59:12.154Z[ recovery-image] Aug 14 18:59:11.094 INFO O| Aug 14 18:59:11.094 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-14T18:59:12.160Z[ recovery-image] Aug 14 18:59:11.103 INFO O| Aug 14 18:59:11.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84172026-08-14T18:59:12.160Z[ recovery-image] Aug 14 18:59:11.104 INFO O| Aug 14 18:59:11.104 INFO STEP 1050 (remove_files) COMPLETE
84182026-08-14T18:59:12.160Z[ recovery-image] Aug 14 18:59:11.104 INFO O| Aug 14 18:59:11.104 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-14T18:59:12.169Z[ recovery-image] Aug 14 18:59:11.113 INFO O| Aug 14 18:59:11.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84202026-08-14T18:59:12.169Z[ recovery-image] Aug 14 18:59:11.113 INFO O| Aug 14 18:59:11.113 INFO STEP 1051 (remove_files) COMPLETE
84212026-08-14T18:59:12.169Z[ recovery-image] Aug 14 18:59:11.113 INFO O| Aug 14 18:59:11.113 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-14T18:59:12.180Z[ recovery-image] Aug 14 18:59:11.124 INFO O| Aug 14 18:59:11.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84232026-08-14T18:59:12.181Z[ recovery-image] Aug 14 18:59:11.124 INFO O| Aug 14 18:59:11.124 INFO STEP 1052 (remove_files) COMPLETE
84242026-08-14T18:59:12.184Z[ recovery-image] Aug 14 18:59:11.124 INFO O| Aug 14 18:59:11.124 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-14T18:59:12.190Z[ recovery-image] Aug 14 18:59:11.134 INFO O| Aug 14 18:59:11.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84262026-08-14T18:59:12.190Z[ recovery-image] Aug 14 18:59:11.134 INFO O| Aug 14 18:59:11.134 INFO STEP 1053 (remove_files) COMPLETE
84272026-08-14T18:59:12.190Z[ recovery-image] Aug 14 18:59:11.134 INFO O| Aug 14 18:59:11.134 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-14T18:59:12.201Z[ recovery-image] Aug 14 18:59:11.145 INFO O| Aug 14 18:59:11.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84292026-08-14T18:59:12.201Z[ recovery-image] Aug 14 18:59:11.145 INFO O| Aug 14 18:59:11.145 INFO STEP 1054 (remove_files) COMPLETE
84302026-08-14T18:59:12.205Z[ recovery-image] Aug 14 18:59:11.145 INFO O| Aug 14 18:59:11.145 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-14T18:59:12.209Z[ recovery-image] Aug 14 18:59:11.153 INFO O| Aug 14 18:59:11.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84322026-08-14T18:59:12.209Z[ recovery-image] Aug 14 18:59:11.153 INFO O| Aug 14 18:59:11.153 INFO STEP 1055 (remove_files) COMPLETE
84332026-08-14T18:59:12.213Z[ recovery-image] Aug 14 18:59:11.153 INFO O| Aug 14 18:59:11.153 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-14T18:59:12.217Z[ recovery-image] Aug 14 18:59:11.161 INFO O| Aug 14 18:59:11.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84352026-08-14T18:59:12.218Z[ recovery-image] Aug 14 18:59:11.161 INFO O| Aug 14 18:59:11.161 INFO STEP 1056 (remove_files) COMPLETE
84362026-08-14T18:59:12.221Z[ recovery-image] Aug 14 18:59:11.161 INFO O| Aug 14 18:59:11.161 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-14T18:59:12.226Z[ recovery-image] Aug 14 18:59:11.169 INFO O| Aug 14 18:59:11.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84382026-08-14T18:59:12.226Z[ recovery-image] Aug 14 18:59:11.169 INFO O| Aug 14 18:59:11.169 INFO STEP 1057 (remove_files) COMPLETE
84392026-08-14T18:59:12.226Z[ recovery-image] Aug 14 18:59:11.170 INFO O| Aug 14 18:59:11.169 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-14T18:59:12.235Z[ recovery-image] Aug 14 18:59:11.179 INFO O| Aug 14 18:59:11.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84412026-08-14T18:59:12.235Z[ recovery-image] Aug 14 18:59:11.179 INFO O| Aug 14 18:59:11.179 INFO STEP 1058 (remove_files) COMPLETE
84422026-08-14T18:59:12.235Z[ recovery-image] Aug 14 18:59:11.179 INFO O| Aug 14 18:59:11.179 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-14T18:59:12.245Z[ recovery-image] Aug 14 18:59:11.189 INFO O| Aug 14 18:59:11.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84442026-08-14T18:59:12.245Z[ recovery-image] Aug 14 18:59:11.189 INFO O| Aug 14 18:59:11.189 INFO STEP 1059 (remove_files) COMPLETE
84452026-08-14T18:59:12.245Z[ recovery-image] Aug 14 18:59:11.189 INFO O| Aug 14 18:59:11.189 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-14T18:59:12.256Z[ recovery-image] Aug 14 18:59:11.199 INFO O| Aug 14 18:59:11.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84472026-08-14T18:59:12.256Z[ recovery-image] Aug 14 18:59:11.199 INFO O| Aug 14 18:59:11.199 INFO STEP 1060 (remove_files) COMPLETE
84482026-08-14T18:59:12.259Z[ recovery-image] Aug 14 18:59:11.199 INFO O| Aug 14 18:59:11.199 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-14T18:59:12.265Z[ recovery-image] Aug 14 18:59:11.209 INFO O| Aug 14 18:59:11.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84502026-08-14T18:59:12.265Z[ recovery-image] Aug 14 18:59:11.209 INFO O| Aug 14 18:59:11.209 INFO STEP 1061 (remove_files) COMPLETE
84512026-08-14T18:59:12.265Z[ recovery-image] Aug 14 18:59:11.209 INFO O| Aug 14 18:59:11.209 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-14T18:59:12.276Z[ recovery-image] Aug 14 18:59:11.219 INFO O| Aug 14 18:59:11.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84532026-08-14T18:59:12.279Z[ recovery-image] Aug 14 18:59:11.220 INFO O| Aug 14 18:59:11.220 INFO STEP 1062 (remove_files) COMPLETE
84542026-08-14T18:59:12.279Z[ recovery-image] Aug 14 18:59:11.220 INFO O| Aug 14 18:59:11.220 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-14T18:59:12.287Z[ recovery-image] Aug 14 18:59:11.231 INFO O| Aug 14 18:59:11.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84562026-08-14T18:59:12.287Z[ recovery-image] Aug 14 18:59:11.231 INFO O| Aug 14 18:59:11.231 INFO STEP 1063 (remove_files) COMPLETE
84572026-08-14T18:59:12.290Z[ recovery-image] Aug 14 18:59:11.231 INFO O| Aug 14 18:59:11.231 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-14T18:59:12.296Z[ recovery-image] Aug 14 18:59:11.240 INFO O| Aug 14 18:59:11.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84592026-08-14T18:59:12.296Z[ recovery-image] Aug 14 18:59:11.240 INFO O| Aug 14 18:59:11.240 INFO STEP 1064 (remove_files) COMPLETE
84602026-08-14T18:59:12.297Z[ recovery-image] Aug 14 18:59:11.240 INFO O| Aug 14 18:59:11.240 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-14T18:59:12.307Z[ recovery-image] Aug 14 18:59:11.250 INFO O| Aug 14 18:59:11.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84622026-08-14T18:59:12.307Z[ recovery-image] Aug 14 18:59:11.250 INFO O| Aug 14 18:59:11.250 INFO STEP 1065 (remove_files) COMPLETE
84632026-08-14T18:59:12.307Z[ recovery-image] Aug 14 18:59:11.250 INFO O| Aug 14 18:59:11.250 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-14T18:59:12.317Z[ recovery-image] Aug 14 18:59:11.261 INFO O| Aug 14 18:59:11.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84652026-08-14T18:59:12.318Z[ recovery-image] Aug 14 18:59:11.261 INFO O| Aug 14 18:59:11.261 INFO STEP 1066 (remove_files) COMPLETE
84662026-08-14T18:59:12.318Z[ recovery-image] Aug 14 18:59:11.261 INFO O| Aug 14 18:59:11.261 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-14T18:59:12.329Z[ recovery-image] Aug 14 18:59:11.272 INFO O| Aug 14 18:59:11.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84682026-08-14T18:59:12.329Z[ recovery-image] Aug 14 18:59:11.272 INFO O| Aug 14 18:59:11.272 INFO STEP 1067 (remove_files) COMPLETE
84692026-08-14T18:59:12.332Z[ recovery-image] Aug 14 18:59:11.272 INFO O| Aug 14 18:59:11.272 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-14T18:59:12.340Z[ recovery-image] Aug 14 18:59:11.284 INFO O| Aug 14 18:59:11.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84712026-08-14T18:59:12.340Z[ recovery-image] Aug 14 18:59:11.284 INFO O| Aug 14 18:59:11.284 INFO STEP 1068 (remove_files) COMPLETE
84722026-08-14T18:59:12.340Z[ recovery-image] Aug 14 18:59:11.284 INFO O| Aug 14 18:59:11.284 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-14T18:59:12.350Z[ recovery-image] Aug 14 18:59:11.293 INFO O| Aug 14 18:59:11.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84742026-08-14T18:59:12.350Z[ recovery-image] Aug 14 18:59:11.293 INFO O| Aug 14 18:59:11.293 INFO STEP 1069 (remove_files) COMPLETE
84752026-08-14T18:59:12.350Z[ recovery-image] Aug 14 18:59:11.293 INFO O| Aug 14 18:59:11.293 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-14T18:59:12.358Z[ recovery-image] Aug 14 18:59:11.302 INFO O| Aug 14 18:59:11.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84772026-08-14T18:59:12.358Z[ recovery-image] Aug 14 18:59:11.302 INFO O| Aug 14 18:59:11.302 INFO STEP 1070 (remove_files) COMPLETE
84782026-08-14T18:59:12.358Z[ recovery-image] Aug 14 18:59:11.302 INFO O| Aug 14 18:59:11.302 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-14T18:59:12.371Z[ recovery-image] Aug 14 18:59:11.313 INFO O| Aug 14 18:59:11.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84802026-08-14T18:59:12.371Z[ recovery-image] Aug 14 18:59:11.313 INFO O| Aug 14 18:59:11.313 INFO STEP 1071 (remove_files) COMPLETE
84812026-08-14T18:59:12.371Z[ recovery-image] Aug 14 18:59:11.313 INFO O| Aug 14 18:59:11.313 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-14T18:59:12.378Z[ recovery-image] Aug 14 18:59:11.322 INFO O| Aug 14 18:59:11.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84832026-08-14T18:59:12.378Z[ recovery-image] Aug 14 18:59:11.322 INFO O| Aug 14 18:59:11.322 INFO STEP 1072 (remove_files) COMPLETE
84842026-08-14T18:59:12.378Z[ recovery-image] Aug 14 18:59:11.322 INFO O| Aug 14 18:59:11.322 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-14T18:59:12.386Z[ recovery-image] Aug 14 18:59:11.329 INFO O| Aug 14 18:59:11.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84862026-08-14T18:59:12.386Z[ recovery-image] Aug 14 18:59:11.329 INFO O| Aug 14 18:59:11.329 INFO STEP 1073 (remove_files) COMPLETE
84872026-08-14T18:59:12.389Z[ recovery-image] Aug 14 18:59:11.329 INFO O| Aug 14 18:59:11.329 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-14T18:59:12.398Z[ recovery-image] Aug 14 18:59:11.342 INFO O| Aug 14 18:59:11.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
84892026-08-14T18:59:12.402Z[ recovery-image] Aug 14 18:59:11.343 INFO O| Aug 14 18:59:11.343 INFO STEP 1074 (remove_files) COMPLETE
84902026-08-14T18:59:12.402Z[ recovery-image] Aug 14 18:59:11.343 INFO O| Aug 14 18:59:11.343 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-14T18:59:12.408Z[ recovery-image] Aug 14 18:59:11.352 INFO O| Aug 14 18:59:11.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
84922026-08-14T18:59:12.408Z[ recovery-image] Aug 14 18:59:11.352 INFO O| Aug 14 18:59:11.352 INFO STEP 1075 (remove_files) COMPLETE
84932026-08-14T18:59:12.412Z[ recovery-image] Aug 14 18:59:11.352 INFO O| Aug 14 18:59:11.352 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-14T18:59:12.425Z[ recovery-image] Aug 14 18:59:11.360 INFO O| Aug 14 18:59:11.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
84952026-08-14T18:59:12.425Z[ recovery-image] Aug 14 18:59:11.360 INFO O| Aug 14 18:59:11.360 INFO STEP 1076 (remove_files) COMPLETE
84962026-08-14T18:59:12.425Z[ recovery-image] Aug 14 18:59:11.360 INFO O| Aug 14 18:59:11.360 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-14T18:59:12.428Z[ recovery-image] Aug 14 18:59:11.369 INFO O| Aug 14 18:59:11.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
84982026-08-14T18:59:12.428Z[ recovery-image] Aug 14 18:59:11.369 INFO O| Aug 14 18:59:11.369 INFO STEP 1077 (remove_files) COMPLETE
84992026-08-14T18:59:12.428Z[ recovery-image] Aug 14 18:59:11.369 INFO O| Aug 14 18:59:11.369 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-14T18:59:12.433Z[ recovery-image] Aug 14 18:59:11.377 INFO O| Aug 14 18:59:11.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85012026-08-14T18:59:12.433Z[ recovery-image] Aug 14 18:59:11.377 INFO O| Aug 14 18:59:11.377 INFO STEP 1078 (remove_files) COMPLETE
85022026-08-14T18:59:12.433Z[ recovery-image] Aug 14 18:59:11.377 INFO O| Aug 14 18:59:11.377 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-14T18:59:12.442Z[ recovery-image] Aug 14 18:59:11.386 INFO O| Aug 14 18:59:11.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85042026-08-14T18:59:12.442Z[ recovery-image] Aug 14 18:59:11.386 INFO O| Aug 14 18:59:11.386 INFO STEP 1079 (remove_files) COMPLETE
85052026-08-14T18:59:12.442Z[ recovery-image] Aug 14 18:59:11.386 INFO O| Aug 14 18:59:11.386 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-14T18:59:12.453Z[ recovery-image] Aug 14 18:59:11.397 INFO O| Aug 14 18:59:11.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85072026-08-14T18:59:12.457Z[ recovery-image] Aug 14 18:59:11.397 INFO O| Aug 14 18:59:11.397 INFO STEP 1080 (remove_files) COMPLETE
85082026-08-14T18:59:12.457Z[ recovery-image] Aug 14 18:59:11.397 INFO O| Aug 14 18:59:11.397 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-14T18:59:12.464Z[ recovery-image] Aug 14 18:59:11.408 INFO O| Aug 14 18:59:11.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85102026-08-14T18:59:12.464Z[ recovery-image] Aug 14 18:59:11.408 INFO O| Aug 14 18:59:11.408 INFO STEP 1081 (remove_files) COMPLETE
85112026-08-14T18:59:12.465Z[ recovery-image] Aug 14 18:59:11.408 INFO O| Aug 14 18:59:11.408 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-14T18:59:12.475Z[ recovery-image] Aug 14 18:59:11.419 INFO O| Aug 14 18:59:11.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85132026-08-14T18:59:12.475Z[ recovery-image] Aug 14 18:59:11.419 INFO O| Aug 14 18:59:11.419 INFO STEP 1082 (remove_files) COMPLETE
85142026-08-14T18:59:12.475Z[ recovery-image] Aug 14 18:59:11.419 INFO O| Aug 14 18:59:11.419 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-14T18:59:12.485Z[ recovery-image] Aug 14 18:59:11.429 INFO O| Aug 14 18:59:11.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85162026-08-14T18:59:12.485Z[ recovery-image] Aug 14 18:59:11.429 INFO O| Aug 14 18:59:11.429 INFO STEP 1083 (remove_files) COMPLETE
85172026-08-14T18:59:12.485Z[ recovery-image] Aug 14 18:59:11.429 INFO O| Aug 14 18:59:11.429 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-14T18:59:12.497Z[ recovery-image] Aug 14 18:59:11.439 INFO O| Aug 14 18:59:11.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85192026-08-14T18:59:12.497Z[ recovery-image] Aug 14 18:59:11.439 INFO O| Aug 14 18:59:11.439 INFO STEP 1084 (remove_files) COMPLETE
85202026-08-14T18:59:12.497Z[ recovery-image] Aug 14 18:59:11.439 INFO O| Aug 14 18:59:11.439 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-14T18:59:12.506Z[ recovery-image] Aug 14 18:59:11.450 INFO O| Aug 14 18:59:11.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85222026-08-14T18:59:12.506Z[ recovery-image] Aug 14 18:59:11.450 INFO O| Aug 14 18:59:11.450 INFO STEP 1085 (remove_files) COMPLETE
85232026-08-14T18:59:12.506Z[ recovery-image] Aug 14 18:59:11.450 INFO O| Aug 14 18:59:11.450 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-14T18:59:12.516Z[ recovery-image] Aug 14 18:59:11.460 INFO O| Aug 14 18:59:11.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85252026-08-14T18:59:12.516Z[ recovery-image] Aug 14 18:59:11.460 INFO O| Aug 14 18:59:11.460 INFO STEP 1086 (remove_files) COMPLETE
85262026-08-14T18:59:12.519Z[ recovery-image] Aug 14 18:59:11.460 INFO O| Aug 14 18:59:11.460 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-14T18:59:12.519Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
85282026-08-14T18:59:12.526Z[ recovery-image] Aug 14 18:59:11.470 INFO O| Aug 14 18:59:11.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85292026-08-14T18:59:12.527Z[ recovery-image] Aug 14 18:59:11.470 INFO O| Aug 14 18:59:11.470 INFO STEP 1087 (remove_files) COMPLETE
85302026-08-14T18:59:12.530Z[ recovery-image] Aug 14 18:59:11.470 INFO O| Aug 14 18:59:11.470 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-14T18:59:12.540Z[ recovery-image] Aug 14 18:59:11.483 INFO O| Aug 14 18:59:11.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85322026-08-14T18:59:12.540Z[ recovery-image] Aug 14 18:59:11.484 INFO O| Aug 14 18:59:11.484 INFO STEP 1088 (remove_files) COMPLETE
85332026-08-14T18:59:12.540Z[ recovery-image] Aug 14 18:59:11.484 INFO O| Aug 14 18:59:11.484 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-14T18:59:12.551Z[ recovery-image] Aug 14 18:59:11.494 INFO O| Aug 14 18:59:11.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85352026-08-14T18:59:12.551Z[ recovery-image] Aug 14 18:59:11.494 INFO O| Aug 14 18:59:11.494 INFO STEP 1089 (remove_files) COMPLETE
85362026-08-14T18:59:12.551Z[ recovery-image] Aug 14 18:59:11.494 INFO O| Aug 14 18:59:11.494 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-14T18:59:12.560Z[ recovery-image] Aug 14 18:59:11.504 INFO O| Aug 14 18:59:11.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85382026-08-14T18:59:12.560Z[ recovery-image] Aug 14 18:59:11.504 INFO O| Aug 14 18:59:11.504 INFO STEP 1090 (remove_files) COMPLETE
85392026-08-14T18:59:12.561Z[ recovery-image] Aug 14 18:59:11.504 INFO O| Aug 14 18:59:11.504 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-14T18:59:12.570Z[ recovery-image] Aug 14 18:59:11.514 INFO O| Aug 14 18:59:11.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85412026-08-14T18:59:12.570Z[ recovery-image] Aug 14 18:59:11.514 INFO O| Aug 14 18:59:11.514 INFO STEP 1091 (remove_files) COMPLETE
85422026-08-14T18:59:12.570Z[ recovery-image] Aug 14 18:59:11.514 INFO O| Aug 14 18:59:11.514 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-14T18:59:12.579Z[ recovery-image] Aug 14 18:59:11.523 INFO O| Aug 14 18:59:11.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85442026-08-14T18:59:12.584Z[ recovery-image] Aug 14 18:59:11.524 INFO O| Aug 14 18:59:11.524 INFO STEP 1092 (remove_files) COMPLETE
85452026-08-14T18:59:12.584Z[ recovery-image] Aug 14 18:59:11.524 INFO O| Aug 14 18:59:11.524 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.533 INFO O| Aug 14 18:59:11.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85472026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.533 INFO O| Aug 14 18:59:11.533 INFO STEP 1093 (remove_files) COMPLETE
85482026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.533 INFO O| Aug 14 18:59:11.533 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.542 INFO O| Aug 14 18:59:11.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85502026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.542 INFO O| Aug 14 18:59:11.542 INFO STEP 1094 (remove_files) COMPLETE
85512026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.542 INFO O| Aug 14 18:59:11.542 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.550 INFO O| Aug 14 18:59:11.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85532026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.550 INFO O| Aug 14 18:59:11.550 INFO STEP 1095 (remove_files) COMPLETE
85542026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.550 INFO O| Aug 14 18:59:11.550 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.559 INFO O| Aug 14 18:59:11.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85562026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.559 INFO O| Aug 14 18:59:11.559 INFO STEP 1096 (remove_files) COMPLETE
85572026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.559 INFO O| Aug 14 18:59:11.559 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.567 INFO O| Aug 14 18:59:11.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85592026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.567 INFO O| Aug 14 18:59:11.567 INFO STEP 1097 (remove_files) COMPLETE
85602026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.567 INFO O| Aug 14 18:59:11.567 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.576 INFO O| Aug 14 18:59:11.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85622026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.576 INFO O| Aug 14 18:59:11.576 INFO STEP 1098 (remove_files) COMPLETE
85632026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.576 INFO O| Aug 14 18:59:11.576 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.585 INFO O| Aug 14 18:59:11.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85652026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.586 INFO O| Aug 14 18:59:11.586 INFO STEP 1099 (remove_files) COMPLETE
85662026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.586 INFO O| Aug 14 18:59:11.586 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.595 INFO O| Aug 14 18:59:11.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85682026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.595 INFO O| Aug 14 18:59:11.595 INFO STEP 1100 (remove_files) COMPLETE
85692026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.595 INFO O| Aug 14 18:59:11.595 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.605 INFO O| Aug 14 18:59:11.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85712026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.605 INFO O| Aug 14 18:59:11.605 INFO STEP 1101 (remove_files) COMPLETE
85722026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.605 INFO O| Aug 14 18:59:11.605 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.616 INFO O| Aug 14 18:59:11.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85742026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.616 INFO O| Aug 14 18:59:11.616 INFO STEP 1102 (remove_files) COMPLETE
85752026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.616 INFO O| Aug 14 18:59:11.616 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-14T18:59:13.010Z[ recovery-image] Aug 14 18:59:11.626 INFO O| Aug 14 18:59:11.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85772026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.627 INFO O| Aug 14 18:59:11.627 INFO STEP 1103 (remove_files) COMPLETE
85782026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.627 INFO O| Aug 14 18:59:11.627 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.637 INFO O| Aug 14 18:59:11.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85802026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.637 INFO O| Aug 14 18:59:11.637 INFO STEP 1104 (remove_files) COMPLETE
85812026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.637 INFO O| Aug 14 18:59:11.637 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.646 INFO O| Aug 14 18:59:11.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85832026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.646 INFO O| Aug 14 18:59:11.646 INFO STEP 1105 (remove_files) COMPLETE
85842026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.646 INFO O| Aug 14 18:59:11.646 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.656 INFO O| Aug 14 18:59:11.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85862026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.656 INFO O| Aug 14 18:59:11.656 INFO STEP 1106 (remove_files) COMPLETE
85872026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.656 INFO O| Aug 14 18:59:11.656 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.665 INFO O| Aug 14 18:59:11.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
85892026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.665 INFO O| Aug 14 18:59:11.665 INFO STEP 1107 (remove_files) COMPLETE
85902026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.665 INFO O| Aug 14 18:59:11.665 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.676 INFO O| Aug 14 18:59:11.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
85922026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.676 INFO O| Aug 14 18:59:11.676 INFO STEP 1108 (remove_files) COMPLETE
85932026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.676 INFO O| Aug 14 18:59:11.676 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.686 INFO O| Aug 14 18:59:11.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
85952026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.686 INFO O| Aug 14 18:59:11.686 INFO STEP 1109 (remove_files) COMPLETE
85962026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.686 INFO O| Aug 14 18:59:11.686 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.695 INFO O| Aug 14 18:59:11.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
85982026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.695 INFO O| Aug 14 18:59:11.695 INFO STEP 1110 (remove_files) COMPLETE
85992026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.695 INFO O| Aug 14 18:59:11.695 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.705 INFO O| Aug 14 18:59:11.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86012026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.705 INFO O| Aug 14 18:59:11.705 INFO STEP 1111 (remove_files) COMPLETE
86022026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.705 INFO O| Aug 14 18:59:11.705 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.715 INFO O| Aug 14 18:59:11.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86042026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.715 INFO O| Aug 14 18:59:11.715 INFO STEP 1112 (remove_files) COMPLETE
86052026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.715 INFO O| Aug 14 18:59:11.715 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.724 INFO O| Aug 14 18:59:11.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86072026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.724 INFO O| Aug 14 18:59:11.724 INFO STEP 1113 (remove_files) COMPLETE
86082026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.724 INFO O| Aug 14 18:59:11.724 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.735 INFO O| Aug 14 18:59:11.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86102026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.735 INFO O| Aug 14 18:59:11.735 INFO STEP 1114 (remove_files) COMPLETE
86112026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.735 INFO O| Aug 14 18:59:11.735 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.747 INFO O| Aug 14 18:59:11.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86132026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.747 INFO O| Aug 14 18:59:11.747 INFO STEP 1115 (remove_files) COMPLETE
86142026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.747 INFO O| Aug 14 18:59:11.747 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.757 INFO O| Aug 14 18:59:11.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86162026-08-14T18:59:13.011Z[ recovery-image] Aug 14 18:59:11.757 INFO O| Aug 14 18:59:11.757 INFO STEP 1116 (remove_files) COMPLETE
86172026-08-14T18:59:13.012Z[ recovery-image] Aug 14 18:59:11.757 INFO O| Aug 14 18:59:11.757 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-14T18:59:13.012Z[ recovery-image] Aug 14 18:59:11.768 INFO O| Aug 14 18:59:11.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86192026-08-14T18:59:13.012Z[ recovery-image] Aug 14 18:59:11.768 INFO O| Aug 14 18:59:11.768 INFO STEP 1117 (remove_files) COMPLETE
86202026-08-14T18:59:13.012Z[ recovery-image] Aug 14 18:59:11.768 INFO O| Aug 14 18:59:11.768 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86212026-08-14T18:59:13.012Z[ recovery-image] Aug 14 18:59:11.783 INFO O| Aug 14 18:59:11.783 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86222026-08-14T18:59:13.012Z[ recovery-image] Aug 14 18:59:11.783 INFO O| Aug 14 18:59:11.783 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86232026-08-14T18:59:13.012Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86242026-08-14T18:59:13.227Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86252026-08-14T18:59:13.524Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86262026-08-14T18:59:13.867Z[ recovery-image] Aug 14 18:59:12.810 INFO O| Aug 14 18:59:12.810 INFO STEP 1118 (pack_tar) COMPLETE
86272026-08-14T18:59:13.867Z[ recovery-image] Aug 14 18:59:12.810 INFO O| Aug 14 18:59:12.810 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86282026-08-14T18:59:13.867Z[ recovery-image] Aug 14 18:59:12.810 INFO O| Aug 14 18:59:12.810 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86292026-08-14T18:59:14.110Z[verify-libraries] Compiling git2 v0.20.4
86302026-08-14T18:59:14.699Z[ recovery-image] Aug 14 18:59:13.642 INFO O| Aug 14 18:59:13.642 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86312026-08-14T18:59:14.822Z[ recovery-image] Aug 14 18:59:13.766 INFO O| Aug 14 18:59:13.766 INFO completed processing sled/ramdisk-03-recovery-trim
86322026-08-14T18:59:14.826Z[ recovery-image] Aug 14 18:59:13.769 INFO image builder template: zfs-recovery...
86332026-08-14T18:59:14.826Z[ recovery-image] Aug 14 18:59:13.769 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/.tmpxeUstV/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
86342026-08-14T18:59:14.854Z[ recovery-image] Aug 14 18:59:13.798 INFO O| Aug 14 18:59:13.798 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86352026-08-14T18:59:14.859Z[ recovery-image] Aug 14 18:59:13.803 INFO O| Aug 14 18:59:13.803 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86362026-08-14T18:59:14.925Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86372026-08-14T18:59:15.028Z[ recovery-image] Aug 14 18:59:13.972 INFO O| Aug 14 18:59:13.972 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86382026-08-14T18:59:15.125Z[ recovery-image] Aug 14 18:59:14.068 INFO O| Aug 14 18:59:14.068 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86392026-08-14T18:59:15.125Z[ recovery-image] Aug 14 18:59:14.068 INFO O| Aug 14 18:59:14.068 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86402026-08-14T18:59:15.129Z[ recovery-image] Aug 14 18:59:14.073 INFO O| Aug 14 18:59:14.073 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86412026-08-14T18:59:15.171Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86422026-08-14T18:59:15.208Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86432026-08-14T18:59:15.237Z[ recovery-image] Aug 14 18:59:14.180 INFO O| Aug 14 18:59:14.180 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86442026-08-14T18:59:15.323Z[ recovery-image] Aug 14 18:59:14.266 INFO O| Aug 14 18:59:14.265 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86452026-08-14T18:59:15.330Z[ recovery-image] Aug 14 18:59:14.273 INFO O| Aug 14 18:59:14.273 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86462026-08-14T18:59:15.334Z[ recovery-image] Aug 14 18:59:14.277 INFO O| Aug 14 18:59:14.277 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86472026-08-14T18:59:15.337Z[ recovery-image] Aug 14 18:59:14.279 INFO O| Aug 14 18:59:14.279 INFO no lofi found
86482026-08-14T18:59:15.337Z[ recovery-image] Aug 14 18:59:14.279 INFO O| Aug 14 18:59:14.279 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86492026-08-14T18:59:15.337Z[ recovery-image] Aug 14 18:59:14.279 INFO O| Aug 14 18:59:14.279 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86502026-08-14T18:59:15.341Z[verify-libraries] Compiling yansi v1.0.1
86512026-08-14T18:59:15.451Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86522026-08-14T18:59:15.584Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86532026-08-14T18:59:15.836Z[verify-libraries] Compiling pretty_assertions v1.4.1
86542026-08-14T18:59:16.154Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86552026-08-14T18:59:16.279Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86562026-08-14T18:59:16.418Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86572026-08-14T18:59:16.458Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86582026-08-14T18:59:16.784Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86592026-08-14T18:59:17.050Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86602026-08-14T18:59:17.057Z[ recovery-image] Aug 14 18:59:16.001 INFO O| Aug 14 18:59:16.001 INFO lofi device = /dev/dsk/c2t1d0p0
86612026-08-14T18:59:17.061Z[ recovery-image] Aug 14 18:59:16.001 INFO O| Aug 14 18:59:16.001 INFO pool device = /dev/dsk/c2t1d0p0
86622026-08-14T18:59:17.061Z[ recovery-image] Aug 14 18:59:16.001 INFO O| Aug 14 18:59:16.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"]
86632026-08-14T18:59:17.099Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86642026-08-14T18:59:17.279Z[ recovery-image] Aug 14 18:59:16.222 INFO O| Aug 14 18:59:16.222 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86652026-08-14T18:59:17.279Z[ recovery-image] Aug 14 18:59:16.222 INFO O| Aug 14 18:59:16.222 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86662026-08-14T18:59:17.303Z[ recovery-image] Aug 14 18:59:16.246 INFO O| Aug 14 18:59:16.246 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86672026-08-14T18:59:17.379Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86682026-08-14T18:59:17.410Z[ recovery-image] Aug 14 18:59:16.351 INFO O| Aug 14 18:59:16.351 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86692026-08-14T18:59:17.437Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86702026-08-14T18:59:17.451Z[ recovery-image] Aug 14 18:59:16.394 INFO O| Aug 14 18:59:16.394 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86712026-08-14T18:59:17.482Z[ recovery-image] Aug 14 18:59:16.421 INFO O| Aug 14 18:59:16.421 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86722026-08-14T18:59:17.494Z[ recovery-image] Aug 14 18:59:16.438 INFO O| Aug 14 18:59:16.438 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86732026-08-14T18:59:17.510Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86742026-08-14T18:59:17.539Z[ recovery-image] Aug 14 18:59:16.482 INFO O| Aug 14 18:59:16.482 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86752026-08-14T18:59:17.539Z[ recovery-image] Aug 14 18:59:16.482 INFO O| Aug 14 18:59:16.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86762026-08-14T18:59:17.539Z[ recovery-image] Aug 14 18:59:16.482 INFO O| Aug 14 18:59:16.482 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86772026-08-14T18:59:17.548Z[ recovery-image] Aug 14 18:59:16.491 INFO O| Aug 14 18:59:16.491 INFO boot environment UUID: 63cd4d78-6a9b-43fd-8597-010bf7dda16f
86782026-08-14T18:59:17.548Z[ recovery-image] Aug 14 18:59:16.491 INFO O| Aug 14 18:59:16.491 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 63cd4d78-6a9b-43fd-8597-010bf7dda16f
86792026-08-14T18:59:17.573Z[ recovery-image] Aug 14 18:59:16.515 INFO O| Aug 14 18:59:16.511 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86802026-08-14T18:59:17.586Z[ recovery-image] Aug 14 18:59:16.530 INFO O| Aug 14 18:59:16.529 INFO STEP 0 (create_be) COMPLETE
86812026-08-14T18:59:17.586Z[ recovery-image] Aug 14 18:59:16.530 INFO O| Aug 14 18:59:16.529 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86822026-08-14T18:59:17.600Z[ recovery-image] Aug 14 18:59:16.544 INFO O| Aug 14 18:59:16.544 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"]
86832026-08-14T18:59:17.696Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86842026-08-14T18:59:17.847Z[verify-libraries] Compiling drift v0.2.0
86852026-08-14T18:59:17.911Z[verify-libraries] Compiling uzers v0.12.2
86862026-08-14T18:59:18.019Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86872026-08-14T18:59:18.893Z[verify-libraries] Compiling parse-size v1.1.0
86882026-08-14T18:59:19.146Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86892026-08-14T18:59:19.297Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86902026-08-14T18:59:19.517Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86912026-08-14T18:59:20.152Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86922026-08-14T18:59:20.567Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
86932026-08-14T18:59:22.079Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86942026-08-14T18:59:22.288Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86952026-08-14T18:59:22.530Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
86962026-08-14T18:59:23.490Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
86972026-08-14T18:59:25.086Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
86982026-08-14T18:59:25.367Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
86992026-08-14T18:59:25.726Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87002026-08-14T18:59:25.726Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87012026-08-14T18:59:25.829Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87022026-08-14T18:59:26.102Z[verify-libraries] Compiling multimap v0.10.1
87032026-08-14T18:59:26.373Z[verify-libraries] Compiling termios v0.3.3
87042026-08-14T18:59:26.451Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87052026-08-14T18:59:26.510Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87062026-08-14T18:59:26.647Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87072026-08-14T18:59:26.771Z[ recovery-image] Aug 14 18:59:25.715 INFO O| Aug 14 18:59:25.714 INFO STEP 1 (unpack_tar) COMPLETE
87082026-08-14T18:59:26.771Z[ recovery-image] Aug 14 18:59:25.715 INFO O| Aug 14 18:59:25.715 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87092026-08-14T18:59:26.783Z[ recovery-image] Aug 14 18:59:25.726 INFO O| Aug 14 18:59:25.726 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87102026-08-14T18:59:28.012Z[ recovery-image] Aug 14 18:59:26.955 INFO O| Aug 14 18:59:26.955 INFO STEP 2 (devfsadm) COMPLETE
87112026-08-14T18:59:28.012Z[ recovery-image] Aug 14 18:59:26.955 INFO O| Aug 14 18:59:26.955 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87122026-08-14T18:59:28.022Z[ recovery-image] Aug 14 18:59:26.965 INFO O| Aug 14 18:59:26.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87132026-08-14T18:59:28.022Z[ recovery-image] Aug 14 18:59:26.965 INFO O| Aug 14 18:59:26.965 INFO STEP 3 (ensure_dir) COMPLETE
87142026-08-14T18:59:28.022Z[ recovery-image] Aug 14 18:59:26.965 INFO O| Aug 14 18:59:26.965 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87152026-08-14T18:59:28.031Z[ recovery-image] Aug 14 18:59:26.975 INFO O| Aug 14 18:59:26.974 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87162026-08-14T18:59:28.031Z[ recovery-image] Aug 14 18:59:26.975 INFO O| Aug 14 18:59:26.975 INFO STEP 4 (ensure_dir) COMPLETE
87172026-08-14T18:59:28.035Z[ recovery-image] Aug 14 18:59:26.975 INFO O| Aug 14 18:59:26.975 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182026-08-14T18:59:28.042Z[ recovery-image] Aug 14 18:59:26.985 INFO O| Aug 14 18:59:26.985 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87192026-08-14T18:59:28.042Z[ recovery-image] Aug 14 18:59:26.985 INFO O| Aug 14 18:59:26.985 INFO STEP 5 (ensure_dir) COMPLETE
87202026-08-14T18:59:28.045Z[ recovery-image] Aug 14 18:59:26.985 INFO O| Aug 14 18:59:26.985 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87212026-08-14T18:59:28.052Z[ recovery-image] Aug 14 18:59:26.995 INFO O| Aug 14 18:59:26.995 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87222026-08-14T18:59:28.052Z[ recovery-image] Aug 14 18:59:26.995 INFO O| Aug 14 18:59:26.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87232026-08-14T18:59:28.055Z[ recovery-image] Aug 14 18:59:26.995 INFO O| Aug 14 18:59:26.995 INFO STEP 6 (ensure_dir) COMPLETE
87242026-08-14T18:59:28.055Z[ recovery-image] Aug 14 18:59:26.995 INFO O| Aug 14 18:59:26.995 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252026-08-14T18:59:28.063Z[ recovery-image] Aug 14 18:59:27.006 INFO O| Aug 14 18:59:27.006 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87262026-08-14T18:59:28.063Z[ recovery-image] Aug 14 18:59:27.006 INFO O| Aug 14 18:59:27.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87272026-08-14T18:59:28.063Z[ recovery-image] Aug 14 18:59:27.006 INFO O| Aug 14 18:59:27.006 INFO STEP 7 (ensure_dir) COMPLETE
87282026-08-14T18:59:28.063Z[ recovery-image] Aug 14 18:59:27.006 INFO O| Aug 14 18:59:27.006 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87292026-08-14T18:59:28.071Z[ recovery-image] Aug 14 18:59:27.015 INFO O| Aug 14 18:59:27.015 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87302026-08-14T18:59:28.075Z[ recovery-image] Aug 14 18:59:27.016 INFO O| Aug 14 18:59:27.016 INFO STEP 8 (remove_files) COMPLETE
87312026-08-14T18:59:28.075Z[ recovery-image] Aug 14 18:59:27.016 INFO O| Aug 14 18:59:27.016 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87322026-08-14T18:59:28.081Z[ recovery-image] Aug 14 18:59:27.025 INFO O| Aug 14 18:59:27.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87332026-08-14T18:59:28.084Z[ recovery-image] Aug 14 18:59:27.025 INFO O| Aug 14 18:59:27.025 INFO STEP 9 (remove_files) COMPLETE
87342026-08-14T18:59:28.085Z[ recovery-image] Aug 14 18:59:27.025 INFO O| Aug 14 18:59:27.025 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352026-08-14T18:59:28.090Z[ recovery-image] Aug 14 18:59:27.034 INFO O| Aug 14 18:59:27.034 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87362026-08-14T18:59:28.094Z[ recovery-image] Aug 14 18:59:27.035 INFO O| Aug 14 18:59:27.035 INFO STEP 10 (remove_files) COMPLETE
87372026-08-14T18:59:28.094Z[ recovery-image] Aug 14 18:59:27.035 INFO O| Aug 14 18:59:27.035 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382026-08-14T18:59:28.104Z[ recovery-image] Aug 14 18:59:27.047 INFO O| Aug 14 18:59:27.047 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87392026-08-14T18:59:28.104Z[ recovery-image] Aug 14 18:59:27.047 INFO O| Aug 14 18:59:27.047 INFO STEP 11 (remove_files) COMPLETE
87402026-08-14T18:59:28.104Z[ recovery-image] Aug 14 18:59:27.047 INFO O| Aug 14 18:59:27.047 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-08-14T18:59:28.114Z[ recovery-image] Aug 14 18:59:27.057 INFO O| Aug 14 18:59:27.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87422026-08-14T18:59:28.114Z[ recovery-image] Aug 14 18:59:27.057 INFO O| Aug 14 18:59:27.057 INFO STEP 12 (remove_files) COMPLETE
87432026-08-14T18:59:28.114Z[ recovery-image] Aug 14 18:59:27.057 INFO O| Aug 14 18:59:27.057 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87442026-08-14T18:59:28.123Z[ recovery-image] Aug 14 18:59:27.067 INFO O| Aug 14 18:59:27.067 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87452026-08-14T18:59:28.123Z[ recovery-image] Aug 14 18:59:27.067 INFO O| Aug 14 18:59:27.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87462026-08-14T18:59:28.123Z[ recovery-image] Aug 14 18:59:27.067 INFO O| Aug 14 18:59:27.067 INFO STEP 13 (ensure_dir) COMPLETE
87472026-08-14T18:59:28.127Z[ recovery-image] Aug 14 18:59:27.067 INFO O| Aug 14 18:59:27.067 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-14T18:59:28.132Z[ recovery-image] Aug 14 18:59:27.076 INFO O| Aug 14 18:59:27.076 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87492026-08-14T18:59:28.132Z[ recovery-image] Aug 14 18:59:27.076 INFO O| Aug 14 18:59:27.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87502026-08-14T18:59:28.133Z[ recovery-image] Aug 14 18:59:27.076 INFO O| Aug 14 18:59:27.076 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87512026-08-14T18:59:28.136Z[ recovery-image] Aug 14 18:59:27.076 INFO O| Aug 14 18:59:27.076 INFO STEP 14 (ensure_dir) COMPLETE
87522026-08-14T18:59:28.136Z[ recovery-image] Aug 14 18:59:27.076 INFO O| Aug 14 18:59:27.076 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532026-08-14T18:59:28.143Z[ recovery-image] Aug 14 18:59:27.086 INFO O| Aug 14 18:59:27.086 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87542026-08-14T18:59:28.143Z[ recovery-image] Aug 14 18:59:27.086 INFO O| Aug 14 18:59:27.086 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87552026-08-14T18:59:28.143Z[ recovery-image] Aug 14 18:59:27.086 INFO O| Aug 14 18:59:27.086 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87562026-08-14T18:59:28.146Z[ recovery-image] Aug 14 18:59:27.086 INFO O| Aug 14 18:59:27.086 INFO STEP 15 (ensure_dir) COMPLETE
87572026-08-14T18:59:28.146Z[ recovery-image] Aug 14 18:59:27.086 INFO O| Aug 14 18:59:27.086 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582026-08-14T18:59:28.154Z[ recovery-image] Aug 14 18:59:27.098 INFO O| Aug 14 18:59:27.098 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87592026-08-14T18:59:28.154Z[ recovery-image] Aug 14 18:59:27.098 INFO O| Aug 14 18:59:27.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87602026-08-14T18:59:28.158Z[ recovery-image] Aug 14 18:59:27.098 INFO O| Aug 14 18:59:27.098 INFO STEP 16 (ensure_dir) COMPLETE
87612026-08-14T18:59:28.158Z[ recovery-image] Aug 14 18:59:27.098 INFO O| Aug 14 18:59:27.098 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622026-08-14T18:59:28.165Z[ recovery-image] Aug 14 18:59:27.108 INFO O| Aug 14 18:59:27.108 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87632026-08-14T18:59:28.165Z[ recovery-image] Aug 14 18:59:27.108 INFO O| Aug 14 18:59:27.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87642026-08-14T18:59:28.165Z[ recovery-image] Aug 14 18:59:27.108 INFO O| Aug 14 18:59:27.108 INFO STEP 17 (ensure_dir) COMPLETE
87652026-08-14T18:59:28.169Z[ recovery-image] Aug 14 18:59:27.108 INFO O| Aug 14 18:59:27.108 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662026-08-14T18:59:28.175Z[ recovery-image] Aug 14 18:59:27.118 INFO O| Aug 14 18:59:27.118 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87672026-08-14T18:59:28.175Z[ recovery-image] Aug 14 18:59:27.118 INFO O| Aug 14 18:59:27.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87682026-08-14T18:59:28.175Z[ recovery-image] Aug 14 18:59:27.118 INFO O| Aug 14 18:59:27.118 INFO ok!
87692026-08-14T18:59:28.178Z[ recovery-image] Aug 14 18:59:27.118 INFO O| Aug 14 18:59:27.118 INFO STEP 18 (ensure_symlink) COMPLETE
87702026-08-14T18:59:28.178Z[ recovery-image] Aug 14 18:59:27.118 INFO O| Aug 14 18:59:27.118 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-08-14T18:59:28.184Z[ recovery-image] Aug 14 18:59:27.128 INFO O| Aug 14 18:59:27.128 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87722026-08-14T18:59:28.184Z[ recovery-image] Aug 14 18:59:27.128 INFO O| Aug 14 18:59:27.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87732026-08-14T18:59:28.188Z[ recovery-image] Aug 14 18:59:27.128 INFO O| Aug 14 18:59:27.128 INFO ok!
87742026-08-14T18:59:28.188Z[ recovery-image] Aug 14 18:59:27.128 INFO O| Aug 14 18:59:27.128 INFO STEP 19 (ensure_file) COMPLETE
87752026-08-14T18:59:28.188Z[ recovery-image] Aug 14 18:59:27.128 INFO O| Aug 14 18:59:27.128 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87762026-08-14T18:59:28.195Z[ recovery-image] Aug 14 18:59:27.139 INFO O| Aug 14 18:59:27.139 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87772026-08-14T18:59:28.195Z[ recovery-image] Aug 14 18:59:27.139 INFO O| Aug 14 18:59:27.139 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87782026-08-14T18:59:28.195Z[ recovery-image] Aug 14 18:59:27.139 INFO O| Aug 14 18:59:27.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87792026-08-14T18:59:28.199Z[ recovery-image] Aug 14 18:59:27.139 INFO O| Aug 14 18:59:27.139 INFO ok!
87802026-08-14T18:59:28.199Z[ recovery-image] Aug 14 18:59:27.139 INFO O| Aug 14 18:59:27.139 INFO STEP 20 (ensure_symlink) COMPLETE
87812026-08-14T18:59:28.199Z[ recovery-image] Aug 14 18:59:27.139 INFO O| Aug 14 18:59:27.139 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87822026-08-14T18:59:28.206Z[ recovery-image] Aug 14 18:59:27.149 INFO O| Aug 14 18:59:27.149 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87832026-08-14T18:59:28.206Z[ recovery-image] Aug 14 18:59:27.149 INFO O| Aug 14 18:59:27.149 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87842026-08-14T18:59:28.206Z[ recovery-image] Aug 14 18:59:27.149 INFO O| Aug 14 18:59:27.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87852026-08-14T18:59:28.209Z[ recovery-image] Aug 14 18:59:27.149 INFO O| Aug 14 18:59:27.149 INFO ok!
87862026-08-14T18:59:28.209Z[ recovery-image] Aug 14 18:59:27.149 INFO O| Aug 14 18:59:27.149 INFO STEP 21 (ensure_symlink) COMPLETE
87872026-08-14T18:59:28.209Z[ recovery-image] Aug 14 18:59:27.149 INFO O| Aug 14 18:59:27.149 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87882026-08-14T18:59:28.218Z[ recovery-image] Aug 14 18:59:27.162 INFO O| Aug 14 18:59:27.161 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87892026-08-14T18:59:28.218Z[ recovery-image] Aug 14 18:59:27.162 INFO O| Aug 14 18:59:27.162 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87902026-08-14T18:59:28.221Z[ recovery-image] Aug 14 18:59:27.162 INFO O| Aug 14 18:59:27.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87912026-08-14T18:59:28.221Z[ recovery-image] Aug 14 18:59:27.162 INFO O| Aug 14 18:59:27.162 INFO ok!
87922026-08-14T18:59:28.221Z[ recovery-image] Aug 14 18:59:27.162 INFO O| Aug 14 18:59:27.162 INFO STEP 22 (ensure_symlink) COMPLETE
87932026-08-14T18:59:28.222Z[ recovery-image] Aug 14 18:59:27.162 INFO O| Aug 14 18:59:27.162 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87942026-08-14T18:59:28.229Z[ recovery-image] Aug 14 18:59:27.173 INFO O| Aug 14 18:59:27.173 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87952026-08-14T18:59:28.229Z[ recovery-image] Aug 14 18:59:27.173 INFO O| Aug 14 18:59:27.173 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87962026-08-14T18:59:28.229Z[ recovery-image] Aug 14 18:59:27.173 INFO O| Aug 14 18:59:27.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87972026-08-14T18:59:28.233Z[ recovery-image] Aug 14 18:59:27.173 INFO O| Aug 14 18:59:27.173 INFO ok!
87982026-08-14T18:59:28.233Z[ recovery-image] Aug 14 18:59:27.173 INFO O| Aug 14 18:59:27.173 INFO STEP 23 (ensure_symlink) COMPLETE
87992026-08-14T18:59:28.233Z[ recovery-image] Aug 14 18:59:27.173 INFO O| Aug 14 18:59:27.173 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88002026-08-14T18:59:28.240Z[ recovery-image] Aug 14 18:59:27.184 INFO O| Aug 14 18:59:27.184 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88012026-08-14T18:59:28.240Z[ recovery-image] Aug 14 18:59:27.184 INFO O| Aug 14 18:59:27.184 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 ...
88022026-08-14T18:59:28.240Z[ recovery-image] Aug 14 18:59:27.184 INFO O| Aug 14 18:59:27.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88032026-08-14T18:59:28.244Z[ recovery-image] Aug 14 18:59:27.184 INFO O| Aug 14 18:59:27.184 INFO ok!
88042026-08-14T18:59:28.244Z[ recovery-image] Aug 14 18:59:27.184 INFO O| Aug 14 18:59:27.184 INFO STEP 24 (ensure_file) COMPLETE
88052026-08-14T18:59:28.244Z[ recovery-image] Aug 14 18:59:27.184 INFO O| Aug 14 18:59:27.184 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88062026-08-14T18:59:28.259Z[ recovery-image] Aug 14 18:59:27.203 INFO O| Aug 14 18:59:27.203 INFO updating shadow file
88072026-08-14T18:59:28.259Z[ recovery-image] Aug 14 18:59:27.203 INFO O| Aug 14 18:59:27.203 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88082026-08-14T18:59:28.259Z[ recovery-image] Aug 14 18:59:27.203 INFO O| Aug 14 18:59:27.203 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88092026-08-14T18:59:28.259Z[ recovery-image] Aug 14 18:59:27.203 INFO O| Aug 14 18:59:27.203 INFO STEP 25 (shadow) COMPLETE
88102026-08-14T18:59:28.263Z[ recovery-image] Aug 14 18:59:27.203 INFO O| Aug 14 18:59:27.203 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88112026-08-14T18:59:28.270Z[ recovery-image] Aug 14 18:59:27.213 INFO O| Aug 14 18:59:27.213 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88122026-08-14T18:59:28.270Z[ recovery-image] Aug 14 18:59:27.214 INFO O| Aug 14 18:59:27.214 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88132026-08-14T18:59:28.270Z[ recovery-image] Aug 14 18:59:27.214 INFO O| Aug 14 18:59:27.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88142026-08-14T18:59:28.273Z[ recovery-image] Aug 14 18:59:27.214 INFO O| Aug 14 18:59:27.214 INFO ok!
88152026-08-14T18:59:28.273Z[ recovery-image] Aug 14 18:59:27.214 INFO O| Aug 14 18:59:27.214 INFO STEP 26 (ensure_file) COMPLETE
88162026-08-14T18:59:28.273Z[ recovery-image] Aug 14 18:59:27.214 INFO O| Aug 14 18:59:27.214 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88172026-08-14T18:59:28.281Z[ recovery-image] Aug 14 18:59:27.224 INFO O| Aug 14 18:59:27.224 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88182026-08-14T18:59:28.281Z[ recovery-image] Aug 14 18:59:27.224 INFO O| Aug 14 18:59:27.224 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88192026-08-14T18:59:28.281Z[ recovery-image] Aug 14 18:59:27.224 INFO O| Aug 14 18:59:27.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88202026-08-14T18:59:28.281Z[ recovery-image] Aug 14 18:59:27.224 INFO O| Aug 14 18:59:27.224 INFO ok!
88212026-08-14T18:59:28.281Z[ recovery-image] Aug 14 18:59:27.224 INFO O| Aug 14 18:59:27.224 INFO STEP 27 (ensure_file) COMPLETE
88222026-08-14T18:59:28.281Z[ recovery-image] Aug 14 18:59:27.224 INFO O| Aug 14 18:59:27.224 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88232026-08-14T18:59:28.290Z[ recovery-image] Aug 14 18:59:27.234 INFO O| Aug 14 18:59:27.234 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88242026-08-14T18:59:28.290Z[ recovery-image] Aug 14 18:59:27.234 INFO O| Aug 14 18:59:27.234 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88252026-08-14T18:59:28.293Z[ recovery-image] Aug 14 18:59:27.234 INFO O| Aug 14 18:59:27.234 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88262026-08-14T18:59:28.294Z[ recovery-image] Aug 14 18:59:27.234 INFO O| Aug 14 18:59:27.234 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88272026-08-14T18:59:28.294Z[ recovery-image] Aug 14 18:59:27.234 INFO O| Aug 14 18:59:27.234 INFO ok!
88282026-08-14T18:59:28.294Z[ recovery-image] Aug 14 18:59:27.234 INFO O| Aug 14 18:59:27.234 INFO STEP 28 (ensure_file) COMPLETE
88292026-08-14T18:59:28.294Z[ recovery-image] Aug 14 18:59:27.234 INFO O| Aug 14 18:59:27.234 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88302026-08-14T18:59:28.301Z[ recovery-image] Aug 14 18:59:27.244 INFO O| Aug 14 18:59:27.244 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88312026-08-14T18:59:28.301Z[ recovery-image] Aug 14 18:59:27.244 INFO O| Aug 14 18:59:27.244 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88322026-08-14T18:59:28.304Z[ recovery-image] Aug 14 18:59:27.244 INFO O| Aug 14 18:59:27.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88332026-08-14T18:59:28.304Z[ recovery-image] Aug 14 18:59:27.244 INFO O| Aug 14 18:59:27.244 INFO ok!
88342026-08-14T18:59:28.304Z[ recovery-image] Aug 14 18:59:27.244 INFO O| Aug 14 18:59:27.244 INFO STEP 29 (ensure_file) COMPLETE
88352026-08-14T18:59:28.304Z[ recovery-image] Aug 14 18:59:27.244 INFO O| Aug 14 18:59:27.244 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88362026-08-14T18:59:28.310Z[ recovery-image] Aug 14 18:59:27.254 INFO O| Aug 14 18:59:27.254 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88372026-08-14T18:59:28.310Z[ recovery-image] Aug 14 18:59:27.254 INFO O| Aug 14 18:59:27.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88382026-08-14T18:59:28.310Z[ recovery-image] Aug 14 18:59:27.254 INFO O| Aug 14 18:59:27.254 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88392026-08-14T18:59:28.313Z[ recovery-image] Aug 14 18:59:27.254 INFO O| Aug 14 18:59:27.254 INFO STEP 30 (ensure_dir) COMPLETE
88402026-08-14T18:59:28.313Z[ recovery-image] Aug 14 18:59:27.254 INFO O| Aug 14 18:59:27.254 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412026-08-14T18:59:28.319Z[ recovery-image] Aug 14 18:59:27.263 INFO O| Aug 14 18:59:27.263 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88422026-08-14T18:59:28.319Z[ recovery-image] Aug 14 18:59:27.263 INFO O| Aug 14 18:59:27.263 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 ...
88432026-08-14T18:59:28.319Z[ recovery-image] Aug 14 18:59:27.263 INFO O| Aug 14 18:59:27.263 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
88442026-08-14T18:59:28.322Z[ recovery-image] Aug 14 18:59:27.263 INFO O| Aug 14 18:59:27.263 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88452026-08-14T18:59:28.323Z[ recovery-image] Aug 14 18:59:27.263 INFO O| Aug 14 18:59:27.263 INFO ok!
88462026-08-14T18:59:28.323Z[ recovery-image] Aug 14 18:59:27.263 INFO O| Aug 14 18:59:27.263 INFO STEP 31 (ensure_file) COMPLETE
88472026-08-14T18:59:28.323Z[ recovery-image] Aug 14 18:59:27.263 INFO O| Aug 14 18:59:27.263 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88482026-08-14T18:59:28.336Z[ recovery-image] Aug 14 18:59:27.273 INFO O| Aug 14 18:59:27.273 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88492026-08-14T18:59:28.336Z[ recovery-image] Aug 14 18:59:27.273 INFO O| Aug 14 18:59:27.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88502026-08-14T18:59:28.339Z[ recovery-image] Aug 14 18:59:27.273 INFO O| Aug 14 18:59:27.273 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88512026-08-14T18:59:28.339Z[ recovery-image] Aug 14 18:59:27.273 INFO O| Aug 14 18:59:27.273 INFO STEP 32 (ensure_dir) COMPLETE
88522026-08-14T18:59:28.339Z[ recovery-image] Aug 14 18:59:27.273 INFO O| Aug 14 18:59:27.273 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532026-08-14T18:59:28.339Z[ recovery-image] Aug 14 18:59:27.283 INFO O| Aug 14 18:59:27.283 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88542026-08-14T18:59:28.343Z[ recovery-image] Aug 14 18:59:27.283 INFO O| Aug 14 18:59:27.283 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 ...
88552026-08-14T18:59:28.343Z[ recovery-image] Aug 14 18:59:27.283 INFO O| Aug 14 18:59:27.283 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
88562026-08-14T18:59:28.343Z[ recovery-image] Aug 14 18:59:27.283 INFO O| Aug 14 18:59:27.283 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88572026-08-14T18:59:28.343Z[ recovery-image] Aug 14 18:59:27.283 INFO O| Aug 14 18:59:27.283 INFO ok!
88582026-08-14T18:59:28.343Z[ recovery-image] Aug 14 18:59:27.284 INFO O| Aug 14 18:59:27.283 INFO STEP 33 (ensure_file) COMPLETE
88592026-08-14T18:59:28.343Z[ recovery-image] Aug 14 18:59:27.284 INFO O| Aug 14 18:59:27.283 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88602026-08-14T18:59:28.351Z[ recovery-image] Aug 14 18:59:27.295 INFO O| Aug 14 18:59:27.295 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88612026-08-14T18:59:28.351Z[ recovery-image] Aug 14 18:59:27.295 INFO O| Aug 14 18:59:27.295 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88622026-08-14T18:59:28.351Z[ recovery-image] Aug 14 18:59:27.295 INFO O| Aug 14 18:59:27.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88632026-08-14T18:59:28.354Z[ recovery-image] Aug 14 18:59:27.295 INFO O| Aug 14 18:59:27.295 INFO ok!
88642026-08-14T18:59:28.354Z[ recovery-image] Aug 14 18:59:27.295 INFO O| Aug 14 18:59:27.295 INFO STEP 34 (ensure_file) COMPLETE
88652026-08-14T18:59:28.354Z[ recovery-image] Aug 14 18:59:27.295 INFO O| Aug 14 18:59:27.295 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88662026-08-14T18:59:28.361Z[ recovery-image] Aug 14 18:59:27.305 INFO O| Aug 14 18:59:27.305 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88672026-08-14T18:59:28.361Z[ recovery-image] Aug 14 18:59:27.305 INFO O| Aug 14 18:59:27.305 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88682026-08-14T18:59:28.361Z[ recovery-image] Aug 14 18:59:27.305 INFO O| Aug 14 18:59:27.305 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88692026-08-14T18:59:28.362Z[ recovery-image] Aug 14 18:59:27.305 INFO O| Aug 14 18:59:27.305 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88702026-08-14T18:59:28.365Z[ recovery-image] Aug 14 18:59:27.305 INFO O| Aug 14 18:59:27.305 INFO ok!
88712026-08-14T18:59:28.365Z[ recovery-image] Aug 14 18:59:27.305 INFO O| Aug 14 18:59:27.305 INFO STEP 35 (ensure_file) COMPLETE
88722026-08-14T18:59:28.365Z[ recovery-image] Aug 14 18:59:27.305 INFO O| Aug 14 18:59:27.305 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88732026-08-14T18:59:28.372Z[ recovery-image] Aug 14 18:59:27.315 INFO O| Aug 14 18:59:27.315 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88742026-08-14T18:59:28.372Z[ recovery-image] Aug 14 18:59:27.315 INFO O| Aug 14 18:59:27.315 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88752026-08-14T18:59:28.372Z[ recovery-image] Aug 14 18:59:27.316 INFO O| Aug 14 18:59:27.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88762026-08-14T18:59:28.372Z[ recovery-image] Aug 14 18:59:27.316 INFO O| Aug 14 18:59:27.316 INFO ok!
88772026-08-14T18:59:28.372Z[ recovery-image] Aug 14 18:59:27.316 INFO O| Aug 14 18:59:27.316 INFO STEP 36 (ensure_file) COMPLETE
88782026-08-14T18:59:28.372Z[ recovery-image] Aug 14 18:59:27.316 INFO O| Aug 14 18:59:27.316 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88792026-08-14T18:59:28.382Z[ recovery-image] Aug 14 18:59:27.326 INFO O| Aug 14 18:59:27.326 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88802026-08-14T18:59:28.382Z[ recovery-image] Aug 14 18:59:27.326 INFO O| Aug 14 18:59:27.326 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88812026-08-14T18:59:28.386Z[ recovery-image] Aug 14 18:59:27.326 INFO O| Aug 14 18:59:27.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88822026-08-14T18:59:28.386Z[ recovery-image] Aug 14 18:59:27.326 INFO O| Aug 14 18:59:27.326 INFO ok!
88832026-08-14T18:59:28.386Z[ recovery-image] Aug 14 18:59:27.326 INFO O| Aug 14 18:59:27.326 INFO STEP 37 (ensure_file) COMPLETE
88842026-08-14T18:59:28.386Z[ recovery-image] Aug 14 18:59:27.326 INFO O| Aug 14 18:59:27.326 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88852026-08-14T18:59:28.395Z[ recovery-image] Aug 14 18:59:27.338 INFO O| Aug 14 18:59:27.338 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88862026-08-14T18:59:28.395Z[ recovery-image] Aug 14 18:59:27.338 INFO O| Aug 14 18:59:27.338 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88872026-08-14T18:59:28.395Z[ recovery-image] Aug 14 18:59:27.338 INFO O| Aug 14 18:59:27.338 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88882026-08-14T18:59:28.395Z[ recovery-image] Aug 14 18:59:27.338 INFO O| Aug 14 18:59:27.338 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88892026-08-14T18:59:28.395Z[ recovery-image] Aug 14 18:59:27.338 INFO O| Aug 14 18:59:27.338 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88902026-08-14T18:59:28.395Z[ recovery-image] Aug 14 18:59:27.338 INFO O| Aug 14 18:59:27.338 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88912026-08-14T18:59:28.395Z[ recovery-image] Aug 14 18:59:27.338 INFO O| Aug 14 18:59:27.338 INFO ok!
88922026-08-14T18:59:28.395Z[ recovery-image] Aug 14 18:59:27.338 INFO O| Aug 14 18:59:27.338 INFO STEP 38 (ensure_file) COMPLETE
88932026-08-14T18:59:28.395Z[ recovery-image] Aug 14 18:59:27.338 INFO O| Aug 14 18:59:27.338 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88942026-08-14T18:59:28.406Z[ recovery-image] Aug 14 18:59:27.350 INFO O| Aug 14 18:59:27.350 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88952026-08-14T18:59:28.406Z[ recovery-image] Aug 14 18:59:27.350 INFO O| Aug 14 18:59:27.350 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88962026-08-14T18:59:28.406Z[ recovery-image] Aug 14 18:59:27.350 INFO O| Aug 14 18:59:27.350 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88972026-08-14T18:59:28.406Z[ recovery-image] Aug 14 18:59:27.350 INFO O| Aug 14 18:59:27.350 INFO STEP 39 (ensure_dir) COMPLETE
88982026-08-14T18:59:28.410Z[ recovery-image] Aug 14 18:59:27.350 INFO O| Aug 14 18:59:27.350 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88992026-08-14T18:59:28.425Z[ recovery-image] Aug 14 18:59:27.366 INFO O| Aug 14 18:59:27.365 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
89002026-08-14T18:59:28.426Z[ recovery-image] Aug 14 18:59:27.366 INFO O| Aug 14 18:59:27.365 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 ...
89012026-08-14T18:59:28.426Z[ recovery-image] Aug 14 18:59:27.366 INFO O| Aug 14 18:59:27.366 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
89022026-08-14T18:59:28.426Z[ recovery-image] Aug 14 18:59:27.366 INFO O| Aug 14 18:59:27.366 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
89032026-08-14T18:59:28.426Z[ recovery-image] Aug 14 18:59:27.366 INFO O| Aug 14 18:59:27.366 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
89042026-08-14T18:59:28.426Z[ recovery-image] Aug 14 18:59:27.366 INFO O| Aug 14 18:59:27.366 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
89052026-08-14T18:59:28.426Z[ recovery-image] Aug 14 18:59:27.366 INFO O| Aug 14 18:59:27.366 INFO ok!
89062026-08-14T18:59:28.426Z[ recovery-image] Aug 14 18:59:27.366 INFO O| Aug 14 18:59:27.366 INFO STEP 40 (ensure_file) COMPLETE
89072026-08-14T18:59:28.426Z[ recovery-image] Aug 14 18:59:27.366 INFO O| Aug 14 18:59:27.366 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89082026-08-14T18:59:28.431Z[ recovery-image] Aug 14 18:59:27.375 INFO O| Aug 14 18:59:27.375 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89092026-08-14T18:59:28.431Z[ recovery-image] Aug 14 18:59:27.375 INFO O| Aug 14 18:59:27.375 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 ...
89102026-08-14T18:59:28.431Z[ recovery-image] Aug 14 18:59:27.375 INFO O| Aug 14 18:59:27.375 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89112026-08-14T18:59:28.435Z[ recovery-image] Aug 14 18:59:27.375 INFO O| Aug 14 18:59:27.375 INFO ok!
89122026-08-14T18:59:28.435Z[ recovery-image] Aug 14 18:59:27.375 INFO O| Aug 14 18:59:27.375 INFO STEP 41 (ensure_symlink) COMPLETE
89132026-08-14T18:59:28.435Z[ recovery-image] Aug 14 18:59:27.375 INFO O| Aug 14 18:59:27.375 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89142026-08-14T18:59:28.444Z[ recovery-image] Aug 14 18:59:27.388 INFO O| Aug 14 18:59:27.388 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89152026-08-14T18:59:28.444Z[ recovery-image] Aug 14 18:59:27.388 INFO O| Aug 14 18:59:27.388 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89162026-08-14T18:59:28.448Z[ recovery-image] Aug 14 18:59:27.388 INFO O| Aug 14 18:59:27.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89172026-08-14T18:59:28.448Z[ recovery-image] Aug 14 18:59:27.388 INFO O| Aug 14 18:59:27.388 INFO ok!
89182026-08-14T18:59:28.448Z[ recovery-image] Aug 14 18:59:27.388 INFO O| Aug 14 18:59:27.388 INFO STEP 42 (ensure_symlink) COMPLETE
89192026-08-14T18:59:28.448Z[ recovery-image] Aug 14 18:59:27.388 INFO O| Aug 14 18:59:27.388 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89202026-08-14T18:59:28.457Z[ recovery-image] Aug 14 18:59:27.400 INFO O| Aug 14 18:59:27.400 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89212026-08-14T18:59:28.457Z[ recovery-image] Aug 14 18:59:27.400 INFO O| Aug 14 18:59:27.400 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89222026-08-14T18:59:28.457Z[ recovery-image] Aug 14 18:59:27.400 INFO O| Aug 14 18:59:27.400 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89232026-08-14T18:59:28.457Z[ recovery-image] Aug 14 18:59:27.400 INFO O| Aug 14 18:59:27.400 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89242026-08-14T18:59:28.457Z[ recovery-image] Aug 14 18:59:27.400 INFO O| Aug 14 18:59:27.400 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89252026-08-14T18:59:28.457Z[ recovery-image] Aug 14 18:59:27.400 INFO O| Aug 14 18:59:27.400 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89262026-08-14T18:59:28.457Z[ recovery-image] Aug 14 18:59:27.400 INFO O| Aug 14 18:59:27.400 INFO ok!
89272026-08-14T18:59:28.457Z[ recovery-image] Aug 14 18:59:27.400 INFO O| Aug 14 18:59:27.400 INFO STEP 43 (ensure_file) COMPLETE
89282026-08-14T18:59:28.457Z[ recovery-image] Aug 14 18:59:27.400 INFO O| Aug 14 18:59:27.400 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89292026-08-14T18:59:28.471Z[ recovery-image] Aug 14 18:59:27.412 INFO O| Aug 14 18:59:27.411 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89302026-08-14T18:59:28.471Z[ recovery-image] Aug 14 18:59:27.412 INFO O| Aug 14 18:59:27.411 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 ...
89312026-08-14T18:59:28.471Z[ recovery-image] Aug 14 18:59:27.412 INFO O| Aug 14 18:59:27.412 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
89322026-08-14T18:59:28.471Z[ recovery-image] Aug 14 18:59:27.412 INFO O| Aug 14 18:59:27.412 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89332026-08-14T18:59:28.471Z[ recovery-image] Aug 14 18:59:27.412 INFO O| Aug 14 18:59:27.412 INFO ok!
89342026-08-14T18:59:28.471Z[ recovery-image] Aug 14 18:59:27.412 INFO O| Aug 14 18:59:27.412 INFO STEP 44 (ensure_file) COMPLETE
89352026-08-14T18:59:28.471Z[ recovery-image] Aug 14 18:59:27.412 INFO O| Aug 14 18:59:27.412 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-08-14T18:59:28.479Z[ recovery-image] Aug 14 18:59:27.423 INFO O| Aug 14 18:59:27.422 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89372026-08-14T18:59:28.479Z[ recovery-image] Aug 14 18:59:27.423 INFO O| Aug 14 18:59:27.423 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89382026-08-14T18:59:28.482Z[ recovery-image] Aug 14 18:59:27.423 INFO O| Aug 14 18:59:27.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89392026-08-14T18:59:28.482Z[ recovery-image] Aug 14 18:59:27.423 INFO O| Aug 14 18:59:27.423 INFO ok!
89402026-08-14T18:59:28.482Z[ recovery-image] Aug 14 18:59:27.423 INFO O| Aug 14 18:59:27.423 INFO STEP 45 (ensure_file) COMPLETE
89412026-08-14T18:59:28.482Z[ recovery-image] Aug 14 18:59:27.423 INFO O| Aug 14 18:59:27.423 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89422026-08-14T18:59:28.489Z[ recovery-image] Aug 14 18:59:27.433 INFO O| Aug 14 18:59:27.433 INFO updating shadow file
89432026-08-14T18:59:28.489Z[ recovery-image] Aug 14 18:59:27.433 INFO O| Aug 14 18:59:27.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89442026-08-14T18:59:28.493Z[ recovery-image] Aug 14 18:59:27.433 INFO O| Aug 14 18:59:27.433 INFO STEP 46 (shadow) COMPLETE
89452026-08-14T18:59:28.493Z[ recovery-image] Aug 14 18:59:27.433 INFO O| Aug 14 18:59:27.433 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89462026-08-14T18:59:28.500Z[ recovery-image] Aug 14 18:59:27.444 INFO O| Aug 14 18:59:27.444 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89472026-08-14T18:59:28.503Z[ recovery-image] Aug 14 18:59:27.444 INFO O| Aug 14 18:59:27.444 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89482026-08-14T18:59:28.503Z[ recovery-image] Aug 14 18:59:27.444 INFO O| Aug 14 18:59:27.444 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89492026-08-14T18:59:28.503Z[ recovery-image] Aug 14 18:59:27.444 INFO O| Aug 14 18:59:27.444 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89502026-08-14T18:59:28.504Z[ recovery-image] Aug 14 18:59:27.444 INFO O| Aug 14 18:59:27.444 INFO ok!
89512026-08-14T18:59:28.504Z[ recovery-image] Aug 14 18:59:27.444 INFO O| Aug 14 18:59:27.444 INFO STEP 47 (ensure_file) COMPLETE
89522026-08-14T18:59:28.504Z[ recovery-image] Aug 14 18:59:27.444 INFO O| Aug 14 18:59:27.444 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89532026-08-14T18:59:28.510Z[ recovery-image] Aug 14 18:59:27.454 INFO O| Aug 14 18:59:27.454 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89542026-08-14T18:59:28.510Z[ recovery-image] Aug 14 18:59:27.454 INFO O| Aug 14 18:59:27.454 INFO STEP 48 (ensure_dir) COMPLETE
89552026-08-14T18:59:28.510Z[ recovery-image] Aug 14 18:59:27.454 INFO O| Aug 14 18:59:27.454 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89562026-08-14T18:59:28.520Z[ recovery-image] Aug 14 18:59:27.464 INFO O| Aug 14 18:59:27.464 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89572026-08-14T18:59:28.520Z[ recovery-image] Aug 14 18:59:27.464 INFO O| Aug 14 18:59:27.464 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89582026-08-14T18:59:28.524Z[ recovery-image] Aug 14 18:59:27.464 INFO O| Aug 14 18:59:27.464 INFO STEP 49 (ensure_dir) COMPLETE
89592026-08-14T18:59:28.524Z[ recovery-image] Aug 14 18:59:27.464 INFO O| Aug 14 18:59:27.464 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89602026-08-14T18:59:28.530Z[ recovery-image] Aug 14 18:59:27.474 INFO O| Aug 14 18:59:27.474 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89612026-08-14T18:59:28.534Z[ recovery-image] Aug 14 18:59:27.474 INFO O| Aug 14 18:59:27.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89622026-08-14T18:59:28.534Z[ recovery-image] Aug 14 18:59:27.475 INFO O| Aug 14 18:59:27.474 INFO STEP 50 (ensure_dir) COMPLETE
89632026-08-14T18:59:28.534Z[ recovery-image] Aug 14 18:59:27.475 INFO O| Aug 14 18:59:27.474 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89642026-08-14T18:59:28.541Z[ recovery-image] Aug 14 18:59:27.485 INFO O| Aug 14 18:59:27.485 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89652026-08-14T18:59:28.541Z[ recovery-image] Aug 14 18:59:27.485 INFO O| Aug 14 18:59:27.485 INFO copying /tmp/.tmpxeUstV/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89662026-08-14T18:59:28.575Z[ recovery-image] Aug 14 18:59:27.519 INFO O| Aug 14 18:59:27.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89672026-08-14T18:59:28.575Z[ recovery-image] Aug 14 18:59:27.519 INFO O| Aug 14 18:59:27.519 INFO ok!
89682026-08-14T18:59:28.575Z[ recovery-image] Aug 14 18:59:27.519 INFO O| Aug 14 18:59:27.519 INFO STEP 51 (ensure_file) COMPLETE
89692026-08-14T18:59:28.575Z[ recovery-image] Aug 14 18:59:27.519 INFO O| Aug 14 18:59:27.519 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89702026-08-14T18:59:28.585Z[ recovery-image] Aug 14 18:59:27.529 INFO O| Aug 14 18:59:27.529 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89712026-08-14T18:59:28.585Z[ recovery-image] Aug 14 18:59:27.529 INFO O| Aug 14 18:59:27.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89722026-08-14T18:59:28.589Z[ recovery-image] Aug 14 18:59:27.529 INFO O| Aug 14 18:59:27.529 INFO STEP 52 (ensure_dir) COMPLETE
89732026-08-14T18:59:28.589Z[ recovery-image] Aug 14 18:59:27.529 INFO O| Aug 14 18:59:27.529 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89742026-08-14T18:59:28.594Z[ recovery-image] Aug 14 18:59:27.538 INFO O| Aug 14 18:59:27.538 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89752026-08-14T18:59:28.594Z[ recovery-image] Aug 14 18:59:27.538 INFO O| Aug 14 18:59:27.538 INFO copying /tmp/.tmpxeUstV/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89762026-08-14T18:59:28.598Z[ recovery-image] Aug 14 18:59:27.538 INFO O| Aug 14 18:59:27.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89772026-08-14T18:59:28.598Z[ recovery-image] Aug 14 18:59:27.539 INFO O| Aug 14 18:59:27.539 INFO ok!
89782026-08-14T18:59:28.598Z[ recovery-image] Aug 14 18:59:27.539 INFO O| Aug 14 18:59:27.539 INFO STEP 53 (ensure_file) COMPLETE
89792026-08-14T18:59:28.598Z[ recovery-image] Aug 14 18:59:27.539 INFO O| Aug 14 18:59:27.539 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89802026-08-14T18:59:28.604Z[ recovery-image] Aug 14 18:59:27.547 INFO O| Aug 14 18:59:27.547 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89812026-08-14T18:59:28.604Z[ recovery-image] Aug 14 18:59:27.548 INFO O| Aug 14 18:59:27.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89822026-08-14T18:59:28.607Z[ recovery-image] Aug 14 18:59:27.548 INFO O| Aug 14 18:59:27.548 INFO STEP 54 (ensure_dir) COMPLETE
89832026-08-14T18:59:28.607Z[ recovery-image] Aug 14 18:59:27.548 INFO O| Aug 14 18:59:27.548 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89842026-08-14T18:59:28.613Z[ recovery-image] Aug 14 18:59:27.557 INFO O| Aug 14 18:59:27.557 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89852026-08-14T18:59:28.613Z[ recovery-image] Aug 14 18:59:27.557 INFO O| Aug 14 18:59:27.557 INFO copying /tmp/.tmpxeUstV/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89862026-08-14T18:59:30.364Z[verify-libraries] Compiling polar-core v0.27.3
89872026-08-14T18:59:30.690Z[ recovery-image] Aug 14 18:59:29.633 INFO O| Aug 14 18:59:29.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89882026-08-14T18:59:30.690Z[ recovery-image] Aug 14 18:59:29.633 INFO O| Aug 14 18:59:29.633 INFO ok!
89892026-08-14T18:59:30.693Z[ recovery-image] Aug 14 18:59:29.633 INFO O| Aug 14 18:59:29.633 INFO STEP 55 (ensure_file) COMPLETE
89902026-08-14T18:59:30.694Z[ recovery-image] Aug 14 18:59:29.633 INFO O| Aug 14 18:59:29.633 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89912026-08-14T18:59:30.700Z[ recovery-image] Aug 14 18:59:29.644 INFO O| Aug 14 18:59:29.644 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89922026-08-14T18:59:30.701Z[ recovery-image] Aug 14 18:59:29.644 INFO O| Aug 14 18:59:29.644 INFO copying /tmp/.tmpxeUstV/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89932026-08-14T18:59:32.754Z[ recovery-image] Aug 14 18:59:31.698 INFO O| Aug 14 18:59:31.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89942026-08-14T18:59:32.754Z[ recovery-image] Aug 14 18:59:31.698 INFO O| Aug 14 18:59:31.698 INFO ok!
89952026-08-14T18:59:32.758Z[ recovery-image] Aug 14 18:59:31.698 INFO O| Aug 14 18:59:31.698 INFO STEP 56 (ensure_file) COMPLETE
89962026-08-14T18:59:32.758Z[ recovery-image] Aug 14 18:59:31.698 INFO O| Aug 14 18:59:31.698 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89972026-08-14T18:59:32.764Z[ recovery-image] Aug 14 18:59:31.708 INFO O| Aug 14 18:59:31.708 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89982026-08-14T18:59:32.764Z[ recovery-image] Aug 14 18:59:31.708 INFO O| Aug 14 18:59:31.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89992026-08-14T18:59:32.768Z[ recovery-image] Aug 14 18:59:31.708 INFO O| Aug 14 18:59:31.708 INFO STEP 57 (ensure_dir) COMPLETE
90002026-08-14T18:59:32.768Z[ recovery-image] Aug 14 18:59:31.708 INFO O| Aug 14 18:59:31.708 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90012026-08-14T18:59:32.775Z[ recovery-image] Aug 14 18:59:31.718 INFO O| Aug 14 18:59:31.718 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90022026-08-14T18:59:32.775Z[ recovery-image] Aug 14 18:59:31.718 INFO O| Aug 14 18:59:31.718 INFO copying /tmp/.tmpxeUstV/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 ...
90032026-08-14T18:59:32.775Z[ recovery-image] Aug 14 18:59:31.718 INFO O| Aug 14 18:59:31.718 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
90042026-08-14T18:59:32.779Z[ recovery-image] Aug 14 18:59:31.718 INFO O| Aug 14 18:59:31.718 INFO ok!
90052026-08-14T18:59:32.779Z[ recovery-image] Aug 14 18:59:31.718 INFO O| Aug 14 18:59:31.718 INFO STEP 58 (ensure_file) COMPLETE
90062026-08-14T18:59:32.779Z[ recovery-image] Aug 14 18:59:31.718 INFO O| Aug 14 18:59:31.718 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90072026-08-14T18:59:32.783Z[ recovery-image] Aug 14 18:59:31.727 INFO O| Aug 14 18:59:31.727 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90082026-08-14T18:59:32.783Z[ recovery-image] Aug 14 18:59:31.727 INFO O| Aug 14 18:59:31.727 INFO copying /tmp/.tmpxeUstV/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 ...
90092026-08-14T18:59:32.784Z[ recovery-image] Aug 14 18:59:31.727 INFO O| Aug 14 18:59:31.727 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
90102026-08-14T18:59:32.787Z[ recovery-image] Aug 14 18:59:31.727 INFO O| Aug 14 18:59:31.727 INFO ok!
90112026-08-14T18:59:32.787Z[ recovery-image] Aug 14 18:59:31.727 INFO O| Aug 14 18:59:31.727 INFO STEP 59 (ensure_file) COMPLETE
90122026-08-14T18:59:32.787Z[ recovery-image] Aug 14 18:59:31.727 INFO O| Aug 14 18:59:31.727 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90132026-08-14T18:59:32.805Z[ recovery-image] Aug 14 18:59:31.737 INFO O| Aug 14 18:59:31.737 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90142026-08-14T18:59:32.805Z[ recovery-image] Aug 14 18:59:31.737 INFO O| Aug 14 18:59:31.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90152026-08-14T18:59:32.805Z[ recovery-image] Aug 14 18:59:31.737 INFO O| Aug 14 18:59:31.737 INFO STEP 60 (ensure_dir) COMPLETE
90162026-08-14T18:59:32.805Z[ recovery-image] Aug 14 18:59:31.737 INFO O| Aug 14 18:59:31.737 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-08-14T18:59:32.809Z[ recovery-image] Aug 14 18:59:31.749 INFO O| Aug 14 18:59:31.749 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90182026-08-14T18:59:32.809Z[ recovery-image] Aug 14 18:59:31.749 INFO O| Aug 14 18:59:31.749 INFO copying /tmp/.tmpxeUstV/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 ...
90192026-08-14T18:59:32.809Z[ recovery-image] Aug 14 18:59:31.749 INFO O| Aug 14 18:59:31.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90202026-08-14T18:59:32.809Z[ recovery-image] Aug 14 18:59:31.749 INFO O| Aug 14 18:59:31.749 INFO ok!
90212026-08-14T18:59:32.809Z[ recovery-image] Aug 14 18:59:31.749 INFO O| Aug 14 18:59:31.749 INFO STEP 61 (ensure_file) COMPLETE
90222026-08-14T18:59:32.809Z[ recovery-image] Aug 14 18:59:31.749 INFO O| Aug 14 18:59:31.749 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-08-14T18:59:32.853Z[ recovery-image] Aug 14 18:59:31.796 INFO O| Aug 14 18:59:31.796 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90242026-08-14T18:59:32.853Z[ recovery-image] Aug 14 18:59:31.796 INFO O| Aug 14 18:59:31.796 INFO copying /tmp/.tmpxeUstV/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 ...
90252026-08-14T18:59:32.856Z[ recovery-image] Aug 14 18:59:31.796 INFO O| Aug 14 18:59:31.796 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
90262026-08-14T18:59:32.856Z[ recovery-image] Aug 14 18:59:31.796 INFO O| Aug 14 18:59:31.796 INFO ok!
90272026-08-14T18:59:32.857Z[ recovery-image] Aug 14 18:59:31.796 INFO O| Aug 14 18:59:31.796 INFO STEP 62 (ensure_file) COMPLETE
90282026-08-14T18:59:32.860Z[ recovery-image] Aug 14 18:59:31.796 INFO O| Aug 14 18:59:31.796 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-08-14T18:59:32.869Z[ recovery-image] Aug 14 18:59:31.812 INFO O| Aug 14 18:59:31.812 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90302026-08-14T18:59:32.869Z[ recovery-image] Aug 14 18:59:31.812 INFO O| Aug 14 18:59:31.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90312026-08-14T18:59:32.869Z[ recovery-image] Aug 14 18:59:31.812 INFO O| Aug 14 18:59:31.812 INFO STEP 63 (ensure_dir) COMPLETE
90322026-08-14T18:59:32.872Z[ recovery-image] Aug 14 18:59:31.812 INFO O| Aug 14 18:59:31.812 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-08-14T18:59:32.880Z[ recovery-image] Aug 14 18:59:31.824 INFO O| Aug 14 18:59:31.823 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90342026-08-14T18:59:32.880Z[ recovery-image] Aug 14 18:59:31.824 INFO O| Aug 14 18:59:31.823 INFO copying /tmp/.tmpxeUstV/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 ...
90352026-08-14T18:59:32.881Z[ recovery-image] Aug 14 18:59:31.824 INFO O| Aug 14 18:59:31.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90362026-08-14T18:59:32.884Z[ recovery-image] Aug 14 18:59:31.824 INFO O| Aug 14 18:59:31.823 INFO ok!
90372026-08-14T18:59:32.884Z[ recovery-image] Aug 14 18:59:31.824 INFO O| Aug 14 18:59:31.823 INFO STEP 64 (ensure_file) COMPLETE
90382026-08-14T18:59:32.884Z[ recovery-image] Aug 14 18:59:31.824 INFO O| Aug 14 18:59:31.823 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90392026-08-14T18:59:32.891Z[ recovery-image] Aug 14 18:59:31.835 INFO O| Aug 14 18:59:31.835 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90402026-08-14T18:59:32.891Z[ recovery-image] Aug 14 18:59:31.835 INFO O| Aug 14 18:59:31.835 INFO copying /tmp/.tmpxeUstV/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90412026-08-14T18:59:32.895Z[ recovery-image] Aug 14 18:59:31.835 INFO O| Aug 14 18:59:31.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90422026-08-14T18:59:32.895Z[ recovery-image] Aug 14 18:59:31.835 INFO O| Aug 14 18:59:31.835 INFO ok!
90432026-08-14T18:59:32.895Z[ recovery-image] Aug 14 18:59:31.835 INFO O| Aug 14 18:59:31.835 INFO STEP 65 (ensure_file) COMPLETE
90442026-08-14T18:59:32.895Z[ recovery-image] Aug 14 18:59:31.835 INFO O| Aug 14 18:59:31.835 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90452026-08-14T18:59:32.903Z[ recovery-image] Aug 14 18:59:31.846 INFO O| Aug 14 18:59:31.846 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90462026-08-14T18:59:32.903Z[ recovery-image] Aug 14 18:59:31.846 INFO O| Aug 14 18:59:31.846 INFO STEP 66 (ensure_dir) COMPLETE
90472026-08-14T18:59:32.903Z[ recovery-image] Aug 14 18:59:31.846 INFO O| Aug 14 18:59:31.846 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-14T18:59:32.914Z[ recovery-image] Aug 14 18:59:31.857 INFO O| Aug 14 18:59:31.857 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90492026-08-14T18:59:32.914Z[ recovery-image] Aug 14 18:59:31.857 INFO O| Aug 14 18:59:31.857 INFO STEP 67 (ensure_dir) COMPLETE
90502026-08-14T18:59:32.917Z[ recovery-image] Aug 14 18:59:31.857 INFO O| Aug 14 18:59:31.857 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90512026-08-14T18:59:32.924Z[ recovery-image] Aug 14 18:59:31.868 INFO O| Aug 14 18:59:31.868 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90522026-08-14T18:59:32.924Z[ recovery-image] Aug 14 18:59:31.868 INFO O| Aug 14 18:59:31.868 INFO STEP 68 (ensure_dir) COMPLETE
90532026-08-14T18:59:32.924Z[ recovery-image] Aug 14 18:59:31.868 INFO O| Aug 14 18:59:31.868 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-14T18:59:32.935Z[ recovery-image] Aug 14 18:59:31.878 INFO O| Aug 14 18:59:31.878 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90552026-08-14T18:59:32.935Z[ recovery-image] Aug 14 18:59:31.878 INFO O| Aug 14 18:59:31.878 INFO STEP 69 (ensure_dir) COMPLETE
90562026-08-14T18:59:32.938Z[ recovery-image] Aug 14 18:59:31.878 INFO O| Aug 14 18:59:31.878 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-08-14T18:59:32.945Z[ recovery-image] Aug 14 18:59:31.889 INFO O| Aug 14 18:59:31.889 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90582026-08-14T18:59:32.945Z[ recovery-image] Aug 14 18:59:31.889 INFO O| Aug 14 18:59:31.889 INFO copying /tmp/.tmpxeUstV/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90592026-08-14T18:59:32.945Z[ recovery-image] Aug 14 18:59:31.889 INFO O| Aug 14 18:59:31.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90602026-08-14T18:59:32.945Z[ recovery-image] Aug 14 18:59:31.889 INFO O| Aug 14 18:59:31.889 INFO ok!
90612026-08-14T18:59:32.948Z[ recovery-image] Aug 14 18:59:31.889 INFO O| Aug 14 18:59:31.889 INFO STEP 70 (ensure_file) COMPLETE
90622026-08-14T18:59:32.948Z[ recovery-image] Aug 14 18:59:31.889 INFO O| Aug 14 18:59:31.889 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90632026-08-14T18:59:33.365Z[ recovery-image] Aug 14 18:59:31.899 INFO O| Aug 14 18:59:31.899 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90642026-08-14T18:59:33.365Z[ recovery-image] Aug 14 18:59:31.899 INFO O| Aug 14 18:59:31.899 INFO STEP 71 (remove_files) COMPLETE
90652026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.899 INFO O| Aug 14 18:59:31.899 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90662026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.910 INFO O| Aug 14 18:59:31.910 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90672026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.910 INFO O| Aug 14 18:59:31.910 INFO STEP 72 (remove_files) COMPLETE
90682026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.910 INFO O| Aug 14 18:59:31.910 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90692026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.920 INFO O| Aug 14 18:59:31.920 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90702026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.920 INFO O| Aug 14 18:59:31.920 INFO STEP 73 (remove_files) COMPLETE
90712026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.920 INFO O| Aug 14 18:59:31.920 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90722026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.930 INFO O| Aug 14 18:59:31.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90732026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.930 INFO O| Aug 14 18:59:31.930 INFO STEP 74 (remove_files) COMPLETE
90742026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.930 INFO O| Aug 14 18:59:31.930 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90752026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.940 INFO O| Aug 14 18:59:31.940 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90762026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.940 INFO O| Aug 14 18:59:31.940 INFO STEP 75 (remove_files) COMPLETE
90772026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.940 INFO O| Aug 14 18:59:31.940 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90782026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.951 INFO O| Aug 14 18:59:31.951 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90792026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.952 INFO O| Aug 14 18:59:31.951 INFO STEP 76 (remove_files) COMPLETE
90802026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.952 INFO O| Aug 14 18:59:31.951 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90812026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.961 INFO O| Aug 14 18:59:31.961 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90822026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.961 INFO O| Aug 14 18:59:31.961 INFO STEP 77 (remove_files) COMPLETE
90832026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.961 INFO O| Aug 14 18:59:31.961 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90842026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.971 INFO O| Aug 14 18:59:31.970 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90852026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.971 INFO O| Aug 14 18:59:31.971 INFO STEP 78 (remove_files) COMPLETE
90862026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.971 INFO O| Aug 14 18:59:31.971 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90872026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.980 INFO O| Aug 14 18:59:31.980 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90882026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.980 INFO O| Aug 14 18:59:31.980 INFO STEP 79 (remove_files) COMPLETE
90892026-08-14T18:59:33.375Z[ recovery-image] Aug 14 18:59:31.980 INFO O| Aug 14 18:59:31.980 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90902026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:31.989 INFO O| Aug 14 18:59:31.989 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90912026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:31.989 INFO O| Aug 14 18:59:31.989 INFO STEP 80 (remove_files) COMPLETE
90922026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:31.989 INFO O| Aug 14 18:59:31.989 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90932026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.001 INFO O| Aug 14 18:59:32.001 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90942026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.001 INFO O| Aug 14 18:59:32.001 INFO STEP 81 (remove_files) COMPLETE
90952026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.001 INFO O| Aug 14 18:59:32.001 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90962026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.011 INFO O| Aug 14 18:59:32.011 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90972026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.011 INFO O| Aug 14 18:59:32.011 INFO STEP 82 (remove_files) COMPLETE
90982026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.011 INFO O| Aug 14 18:59:32.011 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90992026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.023 INFO O| Aug 14 18:59:32.023 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91002026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.023 INFO O| Aug 14 18:59:32.023 INFO STEP 83 (remove_files) COMPLETE
91012026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.023 INFO O| Aug 14 18:59:32.023 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91022026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.053 INFO O| Aug 14 18:59:32.053 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91032026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.054 INFO O| Aug 14 18:59:32.054 INFO STEP 84 (remove_files) COMPLETE
91042026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.054 INFO O| Aug 14 18:59:32.054 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91052026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.068 INFO O| Aug 14 18:59:32.068 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91062026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.068 INFO O| Aug 14 18:59:32.068 INFO STEP 85 (remove_files) COMPLETE
91072026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.068 INFO O| Aug 14 18:59:32.068 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91082026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.079 INFO O| Aug 14 18:59:32.079 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91092026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.079 INFO O| Aug 14 18:59:32.079 INFO STEP 86 (remove_files) COMPLETE
91102026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.079 INFO O| Aug 14 18:59:32.079 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91112026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.090 INFO O| Aug 14 18:59:32.090 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91122026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.090 INFO O| Aug 14 18:59:32.090 INFO STEP 87 (remove_files) COMPLETE
91132026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.090 INFO O| Aug 14 18:59:32.090 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91142026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.100 INFO O| Aug 14 18:59:32.100 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91152026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.100 INFO O| Aug 14 18:59:32.100 INFO STEP 88 (remove_files) COMPLETE
91162026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.100 INFO O| Aug 14 18:59:32.100 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.112 INFO O| Aug 14 18:59:32.112 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91182026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.112 INFO O| Aug 14 18:59:32.112 INFO STEP 89 (remove_files) COMPLETE
91192026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.112 INFO O| Aug 14 18:59:32.112 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.122 INFO O| Aug 14 18:59:32.122 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91212026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.122 INFO O| Aug 14 18:59:32.122 INFO STEP 90 (remove_files) COMPLETE
91222026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.122 INFO O| Aug 14 18:59:32.122 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.131 INFO O| Aug 14 18:59:32.131 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91242026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.131 INFO O| Aug 14 18:59:32.131 INFO STEP 91 (remove_files) COMPLETE
91252026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.131 INFO O| Aug 14 18:59:32.131 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.140 INFO O| Aug 14 18:59:32.140 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91272026-08-14T18:59:33.376Z[ recovery-image] Aug 14 18:59:32.140 INFO O| Aug 14 18:59:32.140 INFO STEP 92 (remove_files) COMPLETE
91282026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.140 INFO O| Aug 14 18:59:32.140 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.150 INFO O| Aug 14 18:59:32.150 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91302026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.150 INFO O| Aug 14 18:59:32.150 INFO STEP 93 (remove_files) COMPLETE
91312026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.150 INFO O| Aug 14 18:59:32.150 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.160 INFO O| Aug 14 18:59:32.159 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91332026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.160 INFO O| Aug 14 18:59:32.160 INFO STEP 94 (remove_files) COMPLETE
91342026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.160 INFO O| Aug 14 18:59:32.160 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.169 INFO O| Aug 14 18:59:32.169 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91362026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.169 INFO O| Aug 14 18:59:32.169 INFO STEP 95 (remove_files) COMPLETE
91372026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.169 INFO O| Aug 14 18:59:32.169 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.180 INFO O| Aug 14 18:59:32.180 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91392026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.180 INFO O| Aug 14 18:59:32.180 INFO STEP 96 (remove_files) COMPLETE
91402026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.181 INFO O| Aug 14 18:59:32.180 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.191 INFO O| Aug 14 18:59:32.190 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91422026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.191 INFO O| Aug 14 18:59:32.191 INFO STEP 97 (remove_files) COMPLETE
91432026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.191 INFO O| Aug 14 18:59:32.191 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.200 INFO O| Aug 14 18:59:32.200 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91452026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.200 INFO O| Aug 14 18:59:32.200 INFO STEP 98 (remove_files) COMPLETE
91462026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.200 INFO O| Aug 14 18:59:32.200 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.210 INFO O| Aug 14 18:59:32.210 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91482026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.210 INFO O| Aug 14 18:59:32.210 INFO STEP 99 (remove_files) COMPLETE
91492026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.210 INFO O| Aug 14 18:59:32.210 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91502026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.227 INFO O| Aug 14 18:59:32.227 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91512026-08-14T18:59:33.377Z[ recovery-image] Aug 14 18:59:32.227 INFO O| Aug 14 18:59:32.227 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
91522026-08-14T18:59:38.265Z[verify-libraries] Compiling oso v0.27.3
91532026-08-14T18:59:40.393Z[ recovery-image] Aug 14 18:59:39.336 INFO O| Aug 14 18:59:39.336 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
91542026-08-14T18:59:40.393Z[ recovery-image] Aug 14 18:59:39.336 INFO O| Aug 14 18:59:39.336 INFO E| svccfg: Loaded 69 smf(7) service descriptions
91552026-08-14T18:59:40.408Z[ recovery-image] Aug 14 18:59:39.351 INFO O| Aug 14 18:59:39.351 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"}
91562026-08-14T18:59:40.454Z[ host-image] Aug 14 18:59:39.398 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z
91572026-08-14T18:59:40.454Z[ host-image] Aug 14 18:59:39.398 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z
91582026-08-14T18:59:40.454Z[ host-image] Aug 14 18:59:39.398 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91592026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.398 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91602026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.398 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91612026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.398 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91622026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.398 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91632026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.398 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91642026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.399 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260814T184153Z
91652026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.399 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91662026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.399 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91672026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.399 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z
91682026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.399 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z
91692026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.399 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z
91702026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z
91712026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91722026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z
91732026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z
91742026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z
91752026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z
91762026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z
91772026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z
91782026-08-14T18:59:40.460Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91792026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z
91802026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z
91812026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z
91822026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.400 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z
91832026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z
91842026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z
91852026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z
91862026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z
91872026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
91882026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z
91892026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z
91902026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z
91912026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z
91922026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z
91932026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z
91942026-08-14T18:59:40.461Z[ host-image] Aug 14 18:59:39.401 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z
91952026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.404 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
91962026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z
91972026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
91982026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
91992026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92002026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92012026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z
92022026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92032026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92042026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92052026-08-14T18:59:40.465Z[ host-image] Aug 14 18:59:39.405 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92062026-08-14T18:59:40.469Z[ host-image] Aug 14 18:59:39.410 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92072026-08-14T18:59:40.469Z[ host-image] Aug 14 18:59:39.410 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92082026-08-14T18:59:40.469Z[ host-image] Aug 14 18:59:39.410 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92092026-08-14T18:59:40.469Z[ host-image] Aug 14 18:59:39.410 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92102026-08-14T18:59:40.469Z[ host-image] Aug 14 18:59:39.410 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92112026-08-14T18:59:40.469Z[ host-image] Aug 14 18:59:39.410 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92122026-08-14T18:59:40.479Z[ host-image] Aug 14 18:59:39.423 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92132026-08-14T18:59:40.480Z[ host-image] Aug 14 18:59:39.423 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92142026-08-14T18:59:40.480Z[ host-image] Aug 14 18:59:39.423 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92152026-08-14T18:59:40.483Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z
92162026-08-14T18:59:40.483Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z
92172026-08-14T18:59:40.483Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92182026-08-14T18:59:40.483Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z
92192026-08-14T18:59:40.483Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92202026-08-14T18:59:40.483Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92212026-08-14T18:59:40.484Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92222026-08-14T18:59:40.484Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92232026-08-14T18:59:40.484Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z
92242026-08-14T18:59:40.484Z[ host-image] Aug 14 18:59:39.424 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92252026-08-14T18:59:40.484Z[ host-image] Aug 14 18:59:39.425 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92262026-08-14T18:59:40.484Z[ host-image] Aug 14 18:59:39.425 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92272026-08-14T18:59:40.484Z[ host-image] Aug 14 18:59:39.425 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92282026-08-14T18:59:40.484Z[ host-image] Aug 14 18:59:39.425 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z
92292026-08-14T18:59:40.484Z[ host-image] Aug 14 18:59:39.425 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92302026-08-14T18:59:40.488Z[ host-image] Aug 14 18:59:39.430 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92312026-08-14T18:59:40.488Z[ host-image] Aug 14 18:59:39.430 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z
92322026-08-14T18:59:40.488Z[ host-image] Aug 14 18:59:39.430 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z
92332026-08-14T18:59:40.488Z[ host-image] Aug 14 18:59:39.431 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z
92342026-08-14T18:59:40.488Z[ host-image] Aug 14 18:59:39.431 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92352026-08-14T18:59:40.488Z[ host-image] Aug 14 18:59:39.431 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z
92362026-08-14T18:59:40.488Z[ host-image] Aug 14 18:59:39.431 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z
92372026-08-14T18:59:40.488Z[ host-image] Aug 14 18:59:39.431 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z
92382026-08-14T18:59:40.488Z[ host-image] Aug 14 18:59:39.431 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z
92392026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.432 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
92402026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.432 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z
92412026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.432 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z
92422026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.432 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
92432026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.432 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z
92442026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.432 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z
92452026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.432 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z
92462026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.433 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z
92472026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.435 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z
92482026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.435 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92492026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.435 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z
92502026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.435 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z
92512026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.435 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z
92522026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.435 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z
92532026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.436 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z
92542026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.436 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z
92552026-08-14T18:59:40.492Z[ host-image] Aug 14 18:59:39.436 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z
92562026-08-14T18:59:40.496Z[ host-image] Aug 14 18:59:39.436 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z
92572026-08-14T18:59:40.496Z[ host-image] Aug 14 18:59:39.440 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z
92582026-08-14T18:59:40.496Z[ host-image] Aug 14 18:59:39.440 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z
92592026-08-14T18:59:40.496Z[ host-image] Aug 14 18:59:39.440 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z
92602026-08-14T18:59:40.496Z[ host-image] Aug 14 18:59:39.440 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z
92612026-08-14T18:59:40.496Z[ host-image] Aug 14 18:59:39.440 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z
92622026-08-14T18:59:40.502Z[ host-image] Aug 14 18:59:39.446 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z
92632026-08-14T18:59:40.502Z[ host-image] Aug 14 18:59:39.446 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z
92642026-08-14T18:59:40.506Z[ host-image] Aug 14 18:59:39.446 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z
92652026-08-14T18:59:40.506Z[ host-image] Aug 14 18:59:39.446 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92662026-08-14T18:59:40.506Z[ host-image] Aug 14 18:59:39.446 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92672026-08-14T18:59:40.511Z[ host-image] Aug 14 18:59:39.455 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z
92682026-08-14T18:59:40.511Z[ host-image] Aug 14 18:59:39.455 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92692026-08-14T18:59:40.511Z[ host-image] Aug 14 18:59:39.455 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z
92702026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.455 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z
92712026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.456 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z
92722026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.456 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92732026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.456 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92742026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.456 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z
92752026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.456 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z
92762026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.456 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z
92772026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.456 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z
92782026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.456 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z
92792026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.456 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z
92802026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.457 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92812026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.457 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z
92822026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z
92832026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z
92842026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z
92852026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z
92862026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z
92872026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
92882026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
92892026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z
92902026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z
92912026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
92922026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
92932026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
92942026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
92952026-08-14T18:59:40.515Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
92962026-08-14T18:59:40.516Z[ host-image] Aug 14 18:59:39.458 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
92972026-08-14T18:59:40.520Z[ host-image] Aug 14 18:59:39.459 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
92982026-08-14T18:59:40.520Z[ host-image] Aug 14 18:59:39.459 INFO O| tempdir @ "/tmp/.tmpHHWkCH/tmp"
92992026-08-14T18:59:40.520Z[ host-image] Aug 14 18:59:39.459 INFO O| image root @ "/tmp/.tmpHHWkCH/tmp/root"
93002026-08-14T18:59:40.520Z[ host-image] Aug 14 18:59:39.459 INFO O| creating image...
93012026-08-14T18:59:40.531Z[ recovery-image] Aug 14 18:59:39.475 INFO O| Aug 14 18:59:39.475 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
93022026-08-14T18:59:40.599Z[ recovery-image] Aug 14 18:59:39.542 INFO O| Aug 14 18:59:39.542 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
93032026-08-14T18:59:40.665Z[ recovery-image] Aug 14 18:59:39.609 INFO O| Aug 14 18:59:39.609 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93042026-08-14T18:59:40.665Z[ recovery-image] Aug 14 18:59:39.609 INFO O| Aug 14 18:59:39.609 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 ...
93052026-08-14T18:59:40.670Z[ recovery-image] Aug 14 18:59:39.611 INFO O| Aug 14 18:59:39.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93062026-08-14T18:59:40.670Z[ recovery-image] Aug 14 18:59:39.611 INFO O| Aug 14 18:59:39.611 INFO ok!
93072026-08-14T18:59:40.670Z[ recovery-image] Aug 14 18:59:39.611 INFO O| Aug 14 18:59:39.611 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93082026-08-14T18:59:40.670Z[ recovery-image] Aug 14 18:59:39.611 INFO O| Aug 14 18:59:39.611 INFO STEP 100 (seed_smf) COMPLETE
93092026-08-14T18:59:40.670Z[ recovery-image] Aug 14 18:59:39.611 INFO O| Aug 14 18:59:39.611 INFO steps complete; finalising image!
93102026-08-14T18:59:40.670Z[ recovery-image] Aug 14 18:59:39.611 INFO O| Aug 14 18:59:39.611 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93112026-08-14T18:59:40.738Z[ recovery-image] Aug 14 18:59:39.682 INFO O| Aug 14 18:59:39.682 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Fri Aug 14 18:59:39 2026)
93122026-08-14T18:59:40.947Z[ recovery-image] Aug 14 18:59:39.891 INFO O| Aug 14 18:59:39.891 INFO trim TEMPORARY-sled-zfs-recovery: (53% trimmed, started at Fri Aug 14 18:59:39 2026)
93132026-08-14T18:59:41.197Z[ recovery-image] Aug 14 18:59:40.097 INFO O| Aug 14 18:59:40.097 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Fri Aug 14 18:59:39 2026)
93142026-08-14T18:59:41.360Z[ recovery-image] Aug 14 18:59:40.304 INFO O| Aug 14 18:59:40.303 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93152026-08-14T18:59:41.567Z[ recovery-image] Aug 14 18:59:40.510 INFO O| Aug 14 18:59:40.510 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93162026-08-14T18:59:41.778Z[ recovery-image] Aug 14 18:59:40.721 INFO O| Aug 14 18:59:40.721 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93172026-08-14T18:59:41.984Z[ recovery-image] Aug 14 18:59:40.928 INFO O| Aug 14 18:59:40.928 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93182026-08-14T18:59:42.190Z[ recovery-image] Aug 14 18:59:41.134 INFO O| Aug 14 18:59:41.133 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93192026-08-14T18:59:42.398Z[ recovery-image] Aug 14 18:59:41.340 INFO O| Aug 14 18:59:41.340 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93202026-08-14T18:59:42.603Z[ recovery-image] Aug 14 18:59:41.546 INFO O| Aug 14 18:59:41.546 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93212026-08-14T18:59:42.809Z[ recovery-image] Aug 14 18:59:41.752 INFO O| Aug 14 18:59:41.752 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93222026-08-14T18:59:43.015Z[ recovery-image] Aug 14 18:59:41.958 INFO O| Aug 14 18:59:41.958 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93232026-08-14T18:59:43.221Z[ recovery-image] Aug 14 18:59:42.164 INFO O| Aug 14 18:59:42.164 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93242026-08-14T18:59:43.428Z[ recovery-image] Aug 14 18:59:42.370 INFO O| Aug 14 18:59:42.370 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93252026-08-14T18:59:43.633Z[ recovery-image] Aug 14 18:59:42.576 INFO O| Aug 14 18:59:42.576 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93262026-08-14T18:59:43.839Z[ recovery-image] Aug 14 18:59:42.782 INFO O| Aug 14 18:59:42.782 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93272026-08-14T18:59:44.046Z[ recovery-image] Aug 14 18:59:42.988 INFO O| Aug 14 18:59:42.988 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93282026-08-14T18:59:44.251Z[ recovery-image] Aug 14 18:59:43.195 INFO O| Aug 14 18:59:43.195 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93292026-08-14T18:59:44.456Z[ recovery-image] Aug 14 18:59:43.400 INFO O| Aug 14 18:59:43.400 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93302026-08-14T18:59:44.662Z[ recovery-image] Aug 14 18:59:43.606 INFO O| Aug 14 18:59:43.606 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93312026-08-14T18:59:44.869Z[ recovery-image] Aug 14 18:59:43.811 INFO O| Aug 14 18:59:43.811 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93322026-08-14T18:59:45.074Z[ recovery-image] Aug 14 18:59:44.017 INFO O| Aug 14 18:59:44.017 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93332026-08-14T18:59:45.279Z[ recovery-image] Aug 14 18:59:44.222 INFO O| Aug 14 18:59:44.222 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93342026-08-14T18:59:45.484Z[ recovery-image] Aug 14 18:59:44.428 INFO O| Aug 14 18:59:44.428 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 14 18:59:39 2026)
93352026-08-14T18:59:45.640Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93362026-08-14T18:59:45.695Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93372026-08-14T18:59:45.705Z[ recovery-image] Aug 14 18:59:44.648 INFO O| Aug 14 18:59:44.648 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Fri Aug 14 18:59:39 2026)
93382026-08-14T18:59:45.930Z[ recovery-image] Aug 14 18:59:44.873 INFO O| Aug 14 18:59:44.873 INFO temporary pool has 497M used, 1.26G avail, 1.00x compressratio
93392026-08-14T18:59:45.930Z[ recovery-image] Aug 14 18:59:44.873 INFO O| Aug 14 18:59:44.873 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93402026-08-14T18:59:46.802Z[ recovery-image] Aug 14 18:59:45.746 INFO O| Aug 14 18:59:45.745 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
93412026-08-14T18:59:46.805Z[ recovery-image] Aug 14 18:59:45.746 INFO O| Aug 14 18:59:45.746 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93422026-08-14T18:59:46.876Z[ host-image] Aug 14 18:59:45.819 INFO O| copying publishers...
93432026-08-14T18:59:49.138Z[ recovery-image] Aug 14 18:59:48.081 INFO O| Aug 14 18:59:48.081 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93442026-08-14T18:59:49.138Z[ recovery-image] Aug 14 18:59:48.081 INFO O| Aug 14 18:59:48.081 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93452026-08-14T18:59:49.138Z[ recovery-image] Aug 14 18:59:48.081 INFO O| Aug 14 18:59:48.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93462026-08-14T18:59:49.142Z[ recovery-image] Aug 14 18:59:48.081 INFO O| Aug 14 18:59:48.081 INFO completed processing sled/zfs-recovery
93472026-08-14T18:59:49.142Z[ recovery-image] Aug 14 18:59:48.081 INFO O| Aug 14 18:59:48.081 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93482026-08-14T18:59:50.305Z[ host-image] Aug 14 18:59:49.248 INFO O| adding properties...
93492026-08-14T18:59:51.365Z[ recovery-image] Aug 14 18:59:50.308 INFO O| Aug 14 18:59:50.308 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93502026-08-14T18:59:51.505Z[ recovery-image] Aug 14 18:59:50.448 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
93512026-08-14T18:59:51.505Z[ recovery-image] Aug 14 18:59:50.448 INFO expanded image name: "recovery 556a25d/${os_short_commit} 2026-08-14 18:41" -> "recovery 556a25d/aaf8e74 2026-08-14 18:41"
93522026-08-14T18:59:51.508Z[ recovery-image] Aug 14 18:59:50.448 INFO output artefacts stored in: "/work/os-recovery"
93532026-08-14T18:59:51.508Z[ recovery-image] Aug 14 18:59:50.449 INFO collecting git info from project "pinprick"...
93542026-08-14T18:59:51.512Z[ recovery-image] Aug 14 18:59:50.456 INFO collecting git info from project "phbl"...
93552026-08-14T18:59:51.519Z[ recovery-image] Aug 14 18:59:50.463 INFO collecting git info from project "pilot"...
93562026-08-14T18:59:51.528Z[ recovery-image] Aug 14 18:59:50.471 INFO collecting git info from project "amd-firmware"...
93572026-08-14T18:59:52.042Z[ host-image] Aug 14 18:59:50.985 INFO O| installing packages...
93582026-08-14T18:59:52.173Z[ recovery-image] Aug 14 18:59:51.116 INFO collecting git info from project "image-builder"...
93592026-08-14T18:59:52.181Z[ recovery-image] Aug 14 18:59:51.124 INFO collecting git info from project "chelsio-t6-roms"...
93602026-08-14T18:59:52.200Z[ recovery-image] Aug 14 18:59:51.143 INFO collecting git info from project "amd-host-image-builder"...
93612026-08-14T18:59:52.246Z[ recovery-image] Aug 14 18:59:51.189 INFO collecting git info from project "dmar-report"...
93622026-08-14T18:59:52.257Z[ recovery-image] Aug 14 18:59:51.201 INFO collecting git info from project "bootserver"...
93632026-08-14T18:59:52.269Z[ recovery-image] Aug 14 18:59:51.212 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93642026-08-14T18:59:52.870Z[ recovery-image] Aug 14 18:59:51.813 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93652026-08-14T18:59:53.352Z[ recovery-image] Aug 14 18:59:52.295 INFO creating Oxide boot image...
93662026-08-14T18:59:53.352Z[ recovery-image] Aug 14 18:59:52.295 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 556a25d/aaf8e74 2026-08-14 18:41", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93672026-08-14T18:59:54.582Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93682026-08-14T18:59:57.156Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93692026-08-14T18:59:58.823Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93702026-08-14T19:00:01.255Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93712026-08-14T19:00:02.090Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93722026-08-14T19:00:02.252Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93732026-08-14T19:00:03.919Z[ host-image] Aug 14 19:00:02.860 INFO O| seeding SMF database...
93742026-08-14T19:00:05.878Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93752026-08-14T19:00:06.620Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
93762026-08-14T19:00:08.910Z[ host-image] Aug 14 19:00:07.836 INFO O| configuring SMF profile...
93772026-08-14T19:00:08.925Z[ host-image] Aug 14 19:00:07.836 INFO O| modifying shadow(5)...
93782026-08-14T19:00:08.925Z[ host-image] Aug 14 19:00:07.836 INFO O| loading user and group database...
93792026-08-14T19:00:08.925Z[ host-image] Aug 14 19:00:07.836 INFO O| loading facet selections...
93802026-08-14T19:00:08.925Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
93812026-08-14T19:00:09.503Z[ host-image] Aug 14 19:00:08.435 INFO O| devel -> true
93822026-08-14T19:00:09.503Z[ host-image] Aug 14 19:00:08.435 INFO O| doc.man -> true
93832026-08-14T19:00:09.503Z[ host-image] Aug 14 19:00:08.435 INFO O| version-lock.shell/ksh93 -> true
93842026-08-14T19:00:09.503Z[ host-image] Aug 14 19:00:08.435 INFO O| version-lock.system/data/hardware-registry -> true
93852026-08-14T19:00:09.503Z[ host-image] Aug 14 19:00:08.435 INFO O| version-lock.system/data/zoneinfo -> true
93862026-08-14T19:00:09.504Z[ host-image] Aug 14 19:00:08.435 INFO O| version-lock.system/microcode/amd -> true
93872026-08-14T19:00:09.504Z[ host-image] Aug 14 19:00:08.435 INFO O| version-lock.system/microcode/intel -> true
93882026-08-14T19:00:09.504Z[ host-image] Aug 14 19:00:08.435 INFO O| version-lock.system/microcode/oxide -> true
93892026-08-14T19:00:09.504Z[ host-image] Aug 14 19:00:08.435 INFO O| assessing packaged files...
93902026-08-14T19:00:11.485Z[ host-image] Aug 14 19:00:10.422 INFO O| creating archive...
93912026-08-14T19:00:11.498Z[ host-image] Aug 14 19:00:10.441 INFO O| missing from packaging:
93922026-08-14T19:00:11.498Z[ host-image] Aug 14 19:00:10.441 INFO O| "etc/.pwd.lock"
93932026-08-14T19:00:11.503Z[ host-image] Aug 14 19:00:10.441 INFO O| "etc/bash"
93942026-08-14T19:00:11.507Z[ host-image] Aug 14 19:00:10.447 INFO O| "etc/svc/profile/generic.xml"
93952026-08-14T19:00:11.507Z[ host-image] Aug 14 19:00:10.447 INFO O| "etc/svc/profile/inetd_services.xml"
93962026-08-14T19:00:11.507Z[ host-image] Aug 14 19:00:10.447 INFO O| "etc/svc/profile/name_service.xml"
93972026-08-14T19:00:11.507Z[ host-image] Aug 14 19:00:10.447 INFO O| "etc/svc/profile/platform.xml"
93982026-08-14T19:00:11.507Z[ host-image] Aug 14 19:00:10.447 INFO O| "etc/svc/profile/platform_omicron1.xml"
93992026-08-14T19:00:11.507Z[ host-image] Aug 14 19:00:10.447 INFO O| "etc/svc/repository.db"
94002026-08-14T19:00:11.516Z[ host-image] Aug 14 19:00:10.453 INFO O| "opt/ooce/share"
94012026-08-14T19:00:11.516Z[ host-image] Aug 14 19:00:10.453 INFO O| "opt/ooce/share/man"
94022026-08-14T19:00:11.516Z[ host-image] Aug 14 19:00:10.453 INFO O| "opt/ooce/share/man/man1"
94032026-08-14T19:00:11.524Z[ host-image] Aug 14 19:00:10.461 INFO O| finishing archive...
94042026-08-14T19:00:14.349Z[ host-image] Aug 14 19:00:13.290 INFO O| creating gzonly manifest...
94052026-08-14T19:00:14.354Z[ host-image] Aug 14 19:00:13.296 INFO O| ok
94062026-08-14T19:00:14.512Z[ host-image] Aug 14 19:00:13.452 INFO image builder template: ramdisk-02-trim...
94072026-08-14T19:00:14.517Z[ host-image] Aug 14 19:00:13.452 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/.tmpxeUstV/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
94082026-08-14T19:00:14.529Z[ host-image] Aug 14 19:00:13.472 INFO O| Aug 14 19:00:13.472 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94092026-08-14T19:00:14.533Z[ host-image] Aug 14 19:00:13.475 INFO O| Aug 14 19:00:13.475 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94102026-08-14T19:00:16.099Z[ host-image] Aug 14 19:00:15.041 INFO O| Aug 14 19:00:15.041 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94112026-08-14T19:00:16.142Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94122026-08-14T19:00:16.225Z[ host-image] Aug 14 19:00:15.156 INFO O| Aug 14 19:00:15.155 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94132026-08-14T19:00:16.225Z[ host-image] Aug 14 19:00:15.156 INFO O| Aug 14 19:00:15.156 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94142026-08-14T19:00:16.259Z[ host-image] Aug 14 19:00:15.159 INFO O| Aug 14 19:00:15.159 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94152026-08-14T19:00:16.259Z[ host-image] Aug 14 19:00:15.164 INFO O| Aug 14 19:00:15.163 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94162026-08-14T19:00:16.259Z[ host-image] Aug 14 19:00:15.169 INFO O| Aug 14 19:00:15.169 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94172026-08-14T19:00:16.701Z[ host-image] Aug 14 19:00:15.645 INFO O| Aug 14 19:00:15.645 INFO rolled back to input snapshot; work may begin
94182026-08-14T19:00:16.701Z[ host-image] Aug 14 19:00:15.645 INFO O| Aug 14 19:00:15.645 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94192026-08-14T19:00:16.709Z[ host-image] Aug 14 19:00:15.650 INFO O| Aug 14 19:00:15.650 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94202026-08-14T19:00:16.717Z[ host-image] Aug 14 19:00:15.659 INFO O| Aug 14 19:00:15.659 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94212026-08-14T19:00:16.755Z[ host-image] Aug 14 19:00:15.699 INFO O| Aug 14 19:00:15.699 INFO STEP 0 (remove_files) COMPLETE
94222026-08-14T19:00:16.755Z[ host-image] Aug 14 19:00:15.699 INFO O| Aug 14 19:00:15.699 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-08-14T19:00:16.769Z[ host-image] Aug 14 19:00:15.709 INFO O| Aug 14 19:00:15.709 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94242026-08-14T19:00:16.777Z[ host-image] Aug 14 19:00:15.710 INFO O| Aug 14 19:00:15.710 INFO STEP 1 (remove_files) COMPLETE
94252026-08-14T19:00:16.777Z[ host-image] Aug 14 19:00:15.710 INFO O| Aug 14 19:00:15.710 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94262026-08-14T19:00:16.784Z[ host-image] Aug 14 19:00:15.720 INFO O| Aug 14 19:00:15.719 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94272026-08-14T19:00:16.789Z[ host-image] Aug 14 19:00:15.733 INFO O| Aug 14 19:00:15.732 INFO STEP 2 (remove_files) COMPLETE
94282026-08-14T19:00:16.789Z[ host-image] Aug 14 19:00:15.733 INFO O| Aug 14 19:00:15.733 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-08-14T19:00:16.800Z[ host-image] Aug 14 19:00:15.743 INFO O| Aug 14 19:00:15.743 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94302026-08-14T19:00:16.809Z[ host-image] Aug 14 19:00:15.744 INFO O| Aug 14 19:00:15.744 INFO STEP 3 (remove_files) COMPLETE
94312026-08-14T19:00:16.809Z[ host-image] Aug 14 19:00:15.744 INFO O| Aug 14 19:00:15.744 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-08-14T19:00:16.815Z[ host-image] Aug 14 19:00:15.755 INFO O| Aug 14 19:00:15.755 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94332026-08-14T19:00:16.815Z[ host-image] Aug 14 19:00:15.758 INFO O| Aug 14 19:00:15.758 INFO STEP 4 (remove_files) COMPLETE
94342026-08-14T19:00:16.815Z[ host-image] Aug 14 19:00:15.758 INFO O| Aug 14 19:00:15.758 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-08-14T19:00:16.823Z[ host-image] Aug 14 19:00:15.767 INFO O| Aug 14 19:00:15.767 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94362026-08-14T19:00:16.829Z[ host-image] Aug 14 19:00:15.769 INFO O| Aug 14 19:00:15.769 INFO STEP 5 (remove_files) COMPLETE
94372026-08-14T19:00:16.829Z[ host-image] Aug 14 19:00:15.769 INFO O| Aug 14 19:00:15.769 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94382026-08-14T19:00:16.835Z[ host-image] Aug 14 19:00:15.778 INFO O| Aug 14 19:00:15.778 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94392026-08-14T19:00:16.845Z[ host-image] Aug 14 19:00:15.788 INFO O| Aug 14 19:00:15.788 INFO STEP 6 (remove_files) COMPLETE
94402026-08-14T19:00:16.845Z[ host-image] Aug 14 19:00:15.788 INFO O| Aug 14 19:00:15.788 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-08-14T19:00:16.848Z[ host-image] Aug 14 19:00:15.788 INFO O| Aug 14 19:00:15.788 INFO skip step because feature "heliosv2" is not enabled
94422026-08-14T19:00:16.848Z[ host-image] Aug 14 19:00:15.788 INFO O| Aug 14 19:00:15.788 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-08-14T19:00:16.855Z[ host-image] Aug 14 19:00:15.799 INFO O| Aug 14 19:00:15.799 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94442026-08-14T19:00:16.868Z[ host-image] Aug 14 19:00:15.810 INFO O| Aug 14 19:00:15.810 INFO STEP 8 (remove_files) COMPLETE
94452026-08-14T19:00:16.868Z[ host-image] Aug 14 19:00:15.810 INFO O| Aug 14 19:00:15.810 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-08-14T19:00:16.876Z[ host-image] Aug 14 19:00:15.820 INFO O| Aug 14 19:00:15.820 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94472026-08-14T19:00:16.949Z[ host-image] Aug 14 19:00:15.891 INFO O| Aug 14 19:00:15.891 INFO STEP 9 (remove_files) COMPLETE
94482026-08-14T19:00:16.949Z[ host-image] Aug 14 19:00:15.892 INFO O| Aug 14 19:00:15.891 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-08-14T19:00:16.967Z[ host-image] Aug 14 19:00:15.909 INFO O| Aug 14 19:00:15.909 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94502026-08-14T19:00:17.057Z[ host-image] Aug 14 19:00:15.995 INFO O| Aug 14 19:00:15.995 INFO STEP 10 (remove_files) COMPLETE
94512026-08-14T19:00:17.057Z[ host-image] Aug 14 19:00:15.995 INFO O| Aug 14 19:00:15.995 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-08-14T19:00:17.063Z[ host-image] Aug 14 19:00:16.005 INFO O| Aug 14 19:00:16.005 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94532026-08-14T19:00:17.068Z[ host-image] Aug 14 19:00:16.008 INFO O| Aug 14 19:00:16.008 INFO STEP 11 (remove_files) COMPLETE
94542026-08-14T19:00:17.068Z[ host-image] Aug 14 19:00:16.008 INFO O| Aug 14 19:00:16.008 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-08-14T19:00:17.076Z[ host-image] Aug 14 19:00:16.019 INFO O| Aug 14 19:00:16.018 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94562026-08-14T19:00:17.080Z[ host-image] Aug 14 19:00:16.019 INFO O| Aug 14 19:00:16.019 INFO STEP 12 (remove_files) COMPLETE
94572026-08-14T19:00:17.081Z[ host-image] Aug 14 19:00:16.019 INFO O| Aug 14 19:00:16.019 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94582026-08-14T19:00:17.093Z[ host-image] Aug 14 19:00:16.036 INFO O| Aug 14 19:00:16.035 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94592026-08-14T19:00:17.096Z[ host-image] Aug 14 19:00:16.037 INFO O| Aug 14 19:00:16.037 INFO STEP 13 (remove_files) COMPLETE
94602026-08-14T19:00:17.097Z[ host-image] Aug 14 19:00:16.037 INFO O| Aug 14 19:00:16.037 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-08-14T19:00:17.109Z[ host-image] Aug 14 19:00:16.052 INFO O| Aug 14 19:00:16.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94622026-08-14T19:00:17.109Z[ host-image] Aug 14 19:00:16.052 INFO O| Aug 14 19:00:16.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94632026-08-14T19:00:17.116Z[ host-image] Aug 14 19:00:16.059 INFO O| Aug 14 19:00:16.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94642026-08-14T19:00:17.116Z[ host-image] Aug 14 19:00:16.059 INFO O| Aug 14 19:00:16.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94652026-08-14T19:00:17.116Z[ host-image] Aug 14 19:00:16.059 INFO O| Aug 14 19:00:16.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94662026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.059 INFO O| Aug 14 19:00:16.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94672026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.059 INFO O| Aug 14 19:00:16.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94682026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.059 INFO O| Aug 14 19:00:16.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94692026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.059 INFO O| Aug 14 19:00:16.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94702026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.060 INFO O| Aug 14 19:00:16.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94712026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.060 INFO O| Aug 14 19:00:16.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94722026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.060 INFO O| Aug 14 19:00:16.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94732026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.060 INFO O| Aug 14 19:00:16.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94742026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.060 INFO O| Aug 14 19:00:16.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94752026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.060 INFO O| Aug 14 19:00:16.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94762026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.060 INFO O| Aug 14 19:00:16.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94772026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.060 INFO O| Aug 14 19:00:16.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94782026-08-14T19:00:17.123Z[ host-image] Aug 14 19:00:16.060 INFO O| Aug 14 19:00:16.060 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94792026-08-14T19:00:17.218Z[ host-image] Aug 14 19:00:16.161 INFO O| Aug 14 19:00:16.161 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94802026-08-14T19:00:17.218Z[ host-image] Aug 14 19:00:16.161 INFO O| Aug 14 19:00:16.161 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94812026-08-14T19:00:17.365Z[ host-image] Aug 14 19:00:16.307 INFO O| Aug 14 19:00:16.307 INFO STEP 14 (remove_files) COMPLETE
94822026-08-14T19:00:17.365Z[ host-image] Aug 14 19:00:16.307 INFO O| Aug 14 19:00:16.307 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-14T19:00:17.374Z[ host-image] Aug 14 19:00:16.317 INFO O| Aug 14 19:00:16.317 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94842026-08-14T19:00:17.378Z[ host-image] Aug 14 19:00:16.319 INFO O| Aug 14 19:00:16.319 INFO STEP 15 (remove_files) COMPLETE
94852026-08-14T19:00:17.378Z[ host-image] Aug 14 19:00:16.319 INFO O| Aug 14 19:00:16.319 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-14T19:00:17.384Z[ host-image] Aug 14 19:00:16.328 INFO O| Aug 14 19:00:16.328 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94872026-08-14T19:00:17.391Z[ host-image] Aug 14 19:00:16.335 INFO O| Aug 14 19:00:16.335 INFO STEP 16 (remove_files) COMPLETE
94882026-08-14T19:00:17.392Z[ host-image] Aug 14 19:00:16.335 INFO O| Aug 14 19:00:16.335 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-14T19:00:17.404Z[ host-image] Aug 14 19:00:16.344 INFO O| Aug 14 19:00:16.344 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94902026-08-14T19:00:17.410Z[ host-image] Aug 14 19:00:16.345 INFO O| Aug 14 19:00:16.345 INFO STEP 17 (remove_files) COMPLETE
94912026-08-14T19:00:17.410Z[ host-image] Aug 14 19:00:16.345 INFO O| Aug 14 19:00:16.345 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-14T19:00:17.418Z[ host-image] Aug 14 19:00:16.355 INFO O| Aug 14 19:00:16.354 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94932026-08-14T19:00:17.418Z[ host-image] Aug 14 19:00:16.356 INFO O| Aug 14 19:00:16.356 INFO STEP 18 (remove_files) COMPLETE
94942026-08-14T19:00:17.418Z[ host-image] Aug 14 19:00:16.356 INFO O| Aug 14 19:00:16.356 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-14T19:00:17.426Z[ host-image] Aug 14 19:00:16.364 INFO O| Aug 14 19:00:16.364 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94962026-08-14T19:00:17.426Z[ host-image] Aug 14 19:00:16.364 INFO O| Aug 14 19:00:16.364 INFO STEP 19 (remove_files) COMPLETE
94972026-08-14T19:00:17.426Z[ host-image] Aug 14 19:00:16.364 INFO O| Aug 14 19:00:16.364 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-14T19:00:17.431Z[ host-image] Aug 14 19:00:16.373 INFO O| Aug 14 19:00:16.373 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94992026-08-14T19:00:17.431Z[ host-image] Aug 14 19:00:16.373 INFO O| Aug 14 19:00:16.373 INFO STEP 20 (remove_files) COMPLETE
95002026-08-14T19:00:17.435Z[ host-image] Aug 14 19:00:16.373 INFO O| Aug 14 19:00:16.373 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-14T19:00:17.439Z[ host-image] Aug 14 19:00:16.381 INFO O| Aug 14 19:00:16.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95022026-08-14T19:00:17.439Z[ host-image] Aug 14 19:00:16.381 INFO O| Aug 14 19:00:16.381 INFO STEP 21 (remove_files) COMPLETE
95032026-08-14T19:00:17.440Z[ host-image] Aug 14 19:00:16.381 INFO O| Aug 14 19:00:16.381 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-14T19:00:17.448Z[ host-image] Aug 14 19:00:16.391 INFO O| Aug 14 19:00:16.391 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95052026-08-14T19:00:17.448Z[ host-image] Aug 14 19:00:16.391 INFO O| Aug 14 19:00:16.391 INFO STEP 22 (remove_files) COMPLETE
95062026-08-14T19:00:17.448Z[ host-image] Aug 14 19:00:16.391 INFO O| Aug 14 19:00:16.391 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-14T19:00:17.457Z[ host-image] Aug 14 19:00:16.401 INFO O| Aug 14 19:00:16.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95082026-08-14T19:00:17.457Z[ host-image] Aug 14 19:00:16.401 INFO O| Aug 14 19:00:16.401 INFO STEP 23 (remove_files) COMPLETE
95092026-08-14T19:00:17.457Z[ host-image] Aug 14 19:00:16.401 INFO O| Aug 14 19:00:16.401 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-14T19:00:17.471Z[ host-image] Aug 14 19:00:16.414 INFO O| Aug 14 19:00:16.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95112026-08-14T19:00:17.471Z[ host-image] Aug 14 19:00:16.414 INFO O| Aug 14 19:00:16.414 INFO STEP 24 (remove_files) COMPLETE
95122026-08-14T19:00:17.471Z[ host-image] Aug 14 19:00:16.414 INFO O| Aug 14 19:00:16.414 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-08-14T19:00:17.488Z[ host-image] Aug 14 19:00:16.428 INFO O| Aug 14 19:00:16.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95142026-08-14T19:00:17.488Z[ host-image] Aug 14 19:00:16.428 INFO O| Aug 14 19:00:16.428 INFO STEP 25 (remove_files) COMPLETE
95152026-08-14T19:00:17.488Z[ host-image] Aug 14 19:00:16.428 INFO O| Aug 14 19:00:16.428 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-08-14T19:00:17.495Z[ host-image] Aug 14 19:00:16.437 INFO O| Aug 14 19:00:16.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95172026-08-14T19:00:17.496Z[ host-image] Aug 14 19:00:16.437 INFO O| Aug 14 19:00:16.437 INFO STEP 26 (remove_files) COMPLETE
95182026-08-14T19:00:17.496Z[ host-image] Aug 14 19:00:16.437 INFO O| Aug 14 19:00:16.437 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-08-14T19:00:17.507Z[ host-image] Aug 14 19:00:16.449 INFO O| Aug 14 19:00:16.448 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95202026-08-14T19:00:17.507Z[ host-image] Aug 14 19:00:16.449 INFO O| Aug 14 19:00:16.449 INFO STEP 27 (remove_files) COMPLETE
95212026-08-14T19:00:17.507Z[ host-image] Aug 14 19:00:16.449 INFO O| Aug 14 19:00:16.449 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-08-14T19:00:17.525Z[ host-image] Aug 14 19:00:16.461 INFO O| Aug 14 19:00:16.461 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95232026-08-14T19:00:17.526Z[ host-image] Aug 14 19:00:16.461 INFO O| Aug 14 19:00:16.461 INFO STEP 28 (remove_files) COMPLETE
95242026-08-14T19:00:17.526Z[ host-image] Aug 14 19:00:16.461 INFO O| Aug 14 19:00:16.461 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-14T19:00:17.529Z[ host-image] Aug 14 19:00:16.473 INFO O| Aug 14 19:00:16.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95262026-08-14T19:00:17.530Z[ host-image] Aug 14 19:00:16.473 INFO O| Aug 14 19:00:16.473 INFO STEP 29 (remove_files) COMPLETE
95272026-08-14T19:00:17.530Z[ host-image] Aug 14 19:00:16.473 INFO O| Aug 14 19:00:16.473 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-08-14T19:00:17.541Z[ host-image] Aug 14 19:00:16.484 INFO O| Aug 14 19:00:16.484 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95292026-08-14T19:00:17.541Z[ host-image] Aug 14 19:00:16.484 INFO O| Aug 14 19:00:16.484 INFO STEP 30 (remove_files) COMPLETE
95302026-08-14T19:00:17.541Z[ host-image] Aug 14 19:00:16.484 INFO O| Aug 14 19:00:16.484 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-08-14T19:00:17.551Z[ host-image] Aug 14 19:00:16.494 INFO O| Aug 14 19:00:16.494 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95322026-08-14T19:00:17.551Z[ host-image] Aug 14 19:00:16.494 INFO O| Aug 14 19:00:16.494 INFO STEP 31 (remove_files) COMPLETE
95332026-08-14T19:00:17.561Z[ host-image] Aug 14 19:00:16.494 INFO O| Aug 14 19:00:16.494 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-08-14T19:00:17.561Z[ host-image] Aug 14 19:00:16.504 INFO O| Aug 14 19:00:16.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95352026-08-14T19:00:17.561Z[ host-image] Aug 14 19:00:16.504 INFO O| Aug 14 19:00:16.504 INFO STEP 32 (remove_files) COMPLETE
95362026-08-14T19:00:17.561Z[ host-image] Aug 14 19:00:16.504 INFO O| Aug 14 19:00:16.504 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-14T19:00:17.571Z[ host-image] Aug 14 19:00:16.515 INFO O| Aug 14 19:00:16.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95382026-08-14T19:00:17.572Z[ host-image] Aug 14 19:00:16.515 INFO O| Aug 14 19:00:16.515 INFO STEP 33 (remove_files) COMPLETE
95392026-08-14T19:00:17.572Z[ host-image] Aug 14 19:00:16.515 INFO O| Aug 14 19:00:16.515 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-14T19:00:17.584Z[ host-image] Aug 14 19:00:16.526 INFO O| Aug 14 19:00:16.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95412026-08-14T19:00:17.584Z[ host-image] Aug 14 19:00:16.527 INFO O| Aug 14 19:00:16.527 INFO STEP 34 (remove_files) COMPLETE
95422026-08-14T19:00:17.588Z[ host-image] Aug 14 19:00:16.527 INFO O| Aug 14 19:00:16.527 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-14T19:00:17.595Z[ host-image] Aug 14 19:00:16.535 INFO O| Aug 14 19:00:16.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95442026-08-14T19:00:17.595Z[ host-image] Aug 14 19:00:16.535 INFO O| Aug 14 19:00:16.535 INFO STEP 35 (remove_files) COMPLETE
95452026-08-14T19:00:17.595Z[ host-image] Aug 14 19:00:16.535 INFO O| Aug 14 19:00:16.535 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-14T19:00:17.612Z[ host-image] Aug 14 19:00:16.554 INFO O| Aug 14 19:00:16.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95472026-08-14T19:00:17.612Z[ host-image] Aug 14 19:00:16.554 INFO O| Aug 14 19:00:16.554 INFO STEP 36 (remove_files) COMPLETE
95482026-08-14T19:00:17.612Z[ host-image] Aug 14 19:00:16.554 INFO O| Aug 14 19:00:16.554 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-14T19:00:17.625Z[ host-image] Aug 14 19:00:16.568 INFO O| Aug 14 19:00:16.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95502026-08-14T19:00:17.625Z[ host-image] Aug 14 19:00:16.568 INFO O| Aug 14 19:00:16.568 INFO STEP 37 (remove_files) COMPLETE
95512026-08-14T19:00:17.625Z[ host-image] Aug 14 19:00:16.568 INFO O| Aug 14 19:00:16.568 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-14T19:00:17.637Z[ host-image] Aug 14 19:00:16.579 INFO O| Aug 14 19:00:16.579 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95532026-08-14T19:00:17.637Z[ host-image] Aug 14 19:00:16.579 INFO O| Aug 14 19:00:16.579 INFO STEP 38 (remove_files) COMPLETE
95542026-08-14T19:00:17.656Z[ host-image] Aug 14 19:00:16.579 INFO O| Aug 14 19:00:16.579 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-14T19:00:17.657Z[ host-image] Aug 14 19:00:16.589 INFO O| Aug 14 19:00:16.589 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95562026-08-14T19:00:17.657Z[ host-image] Aug 14 19:00:16.589 INFO O| Aug 14 19:00:16.589 INFO STEP 39 (remove_files) COMPLETE
95572026-08-14T19:00:17.657Z[ host-image] Aug 14 19:00:16.589 INFO O| Aug 14 19:00:16.589 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-14T19:00:17.657Z[ host-image] Aug 14 19:00:16.600 INFO O| Aug 14 19:00:16.600 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95592026-08-14T19:00:17.657Z[ host-image] Aug 14 19:00:16.600 INFO O| Aug 14 19:00:16.600 INFO STEP 40 (remove_files) COMPLETE
95602026-08-14T19:00:17.657Z[ host-image] Aug 14 19:00:16.600 INFO O| Aug 14 19:00:16.600 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-14T19:00:17.665Z[ host-image] Aug 14 19:00:16.608 INFO O| Aug 14 19:00:16.608 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95622026-08-14T19:00:17.665Z[ host-image] Aug 14 19:00:16.608 INFO O| Aug 14 19:00:16.608 INFO STEP 41 (remove_files) COMPLETE
95632026-08-14T19:00:17.669Z[ host-image] Aug 14 19:00:16.608 INFO O| Aug 14 19:00:16.608 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-14T19:00:17.673Z[ host-image] Aug 14 19:00:16.616 INFO O| Aug 14 19:00:16.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95652026-08-14T19:00:17.674Z[ host-image] Aug 14 19:00:16.616 INFO O| Aug 14 19:00:16.616 INFO STEP 42 (remove_files) COMPLETE
95662026-08-14T19:00:17.674Z[ host-image] Aug 14 19:00:16.616 INFO O| Aug 14 19:00:16.616 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-14T19:00:17.688Z[ host-image] Aug 14 19:00:16.631 INFO O| Aug 14 19:00:16.631 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95682026-08-14T19:00:17.688Z[ host-image] Aug 14 19:00:16.631 INFO O| Aug 14 19:00:16.631 INFO STEP 43 (remove_files) COMPLETE
95692026-08-14T19:00:17.688Z[ host-image] Aug 14 19:00:16.631 INFO O| Aug 14 19:00:16.631 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-14T19:00:17.698Z[ host-image] Aug 14 19:00:16.639 INFO O| Aug 14 19:00:16.639 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95712026-08-14T19:00:17.698Z[ host-image] Aug 14 19:00:16.639 INFO O| Aug 14 19:00:16.639 INFO STEP 44 (remove_files) COMPLETE
95722026-08-14T19:00:17.698Z[ host-image] Aug 14 19:00:16.639 INFO O| Aug 14 19:00:16.639 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-14T19:00:17.703Z[ host-image] Aug 14 19:00:16.647 INFO O| Aug 14 19:00:16.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95742026-08-14T19:00:17.704Z[ host-image] Aug 14 19:00:16.647 INFO O| Aug 14 19:00:16.647 INFO STEP 45 (remove_files) COMPLETE
95752026-08-14T19:00:17.704Z[ host-image] Aug 14 19:00:16.647 INFO O| Aug 14 19:00:16.647 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-14T19:00:17.712Z[ host-image] Aug 14 19:00:16.655 INFO O| Aug 14 19:00:16.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95772026-08-14T19:00:17.713Z[ host-image] Aug 14 19:00:16.655 INFO O| Aug 14 19:00:16.655 INFO STEP 46 (remove_files) COMPLETE
95782026-08-14T19:00:17.713Z[ host-image] Aug 14 19:00:16.655 INFO O| Aug 14 19:00:16.655 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-14T19:00:17.719Z[ host-image] Aug 14 19:00:16.662 INFO O| Aug 14 19:00:16.662 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95802026-08-14T19:00:17.719Z[ host-image] Aug 14 19:00:16.663 INFO O| Aug 14 19:00:16.663 INFO STEP 47 (remove_files) COMPLETE
95812026-08-14T19:00:17.719Z[ host-image] Aug 14 19:00:16.663 INFO O| Aug 14 19:00:16.663 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-14T19:00:17.729Z[ host-image] Aug 14 19:00:16.673 INFO O| Aug 14 19:00:16.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95832026-08-14T19:00:17.729Z[ host-image] Aug 14 19:00:16.673 INFO O| Aug 14 19:00:16.673 INFO STEP 48 (remove_files) COMPLETE
95842026-08-14T19:00:17.729Z[ host-image] Aug 14 19:00:16.673 INFO O| Aug 14 19:00:16.673 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-14T19:00:17.740Z[ host-image] Aug 14 19:00:16.682 INFO O| Aug 14 19:00:16.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95862026-08-14T19:00:17.740Z[ host-image] Aug 14 19:00:16.682 INFO O| Aug 14 19:00:16.682 INFO STEP 49 (remove_files) COMPLETE
95872026-08-14T19:00:17.745Z[ host-image] Aug 14 19:00:16.682 INFO O| Aug 14 19:00:16.682 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-14T19:00:17.749Z[ host-image] Aug 14 19:00:16.692 INFO O| Aug 14 19:00:16.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95892026-08-14T19:00:17.750Z[ host-image] Aug 14 19:00:16.692 INFO O| Aug 14 19:00:16.692 INFO STEP 50 (remove_files) COMPLETE
95902026-08-14T19:00:17.750Z[ host-image] Aug 14 19:00:16.692 INFO O| Aug 14 19:00:16.692 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-14T19:00:17.757Z[ host-image] Aug 14 19:00:16.700 INFO O| Aug 14 19:00:16.700 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95922026-08-14T19:00:17.757Z[ host-image] Aug 14 19:00:16.700 INFO O| Aug 14 19:00:16.700 INFO STEP 51 (remove_files) COMPLETE
95932026-08-14T19:00:17.761Z[ host-image] Aug 14 19:00:16.700 INFO O| Aug 14 19:00:16.700 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-14T19:00:17.767Z[ host-image] Aug 14 19:00:16.708 INFO O| Aug 14 19:00:16.708 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95952026-08-14T19:00:17.767Z[ host-image] Aug 14 19:00:16.708 INFO O| Aug 14 19:00:16.708 INFO STEP 52 (remove_files) COMPLETE
95962026-08-14T19:00:17.767Z[ host-image] Aug 14 19:00:16.708 INFO O| Aug 14 19:00:16.708 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-14T19:00:17.782Z[ host-image] Aug 14 19:00:16.717 INFO O| Aug 14 19:00:16.717 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95982026-08-14T19:00:17.782Z[ host-image] Aug 14 19:00:16.718 INFO O| Aug 14 19:00:16.718 INFO STEP 53 (remove_files) COMPLETE
95992026-08-14T19:00:17.804Z[ host-image] Aug 14 19:00:16.718 INFO O| Aug 14 19:00:16.718 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-14T19:00:17.804Z[ host-image] Aug 14 19:00:16.727 INFO O| Aug 14 19:00:16.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96012026-08-14T19:00:17.804Z[ host-image] Aug 14 19:00:16.727 INFO O| Aug 14 19:00:16.727 INFO STEP 54 (remove_files) COMPLETE
96022026-08-14T19:00:17.804Z[ host-image] Aug 14 19:00:16.727 INFO O| Aug 14 19:00:16.727 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-14T19:00:17.808Z[ host-image] Aug 14 19:00:16.737 INFO O| Aug 14 19:00:16.737 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96042026-08-14T19:00:17.808Z[ host-image] Aug 14 19:00:16.737 INFO O| Aug 14 19:00:16.737 INFO STEP 55 (remove_files) COMPLETE
96052026-08-14T19:00:17.808Z[ host-image] Aug 14 19:00:16.737 INFO O| Aug 14 19:00:16.737 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-14T19:00:17.808Z[ host-image] Aug 14 19:00:16.747 INFO O| Aug 14 19:00:16.747 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96072026-08-14T19:00:17.808Z[ host-image] Aug 14 19:00:16.747 INFO O| Aug 14 19:00:16.747 INFO STEP 56 (remove_files) COMPLETE
96082026-08-14T19:00:17.808Z[ host-image] Aug 14 19:00:16.747 INFO O| Aug 14 19:00:16.747 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-14T19:00:17.815Z[ host-image] Aug 14 19:00:16.757 INFO O| Aug 14 19:00:16.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96102026-08-14T19:00:17.821Z[ host-image] Aug 14 19:00:16.757 INFO O| Aug 14 19:00:16.757 INFO STEP 57 (remove_files) COMPLETE
96112026-08-14T19:00:17.821Z[ host-image] Aug 14 19:00:16.757 INFO O| Aug 14 19:00:16.757 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-14T19:00:17.825Z[ host-image] Aug 14 19:00:16.765 INFO O| Aug 14 19:00:16.765 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96132026-08-14T19:00:17.825Z[ host-image] Aug 14 19:00:16.765 INFO O| Aug 14 19:00:16.765 INFO STEP 58 (remove_files) COMPLETE
96142026-08-14T19:00:17.825Z[ host-image] Aug 14 19:00:16.765 INFO O| Aug 14 19:00:16.765 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-14T19:00:17.831Z[ host-image] Aug 14 19:00:16.775 INFO O| Aug 14 19:00:16.775 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96162026-08-14T19:00:17.831Z[ host-image] Aug 14 19:00:16.775 INFO O| Aug 14 19:00:16.775 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96172026-08-14T19:00:17.840Z[ host-image] Aug 14 19:00:16.775 INFO O| Aug 14 19:00:16.775 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96182026-08-14T19:00:17.840Z[ host-image] Aug 14 19:00:16.775 INFO O| Aug 14 19:00:16.775 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96192026-08-14T19:00:17.840Z[ host-image] Aug 14 19:00:16.775 INFO O| Aug 14 19:00:16.775 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96202026-08-14T19:00:17.840Z[ host-image] Aug 14 19:00:16.775 INFO O| Aug 14 19:00:16.775 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96212026-08-14T19:00:17.840Z[ host-image] Aug 14 19:00:16.775 INFO O| Aug 14 19:00:16.775 INFO ok!
96222026-08-14T19:00:17.840Z[ host-image] Aug 14 19:00:16.775 INFO O| Aug 14 19:00:16.775 INFO STEP 59 (ensure_file) COMPLETE
96232026-08-14T19:00:17.840Z[ host-image] Aug 14 19:00:16.775 INFO O| Aug 14 19:00:16.775 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-14T19:00:17.845Z[ host-image] Aug 14 19:00:16.784 INFO O| Aug 14 19:00:16.784 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96252026-08-14T19:00:17.845Z[ host-image] Aug 14 19:00:16.784 INFO O| Aug 14 19:00:16.784 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96262026-08-14T19:00:17.845Z[ host-image] Aug 14 19:00:16.784 INFO O| Aug 14 19:00:16.784 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96272026-08-14T19:00:17.845Z[ host-image] Aug 14 19:00:16.784 INFO O| Aug 14 19:00:16.784 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96282026-08-14T19:00:17.845Z[ host-image] Aug 14 19:00:16.784 INFO O| Aug 14 19:00:16.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96292026-08-14T19:00:17.845Z[ host-image] Aug 14 19:00:16.784 INFO O| Aug 14 19:00:16.784 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96302026-08-14T19:00:17.845Z[ host-image] Aug 14 19:00:16.784 INFO O| Aug 14 19:00:16.784 INFO ok!
96312026-08-14T19:00:17.845Z[ host-image] Aug 14 19:00:16.784 INFO O| Aug 14 19:00:16.784 INFO STEP 60 (ensure_file) COMPLETE
96322026-08-14T19:00:17.845Z[ host-image] Aug 14 19:00:16.784 INFO O| Aug 14 19:00:16.784 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-14T19:00:17.850Z[ host-image] Aug 14 19:00:16.792 INFO O| Aug 14 19:00:16.792 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96342026-08-14T19:00:17.850Z[ host-image] Aug 14 19:00:16.792 INFO O| Aug 14 19:00:16.792 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96352026-08-14T19:00:17.850Z[ host-image] Aug 14 19:00:16.792 INFO O| Aug 14 19:00:16.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96362026-08-14T19:00:17.850Z[ host-image] Aug 14 19:00:16.792 INFO O| Aug 14 19:00:16.792 INFO ok!
96372026-08-14T19:00:17.850Z[ host-image] Aug 14 19:00:16.792 INFO O| Aug 14 19:00:16.792 INFO STEP 61 (ensure_file) COMPLETE
96382026-08-14T19:00:17.850Z[ host-image] Aug 14 19:00:16.792 INFO O| Aug 14 19:00:16.792 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-14T19:00:17.858Z[ host-image] Aug 14 19:00:16.802 INFO O| Aug 14 19:00:16.802 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96402026-08-14T19:00:17.858Z[ host-image] Aug 14 19:00:16.802 INFO O| Aug 14 19:00:16.802 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96412026-08-14T19:00:17.862Z[ host-image] Aug 14 19:00:16.802 INFO O| Aug 14 19:00:16.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96422026-08-14T19:00:17.863Z[ host-image] Aug 14 19:00:16.802 INFO O| Aug 14 19:00:16.802 INFO ok!
96432026-08-14T19:00:17.863Z[ host-image] Aug 14 19:00:16.802 INFO O| Aug 14 19:00:16.802 INFO STEP 62 (ensure_file) COMPLETE
96442026-08-14T19:00:17.863Z[ host-image] Aug 14 19:00:16.802 INFO O| Aug 14 19:00:16.802 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-14T19:00:17.866Z[ host-image] Aug 14 19:00:16.809 INFO O| Aug 14 19:00:16.809 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96462026-08-14T19:00:17.866Z[ host-image] Aug 14 19:00:16.809 INFO O| Aug 14 19:00:16.809 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96472026-08-14T19:00:17.866Z[ host-image] Aug 14 19:00:16.809 INFO O| Aug 14 19:00:16.809 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96482026-08-14T19:00:17.866Z[ host-image] Aug 14 19:00:16.809 INFO O| Aug 14 19:00:16.809 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96492026-08-14T19:00:17.866Z[ host-image] Aug 14 19:00:16.809 INFO O| Aug 14 19:00:16.809 INFO ok!
96502026-08-14T19:00:17.866Z[ host-image] Aug 14 19:00:16.809 INFO O| Aug 14 19:00:16.809 INFO STEP 63 (ensure_file) COMPLETE
96512026-08-14T19:00:17.866Z[ host-image] Aug 14 19:00:16.809 INFO O| Aug 14 19:00:16.809 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-14T19:00:17.874Z[ host-image] Aug 14 19:00:16.815 INFO O| Aug 14 19:00:16.815 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96532026-08-14T19:00:17.874Z[ host-image] Aug 14 19:00:16.815 INFO O| Aug 14 19:00:16.815 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96542026-08-14T19:00:17.874Z[ host-image] Aug 14 19:00:16.815 INFO O| Aug 14 19:00:16.815 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96552026-08-14T19:00:17.874Z[ host-image] Aug 14 19:00:16.815 INFO O| Aug 14 19:00:16.815 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96562026-08-14T19:00:17.874Z[ host-image] Aug 14 19:00:16.815 INFO O| Aug 14 19:00:16.815 INFO ok!
96572026-08-14T19:00:17.874Z[ host-image] Aug 14 19:00:16.815 INFO O| Aug 14 19:00:16.815 INFO STEP 64 (ensure_file) COMPLETE
96582026-08-14T19:00:17.874Z[ host-image] Aug 14 19:00:16.815 INFO O| Aug 14 19:00:16.815 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-08-14T19:00:17.879Z[ host-image] Aug 14 19:00:16.822 INFO O| Aug 14 19:00:16.822 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96602026-08-14T19:00:17.883Z[ host-image] Aug 14 19:00:16.822 INFO O| Aug 14 19:00:16.822 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96612026-08-14T19:00:17.883Z[ host-image] Aug 14 19:00:16.822 INFO O| Aug 14 19:00:16.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96622026-08-14T19:00:17.883Z[ host-image] Aug 14 19:00:16.822 INFO O| Aug 14 19:00:16.822 INFO ok!
96632026-08-14T19:00:17.883Z[ host-image] Aug 14 19:00:16.822 INFO O| Aug 14 19:00:16.822 INFO STEP 65 (assemble_files) COMPLETE
96642026-08-14T19:00:17.883Z[ host-image] Aug 14 19:00:16.822 INFO O| Aug 14 19:00:16.822 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-14T19:00:17.890Z[ host-image] Aug 14 19:00:16.828 INFO O| Aug 14 19:00:16.828 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96662026-08-14T19:00:17.890Z[ host-image] Aug 14 19:00:16.828 INFO O| Aug 14 19:00:16.828 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96672026-08-14T19:00:17.891Z[ host-image] Aug 14 19:00:16.828 INFO O| Aug 14 19:00:16.828 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96682026-08-14T19:00:17.891Z[ host-image] Aug 14 19:00:16.828 INFO O| Aug 14 19:00:16.828 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96692026-08-14T19:00:17.891Z[ host-image] Aug 14 19:00:16.828 INFO O| Aug 14 19:00:16.828 INFO ok!
96702026-08-14T19:00:17.891Z[ host-image] Aug 14 19:00:16.828 INFO O| Aug 14 19:00:16.828 INFO STEP 66 (ensure_file) COMPLETE
96712026-08-14T19:00:17.891Z[ host-image] Aug 14 19:00:16.828 INFO O| Aug 14 19:00:16.828 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-14T19:00:17.895Z[ host-image] Aug 14 19:00:16.834 INFO O| Aug 14 19:00:16.834 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96732026-08-14T19:00:17.895Z[ host-image] Aug 14 19:00:16.834 INFO O| Aug 14 19:00:16.834 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96742026-08-14T19:00:17.895Z[ host-image] Aug 14 19:00:16.834 INFO O| Aug 14 19:00:16.834 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96752026-08-14T19:00:17.895Z[ host-image] Aug 14 19:00:16.834 INFO O| Aug 14 19:00:16.834 INFO STEP 67 (ensure_dir) COMPLETE
96762026-08-14T19:00:17.895Z[ host-image] Aug 14 19:00:16.834 INFO O| Aug 14 19:00:16.834 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-08-14T19:00:17.899Z[ host-image] Aug 14 19:00:16.840 INFO O| Aug 14 19:00:16.840 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96782026-08-14T19:00:17.899Z[ host-image] Aug 14 19:00:16.840 INFO O| Aug 14 19:00:16.840 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 ...
96792026-08-14T19:00:17.907Z[ host-image] Aug 14 19:00:16.846 INFO O| Aug 14 19:00:16.846 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
96802026-08-14T19:00:17.907Z[ host-image] Aug 14 19:00:16.846 INFO O| Aug 14 19:00:16.846 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96812026-08-14T19:00:17.907Z[ host-image] Aug 14 19:00:16.846 INFO O| Aug 14 19:00:16.846 INFO ok!
96822026-08-14T19:00:17.907Z[ host-image] Aug 14 19:00:16.846 INFO O| Aug 14 19:00:16.846 INFO STEP 68 (ensure_file) COMPLETE
96832026-08-14T19:00:17.907Z[ host-image] Aug 14 19:00:16.846 INFO O| Aug 14 19:00:16.846 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-14T19:00:17.915Z[ host-image] Aug 14 19:00:16.856 INFO O| Aug 14 19:00:16.856 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96852026-08-14T19:00:17.915Z[ host-image] Aug 14 19:00:16.856 INFO O| Aug 14 19:00:16.856 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 ...
96862026-08-14T19:00:17.920Z[ host-image] Aug 14 19:00:16.856 INFO O| Aug 14 19:00:16.856 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
96872026-08-14T19:00:17.920Z[ host-image] Aug 14 19:00:16.856 INFO O| Aug 14 19:00:16.856 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96882026-08-14T19:00:17.920Z[ host-image] Aug 14 19:00:16.856 INFO O| Aug 14 19:00:16.856 INFO ok!
96892026-08-14T19:00:17.920Z[ host-image] Aug 14 19:00:16.856 INFO O| Aug 14 19:00:16.856 INFO STEP 69 (ensure_file) COMPLETE
96902026-08-14T19:00:17.920Z[ host-image] Aug 14 19:00:16.856 INFO O| Aug 14 19:00:16.856 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-08-14T19:00:17.926Z[ host-image] Aug 14 19:00:16.870 INFO O| Aug 14 19:00:16.870 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96922026-08-14T19:00:17.926Z[ host-image] Aug 14 19:00:16.870 INFO O| Aug 14 19:00:16.870 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96932026-08-14T19:00:19.449Z[ host-image] Aug 14 19:00:18.373 INFO O| Aug 14 19:00:18.372 INFO STEP 70 (pack_tar) COMPLETE
96942026-08-14T19:00:19.449Z[ host-image] Aug 14 19:00:18.373 INFO O| Aug 14 19:00:18.372 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96952026-08-14T19:00:19.449Z[ host-image] Aug 14 19:00:18.373 INFO O| Aug 14 19:00:18.372 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96962026-08-14T19:00:19.911Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
96972026-08-14T19:00:20.038Z[ host-image] Aug 14 19:00:18.979 INFO O| Aug 14 19:00:18.979 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96982026-08-14T19:00:20.148Z[ host-image] Aug 14 19:00:19.070 INFO O| Aug 14 19:00:19.070 INFO completed processing sled/ramdisk-02-trim
96992026-08-14T19:00:20.162Z[ host-image] Aug 14 19:00:19.072 INFO image builder template: zfs...
97002026-08-14T19:00:20.162Z[ host-image] Aug 14 19:00:19.072 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/.tmpxeUstV/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
97012026-08-14T19:00:20.163Z[ host-image] Aug 14 19:00:19.085 INFO O| Aug 14 19:00:19.084 INFO skip include "stress" because feature "stress" is not enabled
97022026-08-14T19:00:20.163Z[ host-image] Aug 14 19:00:19.085 INFO O| Aug 14 19:00:19.084 INFO skip include "stress" because feature "compliance" is not enabled
97032026-08-14T19:00:20.170Z[ host-image] Aug 14 19:00:19.113 INFO O| Aug 14 19:00:19.113 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97042026-08-14T19:00:20.180Z[ host-image] Aug 14 19:00:19.118 INFO O| Aug 14 19:00:19.118 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97052026-08-14T19:00:20.276Z[ host-image] Aug 14 19:00:19.219 INFO O| Aug 14 19:00:19.219 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97062026-08-14T19:00:20.381Z[ host-image] Aug 14 19:00:19.307 INFO O| Aug 14 19:00:19.307 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97072026-08-14T19:00:20.381Z[ host-image] Aug 14 19:00:19.308 INFO O| Aug 14 19:00:19.307 INFO work dataset: rpool/images/build/host/work/sled/zfs
97082026-08-14T19:00:20.449Z[ host-image] Aug 14 19:00:19.312 INFO O| Aug 14 19:00:19.312 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97092026-08-14T19:00:20.473Z[ host-image] Aug 14 19:00:19.412 INFO O| Aug 14 19:00:19.412 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97102026-08-14T19:00:20.552Z[ host-image] Aug 14 19:00:19.494 INFO O| Aug 14 19:00:19.494 INFO DESTROY POOL: TEMPORARY-sled-zfs
97112026-08-14T19:00:20.560Z[ host-image] Aug 14 19:00:19.503 INFO O| Aug 14 19:00:19.503 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97122026-08-14T19:00:20.566Z[ host-image] Aug 14 19:00:19.508 INFO O| Aug 14 19:00:19.508 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97132026-08-14T19:00:20.569Z[ host-image] Aug 14 19:00:19.509 INFO O| Aug 14 19:00:19.508 INFO no lofi found
97142026-08-14T19:00:20.569Z[ host-image] Aug 14 19:00:19.509 INFO O| Aug 14 19:00:19.509 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97152026-08-14T19:00:20.569Z[ host-image] Aug 14 19:00:19.509 INFO O| Aug 14 19:00:19.509 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97162026-08-14T19:00:22.061Z[ host-image] Aug 14 19:00:21.001 INFO O| Aug 14 19:00:21.001 INFO lofi device = /dev/dsk/c2t1d0p0
97172026-08-14T19:00:22.061Z[ host-image] Aug 14 19:00:21.001 INFO O| Aug 14 19:00:21.001 INFO pool device = /dev/dsk/c2t1d0p0
97182026-08-14T19:00:22.062Z[ host-image] Aug 14 19:00:21.001 INFO O| Aug 14 19:00:21.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97192026-08-14T19:00:22.139Z[ host-image] Aug 14 19:00:21.081 INFO O| Aug 14 19:00:21.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97202026-08-14T19:00:22.139Z[ host-image] Aug 14 19:00:21.081 INFO O| Aug 14 19:00:21.081 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97212026-08-14T19:00:22.160Z[ host-image] Aug 14 19:00:21.100 INFO O| Aug 14 19:00:21.100 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97222026-08-14T19:00:22.208Z[ host-image] Aug 14 19:00:21.151 INFO O| Aug 14 19:00:21.151 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97232026-08-14T19:00:22.237Z[ host-image] Aug 14 19:00:21.179 INFO O| Aug 14 19:00:21.179 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97242026-08-14T19:00:22.252Z[ host-image] Aug 14 19:00:21.194 INFO O| Aug 14 19:00:21.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97252026-08-14T19:00:22.263Z[ host-image] Aug 14 19:00:21.206 INFO O| Aug 14 19:00:21.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97262026-08-14T19:00:22.302Z[ host-image] Aug 14 19:00:21.245 INFO O| Aug 14 19:00:21.244 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97272026-08-14T19:00:22.302Z[ host-image] Aug 14 19:00:21.245 INFO O| Aug 14 19:00:21.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97282026-08-14T19:00:22.302Z[ host-image] Aug 14 19:00:21.245 INFO O| Aug 14 19:00:21.245 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97292026-08-14T19:00:22.313Z[ host-image] Aug 14 19:00:21.256 INFO O| Aug 14 19:00:21.255 INFO boot environment UUID: fddb6719-db5a-4e66-bb0e-f1be29f9cf07
97302026-08-14T19:00:22.313Z[ host-image] Aug 14 19:00:21.256 INFO O| Aug 14 19:00:21.256 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = fddb6719-db5a-4e66-bb0e-f1be29f9cf07
97312026-08-14T19:00:22.342Z[ host-image] Aug 14 19:00:21.268 INFO O| Aug 14 19:00:21.268 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97322026-08-14T19:00:22.342Z[ host-image] Aug 14 19:00:21.280 INFO O| Aug 14 19:00:21.280 INFO STEP 0 (create_be) COMPLETE
97332026-08-14T19:00:22.342Z[ host-image] Aug 14 19:00:21.280 INFO O| Aug 14 19:00:21.280 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97342026-08-14T19:00:22.358Z[ host-image] Aug 14 19:00:21.295 INFO O| Aug 14 19:00:21.295 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97352026-08-14T19:00:32.443Z[ host-image] Aug 14 19:00:31.352 INFO O| Aug 14 19:00:31.352 INFO STEP 1 (unpack_tar) COMPLETE
97362026-08-14T19:00:32.443Z[ host-image] Aug 14 19:00:31.352 INFO O| Aug 14 19:00:31.352 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97372026-08-14T19:00:32.455Z[ host-image] Aug 14 19:00:31.363 INFO O| Aug 14 19:00:31.363 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97382026-08-14T19:00:32.771Z[ host-image] Aug 14 19:00:31.714 INFO O| Aug 14 19:00:31.714 INFO STEP 2 (devfsadm) COMPLETE
97392026-08-14T19:00:32.771Z[ host-image] Aug 14 19:00:31.714 INFO O| Aug 14 19:00:31.714 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97402026-08-14T19:00:32.782Z[ host-image] Aug 14 19:00:31.725 INFO O| Aug 14 19:00:31.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97412026-08-14T19:00:32.790Z[ host-image] Aug 14 19:00:31.725 INFO O| Aug 14 19:00:31.725 INFO STEP 3 (ensure_dir) COMPLETE
97422026-08-14T19:00:32.790Z[ host-image] Aug 14 19:00:31.725 INFO O| Aug 14 19:00:31.725 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97432026-08-14T19:00:32.798Z[ host-image] Aug 14 19:00:31.734 INFO O| Aug 14 19:00:31.734 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97442026-08-14T19:00:32.798Z[ host-image] Aug 14 19:00:31.734 INFO O| Aug 14 19:00:31.734 INFO STEP 4 (ensure_dir) COMPLETE
97452026-08-14T19:00:32.799Z[ host-image] Aug 14 19:00:31.734 INFO O| Aug 14 19:00:31.734 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97462026-08-14T19:00:32.807Z[ host-image] Aug 14 19:00:31.744 INFO O| Aug 14 19:00:31.744 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97472026-08-14T19:00:32.807Z[ host-image] Aug 14 19:00:31.744 INFO O| Aug 14 19:00:31.744 INFO STEP 5 (ensure_dir) COMPLETE
97482026-08-14T19:00:32.807Z[ host-image] Aug 14 19:00:31.744 INFO O| Aug 14 19:00:31.744 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97492026-08-14T19:00:32.815Z[ host-image] Aug 14 19:00:31.753 INFO O| Aug 14 19:00:31.753 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97502026-08-14T19:00:32.816Z[ host-image] Aug 14 19:00:31.753 INFO O| Aug 14 19:00:31.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97512026-08-14T19:00:32.816Z[ host-image] Aug 14 19:00:31.753 INFO O| Aug 14 19:00:31.753 INFO STEP 6 (ensure_dir) COMPLETE
97522026-08-14T19:00:32.816Z[ host-image] Aug 14 19:00:31.753 INFO O| Aug 14 19:00:31.753 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97532026-08-14T19:00:32.823Z[ host-image] Aug 14 19:00:31.762 INFO O| Aug 14 19:00:31.762 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97542026-08-14T19:00:32.824Z[ host-image] Aug 14 19:00:31.762 INFO O| Aug 14 19:00:31.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97552026-08-14T19:00:32.824Z[ host-image] Aug 14 19:00:31.762 INFO O| Aug 14 19:00:31.762 INFO STEP 7 (ensure_dir) COMPLETE
97562026-08-14T19:00:32.824Z[ host-image] Aug 14 19:00:31.762 INFO O| Aug 14 19:00:31.762 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97572026-08-14T19:00:32.831Z[ host-image] Aug 14 19:00:31.771 INFO O| Aug 14 19:00:31.771 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97582026-08-14T19:00:32.832Z[ host-image] Aug 14 19:00:31.772 INFO O| Aug 14 19:00:31.772 INFO STEP 8 (remove_files) COMPLETE
97592026-08-14T19:00:32.832Z[ host-image] Aug 14 19:00:31.772 INFO O| Aug 14 19:00:31.772 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97602026-08-14T19:00:32.840Z[ host-image] Aug 14 19:00:31.781 INFO O| Aug 14 19:00:31.781 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97612026-08-14T19:00:32.840Z[ host-image] Aug 14 19:00:31.782 INFO O| Aug 14 19:00:31.782 INFO STEP 9 (remove_files) COMPLETE
97622026-08-14T19:00:32.840Z[ host-image] Aug 14 19:00:31.782 INFO O| Aug 14 19:00:31.782 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97632026-08-14T19:00:32.850Z[ host-image] Aug 14 19:00:31.790 INFO O| Aug 14 19:00:31.790 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97642026-08-14T19:00:32.850Z[ host-image] Aug 14 19:00:31.790 INFO O| Aug 14 19:00:31.790 INFO STEP 10 (remove_files) COMPLETE
97652026-08-14T19:00:32.850Z[ host-image] Aug 14 19:00:31.791 INFO O| Aug 14 19:00:31.790 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-08-14T19:00:32.858Z[ host-image] Aug 14 19:00:31.798 INFO O| Aug 14 19:00:31.798 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97672026-08-14T19:00:32.858Z[ host-image] Aug 14 19:00:31.798 INFO O| Aug 14 19:00:31.798 INFO STEP 11 (remove_files) COMPLETE
97682026-08-14T19:00:32.858Z[ host-image] Aug 14 19:00:31.798 INFO O| Aug 14 19:00:31.798 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-08-14T19:00:32.866Z[ host-image] Aug 14 19:00:31.809 INFO O| Aug 14 19:00:31.808 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97702026-08-14T19:00:32.866Z[ host-image] Aug 14 19:00:31.809 INFO O| Aug 14 19:00:31.809 INFO STEP 12 (remove_files) COMPLETE
97712026-08-14T19:00:32.866Z[ host-image] Aug 14 19:00:31.809 INFO O| Aug 14 19:00:31.809 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97722026-08-14T19:00:32.876Z[ host-image] Aug 14 19:00:31.818 INFO O| Aug 14 19:00:31.818 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97732026-08-14T19:00:32.885Z[ host-image] Aug 14 19:00:31.818 INFO O| Aug 14 19:00:31.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97742026-08-14T19:00:32.885Z[ host-image] Aug 14 19:00:31.818 INFO O| Aug 14 19:00:31.818 INFO STEP 13 (ensure_dir) COMPLETE
97752026-08-14T19:00:32.885Z[ host-image] Aug 14 19:00:31.818 INFO O| Aug 14 19:00:31.818 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97762026-08-14T19:00:32.885Z[ host-image] Aug 14 19:00:31.828 INFO O| Aug 14 19:00:31.827 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97772026-08-14T19:00:32.885Z[ host-image] Aug 14 19:00:31.828 INFO O| Aug 14 19:00:31.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97782026-08-14T19:00:32.885Z[ host-image] Aug 14 19:00:31.828 INFO O| Aug 14 19:00:31.828 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97792026-08-14T19:00:32.885Z[ host-image] Aug 14 19:00:31.828 INFO O| Aug 14 19:00:31.828 INFO STEP 14 (ensure_dir) COMPLETE
97802026-08-14T19:00:32.885Z[ host-image] Aug 14 19:00:31.828 INFO O| Aug 14 19:00:31.828 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97812026-08-14T19:00:32.893Z[ host-image] Aug 14 19:00:31.836 INFO O| Aug 14 19:00:31.836 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97822026-08-14T19:00:32.893Z[ host-image] Aug 14 19:00:31.836 INFO O| Aug 14 19:00:31.836 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97832026-08-14T19:00:32.893Z[ host-image] Aug 14 19:00:31.836 INFO O| Aug 14 19:00:31.836 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97842026-08-14T19:00:32.893Z[ host-image] Aug 14 19:00:31.836 INFO O| Aug 14 19:00:31.836 INFO STEP 15 (ensure_dir) COMPLETE
97852026-08-14T19:00:32.893Z[ host-image] Aug 14 19:00:31.836 INFO O| Aug 14 19:00:31.836 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-08-14T19:00:32.906Z[ host-image] Aug 14 19:00:31.845 INFO O| Aug 14 19:00:31.845 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97872026-08-14T19:00:32.906Z[ host-image] Aug 14 19:00:31.845 INFO O| Aug 14 19:00:31.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97882026-08-14T19:00:32.906Z[ host-image] Aug 14 19:00:31.845 INFO O| Aug 14 19:00:31.845 INFO STEP 16 (ensure_dir) COMPLETE
97892026-08-14T19:00:32.906Z[ host-image] Aug 14 19:00:31.845 INFO O| Aug 14 19:00:31.845 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-14T19:00:32.914Z[ host-image] Aug 14 19:00:31.855 INFO O| Aug 14 19:00:31.855 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97912026-08-14T19:00:32.915Z[ host-image] Aug 14 19:00:31.855 INFO O| Aug 14 19:00:31.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97922026-08-14T19:00:32.915Z[ host-image] Aug 14 19:00:31.855 INFO O| Aug 14 19:00:31.855 INFO STEP 17 (ensure_dir) COMPLETE
97932026-08-14T19:00:32.915Z[ host-image] Aug 14 19:00:31.855 INFO O| Aug 14 19:00:31.855 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97942026-08-14T19:00:32.922Z[ host-image] Aug 14 19:00:31.864 INFO O| Aug 14 19:00:31.864 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97952026-08-14T19:00:32.922Z[ host-image] Aug 14 19:00:31.864 INFO O| Aug 14 19:00:31.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97962026-08-14T19:00:32.923Z[ host-image] Aug 14 19:00:31.864 INFO O| Aug 14 19:00:31.864 INFO ok!
97972026-08-14T19:00:32.923Z[ host-image] Aug 14 19:00:31.864 INFO O| Aug 14 19:00:31.864 INFO STEP 18 (ensure_symlink) COMPLETE
97982026-08-14T19:00:32.923Z[ host-image] Aug 14 19:00:31.864 INFO O| Aug 14 19:00:31.864 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97992026-08-14T19:00:32.930Z[ host-image] Aug 14 19:00:31.872 INFO O| Aug 14 19:00:31.872 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98002026-08-14T19:00:32.930Z[ host-image] Aug 14 19:00:31.872 INFO O| Aug 14 19:00:31.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98012026-08-14T19:00:32.930Z[ host-image] Aug 14 19:00:31.872 INFO O| Aug 14 19:00:31.872 INFO ok!
98022026-08-14T19:00:32.936Z[ host-image] Aug 14 19:00:31.872 INFO O| Aug 14 19:00:31.872 INFO STEP 19 (ensure_file) COMPLETE
98032026-08-14T19:00:32.936Z[ host-image] Aug 14 19:00:31.872 INFO O| Aug 14 19:00:31.872 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98042026-08-14T19:00:32.940Z[ host-image] Aug 14 19:00:31.881 INFO O| Aug 14 19:00:31.881 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98052026-08-14T19:00:32.940Z[ host-image] Aug 14 19:00:31.881 INFO O| Aug 14 19:00:31.881 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98062026-08-14T19:00:32.940Z[ host-image] Aug 14 19:00:31.881 INFO O| Aug 14 19:00:31.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98072026-08-14T19:00:32.940Z[ host-image] Aug 14 19:00:31.881 INFO O| Aug 14 19:00:31.881 INFO ok!
98082026-08-14T19:00:32.940Z[ host-image] Aug 14 19:00:31.881 INFO O| Aug 14 19:00:31.881 INFO STEP 20 (ensure_symlink) COMPLETE
98092026-08-14T19:00:32.940Z[ host-image] Aug 14 19:00:31.881 INFO O| Aug 14 19:00:31.881 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98102026-08-14T19:00:32.945Z[ host-image] Aug 14 19:00:31.887 INFO O| Aug 14 19:00:31.887 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98112026-08-14T19:00:32.945Z[ host-image] Aug 14 19:00:31.887 INFO O| Aug 14 19:00:31.887 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98122026-08-14T19:00:32.945Z[ host-image] Aug 14 19:00:31.887 INFO O| Aug 14 19:00:31.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98132026-08-14T19:00:32.945Z[ host-image] Aug 14 19:00:31.887 INFO O| Aug 14 19:00:31.887 INFO ok!
98142026-08-14T19:00:32.945Z[ host-image] Aug 14 19:00:31.887 INFO O| Aug 14 19:00:31.887 INFO STEP 21 (ensure_symlink) COMPLETE
98152026-08-14T19:00:32.945Z[ host-image] Aug 14 19:00:31.887 INFO O| Aug 14 19:00:31.887 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98162026-08-14T19:00:32.950Z[ host-image] Aug 14 19:00:31.894 INFO O| Aug 14 19:00:31.894 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98172026-08-14T19:00:32.950Z[ host-image] Aug 14 19:00:31.894 INFO O| Aug 14 19:00:31.894 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98182026-08-14T19:00:32.956Z[ host-image] Aug 14 19:00:31.894 INFO O| Aug 14 19:00:31.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98192026-08-14T19:00:32.956Z[ host-image] Aug 14 19:00:31.894 INFO O| Aug 14 19:00:31.894 INFO ok!
98202026-08-14T19:00:32.956Z[ host-image] Aug 14 19:00:31.894 INFO O| Aug 14 19:00:31.894 INFO STEP 22 (ensure_symlink) COMPLETE
98212026-08-14T19:00:32.956Z[ host-image] Aug 14 19:00:31.894 INFO O| Aug 14 19:00:31.894 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98222026-08-14T19:00:32.961Z[ host-image] Aug 14 19:00:31.901 INFO O| Aug 14 19:00:31.901 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98232026-08-14T19:00:32.961Z[ host-image] Aug 14 19:00:31.901 INFO O| Aug 14 19:00:31.901 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98242026-08-14T19:00:32.961Z[ host-image] Aug 14 19:00:31.901 INFO O| Aug 14 19:00:31.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98252026-08-14T19:00:32.961Z[ host-image] Aug 14 19:00:31.901 INFO O| Aug 14 19:00:31.901 INFO ok!
98262026-08-14T19:00:32.961Z[ host-image] Aug 14 19:00:31.901 INFO O| Aug 14 19:00:31.901 INFO STEP 23 (ensure_symlink) COMPLETE
98272026-08-14T19:00:32.961Z[ host-image] Aug 14 19:00:31.901 INFO O| Aug 14 19:00:31.901 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98282026-08-14T19:00:32.967Z[ host-image] Aug 14 19:00:31.911 INFO O| Aug 14 19:00:31.911 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98292026-08-14T19:00:32.967Z[ host-image] Aug 14 19:00:31.911 INFO O| Aug 14 19:00:31.911 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98302026-08-14T19:00:32.971Z[ host-image] Aug 14 19:00:31.911 INFO O| Aug 14 19:00:31.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98312026-08-14T19:00:32.971Z[ host-image] Aug 14 19:00:31.911 INFO O| Aug 14 19:00:31.911 INFO ok!
98322026-08-14T19:00:32.971Z[ host-image] Aug 14 19:00:31.911 INFO O| Aug 14 19:00:31.911 INFO STEP 24 (ensure_file) COMPLETE
98332026-08-14T19:00:32.971Z[ host-image] Aug 14 19:00:31.911 INFO O| Aug 14 19:00:31.911 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98342026-08-14T19:00:32.978Z[ host-image] Aug 14 19:00:31.920 INFO O| Aug 14 19:00:31.920 INFO updating shadow file
98352026-08-14T19:00:32.978Z[ host-image] Aug 14 19:00:31.920 INFO O| Aug 14 19:00:31.920 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98362026-08-14T19:00:32.978Z[ host-image] Aug 14 19:00:31.920 INFO O| Aug 14 19:00:31.920 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98372026-08-14T19:00:32.978Z[ host-image] Aug 14 19:00:31.920 INFO O| Aug 14 19:00:31.920 INFO STEP 25 (shadow) COMPLETE
98382026-08-14T19:00:32.979Z[ host-image] Aug 14 19:00:31.920 INFO O| Aug 14 19:00:31.920 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98392026-08-14T19:00:32.985Z[ host-image] Aug 14 19:00:31.928 INFO O| Aug 14 19:00:31.928 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98402026-08-14T19:00:32.989Z[ host-image] Aug 14 19:00:31.928 INFO O| Aug 14 19:00:31.928 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98412026-08-14T19:00:32.989Z[ host-image] Aug 14 19:00:31.928 INFO O| Aug 14 19:00:31.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98422026-08-14T19:00:32.989Z[ host-image] Aug 14 19:00:31.928 INFO O| Aug 14 19:00:31.928 INFO ok!
98432026-08-14T19:00:32.989Z[ host-image] Aug 14 19:00:31.928 INFO O| Aug 14 19:00:31.928 INFO STEP 26 (ensure_file) COMPLETE
98442026-08-14T19:00:32.989Z[ host-image] Aug 14 19:00:31.928 INFO O| Aug 14 19:00:31.928 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98452026-08-14T19:00:33.002Z[ host-image] Aug 14 19:00:31.938 INFO O| Aug 14 19:00:31.938 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98462026-08-14T19:00:33.002Z[ host-image] Aug 14 19:00:31.938 INFO O| Aug 14 19:00:31.938 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98472026-08-14T19:00:33.002Z[ host-image] Aug 14 19:00:31.938 INFO O| Aug 14 19:00:31.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98482026-08-14T19:00:33.002Z[ host-image] Aug 14 19:00:31.938 INFO O| Aug 14 19:00:31.938 INFO ok!
98492026-08-14T19:00:33.002Z[ host-image] Aug 14 19:00:31.938 INFO O| Aug 14 19:00:31.938 INFO STEP 27 (ensure_file) COMPLETE
98502026-08-14T19:00:33.002Z[ host-image] Aug 14 19:00:31.938 INFO O| Aug 14 19:00:31.938 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98512026-08-14T19:00:33.053Z[ host-image] Aug 14 19:00:31.946 INFO O| Aug 14 19:00:31.946 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98522026-08-14T19:00:33.053Z[ host-image] Aug 14 19:00:31.947 INFO O| Aug 14 19:00:31.946 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98532026-08-14T19:00:33.053Z[ host-image] Aug 14 19:00:31.947 INFO O| Aug 14 19:00:31.947 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98542026-08-14T19:00:33.054Z[ host-image] Aug 14 19:00:31.947 INFO O| Aug 14 19:00:31.947 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98552026-08-14T19:00:33.054Z[ host-image] Aug 14 19:00:31.947 INFO O| Aug 14 19:00:31.947 INFO ok!
98562026-08-14T19:00:33.054Z[ host-image] Aug 14 19:00:31.947 INFO O| Aug 14 19:00:31.947 INFO STEP 28 (ensure_file) COMPLETE
98572026-08-14T19:00:33.054Z[ host-image] Aug 14 19:00:31.947 INFO O| Aug 14 19:00:31.947 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98582026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.955 INFO O| Aug 14 19:00:31.955 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98592026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.955 INFO O| Aug 14 19:00:31.955 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98602026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.955 INFO O| Aug 14 19:00:31.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98612026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.955 INFO O| Aug 14 19:00:31.955 INFO ok!
98622026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.955 INFO O| Aug 14 19:00:31.955 INFO STEP 29 (ensure_file) COMPLETE
98632026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.955 INFO O| Aug 14 19:00:31.955 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98642026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.964 INFO O| Aug 14 19:00:31.964 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98652026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.965 INFO O| Aug 14 19:00:31.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98662026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.965 INFO O| Aug 14 19:00:31.965 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98672026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.965 INFO O| Aug 14 19:00:31.965 INFO STEP 30 (ensure_dir) COMPLETE
98682026-08-14T19:00:33.055Z[ host-image] Aug 14 19:00:31.965 INFO O| Aug 14 19:00:31.965 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98692026-08-14T19:00:33.063Z[ host-image] Aug 14 19:00:31.973 INFO O| Aug 14 19:00:31.973 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98702026-08-14T19:00:33.063Z[ host-image] Aug 14 19:00:31.973 INFO O| Aug 14 19:00:31.973 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98712026-08-14T19:00:33.063Z[ host-image] Aug 14 19:00:31.974 INFO O| Aug 14 19:00:31.974 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98722026-08-14T19:00:33.063Z[ host-image] Aug 14 19:00:31.974 INFO O| Aug 14 19:00:31.974 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98732026-08-14T19:00:33.063Z[ host-image] Aug 14 19:00:31.974 INFO O| Aug 14 19:00:31.974 INFO ok!
98742026-08-14T19:00:33.063Z[ host-image] Aug 14 19:00:31.974 INFO O| Aug 14 19:00:31.974 INFO STEP 31 (ensure_file) COMPLETE
98752026-08-14T19:00:33.063Z[ host-image] Aug 14 19:00:31.974 INFO O| Aug 14 19:00:31.974 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98762026-08-14T19:00:33.086Z[ host-image] Aug 14 19:00:31.982 INFO O| Aug 14 19:00:31.982 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98772026-08-14T19:00:33.086Z[ host-image] Aug 14 19:00:31.982 INFO O| Aug 14 19:00:31.982 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98782026-08-14T19:00:33.086Z[ host-image] Aug 14 19:00:31.982 INFO O| Aug 14 19:00:31.982 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98792026-08-14T19:00:33.086Z[ host-image] Aug 14 19:00:31.982 INFO O| Aug 14 19:00:31.982 INFO STEP 32 (ensure_dir) COMPLETE
98802026-08-14T19:00:33.094Z[ host-image] Aug 14 19:00:31.982 INFO O| Aug 14 19:00:31.982 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98812026-08-14T19:00:33.094Z[ host-image] Aug 14 19:00:31.989 INFO O| Aug 14 19:00:31.989 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98822026-08-14T19:00:33.094Z[ host-image] Aug 14 19:00:31.989 INFO O| Aug 14 19:00:31.989 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 ...
98832026-08-14T19:00:33.094Z[ host-image] Aug 14 19:00:31.989 INFO O| Aug 14 19:00:31.989 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
98842026-08-14T19:00:33.094Z[ host-image] Aug 14 19:00:31.989 INFO O| Aug 14 19:00:31.989 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98852026-08-14T19:00:33.094Z[ host-image] Aug 14 19:00:31.989 INFO O| Aug 14 19:00:31.989 INFO ok!
98862026-08-14T19:00:33.094Z[ host-image] Aug 14 19:00:31.989 INFO O| Aug 14 19:00:31.989 INFO STEP 33 (ensure_file) COMPLETE
98872026-08-14T19:00:33.094Z[ host-image] Aug 14 19:00:31.989 INFO O| Aug 14 19:00:31.989 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98882026-08-14T19:00:33.095Z[ host-image] Aug 14 19:00:31.996 INFO O| Aug 14 19:00:31.996 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98892026-08-14T19:00:33.095Z[ host-image] Aug 14 19:00:31.996 INFO O| Aug 14 19:00:31.996 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98902026-08-14T19:00:33.095Z[ host-image] Aug 14 19:00:31.996 INFO O| Aug 14 19:00:31.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98912026-08-14T19:00:33.095Z[ host-image] Aug 14 19:00:31.996 INFO O| Aug 14 19:00:31.996 INFO ok!
98922026-08-14T19:00:33.095Z[ host-image] Aug 14 19:00:31.996 INFO O| Aug 14 19:00:31.996 INFO STEP 34 (ensure_file) COMPLETE
98932026-08-14T19:00:33.095Z[ host-image] Aug 14 19:00:31.996 INFO O| Aug 14 19:00:31.996 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98942026-08-14T19:00:33.095Z[ host-image] Aug 14 19:00:32.003 INFO O| Aug 14 19:00:32.003 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98952026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.003 INFO O| Aug 14 19:00:32.003 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98962026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.003 INFO O| Aug 14 19:00:32.003 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98972026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.003 INFO O| Aug 14 19:00:32.003 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98982026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.003 INFO O| Aug 14 19:00:32.003 INFO ok!
98992026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.003 INFO O| Aug 14 19:00:32.003 INFO STEP 35 (ensure_file) COMPLETE
99002026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.003 INFO O| Aug 14 19:00:32.003 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99012026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.013 INFO O| Aug 14 19:00:32.013 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99022026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.013 INFO O| Aug 14 19:00:32.013 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99032026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.013 INFO O| Aug 14 19:00:32.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99042026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.013 INFO O| Aug 14 19:00:32.013 INFO ok!
99052026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.013 INFO O| Aug 14 19:00:32.013 INFO STEP 36 (ensure_file) COMPLETE
99062026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.013 INFO O| Aug 14 19:00:32.013 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99072026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.021 INFO O| Aug 14 19:00:32.021 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99082026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.021 INFO O| Aug 14 19:00:32.021 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99092026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.021 INFO O| Aug 14 19:00:32.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99102026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.021 INFO O| Aug 14 19:00:32.021 INFO ok!
99112026-08-14T19:00:33.096Z[ host-image] Aug 14 19:00:32.022 INFO O| Aug 14 19:00:32.021 INFO STEP 37 (ensure_file) COMPLETE
99122026-08-14T19:00:33.113Z[ host-image] Aug 14 19:00:32.022 INFO O| Aug 14 19:00:32.021 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99132026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.030 INFO O| Aug 14 19:00:32.030 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99142026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.030 INFO O| Aug 14 19:00:32.030 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99152026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.030 INFO O| Aug 14 19:00:32.030 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99162026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.030 INFO O| Aug 14 19:00:32.030 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99172026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.030 INFO O| Aug 14 19:00:32.030 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99182026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.030 INFO O| Aug 14 19:00:32.030 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99192026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.030 INFO O| Aug 14 19:00:32.030 INFO ok!
99202026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.030 INFO O| Aug 14 19:00:32.030 INFO STEP 38 (ensure_file) COMPLETE
99212026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.030 INFO O| Aug 14 19:00:32.030 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99222026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.038 INFO O| Aug 14 19:00:32.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99232026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.038 INFO O| Aug 14 19:00:32.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99242026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.038 INFO O| Aug 14 19:00:32.038 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99252026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.038 INFO O| Aug 14 19:00:32.038 INFO STEP 39 (ensure_dir) COMPLETE
99262026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.038 INFO O| Aug 14 19:00:32.038 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99272026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.047 INFO O| Aug 14 19:00:32.047 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
99282026-08-14T19:00:33.123Z[ host-image] Aug 14 19:00:32.047 INFO O| Aug 14 19:00:32.047 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 ...
99292026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.047 INFO O| Aug 14 19:00:32.047 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
99302026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.047 INFO O| Aug 14 19:00:32.047 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
99312026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.047 INFO O| Aug 14 19:00:32.047 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
99322026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.047 INFO O| Aug 14 19:00:32.047 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
99332026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.047 INFO O| Aug 14 19:00:32.047 INFO ok!
99342026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.047 INFO O| Aug 14 19:00:32.047 INFO STEP 40 (ensure_file) COMPLETE
99352026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.047 INFO O| Aug 14 19:00:32.047 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99362026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.056 INFO O| Aug 14 19:00:32.056 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99372026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.056 INFO O| Aug 14 19:00:32.056 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 ...
99382026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.056 INFO O| Aug 14 19:00:32.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99392026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.056 INFO O| Aug 14 19:00:32.056 INFO ok!
99402026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.056 INFO O| Aug 14 19:00:32.056 INFO STEP 41 (ensure_symlink) COMPLETE
99412026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.056 INFO O| Aug 14 19:00:32.056 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99422026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.066 INFO O| Aug 14 19:00:32.066 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99432026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.066 INFO O| Aug 14 19:00:32.066 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99442026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.066 INFO O| Aug 14 19:00:32.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99452026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.066 INFO O| Aug 14 19:00:32.066 INFO ok!
99462026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.066 INFO O| Aug 14 19:00:32.066 INFO STEP 42 (ensure_symlink) COMPLETE
99472026-08-14T19:00:33.124Z[ host-image] Aug 14 19:00:32.066 INFO O| Aug 14 19:00:32.066 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99482026-08-14T19:00:33.132Z[ host-image] Aug 14 19:00:32.074 INFO O| Aug 14 19:00:32.074 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99492026-08-14T19:00:33.132Z[ host-image] Aug 14 19:00:32.074 INFO O| Aug 14 19:00:32.074 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99502026-08-14T19:00:33.139Z[ host-image] Aug 14 19:00:32.074 INFO O| Aug 14 19:00:32.074 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99512026-08-14T19:00:33.139Z[ host-image] Aug 14 19:00:32.074 INFO O| Aug 14 19:00:32.074 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99522026-08-14T19:00:33.139Z[ host-image] Aug 14 19:00:32.074 INFO O| Aug 14 19:00:32.074 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99532026-08-14T19:00:33.139Z[ host-image] Aug 14 19:00:32.074 INFO O| Aug 14 19:00:32.074 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99542026-08-14T19:00:33.139Z[ host-image] Aug 14 19:00:32.074 INFO O| Aug 14 19:00:32.074 INFO ok!
99552026-08-14T19:00:33.139Z[ host-image] Aug 14 19:00:32.074 INFO O| Aug 14 19:00:32.074 INFO STEP 43 (ensure_file) COMPLETE
99562026-08-14T19:00:33.139Z[ host-image] Aug 14 19:00:32.074 INFO O| Aug 14 19:00:32.074 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99572026-08-14T19:00:33.145Z[ host-image] Aug 14 19:00:32.083 INFO O| Aug 14 19:00:32.083 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99582026-08-14T19:00:33.145Z[ host-image] Aug 14 19:00:32.083 INFO O| Aug 14 19:00:32.083 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 ...
99592026-08-14T19:00:33.145Z[ host-image] Aug 14 19:00:32.083 INFO O| Aug 14 19:00:32.083 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
99602026-08-14T19:00:33.145Z[ host-image] Aug 14 19:00:32.083 INFO O| Aug 14 19:00:32.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99612026-08-14T19:00:33.145Z[ host-image] Aug 14 19:00:32.083 INFO O| Aug 14 19:00:32.083 INFO ok!
99622026-08-14T19:00:33.145Z[ host-image] Aug 14 19:00:32.083 INFO O| Aug 14 19:00:32.083 INFO STEP 44 (ensure_file) COMPLETE
99632026-08-14T19:00:33.145Z[ host-image] Aug 14 19:00:32.083 INFO O| Aug 14 19:00:32.083 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99642026-08-14T19:00:33.153Z[ host-image] Aug 14 19:00:32.092 INFO O| Aug 14 19:00:32.092 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99652026-08-14T19:00:33.153Z[ host-image] Aug 14 19:00:32.092 INFO O| Aug 14 19:00:32.092 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99662026-08-14T19:00:33.153Z[ host-image] Aug 14 19:00:32.092 INFO O| Aug 14 19:00:32.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99672026-08-14T19:00:33.153Z[ host-image] Aug 14 19:00:32.092 INFO O| Aug 14 19:00:32.092 INFO ok!
99682026-08-14T19:00:33.153Z[ host-image] Aug 14 19:00:32.092 INFO O| Aug 14 19:00:32.092 INFO STEP 45 (ensure_file) COMPLETE
99692026-08-14T19:00:33.153Z[ host-image] Aug 14 19:00:32.092 INFO O| Aug 14 19:00:32.092 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99702026-08-14T19:00:33.173Z[ host-image] Aug 14 19:00:32.101 INFO O| Aug 14 19:00:32.101 INFO updating shadow file
99712026-08-14T19:00:33.173Z[ host-image] Aug 14 19:00:32.101 INFO O| Aug 14 19:00:32.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99722026-08-14T19:00:33.173Z[ host-image] Aug 14 19:00:32.101 INFO O| Aug 14 19:00:32.101 INFO STEP 46 (shadow) COMPLETE
99732026-08-14T19:00:33.173Z[ host-image] Aug 14 19:00:32.101 INFO O| Aug 14 19:00:32.101 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99742026-08-14T19:00:33.173Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99752026-08-14T19:00:33.173Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99762026-08-14T19:00:33.173Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99772026-08-14T19:00:33.174Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99782026-08-14T19:00:33.174Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO ok!
99792026-08-14T19:00:33.174Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO STEP 47 (ensure_file) COMPLETE
99802026-08-14T19:00:33.174Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99812026-08-14T19:00:33.174Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO skip step because feature "mfg" is not enabled
99822026-08-14T19:00:33.174Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99832026-08-14T19:00:33.174Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO skip step because feature "mfg" is not enabled
99842026-08-14T19:00:33.174Z[ host-image] Aug 14 19:00:32.110 INFO O| Aug 14 19:00:32.110 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99852026-08-14T19:00:33.186Z[ host-image] Aug 14 19:00:32.118 INFO O| Aug 14 19:00:32.118 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99862026-08-14T19:00:33.186Z[ host-image] Aug 14 19:00:32.118 INFO O| Aug 14 19:00:32.118 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99872026-08-14T19:00:33.200Z[ host-image] Aug 14 19:00:32.142 INFO O| Aug 14 19:00:32.142 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99882026-08-14T19:00:33.200Z[ host-image] Aug 14 19:00:32.142 INFO O| Aug 14 19:00:32.142 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99892026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.142 INFO O| Aug 14 19:00:32.142 INFO ok!
99902026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.142 INFO O| Aug 14 19:00:32.142 INFO STEP 50 (ensure_file) COMPLETE
99912026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.142 INFO O| Aug 14 19:00:32.142 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99922026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.142 INFO O| Aug 14 19:00:32.142 INFO skip step because feature "compliance" is not enabled
99932026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.142 INFO O| Aug 14 19:00:32.142 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99942026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.152 INFO O| Aug 14 19:00:32.152 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99952026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.152 INFO O| Aug 14 19:00:32.152 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99962026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.152 INFO O| Aug 14 19:00:32.152 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99972026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.152 INFO O| Aug 14 19:00:32.152 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99982026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.152 INFO O| Aug 14 19:00:32.152 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99992026-08-14T19:00:33.214Z[ host-image] Aug 14 19:00:32.152 INFO O| Aug 14 19:00:32.152 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100002026-08-14T19:00:33.215Z[ host-image] Aug 14 19:00:32.152 INFO O| Aug 14 19:00:32.152 INFO ok!
100012026-08-14T19:00:33.215Z[ host-image] Aug 14 19:00:32.152 INFO O| Aug 14 19:00:32.152 INFO STEP 52 (ensure_file) COMPLETE
100022026-08-14T19:00:33.215Z[ host-image] Aug 14 19:00:32.152 INFO O| Aug 14 19:00:32.152 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100032026-08-14T19:00:33.225Z[ host-image] Aug 14 19:00:32.160 INFO O| Aug 14 19:00:32.160 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100042026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.160 INFO O| Aug 14 19:00:32.160 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 ...
100052026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.160 INFO O| Aug 14 19:00:32.160 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
100062026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.160 INFO O| Aug 14 19:00:32.160 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100072026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.160 INFO O| Aug 14 19:00:32.160 INFO ok!
100082026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.160 INFO O| Aug 14 19:00:32.160 INFO STEP 53 (ensure_file) COMPLETE
100092026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.160 INFO O| Aug 14 19:00:32.160 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100102026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.167 INFO O| Aug 14 19:00:32.167 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100112026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.167 INFO O| Aug 14 19:00:32.167 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 ...
100122026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.167 INFO O| Aug 14 19:00:32.167 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100132026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.167 INFO O| Aug 14 19:00:32.167 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100142026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.167 INFO O| Aug 14 19:00:32.167 INFO ok!
100152026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.167 INFO O| Aug 14 19:00:32.167 INFO STEP 54 (ensure_file) COMPLETE
100162026-08-14T19:00:33.226Z[ host-image] Aug 14 19:00:32.167 INFO O| Aug 14 19:00:32.167 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100172026-08-14T19:00:33.239Z[ host-image] Aug 14 19:00:32.175 INFO O| Aug 14 19:00:32.175 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100182026-08-14T19:00:33.240Z[ host-image] Aug 14 19:00:32.175 INFO O| Aug 14 19:00:32.175 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 ...
100192026-08-14T19:00:33.240Z[ host-image] Aug 14 19:00:32.175 INFO O| Aug 14 19:00:32.175 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
100202026-08-14T19:00:33.240Z[ host-image] Aug 14 19:00:32.175 INFO O| Aug 14 19:00:32.175 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100212026-08-14T19:00:33.240Z[ host-image] Aug 14 19:00:32.175 INFO O| Aug 14 19:00:32.175 INFO ok!
100222026-08-14T19:00:33.240Z[ host-image] Aug 14 19:00:32.175 INFO O| Aug 14 19:00:32.175 INFO STEP 55 (ensure_file) COMPLETE
100232026-08-14T19:00:33.240Z[ host-image] Aug 14 19:00:32.175 INFO O| Aug 14 19:00:32.175 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100242026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.184 INFO O| Aug 14 19:00:32.184 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100252026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.184 INFO O| Aug 14 19:00:32.184 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 ...
100262026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.184 INFO O| Aug 14 19:00:32.184 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100272026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.184 INFO O| Aug 14 19:00:32.184 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100282026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.184 INFO O| Aug 14 19:00:32.184 INFO ok!
100292026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.184 INFO O| Aug 14 19:00:32.184 INFO STEP 56 (ensure_file) COMPLETE
100302026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.184 INFO O| Aug 14 19:00:32.184 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100312026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.192 INFO O| Aug 14 19:00:32.192 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100322026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.192 INFO O| Aug 14 19:00:32.192 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 ...
100332026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.192 INFO O| Aug 14 19:00:32.192 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
100342026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.192 INFO O| Aug 14 19:00:32.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100352026-08-14T19:00:33.250Z[ host-image] Aug 14 19:00:32.192 INFO O| Aug 14 19:00:32.192 INFO ok!
100362026-08-14T19:00:33.251Z[ host-image] Aug 14 19:00:32.192 INFO O| Aug 14 19:00:32.192 INFO STEP 57 (ensure_file) COMPLETE
100372026-08-14T19:00:33.251Z[ host-image] Aug 14 19:00:32.192 INFO O| Aug 14 19:00:32.192 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100382026-08-14T19:00:33.265Z[ host-image] Aug 14 19:00:32.201 INFO O| Aug 14 19:00:32.201 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100392026-08-14T19:00:33.265Z[ host-image] Aug 14 19:00:32.201 INFO O| Aug 14 19:00:32.201 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 ...
100402026-08-14T19:00:33.265Z[ host-image] Aug 14 19:00:32.201 INFO O| Aug 14 19:00:32.201 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100412026-08-14T19:00:33.266Z[ host-image] Aug 14 19:00:32.201 INFO O| Aug 14 19:00:32.201 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100422026-08-14T19:00:33.266Z[ host-image] Aug 14 19:00:32.201 INFO O| Aug 14 19:00:32.201 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100432026-08-14T19:00:33.266Z[ host-image] Aug 14 19:00:32.201 INFO O| Aug 14 19:00:32.201 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100442026-08-14T19:00:33.266Z[ host-image] Aug 14 19:00:32.201 INFO O| Aug 14 19:00:32.201 INFO ok!
100452026-08-14T19:00:33.266Z[ host-image] Aug 14 19:00:32.201 INFO O| Aug 14 19:00:32.201 INFO STEP 58 (ensure_file) COMPLETE
100462026-08-14T19:00:33.266Z[ host-image] Aug 14 19:00:32.201 INFO O| Aug 14 19:00:32.201 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100472026-08-14T19:00:33.275Z[ host-image] Aug 14 19:00:32.209 INFO O| Aug 14 19:00:32.209 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100482026-08-14T19:00:33.275Z[ host-image] Aug 14 19:00:32.209 INFO O| Aug 14 19:00:32.209 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 ...
100492026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.209 INFO O| Aug 14 19:00:32.209 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
100502026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.209 INFO O| Aug 14 19:00:32.209 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100512026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.209 INFO O| Aug 14 19:00:32.209 INFO ok!
100522026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.209 INFO O| Aug 14 19:00:32.209 INFO STEP 59 (ensure_file) COMPLETE
100532026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.209 INFO O| Aug 14 19:00:32.209 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100542026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.216 INFO O| Aug 14 19:00:32.216 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100552026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.216 INFO O| Aug 14 19:00:32.216 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100562026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.217 INFO O| Aug 14 19:00:32.217 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100572026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.217 INFO O| Aug 14 19:00:32.217 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100582026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.217 INFO O| Aug 14 19:00:32.217 INFO ok!
100592026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.217 INFO O| Aug 14 19:00:32.217 INFO STEP 60 (ensure_file) COMPLETE
100602026-08-14T19:00:33.276Z[ host-image] Aug 14 19:00:32.217 INFO O| Aug 14 19:00:32.217 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100612026-08-14T19:00:33.289Z[ host-image] Aug 14 19:00:32.224 INFO O| Aug 14 19:00:32.224 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100622026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.224 INFO O| Aug 14 19:00:32.224 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 ...
100632026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.224 INFO O| Aug 14 19:00:32.224 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
100642026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.224 INFO O| Aug 14 19:00:32.224 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100652026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.224 INFO O| Aug 14 19:00:32.224 INFO ok!
100662026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.224 INFO O| Aug 14 19:00:32.224 INFO STEP 61 (ensure_file) COMPLETE
100672026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.224 INFO O| Aug 14 19:00:32.224 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100682026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.232 INFO O| Aug 14 19:00:32.232 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100692026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.232 INFO O| Aug 14 19:00:32.232 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100702026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.232 INFO O| Aug 14 19:00:32.232 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100712026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.232 INFO O| Aug 14 19:00:32.232 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100722026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.232 INFO O| Aug 14 19:00:32.232 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100732026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.232 INFO O| Aug 14 19:00:32.232 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100742026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.232 INFO O| Aug 14 19:00:32.232 INFO ok!
100752026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.232 INFO O| Aug 14 19:00:32.232 INFO STEP 62 (ensure_file) COMPLETE
100762026-08-14T19:00:33.290Z[ host-image] Aug 14 19:00:32.232 INFO O| Aug 14 19:00:32.232 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-08-14T19:00:33.299Z[ host-image] Aug 14 19:00:32.240 INFO O| Aug 14 19:00:32.240 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100782026-08-14T19:00:33.299Z[ host-image] Aug 14 19:00:32.240 INFO O| Aug 14 19:00:32.240 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 ...
100792026-08-14T19:00:33.299Z[ host-image] Aug 14 19:00:32.240 INFO O| Aug 14 19:00:32.240 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
100802026-08-14T19:00:33.299Z[ host-image] Aug 14 19:00:32.240 INFO O| Aug 14 19:00:32.240 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100812026-08-14T19:00:33.299Z[ host-image] Aug 14 19:00:32.240 INFO O| Aug 14 19:00:32.240 INFO ok!
100822026-08-14T19:00:33.299Z[ host-image] Aug 14 19:00:32.240 INFO O| Aug 14 19:00:32.240 INFO STEP 63 (ensure_file) COMPLETE
100832026-08-14T19:00:33.299Z[ host-image] Aug 14 19:00:32.240 INFO O| Aug 14 19:00:32.240 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100842026-08-14T19:00:33.307Z[ host-image] Aug 14 19:00:32.249 INFO O| Aug 14 19:00:32.249 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100852026-08-14T19:00:33.307Z[ host-image] Aug 14 19:00:32.249 INFO O| Aug 14 19:00:32.249 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 ...
100862026-08-14T19:00:33.307Z[ host-image] Aug 14 19:00:32.249 INFO O| Aug 14 19:00:32.249 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
100872026-08-14T19:00:33.307Z[ host-image] Aug 14 19:00:32.249 INFO O| Aug 14 19:00:32.249 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100882026-08-14T19:00:33.307Z[ host-image] Aug 14 19:00:32.249 INFO O| Aug 14 19:00:32.249 INFO ok!
100892026-08-14T19:00:33.307Z[ host-image] Aug 14 19:00:32.249 INFO O| Aug 14 19:00:32.249 INFO STEP 64 (ensure_file) COMPLETE
100902026-08-14T19:00:33.307Z[ host-image] Aug 14 19:00:32.249 INFO O| Aug 14 19:00:32.249 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100912026-08-14T19:00:33.317Z[ host-image] Aug 14 19:00:32.257 INFO O| Aug 14 19:00:32.257 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100922026-08-14T19:00:33.317Z[ host-image] Aug 14 19:00:32.257 INFO O| Aug 14 19:00:32.257 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 ...
100932026-08-14T19:00:33.317Z[ host-image] Aug 14 19:00:32.257 INFO O| Aug 14 19:00:32.257 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
100942026-08-14T19:00:33.317Z[ host-image] Aug 14 19:00:32.257 INFO O| Aug 14 19:00:32.257 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100952026-08-14T19:00:33.317Z[ host-image] Aug 14 19:00:32.257 INFO O| Aug 14 19:00:32.257 INFO ok!
100962026-08-14T19:00:33.317Z[ host-image] Aug 14 19:00:32.257 INFO O| Aug 14 19:00:32.257 INFO STEP 65 (ensure_file) COMPLETE
100972026-08-14T19:00:33.317Z[ host-image] Aug 14 19:00:32.257 INFO O| Aug 14 19:00:32.257 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100982026-08-14T19:00:33.317Z[ host-image] Aug 14 19:00:32.257 INFO O| Aug 14 19:00:32.257 INFO skip step because feature "mbist" is not enabled
100992026-08-14T19:00:33.317Z[ host-image] Aug 14 19:00:32.257 INFO O| Aug 14 19:00:32.257 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-08-14T19:00:33.325Z[ host-image] Aug 14 19:00:32.265 INFO O| Aug 14 19:00:32.265 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101012026-08-14T19:00:33.325Z[ host-image] Aug 14 19:00:32.265 INFO O| Aug 14 19:00:32.265 INFO STEP 67 (ensure_dir) COMPLETE
101022026-08-14T19:00:33.325Z[ host-image] Aug 14 19:00:32.265 INFO O| Aug 14 19:00:32.265 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-08-14T19:00:33.341Z[ host-image] Aug 14 19:00:32.273 INFO O| Aug 14 19:00:32.273 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101042026-08-14T19:00:33.341Z[ host-image] Aug 14 19:00:32.273 INFO O| Aug 14 19:00:32.273 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101052026-08-14T19:00:33.341Z[ host-image] Aug 14 19:00:32.273 INFO O| Aug 14 19:00:32.273 INFO STEP 68 (ensure_dir) COMPLETE
101062026-08-14T19:00:33.341Z[ host-image] Aug 14 19:00:32.273 INFO O| Aug 14 19:00:32.273 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072026-08-14T19:00:33.341Z[ host-image] Aug 14 19:00:32.281 INFO O| Aug 14 19:00:32.281 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101082026-08-14T19:00:33.341Z[ host-image] Aug 14 19:00:32.281 INFO O| Aug 14 19:00:32.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101092026-08-14T19:00:33.341Z[ host-image] Aug 14 19:00:32.281 INFO O| Aug 14 19:00:32.281 INFO STEP 69 (ensure_dir) COMPLETE
101102026-08-14T19:00:33.341Z[ host-image] Aug 14 19:00:32.281 INFO O| Aug 14 19:00:32.281 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101112026-08-14T19:00:33.352Z[ host-image] Aug 14 19:00:32.290 INFO O| Aug 14 19:00:32.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101122026-08-14T19:00:33.352Z[ host-image] Aug 14 19:00:32.290 INFO O| Aug 14 19:00:32.290 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101132026-08-14T19:00:33.712Z[ host-image] Aug 14 19:00:32.656 INFO O| Aug 14 19:00:32.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101142026-08-14T19:00:33.712Z[ host-image] Aug 14 19:00:32.656 INFO O| Aug 14 19:00:32.656 INFO ok!
101152026-08-14T19:00:33.712Z[ host-image] Aug 14 19:00:32.656 INFO O| Aug 14 19:00:32.656 INFO STEP 70 (ensure_file) COMPLETE
101162026-08-14T19:00:33.719Z[ host-image] Aug 14 19:00:32.656 INFO O| Aug 14 19:00:32.656 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101172026-08-14T19:00:33.730Z[ host-image] Aug 14 19:00:32.664 INFO O| Aug 14 19:00:32.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101182026-08-14T19:00:33.730Z[ host-image] Aug 14 19:00:32.664 INFO O| Aug 14 19:00:32.664 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101192026-08-14T19:00:34.359Z[ host-image] Aug 14 19:00:33.302 INFO O| Aug 14 19:00:33.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101202026-08-14T19:00:34.359Z[ host-image] Aug 14 19:00:33.303 INFO O| Aug 14 19:00:33.302 INFO ok!
101212026-08-14T19:00:34.359Z[ host-image] Aug 14 19:00:33.303 INFO O| Aug 14 19:00:33.302 INFO STEP 71 (ensure_file) COMPLETE
101222026-08-14T19:00:34.370Z[ host-image] Aug 14 19:00:33.303 INFO O| Aug 14 19:00:33.302 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232026-08-14T19:00:34.370Z[ host-image] Aug 14 19:00:33.311 INFO O| Aug 14 19:00:33.311 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101242026-08-14T19:00:34.370Z[ host-image] Aug 14 19:00:33.311 INFO O| Aug 14 19:00:33.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101252026-08-14T19:00:34.370Z[ host-image] Aug 14 19:00:33.311 INFO O| Aug 14 19:00:33.311 INFO STEP 72 (ensure_dir) COMPLETE
101262026-08-14T19:00:34.370Z[ host-image] Aug 14 19:00:33.311 INFO O| Aug 14 19:00:33.311 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101272026-08-14T19:00:34.379Z[ host-image] Aug 14 19:00:33.318 INFO O| Aug 14 19:00:33.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101282026-08-14T19:00:34.380Z[ host-image] Aug 14 19:00:33.318 INFO O| Aug 14 19:00:33.318 INFO copying /tmp/.tmpxeUstV/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 ...
101292026-08-14T19:00:34.380Z[ host-image] Aug 14 19:00:33.318 INFO O| Aug 14 19:00:33.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101302026-08-14T19:00:34.380Z[ host-image] Aug 14 19:00:33.318 INFO O| Aug 14 19:00:33.318 INFO ok!
101312026-08-14T19:00:34.380Z[ host-image] Aug 14 19:00:33.318 INFO O| Aug 14 19:00:33.318 INFO STEP 73 (ensure_file) COMPLETE
101322026-08-14T19:00:34.380Z[ host-image] Aug 14 19:00:33.318 INFO O| Aug 14 19:00:33.318 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.325 INFO O| Aug 14 19:00:33.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101342026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.325 INFO O| Aug 14 19:00:33.325 INFO copying /tmp/.tmpxeUstV/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 ...
101352026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.325 INFO O| Aug 14 19:00:33.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101362026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.325 INFO O| Aug 14 19:00:33.325 INFO ok!
101372026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.325 INFO O| Aug 14 19:00:33.325 INFO STEP 74 (ensure_file) COMPLETE
101382026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.325 INFO O| Aug 14 19:00:33.325 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.332 INFO O| Aug 14 19:00:33.332 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101402026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.332 INFO O| Aug 14 19:00:33.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101412026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.332 INFO O| Aug 14 19:00:33.332 INFO STEP 75 (ensure_dir) COMPLETE
101422026-08-14T19:00:34.390Z[ host-image] Aug 14 19:00:33.332 INFO O| Aug 14 19:00:33.332 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.340 INFO O| Aug 14 19:00:33.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101442026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.340 INFO O| Aug 14 19:00:33.340 INFO copying /tmp/.tmpxeUstV/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 ...
101452026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.340 INFO O| Aug 14 19:00:33.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101462026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.340 INFO O| Aug 14 19:00:33.340 INFO ok!
101472026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.340 INFO O| Aug 14 19:00:33.340 INFO STEP 76 (ensure_file) COMPLETE
101482026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.340 INFO O| Aug 14 19:00:33.340 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.346 INFO O| Aug 14 19:00:33.346 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101502026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.346 INFO O| Aug 14 19:00:33.346 INFO copying /tmp/.tmpxeUstV/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 ...
101512026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.346 INFO O| Aug 14 19:00:33.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101522026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.346 INFO O| Aug 14 19:00:33.346 INFO ok!
101532026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.346 INFO O| Aug 14 19:00:33.346 INFO STEP 77 (ensure_file) COMPLETE
101542026-08-14T19:00:34.408Z[ host-image] Aug 14 19:00:33.346 INFO O| Aug 14 19:00:33.346 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.352 INFO O| Aug 14 19:00:33.352 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101562026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.352 INFO O| Aug 14 19:00:33.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101572026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.353 INFO O| Aug 14 19:00:33.352 INFO STEP 78 (ensure_dir) COMPLETE
101582026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.353 INFO O| Aug 14 19:00:33.352 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.359 INFO O| Aug 14 19:00:33.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101602026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.359 INFO O| Aug 14 19:00:33.359 INFO copying /tmp/.tmpxeUstV/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 ...
101612026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.359 INFO O| Aug 14 19:00:33.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101622026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.359 INFO O| Aug 14 19:00:33.359 INFO ok!
101632026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.359 INFO O| Aug 14 19:00:33.359 INFO STEP 79 (ensure_file) COMPLETE
101642026-08-14T19:00:34.423Z[ host-image] Aug 14 19:00:33.359 INFO O| Aug 14 19:00:33.359 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-14T19:00:34.434Z[ host-image] Aug 14 19:00:33.368 INFO O| Aug 14 19:00:33.368 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101662026-08-14T19:00:34.434Z[ host-image] Aug 14 19:00:33.368 INFO O| Aug 14 19:00:33.368 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101672026-08-14T19:00:34.434Z[ host-image] Aug 14 19:00:33.368 INFO O| Aug 14 19:00:33.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101682026-08-14T19:00:34.434Z[ host-image] Aug 14 19:00:33.368 INFO O| Aug 14 19:00:33.368 INFO ok!
101692026-08-14T19:00:34.434Z[ host-image] Aug 14 19:00:33.368 INFO O| Aug 14 19:00:33.368 INFO STEP 80 (ensure_file) COMPLETE
101702026-08-14T19:00:34.434Z[ host-image] Aug 14 19:00:33.368 INFO O| Aug 14 19:00:33.368 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-08-14T19:00:34.443Z[ host-image] Aug 14 19:00:33.376 INFO O| Aug 14 19:00:33.375 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101722026-08-14T19:00:34.443Z[ host-image] Aug 14 19:00:33.376 INFO O| Aug 14 19:00:33.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101732026-08-14T19:00:34.443Z[ host-image] Aug 14 19:00:33.376 INFO O| Aug 14 19:00:33.376 INFO STEP 81 (ensure_dir) COMPLETE
101742026-08-14T19:00:34.443Z[ host-image] Aug 14 19:00:33.376 INFO O| Aug 14 19:00:33.376 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-08-14T19:00:34.443Z[ host-image] Aug 14 19:00:33.383 INFO O| Aug 14 19:00:33.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101762026-08-14T19:00:34.443Z[ host-image] Aug 14 19:00:33.383 INFO O| Aug 14 19:00:33.383 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101772026-08-14T19:00:40.045Z[ host-image] Aug 14 19:00:33.968 INFO O| Aug 14 19:00:33.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101782026-08-14T19:00:40.048Z[ host-image] Aug 14 19:00:33.969 INFO O| Aug 14 19:00:33.968 INFO ok!
101792026-08-14T19:00:40.048Z[ host-image] Aug 14 19:00:33.969 INFO O| Aug 14 19:00:33.968 INFO STEP 82 (ensure_file) COMPLETE
101802026-08-14T19:00:40.117Z[ host-image] Aug 14 19:00:33.969 INFO O| Aug 14 19:00:33.968 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:33.978 INFO O| Aug 14 19:00:33.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101822026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:33.978 INFO O| Aug 14 19:00:33.978 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101832026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:34.281 INFO O| Aug 14 19:00:34.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101842026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:34.281 INFO O| Aug 14 19:00:34.281 INFO ok!
101852026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:34.281 INFO O| Aug 14 19:00:34.281 INFO STEP 83 (ensure_file) COMPLETE
101862026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:34.281 INFO O| Aug 14 19:00:34.281 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:34.290 INFO O| Aug 14 19:00:34.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101882026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:34.290 INFO O| Aug 14 19:00:34.290 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101892026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:35.637 INFO O| Aug 14 19:00:35.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101902026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:35.637 INFO O| Aug 14 19:00:35.637 INFO ok!
101912026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:35.637 INFO O| Aug 14 19:00:35.637 INFO STEP 84 (ensure_file) COMPLETE
101922026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:35.637 INFO O| Aug 14 19:00:35.637 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:35.645 INFO O| Aug 14 19:00:35.645 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101942026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:35.645 INFO O| Aug 14 19:00:35.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101952026-08-14T19:00:40.118Z[ host-image] Aug 14 19:00:35.645 INFO O| Aug 14 19:00:35.645 INFO STEP 85 (ensure_dir) COMPLETE
101962026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.645 INFO O| Aug 14 19:00:35.645 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.652 INFO O| Aug 14 19:00:35.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101982026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.652 INFO O| Aug 14 19:00:35.652 INFO copying /tmp/.tmpxeUstV/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 ...
101992026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.652 INFO O| Aug 14 19:00:35.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102002026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.652 INFO O| Aug 14 19:00:35.652 INFO ok!
102012026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.652 INFO O| Aug 14 19:00:35.652 INFO STEP 86 (ensure_file) COMPLETE
102022026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.652 INFO O| Aug 14 19:00:35.652 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.658 INFO O| Aug 14 19:00:35.658 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102042026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.658 INFO O| Aug 14 19:00:35.658 INFO copying /tmp/.tmpxeUstV/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 ...
102052026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.658 INFO O| Aug 14 19:00:35.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102062026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.658 INFO O| Aug 14 19:00:35.658 INFO ok!
102072026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.658 INFO O| Aug 14 19:00:35.658 INFO STEP 87 (ensure_file) COMPLETE
102082026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.658 INFO O| Aug 14 19:00:35.658 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.664 INFO O| Aug 14 19:00:35.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102102026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.664 INFO O| Aug 14 19:00:35.664 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102112026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.664 INFO O| Aug 14 19:00:35.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102122026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.664 INFO O| Aug 14 19:00:35.664 INFO ok!
102132026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.664 INFO O| Aug 14 19:00:35.664 INFO STEP 88 (ensure_file) COMPLETE
102142026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.664 INFO O| Aug 14 19:00:35.664 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-14T19:00:40.119Z[ host-image] Aug 14 19:00:35.670 INFO O| Aug 14 19:00:35.670 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102162026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.670 INFO O| Aug 14 19:00:35.670 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102172026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.670 INFO O| Aug 14 19:00:35.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102182026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.670 INFO O| Aug 14 19:00:35.670 INFO ok!
102192026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.670 INFO O| Aug 14 19:00:35.670 INFO STEP 89 (ensure_file) COMPLETE
102202026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.670 INFO O| Aug 14 19:00:35.670 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.678 INFO O| Aug 14 19:00:35.678 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102222026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.678 INFO O| Aug 14 19:00:35.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102232026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.678 INFO O| Aug 14 19:00:35.678 INFO STEP 90 (ensure_dir) COMPLETE
102242026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.678 INFO O| Aug 14 19:00:35.678 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.685 INFO O| Aug 14 19:00:35.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102262026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.685 INFO O| Aug 14 19:00:35.685 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102272026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.687 INFO O| Aug 14 19:00:35.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102282026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.687 INFO O| Aug 14 19:00:35.687 INFO ok!
102292026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.687 INFO O| Aug 14 19:00:35.687 INFO STEP 91 (ensure_file) COMPLETE
102302026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.688 INFO O| Aug 14 19:00:35.688 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.694 INFO O| Aug 14 19:00:35.694 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102322026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.694 INFO O| Aug 14 19:00:35.694 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102332026-08-14T19:00:40.120Z[ host-image] Aug 14 19:00:35.694 INFO O| Aug 14 19:00:35.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102342026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:35.694 INFO O| Aug 14 19:00:35.694 INFO ok!
102352026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:35.694 INFO O| Aug 14 19:00:35.694 INFO STEP 92 (ensure_file) COMPLETE
102362026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:35.694 INFO O| Aug 14 19:00:35.694 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:35.700 INFO O| Aug 14 19:00:35.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102382026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:35.700 INFO O| Aug 14 19:00:35.700 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102392026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.319 INFO O| Aug 14 19:00:36.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102402026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.319 INFO O| Aug 14 19:00:36.319 INFO ok!
102412026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.319 INFO O| Aug 14 19:00:36.319 INFO STEP 93 (ensure_file) COMPLETE
102422026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.319 INFO O| Aug 14 19:00:36.319 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.330 INFO O| Aug 14 19:00:36.330 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102442026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.330 INFO O| Aug 14 19:00:36.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102452026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.330 INFO O| Aug 14 19:00:36.330 INFO STEP 94 (ensure_dir) COMPLETE
102462026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.330 INFO O| Aug 14 19:00:36.330 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.338 INFO O| Aug 14 19:00:36.338 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102482026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.338 INFO O| Aug 14 19:00:36.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102492026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.338 INFO O| Aug 14 19:00:36.338 INFO STEP 95 (ensure_dir) COMPLETE
102502026-08-14T19:00:40.121Z[ host-image] Aug 14 19:00:36.338 INFO O| Aug 14 19:00:36.338 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.346 INFO O| Aug 14 19:00:36.346 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102522026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.346 INFO O| Aug 14 19:00:36.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102532026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.346 INFO O| Aug 14 19:00:36.346 INFO STEP 96 (ensure_dir) COMPLETE
102542026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.346 INFO O| Aug 14 19:00:36.346 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.353 INFO O| Aug 14 19:00:36.353 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102562026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.354 INFO O| Aug 14 19:00:36.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102572026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.354 INFO O| Aug 14 19:00:36.354 INFO STEP 97 (ensure_dir) COMPLETE
102582026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.354 INFO O| Aug 14 19:00:36.354 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.362 INFO O| Aug 14 19:00:36.362 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102602026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.362 INFO O| Aug 14 19:00:36.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102612026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.362 INFO O| Aug 14 19:00:36.362 INFO STEP 98 (ensure_dir) COMPLETE
102622026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.362 INFO O| Aug 14 19:00:36.362 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.369 INFO O| Aug 14 19:00:36.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102642026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.369 INFO O| Aug 14 19:00:36.369 INFO copying /tmp/.tmpxeUstV/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 ...
102652026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.369 INFO O| Aug 14 19:00:36.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102662026-08-14T19:00:40.122Z[ host-image] Aug 14 19:00:36.369 INFO O| Aug 14 19:00:36.369 INFO ok!
102672026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.369 INFO O| Aug 14 19:00:36.369 INFO STEP 99 (ensure_file) COMPLETE
102682026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.369 INFO O| Aug 14 19:00:36.369 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.376 INFO O| Aug 14 19:00:36.376 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102702026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.376 INFO O| Aug 14 19:00:36.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102712026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.376 INFO O| Aug 14 19:00:36.376 INFO STEP 100 (ensure_dir) COMPLETE
102722026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.376 INFO O| Aug 14 19:00:36.376 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.385 INFO O| Aug 14 19:00:36.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102742026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.386 INFO O| Aug 14 19:00:36.385 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102752026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.401 INFO O| Aug 14 19:00:36.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102762026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.401 INFO O| Aug 14 19:00:36.401 INFO ok!
102772026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.401 INFO O| Aug 14 19:00:36.401 INFO STEP 101 (ensure_file) COMPLETE
102782026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.401 INFO O| Aug 14 19:00:36.401 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-08-14T19:00:40.123Z[ host-image] Aug 14 19:00:36.410 INFO O| Aug 14 19:00:36.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102802026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.410 INFO O| Aug 14 19:00:36.410 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102812026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.410 INFO O| Aug 14 19:00:36.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102822026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.410 INFO O| Aug 14 19:00:36.410 INFO ok!
102832026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.410 INFO O| Aug 14 19:00:36.410 INFO STEP 102 (ensure_file) COMPLETE
102842026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.410 INFO O| Aug 14 19:00:36.410 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.419 INFO O| Aug 14 19:00:36.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102862026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.419 INFO O| Aug 14 19:00:36.419 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102872026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.735 INFO O| Aug 14 19:00:36.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102882026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.735 INFO O| Aug 14 19:00:36.735 INFO ok!
102892026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.735 INFO O| Aug 14 19:00:36.735 INFO STEP 103 (ensure_file) COMPLETE
102902026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.735 INFO O| Aug 14 19:00:36.735 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-14T19:00:40.173Z[ host-image] Aug 14 19:00:36.743 INFO O| Aug 14 19:00:36.743 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102922026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.743 INFO O| Aug 14 19:00:36.743 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102932026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.743 INFO O| Aug 14 19:00:36.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102942026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.743 INFO O| Aug 14 19:00:36.743 INFO ok!
102952026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.743 INFO O| Aug 14 19:00:36.743 INFO STEP 104 (ensure_file) COMPLETE
102962026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.743 INFO O| Aug 14 19:00:36.743 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.750 INFO O| Aug 14 19:00:36.750 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102982026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.750 INFO O| Aug 14 19:00:36.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102992026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.750 INFO O| Aug 14 19:00:36.750 INFO STEP 105 (ensure_dir) COMPLETE
103002026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.750 INFO O| Aug 14 19:00:36.750 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.757 INFO O| Aug 14 19:00:36.757 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103022026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.757 INFO O| Aug 14 19:00:36.757 INFO copying /tmp/.tmpxeUstV/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 ...
103032026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.783 INFO O| Aug 14 19:00:36.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103042026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.783 INFO O| Aug 14 19:00:36.783 INFO ok!
103052026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.783 INFO O| Aug 14 19:00:36.783 INFO STEP 106 (ensure_file) COMPLETE
103062026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.783 INFO O| Aug 14 19:00:36.783 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-08-14T19:00:40.174Z[ host-image] Aug 14 19:00:36.792 INFO O| Aug 14 19:00:36.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103082026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.792 INFO O| Aug 14 19:00:36.792 INFO copying /tmp/.tmpxeUstV/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 ...
103092026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.792 INFO O| Aug 14 19:00:36.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103102026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.792 INFO O| Aug 14 19:00:36.792 INFO ok!
103112026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.792 INFO O| Aug 14 19:00:36.792 INFO STEP 107 (ensure_file) COMPLETE
103122026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.792 INFO O| Aug 14 19:00:36.792 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.799 INFO O| Aug 14 19:00:36.799 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103142026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.799 INFO O| Aug 14 19:00:36.799 INFO copying /tmp/.tmpxeUstV/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 ...
103152026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.799 INFO O| Aug 14 19:00:36.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103162026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.799 INFO O| Aug 14 19:00:36.799 INFO ok!
103172026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.799 INFO O| Aug 14 19:00:36.799 INFO STEP 108 (ensure_file) COMPLETE
103182026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.799 INFO O| Aug 14 19:00:36.799 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.807 INFO O| Aug 14 19:00:36.807 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103202026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.807 INFO O| Aug 14 19:00:36.807 INFO copying /tmp/.tmpxeUstV/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 ...
103212026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.807 INFO O| Aug 14 19:00:36.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103222026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.807 INFO O| Aug 14 19:00:36.807 INFO ok!
103232026-08-14T19:00:40.175Z[ host-image] Aug 14 19:00:36.807 INFO O| Aug 14 19:00:36.807 INFO STEP 109 (ensure_file) COMPLETE
103242026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.807 INFO O| Aug 14 19:00:36.807 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.814 INFO O| Aug 14 19:00:36.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103262026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.814 INFO O| Aug 14 19:00:36.814 INFO copying /tmp/.tmpxeUstV/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 ...
103272026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.814 INFO O| Aug 14 19:00:36.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103282026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.814 INFO O| Aug 14 19:00:36.814 INFO ok!
103292026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.814 INFO O| Aug 14 19:00:36.814 INFO STEP 110 (ensure_file) COMPLETE
103302026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.814 INFO O| Aug 14 19:00:36.814 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.823 INFO O| Aug 14 19:00:36.823 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103322026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.823 INFO O| Aug 14 19:00:36.823 INFO copying /tmp/.tmpxeUstV/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 ...
103332026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.823 INFO O| Aug 14 19:00:36.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103342026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.823 INFO O| Aug 14 19:00:36.823 INFO ok!
103352026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.823 INFO O| Aug 14 19:00:36.823 INFO STEP 111 (ensure_file) COMPLETE
103362026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.823 INFO O| Aug 14 19:00:36.823 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.830 INFO O| Aug 14 19:00:36.830 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103382026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.830 INFO O| Aug 14 19:00:36.830 INFO copying /tmp/.tmpxeUstV/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 ...
103392026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.831 INFO O| Aug 14 19:00:36.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103402026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.831 INFO O| Aug 14 19:00:36.831 INFO ok!
103412026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.831 INFO O| Aug 14 19:00:36.831 INFO STEP 112 (ensure_file) COMPLETE
103422026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.831 INFO O| Aug 14 19:00:36.831 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.838 INFO O| Aug 14 19:00:36.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103442026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.838 INFO O| Aug 14 19:00:36.838 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103452026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.838 INFO O| Aug 14 19:00:36.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103462026-08-14T19:00:40.176Z[ host-image] Aug 14 19:00:36.838 INFO O| Aug 14 19:00:36.838 INFO ok!
103472026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.838 INFO O| Aug 14 19:00:36.838 INFO STEP 113 (ensure_file) COMPLETE
103482026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.838 INFO O| Aug 14 19:00:36.838 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.845 INFO O| Aug 14 19:00:36.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103502026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.845 INFO O| Aug 14 19:00:36.845 INFO copying /tmp/.tmpxeUstV/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 ...
103512026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.845 INFO O| Aug 14 19:00:36.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103522026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.845 INFO O| Aug 14 19:00:36.845 INFO ok!
103532026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.845 INFO O| Aug 14 19:00:36.845 INFO STEP 114 (ensure_file) COMPLETE
103542026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.845 INFO O| Aug 14 19:00:36.845 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.852 INFO O| Aug 14 19:00:36.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103562026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.852 INFO O| Aug 14 19:00:36.852 INFO copying /tmp/.tmpxeUstV/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 ...
103572026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.852 INFO O| Aug 14 19:00:36.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103582026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.852 INFO O| Aug 14 19:00:36.852 INFO ok!
103592026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.852 INFO O| Aug 14 19:00:36.852 INFO STEP 115 (ensure_file) COMPLETE
103602026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.852 INFO O| Aug 14 19:00:36.852 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.860 INFO O| Aug 14 19:00:36.860 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103622026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.860 INFO O| Aug 14 19:00:36.860 INFO copying /tmp/.tmpxeUstV/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 ...
103632026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.860 INFO O| Aug 14 19:00:36.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103642026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.860 INFO O| Aug 14 19:00:36.860 INFO ok!
103652026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.860 INFO O| Aug 14 19:00:36.860 INFO STEP 116 (ensure_file) COMPLETE
103662026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.860 INFO O| Aug 14 19:00:36.860 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-14T19:00:40.177Z[ host-image] Aug 14 19:00:36.868 INFO O| Aug 14 19:00:36.867 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103682026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.868 INFO O| Aug 14 19:00:36.867 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103692026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.868 INFO O| Aug 14 19:00:36.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103702026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.868 INFO O| Aug 14 19:00:36.868 INFO ok!
103712026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.868 INFO O| Aug 14 19:00:36.868 INFO STEP 117 (ensure_file) COMPLETE
103722026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.868 INFO O| Aug 14 19:00:36.868 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.876 INFO O| Aug 14 19:00:36.876 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103742026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.876 INFO O| Aug 14 19:00:36.876 INFO copying /tmp/.tmpxeUstV/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 ...
103752026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.876 INFO O| Aug 14 19:00:36.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103762026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.876 INFO O| Aug 14 19:00:36.876 INFO ok!
103772026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.876 INFO O| Aug 14 19:00:36.876 INFO STEP 118 (ensure_file) COMPLETE
103782026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.876 INFO O| Aug 14 19:00:36.876 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-14T19:00:40.178Z[ host-image] Aug 14 19:00:36.884 INFO O| Aug 14 19:00:36.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103802026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.884 INFO O| Aug 14 19:00:36.884 INFO copying /tmp/.tmpxeUstV/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 ...
103812026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.884 INFO O| Aug 14 19:00:36.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103822026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.884 INFO O| Aug 14 19:00:36.884 INFO ok!
103832026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.884 INFO O| Aug 14 19:00:36.884 INFO STEP 119 (ensure_file) COMPLETE
103842026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.884 INFO O| Aug 14 19:00:36.884 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.892 INFO O| Aug 14 19:00:36.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103862026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.892 INFO O| Aug 14 19:00:36.892 INFO copying /tmp/.tmpxeUstV/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 ...
103872026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.892 INFO O| Aug 14 19:00:36.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103882026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.892 INFO O| Aug 14 19:00:36.892 INFO ok!
103892026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.892 INFO O| Aug 14 19:00:36.892 INFO STEP 120 (ensure_file) COMPLETE
103902026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.892 INFO O| Aug 14 19:00:36.892 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-08-14T19:00:40.188Z[ host-image] Aug 14 19:00:36.914 INFO O| Aug 14 19:00:36.914 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103922026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.914 INFO O| Aug 14 19:00:36.914 INFO copying /tmp/.tmpxeUstV/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 ...
103932026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.914 INFO O| Aug 14 19:00:36.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103942026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.914 INFO O| Aug 14 19:00:36.914 INFO ok!
103952026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.914 INFO O| Aug 14 19:00:36.914 INFO STEP 121 (ensure_file) COMPLETE
103962026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.914 INFO O| Aug 14 19:00:36.914 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.923 INFO O| Aug 14 19:00:36.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103982026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.924 INFO O| Aug 14 19:00:36.923 INFO copying /tmp/.tmpxeUstV/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 ...
103992026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.924 INFO O| Aug 14 19:00:36.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104002026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.924 INFO O| Aug 14 19:00:36.924 INFO ok!
104012026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.924 INFO O| Aug 14 19:00:36.924 INFO STEP 122 (ensure_file) COMPLETE
104022026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.924 INFO O| Aug 14 19:00:36.924 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.931 INFO O| Aug 14 19:00:36.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104042026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.931 INFO O| Aug 14 19:00:36.931 INFO copying /tmp/.tmpxeUstV/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 ...
104052026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.932 INFO O| Aug 14 19:00:36.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104062026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.932 INFO O| Aug 14 19:00:36.932 INFO ok!
104072026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.932 INFO O| Aug 14 19:00:36.932 INFO STEP 123 (ensure_file) COMPLETE
104082026-08-14T19:00:40.189Z[ host-image] Aug 14 19:00:36.932 INFO O| Aug 14 19:00:36.932 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.941 INFO O| Aug 14 19:00:36.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104102026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.941 INFO O| Aug 14 19:00:36.940 INFO copying /tmp/.tmpxeUstV/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 ...
104112026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.941 INFO O| Aug 14 19:00:36.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104122026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.941 INFO O| Aug 14 19:00:36.940 INFO ok!
104132026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.941 INFO O| Aug 14 19:00:36.940 INFO STEP 124 (ensure_file) COMPLETE
104142026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.941 INFO O| Aug 14 19:00:36.940 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.966 INFO O| Aug 14 19:00:36.964 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104162026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.966 INFO O| Aug 14 19:00:36.964 INFO copying /tmp/.tmpxeUstV/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 ...
104172026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.966 INFO O| Aug 14 19:00:36.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104182026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.966 INFO O| Aug 14 19:00:36.964 INFO ok!
104192026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.966 INFO O| Aug 14 19:00:36.964 INFO STEP 125 (ensure_file) COMPLETE
104202026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:36.966 INFO O| Aug 14 19:00:36.964 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:37.043 INFO O| Aug 14 19:00:37.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104222026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:37.043 INFO O| Aug 14 19:00:37.043 INFO copying /tmp/.tmpxeUstV/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 ...
104232026-08-14T19:00:40.190Z[ host-image] Aug 14 19:00:37.043 INFO O| Aug 14 19:00:37.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104242026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.043 INFO O| Aug 14 19:00:37.043 INFO ok!
104252026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.043 INFO O| Aug 14 19:00:37.043 INFO STEP 126 (ensure_file) COMPLETE
104262026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.043 INFO O| Aug 14 19:00:37.043 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.052 INFO O| Aug 14 19:00:37.052 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104282026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.052 INFO O| Aug 14 19:00:37.052 INFO copying /tmp/.tmpxeUstV/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 ...
104292026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.052 INFO O| Aug 14 19:00:37.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104302026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.052 INFO O| Aug 14 19:00:37.052 INFO ok!
104312026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.052 INFO O| Aug 14 19:00:37.052 INFO STEP 127 (ensure_file) COMPLETE
104322026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.052 INFO O| Aug 14 19:00:37.052 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.061 INFO O| Aug 14 19:00:37.060 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104342026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.061 INFO O| Aug 14 19:00:37.060 INFO copying /tmp/.tmpxeUstV/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 ...
104352026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.061 INFO O| Aug 14 19:00:37.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104362026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.061 INFO O| Aug 14 19:00:37.061 INFO ok!
104372026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.061 INFO O| Aug 14 19:00:37.061 INFO STEP 128 (ensure_file) COMPLETE
104382026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.061 INFO O| Aug 14 19:00:37.061 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.068 INFO O| Aug 14 19:00:37.068 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104402026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.068 INFO O| Aug 14 19:00:37.068 INFO copying /tmp/.tmpxeUstV/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 ...
104412026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.068 INFO O| Aug 14 19:00:37.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104422026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.068 INFO O| Aug 14 19:00:37.068 INFO ok!
104432026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.068 INFO O| Aug 14 19:00:37.068 INFO STEP 129 (ensure_file) COMPLETE
104442026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.068 INFO O| Aug 14 19:00:37.068 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-14T19:00:40.191Z[ host-image] Aug 14 19:00:37.076 INFO O| Aug 14 19:00:37.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104462026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.076 INFO O| Aug 14 19:00:37.076 INFO copying /tmp/.tmpxeUstV/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 ...
104472026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.077 INFO O| Aug 14 19:00:37.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104482026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.077 INFO O| Aug 14 19:00:37.076 INFO ok!
104492026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.077 INFO O| Aug 14 19:00:37.077 INFO STEP 130 (ensure_file) COMPLETE
104502026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.077 INFO O| Aug 14 19:00:37.077 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.085 INFO O| Aug 14 19:00:37.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104522026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.085 INFO O| Aug 14 19:00:37.085 INFO copying /tmp/.tmpxeUstV/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 ...
104532026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.085 INFO O| Aug 14 19:00:37.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104542026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.085 INFO O| Aug 14 19:00:37.085 INFO ok!
104552026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.085 INFO O| Aug 14 19:00:37.085 INFO STEP 131 (ensure_file) COMPLETE
104562026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.085 INFO O| Aug 14 19:00:37.085 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.094 INFO O| Aug 14 19:00:37.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104582026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.094 INFO O| Aug 14 19:00:37.094 INFO copying /tmp/.tmpxeUstV/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 ...
104592026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.094 INFO O| Aug 14 19:00:37.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104602026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.094 INFO O| Aug 14 19:00:37.094 INFO ok!
104612026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.094 INFO O| Aug 14 19:00:37.094 INFO STEP 132 (ensure_file) COMPLETE
104622026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.094 INFO O| Aug 14 19:00:37.094 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.101 INFO O| Aug 14 19:00:37.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104642026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.101 INFO O| Aug 14 19:00:37.101 INFO copying /tmp/.tmpxeUstV/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 ...
104652026-08-14T19:00:40.192Z[ host-image] Aug 14 19:00:37.101 INFO O| Aug 14 19:00:37.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104662026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.101 INFO O| Aug 14 19:00:37.101 INFO ok!
104672026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.101 INFO O| Aug 14 19:00:37.101 INFO STEP 133 (ensure_file) COMPLETE
104682026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.101 INFO O| Aug 14 19:00:37.101 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.108 INFO O| Aug 14 19:00:37.108 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104702026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.108 INFO O| Aug 14 19:00:37.108 INFO copying /tmp/.tmpxeUstV/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 ...
104712026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.108 INFO O| Aug 14 19:00:37.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104722026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.108 INFO O| Aug 14 19:00:37.108 INFO ok!
104732026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.108 INFO O| Aug 14 19:00:37.108 INFO STEP 134 (ensure_file) COMPLETE
104742026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.108 INFO O| Aug 14 19:00:37.108 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.117 INFO O| Aug 14 19:00:37.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104762026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.117 INFO O| Aug 14 19:00:37.117 INFO copying /tmp/.tmpxeUstV/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 ...
104772026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.117 INFO O| Aug 14 19:00:37.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104782026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.117 INFO O| Aug 14 19:00:37.117 INFO ok!
104792026-08-14T19:00:40.193Z[ host-image] Aug 14 19:00:37.117 INFO O| Aug 14 19:00:37.117 INFO STEP 135 (ensure_file) COMPLETE
104802026-08-14T19:00:40.202Z[ host-image] Aug 14 19:00:37.117 INFO O| Aug 14 19:00:37.117 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-14T19:00:40.202Z[ host-image] Aug 14 19:00:37.126 INFO O| Aug 14 19:00:37.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104822026-08-14T19:00:40.202Z[ host-image] Aug 14 19:00:37.126 INFO O| Aug 14 19:00:37.126 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104832026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.126 INFO O| Aug 14 19:00:37.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104842026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.126 INFO O| Aug 14 19:00:37.126 INFO ok!
104852026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.126 INFO O| Aug 14 19:00:37.126 INFO STEP 136 (ensure_file) COMPLETE
104862026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.126 INFO O| Aug 14 19:00:37.126 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.134 INFO O| Aug 14 19:00:37.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104882026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.134 INFO O| Aug 14 19:00:37.134 INFO copying /tmp/.tmpxeUstV/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 ...
104892026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.134 INFO O| Aug 14 19:00:37.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104902026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.134 INFO O| Aug 14 19:00:37.134 INFO ok!
104912026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.134 INFO O| Aug 14 19:00:37.134 INFO STEP 137 (ensure_file) COMPLETE
104922026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.134 INFO O| Aug 14 19:00:37.134 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.143 INFO O| Aug 14 19:00:37.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104942026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.143 INFO O| Aug 14 19:00:37.143 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104952026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.143 INFO O| Aug 14 19:00:37.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104962026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.143 INFO O| Aug 14 19:00:37.143 INFO ok!
104972026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.143 INFO O| Aug 14 19:00:37.143 INFO STEP 138 (ensure_file) COMPLETE
104982026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.143 INFO O| Aug 14 19:00:37.143 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.151 INFO O| Aug 14 19:00:37.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105002026-08-14T19:00:40.203Z[ host-image] Aug 14 19:00:37.151 INFO O| Aug 14 19:00:37.151 INFO copying /tmp/.tmpxeUstV/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105012026-08-14T19:00:40.203Z[ recovery-image] Aug 14 19:00:37.635 INFO O| ok, image written!
105022026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.635 INFO O| ok, boot_image_csum file written!
105032026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.638 INFO creating boot archive (CPIO)...
105042026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.638 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
105052026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.643 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
105062026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.643 INFO E| + outfile=/work/os-recovery/cpio
105072026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.643 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
105082026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.645 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
105092026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.645 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
105102026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.678 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
105112026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.678 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
105122026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.685 INFO creating compressed cpio/unix for dev loaders...
105132026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.685 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
105142026-08-14T19:00:40.204Z[ recovery-image] Aug 14 19:00:37.951 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105152026-08-14T19:00:42.949Z[ recovery-image] Aug 14 19:00:41.893 INFO creating reset image...
105162026-08-14T19:00:42.949Z[ recovery-image] Aug 14 19:00:41.893 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")
105172026-08-14T19:00:43.235Z[ recovery-image] Aug 14 19:00:42.178 INFO E| Updating crates.io index
105182026-08-14T19:00:43.537Z[ recovery-image] Aug 14 19:00:42.481 INFO E| Downloading crates ...
105192026-08-14T19:00:43.580Z[ recovery-image] Aug 14 19:00:42.524 INFO E| Downloaded shared_thread v0.2.0
105202026-08-14T19:00:43.584Z[ recovery-image] Aug 14 19:00:42.526 INFO E| Downloaded shared_child v1.1.1
105212026-08-14T19:00:43.595Z[ recovery-image] Aug 14 19:00:42.535 INFO E| Downloaded sigchld v0.2.4
105222026-08-14T19:00:43.600Z[ recovery-image] Aug 14 19:00:42.535 INFO E| Downloaded duct v1.1.1
105232026-08-14T19:00:43.603Z[ recovery-image] Aug 14 19:00:42.538 INFO E| Downloaded colorchoice v1.0.5
105242026-08-14T19:00:43.603Z[ recovery-image] Aug 14 19:00:42.538 INFO E| Downloaded os_pipe v1.2.3
105252026-08-14T19:00:43.603Z[ recovery-image] Aug 14 19:00:42.538 INFO E| Downloaded clap_lex v1.1.0
105262026-08-14T19:00:43.641Z[ recovery-image] Aug 14 19:00:42.584 INFO E| Compiling libc v0.2.186
105272026-08-14T19:00:43.641Z[ recovery-image] Aug 14 19:00:42.584 INFO E| Compiling proc-macro2 v1.0.106
105282026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.584 INFO E| Compiling signal-hook v0.3.18
105292026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling unicode-ident v1.0.24
105302026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling quote v1.0.45
105312026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling utf8parse v0.2.2
105322026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling anstyle v1.0.14
105332026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling colorchoice v1.0.5
105342026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling anstyle-query v1.1.5
105352026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling is_terminal_polyfill v1.70.2
105362026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling heck v0.5.0
105372026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling clap_lex v1.1.0
105382026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling strsim v0.11.1
105392026-08-14T19:00:43.645Z[ recovery-image] Aug 14 19:00:42.585 INFO E| Compiling shared_thread v0.2.0
105402026-08-14T19:00:43.774Z[ recovery-image] Aug 14 19:00:42.717 INFO E| Compiling anstyle-parse v1.0.0
105412026-08-14T19:00:43.927Z[ recovery-image] Aug 14 19:00:42.871 INFO E| Compiling anstream v1.0.0
105422026-08-14T19:00:44.151Z[ recovery-image] Aug 14 19:00:43.094 INFO E| Compiling clap_builder v4.6.0
105432026-08-14T19:00:44.494Z[ recovery-image] Aug 14 19:00:43.437 INFO E| Compiling errno v0.3.14
105442026-08-14T19:00:44.494Z[ recovery-image] Aug 14 19:00:43.437 INFO E| Compiling os_pipe v1.2.3
105452026-08-14T19:00:44.597Z[ recovery-image] Aug 14 19:00:43.540 INFO E| Compiling signal-hook-registry v1.4.8
105462026-08-14T19:00:44.843Z[ recovery-image] Aug 14 19:00:43.786 INFO E| Compiling syn v2.0.117
105472026-08-14T19:00:44.897Z[ recovery-image] Aug 14 19:00:43.840 INFO E| Compiling sigchld v0.2.4
105482026-08-14T19:00:45.003Z[ recovery-image] Aug 14 19:00:43.947 INFO E| Compiling shared_child v1.1.1
105492026-08-14T19:00:45.136Z[ recovery-image] Aug 14 19:00:44.080 INFO E| Compiling duct v1.1.1
105502026-08-14T19:00:46.453Z[ host-image] Aug 14 19:00:45.396 INFO O| Aug 14 19:00:45.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105512026-08-14T19:00:46.453Z[ host-image] Aug 14 19:00:45.396 INFO O| Aug 14 19:00:45.396 INFO ok!
105522026-08-14T19:00:46.457Z[ host-image] Aug 14 19:00:45.396 INFO O| Aug 14 19:00:45.396 INFO STEP 139 (ensure_file) COMPLETE
105532026-08-14T19:00:46.457Z[ host-image] Aug 14 19:00:45.396 INFO O| Aug 14 19:00:45.396 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-08-14T19:00:46.460Z[ host-image] Aug 14 19:00:45.404 INFO O| Aug 14 19:00:45.404 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105552026-08-14T19:00:46.460Z[ host-image] Aug 14 19:00:45.404 INFO O| Aug 14 19:00:45.404 INFO STEP 140 (ensure_dir) COMPLETE
105562026-08-14T19:00:46.460Z[ host-image] Aug 14 19:00:45.404 INFO O| Aug 14 19:00:45.404 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105572026-08-14T19:00:46.466Z[ host-image] Aug 14 19:00:45.410 INFO O| Aug 14 19:00:45.410 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105582026-08-14T19:00:46.466Z[ host-image] Aug 14 19:00:45.410 INFO O| Aug 14 19:00:45.410 INFO STEP 141 (ensure_dir) COMPLETE
105592026-08-14T19:00:46.466Z[ host-image] Aug 14 19:00:45.410 INFO O| Aug 14 19:00:45.410 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-08-14T19:00:46.473Z[ host-image] Aug 14 19:00:45.417 INFO O| Aug 14 19:00:45.417 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105612026-08-14T19:00:46.473Z[ host-image] Aug 14 19:00:45.417 INFO O| Aug 14 19:00:45.417 INFO STEP 142 (ensure_dir) COMPLETE
105622026-08-14T19:00:46.477Z[ host-image] Aug 14 19:00:45.417 INFO O| Aug 14 19:00:45.417 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105632026-08-14T19:00:46.481Z[ host-image] Aug 14 19:00:45.423 INFO O| Aug 14 19:00:45.423 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105642026-08-14T19:00:46.481Z[ host-image] Aug 14 19:00:45.423 INFO O| Aug 14 19:00:45.423 INFO STEP 143 (ensure_dir) COMPLETE
105652026-08-14T19:00:46.481Z[ host-image] Aug 14 19:00:45.423 INFO O| Aug 14 19:00:45.423 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-08-14T19:00:46.487Z[ host-image] Aug 14 19:00:45.431 INFO O| Aug 14 19:00:45.431 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105672026-08-14T19:00:46.487Z[ host-image] Aug 14 19:00:45.431 INFO O| Aug 14 19:00:45.431 INFO copying /tmp/.tmpxeUstV/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 ...
105682026-08-14T19:00:46.490Z[ host-image] Aug 14 19:00:45.431 INFO O| Aug 14 19:00:45.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105692026-08-14T19:00:46.491Z[ host-image] Aug 14 19:00:45.431 INFO O| Aug 14 19:00:45.431 INFO ok!
105702026-08-14T19:00:46.491Z[ host-image] Aug 14 19:00:45.431 INFO O| Aug 14 19:00:45.431 INFO STEP 144 (ensure_file) COMPLETE
105712026-08-14T19:00:46.491Z[ host-image] Aug 14 19:00:45.431 INFO O| Aug 14 19:00:45.431 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-08-14T19:00:46.496Z[ host-image] Aug 14 19:00:45.437 INFO O| Aug 14 19:00:45.437 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105732026-08-14T19:00:46.496Z[ host-image] Aug 14 19:00:45.437 INFO O| Aug 14 19:00:45.437 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105742026-08-14T19:00:46.496Z[ host-image] Aug 14 19:00:45.437 INFO O| Aug 14 19:00:45.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105752026-08-14T19:00:46.496Z[ host-image] Aug 14 19:00:45.437 INFO O| Aug 14 19:00:45.437 INFO STEP 145 (ensure_dir) COMPLETE
105762026-08-14T19:00:46.496Z[ host-image] Aug 14 19:00:45.437 INFO O| Aug 14 19:00:45.437 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105772026-08-14T19:00:46.501Z[ host-image] Aug 14 19:00:45.445 INFO O| Aug 14 19:00:45.445 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105782026-08-14T19:00:46.501Z[ host-image] Aug 14 19:00:45.445 INFO O| Aug 14 19:00:45.445 INFO copying /tmp/.tmpxeUstV/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105792026-08-14T19:00:46.505Z[ host-image] Aug 14 19:00:45.445 INFO O| Aug 14 19:00:45.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105802026-08-14T19:00:46.505Z[ host-image] Aug 14 19:00:45.445 INFO O| Aug 14 19:00:45.445 INFO ok!
105812026-08-14T19:00:46.505Z[ host-image] Aug 14 19:00:45.445 INFO O| Aug 14 19:00:45.445 INFO STEP 146 (ensure_file) COMPLETE
105822026-08-14T19:00:46.505Z[ host-image] Aug 14 19:00:45.445 INFO O| Aug 14 19:00:45.445 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105832026-08-14T19:00:46.509Z[ host-image] Aug 14 19:00:45.451 INFO O| Aug 14 19:00:45.451 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105842026-08-14T19:00:46.509Z[ host-image] Aug 14 19:00:45.451 INFO O| Aug 14 19:00:45.451 INFO STEP 147 (remove_files) COMPLETE
105852026-08-14T19:00:46.509Z[ host-image] Aug 14 19:00:45.451 INFO O| Aug 14 19:00:45.451 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105862026-08-14T19:00:46.513Z[ host-image] Aug 14 19:00:45.457 INFO O| Aug 14 19:00:45.457 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105872026-08-14T19:00:46.517Z[ host-image] Aug 14 19:00:45.457 INFO O| Aug 14 19:00:45.457 INFO STEP 148 (remove_files) COMPLETE
105882026-08-14T19:00:46.517Z[ host-image] Aug 14 19:00:45.457 INFO O| Aug 14 19:00:45.457 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105892026-08-14T19:00:46.521Z[ host-image] Aug 14 19:00:45.462 INFO O| Aug 14 19:00:45.462 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105902026-08-14T19:00:46.521Z[ host-image] Aug 14 19:00:45.463 INFO O| Aug 14 19:00:45.463 INFO STEP 149 (remove_files) COMPLETE
105912026-08-14T19:00:46.521Z[ host-image] Aug 14 19:00:45.463 INFO O| Aug 14 19:00:45.463 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105922026-08-14T19:00:46.525Z[ host-image] Aug 14 19:00:45.468 INFO O| Aug 14 19:00:45.468 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105932026-08-14T19:00:46.525Z[ host-image] Aug 14 19:00:45.468 INFO O| Aug 14 19:00:45.468 INFO STEP 150 (remove_files) COMPLETE
105942026-08-14T19:00:46.525Z[ host-image] Aug 14 19:00:45.468 INFO O| Aug 14 19:00:45.468 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105952026-08-14T19:00:46.530Z[ host-image] Aug 14 19:00:45.474 INFO O| Aug 14 19:00:45.474 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105962026-08-14T19:00:46.534Z[ host-image] Aug 14 19:00:45.474 INFO O| Aug 14 19:00:45.474 INFO STEP 151 (remove_files) COMPLETE
105972026-08-14T19:00:46.534Z[ host-image] Aug 14 19:00:45.474 INFO O| Aug 14 19:00:45.474 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105982026-08-14T19:00:46.538Z[ host-image] Aug 14 19:00:45.482 INFO O| Aug 14 19:00:45.482 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105992026-08-14T19:00:46.542Z[ host-image] Aug 14 19:00:45.483 INFO O| Aug 14 19:00:45.483 INFO STEP 152 (remove_files) COMPLETE
106002026-08-14T19:00:46.542Z[ host-image] Aug 14 19:00:45.483 INFO O| Aug 14 19:00:45.483 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106012026-08-14T19:00:46.553Z[ host-image] Aug 14 19:00:45.489 INFO O| Aug 14 19:00:45.489 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106022026-08-14T19:00:46.553Z[ host-image] Aug 14 19:00:45.489 INFO O| Aug 14 19:00:45.489 INFO STEP 153 (remove_files) COMPLETE
106032026-08-14T19:00:46.553Z[ host-image] Aug 14 19:00:45.489 INFO O| Aug 14 19:00:45.489 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106042026-08-14T19:00:46.557Z[ host-image] Aug 14 19:00:45.495 INFO O| Aug 14 19:00:45.495 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106052026-08-14T19:00:46.557Z[ host-image] Aug 14 19:00:45.495 INFO O| Aug 14 19:00:45.495 INFO STEP 154 (remove_files) COMPLETE
106062026-08-14T19:00:46.557Z[ host-image] Aug 14 19:00:45.495 INFO O| Aug 14 19:00:45.495 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106072026-08-14T19:00:46.560Z[ host-image] Aug 14 19:00:45.502 INFO O| Aug 14 19:00:45.502 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106082026-08-14T19:00:46.560Z[ host-image] Aug 14 19:00:45.502 INFO O| Aug 14 19:00:45.502 INFO STEP 155 (remove_files) COMPLETE
106092026-08-14T19:00:46.560Z[ host-image] Aug 14 19:00:45.502 INFO O| Aug 14 19:00:45.502 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-08-14T19:00:46.565Z[ host-image] Aug 14 19:00:45.509 INFO O| Aug 14 19:00:45.509 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106112026-08-14T19:00:46.565Z[ host-image] Aug 14 19:00:45.509 INFO O| Aug 14 19:00:45.509 INFO STEP 156 (remove_files) COMPLETE
106122026-08-14T19:00:46.569Z[ host-image] Aug 14 19:00:45.509 INFO O| Aug 14 19:00:45.509 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-08-14T19:00:46.572Z[ host-image] Aug 14 19:00:45.515 INFO O| Aug 14 19:00:45.515 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106142026-08-14T19:00:46.572Z[ host-image] Aug 14 19:00:45.515 INFO O| Aug 14 19:00:45.515 INFO STEP 157 (remove_files) COMPLETE
106152026-08-14T19:00:46.572Z[ host-image] Aug 14 19:00:45.515 INFO O| Aug 14 19:00:45.515 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-14T19:00:46.577Z[ host-image] Aug 14 19:00:45.521 INFO O| Aug 14 19:00:45.521 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106172026-08-14T19:00:46.577Z[ host-image] Aug 14 19:00:45.521 INFO O| Aug 14 19:00:45.521 INFO STEP 158 (remove_files) COMPLETE
106182026-08-14T19:00:46.577Z[ host-image] Aug 14 19:00:45.521 INFO O| Aug 14 19:00:45.521 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-14T19:00:46.582Z[ host-image] Aug 14 19:00:45.526 INFO O| Aug 14 19:00:45.526 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106202026-08-14T19:00:46.586Z[ host-image] Aug 14 19:00:45.526 INFO O| Aug 14 19:00:45.526 INFO STEP 159 (remove_files) COMPLETE
106212026-08-14T19:00:46.586Z[ host-image] Aug 14 19:00:45.526 INFO O| Aug 14 19:00:45.526 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-08-14T19:00:46.590Z[ host-image] Aug 14 19:00:45.534 INFO O| Aug 14 19:00:45.534 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106232026-08-14T19:00:46.590Z[ host-image] Aug 14 19:00:45.534 INFO O| Aug 14 19:00:45.534 INFO STEP 160 (remove_files) COMPLETE
106242026-08-14T19:00:46.590Z[ host-image] Aug 14 19:00:45.534 INFO O| Aug 14 19:00:45.534 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-14T19:00:46.598Z[ host-image] Aug 14 19:00:45.542 INFO O| Aug 14 19:00:45.542 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106262026-08-14T19:00:46.602Z[ host-image] Aug 14 19:00:45.542 INFO O| Aug 14 19:00:45.542 INFO STEP 161 (remove_files) COMPLETE
106272026-08-14T19:00:46.602Z[ host-image] Aug 14 19:00:45.542 INFO O| Aug 14 19:00:45.542 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-14T19:00:46.605Z[ host-image] Aug 14 19:00:45.549 INFO O| Aug 14 19:00:45.549 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106292026-08-14T19:00:46.605Z[ host-image] Aug 14 19:00:45.549 INFO O| Aug 14 19:00:45.549 INFO STEP 162 (remove_files) COMPLETE
106302026-08-14T19:00:46.605Z[ host-image] Aug 14 19:00:45.549 INFO O| Aug 14 19:00:45.549 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-14T19:00:46.612Z[ host-image] Aug 14 19:00:45.556 INFO O| Aug 14 19:00:45.556 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106322026-08-14T19:00:46.612Z[ host-image] Aug 14 19:00:45.556 INFO O| Aug 14 19:00:45.556 INFO STEP 163 (remove_files) COMPLETE
106332026-08-14T19:00:46.615Z[ host-image] Aug 14 19:00:45.556 INFO O| Aug 14 19:00:45.556 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-14T19:00:46.619Z[ host-image] Aug 14 19:00:45.562 INFO O| Aug 14 19:00:45.562 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106352026-08-14T19:00:46.619Z[ host-image] Aug 14 19:00:45.562 INFO O| Aug 14 19:00:45.562 INFO STEP 164 (remove_files) COMPLETE
106362026-08-14T19:00:46.619Z[ host-image] Aug 14 19:00:45.562 INFO O| Aug 14 19:00:45.562 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-08-14T19:00:46.624Z[ host-image] Aug 14 19:00:45.568 INFO O| Aug 14 19:00:45.568 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106382026-08-14T19:00:46.624Z[ host-image] Aug 14 19:00:45.568 INFO O| Aug 14 19:00:45.568 INFO STEP 165 (remove_files) COMPLETE
106392026-08-14T19:00:46.627Z[ host-image] Aug 14 19:00:45.568 INFO O| Aug 14 19:00:45.568 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-14T19:00:46.631Z[ host-image] Aug 14 19:00:45.575 INFO O| Aug 14 19:00:45.575 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106412026-08-14T19:00:46.631Z[ host-image] Aug 14 19:00:45.575 INFO O| Aug 14 19:00:45.575 INFO STEP 166 (remove_files) COMPLETE
106422026-08-14T19:00:46.631Z[ host-image] Aug 14 19:00:45.575 INFO O| Aug 14 19:00:45.575 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-14T19:00:46.638Z[ host-image] Aug 14 19:00:45.582 INFO O| Aug 14 19:00:45.582 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106442026-08-14T19:00:46.638Z[ host-image] Aug 14 19:00:45.582 INFO O| Aug 14 19:00:45.582 INFO STEP 167 (remove_files) COMPLETE
106452026-08-14T19:00:46.641Z[ host-image] Aug 14 19:00:45.582 INFO O| Aug 14 19:00:45.582 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-14T19:00:46.645Z[ host-image] Aug 14 19:00:45.589 INFO O| Aug 14 19:00:45.589 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106472026-08-14T19:00:46.649Z[ host-image] Aug 14 19:00:45.589 INFO O| Aug 14 19:00:45.589 INFO STEP 168 (remove_files) COMPLETE
106482026-08-14T19:00:46.649Z[ host-image] Aug 14 19:00:45.589 INFO O| Aug 14 19:00:45.589 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-14T19:00:46.653Z[ host-image] Aug 14 19:00:45.597 INFO O| Aug 14 19:00:45.597 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106502026-08-14T19:00:46.653Z[ host-image] Aug 14 19:00:45.597 INFO O| Aug 14 19:00:45.597 INFO STEP 169 (remove_files) COMPLETE
106512026-08-14T19:00:46.653Z[ host-image] Aug 14 19:00:45.597 INFO O| Aug 14 19:00:45.597 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-14T19:00:46.662Z[ host-image] Aug 14 19:00:45.606 INFO O| Aug 14 19:00:45.605 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106532026-08-14T19:00:46.665Z[ host-image] Aug 14 19:00:45.606 INFO O| Aug 14 19:00:45.606 INFO STEP 170 (remove_files) COMPLETE
106542026-08-14T19:00:46.665Z[ host-image] Aug 14 19:00:45.606 INFO O| Aug 14 19:00:45.606 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-14T19:00:46.669Z[ host-image] Aug 14 19:00:45.613 INFO O| Aug 14 19:00:45.613 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106562026-08-14T19:00:46.669Z[ host-image] Aug 14 19:00:45.613 INFO O| Aug 14 19:00:45.613 INFO STEP 171 (remove_files) COMPLETE
106572026-08-14T19:00:46.669Z[ host-image] Aug 14 19:00:45.613 INFO O| Aug 14 19:00:45.613 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-14T19:00:46.676Z[ host-image] Aug 14 19:00:45.619 INFO O| Aug 14 19:00:45.619 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106592026-08-14T19:00:46.679Z[ host-image] Aug 14 19:00:45.619 INFO O| Aug 14 19:00:45.619 INFO STEP 172 (remove_files) COMPLETE
106602026-08-14T19:00:46.679Z[ host-image] Aug 14 19:00:45.619 INFO O| Aug 14 19:00:45.619 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-14T19:00:46.683Z[ host-image] Aug 14 19:00:45.627 INFO O| Aug 14 19:00:45.627 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106622026-08-14T19:00:46.683Z[ host-image] Aug 14 19:00:45.627 INFO O| Aug 14 19:00:45.627 INFO STEP 173 (remove_files) COMPLETE
106632026-08-14T19:00:46.687Z[ host-image] Aug 14 19:00:45.627 INFO O| Aug 14 19:00:45.627 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-14T19:00:46.690Z[ host-image] Aug 14 19:00:45.633 INFO O| Aug 14 19:00:45.633 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106652026-08-14T19:00:46.690Z[ host-image] Aug 14 19:00:45.634 INFO O| Aug 14 19:00:45.633 INFO STEP 174 (remove_files) COMPLETE
106662026-08-14T19:00:46.690Z[ host-image] Aug 14 19:00:45.634 INFO O| Aug 14 19:00:45.633 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-14T19:00:46.696Z[ host-image] Aug 14 19:00:45.640 INFO O| Aug 14 19:00:45.640 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106682026-08-14T19:00:46.699Z[ host-image] Aug 14 19:00:45.640 INFO O| Aug 14 19:00:45.640 INFO STEP 175 (remove_files) COMPLETE
106692026-08-14T19:00:46.699Z[ host-image] Aug 14 19:00:45.640 INFO O| Aug 14 19:00:45.640 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106702026-08-14T19:00:46.706Z[ host-image] Aug 14 19:00:45.649 INFO O| Aug 14 19:00:45.649 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106712026-08-14T19:00:46.706Z[ host-image] Aug 14 19:00:45.649 INFO O| Aug 14 19:00:45.649 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
106722026-08-14T19:00:47.103Z[ recovery-image] Aug 14 19:00:46.046 INFO E| Compiling clap_derive v4.6.1
106732026-08-14T19:00:48.267Z[ recovery-image] Aug 14 19:00:47.211 INFO E| Compiling clap v4.6.1
106742026-08-14T19:00:48.319Z[ recovery-image] Aug 14 19:00:47.262 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106752026-08-14T19:00:49.072Z[ recovery-image] Aug 14 19:00:48.015 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
106762026-08-14T19:00:49.101Z[ recovery-image] Aug 14 19:00:48.021 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106772026-08-14T19:00:49.255Z[ recovery-image] Aug 14 19:00:48.198 INFO E| Downloading crates ...
106782026-08-14T19:00:49.298Z[ recovery-image] Aug 14 19:00:48.241 INFO E| Downloaded bitstruct_derive v0.1.0
106792026-08-14T19:00:49.305Z[ recovery-image] Aug 14 19:00:48.249 INFO E| Downloaded bit_field v0.10.3
106802026-08-14T19:00:49.312Z[ recovery-image] Aug 14 19:00:48.256 INFO E| Downloaded log v0.4.32
106812026-08-14T19:00:49.316Z[ recovery-image] Aug 14 19:00:48.258 INFO E| Downloaded bitflags v2.13.0
106822026-08-14T19:00:49.320Z[ recovery-image] Aug 14 19:00:48.260 INFO E| Downloaded bitstruct v0.1.1
106832026-08-14T19:00:49.320Z[ recovery-image] Aug 14 19:00:48.261 INFO E| Downloaded cpio_reader v0.1.2
106842026-08-14T19:00:49.328Z[ recovery-image] Aug 14 19:00:48.272 INFO E| Downloaded raw-cpuid v10.7.0
106852026-08-14T19:00:49.332Z[ recovery-image] Aug 14 19:00:48.274 INFO E| Downloaded miniz_oxide v0.9.1
106862026-08-14T19:00:49.353Z[ recovery-image] Aug 14 19:00:48.297 INFO E| Downloaded goblin v0.10.7
106872026-08-14T19:00:49.476Z[ recovery-image] Aug 14 19:00:48.419 INFO E| Downloaded x86 v0.52.0
106882026-08-14T19:00:49.509Z[ recovery-image] Aug 14 19:00:48.452 INFO E| Updating crates.io index
106892026-08-14T19:00:49.555Z[ recovery-image] Aug 14 19:00:48.498 INFO E| Downloading crates ...
106902026-08-14T19:00:49.577Z[ recovery-image] Aug 14 19:00:48.521 INFO E| Downloaded hashbrown v0.17.1
106912026-08-14T19:00:49.581Z[ recovery-image] Aug 14 19:00:48.524 INFO E| Downloaded rustc-literal-escaper v0.0.7
106922026-08-14T19:00:49.617Z[ recovery-image] Aug 14 19:00:48.561 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)
106932026-08-14T19:00:49.617Z[ recovery-image] Aug 14 19:00:48.561 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)
106942026-08-14T19:00:49.622Z[ recovery-image] Aug 14 19:00:48.561 INFO E| Compiling proc-macro2 v1.0.106
106952026-08-14T19:00:49.622Z[ recovery-image] Aug 14 19:00:48.561 INFO E| Compiling unicode-ident v1.0.24
106962026-08-14T19:00:49.622Z[ recovery-image] Aug 14 19:00:48.561 INFO E| Compiling quote v1.0.45
106972026-08-14T19:00:49.622Z[ recovery-image] Aug 14 19:00:48.561 INFO E| Compiling syn v1.0.109
106982026-08-14T19:00:49.622Z[ recovery-image] Aug 14 19:00:48.561 INFO E| Compiling x86 v0.52.0
106992026-08-14T19:00:49.622Z[ recovery-image] Aug 14 19:00:48.561 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107002026-08-14T19:00:49.622Z[ recovery-image] Aug 14 19:00:48.561 INFO E| Compiling seq-macro v0.3.6
107012026-08-14T19:00:50.560Z[ recovery-image] Aug 14 19:00:49.503 INFO E| Compiling syn v2.0.117
107022026-08-14T19:00:50.977Z[ host-image] Aug 14 19:00:49.920 INFO O| Aug 14 19:00:49.920 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
107032026-08-14T19:00:50.977Z[ host-image] Aug 14 19:00:49.920 INFO O| Aug 14 19:00:49.920 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107042026-08-14T19:00:50.989Z[ host-image] Aug 14 19:00:49.933 INFO O| Aug 14 19:00:49.933 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107052026-08-14T19:00:51.088Z[ host-image] Aug 14 19:00:50.031 INFO O| Aug 14 19:00:50.031 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107062026-08-14T19:00:51.144Z[ host-image] Aug 14 19:00:50.088 INFO O| Aug 14 19:00:50.088 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107072026-08-14T19:00:51.210Z[ host-image] Aug 14 19:00:50.153 INFO O| Aug 14 19:00:50.153 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107082026-08-14T19:00:51.210Z[ host-image] Aug 14 19:00:50.153 INFO O| Aug 14 19:00:50.153 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107092026-08-14T19:00:51.274Z[ host-image] Aug 14 19:00:50.217 INFO O| Aug 14 19:00:50.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107102026-08-14T19:00:51.274Z[ host-image] Aug 14 19:00:50.217 INFO O| Aug 14 19:00:50.217 INFO ok!
107112026-08-14T19:00:51.279Z[ host-image] Aug 14 19:00:50.217 INFO O| Aug 14 19:00:50.217 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107122026-08-14T19:00:51.279Z[ host-image] Aug 14 19:00:50.218 INFO O| Aug 14 19:00:50.217 INFO STEP 176 (seed_smf) COMPLETE
107132026-08-14T19:00:51.279Z[ host-image] Aug 14 19:00:50.218 INFO O| Aug 14 19:00:50.217 INFO steps complete; finalising image!
107142026-08-14T19:00:51.279Z[ host-image] Aug 14 19:00:50.218 INFO O| Aug 14 19:00:50.217 INFO TRIM POOL: TEMPORARY-sled-zfs
107152026-08-14T19:00:51.371Z[ host-image] Aug 14 19:00:50.314 INFO O| Aug 14 19:00:50.314 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Fri Aug 14 19:00:50 2026)
107162026-08-14T19:00:51.587Z[ host-image] Aug 14 19:00:50.531 INFO O| Aug 14 19:00:50.531 INFO temporary pool has 906M used, 118M avail, 1.81x compressratio
107172026-08-14T19:00:51.588Z[ host-image] Aug 14 19:00:50.531 INFO O| Aug 14 19:00:50.531 INFO EXPORT POOL: TEMPORARY-sled-zfs
107182026-08-14T19:00:51.892Z[ recovery-image] Aug 14 19:00:50.836 INFO E| Compiling scroll_derive v0.13.1
107192026-08-14T19:00:51.945Z[ host-image] Aug 14 19:00:50.889 INFO O| Aug 14 19:00:50.889 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107202026-08-14T19:00:51.945Z[ host-image] Aug 14 19:00:50.889 INFO O| Aug 14 19:00:50.889 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107212026-08-14T19:00:52.789Z[ host-image] Aug 14 19:00:51.733 INFO O| Aug 14 19:00:51.733 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107222026-08-14T19:00:52.789Z[ host-image] Aug 14 19:00:51.733 INFO O| Aug 14 19:00:51.733 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107232026-08-14T19:00:52.793Z[ host-image] Aug 14 19:00:51.733 INFO O| Aug 14 19:00:51.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107242026-08-14T19:00:52.793Z[ host-image] Aug 14 19:00:51.733 INFO O| Aug 14 19:00:51.733 INFO completed processing sled/zfs
107252026-08-14T19:00:52.793Z[ host-image] Aug 14 19:00:51.733 INFO O| Aug 14 19:00:51.733 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107262026-08-14T19:00:52.943Z[ recovery-image] Aug 14 19:00:51.887 INFO E| Compiling bitstruct_derive v0.1.0
107272026-08-14T19:01:01.901Z[ recovery-image] Aug 14 19:01:00.844 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)
107282026-08-14T19:01:03.963Z[ recovery-image] Aug 14 19:01:02.906 INFO E| Compiling bitflags v1.3.2
107292026-08-14T19:01:03.967Z[ recovery-image] Aug 14 19:01:02.906 INFO E| Compiling log v0.4.32
107302026-08-14T19:01:03.968Z[ recovery-image] Aug 14 19:01:02.906 INFO E| Compiling plain v0.2.3
107312026-08-14T19:01:03.968Z[ recovery-image] Aug 14 19:01:02.906 INFO E| Compiling bitflags v2.13.0
107322026-08-14T19:01:03.968Z[ recovery-image] Aug 14 19:01:02.906 INFO E| Compiling adler2 v2.0.1
107332026-08-14T19:01:03.968Z[ recovery-image] Aug 14 19:01:02.906 INFO E| Compiling bit_field v0.10.3
107342026-08-14T19:01:03.968Z[ recovery-image] Aug 14 19:01:02.906 INFO E| Compiling scroll v0.13.0
107352026-08-14T19:01:03.968Z[ recovery-image] Aug 14 19:01:02.906 INFO E| Compiling static_assertions v1.1.0
107362026-08-14T19:01:03.968Z[ recovery-image] Aug 14 19:01:02.906 INFO E| Compiling bitstruct v0.1.1
107372026-08-14T19:01:04.018Z[ recovery-image] Aug 14 19:01:02.961 INFO E| Compiling raw-cpuid v10.7.0
107382026-08-14T19:01:04.050Z[ recovery-image] Aug 14 19:01:02.994 INFO E| Compiling miniz_oxide v0.9.1
107392026-08-14T19:01:04.126Z[ recovery-image] Aug 14 19:01:03.070 INFO E| Compiling cpio_reader v0.1.2
107402026-08-14T19:01:04.173Z[ recovery-image] Aug 14 19:01:03.116 INFO E| Compiling goblin v0.10.7
107412026-08-14T19:01:07.004Z[ recovery-image] Aug 14 19:01:05.946 INFO E| Finished `release` profile [optimized] target(s) in 17.91s
107422026-08-14T19:01:07.021Z[ recovery-image] Aug 14 19:01:05.965 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107432026-08-14T19:01:07.021Z[ recovery-image] Aug 14 19:01:05.965 INFO building ROM for cosmo
107442026-08-14T19:01:07.025Z[ recovery-image] Aug 14 19:01:05.965 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")
107452026-08-14T19:01:07.097Z[ recovery-image] Aug 14 19:01:06.040 INFO E| Downloading crates ...
107462026-08-14T19:01:07.143Z[ recovery-image] Aug 14 19:01:06.086 INFO E| Downloaded shared_child v1.0.1
107472026-08-14T19:01:07.147Z[ recovery-image] Aug 14 19:01:06.087 INFO E| Downloaded serde_spanned v0.6.8
107482026-08-14T19:01:07.151Z[ recovery-image] Aug 14 19:01:06.093 INFO E| Downloaded clap_derive v4.5.32
107492026-08-14T19:01:07.155Z[ recovery-image] Aug 14 19:01:06.096 INFO E| Downloaded colorchoice v1.0.3
107502026-08-14T19:01:07.155Z[ recovery-image] Aug 14 19:01:06.097 INFO E| Downloaded anstream v0.6.18
107512026-08-14T19:01:07.155Z[ recovery-image] Aug 14 19:01:06.098 INFO E| Downloaded toml_datetime v0.6.9
107522026-08-14T19:01:07.160Z[ recovery-image] Aug 14 19:01:06.099 INFO E| Downloaded anstyle v1.0.10
107532026-08-14T19:01:07.160Z[ recovery-image] Aug 14 19:01:06.101 INFO E| Downloaded os_pipe v1.2.1
107542026-08-14T19:01:07.165Z[ recovery-image] Aug 14 19:01:06.108 INFO E| Downloaded is_terminal_polyfill v1.70.1
107552026-08-14T19:01:07.169Z[ recovery-image] Aug 14 19:01:06.109 INFO E| Downloaded anstyle-query v1.1.2
107562026-08-14T19:01:07.170Z[ recovery-image] Aug 14 19:01:06.110 INFO E| Downloaded clap_lex v0.7.4
107572026-08-14T19:01:07.174Z[ recovery-image] Aug 14 19:01:06.115 INFO E| Downloaded anstyle-parse v0.2.6
107582026-08-14T19:01:07.174Z[ recovery-image] Aug 14 19:01:06.117 INFO E| Downloaded toml_write v0.1.1
107592026-08-14T19:01:07.179Z[ recovery-image] Aug 14 19:01:06.122 INFO E| Downloaded duct v0.13.7
107602026-08-14T19:01:07.188Z[ recovery-image] Aug 14 19:01:06.131 INFO E| Downloaded clap v4.5.37
107612026-08-14T19:01:07.204Z[ recovery-image] Aug 14 19:01:06.147 INFO E| Downloaded toml v0.8.22
107622026-08-14T19:01:07.223Z[ recovery-image] Aug 14 19:01:06.165 INFO E| Downloaded cc v1.2.20
107632026-08-14T19:01:07.227Z[ recovery-image] Aug 14 19:01:06.167 INFO E| Downloaded toml_edit v0.22.26
107642026-08-14T19:01:07.242Z[ recovery-image] Aug 14 19:01:06.186 INFO E| Downloaded clap_builder v4.5.37
107652026-08-14T19:01:07.247Z[ recovery-image] Aug 14 19:01:06.189 INFO E| Downloaded winnow v0.7.7
107662026-08-14T19:01:07.260Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling libc v0.2.172
107672026-08-14T19:01:07.260Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling utf8parse v0.2.2
107682026-08-14T19:01:07.260Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling anstyle v1.0.10
107692026-08-14T19:01:07.260Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling is_terminal_polyfill v1.70.1
107702026-08-14T19:01:07.264Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling shlex v1.3.0
107712026-08-14T19:01:07.264Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling anstyle-query v1.1.2
107722026-08-14T19:01:07.264Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling once_cell v1.21.3
107732026-08-14T19:01:07.264Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling hashbrown v0.15.2
107742026-08-14T19:01:07.264Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling equivalent v1.0.2
107752026-08-14T19:01:07.264Z[ recovery-image] Aug 14 19:01:06.204 INFO E| Compiling colorchoice v1.0.3
107762026-08-14T19:01:07.278Z[ recovery-image] Aug 14 19:01:06.222 INFO E| Compiling strsim v0.11.1
107772026-08-14T19:01:07.282Z[ recovery-image] Aug 14 19:01:06.222 INFO E| Compiling clap_lex v0.7.4
107782026-08-14T19:01:07.282Z[ recovery-image] Aug 14 19:01:06.222 INFO E| Compiling winnow v0.7.7
107792026-08-14T19:01:07.282Z[ recovery-image] Aug 14 19:01:06.226 INFO E| Compiling toml_write v0.1.1
107802026-08-14T19:01:07.296Z[ recovery-image] Aug 14 19:01:06.236 INFO E| Compiling anyhow v1.0.98
107812026-08-14T19:01:07.300Z[ recovery-image] Aug 14 19:01:06.239 INFO E| Compiling syn v2.0.101
107822026-08-14T19:01:07.406Z[ recovery-image] Aug 14 19:01:06.349 INFO E| Compiling anstyle-parse v0.2.6
107832026-08-14T19:01:07.453Z[ recovery-image] Aug 14 19:01:06.396 INFO E| Compiling cc v1.2.20
107842026-08-14T19:01:07.544Z[ recovery-image] Aug 14 19:01:06.487 INFO E| Compiling anstream v0.6.18
107852026-08-14T19:01:07.740Z[ recovery-image] Aug 14 19:01:06.683 INFO E| Compiling indexmap v2.9.0
107862026-08-14T19:01:07.744Z[ recovery-image] Aug 14 19:01:06.688 INFO E| Compiling clap_builder v4.5.37
107872026-08-14T19:01:07.888Z[ recovery-image] Aug 14 19:01:06.831 INFO E| Compiling os_pipe v1.2.1
107882026-08-14T19:01:07.888Z[ recovery-image] Aug 14 19:01:06.831 INFO E| Compiling shared_child v1.0.1
107892026-08-14T19:01:08.001Z[ recovery-image] Aug 14 19:01:06.945 INFO E| Compiling duct v0.13.7
107902026-08-14T19:01:08.266Z[ host-image] Aug 14 19:01:07.210 INFO O| Aug 14 19:01:07.209 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107912026-08-14T19:01:08.409Z[ host-image] Aug 14 19:01:07.352 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n"
107922026-08-14T19:01:08.409Z[ host-image] Aug 14 19:01:07.352 INFO expanded image name: "ci 556a25d/${os_short_commit} 2026-08-14 18:41" -> "ci 556a25d/aaf8e74 2026-08-14 18:41"
107932026-08-14T19:01:08.409Z[ host-image] Aug 14 19:01:07.352 INFO output artefacts stored in: "/work/os-host"
107942026-08-14T19:01:08.413Z[ host-image] Aug 14 19:01:07.353 INFO collecting git info from project "pinprick"...
107952026-08-14T19:01:08.417Z[ host-image] Aug 14 19:01:07.358 INFO collecting git info from project "phbl"...
107962026-08-14T19:01:08.421Z[ host-image] Aug 14 19:01:07.362 INFO collecting git info from project "pilot"...
107972026-08-14T19:01:08.425Z[ host-image] Aug 14 19:01:07.366 INFO collecting git info from project "amd-firmware"...
107982026-08-14T19:01:08.434Z[ host-image] Aug 14 19:01:07.377 INFO collecting git info from project "image-builder"...
107992026-08-14T19:01:08.438Z[ host-image] Aug 14 19:01:07.381 INFO collecting git info from project "chelsio-t6-roms"...
108002026-08-14T19:01:08.443Z[ host-image] Aug 14 19:01:07.387 INFO collecting git info from project "amd-host-image-builder"...
108012026-08-14T19:01:08.448Z[ host-image] Aug 14 19:01:07.392 INFO collecting git info from project "dmar-report"...
108022026-08-14T19:01:08.453Z[ host-image] Aug 14 19:01:07.397 INFO collecting git info from project "bootserver"...
108032026-08-14T19:01:08.458Z[ host-image] Aug 14 19:01:07.402 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108042026-08-14T19:01:08.490Z[ recovery-image] Aug 14 19:01:07.433 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108052026-08-14T19:01:08.778Z[ host-image] Aug 14 19:01:07.721 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108062026-08-14T19:01:09.078Z[ host-image] Aug 14 19:01:08.021 INFO creating Oxide boot image...
108072026-08-14T19:01:09.078Z[ host-image] Aug 14 19:01:08.021 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 556a25d/aaf8e74 2026-08-14 18:41", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108082026-08-14T19:01:09.367Z[ recovery-image] Aug 14 19:01:08.311 INFO E| Compiling serde_derive v1.0.219
108092026-08-14T19:01:09.367Z[ recovery-image] Aug 14 19:01:08.311 INFO E| Compiling clap_derive v4.5.32
108102026-08-14T19:01:09.887Z[ host-image] Aug 14 19:01:08.830 INFO O| ok, image written!
108112026-08-14T19:01:09.887Z[ host-image] Aug 14 19:01:08.830 INFO O| ok, boot_image_csum file written!
108122026-08-14T19:01:09.891Z[ host-image] Aug 14 19:01:08.833 INFO creating boot archive (CPIO)...
108132026-08-14T19:01:09.891Z[ host-image] Aug 14 19:01:08.833 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
108142026-08-14T19:01:09.895Z[ host-image] Aug 14 19:01:08.837 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108152026-08-14T19:01:09.895Z[ host-image] Aug 14 19:01:08.837 INFO E| + outfile=/work/os-host/cpio
108162026-08-14T19:01:09.895Z[ host-image] Aug 14 19:01:08.837 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108172026-08-14T19:01:09.899Z[ host-image] Aug 14 19:01:08.840 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108182026-08-14T19:01:09.899Z[ host-image] Aug 14 19:01:08.840 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108192026-08-14T19:01:09.924Z[ host-image] Aug 14 19:01:08.867 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108202026-08-14T19:01:09.924Z[ host-image] Aug 14 19:01:08.867 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108212026-08-14T19:01:09.931Z[ host-image] Aug 14 19:01:08.875 INFO creating compressed cpio/unix for dev loaders...
108222026-08-14T19:01:09.931Z[ host-image] Aug 14 19:01:08.875 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
108232026-08-14T19:01:10.161Z[ host-image] Aug 14 19:01:09.104 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108242026-08-14T19:01:11.002Z[ recovery-image] Aug 14 19:01:09.946 INFO E| Compiling clap v4.5.37
108252026-08-14T19:01:11.796Z[ recovery-image] Aug 14 19:01:10.740 INFO E| Compiling serde v1.0.219
108262026-08-14T19:01:13.572Z[ host-image] Aug 14 19:01:12.515 INFO creating reset image...
108272026-08-14T19:01:13.572Z[ host-image] Aug 14 19:01:12.515 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")
108282026-08-14T19:01:13.644Z[ host-image] Aug 14 19:01:12.587 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108292026-08-14T19:01:13.649Z[ host-image] Aug 14 19:01:12.589 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108302026-08-14T19:01:13.721Z[ recovery-image] Aug 14 19:01:12.664 INFO E| Compiling serde_spanned v0.6.8
108312026-08-14T19:01:13.721Z[ recovery-image] Aug 14 19:01:12.664 INFO E| Compiling toml_datetime v0.6.9
108322026-08-14T19:01:13.880Z[ recovery-image] Aug 14 19:01:12.824 INFO E| Compiling toml_edit v0.22.26
108332026-08-14T19:01:13.959Z[ host-image] Aug 14 19:01:12.902 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)
108342026-08-14T19:01:13.959Z[ host-image] Aug 14 19:01:12.902 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)
108352026-08-14T19:01:13.959Z[ host-image] Aug 14 19:01:12.902 INFO E| Compiling proc-macro2 v1.0.106
108362026-08-14T19:01:13.963Z[ host-image] Aug 14 19:01:12.902 INFO E| Compiling quote v1.0.45
108372026-08-14T19:01:13.964Z[ host-image] Aug 14 19:01:12.902 INFO E| Compiling unicode-ident v1.0.24
108382026-08-14T19:01:13.964Z[ host-image] Aug 14 19:01:12.902 INFO E| Compiling syn v1.0.109
108392026-08-14T19:01:13.964Z[ host-image] Aug 14 19:01:12.902 INFO E| Compiling x86 v0.52.0
108402026-08-14T19:01:13.964Z[ host-image] Aug 14 19:01:12.902 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108412026-08-14T19:01:13.964Z[ host-image] Aug 14 19:01:12.902 INFO E| Compiling seq-macro v0.3.6
108422026-08-14T19:01:15.054Z[ host-image] Aug 14 19:01:13.997 INFO E| Compiling syn v2.0.117
108432026-08-14T19:01:15.382Z[ recovery-image] Aug 14 19:01:14.325 INFO E| Compiling toml v0.8.22
108442026-08-14T19:01:16.635Z[ host-image] Aug 14 19:01:15.578 INFO E| Compiling scroll_derive v0.13.1
108452026-08-14T19:01:17.713Z[ host-image] Aug 14 19:01:16.657 INFO E| Compiling bitstruct_derive v0.1.0
108462026-08-14T19:01:18.053Z[ recovery-image] Aug 14 19:01:16.997 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.00s
108472026-08-14T19:01:18.063Z[ recovery-image] Aug 14 19:01:17.007 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`
108482026-08-14T19:01:18.081Z[ recovery-image] Aug 14 19:01:17.024 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108492026-08-14T19:01:18.169Z[ recovery-image] Aug 14 19:01:17.112 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108502026-08-14T19:01:18.173Z[ recovery-image] Aug 14 19:01:17.117 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`
108512026-08-14T19:01:18.406Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108522026-08-14T19:01:18.406Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108532026-08-14T19:01:18.406Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108542026-08-14T19:01:18.412Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108552026-08-14T19:01:18.412Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108562026-08-14T19:01:18.412Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108572026-08-14T19:01:18.412Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108582026-08-14T19:01:18.412Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108592026-08-14T19:01:18.412Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108602026-08-14T19:01:18.412Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108612026-08-14T19:01:18.412Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108622026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108632026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108642026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108652026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108662026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108672026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108682026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.349 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108692026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108702026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108712026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108722026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108732026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108742026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108752026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108762026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108772026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108782026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108792026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108802026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108812026-08-14T19:01:18.413Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108822026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108832026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108842026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108852026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108862026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108872026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108882026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108892026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108902026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108912026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108922026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108932026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108942026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108952026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108962026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108972026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108982026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108992026-08-14T19:01:18.414Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109002026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109012026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109022026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109032026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109042026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO O| Info: ABL version: 0x100af010
109052026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109062026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109072026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109082026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109092026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109102026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109112026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109122026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109132026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109142026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109152026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109162026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109172026-08-14T19:01:18.415Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109182026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109192026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109202026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109212026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109222026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109232026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109242026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109252026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109262026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109272026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109282026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109292026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109302026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109312026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109322026-08-14T19:01:18.416Z[ recovery-image] Aug 14 19:01:17.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109332026-08-14T19:01:18.417Z[ recovery-image] Aug 14 19:01:17.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109342026-08-14T19:01:18.417Z[ recovery-image] Aug 14 19:01:17.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109352026-08-14T19:01:18.417Z[ recovery-image] Aug 14 19:01:17.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109362026-08-14T19:01:18.417Z[ recovery-image] Aug 14 19:01:17.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109372026-08-14T19:01:18.417Z[ recovery-image] Aug 14 19:01:17.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109382026-08-14T19:01:18.445Z[ recovery-image] Aug 14 19:01:17.388 INFO building ROM for gimlet
109392026-08-14T19:01:18.445Z[ recovery-image] Aug 14 19:01:17.388 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")
109402026-08-14T19:01:18.546Z[ recovery-image] Aug 14 19:01:17.489 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109412026-08-14T19:01:18.550Z[ recovery-image] Aug 14 19:01:17.493 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`
109422026-08-14T19:01:18.564Z[ recovery-image] Aug 14 19:01:17.508 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109432026-08-14T19:01:18.640Z[ recovery-image] Aug 14 19:01:17.583 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109442026-08-14T19:01:18.645Z[ recovery-image] Aug 14 19:01:17.588 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`
109452026-08-14T19:01:18.767Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109462026-08-14T19:01:18.768Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109472026-08-14T19:01:18.768Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109482026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109492026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109502026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109512026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109522026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109532026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109542026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109552026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109562026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109572026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109582026-08-14T19:01:18.773Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109592026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109602026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.711 INFO O| Info: ABL version: 0x100f5010
109612026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.711 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109622026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109632026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109642026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109652026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109662026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109672026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109682026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109692026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109702026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109712026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109722026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109732026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109742026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109752026-08-14T19:01:18.774Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109762026-08-14T19:01:18.775Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109772026-08-14T19:01:18.775Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109782026-08-14T19:01:18.775Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109792026-08-14T19:01:18.775Z[ recovery-image] Aug 14 19:01:17.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109802026-08-14T19:01:18.808Z[ recovery-image] Aug 14 19:01:17.751 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109812026-08-14T19:01:18.808Z[ recovery-image] Aug 14 19:01:17.751 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109822026-08-14T19:01:20.103Z[ recovery-image] Aug 14 19:01:19.046 INFO image complete! materials are in "/work/os-recovery"
109832026-08-14T19:01:20.108Z[ recovery-image]
109842026-08-14T19:01:20.108Z[ recovery-image] real 3:24.004460322
109852026-08-14T19:01:20.108Z[ recovery-image] user 2:38.024686299
109862026-08-14T19:01:20.108Z[ recovery-image] sys 39.639587825
109872026-08-14T19:01:20.108Z[ recovery-image] trap 0.143128552
109882026-08-14T19:01:20.108Z[ recovery-image] tflt 0.652141388
109892026-08-14T19:01:20.108Z[ recovery-image] dflt 0.822831188
109902026-08-14T19:01:20.108Z[ recovery-image] kflt 0.001505422
109912026-08-14T19:01:20.108Z[ recovery-image] lock 8:03.280468792
109922026-08-14T19:01:20.108Z[ recovery-image] slp 18:00.113265285
109932026-08-14T19:01:20.108Z[ recovery-image] lat 30.690809486
109942026-08-14T19:01:20.108Z[ recovery-image] stop 6.443693262
109952026-08-14T19:01:20.108ZAug 14 19:01:19.051 INFO [recovery-image] process exited with exit status: 0 (204.009700974s)
109962026-08-14T19:01:20.108ZAug 14 19:01:19.051 INFO [tuf-v2-recovery] running task
109972026-08-14T19:01:20.113ZAug 14 19:01:19.051 INFO [tuf-v2-recovery] task succeeded (744.452µs)
109982026-08-14T19:01:27.164Z[ host-image] Aug 14 19:01:26.032 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)
109992026-08-14T19:01:29.311Z[ host-image] Aug 14 19:01:28.255 INFO E| Compiling bitflags v1.3.2
110002026-08-14T19:01:29.311Z[ host-image] Aug 14 19:01:28.255 INFO E| Compiling log v0.4.32
110012026-08-14T19:01:29.311Z[ host-image] Aug 14 19:01:28.255 INFO E| Compiling plain v0.2.3
110022026-08-14T19:01:29.315Z[ host-image] Aug 14 19:01:28.255 INFO E| Compiling scroll v0.13.0
110032026-08-14T19:01:29.315Z[ host-image] Aug 14 19:01:28.255 INFO E| Compiling bit_field v0.10.3
110042026-08-14T19:01:29.315Z[ host-image] Aug 14 19:01:28.255 INFO E| Compiling bitflags v2.13.0
110052026-08-14T19:01:29.315Z[ host-image] Aug 14 19:01:28.255 INFO E| Compiling adler2 v2.0.1
110062026-08-14T19:01:29.315Z[ host-image] Aug 14 19:01:28.255 INFO E| Compiling bitstruct v0.1.1
110072026-08-14T19:01:29.315Z[ host-image] Aug 14 19:01:28.255 INFO E| Compiling static_assertions v1.1.0
110082026-08-14T19:01:29.365Z[ host-image] Aug 14 19:01:28.309 INFO E| Compiling raw-cpuid v10.7.0
110092026-08-14T19:01:29.414Z[ host-image] Aug 14 19:01:28.358 INFO E| Compiling miniz_oxide v0.9.1
110102026-08-14T19:01:29.476Z[ host-image] Aug 14 19:01:28.419 INFO E| Compiling cpio_reader v0.1.2
110112026-08-14T19:01:29.546Z[ host-image] Aug 14 19:01:28.489 INFO E| Compiling goblin v0.10.7
110122026-08-14T19:01:32.499Z[ host-image] Aug 14 19:01:31.442 INFO E| Finished `release` profile [optimized] target(s) in 18.84s
110132026-08-14T19:01:32.513Z[ host-image] Aug 14 19:01:31.457 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110142026-08-14T19:01:32.513Z[ host-image] Aug 14 19:01:31.457 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110152026-08-14T19:01:32.517Z[ host-image] Aug 14 19:01:31.457 INFO building ROM for cosmo
110162026-08-14T19:01:32.517Z[ host-image] Aug 14 19:01:31.457 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")
110172026-08-14T19:01:32.611Z[ host-image] Aug 14 19:01:31.555 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110182026-08-14T19:01:32.615Z[ host-image] Aug 14 19:01:31.557 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`
110192026-08-14T19:01:32.628Z[ host-image] Aug 14 19:01:31.571 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110202026-08-14T19:01:32.699Z[ host-image] Aug 14 19:01:31.643 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110212026-08-14T19:01:32.703Z[ host-image] Aug 14 19:01:31.645 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`
110222026-08-14T19:01:32.916Z[ host-image] Aug 14 19:01:31.858 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110232026-08-14T19:01:32.916Z[ host-image] Aug 14 19:01:31.858 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110242026-08-14T19:01:32.920Z[ host-image] Aug 14 19:01:31.858 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110252026-08-14T19:01:32.920Z[ host-image] Aug 14 19:01:31.858 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110262026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.858 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110272026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110282026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110292026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110302026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110312026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110322026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110332026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110342026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110352026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110362026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110372026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110382026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110392026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110402026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110412026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110422026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110432026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110442026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110452026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110462026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110472026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110482026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110492026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110502026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110512026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110522026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110532026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110542026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110552026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110562026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110572026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110582026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110592026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110602026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110612026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110622026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110632026-08-14T19:01:32.921Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110642026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110652026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110662026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110672026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110682026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110692026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110702026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110712026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110722026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110732026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110742026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110752026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO O| Info: ABL version: 0x100af010
110762026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110772026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110782026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110792026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110802026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110812026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110822026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110832026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110842026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110852026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110862026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110872026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110882026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110892026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110902026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110912026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110922026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110932026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110942026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110952026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110962026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110972026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110982026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110992026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111002026-08-14T19:01:32.922Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111012026-08-14T19:01:32.923Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111022026-08-14T19:01:32.923Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111032026-08-14T19:01:32.923Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111042026-08-14T19:01:32.923Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111052026-08-14T19:01:32.923Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111062026-08-14T19:01:32.923Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111072026-08-14T19:01:32.923Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111082026-08-14T19:01:32.923Z[ host-image] Aug 14 19:01:31.861 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111092026-08-14T19:01:32.957Z[ host-image] Aug 14 19:01:31.900 INFO building ROM for gimlet
111102026-08-14T19:01:32.960Z[ host-image] Aug 14 19:01:31.901 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")
111112026-08-14T19:01:33.058Z[ host-image] Aug 14 19:01:32.001 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111122026-08-14T19:01:33.063Z[ host-image] Aug 14 19:01:32.007 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`
111132026-08-14T19:01:33.076Z[ host-image] Aug 14 19:01:32.020 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111142026-08-14T19:01:33.146Z[ host-image] Aug 14 19:01:32.089 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111152026-08-14T19:01:33.149Z[ host-image] Aug 14 19:01:32.092 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`
111162026-08-14T19:01:33.268Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111172026-08-14T19:01:33.268Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111182026-08-14T19:01:33.268Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111192026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111202026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111212026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111222026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111232026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111242026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111252026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111262026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111272026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111282026-08-14T19:01:33.280Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111292026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111302026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111312026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.211 INFO O| Info: ABL version: 0x100f5010
111322026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111332026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111342026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111352026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111362026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111372026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111382026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111392026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111402026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111412026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111422026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111432026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111442026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111452026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111462026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111472026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111482026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111492026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111502026-08-14T19:01:33.281Z[ host-image] Aug 14 19:01:32.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111512026-08-14T19:01:33.301Z[ host-image] Aug 14 19:01:32.245 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111522026-08-14T19:01:44.383Z[ host-image] Aug 14 19:01:43.326 INFO image complete! materials are in "/work/os-host"
111532026-08-14T19:01:44.387Z[ host-image]
111542026-08-14T19:01:44.387Z[ host-image] real 3:58.342451073
111552026-08-14T19:01:44.387Z[ host-image] user 2:48.496684847
111562026-08-14T19:01:44.387Z[ host-image] sys 36.491302621
111572026-08-14T19:01:44.387Z[ host-image] trap 0.143295874
111582026-08-14T19:01:44.387Z[ host-image] tflt 0.320147865
111592026-08-14T19:01:44.388Z[ host-image] dflt 0.314783892
111602026-08-14T19:01:44.388Z[ host-image] kflt 0.000186420
111612026-08-14T19:01:44.388Z[ host-image] lock 4:47.260142103
111622026-08-14T19:01:44.388Z[ host-image] slp 20:05.419328203
111632026-08-14T19:01:44.388Z[ host-image] lat 24.505261256
111642026-08-14T19:01:44.388Z[ host-image] stop 1.708271722
111652026-08-14T19:01:44.388ZAug 14 19:01:43.331 INFO [host-image] process exited with exit status: 0 (238.348068576s)
111662026-08-14T19:01:44.388ZAug 14 19:01:43.331 INFO [tuf-v2-host] running task
111672026-08-14T19:01:44.388ZAug 14 19:01:43.331 INFO [tuf-repo] running task
111682026-08-14T19:01:44.392ZAug 14 19:01:43.331 INFO [tuf-v2-host] task succeeded (678.462µs)
111692026-08-14T19:01:44.392ZAug 14 19:01:43.331 INFO [tuf-v2-repo] running task
111702026-08-14T19:02:05.780ZAug 14 19:02:04.723 INFO assembling repository in `/tmp/tufaceousYBWWq1`, component: OmicronRepoAssembler
111712026-08-14T19:02:05.933ZAug 14 19:02:04.876 INFO [tuf-v2-repo] task succeeded (21.544950387s)
111722026-08-14T19:02:14.605ZAug 14 19:02:13.549 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111732026-08-14T19:02:14.874ZAug 14 19:02:13.818 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111742026-08-14T19:02:17.130ZAug 14 19:02:16.073 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111752026-08-14T19:02:17.196ZAug 14 19:02:16.140 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111762026-08-14T19:02:17.248ZAug 14 19:02:16.191 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111772026-08-14T19:02:17.295ZAug 14 19:02:16.239 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111782026-08-14T19:02:17.349ZAug 14 19:02:16.292 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111792026-08-14T19:02:17.399ZAug 14 19:02:16.343 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111802026-08-14T19:02:17.450ZAug 14 19:02:16.393 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111812026-08-14T19:02:27.855ZAug 14 19:02:26.798 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
111822026-08-14T19:02:27.860ZAug 14 19:02:26.804 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
111832026-08-14T19:02:27.884ZAug 14 19:02:26.828 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
111842026-08-14T19:02:27.957ZAug 14 19:02:26.901 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111852026-08-14T19:02:28.012ZAug 14 19:02:26.956 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111862026-08-14T19:02:28.069ZAug 14 19:02:27.012 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111872026-08-14T19:02:28.133ZAug 14 19:02:27.077 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
111882026-08-14T19:02:28.139ZAug 14 19:02:27.083 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
111892026-08-14T19:02:28.165ZAug 14 19:02:27.108 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
111902026-08-14T19:02:30.059ZAug 14 19:02:29.003 INFO [tuf-repo] task succeeded (45.672352753s)
111912026-08-14T19:05:07.437Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 07s
111922026-08-14T19:05:10.054ZAug 14 19:05:08.998 INFO [verify-libraries] process exited with exit status: 0 (434.211230928s)
111932026-08-14T19:05:10.054ZAug 14 19:05:08.998 INFO all jobs completed in 1399.604647879s
111942026-08-14T19:05:11.322Zprocess exited: duration 1648580 ms, exit code 0
 
111952026-08-14T19:05:11.335Zfound 41 output files
111962026-08-14T19:05:11.335Zuploading: /work/manifest.toml (17334 bytes)
111972026-08-14T19:05:12.352Zuploaded: /work/manifest.toml
111982026-08-14T19:05:12.352Zuploading: /work/repo.zip (3275447215 bytes)
111992026-08-14T19:05:51.436Zuploaded: /work/repo.zip
112002026-08-14T19:05:51.436Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112012026-08-14T19:05:52.450Zuploaded: /work/repo.zip.sha256.txt
112022026-08-14T19:05:52.451Zuploading: /work/helios.json (647 bytes)
112032026-08-14T19:05:53.464Zuploaded: /work/helios.json
112042026-08-14T19:05:53.464Zuploading: /work/incorporation.p5m (113590 bytes)
112052026-08-14T19:05:54.483Zuploaded: /work/incorporation.p5m
112062026-08-14T19:05:54.483Zuploading: /work/incorporation.p5p (133120 bytes)
112072026-08-14T19:05:55.503Zuploaded: /work/incorporation.p5p
112082026-08-14T19:05:55.503Zuploading: /work/helios-incorp.log (522 bytes)
112092026-08-14T19:05:56.517Zuploaded: /work/helios-incorp.log
112102026-08-14T19:05:56.517Zuploading: /work/helios-setup.log (57234 bytes)
112112026-08-14T19:05:57.536Zuploaded: /work/helios-setup.log
112122026-08-14T19:05:57.536Zuploading: /work/host-image.log (233349 bytes)
112132026-08-14T19:05:58.559Zuploaded: /work/host-image.log
112142026-08-14T19:05:58.559Zuploading: /work/host-package.log (33173 bytes)
112152026-08-14T19:05:59.576Zuploaded: /work/host-package.log
112162026-08-14T19:05:59.576Zuploading: /work/host-target.log (101 bytes)
112172026-08-14T19:06:00.590Zuploaded: /work/host-target.log
112182026-08-14T19:06:00.591Zuploading: /work/incorp-create.log (0 bytes)
112192026-08-14T19:06:01.602Zuploaded: /work/incorp-create.log
112202026-08-14T19:06:01.602Zuploading: /work/incorp-fmt.log (0 bytes)
112212026-08-14T19:06:02.612Zuploaded: /work/incorp-fmt.log
112222026-08-14T19:06:02.612Zuploading: /work/incorp-pkgsend.log (108 bytes)
112232026-08-14T19:06:03.626Zuploaded: /work/incorp-pkgsend.log
112242026-08-14T19:06:03.626Zuploading: /work/incorp-publisher.log (0 bytes)
112252026-08-14T19:06:04.638Zuploaded: /work/incorp-publisher.log
112262026-08-14T19:06:04.638Zuploading: /work/omicron-package.log (9994 bytes)
112272026-08-14T19:06:05.651Zuploaded: /work/omicron-package.log
112282026-08-14T19:06:05.652Zuploading: /work/recovery-image.log (592061 bytes)
112292026-08-14T19:06:06.677Zuploaded: /work/recovery-image.log
112302026-08-14T19:06:06.677Zuploading: /work/recovery-package.log (321 bytes)
112312026-08-14T19:06:07.691Zuploaded: /work/recovery-package.log
112322026-08-14T19:06:07.691Zuploading: /work/recovery-target.log (98 bytes)
112332026-08-14T19:06:08.705Zuploaded: /work/recovery-target.log
112342026-08-14T19:06:08.705Zuploading: /work/stamp-clickhouse.log (117 bytes)
112352026-08-14T19:06:09.719Zuploaded: /work/stamp-clickhouse.log
112362026-08-14T19:06:09.719Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112372026-08-14T19:06:10.732Zuploaded: /work/stamp-clickhouse_keeper.log
112382026-08-14T19:06:10.732Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112392026-08-14T19:06:11.744Zuploaded: /work/stamp-clickhouse_server.log
112402026-08-14T19:06:11.745Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112412026-08-14T19:06:12.754Zuploaded: /work/stamp-cockroachdb.log
112422026-08-14T19:06:12.754Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112432026-08-14T19:06:13.765Zuploaded: /work/stamp-crucible-pantry-zone.log
112442026-08-14T19:06:13.765Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112452026-08-14T19:06:14.775Zuploaded: /work/stamp-crucible-utils.log
112462026-08-14T19:06:14.775Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112472026-08-14T19:06:15.786Zuploaded: /work/stamp-crucible-zone.log
112482026-08-14T19:06:15.786Zuploading: /work/stamp-external-dns.log (119 bytes)
112492026-08-14T19:06:16.798Zuploaded: /work/stamp-external-dns.log
112502026-08-14T19:06:16.798Zuploading: /work/stamp-installinator.log (103 bytes)
112512026-08-14T19:06:17.809Zuploaded: /work/stamp-installinator.log
112522026-08-14T19:06:17.809Zuploading: /work/stamp-internal-dns.log (119 bytes)
112532026-08-14T19:06:18.819Zuploaded: /work/stamp-internal-dns.log
112542026-08-14T19:06:18.819Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112552026-08-14T19:06:19.828Zuploaded: /work/stamp-mg-ddm-gz.log
112562026-08-14T19:06:19.828Zuploading: /work/stamp-nexus.log (112 bytes)
112572026-08-14T19:06:20.838Zuploaded: /work/stamp-nexus.log
112582026-08-14T19:06:20.839Zuploading: /work/stamp-ntp.log (110 bytes)
112592026-08-14T19:06:21.849Zuploaded: /work/stamp-ntp.log
112602026-08-14T19:06:21.849Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112612026-08-14T19:06:22.864Zuploaded: /work/stamp-omicron-sled-agent.log
112622026-08-14T19:06:22.864Zuploading: /work/stamp-overlay.log (114 bytes)
112632026-08-14T19:06:23.874Zuploaded: /work/stamp-overlay.log
112642026-08-14T19:06:23.874Zuploading: /work/stamp-oximeter.log (115 bytes)
112652026-08-14T19:06:24.887Zuploaded: /work/stamp-oximeter.log
112662026-08-14T19:06:24.887Zuploading: /work/stamp-oxlog.log (109 bytes)
112672026-08-14T19:06:25.898Zuploaded: /work/stamp-oxlog.log
112682026-08-14T19:06:25.898Zuploading: /work/stamp-probe.log (112 bytes)
112692026-08-14T19:06:26.909Zuploaded: /work/stamp-probe.log
112702026-08-14T19:06:26.909Zuploading: /work/stamp-propolis-server.log (122 bytes)
112712026-08-14T19:06:27.919Zuploaded: /work/stamp-propolis-server.log
112722026-08-14T19:06:27.919Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112732026-08-14T19:06:28.929Zuploaded: /work/stamp-pumpkind-gz.log
112742026-08-14T19:06:28.929Zuploading: /work/stamp-switch-asic.log (118 bytes)
112752026-08-14T19:06:29.939Zuploaded: /work/stamp-switch-asic.log
112762026-08-14T19:06:29.939Zuploading: /work/verify-libraries.log (49568 bytes)
112772026-08-14T19:06:30.953Zuploaded: /work/verify-libraries.log